* Add documentation to the release notes about the ability to use
[alpine.git] / pith / pine.hlp
blob9b693346caceb87c352ee40e7f17ec48d2d4e7f1
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 664 2022-09-10 10:06:28
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 a previously defined rule and the 
204      feature <a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
205      is enabled, add the ability of using the TAB command to complete
206      a partial match. Contributed by Peter Tirsek.
207 </UL>
209 <P> Bugs addressed include:
210 <UL>
211 <LI> Crash in PC-Alpine when postponing a message. Reported by Paolo Ienne.
212 <LI> Crash in Alpine after a user tried to repaint the screen after failing
213      to select a rule from a menu. Reported by Peter Tirsek. Crash also 
214      reproducible when selecting by keyword or charset.
215 </UL>
217 <P>Version 2.26 adds new features and addresses bugs found in previous
218 releases.
220 <P> New features include:
221 <UL>
222 <!--chtml if pinemode="os_unix"-->
223 <LI> Unix version of Alpine (not including OSX). Alpine is built with password
224      file support by default. If Alpine is built with SMIME support and the
225      password file does not exist, then Alpine will create it by default and
226      encrypt it. For this version of Alpine, Alpine saves its passwords in the file
227      &quot;<!--#echo var="PASSWORD_FILE"-->&quot; which is in the same directory that
228      your .pinerc is located.
229 <!--chtml endif-->
231 <LI> In the past Alpine did not recognize images embedded
232      in an HTML file, so now it does and a link to open them is
233      given. Additionally, Alpine did not pass these images to an
234      external browser for display using the external command, and
235      now it will.
237 <LI> Support for code_verifier and code_challenge when generating a
238      refresh token and access token in Gmail and Outlook using the
239      S256 method and plain method.
241 <LI> Change the redirect_uri scheme for Gmail, as Google is deprecating the use
242      of oob. Changed to http://localhost. Users are supposed to enter the URL
243      they see in their browser in place of the code.
245 <LI> Some servers do not allow the Drafts folder to be removed, even when
246      it is empty. Alpine, however, assumes that if the folder exists, it
247      must contain a draft message. This joint collaboration with Thomas
248      Uhle modifies alpine to not to attempt to continue a draft message if
249      the draft folder is empty.
251 <LI> Contributions by Thomas Uhle:
252 <UL>
253   <LI> Add support for the LDAP attribute "userCertificate";
254   <LI> Move voiceMailTelephoneNumber from the TCL side to ldap_translate;
255   <LI> XOAUTH2 state generator changes format specifier from %x to %02x;
256   <LI> Web Alpine will not attempt to continue a postponed message if the
257        postponed-msgs folder is empty.
258 </UL>
260 <LI> Improvements to the screen that allows a user to select the client-id when
261      a user attempts to login to a server and more than one client-id
262      is available for that server. In this case additional information is
263      given: The method to use (device or authorize), a user id that uses the
264      suggested client-id or a report that the client-id has not been used.
266 <LI> To protect the privacy of a user, the message-id of a message will be
267      generated using the domain in the From field of the message.
269 <LI> When saving to a folder in the unix format, Alpine parses the
270      destination folder to assign uids to all messages in the folder. When
271      the destination folder is large this could significantly slow down
272      alpine. Fix based on a patch submitted to the alpine-info list by
273      Chris Caputo.
275 <LI> Add the LOGOUT command to the list of commands that can be
276      automatically interrupted in case the connection becomes unstable
277      during that command and Alpine times out its connection to the server.
279 <LI> If new mail has arrived when a user is closing a mailbox, Alpine will
280      also announce how many new messages have arrived. Suggested by Chime Hart.
282 <LI> When an invitation does not have a timezone in the date of the event,
283      but the date is in GMT, adjust the date to local time.
284 </UL>
287 Bugs addressed include:
289 <UL>
290 <LI> Crash when invoking Alpine from the command line and an attempt to authorize
291      alpine to use XOAUTH2 is done. Alpine crashes because of a missing optional
292      parameter -xoauth2-flow and because no screen has been configured yet. Reported
293      by Baron Fujimoto.
295 <LI> Alpine crashes when it cannot retrieve the privacy policy due to
296      failure connecting to the external server.
298 <LI> Alpine might delete all passwords from the password file if the
299      password file is not unlocked by cancellation, or the authentication
300      for an XOAUTH2 server is cancelled, or the password of an account
301      is changed.
303 <LI> When the personal name of an address is encoded, and the personal name
304      is surrounded by quotes, these are not removed by Alpine at the time
305      to offer to take an address from a message to the addressbook. Reported
306      by David Prager Branner.
308 <LI> If a user configures the sendmail-path variable, and does not use a
309      global smtp-server, then Alpine will use the sendmail-path even when
310      the user configured a smtp-server for a role. Reported by Gregory
311      Heytings.
313 <LI> Crash in PC-Alpine when creating a mail collection and no username is
314      indicated in the server path. Reported by Sandy Schuman.
316 <LI> Crash in Alpine when running a filter that moves deleted messages the
317      INBOX in a Gmail account. Reported by Jyrki Voutilainen.
318 </UL>
320 <P>Version 2.25 adds new features and addresses bugs found in previous
321 releases.
324 New features include:
325 <UL>
326 <LI> Unix Alpine: New configuration variable <a href="h_config_ssl_ciphers"><!--#echo var="VAR_ssl-ciphers"--></a> that allows
327      users to list the ciphers to use when connecting to a SSL server.
328      Based on a collaboration with Professor Martin Trusler.
330 <LI> New hidden feature <a href="h_config_delete_before_writing"><!--#echo var="FEAT_enable-delete-before-writing"--></a>
331      to add support for terminals that need lines to be deleted
332      before being written. Based on a collaboration with Professor
333      Martin Trusler.
335 <LI> Experimental: The instruction to remove the double quotes from the processing of
336      customized headers existed in pine, but it was removed in alpine. Restoring
337      old Alpine behavior. See
338      <A href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981781">this</A>
339      report for more background information.
341 <LI> Add the capability to record http debug. This is necessary to debug XOAUTH2
342      authentication, and records sensitive login information. Do not share your
343      debug file if you use this form of debug.
345 <LI> Remove the ability to choose between the device and authorize methods
346      to login to outlook, since the original client-id can only be used
347      for the device method. One needs a special client-id and client-secret
348      to use the authorize method in Outlook.
350 <LI> PC-Alpine only: Some service providers produce access tokens that are
351      too long to save in the Windows Credentials, so the access tokens will
352      be split and saved as several pieces. This means that old versions of
353      Alpine will NOT be able to use saved passwords once this new version of
354      Alpine is used.
356 <LI> PC-Alpine: Debug files used to be created with extension .txt1, .txt2, etc.
357      Rename those files so that they have extension .txt.
359 <LI> Always follow â€˜suppress-asterisks-in-password-prompt’ setting in the
360      various password prompts. Submitted by &Eacute;tienne Deparis.
362 <LI> Use 'alpine -F' instead of 'pine -F' as the browser default pager.
363      Submitted by &Eacute;tienne Deparis.
365 <LI> Introduction of OTHER CMDS menu for the browser/pilot to let
366      people discover the two new commands: &quot;1&quot; is a toggle that
367      switches between 1 column and multicolumn mode. The &quot;.&quot; command
368      toggles between hiding or showing hidden files, and the &quot;G&quot;
369      command to travel between directories. Contributed by &Eacute;tienne
370      Deparis.
372 <LI> Add option -xoauth2-flow to the command line, so that users can specify the
373      parameters to set up an xoauth2 connection through the command line.
375 <LI> Alpine deletes, from its internal memory and external cache, passwords
376      that do not work, even if they were saved by the user.
378 <LI> New format for saving passwords in the windows credential manager
379      for PC-Alpine. Upon starting this new version of Alpine the passwords 
380      saved in the credential manager are converted to the new format and 
381      they will not be recognized by old versions of Alpine, but only by 
382      this and newer versions of Alpine.
384 <LI> Enabled encryption protocols in PC-Alpine are based on those enabled
385      in the system, unless one is specified directly.
386 </UL>
389 Bugs addressed include:
391 <UL>
392 <LI> The c-client library parses information from an IMAP server during
393      non-authenticated state which could lead to denial of service.
394      Reported by Damian Poddebniak from M&uuml;nster University of Applied
395      Sciences.
397 <LI> Memory corruption when alpine searches for a string that is
398      an incomplete utf8 string in a local folder. This could happen by
399      chopping a string to make it fit a buffer without regard to its content.
400      We fix the string so that chopping it does not damage it. Reported
401      by Andrew.
403 <LI> Crash in the ntlm authenticator when the user name does not include
404      a domain. Reported and fixed by Anders Skargren.
406 <LI> When forwarding a message, replacing an attachment might make Alpine
407      re-attach the original attachment. Reported by Michael Traxler.
409 <LI> When an attachment is deleted, the saved message with the deleted
410      attachment contains extra null characters after the end of the
411      attachment boundary.
413 <LI> Tcp and http debug information is not printed unless the default
414      debug level is set to 1. Print this if requested, regardless of what
415      the default debug level is.
417 <LI> When trying to select a folder for saving a message, one can only enter
418      a subfolder by pressing the &quot;>&quot; command, rather than the normal
419      navigation by pressing &quot;Return&quot;. Reported by Ulf-Dietrich Braunmann.
421 <LI> Crash when attempting to remove a configuration for a XOAUTH2 server
422      that has no usernames configured.
424 <LI> Crash caused by saving (and resaving) XOAUTH2 refresh and access tokens
425      in PC-Alpine. Reported by Karl Lindauer.
426 </UL>
428 <P> Version 2.24 adds new features and addresses bugs found in previous
429 releases.
431 <P> 
432 New features include:
434 <UL>
435 <LI> Experimental: The instruction to remove the double quotes from the processing of
436      customized headers existed in pine, but it was removed in alpine. Restoring
437      old Alpine behavior. See 
438      <A href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981781">this</A>
439      report for more background information.
440 <LI> Add the capability to record http debug. This is necessary to debug XOAUTH2
441      authentication, and records sensitive login information. Do not share your
442      debug file if you use this form of debug.
443 <LI> Remove the ability to choose between the device and authorize methods
444      to login to outlook, since the original client-id can only be used
445      for the device method. One needs a special client-id and client-secret
446      to use the authorize method in Outlook.
447 <LI> PC-Alpine only: Some service providers produce access tokens that are
448      too long to save in the Windows Credentials, so the access tokens will
449      be split and saved as several pieces. This means that old versions of
450      Alpine will NOT be able to use saved passwords once this new version of
451      Alpine is used.
452 <LI> PC-Alpine: Debug files used to be created with extension .txt1, .txt2, etc.
453      Rename those files so that they have extension .txt.
454 <LI> Always follow â€˜suppress-asterisks-in-password-prompt’ setting in the
455      various password prompts. Submitted by &Eacute;tienne Deparis.
456 <LI> Use 'alpine -F' instead of 'pine -F' as the browser default pager.
457      Submitted by &Eacute;tienne Deparis.
458 <LI> Introduction of OTHER CMDS menu for the browser/pilot to let
459      people discover the two new commands: &quot;1&quot; is a toggle that 
460      switches between 1 column and multicolumn mode. The &quot;.&quot; command 
461      toggles between hiding or showing hidden files, and the &quot;G&quot; 
462      command to travel between directories. Contributed by &Eacute;tienne 
463      Deparis.
464 <LI> Implementation of XOAUTH2 for Yahoo! Mail. <A href="h_yahoo_configuration">Learn More</A>
466 <LI> Expansion of the configuration screen for XOAUTH2 to include
467      username, authorization flow, and tenant.
469 <LI> XOAUTH2: automatic renew of access token and connection to a server
470      within 60 seconds of expiration of the access token.
472 <LI> If a user has more than one client-id for a service, Alpine
473      asks the user which client-id to use and associates that client-id to
474      the credentials in the XOAUTH2 configuration screen.
475      <A HREF="h_xoauth2_config_screen">Learn more</A>.
477 <LI> Addition of Yandex.com to the list of services that Alpine can use XOAUTH2 to
478      authenticate for reading and sending email. <A href="h_yandex_configuration">Learn More</A>
480 <LI> Addition of a link to the Apache License 2.0 (see above). This is 
481      available from the Release Notes as well as the welcome screen.
483 <LI> Modifications to protect the privacy of users:
484 <UL>
485 <LI> Alpine does not generate Sender or X-X-Sender by default
486      by enabling  <a href="h_config_disable_sender"><!--#echo var="FEAT_disable-sender"--></a>
487      as the default.
488 <LI> Alpine does not disclose User Agent by default by enabling
489      <A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A>
490      by default.
491 <LI> Alpine uses the domain in the From: header of a message
492      to generate a message-id and suppresses all information
493      about Alpine, version, revision, and time of generation
494      of the message-id from this header. This information is
495      replaced by a random string.
496 </UL>
497 <LI> Unix Alpine displays configure options and flags when 
498      invoked as &quot;alpine -v&quot;. Suggested by Matt Ackeret.
499 <LI> Alpine will ding the terminal bell when asking  about quitting
500      when new mail arrives. This is consistent with Alpine dinging the
501      bell when new mail arrives. The bell will not ding if it is disabled
502      for status messages. Suggested by Chime Hart.
504 <LI> When messages are selected, pressing the &quot;;&quot; command to broaden or narrow
505      a search, now offers the possibility to completely replace the search, and
506      is almost equivalent to being a shortcut to &quot;unselect all messages, and select
507      again&quot;. The difference is that cancelling this command will not unselect
508      all currently selected messages. Suggested by Holger Trapp.
510 <LI> Alpine will not write debug files unless started with the option -d, 
511      so for example &quot;alpine -d 2&quot; will generate a debug file at level 2, 
512      but just issuing the alpine command will not write any debug to a file.
514 <LI> Experimental: Attempt to implement the Encryption Range in Windows. It works
515      in Windows 10, and it should work in Windows 8.1. It needs testing in
516      Windows 7 and Windows Vista.
518 <LI> Addition of variables <A HREF="h_config_user_certs_path"><!--#echo var="VAR_user-certs-path"--></A>
519      and <A HREF="h_config_user_certs_file"><!--#echo var="VAR_user-certs-file"--></A>
520      which allow a user to specify locations for certificates that the user
521      trusts.
523 <LI> Ignore non-empty initial challenge in the GSSAPI authenticator. Based
524      on a patch written by Jarek Polok, but submitted by Ignacio Reguero.
526 <LI> When a server expires a refresh token, Alpine needs to cancel it
527     internally. Alpine will attempt to get a new one when it  reopens the
528     folder after it cancels it.
530 <LI> Set up the IMAP ID at the moment of logging in to the server, rather than
531      as a one time option, in case we need to use a special IMAP ID.
532 </UL>
535 Bugs addressed:
537 <UL>
538 <LI> When Alpine starts a PREAUTH connection, it might still ask the user
539      to login. Reported by Frank Tobin.
541 <LI> Crash while resizing the screen when viewing a calendar event.
543 <LI> When Alpine opens a folder in a server whose address is given numerically
544      it might crash due to an incorrect freeing of memory. Reported by Wang Kang.
546 <LI> Crash when Alpine frees memory on a system where LC_CTYPE is not 
547      configured, and the user calls the file browser to attach files to
548      a message. Reported by Luis Gerardo Tejero.
550 <LI> Invalid signatures created by Alpine, when built with recent
551      releases of the Openssl-1.1.1 series (but not in the Openssl-1.0.1 series).
552      Fix contributed by Bernd Edlinger.
554 <LI> After returning from the directory side of a dual-folder, sometimes 
555      Alpine would return to the first folder in the parent directory or to 
556      the dual-folder. The fix is to return to the original dual-folder as 
557      intended. Reported by Holger Trapp.
559 <LI> When an attachment is deleted and the original message is saved, Alpine
560      might write only a part of the name of the file deleted. Reported by Holger
561      Trapp.
563 <LI> URLs that are surrounded by white space are not cleaned by Alpine before
564      passing them to the browser, resulting in no display of the URL when Alpine
565      tries to open it. Reported by Gregory Heytings.
567 <LI>  When Alpine is built without smime, password file functionality might
568       fail. Reported by Andres Fehr.
570 <LI> Crash in PC-Alpine when using the eXternal command.
572 <LI> Fix in Macs that made Alpine abort a ssh connection to an imap server.
573      Reported and assisted by Wang Kang.
574 </UL>
577 Version 2.23 has new additions and addresses bugs found in previous releases.
580 Additions include:
582 <UL>
583 <LI> Implementation of XOAUTH2 authentication support for Outlook.
584      Based on documentation suggested by Andrew C Aitchison. <A href="h_outlook_configuration">Learn More</A>
586 <LI> Add support for the OAUTHBEARER authentication method in Gmail. Thanks to
587      Alexander Perlis for suggesting it and explaining how the method works. <A href="h_gmail_configuration">Learn More</A>
589 <LI> Creation of Alpine's Privacy Policy. This is presented as a link to
590     an online document from the Release Notes (Link at the top of this
591     document.) Upon user request, Alpine downloads and displays this
592     document. Links to the privacy policy are also displayed when a user
593     starts Alpine for the first time, or when a user starts a new version
594     of Alpine. There is no default exit greeting command for these
595     screens, and to exit the user must press "E", instead of the old
596     default, which was the RETURN command. The RETURN command will open
597     the handle on which the cursor is on, which by default is the Privacy
598     Policy.
600 <LI> Support for the SASL-IR IMAP extension that avoids a round trip during
601      authentication. Similar support added for the SMTP, NNTP and POP3 
602      protocols. Thanks to Geoffrey Bodwin for a report that lead to this
603      implementation.
605 <LI> Alpine can pass an HTML message to an external web browser, by using the
606      &quot;External&quot; command in the <a href="h_attachment_screen">ATTACHMENT INDEX</a>
607      screen. <A href="h_command_external_browser">Learn more</A>.
609 <LI> New configuration variable
610      <a href="h_external_loads_inline_images_only"><!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>
611      that controls if Alpine will keep the source link to all the images in the
612      HTML message, or will only pass a link to inline images included in the message. For your
613      privacy and security this feature is enabled by default.
615 <LI> When reading an email and a user selects an email address to which to compose
616      a message from the message, the user will be able to select a role to compose
617      that message.
619 <LI> New variable system-certs-path that allows users to indicate the 
620      location of the directory where certificates are located. In PC-Alpine 
621      this must be C:\\libressl\\ssl\\certs. The C: drive can be replaced 
622      by the name of the drive where the binary and DLL files are located.
624 <LI> New variable system-certs-file that allows users to configure the
625      location of a container of certificate authority (CA) certificates
626      to be used to validate certificates of remote servers.
628 <LI> Remove sleep of 5 seconds for mailcap programs that use the terminal
629      to display content. Suggested by Carl Edquist. In addition, remove the
630      configurable process table command and its corresponding sleep time.
631 </UL>
634 Bugs addressed:
636 <UL>
637  <LI> Security Bug: Alpine can be configured to start a secure connection using /tls
638       on an insecure connection. However, if the connection is PREAUTH, Alpine
639       will not upgrade the connection to a secure connection, because a client
640       must not issue a STARTTLS to a server that supports it in authenticated
641       state. This makes Alpine continue to use an insecure connection with the
642       server, exposing user data. Reported by Damian Poddebniak and Fabian
643       Ising from Münster University of Applied Sciences.
645    <LI> Selecting by subject might not copy the subject of the current message
646      to the selection text correctly. Reported by Iosif Fettich.
648    <LI> Alpine does not set the return path correctly when using a role while bouncing
649     a message. Reported by Dr. C. Griewatsch.
651 <LI>Bug in PC-Alpine that made Alpine go into an infinite loop and
652     consume CPU when it was iconized. Reported by Holger Schieferdecker in
653     comp.mail.pine.
655 <LI>Crash in Alpine when attempting to reply to a multipart/alternative 
656     message that is malformed, and the option to include attachments in
657     reply is enabled. Reported and patched by Peter Tirsek.
659 <LI>Bug that makes Alpine split encoded words in the subject of a message
660     in the middle of a utf-8 character into two encoded words, breaking the
661     encoding. Reported by Jean Chevalier.
663 <LI> Alpine would not redraw the screen when a check for new mail in an
664     incoming folder failed due to a failure while validating the server 
665     certificate, and the user did not allow the connection to proceed.
667 <LI> Crash in Alpine while resizing the screen when using any of the tokens
668     SUBJKEYTEXT, SUBJECTTEXT, or SUBJKEYINITTEXT in the index format, and 
669     the screen was resized. Reported by Iggy Mogo.
671 <LI> When Alpine is trying to authenticate to Gmail, using the XOAUTH2 method,
672     it does not display the url the user needs to open, in order to authorize
673     Alpine to access Gmail using XOAUTH2 when Alpine still has not created
674     a screen. Reported by Baron Fujimoto.
676 <LI> When an html anchor does not quote the link in the href parameter,
677     alpine does not link to it.
679 <LI> Attempt to fix a bug that breaks scrolling of a message in Alpine when
680      the screen is resized. Reported in the Debian bug system at
681      <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956361">https://bugs.debian.org/cgi-bin/bugreport.cgie?bug=956361</A>.
682 </UL>
685 Version 2.22 addresses bugs found in previous releases and has several
686 additions as well.
689 Additions include:
691 <UL>
692 <LI> Support for <A HREF="h_xoauth2">XOAUTH2</A> authentication method in Gmail.
693      <A href="h_gmail_configuration">Learn More</A>
695 <LI> PC-Alpine builds with LibreSSL and supports S/MIME.
697 <LI> NTLM authentication support with the ntlm library, in Unix systems.
698 Based on code provided by Maciej W. Rozycki.
700 <LI> Add /tls1_3 flag for servers that support it. Read more information
701 in the secure protocols <A HREF="h_network_encryption_security">help</A>.
703 <LI> To increase user's privacy, remove phone-home code that would prompt 
704 users to send an email message upon starting Alpine for the first time for 
705 purposes of counting. Your use of Alpine does not disclose information about 
706 you or your use of Alpine to the developers of Alpine.
708 <LI> New variable 
709 <A HREF="h_config_encryption_range"><!--#echo var="VAR_encryption-protocol-range"--></A> 
710 that allows users to configure versions of the SSL/TLS protocol that Alpine is 
711 restricted to try when establishing a secure connection SSL/TLS to a remote 
712 server. The default can be set at compilation time.
714 <LI> Add -dict option to PC-Pico, which allows users to choose a dictionary
715 when spelling. Sample usage: -dict "en_US, de_DE, fr_FR".
717 <LI> Improvements to the configure stage of compilation. Some of
718 these contributed by Helmut Grohne. See
719 <A href="https://bugs.debian.org/876164">Bug 876164</A> in Debian.
721 <LI> Add &quot;remove password&quot; command to the management screen for the 
722 password file encryption key. This allows users to use their password file
723 without entering a master password.
725 <LI> Add the &quot;g&quot; option to the select command that works in IMAP 
726 servers that implement the X-GM-EXT-1 capability (such as the one offered 
727 by Gmail.) This allows users to do selection in Alpine as if they were 
728 doing a search in the web interface for Gmail.
730 <LI> New variable close-connection-timeout, which tells Alpine to close
731 a connection that is having problems being kept alive after the number
732 of seconds configured in this variable, if the connection has not
733 recovered. The default is 0, which means to keep the connection alive
734 and wait for the connection to recover.
736 <LI> When a message is of type multipart/mixed, and its first part is
737 multipart/signed, Alpine will include the text of the original message
738 in a reply message, instead of including a multipart attachment.
739 Suggested by Barry Landy.
741 <LI> S/MIME: Some clients do not transform messages to canonical form when 
742 signing first and encrypting second, which makes Alpine fail to parse the 
743 signed data after encryption. Reported by Holger Trapp.
745 <LI> Add /auth=XYZ to the way to define a server. This allows users to  
746 select the method to authenticate to an IMAP, SMTP or POP3 server.
747 Examples are /auth=plain, or /auth=gssapi, etc.
749 <LI> Add backward search in the index screen. Based on patch by Astyanax Foo, 
750 submitted in 2009, but resubmitted by Erich Eckner on 2019.
752 <LI> SMIME: When Alpine is set to validate a message using the user's store, and
753      user agrees to save a certificate of another user, use the saved 
754      certificate immediately to verify the smime message. Reported by 
755      Stefan Mueller.
757 <LI> Do not use a delay when printing messages to screen when the initial
758      keystroke sequence of commands is active. Based on a report from Holger
759      Trapp.
761 <LI> In PC-Alpine, when the decoded name of an attachment does not agree
762      with its encoded name, Alpine will offer to save the file using the
763      UTF8 encoded name.
764 </UL>
767 Bugs that have been addressed include:
768 <UL>
769    <LI> Width of characters is not always determined correctly when wcwidth
770         is used. Revert to using code for the Windows operating system. 
771         Reported by Andrew Ho.
773    <LI> The call realpath(..., NULL) gives an error in Solaris, which means that
774         we need to allocate memory for storing the resolved path. Reported by
775         Fabian Schmidt.
777    <LI> Crash when attempting to bounce a message due to lack of space in
778         allocated space for key menu array. Reported by David Sewell.
780    <LI> Crash when a CA certificate failed to load, and user attempted to
781         view certificate information of other certificate authorities.
783    <LI> Crash in the S/MIME configuration screen when a user turned off S/MIME, and
784         then re-enabled it. Also crash when attempting to enter the S/MIME 
785         configuration screen if S/MIME was turned off.
787    <LI> Deactivate some color code from Pico (as standalone editor in the
788         windows version) until I find a way to activate it again. This is 
789         not critical and it is not something that PC-Pico must have (some 
790         of it already exists in other ways, like color support, what does 
791         not exist is the more complex code that Unix-Pico has with color 
792         codes for specific colors.)
794    <LI> When a message is multipart, and the first part is flowed text, 
795         then forwarding the message will set the first part to be flowed, 
796         and sent that way even when the option Do Not Send Flowed Text is 
797         enabled. Reported by Holger Trapp.
799    <LI> When a message/rfc822 part of a message is encoded with
800         Content-Transfer-Encoding: QUOTED-PRINTABLE, Alpine will stop 
801         processing that message. Later this causes Alpine to crash because 
802         when it displays messages, it assumes that both header and body 
803         parts are processed. Reported by Mark Crispin in 2010, in the 
804         Alpine-info list (message with subject "crash bug in 
805         alpine/mailpart.c:format_msg_att()") with no example, and reported 
806         now by Holger Trapp, with an example.
808    <LI> In addition to the previous report, Alpine encodes message/rfc822
809         messages as QUOTED-PRINTABLE, in contradiction with RFC 2045, 
810         when it receives a report that its encoding is 8bit. We preserve 
811         the encoding reported by the IMAP server, and do not encode in 
812         QUOTED-PRINTABLE.
814    <LI> Update build.bat file to add /DWINVER=0x0501 so that Alpine can 
815         build when using Visual Studio 2017. Fix contributed by 
816         Ulf-Dietrich Braunmann.
818    <LI> When the locale is not set up to UTF-8, alpine might determine the 
819         width of a character incorrectly. Reported by Alexandre Fedotov.
821    <LI> In some rare cases, when attachments are deleted before saving 
822         emails, the filenames will be displayed in RFC1522 representation, 
823         instead of in decoded form. Reported and patched by Wang Kang.
825    <LI> When colors are edited from the main setup configuration screen, some
826         color settings are not updated until Alpine is restarted. Reported by
827         Andrew Hill.
829    <LI> If the first part of a message is multipart/alternative, and the 
830         first part of this is also a multipart type, then Alpine might 
831         fail to select the first text part when replying to a message. 
832         Reported by Lucio Chiappetti.
834    <LI> TLS 1.2 works does not work if Alpine is compiled with openssl &gt;= 1.1.0.
835         Reported and patched by Kyle George.
837    <LI> If the directory where Alpine saves the certificates is empty,
838         alpine would not create a self-signed certificate to encrypt the 
839         password file.
841    <LI> S/MIME: The list of public certificates is freed before it is 
842         reused when a signature fails to verify. This causes Alpine to 
843         crash. Patch submitted by Linus Torvalds.
845    <LI> S/MIME: A message could fail to verify its signature even if the
846         certificate was saved when the message was open. Based on a report 
847         by David Woodhouse to the RedHat bugzilla system.
849    <LI> When there are time changes in the clock, Alpine might go to sleep
850         for big amounts of time while displaying messages in the screen. 
851         Reset sleep time to 5 seconds in case it finds it needs to sleep 
852         more than 5 seconds or a negative amount of time.
854    <LI> Restore recognition of empty directories. It was deleted by mistake
855         when added support for internationalization in folders. Based on a 
856         report by Michael Rutter.
858    <LI> Alpine stops parsing the mailcap file when it finds an invalid entry.
859         Reported by Matt Roberds to the Debian bug system at 
860         <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886370">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886370</A>.
862    <LI> Crash with error "Lock when already locked" when an attempt to check
863         for new mail on a locked stream that is being used for a save 
864         operation. Reported by Carlos E.R.
866    <LI> Alpine removes trailing spaces from passwords, making a longin attempt
867         fail. Reported by R. Lyons.
869    <LI> Alpine crashes when opening a remote imap folder and computing scores.
870         Reported by Paul DeStefano.
872    <LI> When more than one server was given in the server-name configuration
873         option of rldap servers, none of them worked. Reported by Robert Wolf.
874 </UL>
877 Version 2.21 addresses bugs found in previous releases and has several 
878 additions as well.
881 Additions include:
882 <UL>
883   <LI> PC-Alpine: New configuration option "Aspell Dictionaries" allows a
884        user to choose the dictionary used to spell check, in case the user 
885        communicates in more than one language. Examples of values for the 
886        variable are "en_US" or "de_DE", etc. Only the first 10 
887        dictionaries are offered.
889   <LI> Unix-Alpine: Connect securely to a LDAP server on a secure port. 
890        Based on a contribution by Wang Kang.
892   <LI> Colors configured in Alpine are inherited in the composer.
894   <LI> When Alpine is compiled with password file and SMIME support 
895        the password file is encrypted using a private key/public 
896        certificate pair. If one such pair cannot be found, one will be 
897        created. <A HREF="h_password_file_support">Learn more</A>.
899   <LI> Alpine builds with any version of OpenSSL greater than or equal
900        to 1.0.0c. This includes version 1.1.0. Alpine also builds with
901        LibreSSL.
903   <LI> New SHORTSUBJECT, SHORTSUBJKEY and SHORTSUBJKEYINIT token for index 
904        format, which removes text in the SUBJECT between &quot;[&quot; and 
905        &quot;]&quot;.
907   <LI> New SMARTTIME24 token for index screen. It is close to SMARTDATETIME
908        but it differns in that it gives the time in which the message was
909        sent for messages that are less than a week old. it uses a 24 hour
910        format.
912   <LI> Alpine will include attachments when forwarding some 
913        multipart/alternative messages for which it did not use to include 
914        attachments.
916   <LI> New configuration option 
917        <a href="h_config_alt_reply_menu"><!--#echo var="FEAT_alternate-reply-menu"--></a>
918        which adds more ways to control features and variables when you
919        start to reply to a message.
921   <LI> Added support for RFC 2971 - IMAP ID extension.
923   <LI> Add configuration <A href="h_config_ignore_size"><!--#echo var="FEAT_ignore-size-changes"--></A>
924        that allows users to ignore errors in the computation of the size
925        of a message from defective servers.
927   <LI> SMIME: Upgrade the default signature digest from sha1 to sha-256, since 
928        clients such as Thunderbird do not validate signatures that use sha1 digest.
930   <LI> Add the configuration variable "default-directories", which is called
931        <A href="h_config_history"><!--#echo var="VAR_default-directories"--></A>
932        variable saves a list of directories that are readily accessible 
933        for save or export of attachments. This makes it easier to save 
934        attachments in directories that are hard to navigate to, or that 
935        are accessed frequently.
937   <LI> When a filename is attached and its name is encoded, the save 
938        attachment command will offer to save the file in the encoded form. 
939        This might work for some users, but the save command will have a 
940        subcommand ^N to decode the file name and save the file with the 
941        decoded name.
943   <LI> The TAB key allows autocomplete in the Fcc field in the composer headers,
944        as well as autocompletes automatically when only one possibility exists 
945        for the ^J attach command.
947   <LI> Add support for the &quot;TYPE&quot; and &quot;VALUE&quot; attributes of
948        the html OL tag.
950   <LI> Ignore message from smtp server after a successful authentication
951        challenge.
953   <LI> When a message is saved in the Form Letter folder, add the ability
954        to save the role being used to compose such message so that settings
955        such as the SMTP server set in the role can be used when sending
956        such form message. Suggested and patched by Frank Doepper.
958   <LI> If SSLDIR is defined somehow, do not disable S/MIME if the
959        SSLCERTSDIR is not found.
961   <LI> When Alpine sends an attachment, it will set the boundary attribute
962        in lower case, as some SMTP servers, such as those of libero.it 
963        reject messages if the boundary attribute is in uppercase.
965   <LI> Add the ability to change the private key and certificates used
966        to encrypt a password file in the SMIME setup configuration screen.
967        <A HREF="h_config_smime_password_file_certificates">Learn more</A>
969   <LI> SMIME: The ctrl-E command that gives information on the certificate
970        is only available for messages that have a signed or encrypted 
971        part.
973   <LI> SMIME: If a message contains a RFC822 attachment that is
974        signed/decrypted add the ability to view its SMIME information.
976   <LI> SMIME: Certificate information in the S/MIME screen is available 
977        for certificates stored in a container.
979   <LI> SMIME: Offer the common name of the person, instead of the name of
980        file containing the certificate, as the name to be displayed in the 
981        certificate management screen for certificate authorities. 
982        Suggested by Matthias Rieber.
984   <LI> SMIME: Management of several alternate name (SAN) certificates is 
985        improved. When importing a SAN certificate, also import a certificate
986        for the filename, besides for the e-mail addresses in the
987        certificate. Suggested by Matthias Rieber.
989   <LI> SMIME: add full year when displaying information about a certificate
990        in the certificate management screen. Suggested by Matthias Rieber.
992   <LI> SMIME: sort certificates by some type of alphabetical order in the
993        displayed name.
995   <LI> SMIME: Alpine will ask users if they wish to save S/MIME 
996        certificates included in signatures, when the option "Validate 
997        Using Certificate Store Only" is enabled. If the user does not wish 
998        to save it, validation will fail.
1000   <LI> HTML: Add support for decoding entities in hexadecimal notation.
1001        Suggested by Tulip&aacute;nt Gergely.
1003   <LI> The &quot;#&quot; command, when used as part of an aggregate
1004        operation will allow users to select the role used in either 
1005        replying, forwarding or replying to the group of selected messages, 
1006        Suggested by Hisashi T Fujinaka.
1008   <LI> If the charset of a message can not be determined, use the value set
1009        in the <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A> for its value.
1011   <LI> Resizing setup screen will redraw screen.
1013   <LI> Unix Alpine only. Experimental: If Alpine/Pico finds a UCS4 code
1014        in the width ambiguous zone, it will use other means to determine
1015        the width, such as call wcwidth.
1017   <LI> Pico: Code reorganization in the search command to make it easier to
1018        add subcommands of the search command.
1020   <LI> Pico: Search command can do a case sensitive match. Use the Ctrl-^
1021        subcommand of the search command to bring this choice into view.
1023   <LI> Pico: Add the ability to search for strings in the beginning or end
1024        of a line. Use the Ctrl-^ subcommand of the search command to bring 
1025        this choice into view.
1027   <LI> For a multipart/alternative message, the Take Address command will 
1028        work on the part that is being read.
1030   <LI> When sending a message, allow for 512 characters of consecutive 
1031        non-white space before folding the subject line.
1033   <LI> Make sure titlebar (the line at the top of the screen) always 
1034        contains the name of the folder/newsgroup that is open, if this 
1035        fits in the title.
1037   <LI> The feature <a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
1038        will also scramble the name, version and operating system in the 
1039        message-id header. Based on a contribution by Dennis Davis, which 
1040        is itself based on a contribution by Mark Hills.
1042   <LI> Change in logic in imap_set_password function to make Alpine ask if
1043        a user wants to save a password before reading the password file.
1045   <LI> When exporting all parts of a message, if two attachments have the same
1046        name, do not overwrite a file more than once, but instead add a counter
1047        number to the filename to make a new file that does not exist in the file
1048        system.
1050   <LI> Add the Control-R subcommand to the save command for attachments. 
1051        This subcommand toggles if the saving will be done in binary mode 
1052        for text attachments. When a user saves an attachment using binary
1053        mode it will be saved as it was sent, otherwise the attachment will
1054        be transformed to UTF-8 for further transformation through internal
1055        and user defined filters for saving.
1057   <LI> Add command line argument -smimedir, which allows users to specify
1058        the default path for a directory that contains the public, private, 
1059        and ca directories. This is useful in case a user has a backup of 
1060        old certificates that cannot be installed in the ~/.alpine-smime 
1061        dir.
1063   <LI> Reimplementation of the code that allows the .pinerc file to be a
1064        symbolic link by Kyle George from tcpsoft.com to use realpath.
1066   <LI> When saving an attachment, the "^T" command leads to a screen where the
1067        "A" command can be used to add a file. A directory can be added by
1068        pressing "^X" after the "A" command. Added after a suggestion by
1069        Stefan Goessling.
1071   <LI> When saving an attachment, the ^Y and ^V commands allow a user to 
1072        scroll through the history of directories used to save attachments, 
1073        while preserving the given name of the file. Suggested by Peter 
1074        Koellner.
1076   <LI> SMIME: Turn off automatic signing and encrypting of a message when
1077        bouncing. Suggested after a discussion with Matthias Rieber.
1079   <LI> When messages are selected, warn the user if a message that is not
1080        selected will be bounced, or if not all selected messages will be 
1081        bounced. Suggested by Ulf-Dietrich Braumann.
1083   <LI> The bounce command adds a subcommand to choose a role.
1085   <LI> When selecting messages by number, the &quot;.&quot; character can 
1086        be used to specify the message on which the cursor is on.
1088   <LI> When Alpine opens an attachment, it sometimes changes the extension 
1089        of the file that is being opened and replaces it by another for the 
1090        same mime type. If Alpine finds that the extension of the file 
1091        corresponds with the mime type, according to the mime-types file, 
1092        then it will keep it, and no substitution will be made.
1094   <LI> Set no restrictions on the length of encoded subjects, but encode
1095        words in length of no more than 75 characters.
1096 </UL>
1100 Bugs that have been addressed include:
1101 <UL>
1102   <LI> SMIME: Crash when a certificate has an invalid date of validity. Also
1103        Alpine will use the function ASN1_TIME_print to determine the date 
1104        of validity. Reported by Ben Stienstra.
1106   <LI> SMIME: Crash when attempting to unlock the password file and an
1107        incorrect password is entered.
1109   <LI> SMIME: Crash when checking the signature of a message that contains
1110        a RFC822 attached message. Reported by Holger Trapp and Bj&ouml;rn 
1111        Krellner.
1113   <LI> SMIME: Cancelling entering password to unlock key will not reprompt.
1115   <LI> SMIME: fix a bug that did not allow users to transfer certificates to
1116        remote containers. Reported by Matthias Rieber.
1118   <LI> SMIME: certificates included in messages were not being transferred
1119        to a remote container.
1121   <LI> SMIME: Crash if public certificates are located in an inaccessible
1122        remote server and the private key is not available.
1124   <LI> SMIME: Alpine does not remove temporary files created when adding a 
1125        CA certificate to a container. Reported by Holger Trapp.
1127   <LI> SMIME: When reading a local certificate, Alpine converts the name 
1128        of the certificate to lowercase, which may make Alpine not be able 
1129        to read such certificate. Reported by Dennis Davis.
1131   <LI> SMIME: If the option "Remember S/MIME Passphrase" is disabled, then
1132        entering a password to read an encrypted message will make Alpine 
1133        forget the key and not ask the password to unlock it again in case 
1134        it is necessary to unlock it again. Reported by Ulf-Dietrich 
1135        Braumann.
1137   <LI> Alpine would use freed memory while trying to compute the color
1138        of the titlebar. This happened when trying to continue a postponed 
1139        message.
1141   <LI> Alpine failed to read an encrypted password file if too many
1142        passwords were saved in the password file.
1144   <LI> When selecting messages while in Threaded Index Screen, some 
1145        messages other than top of threads could appear in the index, making
1146        Alpine display messages &quot;out of the screen.&quot;
1148   <LI> The index format would be chopped at the position of an unrecognized 
1149        token, instead of skipping the token as intended.
1151   <LI> Work in progress: Avoid calling non-safe functions when Alpine
1152        receives a signal. See bug report 
1153        <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825772">here.</A>
1155   <LI> Crash when attempting to read a message after a bounce command. 
1156        In order to produce a crash one needed to use the ^T subcommand and 
1157        do a search in a LDAP directory. The crash is produced by changes 
1158        to the text in the title bar. Reported by Heinrich Mislik in the 
1159        Alpine-info list.
1161   <LI> HTML messages that contain UTF-8 may wrap at the wrong position,
1162        making Alpine not display the correct character at the position 
1163        that wrapping is done. Reported by Wang Kang.
1165   <LI> Pico: Searching for a string that is too long causes Pico to crash
1166        in the next search.
1168   <LI> Fix vulnerability in regex library. This only affects those who use
1169        this library, such as the windows version of Alpine. See 
1170        <A HREF="http://www.kb.cert.org/vuls/id/695940">http://www.kb.cert.org/vuls/id/695940</A>
1171        for more details.
1173   <LI> Alpine would not set include and lib paths for OpenSSL if this was
1174        installed in /usr/local/ssl.
1176   <LI> If the .pinerc file is a symbolic link, Alpine might not write its
1177        contents when saving its configuration.
1179   <LI> The _INIT_ token does not skip over non-alphanumeric characters in
1180        the name. Reported by Andreas Fehr.
1182   <LI> When opening an INBOX folder in a context different from the 
1183        incoming folders collection, from the command line, Alpine would 
1184        open the INBOX folder from the incoming folders collection.
1186   <LI> Mismatch in size of UCS and CELL caused a corruption in the
1187        content of a pointer, which made the speller in PC-Alpine get the 
1188        content of a word incorrectly.
1190   <LI> Skip testing openssl compatibility version when cross-compilation
1191        is detected. Fix contributed by Antti Sepp&auml;l&auml;
1193   <LI> Alpine fails to remove temporary files used during a display or sending
1194        filter. Fix contributed by Phil Brooke.
1196   <LI> When the index is in zoomed state, adding new messages to the 
1197        selection would not show those messages if those messages are on 
1198        top of the current message in the top of the screen. Reported by
1199        Ulf-Dietrich Braumann. In addition, when the user scrolls through
1200        the index, this scroll smoothly, without jumping pages. Reported
1201        by Holger Trapp.
1203   <LI> Crash when reviewing history of saving attachments.
1205   <LI> Crash when canceling a goto command on a local collection that has
1206        not been expanded and attempting to expand such collection.
1208   <LI> Crash in Pico when forwarding messages that contain a direction mark
1209        at the end of a line. Reported by James Mingo.
1211   <LI> Solve compilation errors when Alpine is built with Visual Studio 2015.
1212 </UL>
1216 Version 2.20 addresses bugs found in previous releases and has several 
1217 additions as well.
1220 Additions include:
1223 <UL>
1224   <LI> Upgrade UW-IMAP to Panda IMAP from 
1225        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
1226   <LI> S/MIME: Add screen to manage certificates.
1227   <LI> S/MIME: Signatures are validated using the user's certificates instead
1228        of the ones included in the message. Behavior can be disabled by
1229        disabling the option <A href="h_config_smime_use_cert_store">
1230         <!--#echo var="FEAT_smime-use-storey-only"--></A>, which is enabled
1231        by default.
1232   <LI> S/MIME: sign messages using intermediate certificates when needed 
1233        and possible.
1234   <LI> S/MIME: validation of certificates for servers that modify signed 
1235        content.
1236   <LI> S/MIME: signed and encrypted messages will be signed first and 
1237        encrypted second, so that they can be decoded by other clients.
1238   <LI> S/MIME: add the sender certificate to the list of certificates in
1239        encrypted messages to make it possible for the sender to decrypt
1240        the message they sent.
1241   <LI> S/MIME: When transferring certificates to a local container, create 
1242        container with default names PublicContainer, PrivateContainer and 
1243        CAContainer, as appropriate for these files, unless the user has 
1244        provided some other names.
1245   <LI> S/MIME: Forwarding a message will include the signed part as part
1246        of the text and not as a multipart message, just as the reply
1247        command does.
1248   <LI> HTML: Style tag in body of html message causes Alpine to not write
1249        its content until a new &lt;/style&gt;
1250   <LI> HTML: &lt;BR&gt;, &lt;BR /&gt;, and &lt;BR/&gt; are considered
1251        the same inline tag; the same is valid for the &lt;HR&gt; tag.
1252   <LI> Add support to selective expunge through a subcommand of the 
1253        select-apply commands. Read more in the <A 
1254        HREF="h_index_cmd_expunge">help</A> for the expunge command.
1255   <LI> Pico: New subcommand of the search command, allows to reverse the
1256        direction of search.
1257   <LI> Unix Alpine: If a password file is defined, and S/MIME is enabled, 
1258        the key and certificate used to encrypt the password file are saved 
1259        in the ~/.alpine-smime/.pwd directory, or in the directory specified
1260        by the -pwdcertdir command line option. 
1261        <A HREF="h_password_file_support">Learn more</A>.
1262   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
1263        server to use different ways to connect using ssl, for 
1264        example {server.com/tls1} will attempt to connect to 
1265        server.com at the ssl imap port (port 993) and establish a 
1266        connection using TLSv1. These flags can be used in 
1267        conjunction with the /ssl flag, the ssl flag is redundant. 
1268        Conversely, however, the /ssl flag does not imply any of 
1269        these flags; the /ssl flag means SSLv3 or, if not available, 
1270        SSLv2 in the SSL port.
1271   <LI> Alpine does not attempt to automatically reopen a collection 
1272        that was not opened due to cancellation by the user. 
1273        Instead, the user must try to open it explicitly.
1274   <LI> Alpine searches for a certificate that matches an email address in
1275        all addresses in a certificate (instead of just the first 
1276        one) but when it tries to unlock the certificate, it asks 
1277        for the password for the first email address in that 
1278        certificate.
1279   <LI> Style tag in body of html message causes Alpine to not write its content
1280        until a new &lt;/style&gt;
1281   <LI> Experimental: Write the content-type of a message in 
1282        lowercase, as some non-compliant servers do not understand 
1283        uppercase content-type, such as those of GMX.de.
1284   <LI> Experimental: Do not send the RSET command before attempting
1285        to send a message, as this causes a delay in some evily managed
1286        servers.
1287   <LI> Opening a folder updates recent count in maildrops (this 
1288        already works for other types of folders)
1289   <LI> Automatically redraw screen after opening an attachment 
1290        instead of simply clearing it.
1291   <LI> Pico: Justification works without need of a predefined quote 
1292        string. This allows justification of blocks of text that are 
1293        indented with spaces.
1294   <LI> Decode the name of attachment names, so they can be written as part   
1295        of the description of the part. 
1296   <LI> Check bounds and tie strings off to improve security. Contributed 
1297        by James Jerkins.
1298   <LI> Replace tabs by spaces in From and Subject fields to control for
1299        size in screen of these fields. Change only in index screen display.
1300   <LI> Aggregate operations allows bouncing a list of messages using a role.
1301        Suggested by Ulf-Dietrich Braumann.
1302   <LI> Disable saving new passwords to the password file. Implemented
1303        by Louis Raphael from dpslabs.com. <A HREF="h_config_disable_password_file_saving">Learn more.</A>
1304   <LI> Makefile: Add $(LIBINTL) to the flags to link rpdump, rpload, 
1305      alpined and alpineldap because MAC OSX 10.8 x86_64 needs it. Reported by
1306      Charles M. Register.
1307 </UL>
1311 Bugs that have been addressed include:
1312 <UL>
1313   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
1314        in personal names. Reported by Lev Gorenstein.
1315   <LI> When writing the .pinerc file, lines were truncated if they were longer
1316        than 10,000 characters. This could cause data corruption, so now lines
1317        are allowed to be of any length.
1318   <LI> S/MIME: signed messages that contained an attachment would not validate.
1319   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
1320        validate. Thanks to Andreas Schamanek for testing, debugging and 
1321        advising during the process of fixing this problem.
1322   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
1323        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
1324        and Stefan Mueller.
1325   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the 
1326        home directory.
1327   <LI> S/MIME: Accessing the S/MIME configuration screen would deinitialize
1328        SMIME making it not possible to sign or encrypt messages.
1329   <LI> S/MIME: Forwarding a signed message might make the body contain mime 
1330        information that is not part of the body, and hence making the body
1331        of the message seem wrong.
1332   <LI> S/MIME Alpine would compute incorrectly the signature of a message 
1333        that contains 8bit if the option "Enable 8bit ESMTP Negotiation" is 
1334        enabled, the message contains 8bit characters and the smtp server 
1335        supports 8bit sending.
1336   <LI> When replying to several messages, subject will be decoded first,
1337        and then stripped from re/fwd before they are compared to determine
1338        the subject of the replied message.
1339   <LI> Crash when tcp connection to NNTP server was lost after connection
1340        had been established, but lost immediately afterwards.
1341   <LI> Crash with message &quot;lock when already locked&quot;, when painting
1342        an index was based on scores that needed information from a remote
1343        addressbook in the same server as the folder opened. Reported by
1344        Peter Koellner.
1345   <LI> Crash in message/rfc822 attachments encoded in base64.
1346   <LI> Postponed messages whose content-type is text/html, text/enriched and
1347        text/richtext are sent with that content-type, even though, after
1348        resuming composition, Alpine had changed its type to text/plain.
1349   <LI> Alpine cannot handle correctly some characters in the Windows-1256 
1350        character set, which might lead to a crash or a corruption in the 
1351        screen. Work was done to contain the bug. A more complete fix will 
1352        be done in a future release. Reported by Professor Robert Funnell.
1353   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
1354   <LI> WebAlpine: fail to build with debug disabled. Fix from Sam Hathaway.
1355   <LI> Save command did not warn of existence of a message with a deleted 
1356        attachment in an aggregate save, unless cursor was positioned on a message 
1357        with a deleted attachment. Reported by Florian Herzig.
1358   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
1359        in an IMAP server.
1360   <LI> DATE tokens were not internally transformed to UTF-8, which made their
1361        values not appear complete in the screen. Reported by Werner Scheinast.
1362   <LI> Fixes to configure script so that it will not require PAM for every system.
1363   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
1364        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
1365        during the build. Fix by Ulf-Dietrich Braumann.
1366   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
1367        needs to use tcl_getstringresult() instead. Reported by 
1368        Ulf-Dietrich Braumann.
1369   <LI> Quoted string in URL Viewers configuration variable were not 
1370        unquoted before passing to viewer.
1371   <LI> Fix in configure script to detect location of tcl library; add
1372        /usr/local in FreeBSD and fix a bug in configure script that used 
1373        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
1374        by Werner Scheinast.
1375   <LI> Move SSL configurations from UW-IMAP to configure script, and
1376        update OpenSSL configuration for Mac OS X.
1377   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
1378   <LI> When the download of an attachment is interrumpted, Alpine stills
1379      caches what was downloaded, making the download incomplete for 
1380      subsequent calls of Alpine attempting to open the attachment. In the 
1381      future, Alpine will not cache any downloaded part of the attachment 
1382      when it is interrupted.
1383 </UL>
1388 Version 2.11 addresses bugs found in previous releases and has a few 
1389 additions as well.
1392 Additions include:
1395 <UL>
1396    <LI> Alpine requires version 1.0.0c of Openssl to build.
1397    <LI> Increase encryption of S/MIME encrypted messages.
1398    <LI> Pico: Improvements in justification of paragraphs: lines that begin
1399 with a quote string, followed by a space were considered individual paragraphs,
1400 now they are considered part of a paragraph. Based on earlier joint work
1401 with Jeff Franklin.
1402    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
1403    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
1404 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
1405    <LI> Added recognition of ws and wss URIs.
1406    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
1407  <A HREF="h_config_directory_color">directory names</A>,
1408  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
1409    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
1410 used in the display of the INDEX SCREEN.
1411    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
1412 that adds the ability to preserve To: and Cc: fields when replying to a 
1413 message, as specified by original sender.
1414    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
1415  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
1416    <LI> Quota command includes subcommands for printing, forwarding, etc.
1417 </UL>
1420 Bugs that have been addressed include:
1422 <UL>
1423   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
1424   <LI> Crash when resizing the screen in a configuration screen.
1425   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
1426   <LI> Do not use a shell to open a browser.
1427   <LI> Configure script did not test for crypto or pam libraries.
1428   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
1429   <LI> Change Cygwin directory separator to &quot;/&quot;.
1430   <LI> Alpine could set List- headers, contrary to RFC 2369.
1431 </UL>
1434 Version 2.10 addresses bugs found in previous releases and has a few 
1435 additions as well.
1438 Additions include:
1441 <UL>
1442    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
1443    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
1444    <LI> Foreign characters are decoded correctly in IMAP folder names.
1445    <LI> Question about breaking connection to slow servers includes their name.
1446    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
1447    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
1448    <LI> Cygwin: Alpine builds without need of patch.
1449    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
1450    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
1451    <LI> Add support for strong encryption of password file when S/MIME is built in.
1452 </UL>
1455 Bugs that have been addressed include:
1458 <UL>
1459    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
1460    <LI> Double allocation of memory in Pico.
1461    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
1462    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
1463    <LI> Not recognition of environment variables in some options.
1464    <LI> Not display of login prompt during initial keystrokes.
1465    <LI> justification of long urls breaks them.
1466    <LI> Incorrect New Mail message when envelope is not available.
1467    <LI> Incorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
1468    <LI> Crash when resizing the screen after display of LDAP search.
1469    <LI> Crash when redrawing screen while opening a remote folder collection.
1470    <LI> Infinite loop in scrolltool function during notification of new mail.
1471    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
1472    <LI> No display of signed and encrypted S/MIME messages.
1473    <LI> Alpine will not build with OpenSSL.
1474    <LI> Crash for double locking in calls to c-client.
1475    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
1476    <LI> Ignore the references header when threading messages
1477    <LI> No update of colors in index screen after update to addressbook.
1478 </UL>
1481 Version 2.01 addresses bugs found in previous releases and has a few 
1482 additions as well.
1485 Additions include:
1488 <UL>
1489    <LI> Fixed non-ASCII web alpine handling
1490    <LI> Added web alpine help.
1491    <LI> Allow web alpine inbox on second IMAP server.
1492    <LI> Allow web alpine config reset after bad inbox-path gets set.
1493    <LI> Added web alpine ability to create group contact from contact list members.
1494    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
1495    <LI> Tidied up web alpine script layout.
1496    <LI> Fixed web alpine status message ordering
1497    <LI> Added web alpine Fcc setting via Contacts in Compose
1498    <LI> Fixed web alpine autodraft attachment issues
1499    <LI> Fixed web alpine problems with recent count maintenance
1500    <LI> Fixed web alpine newmail arrival display in message list
1501    <LI> Added web alpine confirmation to folder create for Move/Copy
1502    <LI> Added web alpine user-domain support
1503    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
1504 </UL>
1507 Bugs that have been addressed include:
1510 <UL>
1511    <LI> In web alpine fixed delete all selected within a search result to reorient
1512         correctly to whole-mailbox message list.
1513    <LI> Fixed web alpine delete in view page to be sensitive to sort
1514    <LI> Fixed web alpine open of folder within directory from folder manager page.
1515    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
1516    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
1517    <LI> Fixed web alpine adding contacts from message list and view
1518    <LI> Fixed web alpine create of non-existent fcc
1519    <LI> Remove mistakenly left debugger statement in web alpine javascript.
1520    <LI> Some UNIX alpine build problems fixed
1521    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
1522         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
1523         by locale charmap call on some Solaris 8 systems.
1524    <LI> MacOS Keychain logins were not working correctly with generic host names, like
1525         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
1526         new password requests when not needed
1527    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
1528         last folder in the list
1529    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
1530         looked for along with the email address
1531    <LI> Changes to configure to get spellcheck options with work with arguments.
1532    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
1533         returned by gethostname (iPhone can do this)
1534    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
1535         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
1536    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
1537         Jake Scott of marganstanley.com.
1538    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
1539         is not used in alpine.
1540    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
1541         Apparently this causes RIM Blackberry BIS service problems. This is not
1542         used in alpine.
1543    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
1544    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
1545         Fix from Ludwig Nussel of SUSE and from Crispin.
1546    <LI> Include whole filename in export filename history
1547    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
1548 </UL>
1551 Version 2.00
1552 addressed bugs found in previous releases and had a few additions as well.
1554 Additions included:
1557 <UL>
1558    <LI> Redesigned Web Alpine interface
1559    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
1560         in UNIX versions of Alpine
1561    <LI> Attempt to include the attachment filename as part of the name of the
1562         temporary file used when viewing an attachment with an external program.
1563         Add some randomness to that filename to make it hard to predict the filename.
1564         Add a filename extension, usually derived from the type/subtype, to the
1565         temporary filename. This was previously done only on Windows and MacOS X.
1566    <LI> Enhance address completion in the composer (TAB command) so that it looks
1567         through nicknames, fullnames, and addresses from the address book; addresses
1568         from the message being viewed, if any; and the results from
1569         <A HREF="h_direct_config">LDAP Directory Server</A>
1570         lookups for all of the defined directory servers that have the
1571         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
1572         feature set.
1573    <LI> Make the default character set setting more liberal in what it will accept
1574         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
1575    <LI> Remove the Alpine revision number from the titlebar in released versions
1576         while leaving it there in snapshot versions
1577    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
1578         display of asterisks when you type a password for Alpine
1579    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
1580    <LI> When the
1581         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
1582         feature is turned on convert not only the dates in the index screen but also
1583         the dates in the MESSAGE VIEW
1584 </UL>
1587 Bugs addressed in the 2.00 release included:
1590 <UL>
1591    <LI> Crash when using tab-completion for selecting a Save filename
1592    <LI> Make Web Alpine help text images relative for more portability
1593    <LI> Fixed attach save of html parts in Web Alpine
1594    <LI> Viewing, printing, exporting, replying, and bouncing of message
1595         digests was broken. Replying and bouncing should not have been
1596         allowed at all for digests. It would be nice to have a more standard
1597         index-like view of a message digest but that has not been addressed
1598         with this minor bug fix.
1599    <LI> Adjust wrapping of HTML messages so that the margins specified by
1600         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
1601         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
1602         are observed correctly
1603    <LI> Interrupt of WhereIs command in index was broken
1604    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1605         option did not work correctly interpreting unknown characters in message headers
1606    <LI> Long address lines could cause blank continuation lines
1607    <LI> Save to a local default INBOX failed if the primary collection was also local,
1608         which it is by default. The save went to  ~/mail/inbox instead.
1609    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
1610         inbox, not the inbox in the primary collection
1611    <LI> Address book entries with lots of addresses would be truncated when
1612         entered in the composer with a screen size wider than 270 or so characters
1613    <LI> Some fields in the index screen were truncated when the screen width was
1614         wider than 256 characters
1615    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
1616         folder, and there is a more than 10 minute pause between typing the TAB
1617         and typing the Yes
1618 </UL>
1621 Version 1.10(962)
1622 addressed bugs found in previous releases and had a few additions as well.
1624 Additions included:
1627 <UL>
1628    <LI> Add the possibility of setting a default role
1629         (see <A HREF="h_role_select">Roles Screen</A>)
1630         which may be convenient if your work flow involves acting in one
1631         role for a while then switching to another role and staying in the
1632         new role for another period of time
1633    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
1634         is encountered, ask the user if he or she wants to continue with the
1635         risky Save anyway instead of aborting. This may be helpful if your
1636         IMAP server is broken in this way but be aware that it is possible there
1637         was a real error instead of just a broken server implementation.
1638    <LI> Some configure adjustments for Kerberos detection and
1639         for SCO OpenServer 5 support
1640    <LI> Hide INBOX in a collection if it also appears as an
1641         <A HREF="h_config_enable_incoming">Incoming Folder</A>
1642    <LI> Show asterisks for feedback when the user is typing a password
1643    <LI> Performance improvement for threading of large folders
1644    <LI> Previously, the search used to find
1645         Pattern matches containing To patterns searched for both To
1646         and Resent-To headers. The relatively complicated search this
1647         produces causes problems when using some deficient IMAP servers.
1648         Now the default is to look only for To headers and ignore the
1649         presence of Resent-To. The previous behavior may be restored
1650         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
1651    <LI> Add an
1652         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1653         to help with reading malformed unlabeled messages
1654    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
1655    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
1656    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
1657 </UL>
1660 Bugs addressed in the 1.10(962) release included:
1663 <UL>
1664    <LI> Crash when encountering certain errors from an SMTP server
1665    <LI> Crash in composer caused by overflow in replace_pat()
1666    <LI> Hang when authenticating to an SMTP server that fails with a
1667         &quot;connection disconnected&quot; error
1668    <LI> Bug in handling of trailing tab character in flowed text
1669    <LI> Security enhancement for mailcap parameter substitution
1670    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
1671         did not work if the message being replied to was not flowed text
1672         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
1673         was not turned on
1674    <LI> Don't allow printer to be changed through hidden config screen
1675         if system administrator didn't want it to be allowed
1676    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
1677         should know that it won't work, causing error messages to appear
1678    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
1679         of double-quote double-quote didn't work right
1680    <LI> Quoting wasn't being done to protect special characters from the
1681         MacOS X shell when
1682         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
1683         was not defined
1684    <LI> On MacOS X message attachments should be shown internally instead of
1685         being shown using the Mail application
1686    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
1687         sometimes set the outgoing charset to X-UNKNOWN, making the result
1688         unreadable
1689    <LI> When the sending of a message failed lines with leading spaces had one
1690         additional space inserted in each of those lines when the user
1691         was returned to the composer
1692    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
1693         that contained non-ascii characters because it was truncating the
1694         line being searched so that it was shorter than what was visible on
1695         the screen
1696    <LI> When composing, an attachment with a long name that causes wrapping in
1697         just the wrong place would generate an error and cause the send
1698         of the attachment to fail
1699    <LI> After calling the file browser to attach a file in the composer, a resize
1700         of the window when back in the composer would redraw the last screen that
1701         had been shown in the browser instead of the current composer screen
1702    <LI> Possible crash in index screen when encountering unparsable addresses
1703         or when using one of the PRIORITY tokens or the HEADER token in the
1704         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
1705    <LI> Problems with Header Color editing if the configuration option
1706         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
1707         was inadvertently changed to the Empty Value in the hidden config screen
1708    <LI> When resuming the final postponed message from an Exchange server the user
1709         could get a certificate validation failure because alpine was trying
1710         to validate the canonical name of the folder instead of the name the
1711         user used
1712    <LI> Windows line endings in a mimetypes file on a Unix system cause a
1713         failure to find a match
1714    <LI> Make matching of extension names case independent in mimetypes files
1715    <LI> Windows dialog boxes for entering text were not working correctly
1716    <LI> Replying to or Forwarding multipart/alternative messages which had a
1717         single text/html part did not work well
1718    <LI> Printing the print confirmation page caused a crash
1719    <LI> A To line with a long, quoted personal name could display incorrectly
1720         if it was close to the same width as the screen
1721    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
1722         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
1723         are turned on hide (0/0) when the folder is empty
1724    <LI> Folder completion while Saving didn't work if the collection being
1725         saved to was the local home directory
1726 </UL>
1729 Version 1.00
1730 was an evolutionary release based on Pine, which was also
1731 developed at the University of Washington.
1732 It is upwards-compatible for existing Pine users.
1735 Changes included:
1737 <UL>
1738    <LI> Ground-up reorganization of source code around addition
1739         of "pith/" core routine library.
1740    <LI> Fundamental improvement in Alpine's internal text handling, which
1741         is now based exclusively on Unicode. This allows displaying incoming
1742         messages and producing outgoing messages in many different languages.
1743    <LI> Ground-up reorganization of build and install procedures
1744         based on GNU Build System's autotools. NOTE, the included IMAP library
1745         build is not based on autotools, so some features will not work. However,
1746         it should get built automatically during the Alpine build process.
1747    <LI> Web-based version included built on TCL designed to run under
1748         a suitable CGI-supporting web server such as Apache.
1749 </UL>
1753 Details on changes in previous (prerelease) versions of Alpine
1754 may be found at the following URL:
1756 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1759 <HR WIDTH="75%"><P>
1761 <H2>Getting Help</H2>
1762 <DL>
1763 <DT>Online Help</DT>
1764 <DD>
1765 Every Alpine screen and command has associated help text
1766 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
1767 </DD>
1769 <DT>Web Help</DT>
1770 <DD>
1771 The most current source of information about Alpine,
1772 including new version availability, is the web page at
1774 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1775 </DD>
1776 </DL>
1778 <HR WIDTH="75%"><P>
1780 <H2>Additional Information</H2>
1782 General Alpine configuration information can be found
1783 <A HREF="h_news_config">here</A>.
1785 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
1786 Alpine mailbox and <A HREF="https://github.com/jonabbey/panda-imap/">IMAP</A> server
1787 access is provided by the IMAP Toolkit Environment (c-client library)
1788 version <!--#echo var="C_CLIENT_VERSION"-->.
1789 <P> 
1790 Alpine was developed until 2009 by the Office of Computing 
1791 &amp; Communications at the University of Washington in Seattle.  
1792 Since then, the effort of developing Alpine has been continued by
1793 a community of volunteers who make good software even better!
1796 Alpine Copyright 2013-2021 Eduardo Chappa, 
1797 <BR> Copyright 2006-2008 University of Washington.
1800 Additional legal notices can be found <A HREF="h_news_legal">here</A>,
1801 or instead you can find the Apache License, version 2.0 at the web URL:
1804 <CENTER><A HREF="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></CENTER>
1807 &lt;End of Release Notes&gt;
1808 </BODY>
1809 </HTML>
1810 ====== h_password_file_support ======
1811 <HTML>
1812 <HEAD>
1813 <TITLE>Encryption for Password File Support Explained</TITLE>
1814 </HEAD>
1815 <BODY>
1816 <H1>Encryption for Password File Support Explained</H1>
1818 Index<BR>
1819 <OL>
1820 <LI><A HREF="#content">Explanation</A>
1821 <LI><A HREF="#example_existing_key">Example of Use of Existing Key and Certificate</A>
1822 <LI><A HREF="#example_self_signed">Example of Creating Master Password</A>
1823 </OL>
1825 <P><A NAME="content">Unix Alpine Only.</A>
1827 <P> If your version of Alpine has been built with password file support
1828 then you can use a special file to save your passwords, and avoid typing
1829 them every time you open a connection to a remote server.
1831 <P> If, in addition, your version of Alpine was built with SMIME support, then your 
1832 password file will be encrypted with a strong key. There are two ways in 
1833 which this can happen: Alpine will either use a matching private key and 
1834 public certificate pair that you already own, or it will create one for 
1835 you, just for purposes of encrypting this file. We describe both processes 
1836 below.
1838 <P> Initially, Alpine will scan your public and private directories for a 
1839 certificate/private key pair that works. Alpine will pick the first pair 
1840 that it finds that matches. 
1842 <P> Once a pair has been chosen, it will be copied to the directory 
1843 ~/.alpine-smime/.pwd, and from then on, Alpine will use the pair found in 
1844 that directory. The first time this process is done, this directory will 
1845 be created, a key/certificate pair will be copied to it, from then on 
1846 this pair will be used to encrypt and decrypt your password file. 
1848 <P> If you want to use a specific key and certificate pair to encrypt
1849 your password file, you can create the directory ~/.alpine-smime/.pwd 
1850 manually, and then create your preferred key/certificate pair there.
1851 Alpine will use this key regardless of if it has expired, or if it is
1852 self-signed. These issues do not affect the encryption or decryption
1853 of the password file.
1855 <P> If you prefer not to use the directory ~/.alpine-smime/.pwd to save 
1856 your key/certificate pair, you can specify a different one with the 
1857 -pwdcertdir command line option in Alpine. If the directory specified by 
1858 this option is not found Alpine will fail to encrypt and decrypt your 
1859 password file. However if it exists, Alpine will search for a 
1860 key/certificate pair in that
1861 directory, and if it does not find one, it will create one and save it
1862 in that directory.
1864 <P> Alpine does not care about the names of the key and certificates in 
1865 this directory, but the private key must have &quot;.key&quot; extension 
1866 and your public certificate must have the &quot;.crt&quot; extension. The
1867 name of the private key will be used in the prompt when you are asked
1868 to unlock your key to decrypt your password.
1870 <P> If Alpine cannot find a suitable private key and public certificate 
1871 pair to encrypt your password, it will create one. You will be asked to 
1872 create a &quot;Master Password&quot; to protect such key. At this moment 
1873 there are no restrictions on passwords, other than they have to be at 
1874 least 8 characters long, but future versions of Alpine will include 
1875 functionality to restrict master passwords, as set up by the administrator 
1876 of the system in the pine.conf.fixed file.
1878 <P><A NAME="example_existing_key"><B>Example of Use of Existing Key and Certificate</B></A>
1880 <P>Assume you have a private key called peter@address.com.key in your, 
1881 ~/.alpine-smime/private directory, and a public certificate called 
1882 peter@address.com.crt in your ~/.alpine-smime/public directory, and these 
1883 are your only key/certificate pair.
1885 <P> When Alpine starts for the first time, without command line options, 
1886 it will check if the directory ~/.alpine-smime/.pwd exists, and if not, 
1887 it will create it. Then it will go through your keys and certificates and 
1888 find a pair that it can use, and copy the files peter@address.com.key,
1889 and peter@address.com.crt to the ~/.alpine-smime/.pwd directory. Alternatively
1890 you can do the same by copying these files by yourself. This can be done
1891 with the sequence of commands
1893 <PRE>
1894 mkdir ~/.alpine-smime/.pwd
1895 cp ~/.alpine-smime/private/peter@address.com.key ~/.alpine-smime/.pwd
1896 cp ~/.alpine-smime/public/peter@address.com.crt ~/.alpine-smime/.pwd
1897 </PRE>
1899 <P> When Alpine starts, you will be asked the password to unlock your
1900 private key with the prompt.
1902 <PRE>
1903 Enter password of key &lt;peter@address.com&gt; to unlock password file:
1904 </PRE>
1906 <P> If you prefer to use different names for your private and public keys 
1907 in the ~/.alpine-smime/.pwd directory, you can do so, but you must 
1908 preserve the extension of the files. For example, you can use the names 
1909 private_key.key and public_cert.crt instead. In this case, the prompt you 
1910 will see when you are asked to unlock your private key will read
1912 <PRE>
1913 Enter password of key &lt;private_key&gt; to unlock password file:
1914 </PRE>
1916 <P>Observe that you do not need to use an existing key/certificate pair, 
1917 and that you can create a new private key/public certificate pair to 
1918 encrypt and decrypt your password file. Alpine provides a mechanism to
1919 change the encryption key for this file in the S/MIME configuration
1920 screen.
1922 <P><A NAME="example_self_signed"><B>Example of Creating Master Password</B></A>
1924 <P> If Alpine cannot find a suitable private key and public certificate pair
1925 to encrypt your password file, it will create one. When doing so, it will
1926 start the process with the following warning:
1928 <PRE>
1929 Creating a Master Password for your Password file.
1930 </PRE>
1932 <P> Then Alpine will ask you to enter your Master Password:
1934 <PRE>
1935 Create master password (attempt 1 of 3):
1936 </PRE>
1938 <P> Once you enter this password, and it validates according to system policy,
1939 you will be asked to confirm this password. 
1941 <PRE>
1942 Confirm master password (attempt 1 of 3):
1943 </PRE>
1945 <P> If you input the same password, then Alpine will set that as your 
1946 Master Password, and you will use this password to unlock your key in the 
1947 future.
1949 <P> If you would like to switch your Master Password in the future, you can 
1950 do so by creating a new public key and public certificate pair. You can do 
1951 so in the S/MIME configuration screen, in the &quot;Manage Key and 
1952 Certificate for Password File&quot; section, simply enter your current 
1953 password to unlock your current key and then press &quot;C&quot; to create 
1954 a new key.
1957 &lt;End of help&gt;
1958 </BODY>
1959 </HTML>
1960 ====== h_network_encryption_security ======
1961 <HTML>
1962 <HEAD>
1963 <TITLE>Network Encryption Security Explained</TITLE>
1964 </HEAD>
1965 <BODY>
1966 <H1>Network Encryption Security Explained</H1>
1968 You can specify which encryption protocol you would like to try when
1969 creating a secure connection to a server. Alpine will attempt to use
1970 that encryption protocol, but in practice the protocol being used will
1971 default to the most secure protocol that both Alpine and the server
1972 support.
1974 <P> If you use the latest version of OpenSSL, the /ssl modifier to the 
1975 server definition will use the most secure version of the TLS encryption 
1976 protocol. The same will be true if you try /tls1_1 or /tls1_2, but in an 
1977 old version of OpenSSL (pre 1.1.0 series) /tls1_1 might mean to use 
1978 version 1.1 of the TLS protocol.
1980 <P> You will never go wrong by using the /ssl modifier. At the time of
1981 this writing OpenSSL had released version 1.1.1, with support for
1982 TLS version 1.3. If your version of OpenSSL does not support this version
1983 of the TLS protocol, then the /tls1_3 modifier will only mean to use
1984 the most secure version of the TLS protocol that OpenSSL and the
1985 server can negotiate. In future versions of OpenSSL, /tls1_3 might mean
1986 to try to negotiate a higher version of the TLS protocol.
1988 <P> In order to avoid confusion, the /ssl flag is the best way to guarantee
1989 the highest encryption protocol available, and it is the recommended
1990 modifier to the server definition to create a secure encrypted connection.
1993 &lt;End of help&gt;
1994 </BODY>
1995 </HTML>
1996 ====== h_gmail_configuration ======
1997 <HTML>
1998 <HEAD>
1999 <TITLE>Configuring Access to Gmail Using XOAUTH2</TITLE>
2000 </HEAD>
2001 <BODY>
2002 <H1>Configuring Access to Gmail Using XOAUTH2</H1>
2004 Gmail allows you to access their IMAP and SMTP server using either the XOAUTH2
2005 or OAUTHBEARER authentication method. You can choose any of them. A sample configuration for reading
2006 incoming mail is
2009 inbox-path = {imap.gmail.com/ssl/user=YourId@gmail.com/auth=xoauth2}INBOX<BR>
2010 smtp-server = smtp.gmail.com/ssl/user=YourId@gmail.com/auth=xoauth2
2013 Note that you can substitute /auth=xoauth2 by /auth=oauthbearer.
2016 Gmail implements the authorize method. This means that in order to use xoauth2, you must
2017 open a URL, login to your Gmail account, and authorize Alpine to access your email. As a
2018 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
2019 Once you have done that, Alpine will be able to get a refresh and access token, which
2020 Alpine will use later to read and send email.
2023 &lt;End of help&gt;
2024 </BODY>
2025 </HTML>
2026 ====== h_outlook_configuration ======
2027 <HTML>
2028 <HEAD>
2029 <TITLE>Configuring Access to Outlook Using XOAUTH2</TITLE>
2030 </HEAD>
2031 <BODY>
2032 <H1>Configuring Access to Outlook Using XOAUTH2</H1>
2034 Outlook allows you to access their IMAP and SMTP server using the XOAUTH2
2035 authentication method. A sample configuration for reading incoming mail is
2038 inbox-path = {outlook.office365.com/ssl/user=YourId@outlook.com/auth=xoauth2}INBOX<BR>
2039 smtp-server = smtp.office365.com/submit/user=YourId@outlook.com/auth=xoauth2
2042 Outlook implements the authorize and device methods to get your authorization to access
2043 your account. Alpine uses by default the device method, so try that one first.
2046 &lt;End of help&gt;
2047 </BODY>
2048 </HTML>
2049 ====== h_yahoo_configuration ======
2050 <HTML>
2051 <HEAD>
2052 <TITLE>Configuring Access to Yahoo! Using XOAUTH2</TITLE>
2053 </HEAD>
2054 <BODY>
2055 <H1>Configuring Access to Yahoo! Using XOAUTH2</H1>
2057 Yahoo! allows you to access their IMAP and SMTP server using either the XOAUTH2 or
2058 OAUTHBEARER authentication method. You can choose any of them. A sample configuration for
2059 reading incoming mail is
2062 inbox-path = {imap.mail.yahoo.com/ssl/user=YourId@yahoo.com/auth=xoauth2}INBOX<BR>
2063 smtp-server = smtp.mail.yahoo.com/ssl/user=YourId@yahoo.com/auth=xoauth2
2066 Note that you can substitute /auth=xoauth2 by /auth=oauthbearer.
2069 Yahoo! implements the authorize method. This means that in order to use xoauth2, you must
2070 open a URL, login to your Yahoo! account, and authorize Alpine to access your email. As a
2071 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
2072 Once you have done that, Alpine will be able to get a refresh and access token, which
2073 Alpine will use later to read and send email.
2076 &lt;End of help&gt;
2077 </BODY>
2078 </HTML>
2079 ====== h_yandex_configuration ======
2080 <HTML>
2081 <HEAD>
2082 <TITLE>Configuring Access to Yandex Using XOAUTH2</TITLE>
2083 </HEAD>
2084 <BODY>
2085 <H1>Configuring Access to Yandex Using XOAUTH2</H1>
2087 Yandex allows you to access their IMAP and SMTP server using the XOAUTH2
2088 authentication method. A sample configuration for reading incoming mail is
2091 inbox-path = {imap.yandex.com/ssl/user=YourId@yandex.com/auth=xoauth2}INBOX<BR>
2092 smtp-server = smtp.yandex.com/ssl/user=YourId@yandex.com/auth=xoauth2
2095 Yandex implements the authorize method. This means that in order to use xoauth2, you must
2096 open a URL, login to your Yandex account, and authorize Alpine to access your email. As a
2097 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
2098 Once you have done that, Alpine will be able to get a refresh and access token, which
2099 Alpine will use later to read and send email.
2102 &lt;End of help&gt;
2103 </BODY>
2104 </HTML>
2105 ====== h_xoauth2 ======
2106 <HTML>
2107 <HEAD>
2108 <TITLE>XOAUTH2 Authenticator Explained</TITLE>
2109 </HEAD>
2110 <BODY>
2111 <H1>XOAUTH2 Authenticator Explained</H1>
2113 The XOAUTH2 authenticator method is a way in which you can sign in to your
2114 account to read and send email. This method is different from the traditional
2115 username/password that users are accustomed to, and it needs to be set up
2116 by the user. This text will help you understand this authentication method.
2118 <P> A quick list of services supported by Alpine are (follow each link for
2119 specific configuration instructions)
2121 <UL>
2122 <LI> <A href="h_gmail_configuration">Gmail</A>
2123 <LI> <A href="h_outlook_configuration">Outlook</A>
2124 <LI> <A href="h_yahoo_configuration">Yahoo!</A>
2125 <LI> <A href="h_yandex_configuration">Yandex</A>
2126 </UL>
2129 The most important difference between this method and other authentication
2130 methods is what happens if someone steals your credentials. This method is
2131 attached to three components: Your username, your password and your email
2132 program.
2135 At the beginning of this process, the developer of the email program 
2136 registers the email program with the email service provider (Gmail, 
2137 Outlook, etc.) In return, the email service provider creates a client-id.
2138 In addition, some services provide a client-secret.
2139 Since Alpine is an open source program, these values are part
2140 of the source code, and are known to everyone, and cannot be obfuscated.
2143 After a program has been registered with an email service provider, the 
2144 user must authorize the email program access to their email account in 
2145 that service. Alpine helps you do that, but it cannot do all the process 
2146 for you, and you will need to use an external web browser to authorize
2147 Alpine to read and send email.
2150 This part of the process is simple. Alpine creates a URL based on the id 
2151 and secret created by the email service, which the user opens. Once the 
2152 URL has been opened, the user signs in to the server, and once signed into
2153 the account, the user is asked to authorize Alpine access to the email 
2154 account. If the user agrees, an &quot;<I>Access Code</I>&quot; will be
2155 generated.
2158 An Access Code is a very long string, and so the recommendation is to copy 
2159 and paste this code back into Alpine, at the time Alpine is helping you 
2160 set up this authenticator. This part of the process is done only once per 
2161 email program (If you run Alpine in several computers, you would do this 
2162 once per computer. Each computer gets its own Access Code.)
2165 Once Alpine has an Access Code, it goes back internally to the email 
2166 service and asks it to generate two strings, called the &quot;<I>Refresh 
2167 Token</I>&quot; and the &quot;<I>Access Token</I>&quot;. This part is 
2168 invisible to the user, and they will never see it, but in order for you to 
2169 understand what to do in case you lose them, you need to understand their 
2170 use.
2173 The <I>Access Token</I> is the equivalent of a temporary password. It 
2174 allows the user to access (and reaccess as many times as they would like)
2175 their email account for a limited amount of time, typically 1 hour after
2176 it was issued. After that time expires, users need a new Access Token.
2179 The <I>Refresh Token</I> is the equivalent of a password generator. With 
2180 this token, Alpine can go to the email service provider and request a new 
2181 Access Token. This part of the process does not need user intervention, 
2182 anyone can do this, as long as they have the Refresh Token, program id and 
2183 program secret, so it is important that users keep their Refresh Token as 
2184 secure as they can.
2187 Given that the Refresh Token and the Access Token are long strings, users 
2188 are not supposed to be able to memorize them and recall them later. Alpine 
2189 will store them in the password file, should a user have one. Otherwise, 
2190 the user will have to create one each time they run Alpine, starting by 
2191 creating the Access Code all over each time they try to sign in to their 
2192 email account. When Alpine is compiled with SSL and password file support, 
2193 it will default to saving this information using encryption and under a 
2194 master password, so unless they have made changes to this process, their 
2195 Refresh and Access Tokens are saved securely and persist from one session 
2196 to the next.
2199 Should any person steal your Refresh Token, you must login to your account 
2200 with your username and password and revoke Alpine authorization to your 
2201 account. This is enough to stop the person who stole your Refresh Token 
2202 from accessing your email service. In the case of Gmail, changing your 
2203 password will invalidate your Refresh Token, and this will be enough to 
2204 prevent others from using a stolen Refresh Token. Consult with your email
2205 service provider to learn what you can do if someone steals your Refresh
2206 Token.
2209 If, for any reason, Alpine cannot sign in to your email service for two 
2210 consecutive times with Access Codes generated by your Refresh Token, it 
2211 will remove the Refresh Token from your password file, forcing you to get 
2212 a new one, by getting an Access Code first, and granting authorization to
2213 Alpine to access your email once again.
2216 This implementation of XOAUTH2 knows the list of servers that it can
2217 access using the same credentials, so Alpine will be able to read and send
2218 emails using the same Access Token. You will not have to create
2219 Access and Refresh Tokens for the IMAP and SMTP servers separately.
2222 &lt;End of help&gt;
2223 </BODY>
2224 </HTML>
2225 ====== h_xoauth2_config_screen ======
2226 <HTML>
2227 <HEAD>
2228 <TITLE>XOAUTH2 Configuration Screen</TITLE>
2229 </HEAD>
2230 <BODY>
2231 <H1>XOAUTH2 Configuration Screen</H1>
2233 The XOAUTH2 configuration screen helps you connect your client-id and
2234 other configuration information about the service you want to use with
2235 Alpine.
2237 <P> Alpine provides a default configuration for you. For some providers
2238 this configuration does not work, and requires you to get your own
2239 Client-ID for Alpine. Depending on the service, you might need extra information,
2240 such as a Client-Secret or a Tenant.
2242 <P> If the default configuration of Alpine does not work for you, you can simply
2243 replace the default configuration of Alpine by your new configuration. If for
2244 any reason you need to have a second client-id, you can use the ^A command to
2245 add a new configuration for one of the supported services by Alpine.
2247 <P> If you wish to delete a configuration for a service, place the cursor
2248 on the configuration you want to delete and press ^D.
2250 <P> When you have more than one client-id for the same service, is is convenient
2251 to fill up the username field. This will tell Alpine that that specific configuration
2252 is to be used with the username(s) specified in that variable. If Alpine cannot
2253 determine which configuration to use, it will ask you to select the correct
2254 Client-ID for your connection. This could happen when you are trying to login to
2255 your account. The client-id you select will be used by Alpine for that and future
2256 connections to that server.
2260 &lt;End of help&gt;
2261 </BODY>
2262 </HTML>
2263 ====== h_tls_failure_details ======
2264 <HTML>
2265 <HEAD>
2266 <TITLE>Certificate Validation Details</TITLE>
2267 </HEAD>
2268 <BODY>
2269 <H1>Certificate Validation Details</H1>
2271 This screen gives details as to why the certificate validation failed: the
2272 name of the desired server system; the reason for failure; and the name on
2273 the certificate.  This is primarily of interest to experts.
2276 &lt;End of help&gt;
2277 </BODY>
2278 </HTML>
2279 ====== h_tls_failure ======
2280 <HTML>
2281 <HEAD>
2282 <TITLE>TLS or SSL Failure</TITLE>
2283 </HEAD>
2284 <BODY>
2285 <H1>TLS or SSL Failure</H1>
2287 An attempt was made to establish a secure, encrypted connection to the
2288 server system using either Transport Layer Security (TLS) or the older
2289 Secure Sockets Layer (SSL).  This attempt failed.
2292 You should contact your server system management for more assistance.
2293 The problem is probably at the server system and not in Alpine or your local
2294 system.  The text in this screen may be helpful for the server system
2295 management in debugging the problem,
2298 &lt;End of help&gt;
2299 </BODY>
2300 </HTML>
2301 ====== h_tls_validation_failure ======
2302 <HTML>
2303 <HEAD>
2304 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
2305 </HEAD>
2306 <BODY>
2307 <H1>TLS and SSL Certificate Validation Failures</H1>
2309 An attempt was made to establish a secure, encrypted connection to the
2310 server system using either Transport Layer Security (TLS) or the older
2311 Secure Sockets Layer (SSL).
2314 An important part of this procedure is server certificate validation.  A
2315 server certificate is an &quot;electronic identification card&quot; for the server
2316 system that is signed by a well-known certificate authority (CA).  Alpine
2317 compares the server system identity in the server certificate with the
2318 name of the server system to which it is trying to connect.  Alpine also
2319 verifies that the CA signature is authentic.
2322 Some common failure conditions are:
2325 <UL>
2326   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
2327 signed its own certificate.  This does not necessarily indicate anything
2328 bad; the server operators may simply have elected to not purchase a
2329 signed certificate from a certificate authority.
2331   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
2332 the signature on the server system is from an unknown certificate authority.
2333 It can also mean that no certificate authority certificates have been
2334 installed on the local UNIX system.
2336   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
2337 the same as either of the above two conditions in UNIX Alpine.  Note that
2338 Windows systems typically have a full set of certificate authority
2339 certificates installed, so it is more likely to be a self-signed
2340 certificate than an unknown certificate authority.
2342   <LI> Server name does not match certificate.  This means that the server
2343 presented a proper signed certificate for a name other than the desired
2344 name.
2345 </UL>
2348 Any of these conditions can indicate that you are being attacked and have
2349 been directed to an imposter server that will record your password and
2350 your private mail messages.  It can also mean something innocuous.
2353 If you are certain that the problem is innocuous, you can append the
2354 option
2357 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
2360 to the server system name where it appears in your configuration (e.g. the
2361 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
2362 a folder-collection, or a news or SMTP server).  This will
2363 disable certificate validation.  On the other hand, if you are attacked,
2364 you will get no warning if you do this.
2366 <P> When you get an error indicating a self-signed certificate from the 
2367 remote server, you can download and install the certificate for that 
2368 server. Avoid using the /NoValidate-Cert modifier. Alpine cannot help you 
2369 with this process because certificates are part of the system and are not 
2370 under the control of the user. Find directions on how to download and 
2371 install certificates for your system using your favorite search engine.
2374 &lt;End of Cert Validation Failures help&gt;
2375 </BODY>
2376 </HTML>
2377 ====== h_oauth2_start ======
2378 <HTML>
2379 <HEAD>
2380 <TITLE>Setting up XOAUTH2 Authentication</TITLE>
2381 </HEAD>
2382 <BODY>
2383 <H1>Setting up XOAUTH2 Authentication</H1>
2385 You are trying to connect to a server that uses the XOAUTH2 method of
2386 authentication.
2389 In order to complete this process use a browser in the same computer
2390 that you are using Alpine to open the given URL.
2393 You will be sent to authenticate and later to authorize Alpine access to
2394 your email. Once you have completed the authorization process you will get
2395 a code. Input this code into Alpine by pressing 'C'. If you do not see a
2396 code, but see an error message in your browser, copy and paste the URL of
2397 the error page and paste into alpine after pressing the 'C' key.
2400 After you have input the code, Alpine will conclude logging you into your
2401 account.
2404 If your version of Alpine was compiled to save passwords, then Alpine will save
2405 the refresh and access tokens securely, otherwise you will have to repeat this
2406 process every time you login to this server.
2409 &lt;End of setting up XOAUTH2 Authentication help&gt;
2410 </BODY>
2411 </HTML>
2412 ====== h_oauth2_start_device ======
2413 <HTML>
2414 <HEAD>
2415 <TITLE>Setting up XOAUTH2 Authentication Using the Device Flow</TITLE>
2416 </HEAD>
2417 <BODY>
2418 <H1>Setting up XOAUTH2 Authentication Using the Device Flow</H1>
2420 You are trying to connect to a server that uses the XOAUTH2 method of
2421 authentication.
2424 In order to complete this process use a browser in the same computer
2425 that you are using Alpine to open the given URL and enter the code that you
2426 were given by Alpine in that screen.
2429 You will be sent to authenticate and later to authorize Alpine access to
2430 your email. Once you have completed the authorization process Alpine will
2431 get the refresh and access tokens from the service servers and the authentication
2432 process will be completed by Alpine.
2435 If your version of Alpine was compiled to save passwords, then Alpine will save
2436 the refresh and access tokens securely, otherwise you will have to repeat this
2437 process every time you login to this server.
2440 &lt;End of setting up XOAUTH2 Authentication help&gt;
2441 </BODY>
2442 </HTML>
2443 ====== h_release_tlscerts ======
2444 <HTML>
2445 <HEAD>
2446 <TITLE>TLS and SSL usage note</TITLE>
2447 </HEAD>
2448 <BODY>
2449 <H1>TLS and SSL usage note</H1>
2452 When using Alpine from Unix or Windows 2000,
2453 server certificates must be signed by a trusted certificate authority.
2454 You may relax this requirement (at the cost of some security) by using
2456 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
2457 modifier in the mailbox name.
2460 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
2463 The fully-qualified host name of the server should be used
2464 so that it matches the host name in the server certificate.
2466 Here is an example of a host specification that directs Alpine to use
2467 the SSL port (993) and an encrypted data stream.
2469 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
2471 &lt;End of TLS usage help&gt;
2472 </BODY>
2473 </HTML>
2474 ====== h_news_config ======
2475 <HTML>
2476 <HEAD>
2477 <TITLE>Alpine Configuration</TITLE>
2478 </HEAD>
2479 <BODY>
2480 <H1>Alpine Configuration</H1>
2482 <H2>Using Environment Variables</H2>
2484 The values of Alpine configuration options may include environment variables
2485 that are replaced by the value of the variable at the time Alpine is run
2486 (and also at the time the config option is changed).
2487 The syntax to use environment variables is a subset of the common Unix
2488 shell dollar-syntax.
2489 For example, if
2491 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
2493 appears in the value of an Alpine configuration option it is looked up in the
2494 envirom ent (using getenv(&quot;VAR&quot;)) and its
2495 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
2496 To include a literal dollar sign you may precede the dollar sign with another
2497 dollar sign.
2498 In other words, if the text
2500 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
2502 is the value of a configuration option, it will be expanded to
2504 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
2506 and no environment lookup will be done.
2507 For Unix Alpine it will also work to use a backslash character to
2508 escape the special meaning of the dollar sign, but $$ is preferable since
2509 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
2510 to be in a shared configuration file.
2513 This all sounds more complicated than it actually is.
2514 An example may make it clearer.
2515 Unfortunately, the way in which environment variables are set is OS-dependent 
2516 and command shell-dependent.
2517 In some Unix command shells you may use
2519 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
2520    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
2522 Now, if you use Alpine's Setup/Config screen to set
2524 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
2526 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
2527 so that this would be equivalent to
2529 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
2531 Note, environment variable substitution happens after configuration
2532 options that are lists are split into the separate elements of the list,
2533 so a single environment variable can't contain a list of values.
2536 The environment variable doesn't have to be the only thing
2537 after the equal sign.
2538 However, if the name of the variable is not at the end of the line or
2539 followed by a space (so that you can tell where the variable name ends),
2540 it must be enclosed in curly braces like
2542 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
2544 It is always ok to use the braces even if you don't need to.
2546 It is also possible to set a default value for an environment variable.
2547 This default value will be used if the environment variable is not
2548 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
2549 The syntax used to set a default value is
2551 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
2553 If the config file contains
2555 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
2557 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
2558 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
2559 the value that <SAMP>VAR</SAMP> was set to, otherwise,
2560 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
2561 the default value.
2562 (Note that the variable is called &quot;personal-name&quot; in the config
2563 file but is displayed in the config screen as
2564 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
2565 In general, the value that goes into a config file is never exactly the
2566 same as the value you see on the screen.)
2569 An example where an environment variable might be useful is the
2570 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
2571 Suppose most users used the server
2573 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
2575 but that there were some exceptions who used
2577 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
2579 In this case, the system manager might include the following line in
2580 the systemwide default Alpine configuration file
2582 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
2584 For the exceptional users adding
2586 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
2588 to their environment should work.
2590 Another example might be the case where a user has to use a different
2591 SMTP server from work and from home.
2592 The setup might be something as simple as
2594 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
2596 or perhaps a default value could be given.
2597 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
2598 a list of SMTP servers.
2601 <H2>Configuration precedence</H2>
2603 There are several levels of Alpine configuration.  Configuration values at
2604 a given level override corresponding values at lower levels.  In order of
2605 increasing precedence:
2607 <UL>
2608  <LI> built-in defaults
2609  <LI> system-wide
2610 <!--chtml if pinemode="os_windows"-->
2611       config file from command line or provided
2612       by "PINECONF" environment variable
2613 <!--chtml else-->
2614       pine.conf file
2615 <!--chtml endif-->
2616  <LI> personal configuration file
2617  <LI> personal exceptions configuration file
2618  <LI> command-line options
2619  <!--chtml if pinemode="os_windows"--><!--chtml else-->
2620  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
2621 </UL>
2623 The values in both the personal configuration file and the
2624 <A HREF="h_config_exceptions">exceptions</A>
2625 configuration file may be set using the Setup command.
2626 Setup/Config is the command to change most of the personal configuration
2627 options.
2628 The other Setup subcommands are also used to change the configuration,
2629 for example, Setup/AddressBook, Setup/Rules, and so on.
2630 Changing the personal exceptions configuration is very similar.
2631 To change a value in the Config screen you would use the command
2632 Setup/eXceptions/Config.
2633 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
2635 There are a couple exceptions to the rule that configuration values are replaced
2636 by the value of the same option in a higher-precedence file.
2637 The Feature-List variable has values that are additive, but can be
2638 negated by prepending &quot;no-&quot; in front of an individual feature name.
2639 So for features, each individual feature's value is replaced by the value
2640 of the same feature in a higher-precedence file.
2641 Note that this is done automatically for you when you change these values via
2642 the Setup/Config command.
2643 The other exception to the <EM>replace</EM> semantics happens when you
2644 use <A HREF="h_config_inheritance">configuration inheritance</A>
2645 for option lists.
2648 <H2>File name defaults</H2>
2650 Notes:<P>
2652 <BR> &lt;exe dir&gt; = directory where pine.exe found.
2653 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
2654 <BR> # = default file name is overridable in pinerc.
2655 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
2656 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
2657 <BR> + between the mailcap paths implies that the two files are combined.
2658 <BR> ; between other default paths implies that the first one found is used.
2659 </P>
2660 Alpine looks for most support files in the same directory it finds its
2661 personal configuration file (pinerc).  The -p command-line flag may be
2662 used to specify a particular path name for the pinerc file.  If a
2663 pinerc file does not exist, it will be created (if directory permissions
2664 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
2665 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
2666 file does not exist in either one, it will create one in the first of those
2667 two directories that is writable.  In detail:
2668 <PRE>
2670 PC-Alpine:
2672  executable     &lt;DOS search path&gt;&#92;pine.exe
2673  help index     &lt;exe dir&gt;&#92;pine.ndx
2674  help text      &lt;exe dir&gt;&#92;pine.hlp
2676  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
2677  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
2678  global cfg     $PINECONF
2680  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
2681  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
2682  signature#     &lt;pinerc dir&gt;&#92;pine.sig
2683  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
2684  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
2685  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
2686  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
2687  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
2688  postponed#     $HOME&#92;mail&#92;postpond.mtx
2689  interrupted    $HOME&#92;mail&#92;intruptd
2691 Unix Alpine:
2693  executable     &lt;Unix search path&gt;/pine
2694  persnl cfg     ~/.pinerc
2695  except cfg     ~/.pinercex
2696  global cfg     <!--#echo var="PINE_CONF_PATH"-->
2697  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
2698  local help     <!--#echo var="PINE_INFO_PATH"-->
2700  interrupted    ~/.pine-interrupted-mail
2701  debug          ~/.pine-debugN
2702  crash          ~/.pine-crash
2703  newsrc#        ~/.newsrc
2704  signature#     &lt;pinerc dir&gt;/.signature
2705  addressbook#   &lt;pinerc dir&gt;/.addressbook
2706  postponed#     ~/mail/postponed-msgs
2707  sentmail#      ~/mail/sent-mail
2708  mailcap#       ~/.mailcap + /etc/mailcap
2709                            + /usr/etc/mailcap + /usr/local/etc/mailcap
2710  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
2712  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
2713  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
2714  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
2715  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
2716  password       /etc/passwd
2718 Unix Alpine and PC-Alpine:
2720  .ab*           remote addressbook support files
2721  a[1-9]*        temporary (while Alpine is running) addressbook files
2723 </PRE>
2726 <H2>Mailcap files</H2>
2728 Alpine honors the mailcap configuration system for specifying external
2729 programs for handling attachments.  The mailcap file maps MIME attachment
2730 types to the external programs loaded on your system that can display
2731 and/or print the file.  A sample mailcap file comes bundled with the Alpine
2732 distribution.  It includes comments that explain the syntax you need to
2733 use for mailcap.  With the mailcap file, any program (mail readers,
2734 newsreaders, WWW clients) can use the same configuration for handling
2735 MIME-encoded data.
2738 <H2>MIME-Types files</H2>
2740 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
2741 what Content-Type to use for labeling an attached file, based on
2742 the file extension.  That is, this file provides a mapping between
2743 filename extensions and MIME content-types.
2746 <H2>Environment variables</H2>
2748 PC-Alpine uses the following environment variables:
2749 <DL>
2750 <DT>PINERC</DT>
2751 <DD>Optional path to pinerc file.</DD>
2752 <DT>PINERCEX</DT>
2753 <DD>Optional path to personal exceptions configuration file.</DD>
2754 <DT>PINECONF</DT>
2755 <DD>Optional path to global pine config file.</DD>
2756 <DT>HOME</DT>
2757 <DT>TMPDIR, TMP, or TEMP</DT>
2758 <DT>COMSPEC</DT>
2759 <DT>MAILCAPS</DT>
2760 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
2761 <DT>USER_DICTIONARY</DT>
2762 <DD>Used to specify the file to contain the user's spell check
2763 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
2764 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
2765 </DL>
2767 Unix Alpine uses the following environment variables:
2768 <DL>
2769 <DT>TERM</DT>
2770 <DD>Tells Alpine what kind of terminal is being used.</DD>
2771 <DT>DISPLAY</DT>
2772 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
2773 <DT>SHELL</DT>
2774 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
2775 <DT>TMPDIR, TMP, or TEMP</DT>
2776 <DT>MAILCAPS</DT>
2777 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
2778 </DL>
2779 <!--chtml if pinemode="os_windows"-->
2781 <H2>Common PC-Alpine Configuration Problems</H2>
2783 <H3>Configuration settings aren't being saved</H3>
2785 <P>This problem can happen if you run pine from one directory and
2786 then decide to move your pine directory to another location.  PC-Alpine
2787 stores certain variables, including the configuration location, in the
2788 Windows Registry (which you shouldn't ever need to manually edit).  There
2789 are a couple of ways to go about removing or resetting the values in the
2790 registry.
2793 1) Run PC-Alpine's registry value deletion command.  This can be done by
2794 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
2795 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
2796 value to the above command.
2799 2) Tell PC-Alpine where to look for the configuration file.  Configuration
2800 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
2801 option, you can tell PC-Alpine the location of your pinerc.  An example of
2802 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;.
2803 Again, you can use the DOS prompt or the shortcut method explained in (1).
2806 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
2807 set registry values to the current setting, and is therefore useful with
2808 the &quot;-p&nbsp;PINERC&quot; option.
2810 <!--chtml endif-->
2812 &lt;End of Configuration Notes&gt;
2813 </BODY>
2814 </HTML>
2815 ====== h_news_legal ======
2816 <html>
2817 <head>
2818 <TITLE>Alpine Legal Notices</TITLE>
2819 </head>
2820 <body>
2822 <H1>Alpine Legal Notices</H1>
2824 Alpine and its constituent programs are covered by the Apache License Version 2.0.
2828 &lt;End of Alpine Legal Notices&gt;
2829 </BODY>
2830 </HTML>
2831 ===== h_info_on_mbox =====
2832 <HTML>
2833 <HEAD>
2834 <TITLE>Information on mbox driver</TITLE>
2835 </HEAD>
2836 <BODY>
2837 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
2839 Beginning with Pine 4.00 (Pine came before Alpine)
2840 a new INBOX access method is
2841 available as part of the standard configuration.  It is called the
2842 &quot;mbox&quot; driver and it works like this:<P>
2845 <BLOCKQUOTE>
2846 If the file &quot;mbox&quot; exists in the user's home directory, and
2847 is in Unix mailbox format, then when INBOX is opened this file will be
2848 selected as INBOX instead of the mail spool file.  Messages will be
2849 automatically transferred from the mail spool file into the mbox
2850 file.
2851 </BLOCKQUOTE>
2854 The advantage of this method is that, after new mail has been copied
2855 from the system mail spool, all subsequent access is confined to the
2856 user's home directory, which is desirable on some systems.  However, a
2857 possible disadvantage is that mail tools other than those from the
2858 University of Washington will not know to look for mail in the user's
2859 mbox file.  For example, POP or IMAP servers other than those from the
2860 University of Washington, and many &quot;new mail notification&quot;
2861 programs may not work as expected with this driver enabled.<P>
2863 To disable this behavior, either remove/rename the &quot;mbox&quot;
2864 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
2865 option in Setup/Config
2866 and add &quot;mbox&quot; to it:
2868 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
2870 &lt;End of help on this topic&gt;
2871 </BODY>
2872 </HTML>
2873 ===== h_info_on_locking =====
2874 <HTML>
2875 <HEAD>
2876 <TITLE>FAQs on Alpine Locking</TITLE>
2877 </HEAD>
2878 <BODY>
2879 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
2881 There is an extensive section on locking in the Alpine technical notes;
2882 this information is intended to provide answers to some common questions:<P>
2883 <OL>
2884 <LI> Why did locking change in Pine 4.00?<BR>
2885 The actual locking mechanisms did not change in 4.00.
2886 What changed is that when one particular locking mechanism used by Alpine 
2887 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
2888 failure would occur, but no warning was issued.<P>
2890 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
2891 Yes.  It means that Alpine was unable to create a lockfile in the
2892 spool directory, generally because of overly restrictive protections on the
2893 spool directory.  The correct permissions on the spool directory for
2894 running Alpine are 1777, i.e. read-write-execute permission for everyone,
2895 with the sticky-bit set, so only owners of a file can delete them.<P>
2897 <LI> Why does Alpine require that the mail spool directory have 1777
2898    protections?<BR>
2899 Alpine was designed to run without special privileges.  This means that in
2900 order to create a lockfile in the spool directory, it is necessary to have
2901 the spool directory permissions be world-writable.<P>
2903 <LI> Can't you create the lockfile somewhere else?<BR>
2904 No.  The lockfile in question must be in the mail spool directory, because
2905 that's where the mail delivery program expects to find it, and the purpose
2906 of the file is to coordinate access between the mail client (Alpine) and the
2907 mail delivery program.<P>
2909 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
2910 No.  Remember that the individual mail files in the spool directory are
2911 NOT world-writable, only the containing directory.  Setting the &quot;sticky
2912 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
2913 -- means that only the owner of the file (or root) can delete files in the 
2914 directory.  So the only bad behavior that is invited by the 1777 mode is that 
2915 anyone could
2916 create a random file in the spool directory.  If the spool directory is
2917 under quota control along with home directories, there is little incentive
2918 for anyone to do this, and even without quotas a periodic scan for
2919 non-mail files usually takes care of the problem.  <P>
2921 <LI> Why not run Alpine as setgid mail?<BR>
2922 Alpine was never designed to run with privileges, and to do so introduces a
2923 significant security vulnerability.  For example, if a user suspends Alpine,
2924 the resulting shell will have group privileges.  This is one example of
2925 why we strongly recommend against running Alpine as a privileged program.
2926 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
2927 users
2928 could not test Alpine versions or other mailers that had not been installed
2929 by the system administrators.<P>
2932 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
2933 There are, but they all have different sets of tradeoffs, and not all will
2934 work on all systems.  Some examples:<UL>
2935  <LI> Use lock system calls.  Works fine on a few systems, provided mail
2936    spool is local.   Doesn't work reliably if NFS is used.
2937    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
2938    use the same calls.
2939  <LI> Deliver mail to user's home directory.  An excellent solution, highly
2940    recommended -- but one which is incompatible with some &quot;legacy&quot; 
2941 mail tools that always look in the spool directory for the mail.
2942 </UL><P>
2944 <LI> Are these spool directory lock files the only kinds of locks used by
2945    Alpine?<BR>
2946 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
2947 mailbox format folders, these are used to coordinate access between
2948 multiple Alpine sessions.  <P>
2950 <LI> What about the 
2951 <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>
2952 This is for people who are content to live dangerously, or who have
2953 specific knowledge that the spool directory lockfiles are superfluous on
2954 their system (because both Alpine and the mail delivery program are using 
2955 system call file locking in a context that works reliably, e.g. not NFS.)<P>
2957 <LI> Where can I find more details on how Alpine locking works?<BR>
2958 See the Alpine Technical Notes.<P>
2960 </OL>
2962 &lt;End of help on this topic&gt;
2963 </BODY>
2964 </HTML>
2965 ===== h_finding_help ====
2966 <HTML>
2967 <HEAD>
2968 <TITLE>Finding more information and requesting help</TITLE>
2969 </HEAD>
2970 <BODY>
2971 <H1>Places to Look for More Answers</H1>
2972 If you have questions about or problems with Alpine that you cannot resolve 
2973 after consulting the program's internal, context-sensitive help screens, here 
2974 are additional information resources that you may find helpful:
2976 <UL>
2977   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
2979   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
2981   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
2982 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
2983   since the last version, which may be useful for you to be aware of, 
2984 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
2985 a change in the way an aspect of Alpine works.  There, you will also find notes 
2986 on Alpine configuration.<P>
2987   <LI> The main site for Alpine contains information on configuring and solving problems
2988        with Alpine, it can be found at
2990 <CENTER><A HREF="https://alpineapp.email">https://alpineapp.email</A></CENTER>  
2992   <LI> Archives of the Alpine-info mailing list, at <A 
2993 href="http://mailman13.u.washington.edu/pipermail/alpine-info/">http://mailman13.u.washington.edu/pipermail/alpine-info/</A>
2995   <LI>The newsgroup comp.mail.pine.
2997 </UL>
2998 <P><HR WIDTH="75%">
2999 <H1>Requesting help</H1>
3000 If the internal help, the Release Notes, and your 
3001 local online and print resources do not help you resolve a problem, please
3002 start by contacting your local computer support staff and asking for help.
3004 This is especially true if:
3005 <ul>
3006   <li>You suddenly have trouble sending or receiving mail.
3007   <li>You receive a "disk quota exceeded" message.
3008   <li>You have forgotten your password.
3009   <li>You think your account may have been compromised.
3010   <li>You need help viewing an attachment.
3011   <li>You need to know how to configure your:
3012       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
3013       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
3014       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
3015       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
3016   <li>You want to know what alternative editors or spellcheckers you may be able to use.
3017   <li>You want to block email from a particular person.
3018   <li>You're going on vacation and need to autorespond to incoming mail.
3019   <li>You want to automatically file or filter incoming messages.
3020 </ul>
3022 In all of these cases,
3023 you should contact <B>your</B> support staff, because <B>only they</B> 
3024 will be able to assist you effectively. Your support staff may be, depending on who 
3025 provides you with the email account you use Alpine with, for example:<UL>
3026 <LI> the computing help desk of (a department of) your university, school, 
3027 employer, ... ; or
3028 <LI> the customer service center of your Internet Service Provider; or
3029 <LI> the friendly volunteer helpers of your Freenet; or
3030 <LI> the person who setup your computer and internet connection.
3031 </UL>
3034 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
3035 newsgroup can be a valuable source of information and assistance for Alpine 
3036 user issues.
3038 For systems/email administrators, developers, trainers, user support
3039 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
3040 level, the mailing list alpine-info is available; for information on
3041 subscribing and posting to it, see
3043 <CENTER><A HREF="https://mailman13.u.washington.edu/mailman/listinfo/alpine-info">https://mailman13.u.washington.edu/mailman/listinfo/alpine-info</A></CENTER>
3046 Regardless of whom you are asking for help with Alpine, remember 
3047 to provide as much detail as you can about the
3048 nature of any problem you are encountering, such as
3049 <UL>
3050 <LI>when it first occurred;
3051 <LI>what, if anything, happened that might have brought it about;
3052 <LI>whether it still persists;
3053 <LI>whether it is reproducible, and if so, how;
3054 <LI>what, if anything, you already tried to solve it.
3055 </UL> 
3056 It may also be helpful if you specify what version of Alpine you are using 
3057 <!--chtml if pinemode="running"-->
3058 -- this is <!--#echo var="ALPINE_VERSION"--> --
3059 <!--chtml endif-->
3060 and on what system, and when the copy of Alpine you are using was created
3061 <!--chtml if pinemode="running"-->
3062 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
3063 <!--chtml endif-->
3065 <!--chtml if pinemode="running"-->
3066 <P>   
3067 When the Alpine program you are currently using was installed, a support
3068 contact email address may have been set up; in that case, you can simply select
3069 this link now to send a message to it:<BR>
3070 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
3071 <!--chtml endif-->
3072 <!--chtml if [ -r PINE_INFO_PATH ]-->
3073 <HR WIDTH="75%">Local Support Contacts:<P>
3074 <!--#include file="PINE_INFO_PATH"-->
3075 <HR WIDTH="75%">
3076 <!--chtml endif-->
3077 <P> 
3078 &lt;End of help on this topic&gt;
3079 </BODY>
3080 </HTML>
3081 ===== new_user_greeting ======
3082 <HTML>
3083 <HEAD>
3084 <TITLE>NEW USER GREETING</TITLE>
3085 </HEAD>
3086 <BODY>
3087 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
3088 <BR>
3089 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
3090 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
3091 select Setup/Config to see many of the options available to you. Also note
3092 that all screens have context-sensitive help text available.
3095 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
3096 href="h_apache_license">Apache License 2.0</A>.
3099 Alpine's privacy policy is a living, online only, document, which can be found at
3100 <A href="h_privacy_policy">https://alpineapp.email/privacy.html</A>.
3101 By following the previous link,  Alpine
3102 will connect to an external server, and will download it and display
3103 it for you. Please take some time to read it and understand it.
3104 Since the Privacy Policy could be amended to take into consideration
3105 new additions to Alpine, please check it periodically. You can always
3106 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
3109 To Exit this screen and continue your Alpine session press "E".
3110 </BODY>
3111 </HTML>
3112 ===== new_alpine_user_greeting ======
3113 <HTML>
3114 <HEAD>
3115 <TITLE>NEW ALPINE USER GREETING</TITLE>
3116 </HEAD>
3117 <BODY>
3118 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
3119 <BR>
3120 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
3121 Your Alpine configuration file indicates that you may have used Pine before
3122 but not Alpine.
3123 If you are familiar with the way Pine works, you should be comfortable
3124 using Alpine.
3125 Your Pine configuration file is automatically used for Alpine.
3126 The Release Notes may be viewed by pressing 
3127 &quot;R&quot; now or while in the MAIN MENU.
3130 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
3131 href="h_apache_license">Apache License 2.0</A>.
3134 Alpine's privacy policy is a living, online only, document, which can be found at
3135 <A href="h_privacy_policy">https://alpineapp.email/privacy.html</A>.
3136 By following the previous link,  Alpine
3137 will connect to an external server, and will download it and display
3138 it for you. Please take some time to read it and understand it.
3139 Since the Privacy Policy could be amended to take into consideration
3140 new additions to Alpine, please check it periodically. You can always
3141 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
3144 To Exit this screen and continue your Alpine session press "E".
3145 </BODY>
3146 </HTML>
3147 ===== new_version_greeting ======
3148 <HTML>
3149 <HEAD>
3150 <TITLE>NEW VERSION GREETING</TITLE>
3151 </HEAD>
3152 <BODY>
3153 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
3154 <BR>
3155 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
3156 Your Alpine configuration file indicates that you may not have used 
3157 this version of Alpine before.  This version's significant changes are
3158 documented in the Release Notes, which may be viewed by pressing 
3159 &quot;R&quot; now or while in the MAIN MENU.
3163 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
3164 href="h_apache_license">Apache License 2.0</A>.
3167 Alpine's privacy policy is a living, online only, document, which can be found at
3168 <A href="h_privacy_policy">https://alpineapp.email/privacy.html</A>.
3169 By following the previous link,  Alpine
3170 will connect to an external server, and will download it and display
3171 it for you. Please take some time to read it and understand it.
3172 Since the Privacy Policy could be amended to take into consideration
3173 new additions to Alpine, please check it periodically. You can always
3174 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
3177 To Exit this screen and continue your Alpine session press "E".
3178 </BODY>
3179 </HTML>
3181 ===== main_menu_tx ======
3182 <HTML>
3183 <HEAD>
3184 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
3185 </HEAD>
3186 <BODY>
3187 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
3188 <DIV ALIGN=CENTER>
3189 Version <!--#echo var="ALPINE_VERSION"-->
3190 <!--chtml if pinemode="running"-->
3191 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
3192 <!--chtml endif-->
3193 </DIV>
3194 <CENTER>Copyright 2013-2021 Eduardo Chappa,
3195 <BR>Copyright 2006-2008 University of Washington.
3196 </CENTER>
3199 When you are viewing a help screen, there may be links to
3200 other topics highlighted (in Reverse video) in the text.
3201 Here is an example.
3202 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
3203 highlighted.
3204 If you type carriage return (or V for View Link, see the commands at the
3205 bottom of the screen) you will be taken to a new help screen to view the
3206 Introduction.
3207 The commands at the bottom of the screen should then include
3208 &quot;P Prev Help&quot;.
3209 If you type &quot;P&quot; you will end up back here.
3210 If you type &quot;E&quot; for Exit, you will be back out of help and returned
3211 to the place you were in Alpine when you entered Help.
3212 In this case, you would go back to the MAIN MENU.
3213 There are also other links that are highlighted in bold (or the color used
3214 by your terminal to display bold).
3215 The items after the Introduction in the TABLE OF CONTENTS are all examples
3216 of such links.
3217 In order to view those links, you first have to make the link you want
3218 to view the current link.
3219 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
3220 (see bottom of screen) can do that for you.
3223 <H2>TABLE OF CONTENTS</H2>
3224 <OL>
3225   <LI> The Basics of Alpine
3226   <UL>
3227      <LI> <A HREF="h_mainhelp_intro">Introduction</A>
3228      <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
3229      <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
3230      <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
3231      <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
3232      <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
3233      <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
3234      <!--chtml if [ -r PINE_INFO_PATH ]-->
3235      <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
3236      <!--chtml endif-->
3237      <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
3238   </UL>
3240   <LI> Description of Alpine Screens
3241   <UL>
3242       <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
3243       <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
3244       <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
3245       <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
3246       <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
3247       <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
3248   </UL>
3250   <LI> Email Processing
3251   <UL>
3252       <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
3253       <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
3254       <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
3255   </UL>
3257   <LI> Configuring Additional Accounts
3258   <UL>
3259       <LI> <A HREF="h_mainhelp_folders">Folders</A>
3260       <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
3261       <LI> <A href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
3262       <LI> <A HREF="h_mainhelp_roles">Incoming and Outgoing Settings for other Accounts</A> (a.k.a Roles)
3263   </UL>
3265   <LI> Finding and Saving your Contacts
3266   <UL>
3267        <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
3268        <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
3269   </UL>
3271   <LI> Security
3272   <UL>
3273       <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
3274       <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
3275   </UL>
3277   <LI> Miscelaneous Configurations
3278   <UL>
3279       <LI> <A HREF="h_mainhelp_color">Color Setup</A>
3280       <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
3281       <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
3282   </UL>
3283 </OL>
3286 &lt;End of help on this topic&gt;
3287 </BODY>
3288 </HTML>
3289 ===== h_mainhelp_intro ======
3290 <HTML>
3291 <HEAD>
3292 <TITLE>Introduction</TITLE>
3293 </HEAD>
3294 <BODY>
3295 <H1>Introduction</H1>
3297 Alpine is an &quot;Alternatively Licensed Program for Internet
3298 News and Email&quot; produced until 2009 by the University of Washington.
3299 It is intended to be an easy-to-use program for
3300 sending, receiving, and filing Internet electronic mail messages and
3301 bulletin board (Netnews/Usenet) messages. Alpine supports the following
3302 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
3303 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
3304 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
3305 Directory Access Protocol).<p>
3307 Although originally designed for inexperienced email users, Alpine has
3308 evolved to support many advanced features.  There are an ever-growing
3309 number of configuration and personal-preference options, though which of
3310 them are available to you is determined by your local system managers. 
3312 <H2>WHAT ALPINE DOES...</H2>
3314 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
3315 allows you to
3316 compose and read messages using Internet mail standards.  (Whether you
3317 can correspond with others on the Internet depends on whether or not your
3318 computer is connected to the Internet.)  Alpine also allows reading and
3319 posting messages on the Internet &quot;net news&quot; system, provided
3320 that your site operates a suitable news server.
3322 <H2>WHAT ALPINE DOES NOT DO...</H2>
3324 A &quot;mail user agent&quot; such as Alpine is just one part of a
3325 messaging system. Here are some things that are <B>not</B> done by Alpine,
3326 but require other programs:<P>
3327 <UL>
3328  <LI> Actual relaying of email... which is done by &quot;message transfer 
3329 agents&quot;.
3330  <LI> Vacation messages... automatically responding to incoming messages
3331  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
3332 email.
3333  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
3334  <LI> List processing... resending one message to a list of recipients.
3335 </UL>
3338 &lt;End of help on this topic&gt;
3339 </BODY>
3340 </HTML>
3342 ===== h_mainhelp_pinehelp ======
3343 <HTML>
3344 <HEAD>
3345 <TITLE>Alpine Help</TITLE>
3346 </HEAD>
3347 <BODY>
3348 <H1>Alpine Help</H1>
3350 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
3351 use will have its own help text, explaining the choices available for that
3352 screen. This general help section, on the other hand, attempts to give an 
3353 overall picture of what Alpine is capable of doing, as well as pointers to 
3354 additional help sections about specific topics.<p>
3356 Much of the help text contains links to further help topics, similar to
3357 how the World Wide Web works.
3358 You may choose a link to view using the &quot;NextLink&quot; and
3359 &quot;PrevLink&quot; commands to change the link that is highlighted.
3360 The &quot;View Link&quot; command will then show you the highlighted link.
3361 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
3362 will return you to where you were before viewing the link, and &quot;Exit Help&quot
3363 will return you to the location in Alpine before you asked for help.
3364 For example, if you are reading this text in Alpine you may return to the
3365 help table of contents with the &quot;Prev Help&quot; command or you may view the
3366 Release notes link in the next paragraph and then return here with
3367 &quot;Prev Help&quot;.
3370 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
3371 on the current Alpine version are also available from the MAIN MENU: Press
3372 <!--chtml if pinemode="function_key"-->
3373 &quot;F9&quot;
3374 <!--chtml else-->
3375 &quot;R&quot;
3376 <!--chtml endif-->
3377 to browse the release notes.  These include changes since the last release,
3378 configuration information, the history of the Alpine
3379 project, credits, and legal notices.
3381 Alpine releases are available via the world wide web at
3383 <CENTER><SAMP><A 
3384 HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP
3385 ></CENTER>
3388 If you would like to print <EM>all</EM> of Alpine's internal help text
3389 (not recommended) for a little light bedtime reading, then press
3390 <!--chtml if pinemode="function_key"-->
3391 &quot;F12&quot;
3392 <!--chtml else-->
3393 &quot;Z&quot;
3394 <!--chtml endif-->
3395 now.  (This assumes that the
3396 copy of Alpine you are using has been properly configured for printing
3397 at your site.)
3399 &lt;End of help on this topic&gt;
3400 </BODY>
3401 </HTML>
3402 ===== h_mainhelp_localsupport ======
3403 <HTML>
3404 <HEAD>
3405 <TITLE>Local Support Contacts</TITLE>
3406 </HEAD>
3407 <BODY>
3408 <H1>Local Support Contacts</H1>
3410 <!--chtml if [ -r PINE_INFO_PATH ]-->
3411 <!--#include file="PINE_INFO_PATH"-->
3412 <!--chtml else-->
3413 No Local Support Contacts configured.
3414 <!--chtml endif-->
3417 &lt;End of help on this topic&gt;
3418 </BODY>
3419 </HTML>
3421 ===== h_mainhelp_cmds ======
3422 <HTML>
3423 <HEAD>
3424 <TITLE>Giving Commands in Alpine</TITLE>
3425 </HEAD>
3426 <BODY>
3427 <H1>Giving Commands in Alpine</H1>
3429 Unless configured otherwise
3430 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
3431 the bottom two lines of the screen are always used to list the
3432 commands you can give.  You press the keys that are highlighted to give
3433 the command.  The commands for getting help and going back to the main
3434 menu are always present (except when viewing help as you are now).
3435 <!--chtml if pinemode="function_key"-->
3436 <!--chtml else-->
3438 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
3439 you see at the bottom of any screen. In some cases there are 3 or
3440 even 4 different
3441 sets of keys that can be seen by using the O key. <EM>All commands are 
3442 active</EM>, even if they are not currently showing at the bottom of your 
3443 screen. In other words, you <EM>never</EM> need to press the O key, except to 
3444 remind yourself of the proper key to press to perform an operation.
3446 <H2>Control Key Commands</H2>
3447 When composing mail, and in a few other places, in Alpine you
3448 have to use Control keys. This means pressing the Control key (usually labeled 
3449 &quot;Ctrl&quot;) and the
3450 letter indicated at the same time.  Usually, this is shown with a
3451 &quot;^&quot; in front of the letter.  On some systems, certain control
3452 characters are intercepted before they get to Alpine.  As a work-around,
3453 you can press the ESCAPE key twice followed by the desired key.  For
3454 example, if Ctrl-O (^O) does not work on your system, try typing
3455 &quot;ESC ESC O&quot;.
3456 <!--chtml endif-->
3457 <H2>Paging Up and Down</H2>
3458 The &quot;+&quot; and &quot;-&quot; keys are used for
3459 moving to the next or previous page.  The space bar is a synonym for
3460 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
3461 up as you do in the message composer.  On screens with a WhereIs (search)
3462 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
3463 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
3464 of the message or list.
3466 <H2>Return Key</H2>
3467 The return key is usually a synonym for a frequently used
3468 command.  When viewing a message, there is currently not a default
3469 command, so RETURN does nothing; when in the index, it is synonymous with
3470 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
3471 enclosed in square brackets [] is the same as the return key.
3473 <H2>Control Keys Not Used By Alpine</H2>
3474 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
3475 value, but in places where Alpine is expecting text input, e.g. in the composer or 
3476 at prompts for file/folder names, control keys must be used for editing and 
3477 navigation functions.
3480 Alpine has used nearly all the control keys available.  There are, however,
3481 certain control keys that are reserved by other programs or for technical
3482 reasons.  Alpine does not use any of these keys:
3483 <DL>
3484  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
3485  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
3486  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
3487 </DL>
3489 Note: Ctrl-S and Ctrl-Q can be subject to 
3490 <A HREF="h_special_xon_xoff">special handling</A>.
3492 In addition, while the ESC key alone is not used for command input,
3493 Alpine will recognize two consecutive ESC key presses followed by a letter 
3494 key as a substitute for control key input.  For example, the control key
3495 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
3496 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
3497 This is useful if the communication program you are using
3498 (e.g. Telnet) has its own, conflicting, idea of what certain control
3499 characters mean.
3502 <H2>Repainting the Screen</H2>
3503 Sometimes what is displayed on the screen will be
3504 incorrect due to noise on the phone line or other causes and you will want
3505 to repaint the whole screen to make it correct.  You can use the Ctrl-L
3506 command to do this.  It never hurts to do it when in doubt.
3509 &lt;End of help on this topic&gt;
3510 </BODY>
3511 </HTML>
3512 ===== h_mainhelp_status ======
3513 <HTML>
3514 <HEAD>
3515 <TITLE>Titlebar Line</TITLE>
3516 </HEAD>
3517 <BODY>
3518 <H1>Titlebar Line</H1>
3520 The top line of the screen is Alpine's titlebar line.  It will always display
3521 the current version of Alpine and will also convey information about the
3522 status of the program.  This is where you look to find out what
3523 collection, folder and message number is active and where you are in Alpine.
3526 If the titlebar line says &quot;READONLY&quot; it means that the open folder
3527 (typically your INBOX) is &quot;locked&quot; by another mail session --
3528 most likely a more recent session of Alpine has taken the INBOX lock.
3531 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
3532 access a
3533 folder on a remote mail server, and for some reason, communication with
3534 the mail server has either been lost, or never successfully established.
3535 This can be a result of trying to open a non-existent folder, or one
3536 stored on an invalid or non-operational server, or it can mean that Alpine
3537 has been suspended for more that 30 minutes while accessing a remote mail
3538 server.
3541 &lt;End of help on this topic&gt;
3542 </BODY>
3543 </HTML>
3544 ===== h_mainhelp_mainmenu ======
3545 <HTML>
3546 <HEAD>
3547 <TITLE>Main Menu</TITLE>
3548 </HEAD>
3549 <BODY>
3550 <H1>Main Menu</H1>
3552 The Main Menu lists Alpine's main options.
3553 The key or keys you must type to enter your
3554 choice are to the left of each option or command name.
3555 You can type either uppercase or lowercase letters,
3556 and you should not press &lt;Return&gt; after typing the
3557 letter (unless you are specifically asking for the default,
3558 highlighted command).
3561 From the Main Menu you can choose to read online help, write (compose) and 
3562 send a message, look at an index of your mail messages, open or maintain
3563 your mail folders, update your address book, configure Alpine, and quit Alpine.
3564 There are additional options listed at
3565 the bottom of the screen as well.
3568 The Help command usually returns context-sensitive help information.
3569 However, in the Main Menu you get the most general help, which includes
3570 a Table of Contents.
3571 The last entry in the Table of Contents is an Index of help topics,
3572 so this is a good place to go if you are having trouble finding how
3573 to do something.
3575 <H2>Main Menu Commands</H2>
3576 The Alpine main menu lists the most common Alpine functions. A <a
3577 href="h_main_menu_commands">full list of these
3578 commands</a> and what they do is available.
3580 &lt;End of help on this topic&gt;
3581 </BODY>
3582 </HTML>
3583 ===== h_mainhelp_abooks ======
3584 <HTML>
3585 <HEAD>
3586 <TITLE>Address Books</TITLE>
3587 </HEAD>
3588 <BODY>
3589 <H1>Address Books</H1>
3592 As you use email, you can build a list of your regular email correspondents 
3593 in your Alpine
3594 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
3595 screen. Your
3596 personal address book will be highlighted. Press &lt;Return&gt; to view it.
3597 You can use the address book to store email addresses for individuals or
3598 groups, to create easily
3599 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
3600 address when you are composing a message.
3602 There are two ways to add addresses to your address book: you can add them 
3603 manually or take them from messages (by pressing T to access the Take command). 
3604 With either method, you specify nicknames for your correspondents. A single 
3605 address book entry (or nickname) can point to just one email address, or, it can
3606 point to more than one. When it points to more than one, it is called a 
3607 distribution list. Each distribution list has a nickname, a full name, and a 
3608 list of addresses. These
3609 addresses may be actual addresses, other nicknames in your address book, or 
3610 other
3611 distribution lists.
3614 Additional information is available in Alpine's online help:
3615 <ul>
3616   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
3617 </ul>
3619 &lt;End of help on this topic&gt;
3620 </BODY>
3621 </HTML>
3622 ===== h_mainhelp_ldap ======
3623 <HTML>
3624 <HEAD>
3625 <TITLE>LDAP</TITLE>
3626 </HEAD>
3627 <BODY>
3628 <H1>LDAP</H1>
3630 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
3631 an organization's shared
3632 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
3633 large address
3634 books, rather like the White Pages provided by the phone company. As an Alpine 
3635 user, it is not
3636 necessary to know much about how this works, only how to use it and how to 
3637 configure
3640 More information on configuring LDAP is available in Alpine's online help:
3641 <ul>
3642   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
3643 </ul>
3645 Additional help on using LDAP in Alpine is also available:
3646 <ul>
3647   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
3648 </ul>
3650 &lt;End of help on this topic&gt;
3651 </BODY>
3652 </HTML>
3653 ===== h_mainhelp_index ======
3654 <HTML>
3655 <HEAD>
3656 <TITLE>Index of Messages</TITLE>
3657 </HEAD>
3658 <BODY>
3659 <H1>Index of Messages</H1>
3661 In Alpine's message index, the selected message is highlighted. The first 
3662 column on the left is blank, shows a &quot;+&quot; if the message was
3663 sent directly to you (i.e., it is not a
3664 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
3666 The second column may be blank, or it may contain:
3667 <ul>
3668   <li>"N" if the message is new (unread), </li>
3669   <li>"A" if you have answered the message (using the Reply command), </li>
3670   <li>"D" if you have marked the message for deletion.</li>
3671 </ul>
3674 Note: If you answer a message as well as mark it deleted (in either order), 
3675 you will only see the &quot;D&quot;.
3678 The rest of the columns in the message line show you the message
3679 number, date sent, sender, size, and subject. For details, press ? (Help).  
3680 The behavior and appearance of the Index screen is highly configurable.
3681 In the Setup/Config screen search (with the WhereIs command) for options
3682 that contain the words &quot;index&quot; or &quot;thread&quot; to see
3683 many of the configuration possibilities.
3684 In particular, the
3685 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
3686 option may be used to configure the look of the standard MESSAGE INDEX lines
3687 in many different ways.
3688 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
3689 read the help text there for more information.
3691 Most of the commands you need to handle your messages are visible at the
3692 bottom of the screen, and you can press O (OTHER CMDS) to see additional
3693 commands that are available.
3694 You do not need to see these &quot;other commands&quot;
3695 on the screen to use them. That is, you never need to press O as a prefix
3696 for any other command.
3699 Additional information is available in Alpine's online help:
3700 <ul>
3701   <li><a href="h_mail_index">Message Index Commands</a></li>
3702 </ul>
3704 &lt;End of help on this topic&gt;
3705 </BODY>
3706 </HTML>
3707 ===== h_mainhelp_reading ======
3708 <HTML>
3709 <HEAD>
3710 <TITLE>Reading Messages</TITLE>
3711 </HEAD>
3712 <BODY>
3713 <H1>Reading Messages</H1>
3715 The message text screen shows you the text of the message along with
3716 its header. If a message has attachments, those will be listed (but not
3717 displayed) also.  The titlebar line displays information about the currently
3718 open message, folder and collection.  You see the name of the collection
3719 (if there is one) in angle brackets, then the name of the folder, then the
3720 message number and finally the position within the current message (in
3721 percent). If the message is marked for deletion
3722 &quot;DEL&quot; will appear in the
3723 upper right as well.
3726 As with every Alpine screen, the bottom two lines show you the commands 
3727 available.
3729 <P>Additional information is available in Alpine's online help:
3730 <ul>
3731   <li><a href="h_mail_view">Message Text Screen</a></li>
3732   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
3733   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
3734 </ul>
3736 &lt;End of help on this topic&gt;
3737 </BODY>
3738 </HTML>
3739 ===== h_mainhelp_composing ======
3740 <HTML>
3741 <HEAD>
3742 <TITLE>Composing Messages</TITLE>
3743 </HEAD>
3744 <BODY>
3745 <H1>Composing Messages</H1>
3747 To write a message, press C (Compose). You see the Compose Message
3748 screen, which is divided into two parts: the header area and the message
3749 text area. The header area is where information on the recipient (the To:
3750 field) and the subject line go, while the message text area contains the
3751 actual text of the email message. Different commands are available to you
3752 when your cursor is in different areas on this screen. To see additional
3753 help on commands in either the message text or header area, type
3754 <Control>G (Get help).
3757 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
3758 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
3760 <P>The following information from Alpine's online help may prove useful:
3761 <ul>
3762   <li><a href="h_composer_to">Message Header Commands</a></li>
3763   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
3764   <li><a href="h_composer">Composer Commands</a></li>
3765   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
3766   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
3767   <li><a href="h_compose_send">Send Command</a></li>
3768   <li><a href="h_compose_spell">Spell Check Command</a></li>
3769 </ul>
3771 &lt;End of help on this topic&gt;
3772 </BODY>
3773 </HTML>
3774 ===== h_mainhelp_collections ======
3775 <HTML>
3776 <HEAD>
3777 <TITLE>Collection Lists</TITLE>
3778 </HEAD>
3779 <BODY>
3780 <H1>Collection Lists</H1>
3782 Collection lists are Alpine's way of organizing groups of folders. Each
3783 "collection" can reside on a different server, for example, and contain a
3784 different group of mail folders.
3787 For more information on this, see:
3788 <ul>
3789   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
3790 </ul>
3792 Additional information relating to collection lists is also available in 
3793 Alpine's online
3794 help:
3795 <ul>
3796   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
3797   <li><a href="h_collection_screen">Collection List Screen</a></li>
3798 </ul>
3800 &lt;End of help on this topic&gt;
3801 </BODY>
3802 </HTML>
3803 ===== h_mainhelp_folders ======
3804 <HTML>
3805 <HEAD>
3806 <TITLE>Folders</TITLE>
3807 </HEAD>
3808 <BODY>
3809 <H1>Folders</H1>
3811 Messages can quickly accumulate in your INBOX folder. If you use email
3812 often, you soon could have hundreds. You need to delete messages you do
3813 not want, and you can use folders to organize messages you wish to save. A
3814 folder is a collection of one or more messages that are stored (just like
3815 the messages in your INBOX) so you can access and manage them.
3818 You can organize your email messages into different folders by topic,
3819 correspondent, date, or any other category that is meaningful to you. You
3820 can create your own folders, and Alpine automatically provides three:
3821 <ul>
3822   <li>The INBOX folder: messages sent to you are listed in this folder.
3823       When you first start Alpine and go to the Message Index screen, you are
3824 looking at the list of messages in your INBOX folder. Every incoming
3825 message remains in your INBOX until you delete it or save it in another
3826 folder. </li>
3827   <li>The sent-mail folder: copies of messages you send are stored in this 
3828 folder. This is
3829 convenient if you cannot remember whether you actually sent a message and want 
3830 to check, or
3831 if you want to send a message again.</li>
3832   <li>The saved-messages folder: copies of messages you save are stored in this 
3833 folder
3834 unless you choose to save them to other folders you create yourself.</li>
3835 </ul>
3838 More information about folders is available in Alpine's online help:
3839 <ul>
3840   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
3841   <li><a href="h_folder_maint">Help for Folder List</a></li>
3842   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
3843   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
3844 Explained</a></li>
3845   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
3846 </ul>
3848 &lt;End of help on this topic&gt;
3849 </BODY>
3850 </HTML>
3851 ===== h_mainhelp_color ======
3852 <HTML>
3853 <HEAD>
3854 <TITLE>Color</TITLE>
3855 </HEAD>
3856 <BODY>
3857 <H1>Color</H1>
3859 If the terminal emulator you are using is capable of displaying color or if
3860 you are using PC-Alpine, then it is possible to set up Alpine so that various
3861 parts of the display will be shown in colors you configure. This is done
3862 using the Setup Color screen, available from the MAIN MENU by selecting
3863 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
3864 stands for Config in this context).
3867 For example, you may color things like the titlebar, the current item,
3868 the keymenu, and the status messages.
3869 You may also color lines in the index, and headers and quoted text in the
3870 MESSAGE TEXT screen.
3871 You use the Color Setup screen for configuring most of this, but you must
3872 use the IndexColor setup for coloring whole index lines.
3873 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
3876 The following entries in Alpine's online help provide additional information 
3877 about how to use color:
3878 <UL>
3879   <LI> <A HREF="h_color_setup">Color Setup screen</A>
3880   <LI> <A HREF="h_rules_incols">Index Line Color</A>
3881   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
3882   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
3883 </UL>
3885 &lt;End of help on this topic&gt;
3886 </BODY>
3887 </HTML>
3888 ===== h_mainhelp_mouse ======
3889 <HTML>
3890 <HEAD>
3891 <TITLE>Using a Mouse</TITLE>
3892 </HEAD>
3893 <BODY>
3894 <H1>Using a Mouse</H1>
3896 If you are using PC-Alpine mouse support is turned on automatically.
3897 If you are using UNIX Alpine within an X terminal window or within
3898 a terminal emulator that supports an xterm-style mouse, then you may
3899 turn on support for the mouse with the feature
3900 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
3901 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
3903 PC-Alpine offers considerable mouse support.  You can view what is
3904 &quot;clickable&quot; by dragging your mouse over any screen; when the
3905 arrow cursor changes into a hand, you found something. Mouse-click
3906 possibilities include navigating between screens and folders and
3907 double-clicking on hyperlinks to open your Web browser.
3908 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
3909 screen.  Examples of right-click options include &quot;copy&quot; after
3910 selecting text to copy and &quot;View in New Window&quot; when you click
3911 on a particular message in the Message Index. The menu choices available
3912 to you will vary based upon what screen is open, where on the screen your
3913 cursor is located, and even what action you have already taken.
3914 Within a folder, you may set the &quot;Important&quot; flag on any
3915 message.
3917 X terminal mouse support is more limited but still quite powerful.
3918 As with PC-Alpine, clicking on any of the commands in the keymenu at
3919 the bottom of the screen will execute that command as if you typed it.
3920 Double-clicking on a link, for example the link to the
3921 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
3922 will take you to that link.
3923 Double-clicking on an index line will view the message, and so on.
3925 &lt;End of help on this topic&gt;
3926 </BODY>
3927 </HTML>
3928 ===== h_mainhelp_keywords ======
3929 <HTML>
3930 <HEAD>
3931 <TITLE>Keywords</TITLE>
3932 </HEAD>
3933 <BODY>
3934 <H1>Keywords</H1>
3936 Within a folder, you may set the &quot;Important&quot; flag on any
3937 message.
3938 This doesn't have any system-defined meaning and is only called
3939 the Important flag because many users use it to signify that a message
3940 is important to them in some way.
3942 You may also define your own set of keywords.
3943 You might know these as user defined flags or as labels.
3944 These are similar to the Important flag but you choose the names for yourself.
3946 Alpine will only display keywords that
3947 have been added by you in the Flag Details screen or
3948 that have been configured by you using the Setup/Config option
3949 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
3950 Keywords set by other means (for example, by another email client) will not
3951 show up in Alpine unless you configure Alpine to know about them.
3952 They will show up in the Flag Details screen, but will not show up, for example,
3953 in the index line.
3956 The following entries in Alpine's online help provide additional information 
3957 about how to use keywords:
3958 <ul>
3959   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
3960   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
3961 </ul>
3963 &lt;End of help on this topic&gt;
3964 </BODY>
3965 </HTML>
3966 ===== h_mainhelp_roles ======
3967 <HTML>
3968 <HEAD>
3969 <TITLE>Roles</TITLE>
3970 </HEAD>
3971 <BODY>
3972 <H1>Roles</H1>
3974 You may play different roles depending on who you are replying to. For
3975 example, if you are replying to a message addressed to help-desk you may
3976 be acting as a Help Desk Worker. That role may require that you use a
3977 different return address and/or a different signature.
3980 To configure roles, go to the MAIN MENU and use the Setup command
3981 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
3982 The following entries in Alpine's online help provide additional information 
3983 about how to
3984 use roles:
3985 <ul>
3986   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
3987   <li><a href="h_role_select">Roles Screen</a></li>
3988 </ul>
3990 &lt;End of help on this topic&gt;
3991 </BODY>
3992 </HTML>
3993 ===== h_mainhelp_filtering ======
3994 <HTML>
3995 <HEAD>
3996 <TITLE>Filtering</TITLE>
3997 </HEAD>
3998 <BODY>
3999 <H1>Filtering</H1>
4001 The software that actually delivers mail (the stuff that happens
4002 before Alpine is involved) for you is in a better position to do mail filtering
4003 than Alpine itself.
4004 If possible, you may want to look into using that sort of mail filtering to
4005 deliver mail to different folders, delete it, or forward it.
4006 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
4009 Filtering is a way to automatically move certain messages from one folder
4010 to another or to automatically delete messages.
4011 You may also automatically set the state (Important, New, Deleted, Answered) of messages
4012 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
4013 Alpine doesn't have the ability to forward mail to another address or
4014 to deliver vacation messages.
4017 To configure filtering, go to the MAIN MENU and use the Setup command
4018 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
4019 The following entries in Alpine's online help provide additional information 
4020 about how to use filtering:
4021 <UL>
4022   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
4023 </UL>
4025 &lt;End of help on this topic&gt;
4026 </BODY>
4027 </HTML>
4028 ===== h_mainhelp_patterns ======
4029 <HTML>
4030 <HEAD>
4031 <TITLE>Patterns</TITLE>
4032 </HEAD>
4033 <BODY>
4034 <H1>Patterns</H1>
4036 Patterns are used with Roles, Filtering, Index Coloring,
4037 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
4038 The following entries in Alpine's online help provide information 
4039 about using Patterns:
4040 <UL>
4041   <LI> <A HREF="h_rule_patterns">Patterns</A>
4042 </UL>
4044 &lt;End of help on this topic&gt;
4045 </BODY>
4046 </HTML>
4047 ===== h_mainhelp_cmdlineopts ======
4048 <HTML>
4049 <HEAD>
4050 <TITLE>Command Line Options</TITLE>
4051 </HEAD>
4052 <BODY>
4053 <H1>Command Line Options</H1>
4055 Alpine accepts a number of command line arguments, allowing you, for
4056 example, to start Alpine and immediately access a particular folder.
4057 Many of these arguments overlap with options in the Alpine configuration file.
4058 If there is a difference, then an option set on the command line takes
4059 precedence.
4060 Alpine expects command line arguments (other than addresses) to be
4061 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
4062 A <a href="h_command_line_options">full list</a> of command line
4063 possibilities is available.
4065 &lt;End of help on this topic&gt;
4066 </BODY>
4067 </HTML>
4068 ===== h_mainhelp_config ======
4069 <HTML>
4070 <HEAD>
4071 <TITLE>Alpine Configuration</TITLE>
4072 </HEAD>
4073 <BODY>
4074 <H1>Alpine Configuration</H1>
4076 Unless it has been administratively disabled, the Setup command on the
4077 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
4078 The possible subcommands are for general Configuration settings,
4079 Printer settings, Changing your Password, Signature setup,
4080 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
4081 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
4082 and Color configuration.
4083 In particular, the &quot;Config&quot; subcommand has many features you may
4084 set or unset and many other configuration variables that may be set to change
4085 the way Alpine works.
4086 Every one of the hundreds of options available in that configuration settings
4087 screen has help text associated with it.
4088 You may read that text by moving the cursor to highlight the option and then
4089 typing the Help command.
4091 These settings are stored in your personal
4092 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
4093 <A HREF="h_config_remote_config">remotely</A>),
4094 but on shared systems these settings
4095 may be over-ridden by a system-wide control file (due to local site
4096 security or support policies).  A global pine configuration file can also
4097 be used to set default values for all Alpine users on a particular system.
4098 Power users may be interested in splitting their personal configuration
4099 data into two pieces, a generic piece and
4100 <A HREF="h_config_exceptions">exceptions</A> which apply to
4101 a particular platform.
4102 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
4103 General Alpine configuration information can be found
4104 <A HREF="h_news_config">here</A>.
4106 &lt;End of help on this topic&gt;
4107 </BODY>
4108 </HTML>
4109 ===== h_mainhelp_aggops ======
4110 <HTML>
4111 <HEAD>
4112 <TITLE>Aggregate Operations</TITLE>
4113 </HEAD>
4114 <BODY>
4115 <H1>Aggregate Operations</H1>
4117 When you are in the MESSAGE INDEX, the available commands
4118 (for example, Delete, Undelete, Save, Reply, and so on)
4119 normally act on a single message.
4120 So, for example, if you press the Delete command, the currently highlighted
4121 message is marked Deleted.
4122 These commands that normally act on a single message may be applied to
4123 several messages at once instead.
4125 By default this feature is turned on, but it could be administratively turned
4126 off to reduce complexity.
4127 The feature
4128 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
4129 in the Setup/Config screen is used to turn it off or on.
4130 When this feature is turned on, the four commands &quot;Select&quot;,
4131 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
4132 are available.
4133 The two selection commands allow you to mark a set of
4134 messages as being &quot;selected&quot;.
4135 The &quot;ZoomMode&quot; command will toggle between
4136 displaying only the selected messages and displaying all the messages.
4137 The &quot;Apply&quot; command allows you to
4138 apply one of the regular MESSAGE INDEX commands to all of the selected
4139 messages instead of to only the highlighted message.
4141 An example aggregate operation would be to catch up when reading
4142 a news group.
4143 That is, get rid of all the messages in the news group so that you can
4144 start fresh.
4145 The easiest way to do this in Alpine is to use aggregate operations.
4146 You want to Delete all of the messages in the group.
4147 You could start at the top and type &quot;D&quot; once for every message.
4148 A much faster method is to first Select all of the messages in the group,
4149 and then Delete all of them.
4150 This would take four keystrokes:
4152 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
4153 <BR>
4154 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
4156 Another use of Select is to use it for searching for a particular message
4157 or set of messages in a large folder.
4158 You may know that the message was From a certain user.
4159 You could select all messages from that user to start, and use Zoom to
4160 look at only those messages.
4161 If there were still too many messages to look at you could Narrow the
4162 set of messages further by selecting from all of those messages only
4163 the ones that were after a certain date, or contained a particular phrase
4164 in the Subject, or were too a particular address, and so on.
4165 That may be the end of what you are doing, or you may want to use Apply to
4166 Save or Forward or Print all of the selected messages.
4168 Some related help topics are
4169 <UL>
4170 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
4171 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
4172 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
4173 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
4174 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
4175 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
4176 </UL>
4178 &lt;End of help on this topic&gt;
4179 </BODY>
4180 </HTML>
4181 ===== h_mainhelp_readingnews ======
4182 <HTML>
4183 <HEAD>
4184 <TITLE>Reading News</TITLE>
4185 </HEAD>
4186 <BODY>
4187 <H1>Reading News</H1>
4189 <H2>Background</H2>
4190 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
4191 commands as for mail. Similar to mailing lists but existing on a larger scale, 
4192 Usenet newsgroups allow groups of people with common interests to discuss 
4193 particular topics. You might find newsgroups related to your career, or you 
4194 might wish to check out the online discussion among the fans of your favorite 
4195 television show. 
4197 <H2>Configuring Alpine for Reading News</H2>
4198 Alpine often arrives
4199 pre-configured by your system administrator to automatically access the
4200 newsgroups offered by your organization, Internet Service Provider, or
4201 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
4202 need additional details on <a href="h_configuring_news">how to
4203 configure Alpine to read news</a>.
4205 <H2>Accessing Newsgroups</H2>
4206 The first step in reading news is to access the newsgroups collections
4207 screen from Alpine. If everything is configured properly, you should be able
4208 to do this by first typing L (folder List), then selecting the folder
4209 collection listed as "News." The actual name of this collection may differ
4210 from system to system.
4212 <H2>Subscribing to Newsgroups</H2>
4214 Once you have accessed the news collection, you need to subscribe to a
4215 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
4216 will keep a record of the newsgroups in which you are interested and which
4217 articles in those newsgroups have been read.
4219 <H2>Using Newsgroups</H2> 
4220 Alpine uses the similar commands to read news as to read mail. For example,
4221 the D command marks messages as Deleted (or "Dismissed," if you prefer),
4222 and the R command Replies to a news posting. Basically, Alpine allows you to
4223 read news as if it were mail, so you don't need to change the way you
4224 interact with Alpine.
4226 There is also additional Alpine help available on 
4227 <A HREF="h_reading_news">how to use Alpine to read news</A>.
4229 &lt;End of help on this topic&gt;
4230 </BODY>
4231 </HTML>
4232 ===== h_mainhelp_securing ======
4233 <HTML>
4234 <HEAD>
4235 <TITLE>Securing your Alpine Session</TITLE>
4236 </HEAD>
4237 <BODY>
4238 <H1>Securing your Alpine Session</H1>
4240 By default, Alpine will attempt to connect to an IMAP server on the normal
4241 IMAP service port (143).
4242 If the Alpine you are using has been built to
4243 support &quot;Transport Layer Security&quot; (TLS)
4244 and &quot;Secure Sockets Layer&quot; (SSL) 
4245 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
4246 and the server offers the STARTTLS capability, then a secure (encrypted)
4247 session will be established.
4249 When you are connected to a remote folder the titlebar will contain a plus sign
4250 in the far right column if the connection is encrypted using TLS or SSL.
4251 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
4252 if the connection is encrypted.
4254 <H2>More Information on Alpine with SSL and TLS</H2>
4255 <UL>
4256 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
4257 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
4258 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
4259 <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>
4260 </UL>
4261 <H2>Here are some other security-related features and options</H2>
4263 <UL>
4264 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
4265 <LI> <A HREF="h_config_disable_password_file_saving"><!--#echo var="FEAT_disable-password-file-saving"--></A> Disable password file saving</LI>
4266 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
4267 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
4268 <LI> <A HREF="h_config_encryption_range"><!--#echo var="VAR_encryption-protocol-range"--></A> option </LI>
4269 </UL>
4271 &lt;End of help on this topic&gt;
4272 </BODY>
4273 </HTML>
4274 ===== h_mainhelp_problems ======
4275 <HTML>
4276 <HEAD>
4277 <TITLE>Reporting Problems</TITLE>
4278 </HEAD>
4279 <BODY>
4280 <H1>Reporting Problems</H1>
4282 We ask that you first read the relevant help screens and then seek
4283 assistance from your own local support staff.  Once you are sure that your
4284 difficulty is not a local configuration problem, you might look at the
4285 help section explaining where to look for
4286 <A HREF="h_finding_help">more information</A> and where to 
4287 get assistance.
4290 <ADDRESS>
4291    Eduardo Chappa &lt;chappa@washington.edu&gt;
4292 </ADDRESS>
4295 &lt;End of help on this topic&gt;
4296 </BODY>
4297 </HTML>
4298 ===== h_main_menu_commands ======
4299 <HTML>
4300 <HEAD>
4301 <TITLE>MAIN MENU COMMANDS</TITLE>
4302 </HEAD>
4303 <BODY>
4304 <H1>MAIN MENU COMMANDS</H1>
4306 <!--chtml if pinemode="function_key"-->
4307 &nbsp;Available&nbsp;Commands&nbsp;--
4308 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
4309 &nbsp;------------------------------
4310 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
4311 ----------<BR>
4312 &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>
4313 &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>
4314 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
4315 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
4316 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
4317 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
4318 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
4319 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
4320 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
4321 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4322 &nbsp;F7&nbsp;&nbsp;<A 
4323 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<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;F8&nbsp;&nbsp;<A 
4326 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
4327 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
4328 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 
4329 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
4330 &nbsp;F10&nbsp;<A 
4331 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 
4332 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
4333 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4334 &nbsp;F11&nbsp;<A 
4335 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
4336 <!--chtml else-->
4337 &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>
4338 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
4339 &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>
4340 &nbsp;C&nbsp;&nbsp;<A 
4341 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>
4342 &nbsp;I&nbsp;&nbsp;<A 
4343 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>
4344 &nbsp;L&nbsp;&nbsp;<A 
4345 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>
4346 &nbsp;A&nbsp;&nbsp;<A 
4347 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
4348 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
4349 &nbsp;S&nbsp;&nbsp;<A 
4350 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 
4351 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
4352 &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>
4353 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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 
4354 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
4355 <!--chtml endif-->
4358 NOTE:
4359 <OL>
4360  <LI>For help on a particular command, highlight the bold text associated
4361 with it above and hit Return.
4362  <LI> The availability of certain commands (e.g. some of the options under
4363 SETUP) is determined by Alpine configuration files and system capabilities.
4364 At some sites, certain commands may not be available due to security or
4365 support concerns.
4366 </OL>
4368 &lt;End of help on this topic&gt;
4369 </BODY>
4370 </HTML>
4372 ===== h_command_line_options ======
4373 <HTML>
4374 <HEAD>
4375 <TITLE>COMMAND LINE OPTIONS</TITLE>
4376 </HEAD>
4377 <BODY>
4378 <H1>COMMAND LINE OPTIONS</H1>
4379 Possible starting arguments for Alpine:
4381 <DL COMPACT>
4383 <DT> <EM>[addresses]</EM>
4385 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
4386 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
4387 <EM>Alpine</EM> will startup in
4388 the composer with a message started to the addresses specified.
4389 Once the message is sent, the <EM>Alpine</EM> session closes.
4390 Standard input redirection is allowed.
4391 Separate multiple addresses with a space between them.
4392 Addresses are placed in the &quot;To&quot; field only.
4395 <DT> &lt; <EM>file</EM>
4397 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
4398 into the body of the message.
4399 Once the message is sent, the <EM>Alpine</EM> session closes. 
4402 <DT> -attach <EM>file</EM>
4404 <DD> Go directly into composer with given file attached.
4407 <DT> -attachlist <EM>file-list</EM>
4409 <DD> Go directly into composer with given files attached.
4410 This must be the last option on the command line.
4413 <DT> -attach_and_delete <EM>file</EM>
4415 <DD> Go directly into composer with given file attached, delete when finished.
4418 <DT> -aux <EM>local_directory</EM>
4420 <DD> <EM>PC-Alpine</EM> only.
4421 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
4422 files, like debug files, address books, and signature files.  The pinerc may 
4423 be local or remote.
4426 <DT> -bail
4428 <DD> If the personal configuration file doesn't already exist, exit.
4429 This might be useful if the configuration file is accessed using some
4430 remote filesystem protocol. If the remote mount is missing this will cause
4431 <EM>Alpine</EM> to quit instead of creating a new pinerc.
4434 <DT> -c <EM>n</EM>
4436 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
4437 This is used when there are multiple folder collections (contexts) and you 
4438 want to open a folder not in the primary collection.
4441 <DT> -conf
4443 <DD> Configuration: Prints a sample system configuration file to the
4444 screen or standard output. To generate an initial system configuration 
4445 file, execute
4447 <PRE><CODE>
4448                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
4449 </CODE></PRE>
4452 To generate a system configuration file using settings from an old
4453 system configuration file, execute
4455 <PRE><CODE>
4456                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
4457 </CODE></PRE>
4459 A system configuration file is not required.
4462 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
4464 <DD> Copy an address book file to a remote address book folder.
4465 If the remote folder doesn't exist, it will be created.
4466 If it exists but the first message in the folder isn't a remote address
4467 book header message, the copy will be aborted.
4468 This flag will not usually be used by a user.
4469 Instead, the user will create a remote address book from within <EM>Alpine</EM>
4470 and copy entries from the local address book by using aggregate Save in
4471 the address book screen.
4474 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
4476 <DD> Copy a pinerc configuration file to a remote pinerc folder.
4477 If the remote folder doesn't exist, it will be created.
4478 If it exists but the first message in the folder isn't a remote pinerc
4479 header message, the copy will be aborted.
4480 This flag may be useful to users who already have a local pinerc file and
4481 would like to convert it to a remote pinerc folder and use that instead.
4482 This gives a way to bootstrap that conversion without having to manually
4483 reset all of the variables in the remote pinerc folder.
4486 <DT> -d <EM>debug-level</EM>
4488 <DD> Debug Level:  Sets the level of debugging information written by
4489 <EM>Alpine</EM>.
4490 <EM>debug-level</EM> can be set to any integer 0-9.
4491 A debug level of 0 turns off debugging for the session.
4492 (Actually there are some levels higher than 9, but you probably don't
4493 want to see them.)
4496 <DT> -d <EM>keywords</EM>
4498 <DD> You may use a more detailed version of the debugging flag to set
4499 the debug level in separate parts of <EM>Alpine</EM>.
4500 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
4501 verbose=0..9.
4502 <EM>Flush</EM> causes debugging information to be flushed immediately to
4503 the debug file as it is written.
4504 <EM>Verbose</EM> is the general debugging verbosity level.
4505 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
4506 is useful when you are trying to figure out what is responsible for delays.
4507 <EM>Numfiles</EM> sets the number of debug files saved.
4508 <EM>Imap</EM> sets the debug level for the debugging statements related
4509 to the conversation with the IMAP server, and more generally, for the
4510 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
4511 <EM>Tcp</EM> turns on some TCP/IP debugging.
4514 <DT> -f <EM>folder</EM>
4516 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
4517 of the standard INBOX.
4520 <DT> -F <EM>file</EM>
4522 <DD> Open named text file for viewing and forwarding.
4525 <DT> -h
4527 <DD> Help:  Prints the list of available command-line arguments to the
4528 screen.
4531 <DT> -i
4533 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
4534 screen instead of the MAIN MENU.
4537 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
4540 <DT> -I <EM>a,b,c,...</EM>
4542 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
4543 sequence of commands upon startup.
4544 This allows users to get <EM>Alpine</EM> to start in any
4545 of its menus/screens.
4546 You cannot include any input to the composer in the initial keystrokes.
4547 The key &lt;Return&gt; is represented by a ``CR'' in
4548 the keystroke list; the spacebar is designated by the letters ``SPACE''.
4549 Control keys are two character sequences beginning with ``^'', such as
4550 ``^I''.
4551 A tab character is ``TAB''.
4552 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
4553 ``DOWN'', ``LEFT'', and ``RIGHT''.
4554 A restriction is that you can't mix function keys and character keys in this
4555 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
4556 A user can always use only <EM>character</EM> keys in the startup list even
4557 if he or she is using <EM>function</EM> keys normally, or vice versa.
4558 If an element in this list is a string of characters surrounded by double
4559 quotes (&quot;) then it will be expanded into the individual characters in
4560 the string, excluding the double quotes.
4563 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
4566 <DT> -install
4568 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
4569 some basic information to help with getting properly set up.
4572 <DT> -k
4574 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
4575 the input of commands to be function-keys.
4576 Otherwise, commands are linked to the regular character keys.
4579 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
4580 <EM>Feature-List</EM>.
4583 <DT> -n <EM>n</EM>
4585 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
4586 FOLDER INDEX screen with the current message being the specified
4587 message number.
4590 <DT> -nosplash
4592 <DD> <EM>PC-Alpine</EM> only.
4593 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
4594 This may be helpful for certain troubleshooting or terminal server scenarios.
4597 <DT> -o <EM>folder</EM>
4599 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
4602 <DT> -p <EM>pinerc</EM>
4604 <DD> Uses the named file as the personal configuration file instead of
4605 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
4606 Alpinerc may be either a local file or a remote configuration folder.
4609 <DT> -P <EM>pinerc</EM>
4611 <DD> Uses the named file as the system wide configuration file instead of
4612 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
4613 Alpinerc may be either a local file or a remote configuration folder.
4616 <DT> -passfile <EM>passfile</EM>
4618 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
4619 This should be a fully-qualified filename.
4622 <DT> -pinerc <EM>file</EM>
4624 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
4625 settings of variables that the user has made.
4626 Use <EM>file</EM> set to ``-'' to make output go to standard out.
4629 <DT> -r
4631 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
4632 <EM>Alpine</EM> in restricted mode can only send email to itself.
4633 Save and export are limited.
4636 <DT> -registry <EM>cmd</EM>
4638 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
4639 <EM>Alpine</EM>'s registry entries.
4640 Possible values for <EM>cmd</EM> are set, clear, and dump.
4641 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
4642 entries according to its current settings.
4643 <EM>Clear</EM> will clear the registry values.
4644 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
4645 <EM>Dump</EM> will display the values of current registry settings.
4646 Note that the dump command is currently disabled.
4647 Without the -registry option, <EM>PC-Alpine</EM> will write values into
4648 the registry only if there currently aren't any values set.
4651 <DT> -sort <EM>key</EM>
4653 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
4654 FOLDER INDEX screen.
4655 <EM>Key</EM> can have the following values: 
4656 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
4657 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
4658 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
4659 The default value is &quot;arrival&quot;.
4660 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
4663 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
4666 <DT> -uninstall
4668 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
4669 in Windows settings.  The registry settings are removed and
4670 the password cache is cleared.
4673 <DT> -url <EM>url</EM>
4675 <DD> Open the given URL.
4678 <DT> -v
4680 <DD> Version:  Print version information to the screen.
4683 <DT> -x <EM>exceptions_config</EM>
4685 <DD> Configuration settings in the exceptions configuration override your normal
4686 default settings.
4687 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
4690 <DT> -z
4692 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
4693 will suspend the <EM>Alpine</EM> session.
4696 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
4697 <EM>Feature-List</EM>.
4700 <DT> -<EM>option</EM>=<EM>value</EM>
4702 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
4703 For example, <EM>-signature-file=sig1</EM> or
4704 <EM>-Feature-List=signature-at-bottom</EM>.
4705 Note:  Feature-List values are
4706 additive and features may be preceded with no- to turn them off.
4707 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
4708 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
4709 <EM>-Feature-List=signature-at-bottom</EM>.
4712 </DL>
4714 &lt;End of help on this topic&gt;
4715 </BODY>
4716 </HTML>
4717 ===== h_configuring_news ======
4718 <HTML>
4719 <HEAD>
4720 <TITLE>CONFIGURING NEWS</TITLE>
4721 </HEAD>
4722 <BODY>
4723 <H1>CONFIGURING NEWS</H1>
4724 Alpine can access news folders in any one of three different ways:
4725 <DL>
4726 <DT>REMOTE NNTP</DT>
4727 <DD>Using the Network News Transport Protocol (NNTP) to
4728 access news on a remote news server.  In this case the newsrc file is
4729 stored on the machine where Alpine is running.
4732 To specify a remote news-collection accessed via NNTP use the
4733 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
4734 Server: value to the NNTP server's hostname appended with the
4735 communication method &quot;/service=NNTP&quot;, and set the Path:
4736 value to the &quot;#news.&quot; namespace (without the quotes).  See
4737 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
4738 help text for a more complete explanation of access method, and the
4739 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
4740 text for a more complete explanation of &quot;namespace&quot;.
4742 Instead of specifying a news-collection, you may simply set the
4743 <A HREF="h_config_nntp_server">NNTP Server</A>
4744 option, which will cause Alpine to create a default news-collection for you.
4745 Another NNTP option that may be of interest is
4746 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
4748 <DT>REMOTE IMAP</DT>
4749 <DD>Using the Internet Message Access Protocol (IMAP) to
4750 access news on a remote news server.  In this case, your newsrc file is
4751 stored on the news server, in your home directory, so you must have an
4752 account on the news server, but you would be running Alpine on a different
4753 machine.  The news server must be running an IMAPd server process. 
4756 To specify a remote news-collection accessed via IMAP use the
4757 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
4758 Server: value to the IMAP server's hostname, and set the Path: value
4759 to the &quot;#news.&quot; namespace (without the quotes).  See the
4760 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
4761 text for a more complete explanation of &quot;namespace&quot;.
4763 </DD>
4765 <DT>LOCAL</DT>
4766 <DD>Using local file access to the news database.  In this
4767 case, your newsrc file is stored on the news server, in your home
4768 directory, so you must have an account on the news server, and you would
4769 be running Alpine on the same machine.
4772 To specify a local news-collection use the SETUP/collectionList
4773 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
4774 set the Path: value to the &quot;#news.&quot; namespace (without the
4775 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
4776 field's help text for a more complete explanation of &quot;namespace&quot;.
4778 </DD>
4779 </DL>
4783 NOTE: Should no news-collection be defined as above, Alpine will
4784 automatically create one using the Setup/Config screen's
4785 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
4786 will be created as a &quot;Remote NNTP&quot; as described above.
4790 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
4791 possible.  If you don't have an account on the news server, or if the news
4792 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
4793 sure, ask your service provider, university, or company for help.)  In
4794 this case, your Unix .newsrc file can be transferred to your PC.  A good
4795 place to put it would be in the same directory as your PINERC file, under
4796 the name NEWSRC, but you can 
4797 <A HREF="h_config_newsrc_path">specify a different location</A>
4798 via Alpine's Setup/Config screen.
4801 Other configuration features related to news are
4802 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
4803 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
4804 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
4805 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
4806 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
4807 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
4808 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
4809 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
4812 &lt;End of help on this topic&gt;
4813 </BODY>
4814 </HTML>
4815 ===== h_reading_news ======
4816 <HTML>
4817 <HEAD>
4818 <TITLE>READING NEWS</TITLE>
4819 </HEAD>
4820 <BODY>
4821 <H1>READING NEWS</H1>
4823 Alpine uses almost the same commands for manipulating news folders as for
4824 mail folders.  This means, for example, that when you are done with a
4825 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
4826 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
4827 most newsreaders, wherein a message is implicitly dismissed after you have
4828 looked at it once. We strongly believe that Alpine should offer as much
4829 consistency as possible between mail and news, so the mail paradigm --
4830 wherein a message does not magically disappear without explicit action by
4831 the user -- is used for news as well. <P>
4833 If you answer a message in a news folder, the index view will show the
4834 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
4835 keep track of what news as been read has no way of storing this flag, so
4836 it will not be preserved across sessions.  The Deleted flag is the only
4837 one that is preserved when you leave and then return to a newsgroup.  As an
4838 additional note on replies, when you Reply to a newsgroup message and say
4839 you want to reply to all recipients, Alpine will ask if you want to post the
4840 message to all the newsgroups listed in the original message. <P>
4842 If you would like Alpine to mark more-or-less recent news messages as
4843 &quot;New&quot;, then set the
4844 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
4845 feature (which is set by default).  This will cause messages after the last one you have marked as
4846 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
4847 &quot;N&quot; status often makes it easier to distinguish later news
4848 articles from those you've previously seen, but not yet disposed of via
4849 the &quot;D&quot; key.  Note that this is an approximation, not an exact
4850 record of which messages you have not seen.
4853 A frequent operation in news-reading is &quot;catching up&quot; -- that
4854 is, getting rid of all the messages in the newsgroup so that you can
4855 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
4856 Select command.  You would enter the following four keystrokes:
4857 <tt>;aad</tt> to select all messaged, and then apply the delete (or
4858 dismiss) command to all of them.
4861 There are also additional details on 
4862 <A HREF="h_configuring_news">configuring news</a>.
4865 &lt;End of help on this topic&gt;
4866 </BODY>
4867 </HTML>
4868 ====== h_help_index ======
4869 <HTML>
4870 <HEAD>
4871 <TITLE>Help Index</TITLE>
4872 </HEAD>
4873 <BODY>
4874 <H1>Help Index</H1>
4875 <ul>
4876 <li><a href="h_mainhelp_abooks">Address Books</a></li>
4877 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
4878 <li><a href="h_main_addrbook">Address Book Command</a>
4879 <li><a href="h_abook_view">Address Book View Explained</a>
4880 <li><a href="h_compose_addrcomplete">Address Completion</a>
4881 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
4882 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
4883 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
4884 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
4885 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
4886 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
4887 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
4888 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
4889 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
4890 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
4891 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
4892 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
4893 <li><a href="h_mainhelp_config">Alpine Configuration</a>
4894 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
4895 <li><a href="h_news_legal">Alpine Legal Notices</a>
4896 <li><a href="h_compose_alted">Alt Editor Command</a>
4897 <li><a href="h_index_cmd_apply">Apply Command</a>
4898 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
4899 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
4900 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
4901 <li><a href="h_composer_browse">BROWSER</a>
4902 <li><a href="h_common_bounce">Bounce Command</a>
4903 <li><a href="h_compose_cancel">Cancel Command</a>
4904 <li><a href="h_config_change_your_from">Changing your From Address</a>
4905 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
4906 <li><a href="h_mainhelp_color">Color</a>
4907 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
4908 <li><a href="h_composer">COMPOSER COMMANDS</a>
4909 <li><a href="h_mainhelp_composing">Composing Messages</a>
4910 <li><a href="h_mainhelp_collections">Collection Lists</a>
4911 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
4912 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
4913 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
4914 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
4915 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
4916 <li><a href="h_common_compose">Compose Command</a>
4917 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
4918 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
4919 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
4920 <li><a href="h_mainhelp_config">Configuration</a>
4921 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
4922 <li><a href="h_config_dflt_color">Default Color</a>
4923 <li><a href="h_common_delete">Delete and Undelete Commands</a>
4924 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
4925 <li><a href="h_special_list_commands">Email List Commands Explained</a>
4926 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
4927 <li><a href="h_folder_open">Explanation of Folder Selection</a>
4928 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
4929 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
4930 <li><a href="h_ge_export">Export File Selection</a>
4931 <li><a href="h_ge_allparts">Export Message File Selection</a>
4932 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
4933 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
4934 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
4935 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
4936 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
4937 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
4938 <li><a href="h_config_alt_reply_menu">FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></a>
4939 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
4940 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
4941 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
4942 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
4943 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
4944 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
4945 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
4946 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
4947 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
4948 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
4949 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
4950 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
4951 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
4952 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
4953 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
4954 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
4955 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
4956 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
4957 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
4958 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
4959 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
4960 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
4961 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
4962 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
4963 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
4964 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
4965 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
4966 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
4967 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
4968 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
4969 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
4970 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
4971 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
4972 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
4973 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
4974 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
4975 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
4976 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
4977 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
4978 <li><a href="h_config_delete_before_writing">FEATURE: <!--#echo var="FEAT_enable-delete-before-writing"--></a>
4979 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
4980 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
4981 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
4982 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
4983 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
4984 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
4985 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
4986 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
4987 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
4988 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
4989 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
4990 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
4991 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
4992 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
4993 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
4994 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
4995 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
4996 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
4997 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
4998 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
4999 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
5000 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
5001 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
5002 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
5003 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
5004 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
5005 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
5006 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
5007 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
5008 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
5009 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
5010 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
5011 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
5012 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
5013 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
5014 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
5015 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
5016 <li><a href="h_external_loads_inline_images_only">FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>
5017 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
5018 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
5019 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
5020 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
5021 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
5022 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
5023 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
5024 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
5025 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
5026 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
5027 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
5028 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
5029 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
5030 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
5031 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
5032 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
5033 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
5034 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
5035 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
5036 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
5037 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
5038 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
5039 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
5040 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
5041 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
5042 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
5043 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
5044 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
5045 <li><a href="h_config_ignore_size">FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></a>
5046 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
5047 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
5048 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
5049 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
5050 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
5051 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
5052 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
5053 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
5054 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
5055 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
5056 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
5057 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
5058 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
5059 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
5060 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
5061 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
5062 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
5063 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
5064 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
5065 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
5066 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
5067 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
5068 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
5069 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
5070 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
5071 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
5072 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
5073 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
5074 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
5075 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
5076 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
5077 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
5078 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
5079 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
5080 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
5081 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
5082 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
5083 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
5084 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
5085 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
5086 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
5087 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
5088 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
5089 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
5090 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
5091 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
5092 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
5093 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
5094 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
5095 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
5096 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
5097 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
5098 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
5099 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
5100 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
5101 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
5102 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
5103 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
5104 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
5105 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
5106 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
5107 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
5108 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
5109 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
5110 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
5111 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
5112 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
5113 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
5114 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
5115 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
5116 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
5117 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
5118 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
5119 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
5120 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
5121 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
5122 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
5123 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
5124 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
5125 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
5126 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
5127 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
5128 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
5129 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
5130 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
5131 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
5132 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
5133 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
5134 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
5135 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
5136 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
5137 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
5138 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
5139 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
5140 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
5141 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
5142 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
5143 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
5144 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
5145 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
5146 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
5147 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
5148 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
5149 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
5150 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
5151 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
5152 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
5153 <li><a href="h_mainhelp_filtering">Filtering</a>
5154 <li><a href="h_finding_help">Finding more information and requesting help</a>
5155 <li><a href="h_common_flag">Flag Command</a>
5156 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
5157 <li><a href="h_mainhelp_folders">Folders</a>
5158 <li><a href="h_what_are_collections">Folder Collections Explained</a>
5159 <li><a href="h_common_folders">Folder List Command</a>
5160 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
5161 <li><a href="h_folder_save">Folder Select for Save Explained</a>
5162 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
5163 <li><a href="h_config_change_your_from">From Address, Changing</a>
5164 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
5165 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
5166 <li><a href="h_common_goto">Goto Command</a>
5167 <li><a href="h_common_hdrmode">HdrMode Command</a>
5168 <li><a href="h_mainhelp_pinehelp">Help</a>
5169 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
5170 <li><a href="h_folder_maint">Help for Folder List</a>
5171 <li><a href="h_valid_folder_names">IMAP</a>
5172 <li><a href="h_ge_import">Import File Selection</a>
5173 <li><a href="h_mainhelp_index">Index of Messages</a>
5174 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
5175 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
5176 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
5177 <li><a href="h_info_on_mbox">Information on mbox driver</a>
5178 <li><a href="h_mainhelp_intro">Introduction</a>
5179 <li><a href="h_main_journal">Journal Command</a>
5180 <li><a href="h_common_jump">Jump Command</a>
5181 <li><a href="h_compose_justify">Justify Command</a>
5182 <li><a href="h_main_kblock">Keyboard Lock Command</a>
5183 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
5184 <li><a href="h_mainhelp_ldap">LDAP</a>
5185 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
5186 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
5187 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
5188 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
5189 <li><a href="h_config_ldap_opts_ldaps">LDAP FEATURE: Require-LDAPS-On-Connection</a>
5190 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
5191 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
5192 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
5193 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
5194 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
5195 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
5196 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
5197 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
5198 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
5199 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
5200 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
5201 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
5202 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
5203 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
5204 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
5205 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
5206 <li><a href="h_ldap_view">LDAP Response View Explained</a>
5207 <li><a href="h_maildrop">Mail Drop: What is it?</a>
5208 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
5209 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
5210 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
5211 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
5212 <li><a href="h_common_index">Message Index Command</a>
5213 <li><a href="h_mainhelp_mouse">Mouse</a>
5214 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
5215 <li><a href="new_user_greeting">NEW USER GREETING</a>
5216 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
5217 <li><a href="h_mainhelp_readingnews">News Reading</a>
5218 <li><a href="h_folder_subscribe">Newsgroup Subscribe Screen explained</a>
5219 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
5220 <li><a href="h_common_nextnew">NextNew Command</a>
5221 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
5222 <li><a href="h_mainhelp_readingnews">NNTP</a>
5223 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
5224 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
5225 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
5226 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
5227 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
5228 <li><a href="h_config_color_style">OPTION: Color Style</a>
5229 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
5230 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
5231 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
5232 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
5233 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
5234 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
5235 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
5236 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
5237 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
5238 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
5239 <li><a href="h_config_encryption_range">OPTION: <!--#echo var="VAR_encryption-protocol-range"--></a>
5240 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
5241 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
5242 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
5243 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
5244 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
5245 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
5246 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
5247 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
5248 <li><a href="h_config_file_dir">OPTION: File Directory</a>
5249 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
5250 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
5251 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
5252 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
5253 <li><a href="h_config_font_name">OPTION: Font Name</a>
5254 <li><a href="h_config_font_size">OPTION: Font Size</a>
5255 <li><a href="h_config_font_style">OPTION: Font Style</a>
5256 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
5257 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
5258 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
5259 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
5260 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
5261 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
5262 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
5263 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
5264 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
5265 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
5266 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
5267 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
5268 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
5269 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
5270 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
5271 <li><a href="h_config_index_color">OPTION: Index Colors</a>
5272 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
5273 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
5274 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
5275 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
5276 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
5277 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
5278 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
5279 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
5280 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
5281 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
5282 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
5283 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
5284 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
5285 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
5286 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
5287 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
5288 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
5289 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
5290 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
5291 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
5292 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
5293 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
5294 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
5295 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
5296 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
5297 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
5298 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
5299 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
5300 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
5301 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
5302 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
5303 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
5304 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
5305 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
5306 <li><a href="h_config_pat_old">OPTION: Patterns</a>
5307 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
5308 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
5309 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
5310 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
5311 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
5312 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
5313 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
5314 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
5315 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
5316 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
5317 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
5318 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
5319 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
5320 <li><a href="h_config_printer">OPTION: Printer</a>
5321 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
5322 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
5323 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
5324 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
5325 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
5326 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
5327 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
5328 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
5329 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
5330 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
5331 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
5332 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
5333 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
5334 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
5335 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
5336 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
5337 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
5338 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
5339 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
5340 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
5341 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
5342 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
5343 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
5344 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
5345 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
5346 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
5347 <li><a href="h_config_aspell_dictionary">OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></a>
5348 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
5349 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
5350 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
5351 <li><a href="h_config_status_color">OPTION: Status Color</a>
5352 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
5353 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
5354 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
5355 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
5356 <li><a href="h_config_quit_query_timeo">OPTION: <!--#echo var="VAR_close-connection-timeout"--></a>
5357 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
5358 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
5359 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
5360 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
5361 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
5362 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
5363 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
5364 <li><a href="h_config_title_color">OPTION: Title Color</a>
5365 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
5366 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
5367 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
5368 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
5369 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
5370 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
5371 <li><a href="h_config_history">OPTION: <!--#echo var="VAR_default-directories"--></a>
5372 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
5373 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
5374 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
5375 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
5376 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
5377 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
5378 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
5379 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
5380 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
5381 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
5382 <li><a href="h_config_window_position">OPTION: Window-Position</a>
5383 <li><a href="h_mainhelp_patterns">Patterns</a>
5384 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
5385 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
5386 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
5387 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
5388 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
5389 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
5390 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
5391 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
5392 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
5393 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
5394 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
5395 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
5396 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
5397 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
5398 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
5399 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
5400 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
5401 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
5402 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
5403 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
5404 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
5405 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
5406 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
5407 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
5408 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
5409 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
5410 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
5411 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
5412 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
5413 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
5414 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
5415 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
5416 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
5417 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
5418 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
5419 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
5420 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
5421 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
5422 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
5423 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
5424 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
5425 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
5426 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
5427 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
5428 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
5429 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
5430 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
5431 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
5432 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
5433 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
5434 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
5435 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
5436 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
5437 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
5438 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
5439 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
5440 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
5441 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
5442 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
5443 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
5444 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
5445 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
5446 <li><a href="h_common_pipe">Pipe Command</a>
5447 <li><a href="h_valid_folder_names">POP</a>
5448 <li><a href="h_common_postpone">Postpone Command</a>
5449 <li><a href="h_common_print">Print Command</a>
5450 <li><a href="h_mainhelp_readingnews">Reading News</a>
5451 <li><a href="h_news">RELEASE NOTES for Alpine</a>
5452 <li><a href="h_mainhelp_roles">Roles</a>
5453 <li><a href="h_role_select">ROLES SCREEN</a>
5454 <li><a href="h_compose_readfile">Read File Command</a>
5455 <li><a href="h_mainhelp_reading">Reading Messages</a>
5456 <li><a href="h_main_release_notes">Release Notes Command</a>
5457 <li><a href="h_common_reply">Reply and Forward Commands</a>
5458 <li><a href="h_compose_richhdr">Rich Header Command</a>
5459 <li><a href="h_common_role">Role Command</a>
5460 <li><a href="h_mainhelp_smime">S/MIME</a>
5461 <li><a href="h_index_cmd_select">Searching for Messages</a>
5462 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
5463 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
5464 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
5465 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
5466 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
5467 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
5468 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
5469 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
5470 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
5471 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
5472 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
5473 <li><a href="h_common_save">Save and Export Commands</a>
5474 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
5475 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
5476 <li><a href="h_compose_send">Send Command</a>
5477 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
5478 <li><a href="h_main_setup">Setup Command</a>
5479 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
5480 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
5481 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
5482 <li><a href="h_mainhelp_smime">S/MIME</a>
5483 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
5484 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
5485 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
5486 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
5487 <li><a href="h_config_smime_use_cert_store">S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></a>
5488 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
5489 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
5490 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
5491 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
5492 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
5493 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
5494 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
5495 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
5496 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
5497 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
5498 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
5499 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
5500 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
5501 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
5502 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
5503 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
5504 <li><a href="h_index_cmd_sort">Sort Command</a>
5505 <li><a href="h_compose_spell">Spell Check Command</a>
5506 <li><a href="h_common_suspend">Suspend Command</a>
5507 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
5508 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
5509 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
5510 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
5511 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
5512 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
5513 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
5514 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
5515 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
5516 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
5517 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
5518 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
5519 <li><a href="h_common_take">TakeAddr Command</a>
5520 <li><a href="h_mainhelp_status">Titlebar Line</a>
5521 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
5522 <li><a href="h_config_usenone_color">Use None Color</a>
5523 <li><a href="h_config_usenormal_color">Use Normal Color</a>
5524 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
5525 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
5526 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
5527 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
5528 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
5529 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
5530 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
5531 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
5532 </UL>
5535 &lt;End of Help Index&gt;
5536 </BODY>
5537 </HTML>
5540 ============== h_config_remote_config =============
5541 <HTML>
5542 <HEAD>
5543 <TITLE>Remote Configuration</TITLE>
5544 </HEAD>
5545 <BODY>
5546 <H1>Remote Configuration</H1>
5548 You may use the command line argument &quot;-p pinerc&quot; to tell
5549 Alpine to use a non-default configuration file.
5550 There are two types of storage for configuration information.
5551 <EM>Local</EM> configuration files are used by default.
5552 These are just regular files on the UNIX system or on the PC.
5553 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
5554 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
5555 <EM>Remote</EM> configuration folders are stored on an IMAP server.
5556 The advantage of using a remote configuration is that the same information
5557 may be accessed from multiple platforms.
5558 For example, if you use one computer at work and another at home, the same
5559 configuration could be used from both places.
5560 A configuration change from one place would be seen in both places.
5561 To use a remote configuration you simply give a
5562 <A HREF="h_valid_folder_names">remote folder name</A>
5563 as the argument to the &quot;-p&quot; command line option.
5564 The command line might look something like:
5566 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
5568 If there are special characters in the command shell you use, you may need to
5569 quote the last argument (to protect the curly braces from the shell).
5570 The command might look like:
5572 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
5574 You should choose a folder name for a folder that does not yet exist.
5575 It will be created containing an empty configuration.
5576 Do not use a folder that you wish to store regular mail messages in.
5578 The Setup/RemoteConfigSetup command will help you convert from a local
5579 configuration to a remote configuration.
5580 It will create a remote configuration for you and copy your current local
5581 configuration to it.
5582 It will also help you convert local address books into remote address books
5583 and local signature files into literal signatures contained in the
5584 remote configuration file.
5586 If the Setup/RemoteConfigSetup command doesn't do what you want, you
5587 may copy a local pinerc file to a remote configuration folder by hand
5588 by using the command line option &quot;-copy_pinerc&quot;.
5590 Another command line option, which is somewhat related to remote
5591 configuration, is the option &quot;-x exceptions_config&quot;.
5592 The configuration settings in the exceptions configuration override
5593 your default settings.
5594 It may be useful to store the default configuration (the -p argument) remotely
5595 and to have the exceptions configuration stored in a local file.
5596 You might put generic configuration information in the remote configuration
5597 and platform-specific configuration on each platform in the exceptions
5598 configuration.
5599 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
5600 can be either remote folders or local files.
5602 There is another command line argument that works only with PC-Alpine and
5603 which may prove useful when using a remote configuration.
5604 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
5605 to store your local auxiliary files.
5606 This only has an effect if your configuration file is remote.
5607 Some examples of auxiliary files are debug files, address book files, and
5608 signature files.
5610 &lt;End of help on this topic&gt;
5611 </BODY>
5612 </HTML>
5613 ============== h_config_exceptions =============
5614 <HTML>
5615 <HEAD>
5616 <TITLE>Generic and Exceptional Configuration</TITLE>
5617 </HEAD>
5618 <BODY>
5619 <H1>Generic and Exceptional Configuration</H1>
5621 If you use Alpine from more than one platform it may be convenient
5622 to split your configuration information into two pieces, a generic piece
5623 and exceptions that apply to a particular platform.
5624 For example, suppose you use Alpine from home and from work.
5625 Most of your configuration settings are probably the
5626 same in both locations, so those settings belong in the generic settings
5627 configuration.
5628 However, you may use a different SMTP server and INBOX
5629 from home than you do from work.
5631 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
5633 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
5634 options could be
5635 part of your exceptional configuration so that they could be different in the
5636 two places.
5638 The command line option &quot;-x exceptions_config&quot;
5639 may be used to split your configuration into generic and exceptional pieces.
5640 &quot;Exceptions_config&quot; may be either local or remote.
5641 The regular Alpine configuration file will contain the generic data, and
5642 &quot;exceptions_config&quot; will contain the exceptional data.
5644 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
5645 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
5646 in the same local directory that the regular config file is located in (usually
5647 the Unix home directory).
5648 If the regular config file is remote (because the command line option
5649 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
5650 directory for &quot;<CODE>.pinercex</CODE>&quot;.
5651 If the file does not already exist then no exceptions will be used.
5652 You can force exceptions to be used by using the &quot;-x&quot; option or
5653 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
5655 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
5656 PC-Alpine will use the value of the
5657 environment variable <CODE>$PINERCEX</CODE>.
5658 If that is not set, PC-Alpine will look for
5659 the local file &quot;<CODE>PINERCEX</CODE>&quot;
5660 in the same local directory that the regular config file is located in.
5661 If the regular config file is remote (because the command line option
5662 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
5663 local directory specified by the &quot;-aux local_directory&quot; command
5664 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
5665 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
5667 When you have an exception configuration there is a new command
5668 in the Alpine Setup screen, Setup/eXceptions.
5669 It toggles between exceptions and the regular configuration.
5670 This is the usual way to make changes in your exceptional configuration data.
5671 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
5672 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
5673 for Config or &quot;K&quot; for Kolor.
5675 For most people, splitting the configuration information into two pieces is
5676 going to be most useful if the generic information is accessed
5677 <A HREF="h_config_remote_config">remotely</A>).
5678 That data will be the same no matter where you access it from and if you
5679 change it that change will show up everywhere.
5680 The exceptional data will most commonly be in a local file, so that the
5681 contents may easily be different on each computing platform used.
5683 If you already have a local configuration file with settings you like
5684 you may find that the command Setup/RemoteConfigSetup is useful
5685 in helping you convert to a remote configuration.
5686 The command line flag &quot;-copy_pinerc&quot;
5687 may also be useful.
5689 &lt;End of help on this topic&gt;
5690 </BODY>
5691 </HTML>
5692 ============== h_config_inheritance =============
5693 <HTML>
5694 <HEAD>
5695 <TITLE>Configuration Inheritance</TITLE>
5696 </HEAD>
5697 <BODY>
5698 <H1>Configuration Inheritance</H1>
5700 Configuration inheritance is a power user feature.
5701 It is confusing and not completely supported by the configuration
5702 user interface.
5703 We start with an explanation of how configuration works in hopes of making
5704 it easier to describe how inheritance works.
5706 Alpine uses a hierarchy of configuration values from different locations.
5707 There are five ways in which each configuration option (configuration
5708 variable) can be set.
5709 In increasing order of precedence they are:
5711 <OL>
5712 <LI> the system-wide configuration file.
5714 <LI> the personal configuration file
5716 <LI> the personal exceptions file
5718 <LI> a command line argument
5720 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
5721 </OL>
5723 The fixed configuration file is normally
5724 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
5726 The system-wide configuration file is normally
5727 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
5728 set for PC-Alpine.
5729 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
5730 is used for the system-wide configuration.
5731 This location can be set or changed on the command line with the -P flag.
5732 The system-wide configuration file can be either a local file or a
5733 remote configuration folder.
5735 For Unix Alpine, the personal configuration file is normally the file
5736 <CODE>.pinerc</CODE> in the user's home directory.
5737 This can be changed with the -p command line flag.
5738 For PC-Alpine, the personal configuration file is in
5739 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
5740 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
5741 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
5742 This can be changed with the -p command line flag.
5743 If -p is used, the configuration data may be in a local file or a remote config
5744 folder.
5746 For Unix Alpine, the personal exceptions configuration file is named
5747 <CODE>.pinercex</CODE> and is in the same directory as the personal
5748 configuration file, if that configuration file is not remote, and is in
5749 the home directory if the personal configuration file is remote.
5750 If the file exists, then exceptions are turned on.
5751 If it doesn't, then you are not using exceptions.
5752 Alternatively, you may change the location of the exceptions configuration
5753 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
5754 Like the personal configuration data, exceptions_config may be
5755 either local or remote.
5757 For PC-Alpine, the personal exceptions configuration file is named
5758 <CODE>PINERCEX</CODE> and is in the same directory as the personal
5759 configuration file unless the personal configuration file is remote.
5760 In that case, it is in the local directory specified by the
5761 &quot;-aux local_directory&quot; command line argument.
5762 (In the case that the personal configuration is remote and there is no
5763 &quot;-aux&quot; command line argument, Alpine searches for
5764 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
5765 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
5766 If the file exists, then exceptions are turned on.
5767 If it doesn't, then you are not using exceptions.
5768 You may change the location of the exceptions configuration
5769 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
5770 or with the
5771 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
5772 option).
5774 To reiterate, the value of a configuration option is taken from the
5775 last location in the list above in which it is set.
5776 Or, thinking about it slightly differently, a default value for an option
5777 is established in the system-wide configuration file (or internally by Alpine
5778 if there is no value in the system-wide file).
5779 That default remains in effect until and unless it is overridden by a value in a
5780 location further down the list, in which case a new &quot;default&quot;
5781 value is established.
5782 As we continue down the list of locations we either retain the
5783 value at each step or establish a new value.
5784 The value that is still set after going through the whole list of
5785 configuration locations is the one that is used.
5787 So, for example, if an option is set in the system-wide configuration
5788 file and in the personal configuration file, but is not set in the
5789 exceptions, on the command line, or in the fixed file; then the value
5790 from the personal configuration file is the one that is used.
5791 Or, if it is set in the system-wide config, in the personal config, not
5792 in the exceptions, but is set on the command line; then the value
5793 on the command line is used.
5795 Finally we get to inheritance.
5796 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
5797 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
5798 the inheritance mechanism makes it possible to <EM>combine</EM>
5799 the values from different locations instead of <EM>replacing</EM> the value.
5800 This is true of all configuration lists other than the &quot;Feature-List&quot;,
5801 for which you may already set whatever you want at
5802 any configuration location (by using the &quot;no-&quot; prefix if
5803 necessary).
5805 To use inheritance, set the first item in a configuration list to the
5806 token &quot;INHERIT&quot;, without the quotes.
5807 If the first item is &quot;INHERIT&quot;,
5808 then instead of replacing the default value established so far, the rest of
5809 the list is appended to the default value established so far and that is
5810 the new value.
5812 Here is an example which may make it clearer. Suppose we have:
5814 <PRE>
5815  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5816  Personal config    :   smtp-server = INHERIT, mysmtp.home
5817  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
5818  Command line       :   smtp-server = &lt;No Value Set&gt;
5819  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5820 </PRE>
5823 This would result in an effective smtp-server option of
5825 <PRE>
5826  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
5827 </PRE>
5829 The &quot;INHERIT&quot; token can be used in any of the configuration files
5830 and the effect cascades.
5831 For example, if we change the above example to:
5833 <PRE>
5834  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5835  Personal config    :   smtp-server = INHERIT, mysmtp.home
5836  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
5837  Command line       :   smtp-server = &lt;No Value Set&gt;
5838  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5839 </PRE>
5842 This would result in:
5844 <PRE>
5845  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
5846 </PRE>
5848 Unset variables are skipped over (the default value is carried forward) so
5849 that, for example:
5851 <PRE>
5852  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5853  Personal config    :   smtp-server = &lt;No Value Set&gt;
5854  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
5855  Command line       :   smtp-server = &lt;No Value Set&gt;
5856  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5857 </PRE>
5860 produces:
5862 <PRE>
5863  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
5864 </PRE>
5867 If any later configuration location has a value set (for a particular list
5868 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
5869 then that value replaces whatever value has been defined up to that point.
5870 In other words, that cancels out any previous inheritance.
5872 <PRE>
5873  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5874  Personal config    :   smtp-server = INHERIT, mysmtp.org
5875  Exceptions config  :   smtp-server = yoursmtp.org
5876  Command line       :   smtp-server = &lt;No Value Set&gt;
5877  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5878 </PRE>
5881 results in:
5883 <PRE>
5884  smtp-server = yoursmtp.org
5885 </PRE>
5888 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
5889 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
5890 difficult to insert the value &quot;INHERIT&quot; into the list of values
5891 for the option using the normal Setup tools.
5892 In other words, the color setting screen (for example) does not
5893 provide a way to input the text &quot;INHERIT&quot; as the first
5894 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
5895 The way to do this is to either edit the pinerc file directly and manually
5896 insert it, or turn
5897 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
5898 feature and insert it using the Setup/Config screen.
5900 &lt;End of help on this topic&gt;
5901 </BODY>
5902 </HTML>
5903 ============== h_special_xon_xoff =============
5904 <HTML>
5905 <HEAD>
5906 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
5907 </HEAD>
5908 <BODY>
5909 <H1>XOFF/XON Handling within Alpine</H1>
5911 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
5912 and XON) as normal characters, even though Alpine does not use them.
5913 However, the printer, modem, or communication software you are using may
5914 be configured for &quot;software flow control,&quot; which means that
5915 XON/XOFF must be treated as special characters by the operating system.
5916 If you see messages such as &quot;^S not defined for this screen&quot;,
5917 then your system is probably using software flow control. In this case
5918 you will need to set the
5919 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
5920 feature.
5922 If you <EM>do</EM> set this
5923 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
5924 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
5925 and see if that puts things right.  Printing via the
5926 &quot;attached-to-ansi&quot; or 
5927 &quot;attached-to-wyse&quot;
5928 option will automatically enable software
5929 flow-control handling for the duration of the printing.
5931 &lt;End of help on this topic&gt;
5932 </BODY>
5933 </HTML>
5934 ============= h_special_help_nav =============
5935 <HTML>
5936 <HEAD>
5937 <TITLE>Help Text Navigation Explained</TITLE>
5938 </HEAD>
5939 <BODY>
5940 <H1>Help Text Navigation Explained</H1>
5942 Alpine contains extensive context-sensitive help text.   At any point, 
5943 pressing the &quot;?&quot; key will bring up a page of help text
5944 explaining the options available to you.  You can leave the help
5945 text screen and return to normal Alpine operation by pressing
5947 <!--chtml if pinemode="function_key"-->
5948 F3 function
5949 <!--chtml else-->
5950 &quot;E&quot;
5951 <!--chtml endif-->
5952 key to Exit Help at any time.
5955 Within the help screen you might find a word or phrase displayed in 
5956 inverse text and others displayed in bold typeface.  Such words and
5957 phrases are used to tell you Alpine has more information available on
5958 the topic they describe.
5959 The inverted text is the &quot;selected&quot; topic.  
5960 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
5961 displayed in bold type
5962 is &quot;selected&quot;.
5963 Hit the Return key to display the information Alpine has available on that
5964 topic.  While viewing such additional information, the 
5965 <!--chtml if pinemode="function_key"-->
5966 F3 function
5967 <!--chtml else-->
5968 &quot;P&quot;
5969 <!--chtml endif-->
5970 key will return you to the previous help screen, and the
5971 <!--chtml if pinemode="function_key"-->
5972 F2 function
5973 <!--chtml else-->
5974 &quot;E&quot;
5975 <!--chtml endif-->
5976 key will Exit the Help system altogether.
5979 The "N" command will tell you the internal name of the help text you are 
5980 reading each time, so that you can send this name in the text of a message 
5981 and create a direct link to that internal help using the x-pine-help URL 
5982 scheme. For example, the direct link to this item is 
5983 x-pine-help:h_special_help_nav. If you add this text to a message, then
5984 a person using Pine to read such message would have a direct link to this
5985 help text.
5988 When you are finished reading this help text, you can press the
5989 <!--chtml if pinemode="function_key"-->
5990 F3 function
5991 <!--chtml else-->
5992 &quot;P&quot;
5993 <!--chtml endif-->
5994 key to return to the previously displayed help text.
5997 &lt;End of help on this topic&gt;
5998 </BODY>
5999 </HTML>
6000 ============= h_special_list_commands =============
6001 <HTML>
6002 <HEAD>
6003 <TITLE>Email List Commands Explained</TITLE>
6004 </HEAD>
6005 <BODY>
6006 <H1>Email List Commands Explained</H1>
6008 Electonic mail lists provide a way for like-minded users to join in
6009 discussions on topics of interest.  The email list itself is 
6010 represented by a
6011 single address that participants send messages to when they have
6012 something of interest to share with other members of the list.  The
6013 receiving computer then, either automatically or after review by the
6014 list's owner (or moderator), sends a copy of that message to each
6015 member of the list.
6018 Usually, subscribing and unsubscribing is done by sending requests in
6019 an email message to a special address setup to handle managing list
6020 membership.  Often this is the name of the list followed by
6021 <I>-request</I>.  This address is almost <EM>never</EM> the same as
6022 the address used to send messages to the list.
6025 Unfortunately, email list participation commands are more a matter
6026 of convention than standard, and thus may vary from list to list.
6027 Increasingly, list management software is adding information to
6028 the copy of the postings as they're copied to the list members that
6029 explains how to do the various list management functions.
6032 Alpine will recognize this information and offer the management commands
6033 they represent in a simple display. One or more of the following
6034 operations will be made available:
6036 <DL>
6037 <DT>Help</DT>
6038 <DD>
6039 A method to get help on subscribing, unsubscribing, 
6040 an explanation of what the list is about, or special instructions
6041 for participation.  This may be in the form of a reply in response
6042 to an email message, or instructions on how to connect to a Web site.
6043 </DD>
6045 <DT>Unsubscribe</DT>
6046 <DD>
6047 A method to get your email addressed removed from the list of
6048 recipients of the email list.
6049 </DD>
6051 <DT>Subscribe</DT>
6052 <DD>
6053 A method to get your email address added to the list of recipients
6054 of the email list.  It may be in the form of a message sent to 
6055 a special address or you may be connected to a web site.
6056 <DD>
6057 </DD>
6059 <DT>Post</DT>
6060 <DD>
6061 A method used to post to the email list.  However, it might also 
6062 indicate that no posting is allowed directly to the list.
6063 </DD>
6065 <DT>Owner</DT>
6066 <DD>
6067 A method to contact the list owner for special questions you might
6068 have regarding the list.
6069 </DD>
6071 <DT>Archive</DT>
6072 <DD>
6073 A method to view an archive of previous messages posted to the list.
6074 This may be in the form of a mail folder on a remote computer, an
6075 IMAP mailbox or even a Web site.
6076 </DD>
6077 </DL>
6080 &lt;End of help on this topic&gt;
6081 </BODY>
6082 </HTML>
6083 ============= h_quota_command =============
6084 <HTML>
6085 <HEAD>
6086 <TITLE>Quota Screen Explained</TITLE>
6087 </HEAD>
6088 <BODY>
6089 <H1>Quota Screen Explained</H1>
6091 <P> This screen summarizes the quota report for this mailbox in the
6092 IMAP server. For each resource that you have a quota, this reports summarizes
6093 its use and limit.
6095 <P> Your IMAP server administrator may have set a quota based either on 
6096 the total size of your mailbox (STORAGE), or the number of messages in 
6097 your mailbox (MESSAGES), or some other criteria. This will be reported
6098 to you indicating the type of quota, its total use and its limit.
6100 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
6101 1024 bytes. Each of the characters that you see in this help text is one 
6102 byte, and this help text is about 1 kibibyte in size. Small messages sent 
6103 by Alpine are normally less than 4 kibibytes in size (which includes 
6104 headers and text). Other email programs may send messages with bigger 
6105 sizes when they send messages, since they send plain text and an 
6106 alternative part in HTML.
6108 <P> A convenient way to save space for the STORAGE type of quota is by 
6109 deleting attachments. This is done on each individual message by pressing 
6110 the &quot;V&quot; command while reading the message text, then moving the cursor 
6111 to the position of the attachment that is to be deleted, then pressing
6112 &quot;D&quot; to delete such attachment, going back to reading the 
6113 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
6114 save the message in the same folder you are reading from. The saved 
6115 message will not have the attachment that was marked deleted. Now you
6116 can delete and expunge the message with the unwanted attachment.
6119 &lt;End of help on this topic&gt;
6120 </BODY>
6121 </HTML>
6122 ============= h_mail_thread_index =============
6123 <HTML>
6124 <HEAD>
6125 <TITLE>THREAD INDEX COMMANDS</TITLE>
6126 </HEAD>
6127 <BODY>                 
6128 <H1>THREAD INDEX COMMANDS</H1>
6129 <!--chtml if pinemode="function_key"-->
6130 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>
6131 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
6132 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>
6133 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>
6134 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>
6135 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>
6136 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>
6137 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>
6138 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>
6139 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>
6140 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>
6141 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>
6142 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>
6143 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>
6144 <BR>
6145 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
6146 -----------------------------<BR>
6147 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>
6148 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>
6149 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>
6150 <BR>
6151 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
6152 -----------------------------<BR>
6153 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
6154 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
6155 <BR>
6156 <!--chtml else-->
6157 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>
6158 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
6159 &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>
6160 &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>
6161 &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>
6162 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>
6163 &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>
6164 &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>
6165 &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>
6166 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>
6167 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
6168 <BR>
6169 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
6170 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
6171 &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>
6172 &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>
6173 &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>
6174 &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>
6175 &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>
6176 &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>
6177 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
6178 <!--chtml endif-->
6181 NOTE:
6182 <OL>
6183  <LI>For help on a particular command, highlight the bold text associated
6184 with it above and hit Return.
6185  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
6186 </OL>
6188 <H2>Description of the THREAD INDEX Screen</H2>
6190 The THREAD INDEX displays summary information from each
6191 thread (conversation) in the current folder.
6192 This is useful if you want to quickly
6193 scan new threads, or find a particular thread without having to go
6194 through the text of each message, or to quickly get rid of junk
6195 threads, etc.
6196 The current thread is always highlighted.
6197 Each line of the THREAD INDEX contains the following columns: <P>
6198 <DL>
6199  <DT>STATUS:</DT>
6200  <DD> The markings on the left side of the thread tell you about its
6201 status.  You may see one or more of the following codes on any given
6202 thread:
6203 <UL>
6204   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
6205   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
6206   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
6207   <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.
6208   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
6209         message in the thread was sent to you as a cc:. This symbol will only show up if
6210         the feature
6211         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
6212   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
6213         &quot;select&quot; command.  (Some systems may optionally allow selected
6214         messages to be denoted by the index line being displayed in bold
6215         type instead.)
6216   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
6217       to mark at least one message in this thread as &quot;important&quot;.
6218 </UL></DD><P>
6220  <DT>THREAD NUMBER:</DT>
6221  <DD>Threads in a folder are numbered, from one through the number
6222 of threads in the folder, to help you know where you are in the folder.
6223 </DD><P>
6225  <DT>DATE STARTED:</DT>
6226  <DD>The date the thread was started. This is actually from the Date header
6227 of the first message in the thread. It doesn't take different time zones
6228 into account.</DD><P>
6230  <DT>WHO STARTED THE THREAD:</DT>
6231  <DD>This is usually the name of the sender of the first message in the thread, taken from
6232 the From header of the message.
6233 If there is no personal name given in that
6234 address, then the email address is used instead.
6235 If the message is from you (or from one of your
6236 <A HREF="h_config_alt_addresses">alternate addresses</A>),
6237 then the recipient's name is shown here instead, with the characters
6238 &quot;To: &quot; inserted before the name.
6239 (The idea of this is that if you started the thread you would rather see who
6240 the mail was sent to instead of that the mail was from you.)
6241 In Newsgroups, if you are
6242 the sender and there are no email recipients, the newsgroup name will be
6243 listed after the &quot;To: &quot;.
6244 </DD><P>
6246  <DT>SIZE:</DT>
6247  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
6249  <DT>SUBJECT:</DT>
6250  <DD>As much of the thread's subject line as will fit on the screen.
6251 This is the subject of the first message in the thread.</DD>
6252 </DL>
6254 <P><UL>
6255 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6256 </UL>
6258 &lt;End of help on this topic&gt;
6259 </BODY>
6260 </HTML>
6261 ============= h_mail_index =============
6262 <HTML>
6263 <HEAD>
6264 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
6265 </HEAD>
6266 <BODY>                 
6267 <H1>MESSAGE INDEX COMMANDS</H1>
6268 <!--chtml if pinemode="function_key"-->
6269 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>
6270 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
6271 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>
6272 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>
6273 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>
6274 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>
6275 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>
6276 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>
6277 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>
6278 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>
6279 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>
6280 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>
6281 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>
6282 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>
6283 <BR>
6284 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
6285 -----------------------------<BR>
6286 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>
6287 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>
6288 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>
6289 <BR>
6290 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
6291 -----------------------------<BR>
6292 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
6293 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>
6294 <BR>
6295 <!--chtml else-->
6296 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>
6297 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
6298 &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>
6299 &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>
6300 &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>
6301 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>
6302 &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>
6303 &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>
6304 &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>
6305 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>
6306 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
6307 Miscellaneous&nbsp;Operations<BR>
6308 ------------------------<BR>
6309 &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>
6310 &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>
6311 &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>
6312 &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>
6313 &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>
6314 &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>
6315 &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>
6316 &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>
6317 <!--chtml endif-->
6320 NOTE:
6321 <OL>
6322  <LI>For help on a particular command, highlight the bold text associated
6323 with it above and hit Return.
6324  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
6325 </OL>
6327 <H2>Description of the MESSAGE INDEX Screen</H2>
6329 The MESSAGE INDEX displays summary information from each
6330 message in the current folder.
6331 This is useful if you want to quickly
6332 scan new messages, or find a particular message without having to go
6333 through the text of each message, or to quickly get rid of junk
6334 messages, etc.
6336 The current message is always highlighted
6337 and many commands operate on the current message.
6338 For example, the Delete command will delete the current message.
6339 If the folder is sorted by either Threads or OrderedSubject, then, depending
6340 on some of your configuration settings, a single line in the index may
6341 refer to an entire thread or to a subthread.
6342 If that is the case, then the commands that normally operate on the current
6343 message will operate on the thread or subthread instead.
6344 For example, the Delete command will delete the whole collapsed thread
6345 instead of just a single message.
6347 Each line of the MESSAGE INDEX contains the following columns (by default -- 
6348 you can change this with the 
6349 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
6350 in the SETUP CONFIGURATION screen): <P>
6351 <DL>
6352  <DT>STATUS:</DT>
6353  <DD> The markings on the left side of the message tell you about its
6354 status.  You may see one or more of the following codes on any given
6355 message:
6356 <UL>
6357   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
6358          yet eXpunged the folder.
6359   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
6360   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
6361          to be answered.
6362   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
6363          forward a message.
6364   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
6365         directly to your account, your copy is not part of a cc: or a
6366         mailing list.
6367   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
6368         message was sent to you as a cc:. This symbol will only show up if
6369         the feature
6370         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
6371   <LI> &quot;X&quot; for selected.  You have selected the message by using the
6372         &quot;select&quot; command.  (Some systems may optionally allow selected
6373         messages to be denoted by the index line being displayed in bold
6374         type.)
6375   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
6376       to mark this message as &quot;important&quot;.
6377 </UL></DD><P>
6379  <DT>MESSAGE NUMBER:</DT>
6380  <DD>Messages in a folder are numbered, from one through the number
6381 of messages in the folder, to help you know where you are in the folder.
6382 These numbers are always in increasing order, even if you sort the folder
6383 in a different way.</DD><P>
6385  <DT>DATE SENT:</DT>
6386  <DD>The date the message was sent.  By default, messages are
6387 ordered by arrival time, not by date sent.  Most of the time, arrival time
6388 and date sent (effectively departure time) are similar.  Sometimes,
6389 however, the index will appear to be out of order because a message took a
6390 long time in delivery or because the sender is in a different time
6391 zone than you are. This date is just the date from the Date header
6392 field in the message.</DD><P>
6394  <DT>WHO SENT THE MESSAGE:</DT>
6395  <DD>This is usually the name of the sender of the message, taken from
6396 the From header of the message.
6397 If there is no personal name given in that
6398 address, then the email address is used instead.
6399 If the message is from you (or from one of your
6400 <A HREF="h_config_alt_addresses">alternate addresses</A>),
6401 then the recipient's name is shown here instead, with the characters
6402 &quot;To: &quot; inserted before the name.
6403 (The idea of this is that if you sent the mail you would rather see who
6404 the mail was sent to instead of that the mail was from you.
6405 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
6406 above.
6407 In particular, use the FROM token or the FROMORTONOTNEWS token
6408 in place of the FROMORTO token.)
6409 In Newsgroups, if you are
6410 the sender and there are no email recipients, the newsgroup name will be
6411 listed after the &quot;To: &quot;. </DD><P>
6413  <DT>SIZE:</DT>
6414  <DD>The number in parentheses is the number of characters in the message.
6415 It may have a suffix of K, M, or G which means the number should be
6416 multiplied by one thousand, one million, or one billion to get the
6417 size of the message.</DD><P>
6419  <DT>SUBJECT:</DT>
6420  <DD>As much of the message's subject line as will fit on the screen.</DD>
6421 </DL>
6423 <P><UL>
6424 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6425 </UL>
6427 &lt;End of help on this topic&gt;
6428 </BODY>
6429 </HTML>
6430 ============= h_mail_view ========================
6431 <HTML>
6432 <HEAD>
6433 <TITLE>MESSAGE TEXT SCREEN</TITLE>
6434 </HEAD>
6435 <BODY>
6436 <H1>MESSAGE TEXT SCREEN</H1>
6437 <!--chtml if pinemode="function_key"-->
6438 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>
6439 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
6440 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>
6441 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>
6442 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>
6443 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>
6444 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>
6445 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>
6446 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>
6447 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>
6448 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>
6449 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>
6450 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>
6451 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>
6452 <BR>
6453 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
6454 ------------------------------<BR>
6455 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
6456 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
6457 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
6458 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
6459 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
6460 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
6461 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
6462 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
6463 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
6464 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
6465 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
6466 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
6467 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
6468 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
6469 <!--chtml else-->
6470 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
6471 ---------------------------------<BR>
6472 <BR>
6473 &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>
6474 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>
6475 &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>
6476 &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>
6477 &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>
6478 &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>
6479 &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>
6480 &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>
6481 &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>
6482 <BR>
6483 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
6484 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
6485 &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>
6486 &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>
6487 &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>
6488 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>
6489 <BR>
6490 General&nbsp;Alpine&nbsp;Commands<BR>
6491 ---------------------<BR>
6492 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
6493 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
6494 &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>
6495 &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>
6496 &nbsp;&nbsp;&nbsp;&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>
6497 <!--chtml endif-->
6500 NOTE:
6501 <OL>
6502  <LI>For help on a particular command, highlight the bold text associated
6503 with it above and hit Return.
6504  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
6505 </OL>
6507 <H2>Description of the MESSAGE TEXT Screen</H2>
6509 The top line of the view message screen displays status
6510 information about the currently open collection and folder and about the
6511 current message.  It shows the name of the collection in angle brackets
6512 and then the name of the folder.  The line also displays the number
6513 of messages in the folder, the number of the current message and the
6514 percentage of the current message that has been displayed on the screen.
6515 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
6516 right corner.
6517 If the message has been answered (but not deleted) &quot;ANS&quot; will show
6518 in the corner.
6521 NOTE: to rapidly move to the end of a message, hit the
6522 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6523 (or Ctrl-W) key followed
6524 by Ctrl-V.  Similarly,
6525 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6526 followed by Ctrl-Y will take you to the beginning of
6527 a message.
6529 <H2>Explanation of Alternate Character Sets</H2>
6531 Alpine attempts to stay out of the way so that it won't prevent you from
6532 viewing mail in any character set.  It will simply send the message to
6533 your display device.  If the device is capable of displaying the
6534 message as it was written it will do so.  If not, the display may be
6535 partially or totally incorrect.
6536 If the message contains characters that are not representable in your 
6537 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
6538 variable in your configuration, then a warning message will be printed
6539 to your screen at the beginning of the message display.
6540 It is probably best to use UNIX Alpine in a terminal emulator
6541 capable of displaying UTF-8 characters.
6542 See <A HREF="h_config_char_set">Display Character Set</A> for a little
6543 more information about character set settings.
6545 <P><UL>
6546 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6547 </UL>
6549 &lt;End of help on this topic&gt;
6550 </BODY>
6551 </HTML>
6552 ======= h_index_cmd_select =======
6553 <HTML>
6554 <HEAD>
6555 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
6556 </HEAD>
6557 <BODY>
6558 <H1>Selecting: Select and WhereIs/Select</H1>
6560 Aggregate operations give you the ability to process a group of messages
6561 at once.  Acting on multiple messages requires two steps: (1) selecting a
6562 set of messages and then; (2) applying a command to that set. The first
6563 part is handled by the select command.  Select allows you to
6564 select messages based on their status (read, answered, etc.), contents,
6565 date, size, or keywords.
6566 You may also select based on one of your Rules or based on threads,
6567 and there are quick options to select a specific message or range of messages,
6568 to select the current message, or to select all messages.
6571 We describe the various selection criteria briefly:
6574 <DL>
6575 <DT>select All</DT>
6576 <DD> Marks all the messages in the folder as selected.
6577 </DD>
6579 <DT>select Cur</DT>
6580 <DD> Selects the currently highlighted message or currently highlighted
6581 set of messages if in a threaded view.
6582 </DD>
6584 <DT>select by Number</DT>
6585 <DD> Select by message number. This may be a comma-separated list instead or
6586 a single entry.
6587 Each element in the list may be either a single message number or a range
6588 of numbers with a dash between the lowest and highest member of the range.
6589 Some examples are 7 to select only message number 7; 2-5 to select messages
6590 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
6591 The word &quot;end&quot; or the character &quot;$&quot; may be used as a 
6592 substitute for the highest numbered message in the folder, while the
6593 character &quot;.&quot; represents the message number holding the position
6594 of the cursor in the folder.
6595 If in a separate thread index where the numbers refer to threads instead of
6596 to messages, then you will be selecting all of the messages in the
6597 referenced threads instead of selecting by message number.
6598 </DD>
6600 <DT>select by Date</DT>
6601 <DD> Select by either the date stored in the Date headers of each message,
6602 or by the date when the messages arrived.
6603 This does not adjust for different time zones, but just checks to see what
6604 day the message was sent on.
6605 You may type in a date. If you do, the date should be in the form
6606 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
6607 For example,
6608 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
6610 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
6611 If the date you want is close to the current date, it is probably
6612 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
6613 is displayed, instead of typing in the date yourself.
6614 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
6615 the date of the currently highlighted message. 
6617 There are six possible settings that are selected using the
6618 &quot;^W&nbsp;Toggle When&quot; command.
6619 Three of them select messages based on the Date headers.
6620 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
6621 and &quot;SENT ON&quot;.
6622 SINCE is all messages with the selected date or later.
6623 BEFORE is all messages earlier than the selected date (not including the day
6624 itself).
6625 ON is all messages sent on the selected date.
6626 The other three select messages in the same way but they use the arrival
6627 times of the messages instead of the Date headers included in the messages.
6628 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
6629 and &quot;ARRIVED ON&quot;.
6630 When you save a message from one folder to another the arrival time is
6631 preserved.
6632 </DD>
6634 <DT>select by Text</DT>
6635 <DD> Selects messages based on the message contents.
6636 This allows you to select a set of messages based on whether or not the
6637 message headers or message body contain specified text.
6638 You may look for text in the Subject, the From header,
6639 the To header, or the Cc header.
6640 You may also choose Recipient, which searches for the text in
6641 either the To or the Cc header;
6642 or Participant, which means To or Cc or From.
6643 Besides those specific header searches, you may also search the entire
6644 header and text of the message with &quot;All Text&quot;, or just the
6645 body of the message.
6647 To search for the absence of text, first type the &quot;! Not&quot; command
6648 before typing the specific type of text search.
6649 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
6650 search for all messages that do not contain a particular word in their
6651 Subjects.
6653 If you choose a Subject search, you may use the subject from the current
6654 message by typing the &quot;^X Cur Subject&quot; command.
6655 You may then edit it further if you wish.
6656 For example, you might select the subject of a reply and edit the
6657 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
6658 the original message being replied to.
6659 All of the other header searches allow you to use addresses from the
6660 headers of the current message if you want to.
6661 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
6662 &quot;^W Cur Cc&quot;.
6663 In each case, if there is more than one address, only the first is offered.
6664 </DD>
6666 <DT>select by Status</DT>
6667 <DD> Selects messages based on their status.
6668 You may select all New, Important, Deleted, Answered, Recent, or Unseen
6669 messages.
6670 Or, if you first type the &quot;! Not&quot; command, you get not New,
6671 or not Important, and so on.
6672 If you select Deleted messages, you will get all messages with their
6673 Deleted flag set.
6674 Likewise for Important messages, all messages that you have flagged as
6675 being Important with the
6676 <A HREF="h_common_flag">Flag</A> command.
6677 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
6678 because they try to match what you see on the screen by default.
6679 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
6680 and Unanswered.
6681 If you have looked at the message, or deleted it, or answered it; then it
6682 is not considered &quot;New &quot;.
6683 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
6685 &quot;Answered&quot; is another one that is a little different.
6686 It means that the message has been Answered <EM>and</EM> is not deleted.
6687 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
6688 the opposite of &quot;Answered&quot;!
6689 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
6690 both Unanswered <EM>and</EM> not deleted.
6692 The other two types were added later because the special nature of the
6693 New flag was not what was wanted by all users.
6694 New does match what you see in the index by default, but if you use
6695 the IMAPSTATUS or SHORTIMAPSTATUS token in the
6696 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
6697 be exactly what you want.
6698 &quot;Unseen&quot; simply selects all unseen messages, whether or not
6699 they are deleted or answered, and
6700 &quot;Recent&quot; selects all of the messages that have been added to
6701 the folder since you started this Alpine session.
6702 (That's not technically quite true. If there are multiple mail clients
6703 reading an IMAP mailbox, each message will be marked as Recent in only
6704 one of the client's sessions.)
6705 </DD>
6707 <DT>select by siZe</DT>
6708 <DD> Selects messages based on their size being smaller than or larger
6709 than the size you specify.
6710 The size is the number of bytes.
6711 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
6712 the number.
6713 For example, 7K is the same as 7000.
6714 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
6715 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
6716 Use the &quot;^W&quot; command to toggle back and forth between Smaller
6717 and Larger.
6718 </DD>
6720 <DT>select by Keyword</DT>
6721 <DD> Selects messages that either have or do not have
6722 (using the &quot;!&nbsp;Not&quot; command)
6723 a particular <A HREF="h_config_keywords">Keyword</A> set.
6724 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
6725 command to select one from your list of keywords.
6727 <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.
6728 </DD>
6730 <DT>select by Rule</DT>
6731 <DD> Selects messages that either match or don't match
6732 (using the &quot;!&nbsp;Not&quot; command)
6733 one of the Rules you have defined.
6734 The most likely method of filling in the Rule is to use the
6735 &quot;^T&nbsp;To&nbsp;List&quot;
6736 command to select one of your Rules.
6737 All of the Rules you have defined will be in the list, including
6738 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
6739 They may not all make sense for this purpose, but they are all there for
6740 flexibility.
6741 You might find it useful to define some rules solely for the purpose
6742 of being used by the Select command.
6743 There is a special category for such Rules. They are called Search Rules.
6745 Unfortunately, Alpine does not allow all possible Rules to be defined.
6746 For example, there is no logical OR operation.
6747 OR is accomplished in the Filter Rules or the other types of Rules by
6748 simply defining two rules, one that matches the first part of the OR
6749 and another that matches the second part.
6750 But you can't do that here, since you only have a single Rule to work with.
6751 Likewise, the order of Rules is usually important.
6752 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
6753 a message, then that stops the search for a further match.
6754 This means that you may be confused if you try to use Select by Rule to
6755 check your Filter rules because the order is important when filtering but
6756 is not considered here.
6757 </DD>
6759 <DT>select by tHread</DT>
6760 <DD> Selects all of the messages in the current thread.
6761 </DD>
6762 </DL>
6764 After you have an initial selection, the next and subsequent selection
6765 commands modify the selection.
6766 The select command changes. It first gives
6767 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
6768 &quot;unselect Current&quot;,
6769 &quot;Broaden selection&quot; (implements a logical OR), and
6770 &quot;Narrow selection&quot; (implements a logical AND).
6771 After you choose either Broaden or Narrow, you then choose one of the
6772 selection criteria listed above (by Text or Number or ...).
6773 You may use select as many times as you wish to get the selected set right.
6776 The WhereIs command has a feature (Ctrl-X) to
6777 select all the messages that match the WhereIs search. WhereIs searches
6778 through just the text that appears on the MESSAGE INDEX screen.
6779 This method is often slower than using the select command itself, unless the
6780 line you are looking for is not too far away in the index.
6783 The availability of the aggregate operations commands is determined by the
6784 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
6785 Feature-List option in your Alpine
6786 configuration, which defaults to set.
6787 The features
6788 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
6790 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
6791 affect the behavior of the Select command.
6794 &lt;End of help on this topic&gt;
6795 </BODY>
6796 </HTML>
6797 ======= h_select_rule =======
6798 <HTML>
6799 <HEAD>
6800 <TITLE>Select: Rule</TITLE>
6801 </HEAD>
6802 <BODY>
6803 <H1>Select: Rule</H1>
6805 You are selecting messages that either match or don't match
6806 one of the Rules you have defined.
6807 You may either type the nickname of the Rule at the prompt, or use the
6808 &quot;^T&nbsp;To&nbsp;List&quot;
6809 command to select one of your Rules.
6810 All of the Rules you have defined will be in the list, including
6811 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
6812 They may not all make sense for this purpose, but they are all there for
6813 flexibility.
6814 Rules may be added by using the Setup/Rules screen off of the main Alpine
6815 menu.
6817 Unfortunately, Alpine does not allow all possible Rules to be defined.
6818 For example, there is no logical OR operation.
6819 OR is accomplished in the Filter Rules or the other types of Rules by
6820 simply defining two rules, one that matches the first part of the OR
6821 and another that matches the second part.
6822 But you can't do that here, since you only have a single Rule to work with.
6823 Likewise, the order of Rules is usually important.
6824 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
6825 a message, then that stops the search for a further match.
6826 This means that you may be confused if you try to use Select by Rule to
6827 check your Filter rules because the order is important when filtering but
6828 is not considered here.
6831 &lt;End of help on this topic&gt;
6832 </BODY>
6833 </HTML>
6834 ======= h_select_text =======
6835 <HTML>
6836 <HEAD>
6837 <TITLE>Select: Text</TITLE>
6838 </HEAD>
6839 <BODY>
6840 <H1>Select: Text</H1>
6842 You are selecting messages based on the contents of the message.
6843 This allows you to select a set of messages based on whether or not the
6844 message headers or message body contain specified text.
6845 You may look for text in the Subject, the From header,
6846 the To header, or the Cc header.
6847 You may also choose Recipient, which searches for the text in
6848 either the To or the Cc header;
6849 or Participant, which means either the To header, or the Cc header,
6850 or the From header.
6851 Besides those specific header searches, you may also search the entire
6852 header and text of the message with &quot;All Text&quot;, or just the
6853 body of the message with &quot;Body&quot;.
6855 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
6856 before typing the specific type of text search.
6857 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
6858 search for all messages that do not contain a particular word in their
6859 Subjects.
6861 If you choose a Subject search, you may use the subject from the current
6862 message by typing the &quot;^X Cur Subject&quot; command.
6863 You may then edit it further if you wish.
6864 For example, you might select the subject of a reply and edit the
6865 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
6866 the original message being replied to.
6867 All of the other header searches allow you to use addresses from the
6868 headers of the current message if you want to.
6869 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
6870 &quot;^W Cur Cc&quot;.
6871 In each case, if there is more than one address, only the first is offered.
6874 &lt;End of help on this topic&gt;
6875 </BODY>
6876 </HTML>
6877 ======= h_select_status =======
6878 <HTML>
6879 <HEAD>
6880 <TITLE>Select: Status</TITLE>
6881 </HEAD>
6882 <BODY>
6883 <H1>Select: Status</H1>
6885 You are selecting messages based on the status of the message.
6886 For example, whether or not the message has been marked Deleted or Important,
6887 or whether or not it has been Answered or is New.
6888 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
6889 opposite: not Deleted, not Important, and so on.
6891 If you select Deleted messages, you will get all messages with their
6892 Deleted flag set.
6893 Likewise for Important messages, all messages that you have flagged as
6894 being Important with the
6895 <A HREF="h_common_flag">Flag</A> command.
6896 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
6897 because they try to match what you see on the screen by default.
6898 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
6899 and Unanswered.
6900 If you have looked at the message, or deleted it, or answered it; then it
6901 is not considered &quot;New &quot;.
6902 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
6904 &quot;Answered&quot; is another one that is a little different.
6905 It means that the message has been Answered <EM>and</EM> is not deleted.
6906 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
6907 the opposite of &quot;Answered&quot;!
6908 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
6909 both Unanswered <EM>and</EM> not deleted.
6911 (The New and Answered options may seem counter-intuitive.
6912 The reason it is done this way is
6913 because, by default, a Deleted message will show up with the &quot;D&quot;
6914 symbol in the MAIL INDEX screen even if it is New or Answered.
6915 The Delete symbol overrides the New and Answered symbols, because you
6916 usually don't care about the message anymore once you've deleted it.
6917 Similarly, you usually only care about whether a message is Answered or
6918 not if it is not Deleted.
6919 Once it is Deleted you've put it out of your mind.)
6921 The other two options were added later because the special nature of the
6922 New flag was not what was wanted by all users.
6923 New does match what you see in the index by default, but if you use
6924 the IMAPSTATUS or SHORTIMAPSTATUS token in the
6925 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
6926 be exactly what you expect.
6927 &quot;Unseen&quot; simply selects all unseen messages, whether or not
6928 they are deleted or answered, and
6929 &quot;Recent&quot; selects all of the messages that have been added to
6930 the folder since you started this Alpine session.
6931 (That's not technically quite true. If there are multiple mail clients
6932 reading an IMAP mailbox, each message will be marked as Recent in only
6933 one of the client's sessions.
6934 That behavior can be convenienent for some purposes, like filtering, but
6935 it isn't usually what you expect when selecting.)
6938 &lt;End of help on this topic&gt;
6939 </BODY>
6940 </HTML>
6941 ======= h_index_cmd_apply =======
6942 <HTML>
6943 <HEAD>
6944 <TITLE>Apply Command</TITLE>
6945 </HEAD>
6946 <BODY>
6947 <H1>Apply Command</H1>
6949 Apply
6950 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
6951 is the second step of most aggregate operations.  Apply
6952 becomes active any time there is a defined set of selected messages.  The
6953 following commands can be applied to a selected message set: delete,
6954 undelete, reply, forward,
6955 <!--chtml if pinemode="os_windows"-->
6956 <!--chtml else--> 
6957 pipe,
6958 <!--chtml endif-->
6959 print, take address, save, export, bounce, and flag.
6962 The behavior of some of these commands in an aggregate sense is not easy to
6963 explain.  Try them out to see what they do.
6964 The feature
6965 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
6966 affects the behavior of the Apply command, as does the feature
6967 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
6970 &lt;End of help on this topic&gt;
6971 </BODY>
6972 </HTML>
6973 ======= h_index_cmd_zoom =======
6974 <HTML>
6975 <HEAD>
6976 <TITLE>ZoomMode Command</TITLE>
6977 </HEAD>
6978 <BODY>
6979 <H1>ZoomMode Command</H1>
6981 Another action you might want to take on a set of selected messages is to
6982 zoom in on them.  Like apply, zoom only becomes active when messages have
6983 been selected.
6984 ZoomMode
6985 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
6986 is a toggle command that allows you to
6987 zoom-in (and only see the selected messages) and zoom-out (to see all
6988 messages in the folder).  Neither apply nor zoom removes the markings that
6989 define the selected set; you need to use a select command in order
6990 to do that.
6993 &lt;End of help on this topic&gt;
6994 </BODY>
6995 </HTML>
6996 ======= h_index_collapse_expand =======
6997 <HTML>
6998 <HEAD>
6999 <TITLE>Collapse/Expand Command</TITLE>
7000 </HEAD>
7001 <BODY>
7002 <H1>Collapse/Expand Command</H1>
7004 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
7005 the folder is sorted by either Threads or OrderedSubject, and the
7006 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
7007 is set to something other than &quot;none&quot;.
7008 By default, this command collapses or expands the subthread that starts at
7009 the currently highlighted message, if any.
7010 If the subthread is already collapsed, then this command expands it.
7011 If the subthread is expanded, then this command collapses it.
7012 If there are no more messages below the current message in the
7013 thread tree (that is, there are no replies to the current message) then
7014 this command does nothing.
7017 The behavior of this command is affected by the option
7018 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
7019 Normally, this command Collapses or Expands the subthread that
7020 starts at the currently highlighted message.
7021 If the above option is set, then this command Collapses or Expands the
7022 entire current thread instead of just the subthread.
7023 The current thread is simply the top-level thread that contains the
7024 current message.
7027 &lt;End of help on this topic&gt;
7028 </BODY>
7029 </HTML>
7030 ======= h_index_cmd_sort =======
7031 <HTML>
7032 <HEAD>
7033 <TITLE>Sort Command</TITLE>
7034 </HEAD>
7035 <BODY>
7036 <H1>Sort Command</H1>
7038 In Alpine's generic configuration, messages are presented in the order in
7039 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
7040 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
7041 You can also re-sort the folder on demand with the sort
7042 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
7043 command.
7044 Your sorting options are:
7046 <UL>
7047  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
7048  <LI> <A HREF="h_index_sort_date">D</A>ate
7049  <LI> <A HREF="h_index_sort_subj">S</A>ubject
7050  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
7051  <LI> t<A HREF="h_index_sort_thread">H</A>read
7052  <LI> <A HREF="h_index_sort_from">F</A>rom
7053  <LI> si<A HREF="h_index_sort_size">Z</A>e
7054  <LI> scor<A HREF="h_index_sort_score">E</A>,
7055  <LI> <A HREF="h_index_sort_to">T</A>o
7056  <LI> <A HREF="h_index_sort_cc">C</A>c
7057 </UL>
7060 The Reverse option will toggle the order the index is currently
7061 sorted by, but will not change the relative sort order.
7064 Sorting a folder does not actually rearrange the way the folder is saved,
7065 it just re-arranges how the messages are presented to you.  This means
7066 that Alpine has to do the work of sorting every time you change sort order.
7067 Sometimes, especially with PC-Alpine or with large folders, this could take
7068 a while.
7071 &lt;End of help on this topic&gt;
7072 </BODY>
7073 </HTML>
7074 ======= h_index_sort_default =======
7075 <HTML>
7076 <HEAD>
7077 <TITLE>SORT OPTION: Default</TITLE>
7078 </HEAD>
7079 <BODY>
7080 <H1>SORT OPTION: Default</H1>
7082 The <EM>Default</EM> sort option just means to use the default sort order
7083 set in the
7084 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
7085 option in Setup/Config.
7088 &lt;End of help on this topic&gt;
7089 </BODY>
7090 </HTML>
7091 ======= h_index_sort_arrival =======
7092 <HTML>
7093 <HEAD>
7094 <TITLE>SORT OPTION: Arrival</TITLE>
7095 </HEAD>
7096 <BODY>
7097 <H1>SORT OPTION: Arrival</H1>
7099 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7100 in the order that they exist in the folder.  This is usually the same as the
7101 order in which they arrived.  This option is comparable to not sorting
7102 the messages at all.
7105 &lt;End of help on this topic&gt;
7106 </BODY>
7107 </HTML>
7108 ======= h_index_sort_date =======
7109 <HTML>
7110 <HEAD>
7111 <TITLE>SORT OPTION: Date</TITLE>
7112 </HEAD>
7113 <BODY>
7114 <H1>SORT OPTION: Date</H1>
7116 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7117 according to the date and time they were
7118 sent.
7121 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
7122 identical to sorting by &quot;Arrival&quot;.
7125 &lt;End of help on this topic&gt;
7126 </BODY>
7127 </HTML>
7128 ======= h_index_sort_subj =======
7129 <HTML>
7130 <HEAD>
7131 <TITLE>SORT OPTION: Subject</TITLE>
7132 </HEAD>
7133 <BODY>
7134 <H1>SORT OPTION: Subject</H1>
7136 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7137 by subject. 
7140 Messages with the same subject are
7141 first grouped together, and then the groups of like-subject messages
7142 are arranged alphabetically.
7145 Alpine ignores leading &quot;Re:&quot; and
7146 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
7147 likeness and alphabetical order of subject lines.
7150 &lt;End of help on this topic&gt;
7151 </BODY>
7152 </HTML>
7153 ======= h_index_sort_ordsubj =======
7154 <HTML>
7155 <HEAD>
7156 <TITLE>SORT OPTION: OrderedSubject</TITLE>
7157 </HEAD>
7158 <BODY>
7159 <H1>SORT OPTION: OrderedSubject</H1>
7161 The <EM>OrderedSubject</EM> sort option arranges messages in the
7162 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
7163 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
7166 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
7167 messages by the date of the oldest message in the group.
7170 This sort method provides for pseudo threading of conversations within
7171 a folder.
7172 You may want to try sorting by Thread instead.
7175 &lt;End of help on this topic&gt;
7176 </BODY>
7177 </HTML>
7178 ======= h_index_sort_thread =======
7179 <HTML>
7180 <HEAD>
7181 <TITLE>SORT OPTION: Thread</TITLE>
7182 </HEAD>
7183 <BODY>
7184 <H1>SORT OPTION: Thread</H1>
7186 The <EM>Thread</EM> sort option arranges messages in the
7187 MESSAGE&nbsp;INDEX by grouping all messages that indicate
7188 they are part of a conversation (discussion thread) taking
7189 place within a mailbox or newsgroup.  This indication is
7190 based on information in the message's header -- specifically
7191 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
7194 &lt;End of help on this topic&gt;
7195 </BODY>
7196 </HTML>
7197 ======= h_index_sort_from =======
7198 <HTML>
7199 <HEAD>
7200 <TITLE>SORT OPTION: From</TITLE>
7201 </HEAD>
7202 <BODY>
7203 <H1>SORT OPTION: From</H1>
7205 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7206 by the name of the author of the message.
7209 Messages with the same author are grouped together. Groups of
7210 messages are then put into alphabetical order according to message
7211 author.
7214 &lt;End of help on this topic&gt;
7215 </BODY>
7216 </HTML>
7217 ======= h_index_sort_size =======
7218 <HTML>
7219 <HEAD>
7220 <TITLE>SORT OPTION: Size</TITLE>
7221 </HEAD>
7222 <BODY>
7223 <H1>SORT OPTION: Size</H1>
7225 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7226 by their relative sizes.
7229 &lt;End of help on this topic&gt;
7230 </BODY>
7231 </HTML>
7232 ======= h_index_sort_score =======
7233 <HTML>
7234 <HEAD>
7235 <TITLE>SORT OPTION: Score</TITLE>
7236 </HEAD>
7237 <BODY>
7238 <H1>SORT OPTION: Score</H1>
7240 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7241 by their scores.
7244 Messages with the same score are sorted in arrival order.
7245 Scores are something you create using the
7246 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
7249 &lt;End of help on this topic&gt;
7250 </BODY>
7251 </HTML>
7252 ======= h_index_sort_to =======
7253 <HTML>
7254 <HEAD>
7255 <TITLE>SORT OPTION: To</TITLE>
7256 </HEAD>
7257 <BODY>
7258 <H1>SORT OPTION: To</H1>
7260 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
7261 by the names of the recipients of the message.
7264 Messages with the same recipients are grouped together. Groups of
7265 messages are then put into alphabetical order according to message
7266 recipients.
7269 &lt;End of help on this topic&gt;
7270 </BODY>
7271 </HTML>
7272 ======= h_index_sort_cc =======
7273 <HTML>
7274 <HEAD>
7275 <TITLE>SORT OPTION: Cc</TITLE>
7276 </HEAD>
7277 <BODY>
7278 <H1>SORT OPTION: Cc</H1>
7280 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
7281 the names of the carbon copy addresses of the message.
7284 &lt;End of help on this topic&gt;
7285 </BODY>
7286 </HTML>
7287 ======= h_index_cmd_whereis =======
7288 <HTML>
7289 <HEAD>
7290 <TITLE>WhereIs Command</TITLE>
7291 </HEAD>
7292 <BODY>
7293 <H1>WhereIs Command</H1>
7295 The WhereIs
7296 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
7297 command lets you search the MESSAGE INDEX for a word.
7298 It scans through whatever you see, usually the name of the author
7299 and the Subject line.
7300 WhereIs has special subcommands to let you find the beginning of the
7301 index (Ctrl-Y -- first message)
7302 or the end of the index (Ctrl-V -- last message).
7304 Note that WhereIs only searches through the visible text on the screen.
7305 For example, if only part of the Subject of a message is shown because it
7306 is long, then only the visible portion of the Subject is searched.
7307 Also note that WhereIs does not &quot;see&quot; the 
7308 &quot;X&quot; in column one of Index entries for selected messages
7309 so it can't be used to search for
7310 selected messages (use &quot;Zoom&quot; instead).
7312 If the feature
7313 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
7314 is turned on,
7315 WhereIs can also be used as a quick way to select messages that match the
7316 string being searched for.
7317 Instead of typing carriage return to search for the next match, type
7318 Ctrl-X to select all matches.
7319 Once again, this only selects matches that are (or would be if the right
7320 index line was on the screen) visible.
7321 Truncated From lines or Subjects will cause matches to be missed.
7322 Although WhereIs is sometimes convenient for quick matching, the Select
7323 command is usually more powerful and usually faster.
7326 &lt;End of help on this topic&gt;
7327 </BODY>
7328 </HTML>
7329 ======= h_view_cmd_whereis =======
7330 <HTML>
7331 <HEAD>
7332 <TITLE>WhereIs Command</TITLE>
7333 </HEAD>
7334 <BODY>
7335 <H1>WhereIs Command</H1>
7337 The WhereIs
7338 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
7339 command does a &quot;find in current message&quot; operation.  You
7340 type in text and Alpine will try to find it in the message you are
7341 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
7342 or end (Ctrl-V) of the message.
7343 That is, to rapidly move to the end of a message, hit the 
7344 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
7345 (or Ctrl-W) key followed
7346 by Ctrl-V.  Similarly,
7347 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
7348 followed by Ctrl-Y will take you to the beginning of a message.
7351 &lt;End of help on this topic&gt;
7352 </BODY>
7353 </HTML>
7354 ======= h_view_cmd_hilite =======
7355 <HTML>
7356 <HEAD>
7357 <TITLE>View Hilite and Next item/Previous item</TITLE>
7358 </HEAD>
7359 <BODY>
7360 <H1>View Hilite and Next item/Previous item</H1>
7362 Sometimes messages may be in the form of formatted HTML text
7363 or they may contain URLs or Web server hostnames.
7364 When any of the features
7365 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
7366 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
7367 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
7369 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
7370 are enabled, Alpine will represent such selectable items in the text
7371 in bold typeface.  One of the selectable items will be displayed in
7372 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
7373 Press the Return key to view the currently selected item.
7376 The Up and Down Arrows keys can be used to change the selected item
7377 (also see the feature
7378 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
7379 If there are no selectable items in the direction of the arrow you
7380 pressed, Alpine will scroll the display in that direction until one
7381 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
7382 items in the message text, use the Previous and Next item commands,
7383 <!--chtml if pinemode="function_key"-->F5 and F6
7384 <!--chtml else-->^B and ^F<!--chtml endif-->.
7387 &lt;End of help on this topic&gt;
7388 </BODY>
7389 </HTML>
7390 ======= h_view_cmd_viewattch =======
7391 <HTML>
7392 <HEAD>
7393 <TITLE>ViewAttch Command</TITLE>
7394 </HEAD>
7395 <BODY>
7396 <H1>ViewAttch Command</H1>
7399 The View/Save Attachment
7400 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
7401 command allows you to handle MIME attachments to a message you have
7402 received.  Alpine shows you a list of the message attachments -- you just
7403 choose the attachment you want.  You may either view or save the
7404 selected attachment.
7407 Because many attachments require external programs for display, there
7408 is some system configuration that has to happen before you can
7409 actually display attachments.  Hopefully much of that will have been
7410 done already by your system administrator.  MIME configuration is
7411 handled with the &quot;mailcap&quot; configuration file.  (See the section 
7412 on configuration in the
7413 <A HREF="h_news">release notes</A> for more information.)
7416 &lt;End of help on this topic&gt;
7417 </BODY>
7418 </HTML>
7419 ======= h_index_cmd_expunge =======
7420 <HTML>
7421 <HEAD>
7422 <TITLE>Expunge/Exclude Command</TITLE>
7423 </HEAD>
7424 <BODY>
7425 <H1>Expunge/Exclude Command</H1>
7427 Expunge/Exclude
7428 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
7429 is the command Alpine uses to actually remove all messages
7430 marked for deletion.  With regular email files, expunge literally deletes
7431 the text from the current folder.  With newsgroups or shared mailboxes,
7432 you don't have permission to actually remove the message, so it is an
7433 exclude -- Alpine removes the message from your view of the folder even
7434 though it is not technically gone.
7436 <P> A selective expunge command is available in IMAP folders that support 
7437 the UID EXPUNGE extension in <A 
7438 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
7439 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
7440 as a subcommand of the apply command. If some selected messages are marked 
7441 deleted, then the apply command will offer the eXpunge command, which when 
7442 executed will only expunge those messages that are selected and deleted.
7444 <P> 
7445 Observe that the expunge command (when not used from the apply command) 
7446 will expunge/exclude all deleted messages from the folder, and so all 
7447 messages marked deleted will be expunged, regardless of if they are 
7448 selected or not. In other words, there is no protection against 
7449 potentially expunging more messages than only those that have been 
7450 selected and deleted.
7453 The configuration features
7454 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
7456 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
7457 affect the behavior of the Expunge command.
7460 &lt;End of help on this topic&gt;
7461 </BODY>
7462 </HTML>
7463 ======= h_common_compose =======
7464 <HTML>
7465 <HEAD>
7466 <TITLE>Compose Command</TITLE>
7467 </HEAD>
7468 <BODY>
7469 <H1>Compose Command</H1>
7471 The Compose command takes you into the Alpine message composer where you
7472 can start a new message for sending.  This is where you type in the
7473 message's text and specify its recipient list (the &quot;To:&quot;
7474 address), where copies should be directed (e.g., &quot;Fcc&quot;,
7475 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
7476 be attached to the message.
7479 When you type this command, Alpine will also automatically check for any
7480 interrupted (i.e., a message that was being composed when your modem
7481 or network connection was broken) or previously postponed messages and
7482 offer you a chance to continue working on those.
7485 <UL>   
7486 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7487 </UL><P>
7488 &lt;End of help on this topic&gt;
7489 </BODY>
7490 </HTML>
7491 ======= h_common_index =======
7492 <HTML>
7493 <HEAD>
7494 <TITLE>Message Index Command</TITLE>
7495 </HEAD>
7496 <BODY>
7497 <H1>Message Index Command</H1>
7499 The Index command takes you to the MESSAGE INDEX screen that displays a
7500 summary caption for each message in the currently-open folder. One
7501 message will be highlighted; this is the &quot;Current&quot; message.
7502 The message commands available from this screen (e.g. View, Reply,
7503 Forward, Delete, Print, Save, etc) apply to the current message.
7506 &lt;End of help on this topic&gt;
7507 </BODY>
7508 </HTML>
7509 ======= h_common_folders =======
7510 <HTML>
7511 <HEAD>
7512 <TITLE>Folder List Command</TITLE>
7513 </HEAD>
7514 <BODY>
7515 <H1>Folder List Command</H1>
7517 This Folder List command takes you to the FOLDER LIST screen that displays
7518 the names of all your message folders and allows you to view, rename,
7519 delete, and add folders.  You can open (view) a different folder than the
7520 one currently open by highlighting the desired one (using the arrow keys
7521 or their control-key equivalents) and pressing RETURN.
7524 If you have multiple folder collections defined (see the Help text for
7525 the FOLDER LIST screen to learn more about Collections), you may need
7526 to press Return to expand the collection and display all of the
7527 folders in it.
7530 &lt;End of help on this topic&gt;
7531 </BODY>
7532 </HTML>
7533 ======= h_main_addrbook =======
7534 <HTML>
7535 <HEAD>
7536 <TITLE>Address Book Command</TITLE>
7537 </HEAD>
7538 <BODY>
7539 <H1>Address Book Command</H1>
7541 This command, available only from the MAIN MENU, takes you
7542 to the ADDRESS BOOK management screen.  From here, your personal address
7543 book(s) may be updated.
7546 &lt;End of help on this topic&gt;
7547 </BODY>
7548 </HTML>
7549 ======= h_main_setup =======
7550 <HTML>
7551 <HEAD>
7552 <TITLE>Setup Command</TITLE>
7553 </HEAD>
7554 <BODY>
7555 <H1>Setup Command</H1>
7557 The Setup command, available only from the MAIN MENU, prompts you for
7558 one of several configuration screens, including the SETUP CONFIGURATION 
7559 screen, by which you may activate optional Alpine features.
7562 &lt;End of help on this topic&gt;
7563 </BODY>
7564 </HTML>
7565 ======= h_main_release_notes =======
7566 <HTML>
7567 <HEAD>
7568 <TITLE>Release Notes Command</TITLE>
7569 </HEAD>
7570 <BODY>
7571 <H1>Release Notes Command</H1>
7573 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
7574 as well as pointers to further information such as history and legal notes.
7577 &lt;End of help on this topic&gt;
7578 </BODY>
7579 </HTML>
7580 ======= h_main_kblock =======
7581 <HTML>
7582 <HEAD>
7583 <TITLE>Keyboard Lock Command</TITLE>
7584 </HEAD>
7585 <BODY>
7586 <H1>Keyboard Lock Command</H1>
7588 This command allows your Alpine session to be protected
7589 during a temporary absence from your terminal.
7592 &lt;End of help on this topic&gt;
7593 </BODY>
7594 </HTML>
7595 ======= h_main_journal =======
7596 <HTML>
7597 <HEAD>
7598 <TITLE>Journal Command</TITLE>
7599 </HEAD>
7600 <BODY>
7601 <H1>Journal Command</H1>
7603 This command displays a list of all the status messages Alpine has
7604 displayed (on the third line from the bottom of the screen). This may
7605 be useful if a message disappeared before you had a chance to read it.
7608 &lt;End of help on this topic&gt;
7609 </BODY>
7610 </HTML>
7611 ======= h_common_role =======
7612 <HTML>
7613 <HEAD>
7614 <TITLE>Role Command</TITLE>
7615 </HEAD>
7616 <BODY>
7617 <H1>Role Command</H1>
7619 The Role command is similar to the Compose command except that it starts
7620 off by letting you select a <A HREF="h_rules_roles">role</A>
7621 to be used for the composition.
7622 You may set up alternate roles by using Setup/Rules/Roles.
7625 &lt;End of help on this topic&gt;
7626 </BODY>
7627 </HTML>
7628 ======= h_common_conditional_cmds =======
7629 <HTML>
7630 <HEAD>
7631 <TITLE>Conditional Commands</TITLE>
7632 </HEAD>
7633 <BODY>
7634 <H1>Conditional Commands</H1>
7636 The presence or absence of certain commands, particularly in the
7637 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
7638 whether or not specific features are set in your Alpine configuration.  
7639 (You can access the SETUP CONFIGURATION screen, where they are found, from 
7640 Alpine's MAIN MENU.)  To see if a desired command's availability is
7641 conditioned on a feature setting, see the command's help text (highlight
7642 the phrase associated with the command and hit Return).
7645 Also note that some
7646 commands may be administratively disabled by your system manager;
7647 if they don't work, please check with your local help desk.
7650 <UL>   
7651 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7652 </UL><P>
7653 &lt;End of help on this topic&gt;
7654 </BODY>
7655 </HTML>
7656 ======= h_common_pipe =======
7657 <HTML>
7658 <HEAD>
7659 <TITLE>Pipe Command</TITLE>
7660 </HEAD>
7661 <BODY>
7662 <H1>Pipe Command</H1>
7664 Pipe
7665 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
7666 allows you to send a message to a specified Unix command for external
7667 processing.
7668 This command's availability is controlled by the
7669 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
7670 feature.
7671 By default, the processed text of the message is sent to the command
7672 you specify and the output is captured by Alpine and shown to you.
7673 When you run the pipe command, there are some sub-commands which may be
7674 used to alter this behavior.
7675 These sub-commands are described <A HREF="h_pipe_command">here</A>.
7678 &lt;End of help on this topic&gt;
7679 </BODY>
7680 </HTML>
7681 ======= h_common_goto =======
7682 <HTML>
7683 <HEAD>
7684 <TITLE>Goto Command</TITLE>
7685 </HEAD>
7686 <BODY>
7687 <H1>Goto Command</H1>
7689 Goto
7690 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
7691 is the command that lets you bypass Alpine's folder selection screens
7692 and jump directly to a new folder.  You can select any folder in the
7693 world: one in your current collection, one in a different collection or
7694 one in a collection you've never even used before.
7697 Alpine will help you as much as possible to narrow in on the folder you want.
7698 However, if the folder is outside of your defined collections, you are
7699 going to have to enter the exact folder location using the correct
7700 <A HREF="h_valid_folder_names">syntax</A>
7701 for a remote folder and/or fully-qualified path name.
7704 &lt;End of help on this topic&gt;
7705 </BODY>
7706 </HTML>
7707 ======= h_common_nextnew =======
7708 <HTML>
7709 <HEAD>
7710 <TITLE>NextNew Command</TITLE>
7711 </HEAD>
7712 <BODY>
7713 <H1>NextNew Command</H1>
7715 When you press the TAB key, Alpine advances to the next
7716 &quot;interesting&quot; message.
7717 This will be the next message you have not seen before, or the next message
7718 you have flagged Important, whichever comes first.
7719 Unread messages that have been deleted are not considered interesting.
7720 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
7721 articles after you have read them if you want to remove them from future
7722 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
7723 more information.)
7726 The NextNew command is affected by the feature
7727 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
7728 which causes Alpine to only consider Unread messages interesting, not messages
7729 flagged Important.
7732 This command behaves a little differently when it finds there are no more
7733 interesting messages left in the current folder.
7734 If the current folder is one of your Incoming Message Folders
7735 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
7736 or it is a newsgroup, then Alpine will try to find the next folder or
7737 newsgroup that contains <EM>Recent</EM> messages and will ask you
7738 if you want to open that folder.
7739 This behavior may be modified by using the
7740 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
7741 feature that causes Alpine to look for Unseen messages instead of Recent
7742 messages.
7743 The NextNew command's behavior is also affected by the configuration features
7744 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
7746 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
7749 &lt;End of help on this topic&gt;
7750 </BODY>
7751 </HTML>
7752 ======= h_common_jump =======
7753 <HTML>
7754 <HEAD>
7755 <TITLE>Jump Command</TITLE>
7756 </HEAD>
7757 <BODY>
7758 <H1>Jump Command</H1>
7760 This is Alpine's way of allowing you to go straight to a specific message.
7761 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
7762 configured such that typing in any number automatically jumps you to that
7763 message 
7764 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
7765 in the SETUP CONFIGURATION).
7768 &lt;End of help on this topic&gt;
7769 </BODY>
7770 </HTML>
7771 ======= h_common_flag =======
7772 <HTML>
7773 <HEAD>
7774 <TITLE>Flag Command</TITLE>
7775 </HEAD>
7776 <BODY>
7777 <H1>Flag Command</H1>
7779 Flag
7780 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
7781 is the command that allows users to manipulate the status flags that
7782 appear on the left side of the MESSAGE INDEX screen.  The most common
7783 use of this is to mark a message as important. This is something of a
7784 note to yourself to get back to that message.  You may also use the
7785 flag command to set (or unset) the flags that indicate that a message
7786 is new, answered, deleted, or forwarded.<P>
7788 Provided the mail server supports it,
7789 you may also manipulate user-defined keywords
7790 for a message using the flag command.
7791 These keywords will be available if you use the Flag Details screen that you
7792 can get to after typing the
7793 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
7794 command.
7795 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
7796 which are always present.
7797 You may add new keywords by using the Add KW command from the Flag Details screen
7798 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
7800 The availability of the flag command is determined by the
7801 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
7802 feature in your Alpine configuration. Also, it is possible that Flag could be
7803 administratively disabled by your system manager; if it doesn't work,
7804 please check with your local help desk before reporting a bug.
7805 The behavior of the flag command may be modified by the
7806 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
7807 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
7810 &lt;End of help on this topic&gt;
7811 </BODY>
7812 </HTML>
7813 ======= h_common_hdrmode =======
7814 <HTML>
7815 <HEAD>
7816 <TITLE>HdrMode Command</TITLE>
7817 </HEAD>
7818 <BODY>
7819 <H1>HdrMode Command</H1>
7821 Every email message comes with some header lines that you normally
7822 don't see (and don't want to see).
7823 These include anywhere from 3-20 lines (or more) added by the
7824 Internet mail transport system to record the route your message took,
7825 for diagnostic purposes.
7826 These are normally of no import and simply
7827 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
7828 This also includes other non-standard headers the message may contain.
7829 If you want to see these headers, there is a way to reveal them.
7832 The Header Mode
7833 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
7834 command is a toggle that controls Alpine's handling of these header
7835 lines.  Normally, full headers is &quot;off&quot; and you only see a
7836 few lines about who a message is to and who it is from.  When you
7837 press
7838 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
7839 to turn full headers on, Alpine will show you
7840 the normal header lines as well as delivery headers, comment headers,
7841 MIME headers, and any other headers present.
7844 Several different Alpine commands honor the header mode -- it affects how
7845 messages are displayed, how they appear in forward and reply email, how
7846 they are printed, how they are saved, and how they are exported.
7847 <!--chtml if pinemode="os_windows"-->
7848 <!--chtml else--> 
7849 The pipe command is also affected.
7850 <!--chtml endif-->
7853 The presence or absence of the Header Mode command is determined by the
7854 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
7855 Feature-List option in your Alpine configuration.
7858 If you have also turned on the
7859 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
7860 option then the HdrMode command actually rotates through three states
7861 instead of just two.
7862 The first is the normal view with long quotes suppressed.
7863 The second is the normal view but with the long quotes included.
7864 The last enables the display of all headers in the message.
7865 When using Export, Pipe, Print, Forward, or Reply the quotes are
7866 never suppressed, so the first two states are identical.
7869 The behavior of the Header Mode command may be altered slightly by
7870 turning on the
7871 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
7872 Feature-List option in your Alpine configuration.
7873 In particular, it will cause the Header Mode to be persistent when moving
7874 from message to message instead of resetting to the default for each message.
7877 <UL>   
7878 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7879 </UL><P>
7880 &lt;End of help on this topic&gt;
7881 </BODY>
7882 </HTML>
7883 ======= h_common_print =======
7884 <HTML>
7885 <HEAD>
7886 <TITLE>Print Command</TITLE>
7887 </HEAD>
7888 <BODY>
7889 <H1>Print Command</H1>
7891 The Print
7892 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
7893 command allows you to print a copy of a message.
7894 There are many SETUP CONFIGURATION features that affect the
7895 Print command, including
7896 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
7897 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
7898 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
7899 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
7900 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
7901 You set up for printing by using the Printer option of the Setup command
7902 on the MAIN MENU.
7906 &lt;End of help on this topic&gt;
7907 </BODY>
7908 </HTML>
7909 ======= h_common_take =======
7910 <HTML>
7911 <HEAD>
7912 <TITLE>TakeAddr Command</TITLE>
7913 </HEAD>
7914 <BODY>
7915 <H1>TakeAddr Command</H1>
7918 With the Take Address
7919 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
7920 command, you can extract email addresses from an
7921 incoming message and save them in an address book.  This is an easy way
7922 to add to your address book and avoid having to remember the email
7923 addresses of the people who write to you.
7926 If the message is just to you individually, then you will only need to
7927 provide a nickname.  If the message contains more than one email address,
7928 then you will see an address
7929 selection screen that lets you choose the address you want to save into
7930 your address book, or lets you choose several of them add to a
7931 personal distribution list.
7934 Once you've added an entry to your address book, you can use it from the
7935 message composer by typing the nickname of the entry into one of the
7936 header fields (for example, into the To: field), or you can use ^T from
7937 the header field to select the entry from your address book.
7940 If the configuration feature
7941 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
7942 is set, the behavior of the Take command is altered slightly.
7945 &lt;End of help on this topic&gt;
7946 </BODY>
7947 </HTML>
7948 ======= h_ge_import =======
7949 <HTML>
7950 <HEAD>
7951 <TITLE>Import File Selection</TITLE>
7952 </HEAD>
7953 <BODY>
7954 <H1>Import File Selection</H1>
7956 You are importing a file that you previously
7957 exported from Alpine.
7958 You are now being asked for the name of that file.
7959 The easiest way to select a file is probably with the &quot;^T&quot;
7960 &quot;To Files&quot; command.
7961 Alternatively, you may type in a file name.
7962 It may be an absolute pathname.
7963 Otherwise, it is a file located in your home directory
7964 or current working directory
7965 <!--chtml if pinemode="running"-->
7966 (which, at least for your current Alpine &quot;session,&quot; 
7967 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7968 <!--chtml endif-->, depending on the
7969 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7970 In any case, you finish by typing a carriage return to accept the
7971 file name that is displayed.
7972 When the feature
7973 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7974 is turned on you may use TAB to complete partially typed in names.
7976 You may cancel the import operation by typing &quot;^C&quot; after exiting
7977 this help.
7979 &lt;End of help on this topic&gt;
7980 </BODY>
7981 </HTML>
7982 ======= h_ge_allparts =======
7983 <HTML>
7984 <HEAD>
7985 <TITLE>Export Message File Selection</TITLE>
7986 </HEAD>
7987 <BODY>
7988 <H1>Export Message File Selection</H1>
7990 You are Exporting a message from an Alpine mail folder
7991 to a plain text file.
7992 You also have the option of exporting all of the attachments associated
7993 with the message.
7994 You are now being asked for the name of the file to export <EM>to</EM>.
7995 The easiest way to select a file is probably with the &quot;^T&quot;
7996 &quot;To Files&quot; subcommand.
7997 After returning from that subcommand you will still be allowed to
7998 edit the name you have selected.
7999 Alternatively, you may type in a file name.
8000 It may be an absolute pathname.
8001 Otherwise, it is a file located in your home directory
8002 or current working directory
8003 <!--chtml if pinemode="running"-->
8004 (which, at least for your current Alpine &quot;session,&quot; 
8005 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8006 <!--chtml endif-->, depending on the
8007 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
8008 In any case, you finish by typing a carriage return to accept the
8009 file name that is displayed.
8010 When the feature
8011 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
8012 is turned on you may use TAB to complete partially typed in names.
8014 The message you are exporting appears to have some attachments.
8015 If you wish to save <EM>all</EM> of the attachments at once,
8016 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
8017 saving of the attachments.
8018 You may turn it back off by typing &quot;^P&quot; again, which will now
8019 be labeled &quot;NoAllParts&quot; instead.
8020 If you want to save the parts the command displayed should be
8021 &quot;NoAllParts&quot;!
8022 When you choose to save attachments like this, the attachments will be saved
8023 in a newly created directory.
8024 That directory will have the same name as the file name you choose here,
8025 with the letters &quot;.d&quot; appended.
8026 If that directory already exists, then the letters &quot;.d_1&quot; will
8027 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
8028 is found.
8029 For example, if you select the file name
8031 <CENTER><SAMP>filename</SAMP></CENTER>
8033 to export the message to, then the directory used for the attachments will be
8035 <CENTER><SAMP>filename.d</SAMP></CENTER>
8037 or perhaps
8039 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
8041 The attachments will then be put into files inside that directory.
8042 The names for the attachment files will be derived from the attachments
8043 if possible.
8044 This is done in the same way as the default values are derived if you
8045 save them one at a time.
8046 (The &quot;filename&quot; parameter from the Content-Disposition header
8047 is the first choice. If that doesn't exist, the &quot;name&quot;
8048 parameter from the Content-Type header is used.)
8049 If a name for a particular attachment is not available, then the
8050 part number of the attachment is used, with the characters &quot;part_&quot;
8051 prepended.
8052 An example of that would be
8054 <CENTER><SAMP>part_2.1</SAMP></CENTER>
8056 If you want to save only some of the attachments or if you want more control
8057 over the directory and filename where an attachment is saved you may
8058 cancel out of this command and View the attachment list.
8059 From there you can save each attachment individually.
8061 You may cancel the Export operation by typing &quot;^C&quot; after exiting
8062 this help.
8064 &lt;End of help on this topic&gt;
8065 </BODY>
8066 </HTML>
8067 ======= h_ge_export =======
8068 <HTML>
8069 <HEAD>
8070 <TITLE>Export File Selection</TITLE>
8071 </HEAD>
8072 <BODY>
8073 <H1>Export File Selection</H1>
8075 You are Exporting or Saving something from within the Alpine world
8076 (a message, an attachment, etc.)
8077 to a plain text file.
8078 You are now being asked for the name of the file to export <EM>to</EM>.
8079 The easiest way to select a file is probably with the &quot;^T&quot;
8080 &quot;To Files&quot; subcommand.
8081 After returning from that subcommand you will still be allowed to
8082 edit the name you have selected.
8083 Alternatively, you may type in a file name.
8084 It may be an absolute pathname.
8085 Otherwise, it is a file located in your home directory
8086 or current working directory
8087 <!--chtml if pinemode="running"-->
8088 (which, at least for your current Alpine &quot;session,&quot; 
8089 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8090 <!--chtml endif-->, depending on the
8091 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
8092 In any case, you finish by typing a carriage return to accept the
8093 file name that is displayed.
8094 When the feature
8095 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
8096 is turned on you may use TAB to complete partially typed in names.
8098 If the object you are exporting is a message with some attachments,
8099 you may wish to save all of the attachments by typing the &quot;^P&quot;
8100 &quot;AllParts&quot; command to turn on saving of the attachments.
8101 This subcommand will only be visible if the message actually has attachments.
8102 You may also View the attachment list and save individual attachments from
8103 there.
8105 If you are SAVING a text part (text/plain, text/html, etc.) you can use
8106 the Control-R subcommand to toggle if saving will be done in binary mode,
8107 meaning that the attachment will be decoded, but will not be transformed
8108 to UTF-8 for further processing (either in internal filters, or user
8109 supplied filters.) This is useful in case you either want to preserve
8110 the text as it was encoded originally to you, or the attachment was
8111 incorrectly attached (the attachment is not of text type) and you need
8112 the original text to process the attachment.
8114 You may cancel the Export operation by typing &quot;^C&quot; after exiting
8115 this help.
8117 &lt;End of help on this topic&gt;
8118 </BODY>
8119 </HTML>
8120 ======= h_common_save =======
8121 <HTML>
8122 <HEAD>
8123 <TITLE>Save and Export Commands</TITLE>
8124 </HEAD>
8125 <BODY>
8126 <H1>Save and Export Commands</H1>
8128 Save
8129 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
8130 and Export
8131 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
8132 are the two alternatives Alpine gives you to keep a copy of the message
8133 you are reading. If you want to keep the message within Alpine's email
8134 world, use &quot;Save&quot;; if you want to use the message in another
8135 program, use &quot;Export&quot;.
8138 When you Save a message, it is put into an existing folder or into a new
8139 folder in one of your existing folder collections.  The message stays in
8140 email format and can be read by Alpine again.  Alpine may use a special format
8141 for its mail folders -- never edit an Alpine folder by hand or with any
8142 program other than Alpine.  The exact behavior of the Save command can be
8143 configured with the
8144 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
8145 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
8146 and 
8147 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
8148 feature list settings.
8149 The name of the folder offered as a default is controlled by the option
8150 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
8153 When you use Export, the message is placed in a plain text file in your
8154 home directory 
8155 <!--chtml if pinemode="running"-->
8156 (which, in the present configuration of your system, is
8157  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
8158 <!--chtml endif-->
8159 or current working directory
8160 <!--chtml if pinemode="running"-->
8161 (which, at least for your current Alpine &quot;session,&quot; 
8162 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8163 <!--chtml endif-->, depending on the
8164 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
8165 configuration setting.  In the normal case, only minimal
8166 headers are exported with the message; however, if the full header mode 
8167 (whose availability may be disabled  by setting the feature 
8168 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
8169 in SETUP CONFIGURATION) is
8170 toggled on, then complete headers are exported along with the message
8171 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
8172 defined, they may affect the contents of the exported file.)
8175 &lt;End of help on this topic&gt;
8176 </BODY>
8177 </HTML>
8178 ======= h_common_bounce =======
8179 <HTML>
8180 <HEAD>
8181 <TITLE>Bounce Command</TITLE>
8182 </HEAD>
8183 <BODY>
8184 <H1>Bounce Command</H1>
8186 The Bounce 
8187 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
8188 command allows you to re-send, or &quot;remail&quot;, a
8189 message, as if you were never in the loop.  It is analogous to crossing
8190 out your address on a postal letter, writing a different address on the
8191 envelope, and putting it into the mailbox. Bounce is used primarily to
8192 redirect email that was sent to you in error.
8193 Also, some owners of email
8194 lists need the bounce command to handle list traffic.
8195 Bounce is not anonymous.
8196 A ReSent-From header is added to the message so that the recipient may
8197 tell that you Bounced it to them.
8200 The presence or absence of the Bounce command is determined by the
8201 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
8202 feature in your Alpine configuration.
8203 The feature
8204 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
8205 affects the behavior of the Bounce command.
8206 Also, it is possible that Bounce could be
8207 administratively disabled by your system manager; if it doesn't work,
8208 please check with your local help desk before reporting a bug.
8211 &lt;End of help on this topic&gt;
8212 </BODY>
8213 </HTML>
8214 ======= h_common_reply =======
8215 <HTML>
8216 <HEAD>
8217 <TITLE>Reply and Forward Commands</TITLE>
8218 </HEAD>
8219 <BODY>
8221 <H1>Reply and Forward Commands</H1>
8223 Replying 
8224 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
8225 and Forwarding 
8226 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
8227 are your two alternatives for following up on the
8228 message you are reading.  You would use reply if you want to get email
8229 back to the author of the message and/or the other people who have
8230 already seen it.  You use forward if you want somebody new to see the
8231 message.
8234 In the normal case, the only thing that you must supply when forwarding a
8235 message is the name/email address of the new recipient.
8236 Alpine will include the text of the forwarded message.
8237 Alpine will also include any attachments to the message.
8238 There is space above the forwarded text for you to include additional comments.
8241 When replying, you usually have to answer some questions.
8242 If the message is to multiple people and/or specified with a Reply-To: header,
8243 then you will have to decide who should get the reply.
8244 You also need to decide whether or not to include the previous
8245 message in your reply.
8246 Some of this is configurable.
8247 Specifically, see the
8248 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
8249 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
8250 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
8252 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
8253 configuration features.
8256 Both the Reply and Forward commands react to the full header mode toggle.
8257 If the full header mode is on, then all the header and delivery lines are
8258 included with the text of the message in your reply/forward.
8261 Other configuration features that affect the Reply command are
8262 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
8263 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
8264 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
8267 &lt;End of help on this topic&gt;
8268 </BODY>
8269 </HTML>
8270 ======= h_common_delete =======
8271 <HTML>
8272 <HEAD>
8273 <TITLE>Delete and Undelete Commands</TITLE>
8274 </HEAD>
8275 <BODY>
8276 <H1>Delete and Undelete Commands</H1>
8278 Delete 
8279 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
8280 and Undelete 
8281 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
8282 allow you to change the Deleted flag for the current message.
8283 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
8284 removes the mark.
8285 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
8286 at the left hand edge of the index line.
8287 When viewing a deleted message, the letters &quot;DEL&quot; will be present
8288 in the upper right hand corner of the screen.
8289 Delete simply <EM>marks</EM> a message Deleted, it does not actually
8290 get rid of the message.
8291 The eXpunge command (available from the MESSAGE INDEX screen) actually
8292 removes all of the deleted messages in a folder.
8293 Once a message is eXpunged, it can't be retrieved.
8296 The Delete command is affected by the setting of the configuration feature
8297 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
8300 &lt;End of help on this topic&gt;
8301 </BODY>
8302 </HTML>
8303 ======= h_common_postpone =======
8304 <HTML>
8305 <HEAD>
8306 <TITLE>Postpone Command</TITLE>
8307 </HEAD>
8308 <BODY>
8309 <H1>Postpone Command</H1>
8311 The postpone
8312 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
8313 command allows you to temporarily stop working on the current
8314 message so you may read
8315 other messages or compose another message.  When you want to resume a
8316 message later, start to compose and answer &quot;yes&quot; to the
8317 &quot;Continue postponed composition?&quot; question.  You may
8318 postpone as many messages as you like.
8321 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
8322 in the Setup/Config screen, then the Postpone command will prompt you for
8323 the folder in which to store your outgoing message.
8326 &lt;End of help on this topic&gt;
8327 </BODY>
8328 </HTML>
8329 ======= h_compose_cancel =======
8330 <HTML>
8331 <HEAD>
8332 <TITLE>Cancel Command</TITLE>
8333 </HEAD>
8334 <BODY>
8335 <H1>Cancel Command</H1>
8337 Cancel
8338 <!--chtml if pinemode="function_key"-->
8339 (F2)
8340 <!--chtml else-->
8341 (^C) 
8342 <!--chtml endif-->
8344 The Cancel command returns you to Alpine's normal mail processing and
8345 causes the message currently under composition to be thrown out.
8346 The message text <EM>will be lost</EM>.
8349 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
8350 will be preserved in the file named
8351 <!--chtml if pinemode="os_windows"-->
8352 &quot;DEADLETR&quot;.
8353 <!--chtml else-->
8354 &quot;dead.letter&quot; in your home directory.
8355 <!--chtml endif-->
8356 If you unintentionally cancel a message, look there for its text.
8359 &lt;End of help on this topic&gt;
8360 </BODY>
8361 </HTML>
8362 ======= h_compose_addrcomplete =======
8363 <HTML>
8364 <HEAD>
8365 <TITLE>Address Completion</TITLE>
8366 </HEAD>
8367 <BODY>
8368 <H1>Address Completion</H1>
8370 When entering addresses in the address fields of the composer (To, Cc, etc.)
8371 the TAB key may be used to help complete the address.
8372 Type a partial nickname and tap the TAB key to complete the typing.
8373 The unambiguous part of the name will be filled in automatically.
8374 Typing TAB twice in succession will bring up a selection list of possibilities,
8375 making it easy to find and choose the correct address.
8378 The matching algorithm is rather ad hoc.
8379 The search starts with a search of your address book.
8380 It counts as a match if the nickname, address, or fullname field of an
8381 entry begins with the text typed in so far. It is also a match if
8382 a later word in the fullname (for example, the middle name or last name)
8383 begins with the entered text.
8385 Next comes an LDAP search.
8386 The search will happen for any servers that have the
8387 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
8388 feature set. You can set or unset the feature for each server independently
8389 in the Setup/Directory screen.
8391 Finally, if you are replying to or forwarding a message, that message is
8392 searched for likely candidate addresses that match the typed-in text.
8395 &lt;End of help on this topic&gt;
8396 </BODY>
8397 </HTML>
8398 ======= h_compose_richhdr =======
8399 <HTML>
8400 <HEAD>
8401 <TITLE>Rich Header Command</TITLE>
8402 </HEAD>
8403 <BODY>
8404 <H1>Rich Header Command</H1>
8406 The Rich Header command allows you to toggle between the list of 
8407 all message headers available for editing and those that are most
8408 common.
8411 Use this toggle to expose headers that are not normally visible by
8412 default.
8413 This set usually includes the
8414 &quot;Bcc:&quot;,
8415 &quot;Fcc:&quot;,
8416 &quot;Lcc:&quot;,
8417 and &quot;Newsgroups&quot;
8418 headers.
8419 If you are posting to a newsgroup the set of defaults is a little different.
8420 Obviously, in that case, the Newsgroups header is of interest so is not
8421 hidden.
8422 For news posting the hidden set includes the
8423 &quot;To:&quot;,
8424 &quot;Cc:&quot;,
8425 &quot;Bcc:&quot;,
8426 &quot;Fcc:&quot;,
8427 and &quot;Lcc:&quot;
8428 headers.
8429 You won't normally want to edit these, which is why they are hidden,
8430 but it is sometimes useful to be able to set them manually.
8433 The default sets of headers listed above can be altered.
8434 Any header that you have added to the
8435 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
8436 option, but not to the
8437 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
8438 option will appear when you use the Rich Headers command to
8439 make the Rich Headers visible.
8440 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
8441 even without toggling the Rich Headers command.)
8444 &lt;End of help on this topic&gt;
8445 </BODY>
8446 </HTML>
8447 ======= h_compose_send =======
8448 <HTML>
8449 <HEAD>
8450 <TITLE>Send Command</TITLE>
8451 </HEAD>
8452 <BODY>
8453 <H1>Send Command</H1>
8455 The Send command
8456 <!--chtml if pinemode="function_key"-->
8457 (F3)
8458 <!--chtml else-->
8459 (^X) 
8460 <!--chtml endif-->
8461 tells Alpine you are finished composing.
8462 Before actually sending it, though, Alpine will ask you to confirm 
8463 your intention, and, at the same time, redisplayed the message text
8464 with the recipients at the top of the screen to give you the opportunity
8465 to review and verify that the message is addressed to the people
8466 you intended.
8468 If the feature
8469 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
8470 then this confirmation prompt and any options it allows are skipped.
8473 This confirmation prompt may also offer, depending
8474 on your particular Setup/Config, options allowing you to set
8475 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
8476 include attachments in the &quot;Fcc&quot; (if you had previously
8477 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
8478 observe details of the
8479 <A HREF="h_config_verbose_post">message submission process</A>,
8480 choose the filter through which the
8481 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
8482 or turn of flowed text generation.
8485 &lt;End of help on this topic&gt;
8486 </BODY>
8487 </HTML>
8488 ======= h_compose_markcutpaste =======
8489 <HTML>
8490 <HEAD>
8491 <TITLE>Mark, Cut and Paste Commands</TITLE>
8492 </HEAD>
8493 <BODY>
8494 <H1>Mark, Cut and Paste Commands</H1>
8496 You can define a &quot;block&quot; of text, which can subsequently
8497  be deleted or
8498 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
8499 then moving the cursor to the end of the desired text block.  You can then
8500 &quot;cut&quot; the block out 
8501 <!--chtml if pinemode="function_key"-->
8502 &quot;F9&quot;,
8503 <!--chtml else-->
8504 &quot;Ctrl-K&quot;,
8505 <!--chtml endif-->
8506 move the cursor, and &quot;paste&quot; it
8507 <!--chtml if pinemode="function_key"-->
8508 &quot;F10&quot;,
8509 <!--chtml else-->
8510 &quot;Ctrl-U&quot;,
8511 <!--chtml endif-->
8512 in the new location.  Also, you can paste more than once, allowing you
8513 to use this feature to copy a block of text.<P>
8515 If you press 
8516 <!--chtml if pinemode="function_key"-->
8517 &quot;F9&quot;
8518 <!--chtml else-->
8519 &quot;^K&quot;
8520 <!--chtml endif-->
8521 without having marked anything, Alpine will delete
8522 a single line.  If you delete a group of lines together, Alpine keeps them
8523 in the same buffer, so 
8524 <!--chtml if pinemode="function_key"-->
8526 <!--chtml else-->
8528 <!--chtml endif-->
8529 will restore them as a block.  About
8530 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
8531 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
8532 &quot;type the character ^&quot;.
8535 &lt;End of help on this topic&gt;
8536 </BODY>
8537 </HTML>
8538 ======= h_compose_justify =======
8539 <HTML>
8540 <HEAD>
8541 <TITLE>Justify Command</TITLE>
8542 </HEAD>
8543 <BODY>
8544 <H1>Justify Command</H1>
8546 The Justify
8547 <!--chtml if pinemode="function_key"-->
8548 (F4)
8549 <!--chtml else-->
8550 (^J) 
8551 <!--chtml endif-->
8552 command reformats the text in the paragraph the cursor is in.
8553 Paragraphs are separated by one blank line or a line beginning with a space.
8554 This is useful when you have been editing a paragraph and the lines become
8555 uneven.  The text is left aligned or justified and the right is ragged.  If
8556 the text is already justified as typed with auto-wrap, no justification will
8557 be done.
8560 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
8561 block of text, the Justify command is modified.
8562 Instead of automatically justifying the current paragraph you will be
8563 asked if you want to justify the paragraph, justify the selected region,
8564 or adjust the quote level of the selected region.
8565 Adjusting the quote level only works if you are using standard
8566 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
8567 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
8570 When composing a reply containing included text, the justify command
8571 will reformat text to the right of the 
8572 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
8573 adding or removing indented lines as needed.  Paragraphs are separated
8574 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
8575 line containing the indent string and one or more blank spaces.
8576 Included text that was previously indented (or &quot;quoted&quot;) is
8577 not preserved.
8580 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
8581 in 1999 and its wide-spread adoption since then, you will usually be better off if you
8582 use the standard
8583 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
8586 &lt;End of help on this topic&gt;
8587 </BODY>
8588 </HTML>
8589 ======= h_compose_spell =======
8590 <HTML>
8591 <HEAD>
8592 <TITLE>Spell Check Command</TITLE>
8593 </HEAD>
8594 <BODY>
8595 <H1>Spell Check Command</H1>
8597 The &quot;To Spell&quot;
8598 <!--chtml if pinemode="function_key"-->
8599 (F12)
8600 <!--chtml else-->
8601 (^T) 
8602 <!--chtml endif-->
8603 command calls an external spell checking program to look over the
8604 message you are composing.  By default, Alpine uses
8606 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
8608 if it knows where to find &quot;aspell&quot;.
8609 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
8610 then the command used is
8612 <CENTER><SAMP>ispell -l</SAMP></CENTER>
8614 Otherwise, the ancient &quot;spell&quot; command is used.
8616 For PC-Alpine, you must install the aspell library code that you
8617 may get from
8618 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
8621 &lt;End of help on this topic&gt;
8622 </BODY>
8623 </HTML>
8624 ======= h_compose_alted =======
8625 <HTML>
8626 <HEAD>
8627 <TITLE>Alt Editor Command</TITLE>
8628 </HEAD>
8629 <BODY>
8630 <H1>Alt Editor Command</H1>
8632 The &quot;Alt Editor&quot; command's availability depends on the
8633 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
8636 When the variable specifies a valid editor on your system, this
8637 command will launch it with the current text of your message
8638 already filled in.
8641 &lt;End of help on this topic&gt;
8642 </BODY>
8643 </HTML>
8644 ======= h_compose_readfile =======
8645 <HTML>
8646 <HEAD>
8647 <TITLE>Read File Command</TITLE>
8648 </HEAD>
8649 <BODY>
8650 <H1>Read File Command</H1>
8652 The &quot;Read File&quot;
8653 <!--chtml if pinemode="function_key"-->
8654 (F5)
8655 <!--chtml else-->
8656 (^R) 
8657 <!--chtml endif-->
8658 command allows you to copy in text from an existing file. You will be
8659 prompted for the name of a file to be inserted into the message.  The file
8660 name is relative to your home directory 
8661 <!--chtml if pinemode="running"-->
8662 (which, in the present configuration of your system, is
8663  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
8664 <!--chtml endif-->
8665 or current working directory
8666 <!--chtml if pinemode="running"-->
8667 (which, at least for your current Alpine &quot;session,&quot; 
8668 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8669 <!--chtml endif-->, depending on the
8670 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
8671 configuration setting; or, the file name must be specified as a full path name 
8672 <!--chtml if pinemode="os_windows"-->
8673 -- for example: &quot;A:&#92;PAPER.TXT&quot;
8674 <!--chtml else-->
8675 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
8676 <!--chtml endif-->
8677 (without the quotation marks).
8680 The file will be inserted where the cursor is located.  <B>The
8681 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
8682 Unix machine but have files on a PC or Mac, the files must be transferred
8683 to the system Alpine is running on before they can be read.  Please ask your
8684 local computer support people about the correct way to transfer a file to 
8685 your Alpine system.
8688 &lt;End of help on this topic&gt;
8689 </BODY>
8690 </HTML>
8691 ======= h_config_tray_icon =======
8692 <HTML>
8693 <HEAD>
8694 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
8695 </HEAD>
8696 <BODY>
8697 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
8699 PC-Alpine only.
8701 This option restores a behavior of previous versions of PC-Alpine.
8702 These
8703 versions, when started, installed a PC-Alpine icon in the notification 
8704 tray of Window's Taskbar.  The primary use of this icon was to indicate
8705 new mail arrival by turning red (while the Taskbar icon remained green).
8706 Additionally, the icon now changes to yellow to signify that a mail folder
8707 has been closed unexpectedly.
8710 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
8711 color its Taskbar entry's icon red (as well as the icon in the Window
8712 Title).  This feature is only provided for backwards compatibility.
8715 &lt;End of help on this topic&gt;
8716 </BODY>
8717 </HTML>
8718 ======= h_common_suspend =======
8719 <HTML>
8720 <HEAD>
8721 <TITLE>Suspend Command</TITLE>
8722 </HEAD>
8723 <BODY>
8724 <H1>Suspend Command</H1>
8726 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
8727 enabled, you can, at almost any time, temporarily halt your Alpine session,
8728 <!--chtml if pinemode="os_windows"-->
8729 minimizing it into an icon.
8730 <!--chtml else-->
8731 and return to your system prompt.
8732 <!--chtml endif-->
8735 &lt;End of help on this topic&gt;
8736 </BODY>
8737 </HTML>
8738 ======= h_pipe_command =======
8739 <HTML>
8740 <HEAD>
8741 <TITLE>Pipe Command SubOptions</TITLE>
8742 </HEAD>
8743 <BODY>
8744 <H1>Pipe Command SubOptions</H1>
8746 By default, when you use the Pipe command, the processed text of the
8747 message is sent to the Unix command
8748 you specify and the output is captured by Alpine and shown to you.
8749 (This command is available in PC-Alpine, as well, but there aren't many
8750 Windows commands that work well with piping.)
8751 There are some sub-commands that may be used to alter this behavior.
8752 These are toggles that switch the behavior between two possibilities.
8753 They can be combined in any way you wish.
8755 By default, the prompt at the bottom of the screen looks like
8757 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
8761 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
8763 if you are piping more than one message.
8765 The sub-command options are:
8766 <DL>
8767    <DT>Shown Text or Raw Text</DT>
8768    <DD>This option toggles between sending the shown (processed) text
8769 of the message to the Unix command, and sending the
8770 raw (unprocessed) text of the message to the Unix command.
8771 The default is to send the shown text.
8772 The raw version of the message will contain all of the headers and any
8773 MIME encoding that the message contains.
8774 If you've selected the Raw Text then the prompt will have the additional word
8775 &quot;RAW&quot; in it, like
8777 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
8779 You can experiment with this option by piping to something simple like the
8780 Unix &quot;cat&quot; command.
8781    </DD>
8782    <DT>Captured Output or Free Output</DT>
8783    <DD>This option toggles between having Alpine capture the output of
8784 the Unix pipe command for display, and not capturing it.
8785 If the command you are piping to is a filter that will produce output
8786 you want to view, then you want to capture that output
8787 for display (the default).
8788 If the Unix command doesn't produce output or handles the display itself,
8789 then you want free output.
8790 When you've selected the Free Output option the prompt will change to
8792 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
8794    </DD>
8795    <DT>No Delimiter or With Delimiter</DT>
8796    <DD>This option controls whether or not a Unix mailbox style delimiter
8797 will come before the text of the message.
8798 This is the delimiter used in the common Unix mailbox format.
8799 It's the single line that begins with the five characters
8800 &quot;From&quot; followed by a &lt;SPACE&gt; character.
8801 You'll usually only want to include this if the Unix command requires
8802 input in the format of a traditional Unix mailbox file.
8803 When you've selected the With Delimiter option the prompt will change to
8805 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
8807    </DD>
8808    <DT>To Same Pipe or To Individual Pipes</DT>
8809    <DD>This option only shows up if you are running an aggregate
8810 pipe command.
8811 That is, the command was Apply Pipe, not just Pipe.
8812 You have the option of piping all of the selected messages through a
8813 single pipe to a single instance of the Unix command,
8814 or piping each individual message through a separate pipe to separate
8815 instances of the Unix command.
8816 The default is that all of the output will go through a single pipe
8817 to a single instance of the command.
8818 You can try this option with a command like &quot;less&quot;, with Free
8819 Output enabled.
8820 When you've selected the Individual Pipes option the prompt will change to
8822 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
8824    </DD>
8825 </DL>
8828 As mentioned earlier, the options can be combined in any way you wish.
8829 You may leave them all off, turn them all on, or turn some of them on
8830 and some of them off.
8831 If you use the pipe command a second time in the same session the default
8832 options will be what you used the last time.
8835 &lt;End of help on this topic&gt;
8836 </BODY>
8837 </HTML>
8838 ========== h_emptydir_subfolder_name =========
8839 <HTML>
8840 <HEAD>
8841 <TITLE>ENTER SUBFOLDER NAME</TITLE>
8842 </HEAD>
8843 <BODY>
8844 <H1>Enter Subfolder Name</H1>
8846 <P> 
8847 This is the name of a new subfolder in the directory you are creating.
8848 Because empty directories are hidden and therefore not useful, you must also
8849 create a subfolder in the directory you are creating in order that the
8850 directory remains visible.
8852 Alternatively, you may turn off the configuration feature
8853 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
8854 so that empty directories remain visible.
8855 If you do that, you will not be required to create the subfolder when you
8856 create a directory.
8859 &lt;End of help on this topic&gt;
8860 </BODY>
8861 </HTML>
8862 ========== h_incoming_add_folder_name =========
8863 <HTML>
8864 <HEAD>
8865 <TITLE>ENTER FOLDER NAME</TITLE>
8866 </HEAD>
8867 <BODY>
8868 <H1>Enter Folder Name</H1>
8870 <P> 
8871 This is the name of the folder on the previously specified server.
8872 By default the folder name is interpreted as defining a section of your personal
8873 folder area.  This area and how you specify it are defined by the
8874 server, if one is specified.
8877 To define a folder outside the default area, prefix
8878 the path with the namespace to use when interpreting the
8879 given path.  If a namespace is specified, the folder name begins with the
8880 sharp (#) character followed by the name of the namespace
8881 and then the namespace's path-element-delimiter.  Aside from the
8882 name's format, namespaces can also imply access rights, content
8883 policy, audience, location, and, occasionally, access methods.
8886 Each server exports its own set (possibly of size one) of 
8887 namespaces.
8888 For a more detailed explanation read about
8889 <A HREF="h_folder_name_namespaces">Namespaces</A>.
8892 To specify the default for INBOX on the server you can usually just enter
8893 &quot;INBOX&quot;, and the server will understand the special meaning of
8894 that word.
8897 &lt;End of help on this topic&gt;
8898 </BODY>
8899 </HTML>
8900 ========== h_incoming_add_folder_host =========
8901 <HTML>
8902 <HEAD>
8903 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
8904 </HEAD>
8905 <BODY>
8906 <H1>Enter Incoming Folder Server</H1>
8908 You are being asked for the name of the server for use with this incoming
8909 folder.
8910 If the folder is on the machine where Alpine is running, then just enter
8911 RETURN without typing a server name.
8914 If the folder is on an IMAP server then type the server's name followed
8915 by RETURN.
8916 You may use the ^X command if the server is the same as the server that
8917 the INBOX is on.
8920 You may have to add optional extra information to the server name.
8921 For example, if the IMAP server is using a non-standard port number you
8922 would specify that by appending a colon (:) followed by the port number
8923 to the server name
8926 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8929 or you may need to specify a different protocol if the server is not an
8930 IMAP server. For example:
8933 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8936 for a POP server or
8939 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8942 for an NNTP news server.
8943 For an explanation of all of the possibilities, see
8944 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8945 for folders.
8948 There is a special command (^W) if you want to set up a folder that gets its
8949 mail from a
8950 <A HREF="h_maildrop">Mail Drop</A>.
8951 If you type that command, you will be prompted for the information for
8952 both the Mail Drop folder and the destination folder.
8955 &lt;End of help on this topic&gt;
8956 </BODY>
8957 </HTML>
8958 ========== h_incoming_add_inbox =========
8959 <HTML>
8960 <HEAD>
8961 <TITLE>ENTER INBOX SERVER</TITLE>
8962 </HEAD>
8963 <BODY>
8964 <H1>Enter INBOX Server</H1>
8966 You are being asked for the name of the server for use with
8967 the INBOX folder.
8968 Type the server's name followed by RETURN.
8971 You may have to add optional extra information to the server name.
8972 For example, if the server is using a non-standard port number you
8973 would specify that by appending a colon (:) followed by the port number
8974 to the server name
8977 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8980 or you may need to specify a different protocol if the server is not an
8981 IMAP server. For example:
8984 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8987 for a POP server.
8990 For an explanation of all of the possibilities, see
8991 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8992 for folders.
8995 If the INBOX folder is on the machine where Alpine is running, then just enter
8996 RETURN without typing a server name.
8999 There is a special command (^W) if you want to set up a folder that gets its
9000 mail from a
9001 <A HREF="h_maildrop">Mail Drop</A>.
9002 If you type that command, you will be prompted for the information for
9003 both the Mail Drop folder and the destination folder, which will be used
9004 as your INBOX folder.
9007 &lt;End of help on this topic&gt;
9008 </BODY>
9009 </HTML>
9010 ========== h_incoming_add_maildrop_destn =========
9011 <HTML>
9012 <HEAD>
9013 <TITLE>ENTER DESTINATION SERVER</TITLE>
9014 </HEAD>
9015 <BODY>
9016 <H1>Enter Destination Server</H1>
9018 You are being asked for the name of the server where the destination
9019 folder is for use with this Mail Drop incoming folder.
9020 That is, you are using a Mail Drop for this incoming folder and
9021 you've already entered
9022 the server and folder name for the Mail Drop.
9023 Now you need to enter the server for the destination folder
9024 where the mail should be copied to.
9025 Mail will come from the Mail Drop and be copied to the destination folder.
9028 Type the server's name followed by RETURN.
9029 If the folder is local to this computer, just type RETURN without entering
9030 a server name.
9033 You may have to add optional extra information to the server name.
9034 For example, if the server is using a non-standard port number you
9035 would specify that by appending a colon (:) followed by the port number
9036 to the server name
9039 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
9042 For an explanation of all of the possibilities, see
9043 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9044 for folders.
9047 &lt;End of help on this topic&gt;
9048 </BODY>
9049 </HTML>
9050 ========== h_inbox_add_maildrop_destn =========
9051 <HTML>
9052 <HEAD>
9053 <TITLE>ENTER DESTINATION SERVER</TITLE>
9054 </HEAD>
9055 <BODY>
9056 <H1>Enter Destination Server</H1>
9058 You are being asked for the name of the server where the destination
9059 folder is for use with your Mail Drop INBOX.
9060 That is, you are using a Mail Drop for your INBOX and you've already entered
9061 the server and folder name for the Mail Drop.
9062 Now you need to enter the server for the destination folder
9063 where the mail should be copied to.
9064 Mail will come from the Mail Drop and be copied to the destination folder.
9067 Type the server's name followed by RETURN.
9068 If the folder is local to this computer, just type RETURN without entering
9069 a server name.
9072 You may have to add optional extra information to the server name.
9073 For example, if the server is using a non-standard port number you
9074 would specify that by appending a colon (:) followed by the port number
9075 to the server name
9078 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
9081 For an explanation of all of the possibilities, see
9082 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9083 for folders.
9086 &lt;End of help on this topic&gt;
9087 </BODY>
9088 </HTML>
9089 ========== h_inbox_add_maildrop =========
9090 <HTML>
9091 <HEAD>
9092 <TITLE>ENTER MAILDROP SERVER</TITLE>
9093 </HEAD>
9094 <BODY>
9095 <H1>Enter Mail Drop Server</H1>
9097 You are being asked for the name of the Mail Drop server for use with
9098 your INBOX.
9101 Type the server's name followed by RETURN.
9104 You may have to add optional extra information to the server name.
9105 For example, if the server is using a non-standard port number you
9106 would specify that by appending a colon (:) followed by the port number
9107 to the server name
9110 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
9113 or you may need to specify a different protocol if the server is not an
9114 IMAP server. For example:
9117 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
9120 for a POP server or
9123 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
9126 for an NNTP news server.
9127 For an explanation of all of the possibilities, see
9128 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9129 for folders.
9132 &lt;End of help on this topic&gt;
9133 </BODY>
9134 </HTML>
9135 ========== h_incoming_add_maildrop =========
9136 <HTML>
9137 <HEAD>
9138 <TITLE>ENTER MAILDROP SERVER</TITLE>
9139 </HEAD>
9140 <BODY>
9141 <H1>Enter Mail Drop Server</H1>
9143 You are being asked for the name of the Mail Drop server for use with
9144 this incoming folder.
9147 Type the server's name followed by RETURN.
9148 You may use the ^X command if the server is the same as the server that
9149 the INBOX is on.
9152 You may have to add optional extra information to the server name.
9153 For example, if the server is using a non-standard port number you
9154 would specify that by appending a colon (:) followed by the port number
9155 to the server name
9158 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
9161 or you may need to specify a different protocol if the server is not an
9162 IMAP server. For example:
9165 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
9168 for a POP server or
9171 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
9174 for an NNTP news server.
9175 For an explanation of all of the possibilities, see
9176 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9177 for folders.
9180 If the Mail Drop folder is on the machine where Alpine is running, then just enter
9181 RETURN without typing a server name.
9184 &lt;End of help on this topic&gt;
9185 </BODY>
9186 </HTML>
9187 ========== h_maildrop =========
9188 <HTML>
9189 <HEAD>
9190 <TITLE>WHAT IS A MAIL DROP?</TITLE>
9191 </HEAD>
9192 <BODY>
9193 <H1>What is a Mail Drop?</H1>
9195 In some situaions it may make sense to have your mail delivered to one
9196 folder (the Mail Drop) and then when you want to read mail that has been
9197 delivered to the Mail Drop folder Alpine will move it to another
9198 destination folder.
9199 Often the Mail Drop will be a remote folder and messages will be moved from
9200 there to a local destination folder.
9203 One example where this might make sense is if the Mail Drop folder is accessible
9204 only with the POP protocol.
9205 You could designate your POP inbox as the Mail Drop folder and have Alpine move
9206 mail from there to a local (on the same machine Alpine is running on)
9207 destination folder, where you'll read it.
9210 A Mail Drop may only be used as your Inbox or as an
9211 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
9214 There is no attempt to synchronize the contents of the destination folder
9215 with the contents of the Mail Drop folder.
9216 All that happens is that all of the messages in the Mail Drop folder are
9217 copied to the destination folder and then they are deleted and expunged (if possible)
9218 from the Mail Drop folder.
9219 The next time a check for new mail is made, any messages in the Mail 
9220 Drop folder are once again copied to the destination folder and deleted
9221 and expunged from the Mail Drop folder.
9222 (If the Mail Drop folder is a news group, then the messages can't be
9223 expunged from the newsgroup. Instead, only Recent messages are copied from
9224 the newsgroup to the destination folder.)
9227 Configuration of a Mail Drop is a little different from configuration of
9228 a folder that does not use a Mail Drop because you have to specify two
9229 folder names instead of one.
9230 The two folders may be any types of folders that Alpine can normally use.
9231 They don't have to be a remote folder and a local folder, that is
9232 simply the most common usage.
9233 When you use a Mail Drop folder Alpine will periodically re-open the Mail
9234 Drop to check for new mail.
9235 The new-mail checks will happen at the frequency set with the
9236 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
9237 but with a minimum time
9238 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
9239 between checks.
9240 Because of this minimum you may notice that new mail does not
9241 appear promptly when you expect it.
9242 The reason for this is to protect the server from over-zealous opening and
9243 closing of the Mail Drop folder.
9244 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
9245 the end of the folder index, then the check will happen, regardless of how
9246 long it has been since the previous check.
9248 If there is new mail, that mail will be copied to the destination folder
9249 and then will be deleted from the Mail Drop.
9250 Note that using a Mail Drop with a local destination folder does not make
9251 sense if you read mail from more than one machine, because the mail is
9252 downloaded to the destination folder (which is accessible from only one
9253 machine) and deleted from the Mail Drop.
9255 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
9258 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
9261 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
9263 The brackets are not literal.
9265 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
9267 is a single character that does not appear in the MailDropFolder name.
9268 If the name doesn't contain spaces then it can be a space character.
9269 The two folder names are full technical
9270 <A HREF="h_valid_folder_names">folder names</A>
9271 as used by Alpine.
9272 Here are a couple examples to give you an idea what is being talked about:
9275 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
9277 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
9280 A #move folder may only be used as an
9281 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
9282 an Inbox.
9283 When you are in the FOLDER LIST of Incoming Message Folders (after turning
9284 on the
9285 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
9286 option)
9287 the Add command has a subcommand &quot;Use Mail Drop&quot;
9288 which may be helpful for defining the folder in your Alpine configuration.
9289 The same is true when you edit the
9290 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
9291 option in Setup/Config.
9292 Each of these configuration methods will also create the DestinationFolder
9293 if it doesn't already exist.
9294 If you are having problems, make sure the DestinationFolder exists.
9297 &lt;End of help on this topic&gt;
9298 </BODY>
9299 </HTML>
9300 ========== h_save =========
9301 <HTML>
9302 <HEAD>
9303 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
9304 </HEAD>
9305 <BODY>
9306 <H1>Choose a Folder to Save Into</H1>
9308 After Exiting from this help text,
9309 type the name of the folder you want to save into and press RETURN.
9311 Press ^T to get a list of your folders to choose from.
9312 Press ^C to cancel the Save.
9314 If you have Folder Collections defined you may use
9315 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
9316 the collection being saved to.
9318 If Tab Completion is enabled (it is enabled by default)
9319 you may type a Tab character to have Alpine complete the folder name for you.
9321 If Partial Match Lists is enabled (it is enabled by default) you may type
9322 Ctrl-X to get a list of matches to the prefix you've typed in so far.
9324 If the Ctrl-R subcommand is present that means you can decide to Delete or
9325 not Delete the message you are saving after you save it.
9326 The label on that key gives the action to switch to.
9327 If it says Delete and you type Ctrl-R the label displayed will change to
9328 No Delete and the source message will be deleted after the save. If it
9329 says No Delete and you type Ctrl-R the label displayed will change to
9330 Delete and the message will not be deleted.
9331 You can control the default for the Delete parameter with the
9332 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
9334 Similarly, if the Ctrl-W subcommand is present that means you can decide
9335 to Preserve the order of the messages being saved or not.
9336 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
9337 will be in the same order as you see them in the source folder now.
9338 The opposite action (which is usually the default) is that you don't care
9339 about the order.
9340 The Saved messages may or may not be in the same order in the destination folder.
9341 There may be a performance penalty for choosing to save the messages in order.
9342 You can control the default for the Preserve Order parameter with the
9343 configuration feature
9344 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
9347 If you haven't disabled the Save Input History and you've already done a
9348 Save earlier in this session then you may use the Up and Down arrows to retrieve
9349 a folder name used in a previous Save.
9352 &lt;End of help on this topic&gt;
9353 </BODY>
9354 </HTML>
9355 ============= h_simple_index ========================
9356 <HTML>
9357 <HEAD>
9358 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
9359 </HEAD>
9360 <BODY>
9361 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
9362 <!--chtml if pinemode="function_key"-->
9363 <PRE>
9364 Navigating the List of Messages               General Alpine Commands
9365 -------------------------------               -----------------------
9366  F5   Move to previous message                 F1   Show this help text
9367  F6   Move to next message
9368  F7   Show previous screen of messages
9369  F8   Show next screen of messages
9371 Message Selection Commands
9372 --------------------------
9373  F3   Exit the Message Select menu (canceling Send command)
9374  F4   Select the currently highlighted message
9375  F9   Mark the currently highlighted message as deleted
9376  F10  Undelete (remove deletion mark from) the highlighted message
9377 </PRE>
9378 <!--chtml else-->
9379 <PRE>
9380 Navigating the List of Messages               General Alpine Commands
9381 -------------------------------               -----------------------
9382   P  Move to previous message                  ?  Show this help text
9383   N  Move to next message
9384   -  Show previous screen of messages
9385  Spc (space bar) Show next screen of messages
9387 Message Selection Commands
9388 --------------------------
9389   E  Exit the Message Select menu (canceling Send command)
9390   S  Select the currently highlighted message
9391   D  Mark the currently highlighted message as deleted
9392   U  Undelete (remove deletion mark from) the highlighted message
9393 </PRE>
9394 <!--chtml endif-->
9396 <H2>Description of the Select Postponed Message Screen</H2>
9398 This screen allows you to select one of several previously postponed
9399 messages in order to continue composition.  Your options are very limited
9400 -- the screen is not meant to let you manipulate these messages.  However,
9401 you may now delete messages from this list.  Once you choose a message,
9402 Alpine reads it in and puts you into the regular message composer.
9405 Messages do not stay in this postponed state automatically.  If you select
9406 a message and then want to postpone it again, use the normal postpone
9407 (Ctrl-O) command in the composer.
9410 If you exit this screen without selecting a message, the Compose command
9411 that got you here is canceled.  Other than messages explicitly marked
9412 &quot;Deleted&quot;, no messages will be removed.
9415 &lt;End of help on this topic&gt;
9416 </BODY>
9417 </HTML>
9418 ============= h_collection_screen ========================
9419 <HTML>
9420 <HEAD>
9421 <TITLE>COLLECTION LIST screen</TITLE>
9422 </HEAD>
9423 <BODY>
9424 <H1>COLLECTION LIST screen</H1>
9426 The COLLECTION LIST screen is used to select one of your  
9427 collection definitions to display the folders they contain.  See
9428 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
9429 detailed explanation of collections.<P>
9431 To manage your collection definitions (Add, Change, Delete, etc.), use
9432 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
9433 MAIN MENU.
9436 &lt;End of help on this topic&gt;
9437 </BODY>
9438 </HTML>
9439 ============= h_collection_maint ========================
9440 <HTML>
9441 <HEAD>
9442 <TITLE>SETUP COLLECTION LIST screen</TITLE>
9443 </HEAD>
9444 <BODY>
9445 <H1>SETUP COLLECTION LIST screen</H1>
9447 The SETUP COLLECTION LIST screen lets you manage your collection
9448 definitions.  See 
9449 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
9450 for detailed explanation of collections.<P>
9452 Maintenance commands include:
9453 <DL>
9454 <DT>Change
9455 <!--chtml if pinemode="function_key"-->
9456 (F4)
9457 <!--chtml else-->
9459 <!--chtml endif-->
9460 </DT>
9462 <DD>Modify attributes of the selected collection definition.
9464 <DT>Add Cltn
9465 <!--chtml if pinemode="function_key"-->
9466 (F9)
9467 <!--chtml else-->
9469 <!--chtml endif-->
9470 </DT>
9472 <DD>Create a new collection definition.
9473 </DD>
9475 <DT>Del Cltn
9476 <!--chtml if pinemode="function_key"-->
9477 (F10)
9478 <!--chtml else-->
9480 <!--chtml endif-->
9481 </DT>
9483 <DD>Delete the selected collection definition.<BR>
9484 NOTE: The folders and directories referred to by the
9485 collection definition are <EM>NOT</EM> deleted.  Folders must
9486 be deleted, if that's what you wish to do, from the 
9487 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
9488 individual folders in a collection.
9489 </DD>
9491 <DT>Shuffle
9492 <!--chtml if pinemode="function_key"-->
9493 (F11)
9494 <!--chtml else-->
9496 <!--chtml endif-->
9497 </DT>
9499 <DD>Change the order of the displayed collections.  Alpine will offer
9500 to move the currently selected collection one position UP
9501 or DOWN.
9502 </DD>
9503 </DL>
9506 &lt;End of help on this topic&gt;
9507 </BODY>
9508 </HTML>
9509 ============ h_what_are_collections ==========
9510 <HTML>
9511 <HEAD>
9512 <TITLE>Folder Collections Explained</TITLE>
9513 </HEAD>
9514 <BODY>
9515 <H1>Folder Collections Explained</H1>
9518 Those of you with simple mail configurations will just see a list of all the
9519 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
9520 The special folders for INBOX, sent mail and saved messages
9521 will appear at the top of the list.  All others are in alphabetical order.
9523 If you
9524 or your system administrator have defined more than one collection or if
9525 you have a collection (for newsgroups or email folders) defined on your 
9526 system, then you will see the COLLECTION LIST screen first when choosing 
9527 FOLDER LIST from Alpine's MAIN MENU.
9529 <H2>Why have multiple folder collections?</H2>
9531 For Alpine users who only maintain email folders (and not too many) on one host, 
9532 a single folder collection is probably sufficient.<P>
9534 However, people who have more than one email account - for example, one 
9535 at their university, and one with their personal Internet Service Provider - 
9536 will have different sets of folders on different hosts, and they may want to
9537 access them all from the same installation of Alpine, rather than use different 
9538 software and/or log into other hosts to manipulate messages in different 
9539 accounts.  (If in doubt whether one of your email accounts can be accessed 
9540 with Alpine, contact the technical support people for that account.)  Even people
9541 who have only one email account on one host, but have dozens or
9542 hundreds of email folders, may want to arrange these folders together in a 
9543 meaningful way.<BR>
9544 That is where multiple collections come in.
9546 <H2>Types of Collections</H2>
9547 <DL>
9548 <DT>INCOMING FOLDERS</DT>
9549 <DD>&quot;Incoming Message Folders&quot; 
9550 is a special collection typically used to supplement your single INBOX.  
9551 All the folders here are meant to be ones that receive incoming messages, 
9552 which you intend to check more or less frequently.  
9553 You may have multiple folders like this because you or your systems 
9554 administrator have set up an external program or you may have set up
9555 Alpine to filter incoming 
9556 messages into different folders, based on certain criteria such as 
9557 sender, recipient, or subject; or because you have multiple accounts and 
9558 wish to check their INBOXes easily.  This collection is established by 
9559 setting the 
9560 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
9561 feature in the SETUP CONFIGURATION screen, which is accessed from the 
9562 MAIN MENU.
9563 </DD>
9565 <DT>NEWS</DT>
9566 <DD>You can also define a collection specifically for
9567 newsgroups.  Alpine does this for you implicitly when you 
9568 <A HREF="h_config_nntp_server">define an NNTP Server</A>
9569 in your Alpine configuration.  The news collection appears last in the 
9570 COLLECTION LIST (though you can shuffle it up in the order of presentation),
9571 and Alpine knows not to save messages there.
9572 </DD>
9574 <DT>DEFAULT COLLECTION</DT>
9575 <DD>This is the default collection for your saved and sent messages folders.
9576 </DD>
9577 </DL>
9581 <H2>Defining Collections</H2>
9583 In the absence of any folder-collection definitions, Alpine will assume a
9584 single default folder collection.
9585 <!--chtml if pinemode="os_windows"-->
9586 <!--chtml else-->
9587 If necessary, Alpine will create the directory
9588 &quot;mail&quot; in your Unix home directory 
9589 to hold your folders.
9590 <!--chtml endif-->
9592 You can use the 
9593 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
9594 the MAIN MENU, to manage your collection list.  
9596 &lt;End of help on this topic&gt;
9597 </BODY>
9598 </HTML>
9599 ===== h_select_address_screen =====
9600 <HTML>
9601 <HEAD>
9602 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
9603 </HEAD>
9604 <BODY>
9605 <H1>SELECT AN ADDRESS SCREEN</H1>
9606 <H2>COMMANDS</H2>
9607 <!--chtml if pinemode="function_key"-->
9608 <PRE>
9609 Available  Commands                        
9610 -------------------------------            
9611 F1  Show Help Text
9612 F3  Exit without selecting anything
9613 F4  Select the highlighted address
9614 F5  Move highlight to previous address
9615 F6  Move highlight to next address
9616 F7  Previous page of addresses
9617 F8  Next page of addresses
9618 F11 Print
9619 F12 WhereIs
9620 </PRE>
9621 <!--chtml else-->
9622 <PRE>
9623 Navigation                     General Alpine Commands
9624 -------------------------      -----------------------
9625  P  Prev Address                ?  Display this help text
9626  N  Next Address                E  Exit without selecting anything
9627  -  Previous page               %  Print
9628 Spc (space bar) Next page
9629  W  WhereIs
9631 Select Command
9632 ------------------------------------------------
9633  S  Select the highlighted address
9634 </PRE>
9635 <!--chtml endif-->
9637 <H2>Description of the Select Address Screen</H2>
9639 This screen gives you an easy way to select an address from all of
9640 the address book entries that match the prefix typed so far.
9642 <P><UL>
9643 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9644 </UL>
9646 &lt;End of help on this topic&gt;
9647 </BODY>
9648 </HTML>
9649 ===== h_select_rule_screen =====
9650 <HTML>
9651 <HEAD>
9652 <TITLE>SELECT A RULE SCREEN</TITLE>
9653 </HEAD>
9654 <BODY>
9655 <H1>SELECT A RULE SCREEN</H1>
9656 <H2>COMMANDS</H2>
9657 <!--chtml if pinemode="function_key"-->
9658 <PRE>
9659 Available  Commands                        
9660 -------------------------------            
9661 F1  Show Help Text
9662 F3  Exit without selecting anything
9663 F4  Select the highlighted rule
9664 F5  Move highlight to previous rule
9665 F6  Move highlight to next rule
9666 F7  Previous page of rules
9667 F8  Next page of rules
9668 F11 Print
9669 F12 WhereIs
9670 </PRE>
9671 <!--chtml else-->
9672 <PRE>
9673 Navigation                     General Alpine Commands
9674 -------------------------      -----------------------
9675  P  Prev Rule                   ?  Display this help text
9676  N  Next Rule                   E  Exit without selecting anything
9677  -  Previous page               %  Print
9678 Spc (space bar) Next page
9679  W  WhereIs
9681 Select Command
9682 ------------------------------------------------
9683  S  Select the highlighted rule
9684 </PRE>
9685 <!--chtml endif-->
9687 <H2>Description of the Select Rule Screen</H2>
9689 This screen just gives you an easy way to select a rule from all of your
9690 defined rules.
9691 The list of rules presented is the list of nicknames of all of the rules
9692 defined using Setup/Rules.
9693 For selecting messages, it is likely that the Indexcolor rules and possibly
9694 the Roles rules will be most useful.
9695 The others are there also, in case you find a use for them.
9697 In order for this to be useful for selecting messages, the nicknames of
9698 the rules have to be different.
9699 Alpine actually just gets the nickname of the rule that you select and then
9700 looks up that rule using the nickname.
9701 So if there are duplicate nicknames, the first rule that has that
9702 nickname will be used.
9704 <P><UL>
9705 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9706 </UL>
9708 &lt;End of help on this topic&gt;
9709 </BODY>
9710 </HTML>
9711 ===== h_select_priority_screen =====
9712 <HTML>
9713 <HEAD>
9714 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
9715 </HEAD>
9716 <BODY>
9717 <H1>SELECT A PRIORITY SCREEN</H1>
9718 <H2>COMMANDS</H2>
9719 <!--chtml if pinemode="function_key"-->
9720 <PRE>
9721 Available  Commands                        
9722 -------------------------------            
9723 F1  Show Help Text
9724 F3  Exit without selecting anything
9725 F4  Select the highlighted priority
9726 F5  Move highlight to previous priority
9727 F6  Move highlight to next priority
9728 F7  Previous page of priorities
9729 F8  Next page of priorities
9730 F11 Print
9731 F12 WhereIs
9732 </PRE>
9733 <!--chtml else-->
9734 <PRE>
9735 Navigation                     General Alpine Commands
9736 -------------------------      -----------------------
9737  P  Prev Priority               ?  Display this help text
9738  N  Next Priority               E  Exit without selecting anything
9739  -  Previous page               %  Print
9740 Spc (space bar) Next page
9741  W  WhereIs
9743 Select Command
9744 ------------------------------------------------
9745  S  Select the highlighted priority
9746 </PRE>
9747 <!--chtml endif-->
9749 <H2>Description of the Select Priority Screen</H2>
9751 This screen gives you a way to select a priority for the message you are sending.
9752 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
9753 Some mail programs will display an indication of the priority level to
9754 the recipient of the message, some will ignore it.
9755 Even in cases where the mail programs of both the sender and the recipient
9756 agree on the meaning of this header, keep in mind that it is
9757 something that the sender sets so it is only an indication
9758 of the priority that the sender attaches to the mail.
9759 Alpine can be made to display an indication of this priority in incoming
9760 messages by use of one of the tokens
9761 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
9762 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
9763 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
9765 <P><UL>
9766 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9767 </UL>
9769 &lt;End of help on this topic&gt;
9770 </BODY>
9771 </HTML>
9772 ===== h_select_keyword_screen =====
9773 <HTML>
9774 <HEAD>
9775 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
9776 </HEAD>
9777 <BODY>
9778 <H1>SELECT A KEYWORD SCREEN</H1>
9779 <H2>COMMANDS</H2>
9780 <!--chtml if pinemode="function_key"-->
9781 <PRE>
9782 Available  Commands                        
9783 -------------------------------            
9784 F1  Show Help Text
9785 F3  Exit without selecting anything
9786 F4  Select the highlighted keyword
9787 F5  Move highlight to previous keyword
9788 F6  Move highlight to next keyword
9789 F7  Previous page of keywords
9790 F8  Next page of keywords
9791 F11 Print
9792 F12 WhereIs
9793 </PRE>
9794 <!--chtml else-->
9795 <PRE>
9796 Navigation                     General Alpine Commands
9797 -------------------------      -----------------------
9798  P  Prev Keyword                ?  Display this help text
9799  N  Next Keyword                E  Exit without selecting anything
9800  -  Previous page               %  Print
9801 Spc (space bar) Next page
9802  W  WhereIs
9804 Select Command
9805 ------------------------------------------------
9806  S  Select the highlighted keyword
9807 </PRE>
9808 <!--chtml endif-->
9810 <H2>Description of the Select Keyword Screen</H2>
9812 This screen just gives you an easy way to select a keyword.
9813 The list of keywords presented is the list of all keywords defined in your 
9814 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
9815 If you have given a keyword a nickname, that nickname is displayed
9816 instead of the actual keyword.
9818 <P><UL>
9819 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9820 </UL>
9822 &lt;End of help on this topic&gt;
9823 </BODY>
9824 </HTML>
9825 ===== h_select_charset_screen =====
9826 <HTML>
9827 <HEAD>
9828 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
9829 </HEAD>
9830 <BODY>
9831 <H1>SELECT A CHARACTER SET SCREEN</H1>
9832 <H2>COMMANDS</H2>
9833 <!--chtml if pinemode="function_key"-->
9834 <PRE>
9835 Available  Commands                        
9836 -------------------------------            
9837 F1  Show Help Text
9838 F3  Exit without selecting anything
9839 F4  Select the highlighted character set
9840 F5  Move highlight to previous character set
9841 F6  Move highlight to next character set
9842 F7  Previous page of character sets
9843 F8  Next page of character sets
9844 F11 Print
9845 F12 WhereIs
9846 </PRE>
9847 <!--chtml else-->
9848 <PRE>
9849 Navigation                     General Alpine Commands
9850 -------------------------      -----------------------
9851  P  Prev Character Set          ?  Display this help text
9852  N  Next Character Set          E  Exit without selecting anything
9853  -  Previous page               %  Print
9854 Spc (space bar) Next page
9855  W  WhereIs
9857 Select Command
9858 ------------------------------------------------
9859  S  Select the highlighted character set
9860 </PRE>
9861 <!--chtml endif-->
9863 <H2>Description of the Select A Character Set Screen</H2>
9865 This screen just gives you an easy way to select a character set from the
9866 set of character sets Alpine knows about.
9867 The list presented will vary slightly depending on what option you are
9868 selecting the character set for.
9870 <P><UL>
9871 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9872 </UL>
9874 &lt;End of help on this topic&gt;
9875 </BODY>
9876 </HTML>
9877 ===== h_select_multcharsets_screen =====
9878 <HTML>
9879 <HEAD>
9880 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
9881 </HEAD>
9882 <BODY>
9883 <H1>SELECT CHARACTER SETS SCREEN</H1>
9884 <H2>COMMANDS</H2>
9885 <!--chtml if pinemode="function_key"-->
9886 <PRE>
9887 Available  Commands
9888 -------------------------------            
9889 F1  Show Help Text
9890 F3  Exit without selecting anything
9891 F4  Select the highlighted charset (or chosen charsets in ListMode)
9892 F5  Move highlight to previous charset
9893 F6  Move highlight to next charset
9894 F7  Previous page of charsets
9895 F8  Next page of charsets
9896 F9  Toggle choices when using ListMode
9897 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
9898 F11 Print
9899 F12 WhereIs
9900 </PRE>
9901 <!--chtml else-->
9902 <PRE>
9903 Navigation                     General Alpine Commands
9904 -------------------------      -----------------------
9905  P  Prev Charset                ?  Display this help text
9906  N  Next Charset                E  Exit without selecting anything
9907  -  Previous page               %  Print
9908 Spc (space bar) Next page
9909  W  WhereIs
9911 Select Command
9912 ------------------------------------------------
9913  S  Select the highlighted charset (or chosen charsets in ListMode)
9914  L  Turn on ListMode (makes it easy to choose multiple charsets)
9915  1  Turn off ListMode
9916  X  Toggle choices when using ListMode
9917 </PRE>
9918 <!--chtml endif-->
9920 <H2>Description of the Select Character Set Screen</H2>
9922 This screen just gives you an easy way to select a character set or a list of
9923 character sets.
9924 The list of character sets presented is the list of all character sets known to
9925 Alpine.
9926 You may select other character sets by typing them in directly.
9928 <P><UL>
9929 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9930 </UL>
9932 &lt;End of help on this topic&gt;
9933 </BODY>
9934 </HTML>
9935 ===== h_select_multkeyword_screen =====
9936 <HTML>
9937 <HEAD>
9938 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
9939 </HEAD>
9940 <BODY>
9941 <H1>SELECT KEYWORDS SCREEN</H1>
9942 <H2>COMMANDS</H2>
9943 <!--chtml if pinemode="function_key"-->
9944 <PRE>
9945 Available  Commands
9946 -------------------------------            
9947 F1  Show Help Text
9948 F3  Exit without selecting anything
9949 F4  Select the highlighted keyword (or chosen keywords in ListMode)
9950 F5  Move highlight to previous keyword
9951 F6  Move highlight to next keyword
9952 F7  Previous page of keywords
9953 F8  Next page of keywords
9954 F9  Toggle choices when using ListMode
9955 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
9956 F11 Print
9957 F12 WhereIs
9958 </PRE>
9959 <!--chtml else-->
9960 <PRE>
9961 Navigation                     General Alpine Commands
9962 -------------------------      -----------------------
9963  P  Prev Keyword                ?  Display this help text
9964  N  Next Keyword                E  Exit without selecting anything
9965  -  Previous page               %  Print
9966 Spc (space bar) Next page
9967  W  WhereIs
9969 Select Command
9970 ------------------------------------------------
9971  S  Select the highlighted keyword (or chosen keywords in ListMode)
9972  L  Turn on ListMode (makes it easy to choose multiple keywords)
9973  1  Turn off ListMode
9974  X  Toggle choices when using ListMode
9975 </PRE>
9976 <!--chtml endif-->
9978 <H2>Description of the Select Keyword Screen</H2>
9980 This screen just gives you an easy way to select a keyword or a list of
9981 keywords.
9982 The list of keywords presented is the list of all keywords defined in your 
9983 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
9984 If you have given a keyword a nickname, that nickname is displayed
9985 instead of the actual keyword.
9987 <P><UL>
9988 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9989 </UL>
9991 &lt;End of help on this topic&gt;
9992 </BODY>
9993 </HTML>
9994 ===== h_select_incoming_to_monitor =====
9995 <HTML>
9996 <HEAD>
9997 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
9998 </HEAD>
9999 <BODY>
10000 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
10001 <H2>COMMANDS</H2>
10002 <!--chtml if pinemode="function_key"-->
10003 <PRE>
10004 Available  Commands
10005 -------------------------------            
10006 F1  Show Help Text
10007 F3  Exit without selecting anything
10008 F4  Select the marked folders
10009 F5  Move highlight to previous folder
10010 F6  Move highlight to next folder
10011 F7  Previous page of folders
10012 F8  Next page of folders
10013 F9  Toggle choices on or off
10014 F11 Print
10015 F12 WhereIs
10016 </PRE>
10017 <!--chtml else-->
10018 <PRE>
10019 Navigation                     General Alpine Commands
10020 -------------------------      -----------------------
10021  P  Prev Folder                 ?  Display this help text
10022  N  Next Folder                ^C  exit without changing anything
10023  -  Previous page               %  Print
10024 Spc (space bar) Next page
10025  W  WhereIs
10027 Select Command
10028 ------------------------------------------------
10029  S  Select the marked folders
10030  X  Toggle choices on or off
10031 </PRE>
10032 <!--chtml endif-->
10034 <H2>Description of the Select Folders to Check Screen</H2>
10036 This screen is only useful if the feature
10037 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
10038 is set.
10039 By default, when you set that feature all of your incoming folders
10040 will be checked periodically for Unseen messages.
10041 By using this screen, you may restrict the set of monitored folders to
10042 a subset of all of the incoming folders.
10044 Mark the folders you want to monitor for Unseen messages with
10045 an &quot;X&quot;.
10046 When you've finished marking all your selections use the Select
10047 command to register your choices.
10048 To return to the default of checking all incoming folders
10049 delete all folders or unmark all folders.
10051 <P><UL>
10052 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10053 </UL>
10055 &lt;End of help on this topic&gt;
10056 </BODY>
10057 </HTML>
10058 ===== h_role_select =====
10059 <HTML>
10060 <HEAD>
10061 <TITLE>ROLES SCREEN</TITLE>
10062 </HEAD>
10063 <BODY>
10064 <H1>ROLES SCREEN</H1>
10065 <H2>ROLES COMMANDS</H2>
10066 <!--chtml if pinemode="function_key"-->
10067 <PRE>
10068 Available  Commands                        
10069 -------------------------------            
10070 F1  Show Help Text
10071 F3  Exit without a selection
10072 F4  Select a role to use in composition
10073 F5  Move to previous role
10074 F6  Move to next role
10075 F7  Previous page of roles
10076 F8  Next page of roles
10077 F11 Change Default Role
10078 F12 Whereis (search role nicknames)
10079 </PRE>
10080 <!--chtml else-->
10081 <PRE>
10082 Navigation                     General Alpine Commands
10083 -------------------------      -----------------------
10084  P  Prev Role                     ?  Display this help text
10085  N  Next Role                     E  Exit without a selection
10086  -  Previous page
10087 Spc (space bar) Next page
10088  W  WhereIs (search for word in role nicknames)
10090 Select Role Commands
10091 ------------------------------------------------
10092  [Return]  Select highlighted role
10093  D         Change Default Role
10094 </PRE>
10095 <!--chtml endif-->
10097 <H2>Description of the Roles Screen</H2>
10099 With this screen you select a role to be used in the composition of a
10100 message.
10101 Use the Previous and Next commands to highlight the role you wish to
10102 use.
10103 When you type carriage return you will be placed in the composer using the highlighted role.
10105 You don't have any non-default <A HREF="h_rules_roles">roles</A>
10106 available unless you set them up.
10107 You may do so by using the Setup/Rules command on the MAIN MENU.
10109 By using the D command, you may set a default role that will persist until
10110 you change it or until you exit Alpine.
10111 The D command toggles through three states: set the default role, unset the
10112 default role, and leave the default role as it is.
10113 <P><UL>
10114 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10115 </UL>
10117 &lt;End of help on this topic&gt;
10118 </BODY>
10119 </HTML>
10120 ===== h_role_abook_select =====
10121 <HTML>
10122 <HEAD>
10123 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
10124 </HEAD>
10125 <BODY>
10126 <H1>SELECT ADDRESS BOOK SCREEN</H1>
10127 <H2>COMMANDS</H2>
10128 <!--chtml if pinemode="function_key"-->
10129 <PRE>
10130 Available  Commands                        
10131 -------------------------------            
10132 F1  Show Help Text
10133 F3  Exit screen without selecting anything
10134 F4  Select highlighted address book
10135 F5  Move to previous address book
10136 F6  Move to next address book
10137 F7  Previous page of address books
10138 F8  Next page of address books
10139 F12 Whereis
10140 </PRE>
10141 <!--chtml else-->
10142 <PRE>
10143 Navigation                     General Alpine Commands
10144 -------------------------      -----------------------
10145  P  Previous addrbook          ?  Display this help text
10146  N  Next addrbook
10147  -  Previous page
10148 Spc (space bar) Next page
10149  W  WhereIs
10151 Select Role Commands
10152 ------------------------------------------------
10153  S  Select highlighted address book
10154  E  Exit screen without selecting anything
10155 </PRE>
10156 <!--chtml endif-->
10158 <H2>Description of the Select Address Book Screen</H2>
10160 This screen helps you select one of your address books.
10161 Use the Previous and Next commands to highlight the address book you wish to
10162 select.
10163 <P><UL>
10164 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10165 </UL>
10167 &lt;End of help on this topic&gt;
10168 </BODY>
10169 </HTML>
10170 ======== h_rule_patterns =============
10171 <HTML>
10172 <HEAD>
10173 <TITLE>PATTERNS</TITLE>
10174 </HEAD>
10175 <BODY>
10176 <H1>PATTERNS</H1>
10177 Patterns are used with Roles, Filtering, Index Coloring,
10178 Scoring, Other Rules, and Search Rules.
10179 Patterns are compared with a message to see if there is a match.
10180 For Filtering, the messages being checked are all the messages in the
10181 folder, one at a time.
10182 For Index Line Coloring, each message that is visible on the screen is
10183 checked for matches with the Index Coloring Patterns.
10184 Roles are used with the Reply, Forward, and Compose commands.
10185 For Reply, the message used to compare the Pattern with is the message
10186 being replied to;
10187 for Forward, the message used to compare the Pattern with is the message
10188 being forwarded;
10189 and for Compose, there is no message, so the parts of the Pattern that depend
10190 on a message (everything other than Current Folder Type and the
10191 Beginning of Month and Year)
10192 are not used.
10193 Only the Current Folder Type matters for Compose (plus the Beginning of
10194 Month or Year, which you wouldn't usually use for a Role).
10195 For Scoring, the message being scored is compared with all of the Score
10196 Patterns, and the Score Values from the ones that match are added together to 
10197 get the message's score.
10198 For Other Rules, there is no message. Only the Current Folder Type is checked
10199 for Other Rules.
10201 Each Pattern has several possible parts, all of which are optional.
10202 In order for there to be a match, <EM>ALL</EM> of the
10203 <EM>defined</EM> parts of the Pattern must match the message.
10204 If a part is not defined it is considered a match, but note that a filtering
10205 Pattern must have at least one defined part or it will be ignored.
10206 For example, if the To pattern is not defined it will be
10207 displayed as
10209 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
10211 That is considered a match because it is not defined.
10212 This means that the Pattern with nothing defined is a match if the
10213 Current Folder Type matches, but there is an exception that was mentioned
10214 in the previous paragraph.
10215 Because filtering is a potentially destructive action, filtering Patterns
10216 with nothing other than Current Folder Type defined are ignored.
10217 If you really want a filtering Pattern to match all messages (subject to
10218 Current Folder Type) the best way to do it is to define a Score interval
10219 that includes all possible scores.
10220 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
10221 This can be used even if you haven't defined any rules to Set Scores.
10223 There are six predefined header patterns called the To, From, Sender, Cc, News,
10224 and Subject patterns.
10225 Besides those six predefined header patterns, you may add
10226 additional header patterns with header fieldnames of your choosing.
10227 You add an extra header pattern by placing the cursor on one of the
10228 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
10229 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
10230 and the Partic pattern is a header pattern that stands for
10231 Participant (From OR To OR Cc).
10232 (Defining the Recip pattern does not have the same effect as defining both
10233 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
10234 Similar to the header patterns are the AllText pattern and the BodyText pattern.
10235 Instead of comparing this pattern's text against only the contents of
10236 a particular header field, the text for the AllText pattern is compared
10237 with text anywhere in the message's header or body, and the text for the
10238 BodyText pattern is compared with text anywhere in the message's body.
10240 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
10241 &quot;!&quot; &quot;toggle NOT&quot; command.
10242 You can tell that <EM>NOT</EM> has been turned on by looking for the character
10243 &quot;!&quot; at the beginning of the pattern line.
10244 When the &quot;!&quot; is present, it reverses the meaning of the match.
10245 That is, if the pattern matches then it is considered to NOT be a match, and
10246 if it does not match it is considered to be a match.
10248 Don't make the mistake of putting the &quot;!&quot; in the data field for
10249 a pattern.
10250 For example, if you type the characters &quot;!urgent&quot; into the Subject
10251 pattern, the pattern will look like:
10253 <PRE>
10254  Subject pattern = !urgent
10255 </PRE>
10257 This means you want to match the 7 character sequence &quot;!urgent&quot;.
10258 In order to match messages that do not have &quot;urgent&quot; in
10259 their Subject field, first type the characters &quot;urgent&quot; followed
10260 by carriage return for the value of the Subject pattern, then negate it
10261 by typing the &quot;!&quot; command.
10262 It should look like
10264 <PRE>
10265  ! Subject pattern = urgent
10266 </PRE>
10268 The contents of each of these header patterns (or the AllText or BodyText patterns) may
10269 be a complete email address, part of an address, or a random set of
10270 characters to match against.
10271 It may also be a list of such patterns, which means you
10272 are looking for a match against the first pattern in the list <EM>OR</EM>
10273 the second pattern <EM>OR</EM> the third and so on.
10274 For example, a Subject pattern equal to
10276 <PRE>
10277  Subject pattern = urgent
10278                    emergency
10279                    alert
10280 </PRE>
10282 would match all messages with a subject that contained at least one
10283 of those words.
10284 It would also match subjects containing the words &quot;alerts&quot; or
10285 &quot;Urgently&quot;.
10287 The same example with &quot;NOT&quot; turned on would be
10289 <PRE>
10290  ! Subject pattern = urgent
10291                      emergency
10292                      alert
10293 </PRE>
10295 which would match all messages with a subject that did <EM>NOT</EM> contain any of
10296 those words.
10297 You can use the &quot;Add Value&quot; command to add new words to the list,
10298 or you can enter them as a comma-separated list.
10300 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
10301 present for a match.
10302 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
10303 pattern2 must be present,
10304 and that is exactly what using a list does.)
10306 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
10307 also part of the Pattern, although the &quot;Score Interval&quot; is not used
10308 when checking for matches for Scoring.
10309 There are five similar settings that relate to the status of the message.
10310 These settings rely on the message being New or not, Deleted or not,
10311 Answered or not, Important or not, and Recent or not.
10312 There are also some other miscellaneous settings.
10313 The first is the Age of the message in days.
10314 Another is the Size of the message, in bytes.
10315 The third is a setting that detects whether or not the Subject of a
10316 message contains raw 8-bit characters (unencoded characters with the most
10317 significant bit set).
10318 There is a setting that detects whether or not this is the first time
10319 Alpine has been run this month (doesn't depend on individual messages),
10320 and another that detects whether or not this is the first time Alpine has
10321 been run this year.
10322 Other parts of the Pattern detect whether or not the From address of a
10323 message appears in your address book, whether or not certain keywords
10324 are set for a message, and whether or not certain character sets are
10325 used in a message.
10327 <H2>Parts of a Pattern</H2>
10329 <H3>Header patterns</H3>
10331 A header pattern is simply text that is searched for in the corresponding
10332 header field.
10333 For example, if a Pattern has a From header pattern with the value
10334 &quot;@company.com&quot;, then only messages that have a From header
10335 that contains the text &quot;@company.com&quot; will be possible
10336 matches.
10337 Matches don't have to be exact.
10338 For example, if the relevant field of a message contains the text
10339 &quot;mailbox@domain&quot; somewhere
10340 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
10341 &quot;mailbox@domain&quot; are all matches.
10343 All parts of the Pattern must match so, for example,
10344 if a message matches a defined
10345 From pattern, it still must be checked against the other parts of the
10346 Pattern that have been defined.
10347 The To header pattern is a slightly special case.
10348 If the message being checked has a Resent-To header
10349 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
10350 there are used in place of the addresses in the To header.
10351 This is only true for the To header.
10352 Resent-cc and Resent-From headers are never used unless you add them
10353 with the eXtraHdrs command.
10355 The meaning of a header pattern may be negated with the
10356 &quot;!&quot; &quot;toggle NOT&quot; command.
10357 You can tell that <EM>NOT</EM> has been turned on by looking for the character
10358 &quot;!&quot; at the beginning of the pattern line.
10359 It would look something like
10361 <PRE>
10362  ! From pattern = susan@example.com
10363 </PRE>
10365 When the &quot;!&quot; is present, it reverses the meaning of the match.
10367 If you want to check for the presence of a header field but don't care
10368 about its value, then
10369 the empty pattern that you get by entering a pair of
10370 double quotes (&quot;&quot;) should match any message that
10371 has the corresponding header field.
10373 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
10375 AllText patterns are just like header patterns except that the text is
10376 searched for anywhere in the message's headers or body, not just in the
10377 contents of a particular header field.
10380 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
10382 BodyText patterns are just like header patterns except that the text is
10383 searched for anywhere in the message's body, not just in the
10384 contents of a particular header field.
10387 If there is more than one header pattern or AllText pattern or BodyText pattern
10388 for which you want to take the
10389 same action there is a shorthand notation that may be used.
10390 Any of these patterns may be a list of patterns instead of
10391 just a single pattern.
10392 If any one of the patterns in the list matches the message
10393 then it is considered a match.
10394 For example, if &quot;company1&quot; and &quot;company2&quot; both required
10395 you to use the same role when replying to messages, you might have
10396 a To pattern that looks like
10398 <PRE>
10399  To pattern = company1.com
10400               company2.com
10401 </PRE>
10403 This means that if the mail you are replying to was addressed to
10404 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
10405 then this Pattern is a match and the same actions will be taken.
10407 The meaning of an AllText or BodyText pattern may be negated with the
10408 &quot;!&quot; &quot;toggle NOT&quot; command.
10409 You can tell that <EM>NOT</EM> has been turned on by looking for the character
10410 &quot;!&quot; at the beginning of the pattern line.
10411 When the &quot;!&quot; is present, it reverses the meaning of the match.
10413 A technicality: Since comma is the character used to separate multiple values
10414 in any of the fields that may have multiple values (such as header patterns,
10415 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
10416 you must escape comma with a
10417 backslash (&#92;) if you want to include a literal comma in one of those fields.
10418 In other words, if you type a backslash followed by a comma it will
10419 be interpreted as a comma by Alpine, instead of as a separator between
10420 pattern values.
10421 All other backslashes (those not followed by a comma) are literal
10422 backslashes and should not be escaped.
10423 It's unlikely you'll ever need to enter a literal comma or backslash in
10424 any of the patterns.
10426 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
10428 The &quot;Current Folder Type&quot; may be set to one of four different
10429 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
10430 &quot;Specific&quot;.
10431 If the value is set to &quot;News&quot;, then the
10432 Pattern will only match if the currently open folder is a newsgroup.
10433 The value &quot;Email&quot; only matches if the current folder is not news and
10434 the value &quot;Any&quot; causes any folder to match.
10435 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
10436 then you must fill in a value for &quot;Folder&quot;, which is on the line
10437 below the &quot;Specific&quot; line.
10438 In this case you will only get a match if the currently open folder is
10439 the specific folder you list.
10440 You may give a list of folders instead of just a single
10441 folder name, in which case the Pattern will match if the open folder is
10442 any one of the folders in the list.
10443 The name of each folder in the list may be either &quot;INBOX&quot;,
10444 the technical specification
10445 of the folder (like what appears in your configuration file) or, if the
10446 folder is one of your incoming folders, it may be the nickname you've given
10447 the folder.
10448 Here are some samples of specific folder names:
10450 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
10452 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
10454 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
10456 The easiest way to fill in the &quot;Folder&quot; field is to use
10457 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
10458 highlighted, or to use the &quot;Take&quot; command with the configuration
10459 feature
10460 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
10461 turned on.
10463 When reading a newsgroup, there may be a performance penalty
10464 incurred when collecting the information necessary to check whether
10465 or not a Pattern matches a message.
10466 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
10467 If you have Patterns with a Current Folder Type of either
10468 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
10469 Index Line Coloring or Scoring, you may experience
10470 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
10472 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
10474 The &quot;Age Interval&quot; may be set to an interval of message
10475 ages that should be considered a match.
10476 Like the other parts of the Pattern, if it is unset it will be ignored.
10477 The Age Interval looks like
10479 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
10481 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
10482 than or equal to zero.
10483 The special value &quot;INF&quot; may be used for
10484 the max value. It represents infinity.
10486 Actually, this option may be defined as a list of intervals instead
10487 of just a single interval.
10488 The list is separated by commas.
10489 It can look like
10491 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
10493 When there is an Age Interval defined, it is a match if the age, in days, of
10494 the message is contained in any of the intervals.
10495 The intervals include both endpoints.
10497 Even though this option is called Age, it isn't actually
10498 the <EM>age</EM> of the message.
10499 Instead, it is how many days ago the message arrived in one of your folders.
10500 If the current time is a little past midnight, then a message that arrived
10501 just before midnight arrived yesterday, even though the message is only
10502 a few minutes old.
10503 By default, the date being used is not the date in the Date
10504 header of the message.
10505 It is the date that the message arrived in one of your folders.
10506 When you Save a message from one folder to another that arrival date
10507 is preserved.
10508 If you would like to use the date in the Date header that is possible.
10509 Turn on the option
10510 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
10511 near the bottom of the rule definition.
10512 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
10514 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
10516 The &quot;Size Interval&quot; may be set to an interval of message
10517 sizes that should be considered a match.
10518 Like the other parts of the Pattern, if it is unset it will be ignored.
10519 The Size Interval looks like
10521 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
10523 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
10524 than or equal to zero.
10525 The special value &quot;INF&quot; may be used for
10526 the max value. It represents infinity.
10528 Actually, this option may be defined as a list of intervals instead
10529 of just a single interval.
10530 The list is separated by commas.
10531 It can look like
10533 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
10535 When there is a Size Interval defined, it is a match if the size, in bytes, of
10536 the message is contained in any of the intervals.
10537 The intervals include both endpoints.
10539 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
10541 The &quot;Score Interval&quot; may be set to an interval of message
10542 scores that should be considered a match.
10543 Like the other parts of the Pattern, if it is unset it will be ignored.
10544 The Score Interval looks like
10546 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
10548 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
10549 negative integers, with min_score less than or equal to max_score.
10550 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
10551 the min and max values to represent negative and positive infinity.
10553 Actually, a list of intervals may be used if you wish.
10554 A list would look like
10556 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
10558 When there is a Score Interval defined, it is a match if the score for
10559 the message is contained in any of the intervals in the list.
10560 The intervals include the endpoints.
10561 The score for a message is calculated by looking at every Score rule defined and
10562 adding up the Score Values for the ones that match the message.
10563 When deciding whether or not a Pattern matches a message for purposes of
10564 calculating the score, the Score Interval is ignored.
10566 <H3><A NAME="pattern_message_status">Message Status</A></H3>
10568 There are five separate message status settings.
10569 By default, all five are set to the value &quot;Don't care&quot;, which
10570 will match any message.
10571 The value &quot;Yes&quot; means that the particular status must be true
10572 for a match, and the value &quot;No&quot; means that the particular
10573 status must not be true for a match.
10574 For example, one of the five Message Status settings is whether a message
10575 is marked Important or not.
10576 A &quot;Yes&quot; means that the message must be Important to be
10577 considered a match and &quot;No&quot; means that the message must not be
10578 Important to be considered a match.
10579 The same is true of the other four message status settings that depend
10580 on whether or not the message is New; whether the message has 
10581 been Answered or not; whether the message has been Deleted or not, and
10582 whether the message is Recent or not. 
10584 The nomenclature for New and Recent is a bit confusing:
10586 New means that the message is Unseen.
10587 It could have been in your mailbox for a long time but if you haven't looked
10588 at it, it is still considered New.
10589 That matches the default Alpine index display that shows an N for such a
10590 message.
10592 Recent means that the message was added to this folder since the last time
10593 you opened the folder.
10594 Alpine also shows an N by default for these types of messages.
10595 If you were to run two copies of Alpine that opened a folder one right after
10596 the other, a message would only show up as Recent in (at most) the first
10597 Alpine session.
10599 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
10601 Keywords are similar to Message Status, but they are chosen by the user.
10602 Provided the mail server allows for it, you may add a set of possible keywords
10603 to a folder and then you may set those keywords or not for each message
10604 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
10605 The syntax of this part of the Pattern is similar to the header patterns.
10606 It is a list of keywords.
10607 The Keyword part of the Pattern is a match if the message has any of
10608 the keywords in the list set.
10609 Like other parts of the Pattern, if this is unset it will be ignored.
10611 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
10613 A message may use one or more character sets.
10614 This part of the Pattern matches messages that make use of one or more of
10615 the character sets specified in the pattern.
10616 It will be considered a match if a message uses any of the character
10617 sets in the list you give here.
10620 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
10621 GB2312) you may also use some shorthand names that Alpine provides.
10622 These names are more understandable shorthand names for sets of 
10623 character set names.
10624 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
10625 Selecting one of these shorthand names is equivalent to selecting all of
10626 the character sets that make up the set.
10627 You can see all of these shorthand names and the lists of character sets
10628 they stand for by typing the &quot;T&quot; command with the Character
10629 Set pattern highlighted.
10630 The syntax of this part of the Pattern is similar to the header patterns
10631 and the Message Keywords pattern.
10632 It is a list of character sets (or shorthand names).
10633 The Character Set part of the Pattern is a match if the message uses any
10634 of the character sets in the list.
10635 Like other parts of the Pattern, if this is unset it will be ignored.
10637 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
10639 It seems that lots of unwanted email contains unencoded 8-bit characters
10640 in the Subject.
10641 Normally, characters with the 8th bit set are not allowed in the Subject
10642 header unless they are MIME-encoded.
10643 This option gives you a way to match messages that have Subjects that
10644 contain unencoded 8-bit characters.
10645 By default, the value of this option is &quot;Don't care&quot;, which
10646 will match any message.
10647 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
10648 the Subject of the message in order for there to be a match,
10649 and the value &quot;No&quot; is the opposite.
10650 Setting this option will affect performance in large folders because the
10651 subject of each message in the folder has to be checked.
10653 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
10655 This option gives you a way to take some action once per month.
10656 By default, the value of this option is &quot;Don't care&quot;, which
10657 will always match.
10658 The value &quot;Yes&quot; means that this must be the first time Alpine has
10659 been run this month in order to count as a match,
10660 and the value &quot;No&quot; is the opposite.
10662 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
10664 This option gives you a way to take some action once per year.
10665 By default, the value of this option is &quot;Don't care&quot;, which
10666 will always match.
10667 The value &quot;Yes&quot; means that this must be the first time Alpine has
10668 been run this year in order to count as a match,
10669 and the value &quot;No&quot; is the opposite.
10671 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
10673 This option gives you a way to match messages that have an address
10674 that is in one of your address books.
10675 Only the simple entries in your address books are searched.
10676 Address book distribution lists are ignored!
10677 By default, the value of this option is &quot;Don't care&quot;, which
10678 will match any message.
10679 The value &quot;Yes, in any address book&quot; means the address
10680 from the message must be in at least one of your
10681 address books in order to be a match.
10682 The value &quot;No, not in any address book&quot;
10683 means none of the addresses may
10684 be in any of your address books in order to be a match.
10685 The values &quot;Yes, in specific address books&quot; and
10686 &quot;No, not in any of specific address books&quot; are similar but instead
10687 of depending on all address books you are allowed to give a list of address
10688 books to look in.
10689 The addresses from the message that are checked for are determined by the
10690 setting you have for &quot;Types of addresses to check for in address book&quot;.
10691 If you set this to &quot;From&quot; the From address from the message will
10692 be looked up in the address book.
10693 If you set it to only &quot;To&quot; then the To addresses will be used.
10694 If any of the To addresses are in the address book then it is considered
10695 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
10696 You could set it to both From and To, in which case all of the From and To
10697 addresses are used.
10698 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
10699 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
10700 exists or the From address if there is no Reply-To address.
10701 Same for the Sender address.
10702 Setting this option may affect performance in large folders because the
10703 From and Reply-To of each message in the folder have to be checked.
10705 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
10707 This is a command that is run with its standard input set to the message
10708 being checked and its standard output discarded.
10709 The full directory path should be specified.
10710 The command will be run and then its exit status will be checked against
10711 the Exit Status Interval, which defaults to just the value zero.
10712 If the exit status of the command falls in the interval, it is considered
10713 a match, otherwise it is not a match.
10716 This option may actually be a list of commands.
10717 The first one that exists and is executable is used.
10718 That makes it possible to use the same configuration with Unix Alpine and
10719 PC-Alpine.
10722 If none of the commands in the list exists and is executable then the rule
10723 is <EM>not</EM> a match.
10724 If it is possible that the command may not exist, you should be careful
10725 to structure your rules so that nothing destructive
10726 happens when the command does not exist.
10727 For example, you might have a filter that filters away spam when there is
10728 a match but does nothing when there is not a match.
10729 That would continue to work correctly if the command didn't exist.
10730 However, if you have a filter that filters away spam when there is not
10731 a match and keeps it when there is a match, that would filter everything
10732 if the categorizer command didn't exist.
10734 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
10735 setup for the bogofilter filter.
10738 &lt;End of help on this topic&gt;
10739 </BODY>
10740 </HTML>
10741 ===== h_rules_roles =====
10742 <HTML>
10743 <HEAD>
10744 <TITLE>SETUP ROLES SCREEN</TITLE>
10745 </HEAD>
10746 <BODY>
10747 <H1>SETUP ROLES SCREEN</H1>
10748 <H2>SETUP ROLES COMMANDS</H2>
10749 <!--chtml if pinemode="function_key"-->
10750 <PRE>
10751 Available  Commands -- Group 1         Available Commands -- Group 2   
10752 -------------------------------        ------------------------------  
10753 F1  Show Help Text                      F1  Show Help Text             
10754 F2  See commands in next group          F2  See commands in next group
10755 F3  Back to MAIN Alpine menu
10756 F4  Change configuration for role
10757 F5  Move to previous role               F5  Include file in role config
10758 F6  Move to next role                   F6  Exclude file from config
10759 F7  Previous page of roles
10760 F8  Next page of roles
10761 F9  Add new role                        F9  Replicate existing role
10762 F10 Delete existing role
10763 F11 Shuffle the order of roles
10764 F12 Whereis (search role nicknames)
10765 </PRE>
10766 <!--chtml else-->
10767 <PRE>
10768 Navigation                     General Alpine Commands
10769 -------------------------      -----------------------
10770  P  Prev Role                     ?  Display this help text
10771  N  Next Role                     E  Back to MAIN Alpine menu
10772  -  Previous page
10773 Spc (space bar) Next page
10774  W  WhereIs (search for word in role nicknames)
10776 Setup Roles Commands
10777 ------------------------------------------------
10778  A  Add new role                  $  Shuffle the order of roles
10779  D  Delete existing role          C  Change configuration for highlighted role
10780  R  Replicate existing role
10781  I  Include file in role config   X  Exclude file from role config
10782 </PRE>
10783 <!--chtml endif-->
10785 <H2>Description of the Setup Roles Screen</H2>
10787 This screen lets you add, delete, modify, or change the order of the rules
10788 that determine the role you are playing when composing a message.
10790 You may play different roles depending on who you are replying to.
10791 For example, if you are replying to a message addressed to help-desk you
10792 may be acting as a Help Desk Worker.
10793 That role may require that you use a different return address and/or
10794 a different signature.
10796 Roles are optional.
10797 If you set up roles they work like this:  Each role has a set of
10798 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
10799 considered for a particular use; a &quot;Pattern&quot;,
10800 which is used to decide which of the eligible roles is used; and a set
10801 of &quot;Actions&quot;, which are taken when that role is used.
10802 When you reply to a message, the message you are replying to is compared
10803 with the Patterns of the roles marked as eligible for use when replying.
10804 The comparisons start with the first eligible role and keep going until there
10805 is a match.
10806 If a match is found, the matching role's Actions are taken.
10808 It is also possible to set a default role and to change that role during
10809 your Alpine session.
10810 When you start Alpine no default role will be set.
10811 You may set or change the current default role by using the &quot;D&quot;
10812 command in the role selection screen.
10813 You'll see that screen while composing a message and being asked to select
10814 a role.
10815 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
10816 compose a message.
10817 You may find a default role useful if you normally perform the duties of one
10818 of your roles for a while, then you switch to another role and stay in the
10819 new role for another period of time.
10820 It may be easier than using the Role Command to select the role each time you
10821 compose a message.
10823 <H2>Role Uses</H2>
10825 There are three types of use to be configured;
10826 one for Replying, one for Forwarding, and one for Composing.
10827 These indicate whether or not you want a role to be considered when you
10828 type the Reply, Forward, or Compose commands.
10829 (The Role command is an alternate form of the Compose command, and it is
10830 not affected by these settings.)
10831 Each of these Use types has three possible values.
10832 The value &quot;Never&quot;
10833 means that the role will never be considered as a candidate for use with
10834 the corresponding command.
10835 For example, if you set a role's Reply Use to Never, then when you Reply to
10836 a message, that role won't even be considered.
10837 (That isn't quite true. If the message you are replying to matches some other
10838 role that requires confirmation,
10839 then there will be a ^T command available which allows you to select a role
10840 from all of your roles, not just the reply-eligible roles.)
10843 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
10844 both mean that you do want to consider this role when using the corresponding
10845 command.
10846 For either of these settings the role's Pattern will
10847 be checked to see if it matches the message.
10848 For Reply Use, the message used to compare the Pattern with is the message
10849 being replied to.
10850 For Forward Use, the message used to compare the Pattern with is the message
10851 being forwarded.
10852 For Compose Use, there is no message, so the parts of the Pattern that depend
10853 on a message (everything other than Current Folder Type) are ignored.
10854 In all cases, the Current Folder Type is checked if defined.
10855 If there is a match then this role will either be used without confirmation
10856 or will be the default when confirmation is asked for, depending on
10857 which of the two options is selected.
10858 If confirmation is requested, you will have a chance to
10859 choose No Role instead of the offered role, or to
10860 change the role to any one of your other roles (with the ^T command).
10862 <H2>Role Patterns</H2>
10864 In order to determine whether or not a message matches a role the message is
10865 compared with the Role's Pattern.
10866 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10867 Scoring, Other Rules, and Search Rules, so are described in only one place,
10868 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10870 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
10871 a role that has all header patterns unset, the AllText pattern unset,
10872 the BodyText pattern unset,
10873 the Score Interval unset, and the Current Folder Type set to
10874 &quot;Any&quot; may be used as a default role.
10875 It should be put last in the list of roles since the matching
10876 starts at the beginning and proceeds until one of the roles is a match.
10877 If no roles at all match, then Alpine will
10878 use its regular methods of defining the role.
10879 If you wanted to, you could define a different &quot;default&quot; role
10880 for Replying, Forwarding, and Composing by setting the
10881 &quot;Use&quot; fields appropriately.
10883 <H2>Role Actions</H2>
10885 Once a role match is found, the role's Actions are taken.
10886 For each role there are several possible actions that may be defined.
10887 They are actions to set the From address, the Reply-To address,
10888 the Fcc, the Signature, the Template file, and Other Headers.
10890 <H3>Set From</H3>
10892 The From address is the address used on the From line of the message
10893 you are sending.
10895 <H3>Set Reply-To</H3>
10897 The Reply-To address is the address used on the Reply-To line of the message
10898 you are sending.
10899 You don't need a Reply-To address unless it is different from the From address.
10901 <H3>Set Other Headers</H3>
10903 If you want to set the value of the From or Reply-To headers, use
10904 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
10905 If you want to set the values of other headers, use this field.
10906 This field is similar to the
10907 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
10908 Each header you specify here must include the header tag
10909 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
10910 and may optionally include a value for that header.
10911 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
10912 for a header here will replace any value that already exists.
10913 For example, if you are Replying to a message there will be at least one
10914 address in the To header (the address you are Replying to).
10915 However, if you Reply using a role that sets the To header, that role's
10916 To header value will be used instead.
10918 <H3>Set Fcc</H3>
10920 The Fcc is used as the Fcc for the message you are sending.
10922 <H3>Set Signature or Set LiteralSig</H3>
10924 The Signature is the name of a file to be used as the signature file when
10925 this role is being used.
10926 If the name of the file has a vertical bar following it (|)
10927 then it is assumed that the file is a program that should be run to
10928 produce the signature.
10929 If the LiteralSig is set, then it is used instead of the signature file.
10930 LiteralSig is just a different way to store the signature.
10931 It is stored in the pine configuration file instead of in a separate
10932 signature file.
10933 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
10934 either in the role or as the default signature in the Setup/Config screen,
10935 then the signature file is ignored.
10937 <H3>Set Template</H3>
10939 A Template is the name of a file to be included in the message when this
10940 role is being used.
10941 If the name of the file has a vertical bar following it (|)
10942 then it is assumed that the file is a program that should be run to
10943 produce the template.
10946 Both signature files and template files may be stored remotely on an IMAP
10947 server.
10948 In order to do that you just give the file a remote name.
10949 This works just like the regular
10950 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
10951 option that is configured from the Setup/Configuration screen.
10952 A remote signature file name might look like:
10954 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
10956 Once you have named the remote signature or template file you create its
10957 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
10958 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
10959 line of the role editor.
10962 Both signature files and template files (or the output of signature programs
10963 and template file programs) may contain special tokens
10964 that are replaced with contents
10965 that depend on the message being replied to or forwarded.
10966 See the help for the individual fields inside the role editor for more
10967 information on tokens.
10969 <H3>Use SMTP Server</H3>
10971 If this field has a value, then it will be used as the SMTP server
10972 to send mail when this role is being used (unless the SMTP server variable
10973 is set in the system-wide fixed configuration file).
10974 It has the same semantics as the
10975 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
10976 variable in the Setup/Config screen.
10977 When you postpone the composition this SMTP server list will be saved
10978 with the postponed composition and it cannot be changed later.
10979 Because of that, you may want to make this a list of SMTP servers
10980 with the preferred server at the front of the list and alternate servers
10981 later in the list.
10984 If any of the actions are left unset, then the action depends on what
10985 is present in the &quot;Initialize settings using role&quot; field.
10986 If you've listed the nickname of another one of your roles there, then the
10987 corresponding action from that role will be used here.
10988 If that action is also blank, or if there is no nickname specified,
10989 then Alpine will do whatever it normally does to set these actions.
10990 This depends on other configuration options and features you've set.
10992 <H2>Command Descriptions</H2>
10994 <H3>Add</H3>
10996 The Add command is used to add a new role definition to your set of
10997 roles.
10998 The new role will be added after the highlighted role.
11000 <H3>Delete</H3>
11002 The Delete command deletes the currently highlighted role.
11004 <H3>Change</H3>
11006 The Change command lets you edit the nickname, Uses, Pattern,
11007 and Actions of the currently highlighted role.
11009 <H3>Shuffle</H3>
11011 The Shuffle command allows you to change the order of the roles.
11012 You may move the currently highlighted role up or down in the list.
11013 The order of the roles is important since the roles are tested for a
11014 match starting with the first role and continuing until a match is found.
11015 You should place the roles with more specific Patterns near the beginning
11016 of the list, and those with more general Patterns near the end so that
11017 the more specific matches will happen when appropriate.
11019 <H3>Replicate</H3>
11021 The Replicate command is used to copy an existing role and modify it.
11022 The new role will be added after the highlighted role.
11024 <H3>IncludeFile</H3>
11026 The IncludeFile command allows you to add a roles file to your configuration.
11027 Usually, your roles will be contained in your Alpine configuration file.
11028 If you wish, some or all of your roles may be stored in a separate file.
11029 If a roles file already exists (maybe it was made by somebody else using
11030 Alpine), you may insert it before the currently highlighted role.
11031 You may also insert an empty file or a file that does not yet exist.
11032 Once you have an empty roles file in your configuration, you may use
11033 the Shuffle command to move roles into it.
11034 In fact, that's the only way to get the initial role into the file.
11036 <H3>eXcludeFile</H3>
11038 The eXcludeFile command removes a roles file from your roles configuration.
11039 A limitation of the program is that in order to exclude a roles file
11040 that file must have at least one role
11041 in it, otherwise you won't be able to highlight a line in the file.
11042 So you may have to add a dummy role to the file in order to exclude the file.
11043 <P><UL>
11044 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11045 </UL>
11047 &lt;End of help on this topic&gt;
11048 </BODY>
11049 </HTML>
11050 ===== h_rules_other =====
11051 <HTML>
11052 <HEAD>
11053 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
11054 </HEAD>
11055 <BODY>
11056 <H1>SETUP OTHER RULES SCREEN</H1>
11057 <H2>SETUP OTHER RULES COMMANDS</H2>
11058 <!--chtml if pinemode="function_key"-->
11059 <PRE>
11060 Available  Commands -- Group 1         Available Commands -- Group 2   
11061 -------------------------------        ------------------------------  
11062 F1  Show Help Text                      F1  Show Help Text             
11063 F2  See commands in next group          F2  See commands in next group
11064 F3  Back to MAIN Alpine menu
11065 F4  Change configuration for rule
11066 F5  Move to previous rule               F5  Include file in rule config
11067 F6  Move to next rule                   F6  Exclude file from config
11068 F7  Previous page of rules
11069 F8  Next page of rules
11070 F9  Add new rule                        F9  Replicate existing rule
11071 F10 Delete existing rule
11072 F11 Shuffle the order of rules
11073 F12 Whereis (search rule nicknames)
11074 </PRE>
11075 <!--chtml else-->
11076 <PRE>
11077 Navigation                     General Alpine Commands
11078 -------------------------      -----------------------
11079  P  Prev rule                     ?  Display this help text
11080  N  Next rule                     E  Back to MAIN Alpine menu
11081  -  Previous page
11082 Spc (space bar) Next page
11083  W  WhereIs (search for word in rule nicknames)
11085 Setup Other Rules Commands
11086 ------------------------------------------------
11087  A  Add new rule                  $  Shuffle the order of rules
11088  D  Delete existing rule          C  Change configuration for highlighted rule
11089  R  Replicate existing rule
11090  I  Include file in rule config   X  Exclude file from rule config
11091 </PRE>
11092 <!--chtml endif-->
11094 <H2>Description of the Setup Other Rules Screen</H2>
11096 This is where you may set various actions that do not fit well into the
11097 other Rules categories.
11099 <H2>Patterns</H2>
11101 Other Rules are a little different from the rest of the Rules because
11102 they depend only on the current folder, and not on a particular message.
11103 In order to determine whether or not a rule's actions should be applied
11104 the current folder is compared with the rule's Pattern, which consists
11105 of only the Current Folder Type.
11106 Current Folder Type works the same for Other Rules as it does for Roles,
11107 Filtering, Index Coloring, and Scoring.
11108 Keep in mind that the only part of the Pattern that applies to Other
11109 Rules is the Current Folder Type when looking at the description of
11110 Patterns given
11111 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11113 <H2>The Actions</H2>
11115 <H3>Set Sort Order</H3>
11117 When you enter a new folder, these rules will be checked to see if you
11118 have set a sort order that is different from your default sort order.
11119 The default is set in the Setup/Config screen with
11120 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
11121 If the Sort Order action is set, then the folder will be displayed sorted in
11122 that sort order instead of in the default order.
11124 A possible point of confusion arises when you change the configuration
11125 of the Sort Order for the currently open folder.
11126 The folder will normally be re-sorted when you go back to viewing the
11127 index.
11128 However, if you have manually sorted the folder with the
11129 Sort
11130 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
11131 command, then it will not be re-sorted until the next time it is opened.
11133 <H3>Set Index Format</H3>
11135 When you enter a new folder, these rules will be checked to see if you
11136 have set an Index Format that is different from your default Index Format,
11137 which is set with the
11138 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
11139 If so, the index will be displayed with this format instead of the default.
11141 <H3>Set Startup Rule</H3>
11143 When you enter a new folder, these rules will be checked to see if you
11144 have set a startup rule that is different from the default startup rule.
11145 The default for incoming folders is set in the Setup/Config screen with
11146 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
11147 The default for folders other than INBOX that are not part of your
11148 incoming collection
11149 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
11150 is to start with the last message in the folder.
11151 If the Startup Rule is set to something other than &quot;default&quot;,
11152 then the rule will determine which message will be the current message when
11153 the folder is first opened.
11155 The various startup rule possibilities work the same here as they do in
11156 the incoming collection, so check
11157 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
11158 for more help.
11160 <H2>Command Descriptions</H2>
11162 <H3>Add</H3>
11164 The Add command is used to add a new rule definition to your set of
11165 rules.
11166 The new rule will be added after the highlighted rule.
11168 <H3>Delete</H3>
11170 The Delete command deletes the currently highlighted rule.
11172 <H3>Change</H3>
11174 The Change command lets you edit the nickname, Pattern,
11175 and Action of the currently highlighted rule.
11177 <H3>Shuffle</H3>
11179 The Shuffle command allows you to change the order of the rules.
11180 You may move the currently highlighted rule up or down in the list.
11181 The order of the rules is important since the rules are tested for a
11182 match starting with the first rule and continuing until a match is found.
11183 You should place the rules with more specific Patterns near the beginning
11184 of the list, and those with more general Patterns near the end so that
11185 the more specific matches will happen when appropriate.
11187 <H3>Replicate</H3>
11189 The Replicate command is used to copy an existing rule definition and modify it.
11190 The new rule will be added after the highlighted rule.
11192 <H3>IncludeFile</H3>
11194 The IncludeFile command allows you to add a rules file to your configuration.
11195 Usually, your rules will be contained in your Alpine configuration file.
11196 If you wish, some or all of your rules may be stored in a separate file.
11197 If a rules file already exists (maybe it was made by somebody else using
11198 Alpine), you may insert it before the currently highlighted rule.
11199 You may also insert an empty file or a file that does not yet exist.
11200 Once you have an empty rules file in your configuration, you may use
11201 the Shuffle command to move rules into it.
11202 In fact, that's the only way to get the initial rule into the file.
11204 <H3>eXcludeFile</H3>
11206 The eXcludeFile command removes a rules file from your rules configuration.
11207 A limitation of the program is that in order to exclude a rules file
11208 that file must have at least one rule
11209 in it, otherwise you won't be able to highlight a line in the file.
11210 So you may have to add a dummy rule to the file in order to exclude the file.
11211 <P><UL>
11212 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11213 </UL>
11215 &lt;End of help on this topic&gt;
11216 </BODY>
11217 </HTML>
11218 ===== h_rules_srch =====
11219 <HTML>
11220 <HEAD>
11221 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
11222 </HEAD>
11223 <BODY>
11224 <H1>SETUP SEARCH RULES SCREEN</H1>
11225 <H2>SETUP SEARCH RULES COMMANDS</H2>
11226 <!--chtml if pinemode="function_key"-->
11227 <PRE>
11228 Available  Commands -- Group 1         Available Commands -- Group 2   
11229 -------------------------------        ------------------------------  
11230 F1  Show Help Text                      F1  Show Help Text             
11231 F2  See commands in next group          F2  See commands in next group
11232 F3  Back to MAIN Alpine menu
11233 F4  Change configuration for rule
11234 F5  Move to previous rule               F5  Include file in rule config
11235 F6  Move to next rule                   F6  Exclude file from config
11236 F7  Previous page of rules
11237 F8  Next page of rules
11238 F9  Add new rule                        F9  Replicate existing rule
11239 F10 Delete existing rule
11240 F11 Shuffle the order of rules
11241 F12 Whereis (search rule nicknames)
11242 </PRE>
11243 <!--chtml else-->
11244 <PRE>
11245 Navigation                     General Alpine Commands
11246 -------------------------      -----------------------
11247  P  Prev rule                     ?  Display this help text
11248  N  Next rule                     E  Back to MAIN Alpine menu
11249  -  Previous page
11250 Spc (space bar) Next page
11251  W  WhereIs (search for word in rule nicknames)
11253 Setup Search Rules Commands
11254 ------------------------------------------------
11255  A  Add new rule                  $  Shuffle the order of rules
11256  D  Delete existing rule          C  Change configuration for highlighted rule
11257  R  Replicate existing rule
11258  I  Include file in rule config   X  Exclude file from rule config
11259 </PRE>
11260 <!--chtml endif-->
11262 <H2>Description of the Setup Search Rules Screen</H2>
11264 One of the commands that becomes available when that feature is turned on
11265 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
11266 screen to select a set of messages.
11267 One way of selecting messages is to use a Rule.
11268 All of the messages that match (or don't match if you wish)
11269 a Rule's Pattern will be selected.
11271 Any of your Rules may be used for this purpose.
11272 You might already have Rules set up for filtering, index line color, scores, or roles;
11273 and you may use any of those Rules with the Select command.
11274 However, you might find it more convenient to set up a separate set of Rules
11275 just for this purpose without having to worry about what other effects
11276 they may cause.
11277 That is the purpose of these Select Rules.
11280 Each rule has a &quot;Pattern&quot;
11281 that is used to decide which messages are selected when you use it with
11282 the Select command.
11284 <H2>Patterns</H2>
11286 In order to determine whether or not a message should be selected
11287 the message is compared with the rule's Pattern.
11288 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11289 Scoring, Other Rules, and Search Rules, so are described in only one place,
11290 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11292 <H2>Command Descriptions</H2>
11294 <H3>Add</H3>
11296 The Add command is used to add a new rule definition to your set of
11297 rules.
11298 The new rule will be added after the highlighted rule.
11300 <H3>Delete</H3>
11302 The Delete command deletes the currently highlighted rule.
11304 <H3>Change</H3>
11306 The Change command lets you edit the nickname and Pattern
11307 of the currently highlighted rule.
11309 <H3>Shuffle</H3>
11311 The Shuffle command allows you to change the order of the rules.
11312 This affects only the order they are presented in when you use the
11313 ^T subcommand of the Select by Rule command.
11314 You may move the currently highlighted rule up or down in the list.
11316 <H3>Replicate</H3>
11318 The Replicate command is used to copy an existing rule definition and modify it.
11319 The new rule will be added after the highlighted rule.
11321 <H3>IncludeFile</H3>
11323 The IncludeFile command allows you to add a rules file to your configuration.
11324 Usually, your rules will be contained in your Alpine configuration file.
11325 If you wish, some or all of your rules may be stored in a separate file.
11326 If a rules file already exists (maybe it was made by somebody else using
11327 Alpine), you may insert it before the currently highlighted rule.
11328 You may also insert an empty file or a file that does not yet exist.
11329 Once you have an empty rules file in your configuration, you may use
11330 the Shuffle command to move rules into it.
11331 In fact, that's the only way to get the initial rule into the file.
11333 <H3>eXcludeFile</H3>
11335 The eXcludeFile command removes a rules file from your rules configuration.
11336 A limitation of the program is that in order to exclude a rules file
11337 that file must have at least one rule
11338 in it, otherwise you won't be able to highlight a line in the file.
11339 So you may have to add a dummy rule to the file in order to exclude the file.
11340 <P><UL>
11341 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11342 </UL>
11344 &lt;End of help on this topic&gt;
11345 </BODY>
11346 </HTML>
11347 ===== h_rules_incols =====
11348 <HTML>
11349 <HEAD>
11350 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
11351 </HEAD>
11352 <BODY>
11353 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
11354 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
11355 <!--chtml if pinemode="function_key"-->
11356 <PRE>
11357 Available  Commands -- Group 1         Available Commands -- Group 2   
11358 -------------------------------        ------------------------------  
11359 F1  Show Help Text                      F1  Show Help Text             
11360 F2  See commands in next group          F2  See commands in next group
11361 F3  Back to MAIN Alpine menu
11362 F4  Change configuration for rule
11363 F5  Move to previous rule               F5  Include file in rule config
11364 F6  Move to next rule                   F6  Exclude file from config
11365 F7  Previous page of rules
11366 F8  Next page of rules
11367 F9  Add new rule                        F9  Replicate existing rule
11368 F10 Delete existing rule
11369 F11 Shuffle the order of rules
11370 F12 Whereis (search rule nicknames)
11371 </PRE>
11372 <!--chtml else-->
11373 <PRE>
11374 Navigation                     General Alpine Commands
11375 -------------------------      -----------------------
11376  P  Prev rule                     ?  Display this help text
11377  N  Next rule                     E  Back to MAIN Alpine menu
11378  -  Previous page
11379 Spc (space bar) Next page
11380  W  WhereIs (search for word in rule nicknames)
11382 Setup Index Color Commands
11383 ------------------------------------------------
11384  A  Add new rule                  $  Shuffle the order of rules
11385  D  Delete existing rule          C  Change configuration for highlighted rule
11386  R  Replicate existing rule
11387  I  Include file in rule config   X  Exclude file from rule config
11388 </PRE>
11389 <!--chtml endif-->
11391 <H2>Description of the Setup Index Line Colors Screen</H2>
11393 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
11394 This action is only available if your terminal is capable of displaying
11395 color and color display has been enabled with the
11396 <A HREF="h_config_color_style">Color Style</A> option within the
11397 Setup Color screen.
11398 (In PC-Alpine, color is always enabled so there is no option to turn on.)
11399 This screen lets you add, delete, modify, or change the order of the rules
11400 that cause the lines in the MESSAGE INDEX to be displayed in different
11401 colors.
11403 Each rule has a &quot;Pattern&quot;,
11404 which is used to decide which of the rules is used; and the color that
11405 is used if the Pattern matches a particular message.
11407 <H2>Index Color Patterns</H2>
11409 In order to determine whether or not a message matches an Index Color Rule
11410 the message is compared with the rule's Pattern.
11411 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11412 Scoring, Other Rules, and Search Rules, so are described in only one place,
11413 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11416 If none of the Index Color rules is a match for a particular index line,
11417 then the color used is set using
11418 the <A HREF="h_color_setup">Setup Kolor</A> screen.
11420 <H2>Index Line Color</H2>
11422 This is the color that index lines are colored when there is a matching
11423 Pattern.
11424 This colors the whole index line, except possibly the status letters,
11425 which may be colored separately using
11426 the <A HREF="h_color_setup">Setup Kolor</A> screen.
11428 <H2>Command Descriptions</H2>
11430 <H3>Add</H3>
11432 The Add command is used to add a new rule definition to your set of
11433 rules.
11434 The new rule will be added after the highlighted rule.
11436 <H3>Delete</H3>
11438 The Delete command deletes the currently highlighted rule.
11440 <H3>Change</H3>
11442 The Change command lets you edit the nickname, Pattern,
11443 and Index Line Color of the currently highlighted rule.
11445 <H3>Shuffle</H3>
11447 The Shuffle command allows you to change the order of the rules.
11448 You may move the currently highlighted rule up or down in the list.
11449 The order of the rules is important since the rules are tested for a
11450 match starting with the first rule and continuing until a match is found.
11451 You should place the rules with more specific Patterns near the beginning
11452 of the list, and those with more general Patterns near the end so that
11453 the more specific matches will happen when appropriate.
11455 <H3>Replicate</H3>
11457 The Replicate command is used to copy an existing rule definition and modify it.
11458 The new rule will be added after the highlighted rule.
11460 <H3>IncludeFile</H3>
11462 The IncludeFile command allows you to add a rules file to your configuration.
11463 Usually, your rules will be contained in your Alpine configuration file.
11464 If you wish, some or all of your rules may be stored in a separate file.
11465 If a rules file already exists (maybe it was made by somebody else using
11466 Alpine), you may insert it before the currently highlighted rule.
11467 You may also insert an empty file or a file that does not yet exist.
11468 Once you have an empty rules file in your configuration, you may use
11469 the Shuffle command to move rules into it.
11470 In fact, that's the only way to get the initial rule into the file.
11472 <H3>eXcludeFile</H3>
11474 The eXcludeFile command removes a rules file from your rules configuration.
11475 A limitation of the program is that in order to exclude a rules file
11476 that file must have at least one rule
11477 in it, otherwise you won't be able to highlight a line in the file.
11478 So you may have to add a dummy rule to the file in order to exclude the file.
11479 <P><UL>
11480 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11481 </UL>
11483 &lt;End of help on this topic&gt;
11484 </BODY>
11485 </HTML>
11486 ===== h_rules_filter =====
11487 <HTML>
11488 <HEAD>
11489 <TITLE>SETUP FILTERING SCREEN</TITLE>
11490 </HEAD>
11491 <BODY>
11492 <H1>SETUP FILTERING SCREEN</H1>
11493 <H2>SETUP FILTERING COMMANDS</H2>
11494 <!--chtml if pinemode="function_key"-->
11495 <PRE>
11496 Available  Commands -- Group 1         Available Commands -- Group 2   
11497 -------------------------------        ------------------------------  
11498 F1  Show Help Text                      F1  Show Help Text             
11499 F2  See commands in next group          F2  See commands in next group
11500 F3  Back to MAIN Alpine menu
11501 F4  Change configuration for filter
11502 F5  Move to previous filter             F5  Include file in filter config
11503 F6  Move to next filter                 F6  Exclude file from config
11504 F7  Previous page of filters
11505 F8  Next page of filters
11506 F9  Add new filter                      F9  Replicate existing filter
11507 F10 Delete existing filter
11508 F11 Shuffle the order of filters
11509 F12 Whereis (search filter nicknames)
11510 </PRE>
11511 <!--chtml else-->
11512 <PRE>
11513 Navigation                     General Alpine Commands
11514 -------------------------      -----------------------
11515  P  Prev Filter                   ?  Display this help text
11516  N  Next Filter                   E  Back to MAIN Alpine menu
11517  -  Previous page
11518 Spc (space bar) Next page
11519  W  WhereIs (search for word in filter nicknames)
11521 Setup Filters Commands
11522 ------------------------------------------------
11523  A  Add new filter                $  Shuffle the order of filters
11524  D  Delete existing filter        C  Change configuration for highlighted filter
11525  R  Replicate existing filter
11526  I  Include file in filter config X  Exclude file from filter config
11527 </PRE>
11528 <!--chtml endif-->
11530 <H2>Description of the Setup Filtering Screen</H2>
11532 This screen lets you add, delete, modify, or change the order of the rules
11533 that determine the filtering Alpine does on folders you view.
11535 The software that actually delivers mail (the stuff that happens
11536 before Alpine is involved) for you is in a better position to do mail filtering
11537 than Alpine itself.
11538 If possible, you may want to look into using that sort of mail filtering to
11539 deliver mail to different folders, delete it, or forward it.
11540 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
11542 Filtering is a way to automatically move certain messages from one folder
11543 to another or to delete messages.
11544 It can also be used to set message status (Important, Deleted, New,
11545 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
11546 Alpine doesn't have the ability to forward mail to another address or
11547 to deliver vacation messages.
11549 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
11550 When a folder is opened, when new mail arrives in an open folder, or
11551 when mail is Expunged from a folder; each
11552 message is compared with the Patterns of your filtering rules.
11553 The comparisons start with the first rule and keep going until there
11554 is a match.
11555 If a match is found, the message may be deleted or moved, depending on
11556 the setting of the Filter Action.
11557 If the message is not deleted, it may have its status altered.
11560 <EM>NOTE:</EM>
11561 When setting up a Pattern used to delete messages,
11562 it is recommended that you test the Pattern first with a &quot;Move&quot;
11563 folder specified in
11564 case unintended matches occur.  Messages that are deleted will be removed 
11565 from the folder and <EM>unrecoverable</EM> from within Alpine after the
11566 next Expunge command or once the folder being filtered has been closed.
11568 <H2>Filter Patterns</H2>
11570 In order to determine whether or not a message matches a filter the message is
11571 compared with the Filter's Pattern.
11572 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11573 Scoring, Other Rules, and Search Rules, so are described in only one place,
11574 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11576 Since filtering is a potentially destructive action, if you have a filtering
11577 Pattern with nothing other than Current Folder Type set, that filtering
11578 rule is ignored.
11580 <H2>Filter Actions</H2>
11582 Once a filter match is found for a particular message, there are some actions
11583 that may be taken.
11584 First, the message may have its status changed.
11585 This is the same message status that you can manipulate manually using the
11586 <a href="h_common_flag">Flag Command</a>.
11587 There are always four elements of message status that you can control.
11588 You can set or clear the Important status, the New status, the Deleted
11589 status, and the Answered status.
11590 Of course, if the filter is going to delete the message,
11591 then there is no point in setting message status.
11592 You may also be able to set user-defined keywords for a message.
11593 Read a little about keywords in the help text for the
11594 <A HREF="h_common_flag">Flag</A> command.
11596 Second, the filter may delete or move the message.
11597 Deleting the message marks it Deleted and removes it from view.
11598 It is effectively gone forever (though it technically is still there until
11599 the next expunge command, which may happen implicitly).
11600 Moving the message moves it from the open folder into the folder
11601 listed on the &quot;Folder List&quot; line of the filter configuration.
11602 If you list more than one folder name (separated by commas) then the message
11603 will be copied to each of those folders.
11604 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
11605 message is removed from the current folder.
11606 If you just want to set the messages status without deleting it from
11607 the folder, then set the filter action to
11608 &quot;Just Set Message Status&quot;.
11610 (There is no way to do a Copy instead of a Move, due to the difficulties
11611 involved in keeping track of whether or not a message has
11612 already been copied.)
11614 <H2>Command Descriptions</H2>
11616 <H3>Add</H3>
11618 The Add command is used to add a new filter definition to your set of
11619 filters.
11620 The new filter will be added after the highlighted filter.
11622 <H3>Delete</H3>
11624 The Delete command deletes the currently highlighted filter.
11626 <H3>Change</H3>
11628 The Change command lets you edit the nickname, Pattern,
11629 and Folder of the currently highlighted filter.
11631 <H3>Shuffle</H3>
11633 The Shuffle command allows you to change the order of the filters.
11634 You may move the currently highlighted filter up or down in the list.
11635 The order of the filters is important since the filters are tested for a
11636 match starting with the first filter and continuing until a match is found.
11637 You should place the filters with more specific Patterns near the beginning
11638 of the list, and those with more general Patterns near the end so that
11639 the more specific matches will happen when appropriate.
11641 <H3>Replicate</H3>
11643 The Replicate command is used to copy an existing filter and modify it.
11644 The new filter will be added after the highlighted filter.
11646 <H3>IncludeFile</H3>
11648 The IncludeFile command allows you to add a filters file to your configuration.
11649 Usually, your filters will be contained in your Alpine configuration file.
11650 If you wish, some or all of your filters may be stored in a separate file.
11651 If a filters file already exists (maybe it was made by somebody else using
11652 Alpine), you may insert it before the currently highlighted filter.
11653 You may also insert an empty file or a file that does not yet exist.
11654 Once you have an empty filters file in your configuration, you may use
11655 the Shuffle command to move filters into it.
11656 In fact, that's the only way to get the initial filter into the file.
11658 <H3>eXcludeFile</H3>
11660 The eXcludeFile command removes a filters file from your filters configuration.
11661 A limitation of the program is that in order to exclude a filters file
11662 that file must have at least one filter
11663 in it, otherwise you won't be able to highlight a line in the file.
11664 So you may have to add a dummy filter to the file in order to exclude the file.
11665 <P><UL>
11666 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11667 </UL>
11669 <H3>Performance Considerations</H3>
11670 The number and type of patterns being tested can 
11671 adversely effect performance.  Issues to be aware
11672 of include:
11674 <UL>
11675   <LI> The more filters you have defined the longer it will take to run down
11676 the list.  Deleting unused filters is a good idea.
11677   <LI> Filtering in newsgroups served by an NNTP server will be slow
11678 if your patterns include tests other than &quot;From:&quot;
11679 or &quot;Subject:&quot;.
11680 </UL>
11682 &lt;End of help on this topic&gt;
11683 </BODY>
11684 </HTML>
11685 ===== h_rules_score =====
11686 <HTML>
11687 <HEAD>
11688 <TITLE>SETUP SCORING SCREEN</TITLE>
11689 </HEAD>
11690 <BODY>
11691 <H1>SETUP SCORING SCREEN</H1>
11692 <H2>SETUP SCORING COMMANDS</H2>
11693 <!--chtml if pinemode="function_key"-->
11694 <PRE>
11695 Available  Commands -- Group 1         Available Commands -- Group 2   
11696 -------------------------------        ------------------------------  
11697 F1  Show Help Text                      F1  Show Help Text             
11698 F2  See commands in next group          F2  See commands in next group
11699 F3  Back to MAIN Alpine menu
11700 F4  Change configuration for rule
11701 F5  Move to previous rule               F5  Include file in rule config
11702 F6  Move to next rule                   F6  Exclude file from config
11703 F7  Previous page of rules
11704 F8  Next page of rules
11705 F9  Add new rule                        F9  Replicate existing rule
11706 F10 Delete existing rule
11707 F11 Shuffle the order of rules
11708 F12 Whereis (search rule nicknames)
11709 </PRE>
11710 <!--chtml else-->
11711 <PRE>
11712 Navigation                     General Alpine Commands
11713 -------------------------      -----------------------
11714  P  Prev rule                     ?  Display this help text
11715  N  Next rule                     E  Back to MAIN Alpine menu
11716  -  Previous page
11717 Spc (space bar) Next page
11718  W  WhereIs (search for word in rule nicknames)
11720 Setup Scoring Commands
11721 ------------------------------------------------
11722  A  Add new rule                  $  Shuffle the order of rules
11723  D  Delete existing rule          C  Change configuration for highlighted rule
11724  R  Replicate existing rule
11725  I  Include file in rule config   X  Exclude file from rule config
11726 </PRE>
11727 <!--chtml endif-->
11729 <H2>Description of the Setup Scoring Screen</H2>
11731 Most people will not use scores at all, but if you do use them, here's how
11732 they work in Alpine.
11733 Using this screen, you may define Scoring rules.
11734 The score for a message is calculated by looking at every Score rule defined
11735 and adding up the Score Values for the ones that match the message.
11736 If there are no matches for a message, it has a score of zero.
11737 Message scores may be used a couple of ways in Alpine.
11739 <H3>Sorting by Score</H3>
11741 One of the methods you may use to sort message indexes is to sort by
11742 score.
11743 The scores of all the messages in a folder will be calculated and then
11744 the index will be ordered by placing the messages in order of ascending or
11745 descending score.
11747 <H3>Scores for use in Patterns</H3>
11749 The Patterns used for Roles, Index Line Coloring, and Filtering have a
11750 category labeled &quot;Score Interval&quot;.
11751 When a message is being compared with a Pattern to check for a match, if
11752 the Score Interval is set only messages that have a score somewhere in
11753 the interval are a match.
11755 <H2>Scoring Rule Patterns</H2>
11757 In order to determine whether or not a message matches a scoring rule
11758 the message is compared with the rule's Pattern.
11759 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11760 Scoring, Other Rules, and Search Rules, so are described in only one place,
11761 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11764 Actually, Scoring rule Patterns are slightly different from the other types of
11765 Patterns because Scoring rule Patterns don't contain a Score Interval.
11766 In other words, when calculating the score for a message, which is done
11767 by looking at the Scoring rule Patterns, scores aren't used.
11769 <H2>Score Value</H2>
11771 This is the value that will be added to the score for a message if the
11772 rule's Pattern is a match.
11773 Each individual Score Value is an integer between -100 and 100, and the
11774 values from matching rules are added together to get a message's score.
11775 There is also a way to extract the value from a particular header of each
11776 message. See the help text for Score Value for further information.
11778 <H2>Command Descriptions</H2>
11780 <H3>Add</H3>
11782 The Add command is used to add a new scoring rule definition.
11783 The new rule will be added after the highlighted rule.
11785 <H3>Delete</H3>
11787 The Delete command deletes the currently highlighted scoring rule.
11789 <H3>Change</H3>
11791 The Change command lets you edit the nickname, Pattern,
11792 and Score Value of the currently highlighted scoring rule.
11794 <H3>Shuffle</H3>
11796 The Shuffle command allows you to change the order of the scoring rules.
11797 You may move the currently highlighted rule up or down in the list.
11798 The order of the rules is important since the rules are tested for a
11799 match starting with the first rule and continuing until a match is found.
11800 You should place the rules with more specific Patterns near the beginning
11801 of the list, and those with more general Patterns near the end so that
11802 the more specific matches will happen when appropriate.
11804 <H3>Replicate</H3>
11806 The Replicate command is used to copy an existing rule and modify it.
11807 The new rule will be added after the highlighted rule.
11809 <H3>IncludeFile</H3>
11811 The IncludeFile command allows you to add a rules file to your configuration.
11812 Usually, your rules will be contained in your Alpine configuration file.
11813 If you wish, some or all of your rules may be stored in a separate file.
11814 If a rules file already exists (maybe it was made by somebody else using
11815 Alpine), you may insert it before the currently highlighted rule.
11816 You may also insert an empty file or a file that does not yet exist.
11817 Once you have an empty rules file in your configuration, you may use
11818 the Shuffle command to move rules into it.
11819 In fact, that's the only way to get the initial rule into the file.
11821 <H3>eXcludeFile</H3>
11823 The eXcludeFile command removes a rules file from your rules configuration.
11824 A limitation of the program is that in order to exclude a rules file
11825 that file must have at least one rule
11826 in it, otherwise you won't be able to highlight a line in the file.
11827 So you may have to add a dummy rule to the file in order to exclude the file.
11828 <P><UL>
11829 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11830 </UL>
11832 &lt;End of help on this topic&gt;
11833 </BODY>
11834 </HTML>
11835 ===== h_direct_config =====
11836 <HTML>
11837 <HEAD>
11838 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
11839 </HEAD>
11840 <BODY>
11841 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
11842 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
11843 <!--chtml if pinemode="function_key"-->
11844 <PRE>
11845 Available  Commands                        
11846 -------------------------------            
11847 F1  Show Help Text                         
11848 F3  Back to MAIN Alpine menu                 
11849 F4  Change configuration for directory server  
11850 F5  Move to previous directory server          
11851 F6  Move to next directory server              
11852 F7  Previous page of directory servers         
11853 F8  Next page of directory servers
11854 F9  Add new directory server
11855 F10 Delete existing directory server
11856 F11 Shuffle the order of directory servers
11857 F12 Whereis (search directory server titles)   
11858 </PRE>
11859 <!--chtml else-->
11860 <PRE>
11861 Navigation                     General Alpine Commands
11862 -------------------------      -----------------------
11863  P  Prev Directory Server         ?  Display this help text
11864  N  Next Directory Server         E  Back to MAIN Alpine menu
11865  -  Previous page
11866 Spc (space bar) Next page
11867  W  WhereIs (search for word in directory server titles)
11869 Setup LDAP Directory Server Commands
11870 ------------------------------------------------
11871  A  Add new directory server      $  Shuffle the order of directory servers
11872  D  Delete existing dir server    C  Change configuration for highlighted server
11873 </PRE>
11874 <!--chtml endif-->
11876 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
11878 This screen lets you add, delete, modify, or change the order of your
11879 directory servers. You may also set some optional behavior for each server.
11880 The &quot;Add Dir&quot; command brings up a blank form to 
11881 fill in. You will have to supply at least the name of the LDAP server.
11882 You will often have to supply a search base to be used with that server,
11883 as well. Once the form has been brought up on your screen, there is help
11884 available for each of the options you may set.
11886 The &quot;Del Dir&quot; command allows you to remove a directory server
11887 from your configuration.
11889 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
11890 The difference is that instead of bringing up a form for a new server
11891 configuration, you are changing the configuration of an existing entry.
11892 For example, you might want to correct a typing error, change a
11893 nickname, or change one of the options set for that server.
11895 The &quot;Shuffle&quot; command is used to change the order of directory
11896 servers.
11897 <P><UL>
11898 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11899 </UL>
11901 &lt;End of help on this topic&gt;
11902 </BODY>
11903 </HTML>
11904 ============= h_address_display ========================
11905 <HTML>
11906 <HEAD>
11907 <TITLE>SEARCH RESULTS INDEX</TITLE>
11908 </HEAD>
11909 <BODY>
11910 <H1>SEARCH RESULTS INDEX</H1>
11911 This screen shows the results, if any, of your Directory Server search.  
11912 Commands (besides those for screen navigation) are:
11913 <DL>
11914 <DT>View
11915 <!--chtml if pinemode="function_key"-->
11916 (F4)
11917 <!--chtml else-->
11919 <!--chtml endif-->
11920 </DT>
11921 <DD>See the full information for the selected entry.
11923 <DT>Compose
11924 <!--chtml if pinemode="function_key"-->
11925 (F9)
11926 <!--chtml else-->
11928 <!--chtml endif--></DT>
11929 <DD>Compose a message with the selected entry as the recipient.
11931 <DT>Role
11932 <!--chtml if pinemode="function_key"-->
11933 (F2)
11934 <!--chtml else-->
11936 <!--chtml endif--></DT>
11937 <DD>Compose a message with the selected entry as the recipient. This differs
11938 from Compose in that you may select a role before beginning your composition.
11940 <DT>Forward
11941 <!--chtml if pinemode="function_key"-->
11942 (F10)
11943 <!--chtml else-->
11945 <!--chtml endif--></DT>
11946 <DD>Send the full information for the selected entry as an 
11947 email message to someone else.
11949 <DT>Save
11950 <!--chtml if pinemode="function_key"-->
11951 (F11)
11952 <!--chtml else-->
11954 <!--chtml endif-->
11955 </DT>
11956 <DD>Save to your address book:
11957 <UL>
11958 <LI>the result of the search (as just found through your query) for the 
11959 selected entry; or 
11960 <LI>the selected entry for repeated Directory Server searching when used 
11961 in the future.
11962 </UL>
11963 or<BR>
11964 Export to a file (external to Alpine):
11965 <UL>
11966 <LI>the full information for the selected entry; or
11967 <LI>the email address from the selected entry; or
11968 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
11969 </UL>
11970 <DT>WhereIs
11971 <!--chtml if pinemode="function_key"-->
11972 (F12)
11973 <!--chtml else-->
11975 <!--chtml endif-->
11976 </DT>
11977 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
11978 displayed text, not the full records for each entry.)  
11979 </DL>
11980 &lt;End of help on this topic&gt;
11981 </BODY>
11982 </HTML>
11983 ============= h_address_select ========================
11984 <HTML>
11985 <HEAD>
11986 <TITLE>SEARCH RESULTS INDEX</TITLE>
11987 </HEAD>
11988 <BODY>
11989 <H1>SEARCH RESULTS INDEX</H1>
11990 This screen shows the results, if any, of your Directory Server search.  
11991 Commands (besides those for screen navigation) are:
11992 <DL>
11993 <DT>Select
11994 </DT>
11995 <DD>Select this entry for use.
11997 <DT>ExitSelect
11998 <DD>Exit without selecting any of the entries.
12000 <DT>WhereIs
12001 </DT>
12002 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
12003 displayed text, not the full records for each entry.)  
12004 </DL>
12005 &lt;End of help on this topic&gt;
12006 </BODY>
12007 </HTML>
12008 ===== h_folder_maint =====
12009 <HTML>
12010 <HEAD>
12011 <TITLE>Help for Folder List</TITLE>
12012 </HEAD>
12013 <BODY>
12014 <H1>FOLDER LIST COMMANDS</H1>
12015 <!--chtml if pinemode="function_key"-->
12016 <PRE>
12017 Available Commands -- Group 1        Available Commands -- Group 2
12018 -------------------------------      ------------------------------
12019 F1  Show Help Text                    F1  Show Help Text               
12020 F2  See commands in next group        F2  See commands in next group  
12021 F3  MAIN MENU Screen                  F3  Quit Alpine                    
12022 F4  Select folder and view it         F4  MAIN MENU Screen
12023 F5  Move to previous folder
12024 F6  Move to next folder               F6  Specify a folder to go to
12025 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
12026 F8  Show next screen of listing       F8  Compose a message
12027 F9  Add a new folder                  F9  Print folder listing
12028 F10 Delete selected folder
12029 F11 Rename selected folder
12030 F12 Whereis (search folder names)
12032 Available Commands -- Group 3
12033 F1  Show Help Text
12034 F2  See commands in next group
12035 F5  Go to next new message
12036     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
12037 F8  Compose a message using roles
12038 F9  Export folder to a file
12039 F10 Import the file back to a folder
12040 </PRE>
12041 <!--chtml else-->
12042 <PRE>
12043 Navigating the Folder Screen            Operations on the Selected Folder
12044 ----------------------------            ---------------------------------
12045  P   Move to previous folder              V  View Index of selected folder
12046  N   Move to next folder                  D  Delete
12047  -   Show previous page of listing        R  Rename
12048 Spc  (space bar) Show next page           E  Export to file
12049                                           U  Import from file to folder
12051 FOLDER LIST Screen Commands              General Alpine Command
12052 ---------------------------              -----------------------
12053  A  Add a folder                          O  Show all other available commands
12054  G  Specify a folder to go to             ?  Show Help text
12055  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
12056  W  Whereis (search folder names)         Q  Quit Alpine
12057  %  Print folder listing                  C  Compose a message
12058                                           #  Compose a message using roles
12059 </PRE>
12060 <!--chtml endif-->
12062 These commands are only available in the FOLDER LIST screen when the 
12063 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
12064 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
12065 <DT>Select:</DT>
12066 <DD>Select folders by certain criteria:<UL>
12067 <LI>All: of limited use, since there is no Apply command.
12068 <LI>by Property: <UL>
12069         <LI>folder contains messages not yet seen 
12070         <LI>folder contains new messages
12071         <LI>folder contains exactly as many, more, or fewer messages 
12072 than a given number
12073         </UL>
12074 <LI>by Text: <UL>
12075         <LI>contained in name of folder (Name Select)
12076         <LI>contained in messages in folder (Content Select)
12077         </UL>
12078 </UL></DD>
12080 <DT>Select current:</DT>
12081 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
12082 add one or more folders to a set created with the Select command described 
12083 above.)</DD>
12084 <DT>Zoom mode:</DT>
12085 <DD>Toggles display of only selected folders or all folders on and off.</DD>
12086 </DL>
12088 If the feature
12089 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
12090 is set then the TAB key will display the number of recent messages and
12091 the total number of messages in the highlighted folder.
12093 The &quot;Export&quot; command causes the lowest common denominator style
12094 mailbox to be written to a file.
12095 If the file already exists, you are asked if you want to delete it.
12096 If you say No, then the operation is aborted.
12097 Export might be a reasonable way to store a backup or an archival copy of
12098 a folder.
12099 The exported-to file is a local file on the system where you are running Alpine.
12100 The &quot;Import&quot; command is the opposite of the Export command.
12101 It reads a file created by Export and asks where it should save it in your
12102 folders.
12103 This could be a new folder or an existing folder.
12104 If the folder already exists, the messages from the exported file will be
12105 appended to the folder.
12107 <CENTER>Description of the FOLDER LIST Screen</CENTER>
12109 The purpose of the FOLDER LIST screen is to help you browse and manage
12110 the folders and directories (also known as &quot;hierarchy&quot;)
12111 contained within a collection.
12114 Folders and directories are arranged alphabetically across lines of
12115 the screen.  Directories, if present, are denoted by a special
12116 character at the end of the name known as the hierarchy delimiter
12117 (typically, &quot;/&quot;).  By default, folders and directories are
12118 mixed together.  The
12119 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
12120 configuration option can be used to group directories toward the 
12121 beginning or end of the list.
12124 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
12125 commands change the &quot;selected&quot; (i.e., highlighted) folder or
12126 directory, and the View Fldr/Dir commands will &quot;open&quot; the
12127 selected item.  Folder and directory management is provided via the
12128 Rename, Delete and Add commands.
12130 <P><CENTER>About Folders</CENTER>
12131 What are Folders?<P>
12133 Folders are simply files where messages are kept.  Every message has to be
12134 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
12135 folder for sent mail and a folder for saved messages.<P>
12137 You may create as many other folders as you wish.  They must be given
12138 names that can be filenames on the filesystem.  
12141 You can move messages from one folder to another by opening the original
12142 folder and saving messages into the other folder just as you can save
12143 message from your INBOX to any other folder.<P>
12145 Folders are typically just files in the filesystem.  However, the files
12146 that are
12147 folders have some special formatting in them (so that Alpine knows where one
12148 message ends and another begins) and should <EM>not</EM> be edited outside of
12149 Alpine.  If you want copies of your messages in text files that you can edit
12150 or otherwise manipulate, use the Export command to copy them from Alpine into
12151 your regular file area.
12154 FOR MORE INFORMATION: See the section on
12155 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12157 <CENTER>About Directories</CENTER>
12159 A directory is simply a container used to group folders within a
12160 folder list.  You can create as many directories as you like.  And 
12161 directories can even contain directories themselves.
12164 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
12165 to note that not all IMAP servers support directories.  If you find that
12166 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
12167 then it's likely that directories are not supported by the server serving
12168 in that collection.
12171 Similarly, servers that do provide for directories may not do so in
12172 the same way.  On some servers, for example, each folder name you
12173 create is at the same time capable of being a directory.  When this
12174 happens, Alpine will display both the folder name and the name of the
12175 directory (with trailing hierarchy delimiter) in the folder list.
12178 Another issue with IMAP access, though with a much smaller set of servers,
12179 is that not all servers accept the request to list out the available
12180 folders and directories in the same way.  If you find yourself having
12181 trouble viewing folders on your server, you might investigate the
12182 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
12183 feature.
12185 <UL>
12186 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12187 </UL>
12189 &lt;End of help on this topic&gt;
12190 </BODY>
12191 </HTML>
12192 ========= h_valid_folder_names ========
12193 <HTML>
12194 <HEAD>
12195 <TITLE>Explanation of Valid Folder Names</TITLE>
12196 </HEAD>
12197 <BODY>
12198 <H1>Folder Name Syntax Explained</H1>
12200 Once your folder collections are defined, you can usually refer to
12201 folders by their simple (unqualified) name, or pick from a FOLDER LIST
12202 display.  However, understanding the complete syntax for folder names,
12203 both local and remote, is handy when using the Goto command and when
12204 you are adding new folder collections via the Setups/collectionList screen.
12206 An Alpine folder name looks like
12209 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
12212 The square brackets ([]) mean that the part is optional.
12215 If there is no remote-specification, then the folder name is interpreted
12216 locally on the computer running Alpine.
12217 Local folder names depend on the operating system used by the computer 
12218 running Alpine, as well as the configuration of that system.  For example,
12219 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
12220 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
12221 system running Unix.
12224 Alpine users have the option of using folders that are stored on some other
12225 computer.  Alpine accesses remote folders via IMAP (the Internet Message
12226 Access Protocol), or in the case of news, via NNTP (the Network News
12227 Transport Protocol).  To be able to access remote folders in Alpine, the
12228 remote host must be running the appropriate server software (imapd or
12229 nntpd) and you must correctly specify the name of the folder to Alpine,
12230 including the domain name of the remote machine. For example,
12232 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
12234 could be a remote folder specification, and so could
12236 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
12239 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
12241 Note that in the case of remote folders, the directory/file path in the specification is 
12242 determined by the operating system of the remote computer, <B>not</B> by
12243 the operating system of the computer on which you are running Alpine.
12245 As you can tell, the name of the computer is in &#123;} brackets
12246 followed immediately by the name of the folder.  (In each of these cases the
12247 optional namespace is missing.)  If, as in these
12248 examples, there is no remote access protocol specified, then IMAP is
12249 assumed.  Check
12250 <A HREF="h_folder_server_syntax">here</A>
12251 for a more detailed look at what options can be placed between the brackets.
12252 If there are no brackets at all, then the folder name is interpreted locally
12253 on the computer on which you are running Alpine.
12256 To the right of the brackets when a server name is present, or at the
12257 start of the foldername if no server is present, the sharp sign,
12258 &quot;#&quot;, holds special meaning.  It indicates a folder name
12259 outside the area reserved for your personal folders.  In fact, it's
12260 used to indicate both the name of the folder, and a special phrase
12261 telling Alpine how to interpret the name that follows.
12264 So, for example, Alpine can be used to access a newsgroup that might be 
12265 available on your computer using:
12267 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
12269 The sharp sign indicates the folder name is outside your personal
12270 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
12271 interpret the remainder of the name as a newsgroup.
12274 Similarly, to access a newsgroup on your IMAP server, you might
12275 use something like:
12277 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
12280 There are a number of such special phrases (or &quot;namespaces&quot;)
12281 available.  For a more detailed explanation read about
12282 <A HREF="h_folder_name_namespaces">Namespaces</A>.
12285 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
12286 names.  The name INBOX refers to your &quot;principal incoming
12287 message folder&quot; and will be mapped to the actual file name used for your
12288 INBOX on any given host.  Therefore, a name like
12289 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
12290 store incoming mail for you on that particular host.
12293 &lt;End of help on this topic&gt;
12294 </BODY>
12295 </HTML>
12296 ======= h_folder_name_namespaces =======
12297 <HTML>
12298 <HEAD>
12299 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
12300 </HEAD>
12301 <BODY>
12302 <H1>Folder Name Namespaces Explained</H1>
12304 An Alpine folder name looks like
12307 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
12310 The local part of a folder name has an optional &quot;Namespace&quot; which
12311 tells Alpine how to interpret the rest of the name.
12313 <P> 
12314 By default the folder name is interpreted as defining a section of your personal
12315 folder area.  This area and how you specify it are defined by the
12316 server, if one is specified, or, typically, the home
12317 directory, if no server is defined.
12320 If a namespace is specified, it begins with the
12321 sharp, &quot;#&quot;, character followed by the name of the namespace
12322 and then the namespace's path-element-delimiter.  Aside from the
12323 path's format, namespaces can also imply access rights, content
12324 policy, audience, location, and, occasionally, access methods.
12327 Each server exports its own set (possibly of size one) of 
12328 namespaces.  Hence, it's likely communication with your server's
12329 administrator will be required for specific configurations.  Some of
12330 the more common namespaces, however, include:
12332 <DL>
12333 <DT>#news.</DT>
12334 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
12335 names are hierarchically defined with each level delimited by a period.
12337 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
12339 </DD>
12340 <DT>#public/</DT>
12341 <DD>This specifies a folder area that the server may export to the general
12342 public.
12343 </DD>
12344 <DT>#shared/</DT>
12345 <DD>This specifies a folder area that the server may export to groups
12346 of users.
12347 </DD>
12348 <DT>#ftp/</DT>
12349 <DD>This specifies a folder area that is the same as that it may have 
12350 exported via the &quot;File Transfer Protocol&quot;.
12351 </DD>
12352 <DT>#mh/</DT>
12353 <DD>This specifies the personal folder area associated with folders
12354 and directories that were created using the MH message handling system.
12355 </DD>
12356 <DT>#move/</DT>
12357 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
12359 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
12361 The #move namespace is followed by two folder names separated by a delimiter
12362 character.
12363 The delimiter character may be any character that does not appear in
12364 the MailDropFolder name.
12365 The meaning of #move is that mail will be copied from the MailDropFolder to
12366 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
12367 Periodic checks at frequency
12368 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
12369 time between checks set by
12370 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
12371 are made for new mail arriving in the MailDropFolder.
12372 An example that copies mail from a POP inbox to a local folder follows
12374 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
12376 To you it appears that mail is being delivered to the local folder when it
12377 is copied from the MailDropFolder, and you read mail from the local folder.
12379 Note that if the DestinationFolder does not exist then the messages are not
12380 copied from the MailDropFolder.
12381 A #move folder may only be used as an
12382 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
12383 an Inbox.
12384 When you are in the FOLDER LIST of Incoming Message Folders (after turning
12385 on the
12386 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
12387 option)
12388 the Add command has a subcommand &quot;Use Mail Drop&quot;
12389 which may be helpful for defining the folder in your Alpine configuration.
12390 The same is true when you edit the
12391 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
12392 option in Setup/Config.
12393 Each of these configuration methods will also create the DestinationFolder
12394 if it doesn't already exist.
12395 If you are having problems, make sure the DestinationFolder exists.
12396 You may find some more useful information about Mail Drops at
12397 <A HREF="h_maildrop">What is a Mail Drop?</A>.
12398 </DD>
12399 </DL>
12402 In addition, the server may support access to other user's folders,
12403 provided you have suitable permissions.  Common methods use a prefix
12404 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
12405 indicate the root of the other user's folder area.
12408 No, nothing's simple.
12411 &lt;End of help on this topic&gt;
12412 </BODY>
12413 </HTML>
12414 ============= h_whatis_vcard ========================
12415 <HTML>
12416 <HEAD>
12417 <TITLE>VCARD EXPLAINED</TITLE>
12418 </HEAD>
12419 <BODY>
12420 <H1>What is the vCard format?</H1>
12421 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
12422 information about and among people and organizations electronically.  
12423 More information about vCard can be found (as of May 1998) on the WWW site 
12424 of the Internet Mail Consortium at the URL:
12426 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
12428 &lt;End of help on this topic&gt;
12429 </BODY>
12430 </HTML>
12431 ===== h_folder_open =====
12432 <HTML>
12433 <HEAD>
12434 <TITLE>Explanation of Folder Selection</TITLE>
12435 </HEAD>
12436 <BODY>
12437 <BR>
12438 <BR>
12439 This screen is designed to allow you to quickly and easily survey your
12440 folders and select one to open.
12441 <!--chtml if pinemode="function_key"-->
12442 <PRE>
12443 Navigating the List of Folders             General Alpine Commands
12444 ------------------------------             -----------------------
12445  P   Move to previous folder               ?   Show this help text
12446  N   Move to next folder
12447  -   Show previous screen of folders
12448 Spc  (space bar) Show next screen
12449  W   WhereIs (search folder names)
12451 Folder Selection Commands
12452 -------------------------
12453  E   Exit the Folder Select menu (without selecting a folder)
12454  S   Select the currently highlighted folder
12455 </PRE>
12456 <!--chtml else-->
12457 <PRE>
12458 Navigating the List of Folders             General Alpine Commands
12459 ------------------------------             -----------------------
12460 F5   Move to previous folder               F1  Show this help text
12461 F6   Move to next folder
12462 F7   Show previous screen of folders
12463 F8   Show next screen of folders
12464 F12  WhereIs (search folder names)
12466 Folder Selection Commands
12467 -------------------------
12468 F3   Exit the Folder Select menu (without selecting a folder)
12469 F4   Select the currently highlighted folder
12470 </PRE>
12471 <!--chtml endif-->
12473 FOR MORE INFORMATION: See the section on
12474 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12476 &lt;End of help on this topic&gt;
12477 </BODY>
12478 </HTML>
12479 ===== h_folder_subscribe =====
12480 <HTML>
12481 <HEAD>
12482 <TITLE>Newsgroup Subscribe Screen explained</TITLE>
12483 </HEAD>
12484 <BODY>
12485 <H1>FOLDER SUBSCRIBE HELP</H1>
12487 This screen is designed to help you subscribe to newsgroups you are
12488 not currently subscribed to.  The screen display is a list of all
12489 available newsgroups (or possibly a partial list if you specified a
12490 partial name when entering the screen).  Groups you have already
12491 subscribed to have the letters &quot;SUB&quot; next to them.  You may
12492 select a single new group to subscribe to by moving the cursor to that
12493 group and pressing &quot;S&quot; or carriage return.  Alternatively,
12494 you may change into ListMode with the &quot;ListMode&quot; command.
12495 The display will change slightly so that each group has a checkbox in
12496 front of it.  Use the cursor and the Set/Unset command to place an
12497 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
12500 When you are finished marking groups, the &quot;Subscribe&quot;
12501 command will subscribe you to those groups you have marked.  Note, you
12502 may not unsubscribe to groups with this command.  Instead of the
12503 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
12504 UnSbscrbe command.
12507 <!--chtml if pinemode="function_key"-->
12508 <PRE>
12509 Navigating the List of Newsgroups          General Alpine Commands
12510 ---------------------------------          -----------------------
12511 F5   Move to previous group                F1   Show this help text
12512 F6   Move to next group
12513 F7   Show previous screen of groups
12514 F8   Show next screen of groups
12515 F12  WhereIs (search group names)
12516 F9   Use ListMode
12518 Group Selection Commands
12519 -------------------------
12520 F3  Exit the News Subscribe menu (without selecting any groups)
12521 F4  Subscribe to the currently highlighted newsgroup
12522 </PRE>
12523 <!--chtml else-->
12524 <PRE>
12525 Navigating the List of Newsgroups          General Alpine Commands
12526 ---------------------------------          -----------------------
12527  P   Move to previous group                ?   Show this help text
12528  N   Move to next group
12529  -   Show previous screen of groups
12530 Spc  (space bar) Show next screen
12531  W   WhereIs (search group names)
12532  L   Use ListMode
12534 Group Selection Commands
12535 -------------------------
12536  E   Exit the News Subscribe menu (without selecting any groups)
12537  S   Subscribe to the currently highlighted newsgroup
12538 </PRE>
12539 <!--chtml endif-->
12541 When in ListMode, there is an additional command for marking groups to
12542 subscribe to:
12544 <!--chtml if pinemode="function_key"-->
12545 <PRE>
12546 ListMode Commands
12547 -------------------------
12548 F9  Set or unset the highlighted group
12549 </PRE>
12550 <!--chtml else-->
12551 <PRE>
12552 ListMode Commands
12553 -------------------------
12554 X   Set or unset the highlighted group
12555 </PRE>
12556 <!--chtml endif-->
12558 &lt;End of help on this topic&gt;
12559 </BODY>
12560 </HTML>
12561 ===== h_folder_postnews =====
12562 <HTML>
12563 <HEAD>
12564 <TITLE>Newsgroup selecting for Posting explained</TITLE>
12565 </HEAD>
12566 <BODY>
12567 This screen is designed to allow you to quickly and easily survey
12568 the available newsgroups and select one to post news to.
12570 <!--chtml if pinemode="function_key"-->
12571 <PRE>
12572 Navigating the List of Newsgroups          General Alpine Commands
12573 ---------------------------------          -----------------------
12574 F5   Move to previous group                F1  Show this help text
12575 F6   Move to next group
12576 F7   Show previous screen of groups
12577 F8   Show next screen of groups
12578 F12  WhereIs (search group names)
12580 Group Selection Commands
12581 -------------------------
12582 F3   Exit the Selection menu (without selecting a group)
12583 F4   Select the currently highlighted newsgroup
12584 </PRE>
12585 <!--chtml else-->
12586 <PRE>
12587 Navigating the List of Newsgroups          General Alpine Commands
12588 ---------------------------------          -----------------------
12589  P   Move to previous group                ?  Show this help text
12590  N   Move to next group
12591  -   Show previous screen of groups
12592 Spc  (space bar) Show next screen of groups
12593  W   WhereIs (search group names)
12595 Group Selection Commands
12596 -------------------------
12597  E   Exit the Selection menu (without selecting a group)
12598  S   Select the currently highlighted newsgroup
12599 </PRE>
12600 <!--chtml endif-->
12602 &lt;End of help on this topic&gt;
12603 </BODY>
12604 </HTML>
12605 ===== h_folder_save =====
12606 <HTML>
12607 <HEAD>
12608 <TITLE>Folder Select for Save Explained</TITLE>
12609 </HEAD>
12610 <BODY>
12611 This screen is designed to allow you to quickly and easily survey your
12612 folders and select one to use for saving the current message.
12615 <!--chtml if pinemode="function_key"-->
12616 <PRE>
12617 Navigating the List of Folders             General Alpine Commands
12618 ------------------------------             -----------------------
12619 F5   Move to previous folder               F1  Show this help text
12620 F6   Move to next folder
12621 F7   Show previous screen of folders
12622 F8   Show next screen of folders
12623 F12  WhereIs (search folder names)
12625 Folder Selection Commands
12626 -------------------------
12627 F3   Exit the Folder Select menu (without selecting a folder)
12628 F4   Select the currently highlighted folder
12629 F11  AddNew folder (just like Select, but you type in a new folder name)
12630 </PRE>
12631 <!--chtml else-->
12632 <PRE>
12633 Navigating the List of Folders             General Alpine Commands
12634 ------------------------------             -----------------------
12635  P   Move to previous folder               ?  Show this help text
12636  N   Move to next folder
12637  -   Show previous screen of folders
12638 Spc  (space bar) Show next screen of folders
12639  W   WhereIs (search folder names)
12641 Folder Selection Commands
12642 -------------------------
12643  E   Exit the Folder Select menu (without selecting a folder)
12644  S   Select the currently highlighted folder
12645  A   AddNew folder (just like Select, but you type in a new folder name)
12646 </PRE>
12647 <!--chtml endif-->
12649 FOR MORE INFORMATION: See the section on
12650 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12652 &lt;End of help on this topic&gt;
12653 </BODY>
12654 </HTML>
12655 ===== h_folder_fcc =====
12656 <HTML>
12657 <HEAD>
12658 <TITLE>Folder Select for Fcc Explained</TITLE>
12659 </HEAD>
12660 <BODY>
12661 This screen is designed to allow you to quickly and easily survey your
12662 folders and select one to use as the file carbon copy (fcc) for the
12663 current message.
12666 <!--chtml if pinemode="function_key"-->
12667 <PRE>
12668 Navigating the List of Folders             General Alpine Commands
12669 ------------------------------             -----------------------
12670 F5   Move to previous folder               F1  Show this help text
12671 F6   Move to next folder
12672 F7   Show previous screen of folders
12673 F8   Show next screen of folders
12674 F12  WhereIs (search folder names)
12676 Folder Selection Commands
12677 -------------------------
12678 F3   Exit the Folder Select menu (without selecting a folder)
12679 F4   Select the currently highlighted folder
12680 F11  AddNew folder (just like Select, but you type in a new folder name)
12681 </PRE>
12682 <!--chtml else-->
12683 <PRE>
12684 Navigating the List of Folders             General Alpine Commands
12685 ------------------------------             -----------------------
12686  P   Move to previous folder               ?  Show this help text
12687  N   Move to next folder
12688  -   Show previous screen of folders
12689 Spc  (space bar) Show next screen of folders
12690  W   WhereIs (search folder names)
12692 Folder Selection Commands
12693 -------------------------
12694  E   Exit the Folder Select menu (without selecting a folder)
12695  S   Select the currently highlighted folder
12696  A   AddNew folder (just like Select, but you type in a new folder name)
12697 </PRE>
12698 <!--chtml endif-->
12700 FOR MORE INFORMATION: See the section on
12701 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12703 &lt;End of help on this topic&gt;
12704 </BODY>
12705 </HTML>
12706 ===== h_folder_pattern_roles =====
12707 <HTML>
12708 <HEAD>
12709 <TITLE>Folder Select for Current Folder Explained</TITLE>
12710 </HEAD>
12711 <BODY>
12712 This screen is designed to allow you to quickly and easily survey your
12713 folders and select one to use as the specific Current Folder
12714 in a Pattern.
12717 <!--chtml if pinemode="function_key"-->
12718 <PRE>
12719 Navigating the List of Folders             General Alpine Commands
12720 ------------------------------             -----------------------
12721 F5   Move to previous folder               F1  Show this help text
12722 F6   Move to next folder
12723 F7   Show previous screen of folders
12724 F8   Show next screen of folders
12725 F12  WhereIs (search folder names)
12727 Folder Selection Commands
12728 -------------------------
12729 F3   Exit the Folder Select menu (without selecting a folder)
12730 F4   Select the currently highlighted folder
12731 F11  AddNew folder (just like Select, but you type in a new folder name)
12732 </PRE>
12733 <!--chtml else-->
12734 <PRE>
12735 Navigating the List of Folders             General Alpine Commands
12736 ------------------------------             -----------------------
12737  P   Move to previous folder               ?  Show this help text
12738  N   Move to next folder
12739  -   Show previous screen of folders
12740 Spc  (space bar) Show next screen of folders
12741  W   WhereIs (search folder names)
12743 Folder Selection Commands
12744 -------------------------
12745  E   Exit the Folder Select menu (without selecting a folder)
12746  S   Select the currently highlighted folder
12747  A   AddNew folder (just like Select, but you type in a new folder name)
12748 </PRE>
12749 <!--chtml endif-->
12751 FOR MORE INFORMATION: See the section on
12752 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12754 &lt;End of help on this topic&gt;
12755 </BODY>
12756 </HTML>
12757 ===== h_folder_stayopen_folders =====
12758 <HTML>
12759 <HEAD>
12760 <TITLE>Folder Select Explained</TITLE>
12761 </HEAD>
12762 <BODY>
12763 This screen is designed to allow you to quickly and easily survey your
12764 folders and select one to use as a Stay-Open folder.
12767 <!--chtml if pinemode="function_key"-->
12768 <PRE>
12769 Navigating the List of Folders             General Alpine Commands
12770 ------------------------------             -----------------------
12771 F5   Move to previous folder               F1  Show this help text
12772 F6   Move to next folder
12773 F7   Show previous screen of folders
12774 F8   Show next screen of folders
12775 F12  WhereIs (search folder names)
12777 Folder Selection Commands
12778 -------------------------
12779 F3   Exit the Folder Select menu (without selecting a folder)
12780 F4   Select the currently highlighted folder
12781 F11  AddNew folder (just like Select, but you type in a new folder name)
12782 </PRE>
12783 <!--chtml else-->
12784 <PRE>
12785 Navigating the List of Folders             General Alpine Commands
12786 ------------------------------             -----------------------
12787  P   Move to previous folder               ?  Show this help text
12788  N   Move to next folder
12789  -   Show previous screen of folders
12790 Spc  (space bar) Show next screen of folders
12791  W   WhereIs (search folder names)
12793 Folder Selection Commands
12794 -------------------------
12795  E   Exit the Folder Select menu (without selecting a folder)
12796  S   Select the currently highlighted folder
12797  A   AddNew folder (just like Select, but you type in a new folder name)
12798 </PRE>
12799 <!--chtml endif-->
12801 FOR MORE INFORMATION: See the section on
12802 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12804 &lt;End of help on this topic&gt;
12805 </BODY>
12806 </HTML>
12807 ===== h_folder_action_roles =====
12808 <HTML>
12809 <HEAD>
12810 <TITLE>Folder Select Explained</TITLE>
12811 </HEAD>
12812 <BODY>
12813 This screen is designed to allow you to quickly and easily survey your
12814 folders and select one to use as the folder into which messages
12815 matching this filter will be moved.
12818 <!--chtml if pinemode="function_key"-->
12819 <PRE>
12820 Navigating the List of Folders             General Alpine Commands
12821 ------------------------------             -----------------------
12822 F5   Move to previous folder               F1  Show this help text
12823 F6   Move to next folder
12824 F7   Show previous screen of folders
12825 F8   Show next screen of folders
12826 F12  WhereIs (search folder names)
12828 Folder Selection Commands
12829 -------------------------
12830 F3   Exit the Folder Select menu (without selecting a folder)
12831 F4   Select the currently highlighted folder
12832 F11  AddNew folder (just like Select, but you type in a new folder name)
12833 </PRE>
12834 <!--chtml else-->
12835 <PRE>
12836 Navigating the List of Folders             General Alpine Commands
12837 ------------------------------             -----------------------
12838  P   Move to previous folder               ?  Show this help text
12839  N   Move to next folder
12840  -   Show previous screen of folders
12841 Spc  (space bar) Show next screen of folders
12842  W   WhereIs (search folder names)
12844 Folder Selection Commands
12845 -------------------------
12846  E   Exit the Folder Select menu (without selecting a folder)
12847  S   Select the currently highlighted folder
12848  A   AddNew folder (just like Select, but you type in a new folder name)
12849 </PRE>
12850 <!--chtml endif-->
12852 FOR MORE INFORMATION: See the section on
12853 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12855 &lt;End of help on this topic&gt;
12856 </BODY>
12857 </HTML>
12858 ===== h_abook_config =====
12859 <HTML>
12860 <HEAD>
12861 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
12862 </HEAD>
12863 <BODY>
12864 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
12865 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
12866 <!--chtml if pinemode="function_key"-->
12867 <PRE>
12868 Available  Commands                        
12869 -------------------------------            
12870 F1  Show Help Text                         
12871 F3  Back to MAIN Alpine menu                 
12872 F4  Change configuration for address book  
12873 F5  Move to previous address book          
12874 F6  Move to next address book              
12875 F7  Previous page of address books         
12876 F8  Next page of address books             
12877 F9  Add new address book                   
12878 F10 Delete existing address book           
12879 F11 Shuffle the order of address books     
12880 F12 Whereis (search address book titles)   
12881 </PRE>
12882 <!--chtml else-->
12883 <PRE>
12884 Navigation                     General Alpine Commands
12885 -----------------------        -----------------------
12886  P  Prev Address Book           ?  Display this help text
12887  N  Next Address Book           E  Back to MAIN Alpine menu
12888  -  Previous page
12889 Spc (space bar) Next page
12890  W  WhereIs (search for word in address book titles)
12892 Setup Address Books Commands
12893 ------------------------------------------------
12894  A  Add new address book          $  Shuffle the order of address books
12895  D  Delete existing address book  C  Change configuration for address book
12896 </PRE>
12897 <!--chtml endif-->
12899 <H2>Description of the Setup Address Books Screen</H2>
12901 This screen lets you add, delete, modify, or change the order of your
12902 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
12903 fill in.  If you are adding a remote address book on an IMAP server
12904 you should fill in the name of the IMAP server.  Otherwise, leave
12905 that field blank.  (Note that remote IMAP address books are an Alpine
12906 concept and are unlikely to interoperate with other mail clients.)
12907 For a remote address book, fill in the name of the remote folder
12908 in the Folder field.  This should be a folder that is used only for
12909 this one purpose, not a general purpose folder you expect to store
12910 messages in.
12911 <P>If you are adding a local address book, fill in the
12912 Folder Name field with a local file name (e.g., .addressbook).
12914 <B>Please note:</B> Remote address books stored on an IMAP server are 
12915 of an entirely different format (namely, a special-purpose 
12916 &quot;mail folder&quot;) than that of the local addressbook familiar 
12917 to Alpine users.  Therefore, 
12918 you cannot use &quot;add a remote address book&quot; to make an existing 
12919 Alpine .addressbook file you may have on a remote IMAP server accessible to 
12920 Alpine running on a different host.  
12923 The &quot;Del Abook&quot; command allows you to remove an address book
12924 from your configuration.  It will also ask you if you wish to remove
12925 the data for that address book, which would erase all traces of the
12926 address book if you answer Yes.
12929 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
12930 The difference is that instead of adding a new address book to your
12931 configuration, you are changing the configuration of an existing entry.
12932 For example, you might want to correct a typing error or change a
12933 nickname.  The &quot;Change&quot; command is not a move command.  If you
12934 change the folder name or server name the data will not be moved for you.
12937 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
12938 an address book toward another address book in the same group then
12939 the order of those two address books will be swapped.  If you shuffle
12940 the last Personal address book down towards the Global address book
12941 section, it will become a Global address book.  If you shuffle
12942 the first Global address book up it will become a Personal address
12943 book.  The main difference between Personal and Global address
12944 books is that Global address books are forced read-only.
12945 <P><UL>
12946 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12947 </UL>
12949 &lt;End of help on this topic&gt;
12950 </BODY>
12951 </HTML>
12952 ===== h_abook_top =====
12953 <HTML>
12954 <HEAD>
12955 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
12956 </HEAD>
12957 <BODY>
12958 <H1>ADDRESS BOOK LIST COMMANDS</H1>
12959 <!--chtml if pinemode="function_key"-->
12960 <PRE>
12961 Available  Commands -- Group 1         Available Commands -- Group 2
12962 -------------------------------        ------------------------------
12963 F1  Show Help Text                      F1  Show Help Text
12964 F2  See commands in next group          F2  See commands in next group
12965 F3  Exit to MAIN MENU                   F3  Quit Alpine
12966 F4  View/Edit selected address book
12967 F5  Move to previous address book       F5  FOLDER LIST screen
12968 F6  Move to next address book           F6  Specify a folder to go to
12969 F7  Previous page                       F7  MESSAGE INDEX screen
12970 F8  Next page                           F9  Print list of address books
12971 F12 Whereis (search for word)
12972 </PRE>
12973 <!--chtml else-->
12974 <PRE>
12975 Navigation                       General Alpine Commands
12976 -----------------------          -----------------------
12977  P  Previous Entry                ?  Display this help text
12978  N  Next Entry                    O  Show all other available commands
12979  -  Previous page                 &lt;  Back to MAIN Alpine menu
12980 Spc (space bar) Next page         Q  Quit Alpine
12981  W  WhereIs (search for word)     L  FOLDER LIST screen
12982                                   G  Specify a folder to go to
12983 Address Book Commands             I  MESSAGE INDEX screen
12984 ------------------------------------------------
12985  &gt;  View/Edit selected address book
12986               or
12987  &gt;  Search on selected directory server
12989  %  Print list of address books and directory servers
12990 </PRE>
12991 <!--chtml endif-->
12993 <H2>Description of the Address Book List Screen</H2>
12995 From this screen you may choose which address book you wish to view
12996 or edit. For more information on address books, view one of your
12997 address books (with
12998 <!--chtml if pinemode="function_key"-->
13000 <!--chtml else-->
13001 &quot;&gt;&quot;
13002 <!--chtml endif-->)
13003 and see the Help Text there.<P>
13005 You may also choose a directory server on which to search for entries.
13006 You do that by highlighting the directory server line and using
13007 <!--chtml if pinemode="function_key"-->
13009 <!--chtml else-->
13010 &quot;&gt;&quot;
13011 <!--chtml endif-->.<P>
13013 If you wish to define new address books or directory servers go to the Main
13014 menu and choose Setup. You may then either choose to setup AddressBooks or
13015 Directory (among other things). It's possible that the Directory option
13016 will not be there if the Alpine you are using does not contain LDAP directory
13017 lookup functionality.
13019 <P><UL>
13020 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13021 </UL><P>
13022 &lt;End of help on this topic&gt;
13023 </BODY>
13024 </HTML>
13025 ===== h_abook_opened =====
13026 <HTML>
13027 <HEAD>
13028 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
13029 </HEAD>
13030 <BODY>
13031 <H1>THE ALPINE ADDRESS BOOK</H1>
13032 <H2>ADDRESS BOOK COMMANDS</H2>
13033 <PRE>
13034 <!--chtml if pinemode="function_key"-->
13035 Available  Commands -- Group 1         Available Commands -- Group 2   
13036 -------------------------------        ------------------------------  
13037 F1  Show Help Text                      F1  Show Help Text             
13038 F2  See commands in next group          F2  See commands in next group
13039 F3  Exit this screen                    F3  Quit Alpine                  
13040 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
13041 F5  Move to previous entry              F5  FOLDER LIST screen         
13042 F6  Move to next entry                  F6  Specify a folder to go to  
13043 F7  Previous page of address book       F7  MESSAGE INDEX screen        
13044 F8  Next page of address book           F8  Compose to entry using roles
13045 F9  Add new entry to address book       F9  Print address book         
13046 F10 Delete selected entry               F10 TakeAddr to another addrbook
13047 F11 Compose to selected entry           F11 Save or Export addrbook selections
13048 F12 Whereis (search address book)       F12 Forward entry by mail       
13050 Available Commands -- Group 3                                           
13051 ------------------------------                                          
13052 F3  Select                              F6  Zoom (or unZoom)            
13053 F5  Select Current                      F7  Apply Command to Selection  
13054 <!--chtml else-->
13055 Address Book Navigation        General Alpine Commands
13056 -----------------------        -----------------------
13057  P  Prev Address                  ?  Display this help text
13058  N  Next Address                  O  Show all other available commands
13059  -  Previous page of address book M  Back to MAIN MENU
13060 Spc (space bar) Next page         Q  Quit Alpine
13061  W  WhereIs (search for word      C  Compose message to selected addr
13062      or name in address book)     #  Compose to addr using roles
13063  &lt;  To List of Address Books if   L  FOLDER LIST screen
13064      more than one, else to MAIN  G  Specify a folder to go to
13065                                   I  MESSAGE INDEX screen
13067 Address Book Commands
13068 ----------------------------------------------------
13069  &gt;  View/Update selected entry    D  Delete selected entries
13070  %  Print address book            S  Save or Export address book selections
13071  F  Forward entries by mail       @  Add new entry to address book
13073  ;  Select command                Z  Toggle Zoom Mode
13074  :  Select highlighted entry      A  Apply command to selected entries
13076 <!--chtml endif-->
13077 </PRE>
13078 Note:  The presence or absence of the final four commands above is
13079 controlled by the option 
13080 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
13083 <H2>Description of the Address Book Screen</H2>
13085 This screen lets you edit and manage entries in your address book.  It
13086 also acts as a short-cut for composing messages to people in the address
13087 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
13088 message starts &quot;pre-addressed&quot; to whatever address book entry is
13089 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
13090 role to use in your composition.
13092 Alpine's address book helps you keep a list of addresses you send email to so
13093 you do not have to remember addresses that are often complex.  Each entry
13094 in the address book has five fields, all of them optional.  The three
13095 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
13097         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
13098         This is what you type in as you are addressing the message in the
13099         composer.  If there is a matching entry in your address book(s),
13100         Alpine will extract the corresponding FullName and Address fields to
13101         generate the actual address for your message.
13103         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
13104 of the
13105         person or organization.  Usually the full names are put in last
13106         name first so they sort nicely in alphabetical order.  Whatever
13107         you put as the name here will appear on the message when it is
13108         finally delivered.  Examples:<PRE>
13109            Garcia Marquez, Gabriel
13110            Henscheid, Eckhard
13111            Alpine-Info mailing list
13112            Library materials renewal requests
13113            Kim An-guk
13114            &quot;George III, King of Great Britain, 1738-1820&quot;
13115 </PRE>
13116 (In the second-to-last example, no comma is used in the name so that 
13117 the family name appears first in the address book and when the entry is 
13118 used in the composer.
13119 In the last example, retaining the commas is intended; 
13120 double-quotation marks surround the name to 
13121 prevent the transposition of its parts when the entry is used in 
13122 the composer.)
13124         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
13125         a valid Internet address that conforms to the Internet message
13126         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
13128 The two fields that aren't usually visible are:<DL>
13130   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
13131         message to this address to be saved in.  If this field is set, and
13132         this address is the first one in the message's To: header, then
13133         Alpine will use this folder name for the FCC in lieu of the normal
13134         FCC folder name.
13136   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
13137         </DL>
13139 Due to screen width limitations, these last two fields do not show up in
13140 the normal ADDRESS BOOK display.  You may select the 
13141 &quot;View/Update&quot; command to
13142 view or modify them.  You may use the configuration variable
13143 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
13144 to add these fields to your ADDRESS BOOK 
13145 display, or to modify the format of the display.
13147 <H2>Sorting the Address book</H2>
13149 By default, address book entries are sorted alphabetically on the full
13150 name with distribution lists sorted to the end.  Sorting can be changed by
13151 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
13152 --assuming you have &quot;write&quot; permission for the address book file.
13154 Unlike the sorting of folders (which only changes presentation), sorting an
13155 address book actually changes the file as it is kept on the computer.  For
13156 this reason you won't be able to sort a shared or system-wide address
13157 book.
13159 <H2>Adding New Entries</H2>
13161 The easiest way to add new entries to your address book is to use the
13162 &quot;TakeAddr&quot; command when viewing a message.
13163 This command allows you to take addresses from the header and body of the
13164 message and put them into your address book, without having to type
13165 them in.
13168 To manually add a new entry from within the address book screen, use the AddNew
13169 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
13170 Use this command both for adding a simple alias and for adding a
13171 distribution list.
13173 <H2>Distribution Lists</H2>
13175 Address book entries can be simple cases of aliases (a single nickname is linked
13176 to a single email address) or distribution lists (a single nickname
13177 pointing at more than one email address).  Each distribution list has a
13178 nickname, a full name and a list of addresses.  The addresses may be
13179 actual addresses or they may be other nicknames in your address book.
13180 They may even refer to other distribution lists.
13181 There's really no difference between a simple alias and a distribution list,
13182 other than the number of addresses.
13183 Therefore, you can turn a simple alias with one address into a distribution
13184 list simply by adding more addresses.
13185 To add entries to an existing list or alias
13186 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
13187 a single address from the list if the cursor is placed on the address;
13188 it will delete the entire distribution list if the cursor is on the
13189 nickname/fullname line.  View/Update may also be used to delete addresses
13190 from a list.
13192 Address field entries in distribution lists may take any one of three
13193 forms: a nickname existing in any of the defined address books, a normal
13194 address of the form &quot;jsmith@art.example.com&quot;, or a complete
13195 fullname/address combination, e.g. &quot;John Smith
13196 &lt;jsmith@art.example.com&gt;&quot;.
13198 Distribution lists in Alpine address books can only be used by the person or
13199 people who have access to that address book.  They are not usually used to
13200 implement discussion groups, but can be used to facilitate small
13201 discussion groups if all the participants have access to the same shared
13202 address book.
13204 <H2>FCC and Comments</H2>
13206 As mentioned above, each entry in the address book also has two other optional
13207 fields, Fcc and Comments.  The command to look at or change either of these
13208 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
13209 Comments field is just for your own use.  The Fcc field overrides the
13210 default Fcc if this address is the first one on the To line.  The WhereIs
13211 command may be used to search for particular strings in the address book,
13212 including fields that are not visible (like Comment and Fcc by default).
13214 <H2>Aggregate Operations</H2>
13216 If the feature
13217 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
13218 is turned on (the default), then the four commands &quot;Select&quot;,
13219 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
13220 are available.  The two selection commands allow you to mark a set of
13221 address book entries as being selected.  If you have more than one address
13222 book, the selections may be in more than one of those address books.
13223 The &quot;Zoom&quot; command will toggle between displaying only the selected
13224 entries and all of the entries.  The &quot;Apply&quot; command allows you to
13225 apply one of the regular address book commands to all of the selected
13226 entries.  Usually the address book commands apply to only the entry
13227 highlighted by the cursor.  The &quot;Apply&quot; command works with the
13228 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
13229 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
13231 <H2>Exporting and Forwarding Address book entries</H2>
13233 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
13234 address book entry is placed in a plain text file in your home directory
13235 <!--chtml if pinemode="running"-->
13236 (which, in the present configuration of your system, is
13237  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13238 <!--chtml endif-->
13239 or current working directory
13240 <!--chtml if pinemode="running"-->
13241 (which, at least for your current Alpine &quot;session,&quot; 
13242 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13243 <!--chtml endif-->, depending on the 
13244 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13245 configuration setting.  If you have some entries selected and use the
13246 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
13247 placed in the text file.
13249 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
13250 address book entry is placed in a special attachment and you are put into
13251 the composer.  You can fill in some comments in the body of the message,
13252 if you'd like, and send it to somebody else who uses Alpine.  The recipient
13253 may use the TakeAddr command on that message to insert the address book
13254 entry you sent in their own address book.  If you have some entries
13255 selected and use the Apply Forward command all of the selected entries
13256 will be forwarded in a single message.  You may
13257 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.
13258 The recipient must be using Alpine in order to receive this correctly.
13259 One way for the recipient to handle this might be to create an empty
13260 address book and then &quot;Take&quot; your forwarded address book entries into
13261 that empty address book.
13263 <H2>Multiple and/or Site-Wide Address books</H2>
13265 You may have more than one personal address book.  In addition, there may
13266 be one or more global address books.  This capability allows you to have
13267 multiple personal address books (some of which may be shared) and it also
13268 allows system administrators to implement site-wide address books that
13269 contain entries for users on multiple machines within the organization.
13270 <P><DL>
13271 <DT>Searching
13272   <DD> If you enter a nickname when composing a message, your
13273   personal address books will be searched through in order, and then the
13274   global address book(s) searched. If more than one address book has an entry
13275   for the nickname, Alpine uses the first one that it finds, so an entry in
13276   your personal address book would override a global address book entry. If
13277   after searching all the address books there is still no match, (Unix) Alpine
13278   then searches the local host password file on the assumption that you have
13279   entered a local user name rather than an address book nickname.
13280   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
13281   command, but global address books are always searched after personal
13282   address books.
13284   <P><DT>Tab completion
13285   <DD> If the
13286   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
13287   feature is turned on (the default) then the Tab key may be used
13288   in the composer to complete partially typed nicknames in the To
13289   or Cc lines. You type the first few letters of a nickname and then
13290   press the Tab key. It there is only one nickname that matches it will
13291   be filled in by Alpine. If there is more than one the unambiguous part
13292   of the nicknames will be filled in. For example, if your address book or
13293   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
13294   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
13295   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
13296   If you then type a second Tab character you will be presented with a list
13297   of matching nicknames to select from. Alternatively, you could type another
13298   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
13299   in the entire &quot;barbecue&quot; entry.
13301   <P><DT>Defining
13302   <DD> You define multiple personal address books in the 
13303   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
13304   from the MAIN MENU.  
13305   You may add as many as you like.  Global address books are usually
13306   site-wide address books defined by the System administrator, but
13307   you may define global address books of your own just like you define
13308   personal address books.
13310   <P><DT>Creating and updating
13311   <DD> Personal address books are normally created empty
13312   and populated by explicit additions from within Alpine, e.g. via the
13313   TakeAddr command.  Unlike personal address books, global address books may
13314   not be modified/updated from within Alpine; that is, they are Read-Only.
13315   Thus, global address books are created, populated and updated outside of
13316   Alpine. They might be hand-edited, generated by a program from another
13317   database, or by copying an existing address book.  They might also be
13318   some other user's personal address book, and so be modified normally by
13319   that user but accessed Read-Only by you.  See the Alpine Technical
13320   Notes document (included in the Alpine distribution) for more information on
13321   this.
13323   <P><DT>Accessing
13324   <DD>There are two different types of address books in Alpine.
13325   A local address book is stored in a regular file and the normal file
13326   access permissions apply.  A remote address book is stored on an IMAP
13327   server in a special folder that contains only messages pertaining to
13328   that address book.  The last message in the remote folder contains a
13329   copy of the address book data, and that data is copied to a local cache
13330   file in your home directory.  From there it is accessed just like a local
13331   address book.  The name of the cache file is kept track of in a special
13332   file called the
13333   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
13334   the name of which is stored in
13335   your Alpine configuration file the first time you use a remote address book.
13336   Just as local Alpine address books use a format that only Alpine understands,
13337   remote Alpine address books do the same and other mail reading programs
13338   are unlikely to be able to understand them.<P>
13339   While global address books are explicitly intended to be shared, there is
13340   nothing to prevent you from sharing a personal address book with other
13341   Alpine users. This might be useful in the case of a small workgroup.
13342   However, it is recommended that updates to shared personal address books
13343   be done when other Alpine users are not accessing the address book. Alpine
13344   does not do any file-locking to manage concurrent updates to the
13345   addressbook, but it does check to see if the file has been modified before
13346   making any changes.  Consequently, inadvertent concurrent updates will
13347   only cause other Alpine users to have to restart their address book
13348   operation, which will cause Alpine to reopen the updated file.
13350   <P><DT>Converting to Remote
13351   <DD>The easiest way to convert an existing local
13352   address book into a remote address book is to create an empty new remote
13353   personal address book by typing &quot;A&quot; to execute the
13354   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
13355   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
13356   address book.
13357   After you have added the empty
13358   remote address book, go into the screen for the address book you wish
13359   to copy and &quot;Select&quot; &quot;All&quot;.
13360   This selects every entry in that
13361   address book.  Then type the command &quot;Apply Save&quot;.
13362   You will be asked for the address book to save to.  You may use ^P and ^N
13363   to get to the new empty address book, then hit RETURN and the addresses
13364   will be copied.
13365   At this point you'll probably want to unselect all the entries in the local
13366   address book before proceeding. You do that with
13367   &quot;Select&quot; &quot;unselect All&quot;.
13369 </DL>
13370 <UL>
13371 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13372 </UL>
13373 <P><UL>
13374 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13375 </UL>
13377 &lt;End of help on this topic&gt;
13378 </BODY>
13379 </HTML>
13380 ===== h_abook_select_addr =====
13381 <HTML>
13382 <HEAD>
13383 <TITLE>Addressbook Selection Explained</TITLE>
13384 </HEAD>
13385 <BODY>
13386 <H1>SELECT ADDRESS</H1>
13387 <!--chtml if pinemode="function_key"-->
13388 <PRE>
13389 Navigating the List of Messages               General Alpine Commands
13390 -------------------------------               -----------------------
13391 F5   Move to previous entry                   F1  Show this help text
13392 F6   Move to next entry
13393 F7   Show previous screen of address book
13394 F8   Show next screen of address book
13395 F12  WhereIs (search through address book)
13397 Address Selection Commands
13398 --------------------------
13399 F3   Exit the Address Select screen (without selecting an address)
13400 F4   Select the currently highlighted entry
13401 </PRE>
13402 <!--chtml else-->
13403 <PRE>
13404 Navigating the List of Messages               General Alpine Commands
13405 -------------------------------               -----------------------
13406  P   Move to previous entry                    ?  Show this help text
13407  N   Move to next entry
13408  -   Show previous screen of address book
13409 Spc  (space bar) Show next screen of address book
13410  W   WhereIs (search through address book)
13412 Address Selection Commands
13413 --------------------------
13414  E   Exit the Address Select screen (without selecting an address)
13415  S   Select the currently highlighted entry
13416 </PRE>
13417 <!--chtml endif-->
13420 This screen is designed to let you easily scan your address book(s) in
13421 order to select an entry for the message you are composing.  You cannot
13422 edit your address book in any way at this time, for address book
13423 maintenance, select the address book command when not composing a message.
13426 If you are composing a message and know the nickname of the person/list you
13427 want, you can bypass this screen by simply typing in the nickname on the
13428 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13429 selecting an entry does not cancel your message.
13432 FOR MORE INFORMATION on addressing see
13433 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13434 <A HREF="h_abook_opened">Address Book Screen's</A>
13435 help text.
13437 &lt;End of help on this topic&gt;
13438 </BODY>
13439 </HTML>
13440 ===== h_abook_select_top =====
13441 <HTML>
13442 <HEAD>
13443 <TITLE>Addressbook Selection Navigation Explained</TITLE>
13444 </HEAD>
13445 <BODY>
13446 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
13447 <!--chtml if pinemode="function_key"-->
13448 <PRE>
13449 Navigating the List of Address Books       General Alpine Commands
13450 ------------------------------------       -----------------------
13451 F4   View the highlighted address book
13452 F5   Move to previous address book         F1  Show this help text
13453 F6   Move to next address book
13454 F7   Show previous screen of address books
13455 F8   Show next screen of address books
13456 F12  WhereIs (search through address books)
13458 Address Selection Commands
13459 --------------------------
13460 F3   Exit the Address Select screen (without selecting an address)
13461 F4   Select the currently selected entries (if using ListMode)
13462 F9   Change to ListMode
13463 </PRE>
13464 <!--chtml else-->
13465 <PRE>
13466 Navigating the List of Address Books       General Alpine Commands
13467 ------------------------------------       -----------------------
13468  &gt;   View the highlighted address book
13469  P   Move to previous address book         ?  Show this help text
13470  N   Move to next address book
13471  -   Show previous screen of address books
13472 Spc  (space bar) Show next screen of address books
13473  W   WhereIs (search through address books)
13475 Address Selection Commands
13476 --------------------------
13477  E   Exit the Address Select screen (without selecting an address)
13478  S   Select the currently selected entries (if using ListMode)
13479  L   Change to ListMode
13480 </PRE>
13481 <!--chtml endif-->
13484 This screen is designed to let you easily scan your address book(s) in
13485 order to select entries for the message you are composing.  You cannot
13486 edit your address book in any way at this time.  For address book
13487 maintenance, select the address book command when not composing a message.
13490 If you are composing a message and know the nickname of the person/list you
13491 want, you can bypass this screen by simply typing in the nickname on the
13492 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13493 selecting an entry does not cancel your message.
13496 The ListMode command will add a column at the left edge of the screen.
13497 You mark the entries that you wish to select with the &quot;X&quot; command.
13498 This allows you to choose more than one entry at a time.
13501 An alternative method of composing a message to entries in your
13502 address book(s) is to first use the &quot;Select&quot; command from
13503 the address book maintenance screen and then the &quot;Apply&quot;
13504 &quot;ComposeTo&quot; command to start the composer composing to the
13505 selected entries.
13508 FOR MORE INFORMATION on addressing see
13509 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13510 <A HREF="h_abook_opened">Address Book Screen's</A>
13511 help text.
13513 &lt;End of help on this topic&gt;
13514 </BODY>
13515 </HTML>
13516 ===== h_abook_select_listmode =====
13517 <HTML>
13518 <HEAD>
13519 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
13520 </HEAD>
13521 <BODY>
13522 <H1>COMPOSER: SELECT ADDRESSES</H1>
13523 <!--chtml if pinemode="function_key"-->
13524 <PRE>
13525 Navigating the List of Messages                 General Alpine Commands
13526 -------------------------------                 -----------------------
13527 F5   Move to previous entry                     F1  Show this help text
13528 F6   Move to next entry
13529 F7   Show previous screen of address book
13530 F8   Show next screen of address book
13531 F12  WhereIs (search through address book)
13533 Address Selection Commands
13534 --------------------------
13535 F3   Exit the Address Select screen (without selecting an address)
13536 F4   Select the currently highlighted entry
13537 F9   Change to ListMode
13538 </PRE>
13539 <!--chtml else-->
13540 <PRE>
13541 Navigating the List of Messages                 General Alpine Commands
13542 -------------------------------                 -----------------------
13543  P   Move to previous entry                     ?  Show this help text
13544  N   Move to next entry
13545  -   Show previous screen of address book
13546 Spc  (space bar) Show next screen of address book
13547  W   WhereIs (search through address book)
13549 Address Selection Commands
13550 --------------------------
13551  E   Exit the Address Select screen (without selecting an address)
13552  S   Select the currently highlighted entry
13553  L   Change to ListMode
13554 </PRE>
13555 <!--chtml endif-->
13558 This screen is designed to let you easily scan your address book(s) in
13559 order to select entries for the message you are composing.  You cannot
13560 edit your address book in any way at this time, for address book
13561 maintenance, select the address book command when not composing a message.
13564 If you are composing a message and know the nickname of the person/list you
13565 want, you can bypass this screen by simply typing in the nickname on the
13566 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13567 selecting an entry does not cancel your message.
13570 The ListMode command will add a column at the left edge of the screen.
13571 You mark the entries that you wish to select with the &quot;X&quot; command.
13572 This allows you to choose more than one entry at a time.
13575 An alternative method of composing a message to entries in your
13576 address book(s) is to first use the &quot;Select&quot; command from
13577 the address book maintenance screen and then the &quot;Apply&quot;
13578 &quot;ComposeTo&quot; command to start the composer composing to the
13579 selected entries.
13582 FOR MORE INFORMATION on addressing see
13583 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13584 <A HREF="h_abook_opened">Address Book Screen's</A>
13585 help text.
13587 &lt;End of help on this topic&gt;
13588 </BODY>
13589 </HTML>
13590 ===== h_abook_select_checks =====
13591 <HTML>
13592 <HEAD>
13593 <TITLE>Address Selection from Composer Explained</TITLE>
13594 </HEAD>
13595 <BODY>
13596 <H1>COMPOSER: SELECT ADDRESSES</H1>
13597 <!--chtml if pinemode="function_key"-->
13598 <PRE>
13599 Navigating the List of Messages                 General Alpine Commands
13600 -------------------------------                 -----------------------
13601 F5   Move to previous entry                     F1  Show this help text
13602 F6   Move to next entry
13603 F7   Show previous screen of address book
13604 F8   Show next screen of address book
13605 F12  WhereIs (search through address book)
13607 Address Selection Commands
13608 --------------------------
13609 F3   Exit the Address Select screen (without selecting an address)
13610 F4   Select the currently highlighted entry
13611 F8   Either Sets or Unsets all entries in this address book
13612 F9   Set or Unset the highlighted entry
13613 </PRE>
13614 <!--chtml else-->
13615 <PRE>
13616 Navigating the List of Messages                 General Alpine Commands
13617 -------------------------------                 -----------------------
13618  P   Move to previous entry                     ?  Show this help text
13619  N   Move to next entry
13620  -   Show previous screen of address book
13621 Spc  (space bar) Show next screen of address book
13622  W   WhereIs (search through address book)
13624 Address Selection Commands
13625 --------------------------
13626  E   Exit the Address Select screen (without selecting an address)
13627  S   Select the currently highlighted entry
13628  X   Set or Unset the highlighted entry
13629  A   Either Sets or Unsets all entries in this address book
13630 </PRE>
13631 <!--chtml endif-->
13634 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
13635 command.  Type &quot;S Select&quot; to select all of the entries you
13636 have marked, just as if you had typed them in by hand.
13639 An alternative method of composing a message to entries in your
13640 address book(s) is to first use the &quot;Select&quot; command from
13641 the address book maintenance screen and then the &quot;Apply&quot;
13642 &quot;ComposeTo&quot; command to start the composer composing to the
13643 selected entries.
13646 FOR MORE INFORMATION on addressing see
13647 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13648 <A HREF="h_abook_opened">Address Book Screen's</A>
13649 help text.
13651 &lt;End of help on this topic&gt;
13652 </BODY>
13653 </HTML>
13654 ===== h_abook_select_nicks_take =====
13655 <HTML>
13656 <HEAD>
13657 <TITLE>Take Address Nickname Selection Explained</TITLE>
13658 </HEAD>
13659 <BODY>
13660 <H1>TAKEADDR: SELECT NICKNAME</H1>
13661 <!--chtml if pinemode="function_key"-->
13662 <PRE>
13663 Navigating the List of Messages                 General Alpine Commands
13664 -------------------------------                 -----------------------
13665 F5   Move to previous entry                     F1  Show this help text
13666 F6   Move to next entry
13667 F7   Show previous screen of address book
13668 F8   Show next screen of address book
13669 F12  WhereIs (search through address book)
13671 Message Selection Commands
13672 --------------------------
13673 F3   Exit the Nickname Select screen (without selecting an address)
13674 F4   Select the currently highlighted entry
13675 </PRE>
13676 <!--chtml else-->
13677 <PRE>
13678 Navigating the List of Messages                 General Alpine Commands
13679 -------------------------------                 -----------------------
13680  P   Move to previous entry                     ?  Show this help text
13681  N   Move to next entry
13682  -   Show previous screen of address book
13683 Spc  (space bar) Show next screen of address book
13684  W   WhereIs (search through address book)
13686 Message Selection Commands
13687 --------------------------
13688  E   Exit the Nickname Select screen (without selecting an address)
13689  S   Select the currently highlighted entry
13690 </PRE>
13691 <!--chtml endif-->
13694 This screen is designed to let you modify or add to an existing
13695 address book entry.  You have already selected the name(s) and
13696 address(es) through &quot;Take Address&quot;.  This screen simply lets
13697 you scan your address books and select the nickname to be
13698 changed/augmented.  If you want to add a new entry, then you are in
13699 the wrong place-- Select &quot;Exit&quot; command.
13702 FOR MORE INFORMATION on addressing see
13703 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13704 <A HREF="h_abook_opened">Address Book Screen's</A>
13705 help text.
13707 &lt;End of help on this topic&gt;
13708 </BODY>
13709 </HTML>
13710 ===== h_abook_select_nick =====
13711 <HTML>
13712 <HEAD>
13713 <TITLE>Nickname Selection Explained</TITLE>
13714 </HEAD>
13715 <BODY>
13716 <H1>SELECT NICKNAME</H1>
13717 <!--chtml if pinemode="function_key"-->
13718 <PRE>
13719 Navigating the List of Messages                 General Alpine Commands
13720 -------------------------------                 -----------------------
13721 F5   Move to previous entry                     F1  Show this help text
13722 F6   Move to next entry
13723 F7   Show previous screen of address book
13724 F8   Show next screen of address book
13725 F12  WhereIs (search through address book)
13727 Message Selection Commands
13728 --------------------------
13729 F3   Exit the Nickname Select screen (without selecting an address)
13730 F4   Select the currently highlighted entry
13731 </PRE>
13732 <!--chtml else-->
13733 <PRE>
13734 Navigating the List of Messages                 General Alpine Commands
13735 -------------------------------                 -----------------------
13736  P   Move to previous entry                     ?  Show this help text
13737  N   Move to next entry
13738  -   Show previous screen of address book
13739 Spc  (space bar) Show next screen of address book
13740  W   WhereIs (search through address book)
13742 Message Selection Commands
13743 --------------------------
13744  E   Exit the Nickname Select screen (without selecting an address)
13745  S   Select the currently highlighted entry
13746 </PRE>
13747 <!--chtml endif-->
13750 This screen is designed to let you look at the nicknames in your address
13751 books before choosing a new one.
13754 FOR MORE INFORMATION on addressing see
13755 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13756 <A HREF="h_abook_opened">Address Book Screen's</A>
13757 help text.
13759 &lt;End of help on this topic&gt;
13760 </BODY>
13761 </HTML>
13762 ===== h_takeaddr_screen =====
13763 <HTML>
13764 <HEAD>
13765 <TITLE>Take Address Screen Explained</TITLE>
13766 </HEAD>
13767 <BODY>
13768 <H1>TAKE ADDRESS COMMANDS</H1>
13769 <!--chtml if pinemode="function_key"-->
13770 <PRE>
13771 Navigating the List of Addresses       Address Selection Commands        
13772 --------------------------------       --------------------------        
13773  F5  Move to previous entry            F3  Exit without taking address
13774  F6  Move to next entry                F4  Take current address(es)
13775  F7  Show previous page of address list
13776  F8  Show next page of address list
13777  F2  WhereIs (search list)
13778                                --------------
13779 Mode Toggle            F9  Set/Unset current address
13780 -----------            F10 Set all
13781  F12 Toggle between List and single mode       F11 Unset all
13782 </PRE>
13783 <!--chtml else-->
13784 <PRE>
13785 Navigating the List of Addresses       Address Selection Commands
13786 --------------------------------       --------------------------
13787  P  Move to previous entry              &lt;  Exit without taking address
13788  N  Move to next entry                  T  Take address
13789  -  Show previous page of address list
13790 Spc (space bar) Show next page of address list
13791  W  WhereIs (search list)              List Mode
13792                                        ---------
13793 Single Mode                             X  Set/Unset current address
13794 -----------                             A  Set all addresses
13795  L  Switch to list mode                 U  Unset all addresses
13796                                         S  Switch to single mode
13797 </PRE>
13798 <!--chtml endif-->
13800 <H2>Description of the Take Address Screen</H2>
13802 This screen is designed to let you select one or more address/name
13803 combinations from the current message and put them into your address book.
13804 The cursor is initially placed on the line with the message author.
13805 Other lines include the names of people and/or mailing lists who also
13806 received the message.  Other people &quot;involved&quot; in the
13807 message (e.g. the person named as Reply-To:) are also listed here.
13810 The simple case is adding a new, single entry into your address book. To
13811 do this, simply highlight the correct line and press 
13812 <!--chtml if pinemode="function_key"-->
13814 <!--chtml else-->
13815 &quot;T&quot;.
13816 <!--chtml endif-->
13817 To create a new list or add to an existing list, switch the screen display
13818 into List Mode by pressing
13819 <!--chtml if pinemode="function_key"-->
13820 F12.
13821 <!--chtml else-->
13822 &quot;L&quot;.
13823 <!--chtml endif-->
13824 In List Mode, you select the
13825 group of addresses you wish to manipulate by marking them with an
13826 &quot;X&quot;.
13827 The Set/Unset
13828 <!--chtml if pinemode="function_key"-->
13829 (F9)
13830 <!--chtml else-->
13831 (&quot;X&quot;)
13832 <!--chtml endif-->
13833 command will turn the &quot;X&quot; on for the
13834 highlighted address if it was off or turn it off if it was previously on.
13835 The SetAll command will select all of the addresses, and the UnSetAll
13836 command will turn off all the selections.  Once you've gotten the
13837 selection the way you want it, you may create a new list by pressing
13838 <!--chtml if pinemode="function_key"-->
13840 <!--chtml else-->
13841 &quot;T&quot;.
13842 <!--chtml endif-->
13845 In both the simple and list cases, after choosing to take the address,
13846 you will be asked for the nickname of the entry.  Typing in a new name
13847 creates the new entry/list.  Entering an existing nickname will replace
13848 the entry (simple case) or add to the list (list case).  Alternatively,
13849 you can press Ctrl-T at the nickname prompt and select an existing
13850 nickname from your address book.
13853 You will normally start in Single Mode, unless you used the Apply command
13854 to startup the TakeAddr screen, in which case you will start in List Mode.
13855 You may switch between the two modes at any time.  If you've already
13856 selected several addresses in List Mode, those will be remembered when you
13857 switch to Single Mode and then back to List Mode.  The set of addresses
13858 that are pre-selected when you start in List Mode are the From addresses
13859 of all of the messages you are operating on.  You may, of course, easily
13860 erase those selections with the UnSetAll command.
13863 If you have more than one writable address book, you will be prompted for
13864 the name of the address book you wish to add the new entry to before
13865 anything else. You can use ^N and ^P to choose among the defined address
13866 books, or type in the address book name.
13869 FOR MORE INFORMATION on addressing see
13870 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13871 <A HREF="h_abook_opened">Address Book Screen's</A>
13872 help text.
13874 &lt;End of help on this topic&gt;
13875 </BODY>
13876 </HTML>
13877 ===== h_takeexport_screen =====
13878 <HTML>
13879 <HEAD>
13880 <TITLE>Take Export Screen Explained</TITLE>
13881 </HEAD>
13882 <BODY>
13883 <H1>TAKE EXPORT COMMANDS</H1>
13884 <!--chtml if pinemode="function_key"-->
13885 <PRE>
13886 Navigating the List of Addresses       Address Selection Commands        
13887 --------------------------------       --------------------------        
13888  F5  Move to previous entry            F3  Exit without taking address
13889  F6  Move to next entry                F4  Take current address(es)
13890  F7  Show previous page of address list
13891  F8  Show next page of address list
13892  F2  WhereIs (search list)
13893                                --------------
13894 Mode Toggle            F9  Set/Unset current address
13895 -----------            F10 Set all
13896  F12 Toggle between List and single mode       F11 Unset all
13897 </PRE>
13898 <!--chtml else-->
13899 <PRE>
13900 Navigating the List of Addresses       Address Selection Commands
13901 --------------------------------       --------------------------
13902  P  Move to previous entry              &lt;  Exit without taking address
13903  N  Move to next entry                  T  Take address
13904  -  Show previous page of address list
13905 Spc (space bar) Show next page of address list
13906  W  WhereIs (search list)              List Mode
13907                                        ---------
13908 Single Mode                             X  Set/Unset current address
13909 -----------                             A  Set all addresses
13910  L  Switch to list mode                 U  Unset all addresses
13911                                         S  Switch to single mode
13912 </PRE>
13913 <!--chtml endif-->
13915 <H2>Description of the Take Export Screen</H2>
13917 This screen is designed to let you select one or more addresses
13918 from the current message and put them into a file.
13919 Only the user@domain_name part of each address is put into the file.
13922 To put a single entry into a file simply highlight the correct line and press 
13923 <!--chtml if pinemode="function_key"-->
13925 <!--chtml else-->
13926 &quot;T&quot;.
13927 <!--chtml endif-->
13928 To put more than one entry into a file
13929 switch the screen display
13930 into List Mode by pressing
13931 <!--chtml if pinemode="function_key"-->
13932 F12.
13933 <!--chtml else-->
13934 &quot;L&quot;.
13935 <!--chtml endif-->
13936 In List Mode, you select the
13937 group of addresses you wish to manipulate by marking them with an
13938 &quot;X&quot;.
13939 The Set/Unset
13940 <!--chtml if pinemode="function_key"-->
13941 (F9)
13942 <!--chtml else-->
13943 (&quot;X&quot;)
13944 <!--chtml endif-->
13945 command will turn the &quot;X&quot; on for the
13946 highlighted address if it was off or turn it off if it was previously on.
13947 The SetAll command will select all of the addresses, and the UnSetAll
13948 command will turn off all the selections.  Once you've gotten the
13949 selection the way you want it, you may put the addresses in a file by typing
13950 <!--chtml if pinemode="function_key"-->
13952 <!--chtml else-->
13953 &quot;T&quot;.
13954 <!--chtml endif-->
13957 You will be asked for the name of a file to put the addresses in.
13958 If the file already exists, you will be asked whether you want to Overwrite
13959 (replace) the contents of the file or Append to the contents of the file.
13962 &lt;End of help on this topic&gt;
13963 </BODY>
13964 </HTML>
13965 ============= h_abook_view ========================
13966 <HTML>
13967 <HEAD>
13968 <TITLE>Address Book View Explained</TITLE>
13969 </HEAD>
13970 <BODY>
13971 This function allows you to view the contents of an address book entry. You
13972 can only view one entry at a time.
13974 <DL>
13975 <DT>Help
13976 <!--chtml if pinemode="function_key"-->
13977 (F1)
13978 <!--chtml else-->
13980 <!--chtml endif-->
13981 </DT>
13982 <DD>
13983 Display this help text.
13985 <DT>Abook
13986 <!--chtml if pinemode="function_key"-->
13987 (F3)
13988 <!--chtml else-->
13989 (&lt;)
13990 <!--chtml endif-->
13991 </DT>
13992 <DD>
13993 Go back to index of address book entries.
13995 <DT>Update
13996 <!--chtml if pinemode="function_key"-->
13997 (F4)
13998 <!--chtml else-->
14000 <!--chtml endif-->
14001 </DT>
14002 <DD>
14003 Update (modify) this entry.
14005 <DT>ComposeTo
14006 <!--chtml if pinemode="function_key"-->
14007 (F5)
14008 <!--chtml else-->
14010 <!--chtml endif-->
14011 </DT>
14012 <DD>Compose a message to the address(es) in this entry.
14014 <DT>Role
14015 <!--chtml if pinemode="function_key"-->
14016 (F6)
14017 <!--chtml else-->
14019 <!--chtml endif-->
14020 </DT>
14021 <DD>Compose a message to the address(es) in this entry using roles.
14023 <DT>Prev Page
14024 <!--chtml if pinemode="function_key"-->
14025 (F7)
14026 <!--chtml else-->
14028 <!--chtml endif-->
14029 </DT>
14030 <DD>
14031 Show the previous page of the current entry.
14033 <DT>Next Page
14034 <!--chtml if pinemode="function_key"-->
14035 (F8)
14036 <!--chtml else-->
14037 (Space)
14038 <!--chtml endif-->
14039 </DT>
14040 <DD>
14041 Show the next page of the current entry.
14043 <DT>Print
14044 <!--chtml if pinemode="function_key"-->
14045 (F9)
14046 <!--chtml else-->
14048 <!--chtml endif-->
14049 </DT>
14050 <DD>Print the current entry.  You can select the
14051 printer or the print command via the &quot;Setup&quot; command
14052 on the MAIN MENU.
14054 <DT>WhereIs
14055 <!--chtml if pinemode="function_key"-->
14056 (F10)
14057 <!--chtml else-->
14059 <!--chtml endif-->
14060 </DT>
14061 <DD>Search the entry for a string of letters.  If it is
14062 found, move to it.  The string can be one word or a phrase.
14063 If there are multiple occurrences, the cursor moves to the
14064 first occurrence beyond the current cursor position.
14066 <DT>Fwd Email
14067 <!--chtml if pinemode="function_key"-->
14068 (F11)
14069 <!--chtml else-->
14071 <!--chtml endif-->
14072 </DT>
14073 <DD>Begin composition of a new mail message with the displayed
14074 text already inserted in the message body.
14076 </DL>
14078 &lt;End of help on this topic&gt;
14079 </BODY>
14080 </HTML>
14081 ============= h_ldap_view ========================
14082 <HTML>
14083 <HEAD>
14084 <TITLE>LDAP Response View Explained</TITLE>
14085 </HEAD>
14086 <BODY>
14087 This function allows you to view the contents of a directory entry. You
14088 can only view one entry at a time.
14090 <DL>
14091 <DT>Help
14092 <!--chtml if pinemode="function_key"-->
14093 (F1)
14094 <!--chtml else-->
14096 <!--chtml endif-->
14097 </DT>
14098 <DD>
14099 Display this help text.
14101 <DT>Results Index
14102 <!--chtml if pinemode="function_key"-->
14103 (F3)
14104 <!--chtml else-->
14105 (&lt;)
14106 <!--chtml endif-->
14107 </DT>
14108 <DD>Go back to index of search results.
14110 <DT>ComposeTo
14111 <!--chtml if pinemode="function_key"-->
14112 (F5)
14113 <!--chtml else-->
14115 <!--chtml endif-->
14116 </DT>
14117 <DD>Compose a message to the address(es) in this entry.
14119 <DT>Role
14120 <!--chtml if pinemode="function_key"-->
14121 (F6)
14122 <!--chtml else-->
14124 <!--chtml endif-->
14125 </DT>
14126 <DD>Compose a message to the address(es) in this entry using roles.
14128 <DT>Prev Page
14129 <!--chtml if pinemode="function_key"-->
14130 (F7)
14131 <!--chtml else-->
14133 <!--chtml endif-->
14134 </DT>
14135 <DD>
14136 Show the previous page of the current entry.
14138 <DT>Next Page
14139 <!--chtml if pinemode="function_key"-->
14140 (F8)
14141 <!--chtml else-->
14142 (Space)
14143 <!--chtml endif-->
14144 </DT>
14145 <DD>
14146 Show the next page of the current entry.
14148 <DT>Print
14149 <!--chtml if pinemode="function_key"-->
14150 (F9)
14151 <!--chtml else-->
14153 <!--chtml endif-->
14154 </DT>
14155 <DD>Print the current entry on paper.  You can select the
14156 printer or the print command via the &quot;Setup&quot; command
14157 on the MAIN MENU.
14159 <DT>WhereIs
14160 <!--chtml if pinemode="function_key"-->
14161 (F10)
14162 <!--chtml else-->
14164 <!--chtml endif-->
14165 </DT>
14166 <DD>Search the entry for a string of letters.  If it is
14167 found, move to it.  The string can be one word or a phrase.
14168 If there are multiple occurrences, the cursor moves to the
14169 first occurrence beyond the current cursor position.
14171 <DT>Fwd Email
14172 <!--chtml if pinemode="function_key"-->
14173 (F11)
14174 <!--chtml else-->
14176 <!--chtml endif-->
14177 </DT>
14178 <DD>Begin composition of a new mail message with the displayed
14179 text already inserted in the message body.
14181 <DT>Save
14182 <!--chtml if pinemode="function_key"-->
14183 (F12)
14184 <!--chtml else-->
14186 <!--chtml endif-->
14187 </DT>
14188 <DD>Save the displayed entry to one of your address books or export
14189 it to a file.
14190 </DL>
14192 &lt;End of help on this topic&gt;
14193 </BODY>
14194 </HTML>
14195 ===== h_attachment_screen =====
14196 <HTML>
14197 <HEAD>
14198 <TITLE>Attachment Index Screen Explained</TITLE>
14199 </HEAD>
14200 <BODY>
14201 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
14202 message's attachments, and allows various operations on them.  The
14203 first attachment is usually the message text, but does not include the
14204 header portion of the message.
14206 Available commands include:
14208 <DL>
14210 <DT>Help</DT>
14211 <DD>Show this help text.
14213 <DT>Msg #<I>num</I></DT>
14214 <DD>Leave this screen without displaying or saving any attachments.
14216 <DT>View</DT>
14217 <DD>View the currently selected attachment.
14219 <DT>External</DT>
14220 <DD>Passes a TEXT/HTML message to an external browser for its display.
14222 <DT>Prev Attach</DT>
14223 <DD>Move to previous attachment.
14225 <DT>Next Attach</DT>
14226 <DD>Move to next attachment.
14228 <DT>Prev Page</DT>
14229 <DD>Previous page of the listed attachments.
14231 <DT>Next Page</DT>
14232 <DD>Next page of the listed attachments.
14234 <DT>Delete</DT>
14235 <DD>Mark the currently selected attachment for Deletion.
14236 This does not modify the current message by deleting the attachment from
14237 it, but instead the delete flag <EM>only</EM> has an effect when saving
14238 the message to a folder.
14239 Attachments marked for deletion are not copied to the destination folder
14240 along with the rest of the message when it is saved.
14241 It is ok for the destination folder to be the same as the current folder.
14242 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
14244 <DT>Undelete</DT>
14245 <DD>Turn off the Delete flag for the selected attachment.
14247 <DT>Save</DT>
14248 <DD>Save the selected attachment to a file.  If the attachment is of
14249 type &quot;RFC822/Message&quot;, then the attachment will be saved to
14250 the specified mail folder.
14252 <DT>Export</DT>
14253 <DD>If the attachment is of
14254 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
14255 copy the message to a file in the same way this command works on 
14256 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
14258 <DT>Pipe</DT>
14259 <DD>Pipe the attachment contents into a UNIX command (if enabled).
14260 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
14262 <DT>WhereIs</DT>
14263 <DD>Find a matching string in the attachment list.
14265 <DT>AboutAttch</DT>
14266 <DD>Examine various aspects of the selected attachment.
14268 <DT>Print</DT>
14269 <DD>Print the selected attachment.
14271 <DT>Forward</DT>
14272 <DD>Forward the selected attachment as an attachment.
14273 </DL>
14277 All attachments can be saved or piped into a UNIX command, but some may
14278 not be readily displayed by either Alpine or an external tool.  In such
14279 cases, the reason why the message cannot be displayed is displayed on
14280 Alpine's message line.
14282 &lt;End of help on this topic&gt;
14283 </BODY>
14284 </HTML>
14285 ============= h_mail_text_att_view ========================
14286 <HTML>
14287 <HEAD>
14288 <TITLE>Attachment View Screen Explained</TITLE>
14289 </HEAD>
14290 <BODY>
14291 This function allows you to view the contents of a text attachment. You
14292 can only view one attachment at a time.
14294 Available commands include:
14296 <DL>
14298 <DT>Help</DT>
14299 <DD>Display this help text
14301 <DT>AttchIndex</DT>
14302 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
14304 <DT>Prev Page</DT>
14305 <DD>Show the previous page of the current attachment.
14307 <DT>Next Page</DT>
14308 <DD>Show the next page of the current attachment by pressing the space bar.
14310 <DT>Delete</DT>
14311 <DD>Mark the viewed attachment for Deletion.  The delete
14312 flag <EM>only</EM> has affect when saving the message to a folder.
14313 Attachments marked for deletion are excluded from the message when
14314 it is saved.  In addition, the delete mark <EM>only</EM> applies to
14315 this Alpine session.
14317 <DT>Undelete</DT>
14318 <DD>Turn off the Delete flag for the selected attachment.
14320 <DT>Save</DT>
14321 <DD>Copy the current attachment to a file.  If you just enter
14322 a filename, the attachment will be saved with that name in
14323 your home directory 
14324 <!--chtml if pinemode="running"-->
14325 (which, in the present configuration of your system, is
14326  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14327 <!--chtml endif-->
14328 or current working directory
14329 <!--chtml if pinemode="running"-->
14330 (which, at least for your current Alpine &quot;session,&quot; 
14331 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14332 <!--chtml endif-->, depending on the
14333 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14334 configuration setting.  You may enter the full
14335 path and filename to save it in another directory instead.
14337 <DT>Export</DT>
14338 <DD>If the attachment is of
14339 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
14340 copy the message to a file in the same way this command works on 
14341 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
14342 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
14343 defined, they may affect the contents of the exported file.)
14345 <DT>Pipe</DT>
14346 <DD>Pipe the attachment contents into a UNIX command (if enabled)
14348 <DT>WhereIs</DT>
14349 <DD>Search the attachment for a string of letters.  If it is
14350 found, move to it.  The string can be one word or a phrase.
14351 If there are multiple occurrences, the cursor moves to the
14352 first occurrence beyond the current cursor position.
14354 <DT>Print</DT>
14355 <DD>Print the current attachment on paper.  You can select the
14356 printer or the print command via the &quot;Setup&quot; command
14357 on the MAIN MENU.
14359 <DT>Forward</DT>
14360 <DD>Forward the selected attachment as an attachment.
14361 </DL>
14363 &lt;End of help on this topic&gt;
14364 </BODY>
14365 </HTML>
14366 ============= h_journal ==============
14367 <HTML>
14368 <HEAD>
14369 <TITLE>Recent Message Journal Explained</TITLE>
14370 </HEAD>
14371 <BODY>
14373 The following commands are available on this screen:
14375 <DL>
14376 <DT>Help</DT>
14377 <DD>Show this help text
14379 <DT>Exit</DT>
14380 <DD>Exit Viewer, and go back to mail processing
14382 <DT>Prev Page</DT>
14383 <DD>Show the previous page text
14385 <DT>Next Page</DT>
14386 <DD>Show the next page of text by pressing the space bar
14388 <DT>Print</DT>
14389 <DD>Print the displayed text on paper.  You can select the
14390 printer or the print command via the &quot;Setup&quot; command
14391 on the MAIN MENU.
14393 <DT>Fwd Email</DT>
14394 <DD>Begin composition of a new mail message with the displayed
14395 text already inserted in the message body.
14397 <DT>Save</DT>
14398 <DD>Copy the displayed text to a file.  If you just enter
14399 a filename, the text will be saved with that name in
14400 your 
14401 home directory 
14402 <!--chtml if pinemode="running"-->
14403 (which, in the present configuration of your system, is
14404  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14405 <!--chtml endif-->
14406 or current working directory
14407 <!--chtml if pinemode="running"-->
14408 (which, at least for your current Alpine &quot;session,&quot; 
14409 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14410 <!--chtml endif-->, depending on the
14411 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14412 configuration setting.   You may enter the full
14413 path and filename to save it in another directory instead.
14415 <DT>WhereIs</DT>
14416 <DD>Search the text for a string of letters.  If it is
14417 found, move to it.  The string can be one word or a phrase.
14418 If there are multiple occurrences, the cursor moves to the
14419 first occurrence beyond the current cursor position.
14420 </DL>
14422 &lt;End of help on this topic&gt;
14423 </BODY>
14424 </HTML>
14425 ============= h_debugjournal ==============
14426 <HTML>
14427 <HEAD>
14428 <TITLE>Debug Journal Explained</TITLE>
14429 </HEAD>
14430 <BODY>
14432 The following commands are available on this screen:
14434 <DL>
14435 <DT>Help</DT>
14436 <DD>Show this help text
14438 <DT>Exit</DT>
14439 <DD>Exit Viewer, and go back to mail processing
14441 <DT>Timestamps</DT>
14442 <DD>Turn on or off timestamps.
14444 <DT>DebugView</DT>
14445 <DD>Set the level of debugging you want to see. The level may be any number
14446 in the range 0-9. Higher numbers show more debugging detail. Note that the
14447 debugging information has already been captured. This setting just causes the
14448 debugging information that you see to be filtered. If you set this to
14449 the number &quot;5&quot; then you will be shown all of the debugging information
14450 at levels 5 and below.
14451 It's actually a bit more complicated than that. A fixed amount of memory
14452 is used to store the debug information.
14453 Since the amount of memory used is limited the debugging information
14454 has to be trimmed back when it gets too large.
14456 <DT>Prev Page</DT>
14457 <DD>Show the previous page text
14459 <DT>Next Page</DT>
14460 <DD>Show the next page of text by pressing the space bar
14462 <DT>Print</DT>
14463 <DD>Print the displayed text on paper.  You can select the
14464 printer or the print command via the &quot;Setup&quot; command
14465 on the MAIN MENU.
14467 <DT>Fwd Email</DT>
14468 <DD>Begin composition of a new mail message with the displayed
14469 text already inserted in the message body.
14471 <DT>Save</DT>
14472 <DD>Copy the displayed text to a file.  If you just enter
14473 a filename, the text will be saved with that name in
14474 your 
14475 home directory 
14476 <!--chtml if pinemode="running"-->
14477 (which, in the present configuration of your system, is
14478  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14479 <!--chtml endif-->
14480 or current working directory
14481 <!--chtml if pinemode="running"-->
14482 (which, at least for your current Alpine &quot;session,&quot; 
14483 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14484 <!--chtml endif-->, depending on the
14485 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14486 configuration setting.   You may enter the full
14487 path and filename to save it in another directory instead.
14489 <DT>WhereIs</DT>
14490 <DD>Search the text for a string of letters.  If it is
14491 found, move to it.  The string can be one word or a phrase.
14492 If there are multiple occurrences, the cursor moves to the
14493 first occurrence beyond the current cursor position.
14494 </DL>
14496 &lt;End of help on this topic&gt;
14497 </BODY>
14498 </HTML>
14499 ============= h_simple_text_view ==============
14500 <HTML>
14501 <HEAD>
14502 <TITLE>Simple Text View Screen Explained</TITLE>
14503 </HEAD>
14504 <BODY>
14506 The following commands are available on this screen:
14508 <DL>
14509 <DT>Help</DT>
14510 <DD>Show this help text
14512 <DT>Exit</DT>
14513 <DD>Exit Viewer, and go back to mail processing
14515 <DT>Prev Page</DT>
14516 <DD>Show the previous page text
14518 <DT>Next Page</DT>
14519 <DD>Show the next page of text by pressing the space bar
14521 <DT>Print</DT>
14522 <DD>Print the displayed text on paper.  You can select the
14523 printer or the print command via the &quot;Setup&quot; command
14524 on the MAIN MENU.
14526 <DT>Fwd Email</DT>
14527 <DD>Begin composition of a new mail message with the displayed
14528 text already inserted in the message body.
14530 <DT>Save</DT>
14531 <DD>Copy the displayed text to a file.  If you just enter
14532 a filename, the attachment will be saved with that name in
14533 your 
14534 home directory 
14535 <!--chtml if pinemode="running"-->
14536 (which, in the present configuration of your system, is
14537  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14538 <!--chtml endif-->
14539 or current working directory
14540 <!--chtml if pinemode="running"-->
14541 (which, at least for your current Alpine &quot;session,&quot; 
14542 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14543 <!--chtml endif-->, depending on the
14544 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14545 configuration setting.   You may enter the full
14546 path and filename to save it in another directory instead.
14548 <DT>WhereIs</DT>
14549 <DD>Search the attachment for a string of letters.  If it is
14550 found, move to it.  The string can be one word or a phrase.
14551 If there are multiple occurrences, the cursor moves to the
14552 first occurrence beyond the current cursor position.
14553 </DL>
14555 &lt;End of help on this topic&gt;
14556 </BODY>
14557 </HTML>
14558 ======= h_pine_for_windows ========
14559 <HTML>
14560 <HEAD>
14561 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
14562 </HEAD>
14563 <BODY>
14564 <H1>Getting Help In PC-Alpine</H1>
14567 PC-Alpine offers general and specific help text. From the <A
14568 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
14569 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
14570 specific help for that screen is available from the toolbar Help menu or
14571 with the 
14572 <!--chtml if pinemode="function_key"-->
14573 &quot;F1&quot; key.
14574 <!--chtml else-->
14575 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
14576 typing &quot;?&quot; would be mistaken as entering text.
14577 <!--chtml endif-->
14580 Although this version of Alpine is for Microsoft Windows, it is not
14581 considered a full &quot;Graphical User Interface&quot; application. 
14582 Yet, many of the controls that Windows users are accustomed to seeing, 
14583 such as scrollbars and toolbars, are available.
14586 PC-Alpine offers considerable mouse support.  You can view what is
14587 &quot;click-able&quot; by dragging your mouse over any screen; when the
14588 arrow cursor changes into a hand, you found something. Mouse-click
14589 possibilities include navigating between screens and folders and
14590 double-clicking on hyperlinks to open your Web browser.
14591 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
14592 screen.  Examples of right-click options include &quot;copy&quot; after
14593 selecting text to copy and &quot;View in New Window&quot; when you click
14594 on a particular message in the Message Index. The menu choices available
14595 to you will vary based upon what screen is open, where on the screen your
14596 cursor is located, and even what action you have already taken.
14599 &lt;End of help on this topic&gt;
14600 </BODY>
14601 </HTML>
14602 ===== h_composer =====
14603 <HTML>
14604 <HEAD>
14605 <TITLE>COMPOSER COMMANDS</TITLE>
14606 </HEAD>
14607 <BODY>
14608 <H1>COMPOSER COMMANDS</H1>
14610 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>
14611 &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>
14612 &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>
14613 &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>
14614 &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>
14615 &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>
14616 &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>
14617 &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>
14618 &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>
14619 &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>
14620 ---------------------------------------|&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>
14621 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>
14622 &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>
14623 &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>
14624 &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>
14627 NOTE:
14628 <OL>
14629  <LI>For help on a particular command, highlight the bold text associated
14630 with it above and hit Return.
14631  <LI> The availability of certain commands
14632 is determined by Alpine configuration files and system capabilities.
14633 At some sites, certain commands may not be available due to security or
14634 support concerns.
14635  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14636 Ctrl-&#92;, ESC.
14637  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14638 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14639 </OL>
14642 HINT: To move rapidly to the bottom of a message you are composing,
14643 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
14644 with the Mark and Cut commands to eliminate large amounts of unwanted
14645 text in a Reply.
14647 <H2>Description of Composer</H2>
14649 Alpine has a built-in editing program that allows you to compose messages
14650 without having to leave Alpine.  The editor is designed to be very simple to
14651 use so that you can get started writing email right away.
14654 Messages are usually just text, about 80 columns wide.  Using upper and
14655 lower case is encouraged.  On some systems the size limit of the message
14656 is about 100,000 characters, which is about 2,000 lines.  You can include
14657 punctuation and special characters found on most keyboards, but you can't
14658 include characters with diacritical marks and certain special symbols.
14661 Text automatically wraps as you type past the end of a line so you do not
14662 have to hit return.  Using the
14663 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
14664 you can also reformat text explicitly, perhaps after you have
14665 deleted some text.
14668 You can include other text files with the 
14669 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
14670 which will prompt you for the name of the file to insert at the
14671 current cursor position.
14674 <UL>
14675 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14676 </UL>
14678 &lt;End of help on this topic&gt;
14679 </BODY>
14680 </HTML>
14681 ====== h_composer_browse =====
14682 <HTML>
14683 <HEAD>
14684 <TITLE>BROWSER</TITLE>
14685 </HEAD>
14686 <BODY>
14687 <H1>BROWSER</H1>
14688 This screen lets you browse your files and directories.  To go to another 
14689 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
14690 choose &quot;Select&quot; (the default choice on the menu); 
14691 or choose &quot;Goto&quot; and enter the name of the directory.
14692 <!--chtml if pinemode="os_windows"-->
14693 <!--chtml else--> 
14694 In Unix Alpine, you may use 
14695 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
14696 to another's home directory.  
14697 <!--chtml endif--><P>
14698 To select a file, move the cursor to it and 
14699 choose &quot;Select&quot; (the default choice on the menu).  
14701 <UL>
14702 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
14703 inclusion in the 
14704 message body (that is, you chose &quot;Read File&quot; with the cursor under 
14705 the 
14706 &quot;----- Message Text -----&quot; line
14707 while composing, then &quot;To Files&quot;):  Since the file 
14708 selected will become part of the message text, it must be in a format 
14709 suitable for that (Alpine does not check!), such as a plain text file.
14710 Files of other formats (for example, graphics, databases, software 
14711 programs) should be 
14712 <B>attached</B> to the message instead --
14713 by moving the cursor in the COMPOSE MESSAGE screen into the 
14714 message header area and pressing 
14715 <!--chtml if pinemode="function_key"-->
14717 <!--chtml else-->
14718 Ctrl-J.
14719 <!--chtml endif--> 
14721 <P><LI>
14722 Note <B>if</B> you are currently using the BROWSER for saving a message 
14723 attachment, or exporting a message, to a file: You can use the Add command to 
14724 provide the name for a new file to save/export to, and then select that name 
14725 to use it for the save/export operation.  Back at the prompt 
14726 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
14727 either Overwrite or Append (it doesn't make a difference, since the file is 
14728 so far empty).  Note: If you cancel the 
14729 operation at that point, the file created with the Add command will remain 
14730 0 bytes in size.
14732 </UL>
14733 <P><UL>
14734 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14735 </UL>
14737 &lt;End of help on this topic&gt;
14738 </BODY>
14739 </HTML>
14740 ====== h_composer_ins =====
14741 <HTML>
14742 <HEAD>
14743 <TITLE>INSERT TEXT FILE</TITLE>
14744 </HEAD>
14745 <BODY>
14746 <H1>INSERT TEXT FILE</H1>
14748 Use this function to insert a text file. The file name
14749 given can be an absolute file path name for your system
14750 <!--chtml if pinemode="os_windows"-->
14751 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
14752 with a relative pathname, or simply a file name without
14753 drive or directory specification.  
14754 <!--chtml else-->
14755 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
14756 a file in your home directory, or a file path relative to your 
14757 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
14758 your home directory or &quot;~user&quot; to refer to another
14759 account's home directory.
14760 <!--chtml endif-->
14762 No wild card characters may be used.  
14763 The file must reside on the system running Alpine.
14765 If the 
14766 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14767 feature is set, names are relative to your current working directory 
14768 <!--chtml if pinemode="running"-->
14769 (which, at least for your current Alpine &quot;session,&quot; 
14770 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14771 <!--chtml endif-->
14772 rather than your home directory
14773 <!--chtml if pinemode="running"-->
14774 (which, in the present configuration of your system, is
14775  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14776 <!--chtml endif-->
14778 <P><UL>
14779 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14780 </UL>
14782 &lt;End of help on this topic&gt;
14783 </BODY>
14784 </HTML>
14785 ====== h_composer_ins_m =====
14786 <HTML>
14787 <HEAD>
14788 <TITLE>INSERT MESSAGE</TITLE>
14789 </HEAD>
14790 <BODY>
14791 <H1>INSERT MESSAGE</H1>
14793 Type in the number of a message in the currently open folder to insert it
14794 into your message.
14795 <P><UL>
14796 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14797 </UL>
14799 &lt;End of help on this topic&gt;
14800 </BODY>
14801 </HTML>
14802 ====== h_composer_search =====
14803 <HTML>
14804 <HEAD>
14805 <TITLE>Explanation of Composer Whereis Command </TITLE>
14806 </HEAD>
14807 <BODY>
14808 <H1>Help For Whereis Command</H1>
14810 Whereis is used to search the message for a word or part of a word.
14811 When searching in the composer, only the message part of your mail is
14812 searched, and the cursor is put on the first occurrence appearing
14813 after the location of the cursor.  The search will wrap to the
14814 beginning of the message when it no longer finds matches in the
14815 remainder of the message.
14817 To search for the same string a second time, press 
14818 <!--chtml if pinemode="function_key"-->
14819 &quot;F6&quot;
14820 <!--chtml else-->
14821 &quot;^W&quot;
14822 <!--chtml endif-->
14823 to begin search and then just press RETURN to accept the previous
14824 search string shown in square brackets rather than entering a new
14825 search string.<P>
14827 The &quot;Search&quot; prompt has several sub-command available:
14829 <DL>
14830 <DT>Get Help</DT>
14831 <DD> Takes you to this help page.
14833 <DT>Cancel</DT>
14834 <DD> Cancels the prompt.  No search takes place.
14836 <DT>First Line</DT>
14837 <DD> Takes you back to the composer with the cursor on the first character
14838 of the first line of text.
14840 <DT>Last Line</DT>
14841 <DD> Takes you back to the composer with the cursor on the last character
14842 of the last line of text.
14844 <DT>Replace (Optional)</DT>
14845 <DD> This sub-command is enabled by the 
14846 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
14847 feature (which is on by default); see its help screen for details on how replacing works.
14849 </DL>
14851 &lt;End of help on this topic&gt;
14852 </BODY>
14853 </HTML>
14854 ====== h_sigedit_search =====
14855 <HTML>
14856 <HEAD>
14857 <TITLE>Explanation of Whereis Command </TITLE>
14858 </HEAD>
14859 <BODY>
14860 <H1>Help For Whereis Command</H1>
14862 Whereis is used to search for a word or part of a word.
14863 When searching the cursor is put on the first occurrence appearing
14864 after the location of the cursor.  The search will wrap to the
14865 beginning of the signature when it no longer finds matches in the
14866 remainder of the signature.
14868 To search for the same string a second time, press 
14869 <!--chtml if pinemode="function_key"-->
14870 &quot;F6&quot;
14871 <!--chtml else-->
14872 &quot;^W&quot;
14873 <!--chtml endif-->
14874 to begin search and then just press RETURN to accept the previous
14875 search string shown in square brackets rather than entering a new
14876 search string.<P>
14878 The &quot;Search&quot; prompt has several sub-command available:
14880 <DL>
14881 <DT>Get Help</DT>
14882 <DD> Takes you to this help page.
14884 <DT>Cancel</DT>
14885 <DD> Cancels the prompt.  No search takes place.
14887 <DT>First Line</DT>
14888 <DD> Takes you back to the composer with the cursor on the first character
14889 of the first line of text.
14891 <DT>Last Line</DT>
14892 <DD> Takes you back to the composer with the cursor on the last character
14893 of the last line of text.
14895 <DT>Replace (Optional)</DT>
14896 <DD> This sub-command is enabled by the 
14897 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
14898 feature (which is on by default); see its help screen for details on how replacing works.
14900 </DL>
14902 &lt;End of help on this topic&gt;
14903 </BODY>
14904 </HTML>
14905 ======= h_composer_to ====
14906 <HTML>
14907 <HEAD>
14908 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
14909 </HEAD>
14910 <BODY>
14911 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
14913 <H2>The &quot;To:&quot; field</H2>
14914 The address you enter here must be a valid email address that is reachable
14915 from your site. 
14917 <H2>Email Address Format</H2>
14918 You may enter a full name and email address, 
14919 <!--chtml if pinemode="os_windows"-->
14920 <!--chtml else-->
14921 a local (meaning, on the same 
14922 host as the one you are running Alpine on) username that Alpine will
14923 complete for you, 
14924 <!--chtml endif-->
14925 the nickname of someone in a 
14926 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
14927 mail alias defined by your system administrator.  When you move the cursor
14928 out of this field, the nicknames will be expanded to the addresses in your
14929 address book, and the local usernames will be expanded to include the 
14930 persons' actual names.  You may enter as many addresses as you wish, but they 
14931 must be separated by commas.  You can move around this and other header fields
14932 with the arrow keys and use many of the usual composer editing keys.
14934 <UL>
14935 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14936 </UL>
14939 <H2>MESSAGE HEADER COMMANDS</H2>
14940 <!--chtml if pinemode="function_key"-->
14941 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
14942 ^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>
14943 ^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>
14944 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
14945 ^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>
14946 ^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>
14947 ^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>
14948 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>
14949 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>
14950 ^@&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>
14951 ----------------------------------------|<BR>
14952 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
14953 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>
14954 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>
14955 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>
14956 <!--chtml else-->
14957 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
14958 ^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>
14959 ^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>
14960 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
14961 ^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>
14962 ^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>
14963 ^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>
14964 ^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>
14965 ^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>
14966 ^@&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>
14967 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
14968 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>
14969 ^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>
14970 ^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>
14971 ^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>
14972 <!--chtml endif-->
14975 NOTE:
14976 <OL>
14977  <LI>For help on a particular command, highlight the bold text associated
14978 with it above and hit Return.
14979  <LI> The availability of certain commands 
14980 is determined by Alpine configuration files and system capabilities.
14981 At some sites, certain commands may not be available due to security or
14982 support concerns.
14983 </OL>
14986 <UL>   
14987 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14988 </UL><P>
14989 &lt;End of help on this topic&gt;
14990 </BODY>
14991 </HTML>
14992 ======= h_composer_cc ====
14993 <HTML>
14994 <HEAD>
14995 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
14996 </HEAD>
14997 <BODY>
14998 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
14999 The Cc: field is just like the To: field, except it is used for addressees
15000 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
15001 not directly meant directly &quot;for&quot; these recipients, but you wanted 
15002 them to see the message.  The only difference the recipients see is that their 
15003 name is in the Cc: field, rather than the To: field.
15005 For help with Cc: field editing
15006 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15008 <UL>
15009 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15010 </UL>
15012 <UL>   
15013 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15014 </UL><P>
15015 &lt;End of help on this topic&gt;
15016 </BODY>
15017 </HTML>
15018 ======= h_composer_bcc ====
15019 <HTML>
15020 <HEAD>
15021 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
15022 </HEAD>
15023 <BODY>
15024 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
15025 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
15026 a copy of the message to one or more people whose addresses you do not
15027 wish disclosed, either to reduce clutter or for confidentiality.
15029 The format of the Bcc: field is just the same as the To: and Cc: fields in
15030 the way the addresses are entered.  The recipients listed here will
15031 receive a copy of the message, but --assuming your site's mail transport
15032 software is properly configured-- their addresses will not show up in the
15033 headers of the message, as delivered to all of the recipients.  The To:
15034 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
15036 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
15037 will automatically generate and place in the To: field a pseudo-address of 
15038   &quot;undisclosed-recipients: ;&quot;
15039 or whatever string has been specified in the 
15040 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
15041 variable.
15043 The reason for this is to avoid embarrassment caused by some Internet
15044 mail transfer software that interprets a &quot;missing&quot; To: header as 
15045 an error and replaces it with an Apparently-to: header that may contain
15046 the addresses you entered on the Bcc: line.  In addition, it may be
15047 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
15049 You can manipulate what text ends up on the (originally) empty To:
15050 field.  Just remember to put a colon and semicolon at the end of the
15051 field, which is a special notation denoting that it is not a real address.
15053 For information on message header editing
15054 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15056 <UL>
15057 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15058 </UL>
15060 <UL>   
15061 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15062 </UL><P>
15063 &lt;End of help on this topic&gt;
15064 </BODY>
15065 </HTML>
15066 ======= h_composer_lcc ====
15067 <HTML>
15068 <HEAD>
15069 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
15070 </HEAD>
15071 <BODY>
15072 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
15073 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
15074 you wish to send a message to a list of people but avoid having all
15075 of their addresses visible, in order to reduce clutter when the
15076 message is received.
15078 It is similar to the 
15079 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
15080 in that individual
15081 addressees are hidden, but Lcc is designed to work specifically with
15082 distribution lists you have created in your 
15083 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
15084 the nickname of the list on the Lcc line will result in the full name of
15085 your Alpine Address Book list being placed on the To: line of the message,
15086 using a special notation that distinguishes it from a real address. You
15087 must leave the To: line blank for your list name to appear there.
15089 For example, if you have this list entered in your Address Book:<PRE>
15091         largo         Key Largo List       DISTRIBUTION LIST:
15092                                            bogie@mgm.com
15093                                            lauren@mgm.com
15094                                            walter@mgm.com</PRE>
15097 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
15098 the result is:<PRE>
15100         To      : Key Largo List: ;
15101         Cc      :
15102         Bcc     :
15103         Fcc     : sent-mail
15104         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
15105                   lauren@mgm.com,
15106                   walter@mgm.com
15107         Subject :</PRE>
15109 Each recipient listed on the Lcc: line receives a copy of the message
15110 without their address being visible (as though they were listed on the
15111 Bcc: line). The colon-semicolon notation used to put the full-name of the
15112 list on the To: line is a special address format that doesn't specify any
15113 actual addressees, but does give some information to the recipients of the
15114 message.
15116 Note: if after entering an LCC, you delete the list name that is placed
15117 on the To: line, then recipients will see <PRE>
15118        To: undisclosed-recipients: ;</PRE>
15120 (or whatever string is defined in the 
15121 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
15122 variable) just as in the BCC case. 
15124 For help with Lcc: field editing
15125 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15127 <UL>
15128 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15129 </UL>
15131 <UL>   
15132 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15133 </UL><P>
15134 &lt;End of help on this topic&gt;
15135 </BODY>
15136 </HTML>
15137 ======= h_composer_from =======
15138 <HTML>
15139 <HEAD>
15140 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
15141 </HEAD>
15142 <BODY>
15143 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
15145 This header carries your return address.  It is the address toward which
15146 replies (and often, future unrelated correspondence) will be directed,
15147 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
15148 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
15149 sure this address is correct.
15151 For help with message header editing
15152 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15154 <UL>
15155 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15156 </UL>
15158 <UL>   
15159 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15160 </UL><P>
15161 &lt;End of help on this topic&gt;
15162 </BODY>
15163 </HTML>
15164 ======= h_composer_reply_to =======
15165 <HTML>
15166 <HEAD>
15167 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
15168 </HEAD>
15169 <BODY>
15170 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
15172 Most people should not need this header. The Reply-To: header is used in
15173 cases where you would like replies to your messages to be directed to an
15174 address other than your normal &quot;From:&quot; address.  This is atypical, 
15175 but can happen when you use multiple machines and do not have the same account
15176 name on each one, or when you wish to direct certain replies to accounts
15177 or folders designated for specific classes of correspondence.
15179 For help with message header editing
15180 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15182 <UL>
15183 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15184 </UL>
15187 <UL>   
15188 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15189 </UL><P>
15190 &lt;End of help on this topic&gt;
15191 </BODY>
15192 </HTML>
15193 ======= h_composer_custom_addr ====
15194 <HTML>
15195 <HEAD>
15196 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
15197 </HEAD>
15198 <BODY>
15199 <H1>CUSTOMIZED HEADER FIELD</H1>
15200 This is a customized header, i.e. not one that is part of Alpine's normal
15201 set of Compose headers.
15203 For help with message header editing
15204 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15206 <UL>
15207 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15208 </UL>
15210 <UL>   
15211 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15212 </UL><P>
15213 &lt;End of help on this topic&gt;
15214 </BODY>
15215 </HTML>
15216 ======= h_composer_custom_free ====
15217 <HTML>
15218 <HEAD>
15219 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
15220 </HEAD>
15221 <BODY>
15222 <H1>CUSTOMIZED HEADER FIELD</H1>
15223 This is a customized header, i.e. not one that is part of Alpine's normal
15224 set of Compose headers.
15226 This field consists of arbitrary text.
15228 For help with message header editing
15229 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15231 <UL>   
15232 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15233 </UL><P>
15234 &lt;End of help on this topic&gt;
15235 </BODY>
15236 </HTML>
15237 ====== h_composer_news =====
15238 <HTML>
15239 <HEAD>
15240 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
15241 </HEAD>
15242 <BODY>
15243 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
15244 Use the newsgroups line to specify any and all USENET newsgroups to which
15245 your message should be posted.  When composing a message from scratch, this
15246 line may be hidden.  If so, just press the rich headers command
15247 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
15248 to make it visible.
15250 <EM>Be aware</EM> that when you post to a newsgroup thousands of
15251 people will be reading your message.  Also, you or your system manager
15252 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
15253 in order for you to be able to post.
15255 For help with message header editing
15256 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15257 <P><UL>
15258 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15259 </UL>
15261 &lt;End of help on this topic&gt;
15262 </BODY>
15263 </HTML>
15264 ======= h_composer_fcc ====
15265 <HTML>
15266 <HEADER>
15267 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
15268 </HEADER>
15269 <BODY>
15270 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
15271 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
15272 each outgoing message.  The default value can be configured with the
15273 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
15274 the file carbon copy on any message you send by editing the FCC header.<p>
15276 You may type ^T to get a list of all your folders and select one to use as
15277 the FCC for this message.<P>
15279 For help with message header editing
15280 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15282 <UL>   
15283 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15284 </UL><P>
15285 &lt;End of help on this topic&gt;
15286 </BODY>
15287 </HTML>
15288 ======= h_composer_subject ====
15289 <HTML>
15290 <HEADER>
15291 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
15292 </HEADER>
15293 <BODY>
15294 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
15296 The subject header provides a place to enter a few words that summarize
15297 the topic of the message you are sending.  You may leave this line blank,
15298 but it is considered a courtesy to use a meaningful subject.<p>
15300 For help with message header editing
15301 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15303 <UL>   
15304 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15305 </UL><P>
15306 &lt;End of help on this topic&gt;
15307 </BODY>
15308 </HTML>
15309 ======= h_composer_attachment ====
15310 <HTML>
15311 <HEAD>
15312 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
15313 </HEAD>
15314 <BODY>
15315 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
15317 The &quot;Attchmnt:&quot; field is where you specify what file or
15318 files you'd like attached to
15319 the message you are composing.  Those files must reside on the machine
15320 running Alpine. If your file is on a PC or Mac and you run Alpine with an
15321 account on a Unix machine, you'll have to transfer it before attaching it.
15322 Contact local computer support people for assistance with transferring.
15325 The file name
15326 given can be an absolute file path name for your system
15327 <!--chtml if pinemode="os_windows"-->
15328 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
15329 with a relative pathname, or simply a file name without
15330 drive or directory specification.  
15331 <!--chtml else-->
15332 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
15333 a file in your home directory, or a file path relative to your 
15334 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
15335 your home directory or &quot;~user&quot; to refer to another
15336 account's home directory.
15337 <!--chtml endif--><P>
15338 No wild card characters may be used.
15339 <P>If the 
15340 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
15341 feature is set, names are relative to your current working directory 
15342 <!--chtml if pinemode="running"-->
15343 (which, at least for your current Alpine &quot;session,&quot; 
15344 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
15345 <!--chtml endif-->
15346 rather than your home directory
15347 <!--chtml if pinemode="running"-->
15348 (which, in the present configuration of your system, is
15349  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
15350 <!--chtml endif-->
15353 Alpine uses MIME encoding for attachments, so binaries and files of any
15354 length can safely be delivered to any MIME-capable mail reading program.
15355 If you send an attachment to someone who does not have a MIME-capable mail
15356 reading program yet, then the main message text will be readable, but
15357 attachments (even attachments that are just plain text) are not.
15360 Typing the filename on the Attchmnt: line achieves the same
15361 result as using the 
15362 <!--chtml if pinemode="function_key"-->
15364 <!--chtml else-->
15365 Ctrl-J
15366 <!--chtml endif--> command.
15369 If you Forward a message with attachments, you may delete them from your
15370 Forwarded message by editing the Attchmnt header line.
15373 For help with message header editing
15374 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15376 <UL>   
15377 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15378 </UL><P>
15379 &lt;End of help on this topic&gt;
15380 </BODY>
15381 </HTML>
15382 ======= h_composer_ctrl_j ====
15383 <HTML>
15384 <HEAD>
15385 <TITLE>COMPOSER ATTACH</TITLE>
15386 </HEAD>
15387 <BODY>
15388 After the
15389 <!--chtml if pinemode="function_key"-->
15391 <!--chtml else-->
15392 Ctrl-J
15393 <!--chtml endif--> command:
15394 At the &quot;File to attach:&quot; prompt, enter the name of the 
15395 existing file to attach to your message.  
15396 When the feature
15397 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
15398 is set
15399 you need only enter the beginning of the filename (enough of it to uniquely 
15400 identify the file) and press TAB to complete it.
15402 Or, press ^T to use the BROWSER screen for 
15403 selecting the file.  <P>
15404 For more information on attaching files, see the help screen for the 
15405 composer's 
15406 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
15407 but can be revealed using the 
15408 <!--chtml if pinemode="function_key"-->
15410 <!--chtml else-->
15411 Ctrl-R
15412 <!--chtml endif--> 
15413 command with the cursor positioned above the
15414 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
15416 &lt;End of help on this topic&gt;
15417 </BODY>
15418 </HTML>
15419 ======= h_edit_nav_cmds =========
15420 <HTML>
15421 <HEAD>
15422 <TITLE>Composer Editing Commands Explained</TITLE>
15423 </HEAD>
15424 <BODY>
15425 <H1>EDITING and NAVIGATION COMMANDS</H1>
15426 <!--chtml if pinemode="function_key"-->
15427 <PRE>
15428 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
15429 ^B (Left Arrow)    Back character       | ^D       Delete current character
15430 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
15431 ^P (Up Arrow)      Previous line        |
15432 ^N (Down Arrow)    Next line            | F9       Cut marked text or
15433 ^A                 Beginning of line    |            delete current line
15434 ^E                 End of line          | F10      Undelete line(s)
15435 F7                 Previous page        |
15436 F8                 Next page            |-------------------------------------
15437 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
15438 ----------------------------------------|
15439 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
15440 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
15441 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
15442 </PRE>
15443 <!--chtml else-->
15444 <PRE>
15445 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
15446 ^B (Left Arrow)    Back character       | ^D       Delete current character
15447 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
15448 ^P (Up Arrow)      Previous line        |
15449 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
15450 ^A                 Beginning of line    |            delete current line
15451 ^E                 End of line          | ^U       Undelete line(s)
15452 ^Y                 Previous page        |
15453 ^V                 Next page            |-------------------------------------
15454 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
15455 ----------------------------------------|
15456 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
15457 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
15458 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
15459 </PRE>
15460 <!--chtml endif-->
15461 &lt;End of help on this topic&gt;
15462 </BODY>
15463 </HTML>
15464 ===== h_composer_sigedit =====
15465 <HTML>
15466 <HEAD>
15467 <TITLE>Signature Editor Commands Explained</TITLE>
15468 </HEAD>
15469 <BODY>
15470 <H1>SIGNATURE EDITOR COMMANDS</H1>
15471 <!--chtml if pinemode="function_key"-->
15472 <PRE>
15473 CURSOR MOTION KEYS                     |EDITING KEYS
15474   ^B (Left Arrow)   Back character     | ^D       Delete current character
15475   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15476   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15477   ^N (Down Arrow)   Next line          | F9       Cut marked text or
15478   ^A                Beginning of line  |           delete current line
15479   ^E                End of line        | F10       Paste text, undelete lines
15480   F7                Previous page      |           cut with ^K, or unjustify
15481   F8                Next page          |-------------------------------------
15482   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15483 ---------------------------------------| F6       Whereis (search for string)
15484 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
15485  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
15486                  |  ^Z    Suspend      | ^L       Redraw Screen
15487  F2   Send       |  F6    Alt. editor  | F5       Read in a file
15488 </PRE>
15489 <!--chtml else-->
15490 <PRE>
15491 CURSOR MOTION KEYS                     |EDITING KEYS
15492   ^B (Left Arrow)   Back character     | ^D       Delete current character
15493   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15494   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15495   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
15496   ^A                Beginning of line  |           delete current line
15497   ^E                End of line        | ^U        Paste text, undelete lines
15498   ^Y                Previous page      |           cut with ^K, or unjustify
15499   ^V                Next page          |-------------------------------------
15500   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15501 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
15502 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
15503  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
15504                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
15505  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
15506 </PRE>
15507 <!--chtml endif-->
15509 NOTE: The presence or absence of the following commands is determined
15510 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
15511 some of these commands may be administratively disabled by your system
15512 manager; if they don't work, please check with your local help desk
15513 before reporting a bug.
15515 <UL>
15516  <LI>Suspend (suspends Alpine and gives a system prompt)
15517  <LI>Alternate editor (allows you to compose with your own editor)
15518 </UL>
15521 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
15522 Ctrl-&#92;, ESC
15525 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
15526 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
15528 &lt;End of help on this topic&gt;
15529 </BODY>
15530 </HTML>
15531 ===== h_composer_commentedit =====
15532 <HTML>
15533 <HEAD>
15534 <TITLE>Comment Editor Commands Explained</TITLE>
15535 </HEAD>
15536 <BODY>
15537 <H1>COMMENT EDITOR COMMANDS</H1>
15538 <!--chtml if pinemode="function_key"-->
15539 <PRE>
15540 CURSOR MOTION KEYS                     |EDITING KEYS
15541   ^B (Left Arrow)   Back character     | ^D       Delete current character
15542   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15543   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15544   ^N (Down Arrow)   Next line          | F9       Cut marked text or
15545   ^A                Beginning of line  |           delete current line
15546   ^E                End of line        | F10       Paste text, undelete lines
15547   F7                Previous page      |           cut with ^K, or unjustify
15548   F8                Next page          |-------------------------------------
15549   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15550 ---------------------------------------| F6       Whereis (search for string)
15551 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
15552  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
15553                  |  ^Z    Suspend      | ^L       Redraw Screen
15554  F2   Send       |  F6    Alt. editor  | F5       Read in a file
15555 </PRE>
15556 <!--chtml else-->
15557 <PRE>
15558 CURSOR MOTION KEYS                     |EDITING KEYS
15559   ^B (Left Arrow)   Back character     | ^D       Delete current character
15560   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15561   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15562   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
15563   ^A                Beginning of line  |           delete current line
15564   ^E                End of line        | ^U        Paste text, undelete lines
15565   ^Y                Previous page      |           cut with ^K, or unjustify
15566   ^V                Next page          |-------------------------------------
15567   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15568 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
15569 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
15570  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
15571                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
15572  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
15573 </PRE>
15574 <!--chtml endif-->
15576 NOTE: The presence or absence of the following commands is determined
15577 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
15578 some of these commands may be administratively disabled by your system
15579 manager; if they don't work, please check with your local help desk
15580 before reporting a bug.
15582 <UL>
15583  <LI>Suspend (suspends Alpine and gives a system prompt)
15584  <LI>Alternate editor (allows you to compose with your own editor)
15585 </UL>
15588 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
15589 Ctrl-&#92;, ESC
15592 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
15593 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
15595 &lt;End of help on this topic&gt;
15596 </BODY>
15597 </HTML>
15598 ======= h_composer_abook_nick =======
15599 <HTML>
15600 <HEAD>
15601 <TITLE>Addressbook Nickname Explained</TITLE>
15602 </HEAD>
15603 <BODY>
15604 This is a short nickname for this address book entry.  If it is used in
15605 place of an address from the composer, the composer will fill in the
15606 address(es) for the entry that matches the nickname. 
15609 Look <A HREF="h_edit_nav_cmds">here</A>
15610 to see the available Editing and Navigation commands.
15612 &lt;End of help on this topic&gt;
15613 </BODY>
15614 </HTML>
15615 ======= h_composer_abook_full =======
15616 <HTML>
15617 <HEAD>
15618 <TITLE>Addressbook Fullname Explained</TITLE>
15619 </HEAD>
15620 <BODY>
15621 This is the full name field for this entry.  If this is going to be a
15622 distribution list (more than one address), it should be a descriptive
15623 phrase describing the list.  It will be included in the mail header if you
15624 put the list in the To: or CC: field, or in the To: line if you put the
15625 list in the Lcc: field.  It's OK to leave this field blank (and OK to
15626 leave any of the other fields blank, too). If this address book entry is
15627 going to be a simple entry with just one address, then this field is the
15628 person's name. When you send mail to this entry, this is the field to the
15629 left of the brackets. That is, it is the most readable part of the 
15630 address. For example, in the sample address:
15631 <PRE>
15632        John Doe &lt;jdoe@some.domain&gt;
15633 </PRE>
15634 "John Doe" is the full name field. If you are sorting your address book
15635 with one of the options that uses full names, then it might be useful to
15636 enter the full name as "Last, First", for example:
15637 <PRE>
15638        Doe, John
15639 </PRE>
15640 so that it will be sorted using Doe instead of John. This will be changed
15641 back into John Doe when you use it.
15643 Look <A HREF="h_edit_nav_cmds">here</A>
15644 to see the available Editing and Navigation commands.
15646 &lt;End of help on this topic&gt;
15647 </BODY>
15648 </HTML>
15649 ======= h_composer_abook_fcc =======
15650 <HTML>
15651 <HEAD>
15652 <TITLE>Addressbook Fcc Explained</TITLE>
15653 </HEAD>
15654 <BODY>
15655 If this entry is the first one in the To: line of an outgoing message,
15656 this field will be used for the Fcc (File Carbon Copy) instead of whatever
15657 you would normally get (which depends on which
15658 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
15659 you've chosen). 
15661 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
15662 that you don't want any Fcc associated with this entry.
15664 Look <A HREF="h_edit_nav_cmds">here</A>
15665 to see the available Editing and Navigation commands.
15667 &lt;End of help on this topic&gt;
15668 </BODY>
15669 </HTML>
15670 ====== h_config_combined_abook_display =====
15671 <HTML>
15672 <HEAD>
15673 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
15674 </HEAD>
15675 <BODY>
15676 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
15678 This feature affects the address book display screens.
15679 Normally, expanding an address book from the ADDRESS BOOK LIST screen
15680 will cause the remaining address books and directory servers to disappear
15681 from the screen, leaving only the entries of the expanded address book.
15682 If this feature is set, then the other address books will remain on the screen,
15683 so that all of the address books can be present at once.
15686 The way that commands work won't be changed.
15687 For example, the Select All command will select all of the entries in the
15688 current address book, not all of the entries in all of the address books.
15689 The WhereIs command will change a little.
15690 It will search through all of the text on the screen plus all of the entries
15691 from expanded address books.
15694 When this feature is set, the setting of the feature
15695 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
15696 has an effect.
15698 &lt;End of help on this topic&gt;
15699 </BODY>
15700 </HTML>
15701 ====== h_config_titlebar_color_style =====
15702 <HTML>
15703 <HEAD>
15704 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
15705 </HEAD>
15706 <BODY>
15707 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
15709 This option affects the colors used to display the titlebar (the top
15710 line on the screen) when viewing a message.
15713 The available options include:
15716 <DL>
15717 <DT>default</DT>
15718 <DD>The color of the titlebar will be the color you set for the
15719 <A HREF="h_config_title_color">Title Color</A>.
15720 The Title Color may be set by using the
15721 <A HREF="h_color_setup">Setup Kolor</A> screen.
15722 </DD>
15724 <DT>indexline</DT>
15725 <DD>The color of the titlebar will be the same as the color of the
15726 index line corresponding to the message being viewed.
15727 The rules that determine what color the index line will be may be set
15728 up by going to the Setup/Rules/Indexcolor screen.
15729 If the index line for a message is not colored explicitly by the
15730 Indexcolor rules, then the titlebar will be colored the same as for
15731 the &quot;default&quot; option above (which is not the same color that
15732 the index line itself will have).
15733 </DD>
15735 <DT>reverse-indexline</DT>
15736 <DD>This is similar to the &quot;indexline&quot; option except the
15737 foreground and background colors from the corresponding index line will
15738 be reversed.
15739 For example, if the index line color is red letters on a white background,
15740 then the titlebar will be white letters on a red background.
15741 If the index line for a message is not colored explicitly by the
15742 Indexcolor rules, then the titlebar will be colored the same as for
15743 the &quot;default&quot; option above (which is not the same color that
15744 the index line itself will have).
15745 </DD>
15746 </DL>
15750 <UL>   
15751 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15752 </UL><P>
15753 &lt;End of help on this topic&gt;
15754 </BODY>
15755 </HTML>
15756 ====== h_config_index_color_style =====
15757 <HTML>
15758 <HEAD>
15759 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
15760 </HEAD>
15761 <BODY>
15762 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
15764 This option affects the colors used to display the current line in the
15765 MESSAGE INDEX screen.
15766 If you do not have Index Color Rules defined, then this option will
15767 have no effect in the index.
15768 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
15770 If the option
15771 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
15772 is turned on and the
15773 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
15774 is set to something other than the default, then
15775 this option also affects the color used to display the current folder
15776 in the Incoming FOLDER LIST screen.
15779 The available options include:
15782 <DL>
15783 <DT>flip-colors</DT>
15784 <DD>This is the default.
15785 If an index line is colored because it matches one of your
15786 Index Color Rules, then its colors will be reversed when it is the currently
15787 highlighted line.
15788 For example, if the line is normally red text on a blue background, then
15789 when it is the current line it will be drawn as blue text on a red background.
15791 The rest of the option values all revert to this flip-colors behavior if
15792 there is no Reverse Color defined.
15793 </DD>
15795 <DT>reverse</DT>
15796 <DD>With this option the Reverse color is always used to highlight the
15797 current line.
15798 </DD>
15800 <DT>reverse-fg</DT>
15801 <DD>The foreground part of the Reverse Color is used to highlight
15802 the current line.
15803 If this would cause the text to be unreadable (because the foreground and
15804 background colors are the same) or if it would cause no change in the
15805 color of the index line, then the colors are flipped instead.
15807 Some people think this works particularly well if you use different
15808 background colors to emphasize &quot;interesting&quot; lines,
15809 but always with the same Normal foreground color,
15810 and you use a different foreground color for the Reverse Color.
15811 </DD>
15813 <DT>reverse-fg-no-ambiguity</DT>
15814 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
15815 the resulting color will be exactly the same as the regular Reverse
15816 Color.
15817 That can lead to some possible confusion because an
15818 &quot;interesting&quot;
15819 line that is the current line will be displayed exactly the same as a
15820 non-interesting line that is current.
15821 You can't tell whether the line is just a regular current line or if it is
15822 an &quot;interesting&quot; current line by looking at the color.
15823 Setting the option to this value removes that ambiguity.
15824 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
15825 interesting current line would look just like a non-interesting current line.
15826 In that case, the interesting line's colors are simply flipped (like in the
15827 default behavior).
15829 As an alternative way to preserve the line's interestingness in this case,
15830 you may find that using both a different foreground and a different
15831 background color for the interesting line will help.
15832 </DD>
15834 <DT>reverse-bg</DT>
15835 <DD>The background part of the Reverse Color is used to highlight
15836 the current line.
15837 If this would cause the text to be unreadable (because the foreground and
15838 background colors are the same) or if it would cause no change in the
15839 color of the index line, then the colors are flipped instead.
15841 Some people think this works particularly well if you use different
15842 foreground colors to emphasize &quot;interesting&quot; lines,
15843 but always with the same Normal background color,
15844 and you use a different background color for the Reverse Color.
15845 </DD>
15847 <DT>reverse-bg-no-ambiguity</DT>
15848 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
15849 rule may also result in a color that is exactly the same as the regular
15850 Reverse Color.
15851 Setting the option to this value removes that ambiguity.
15852 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
15853 current line has the same color as the Reverse Color.
15854 In that case, the interesting line's colors are simply flipped (like in the
15855 default behavior).
15856 </DD>
15857 </DL>
15861 <UL>   
15862 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15863 </UL><P>
15864 &lt;End of help on this topic&gt;
15865 </BODY>
15866 </HTML>
15867 ====== h_config_expanded_addrbooks =====
15868 <HTML>
15869 <HEAD>
15870 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
15871 </HEAD>
15872 <BODY>
15873 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
15875 If multiple address books (either personal or global) are defined, and you
15876 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
15877 screen, then set this feature. This feature will have no effect unless the
15878 feature
15879 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
15880 is also set.
15882 &lt;End of help on this topic&gt;
15883 </BODY>
15884 </HTML>
15885 ====== h_config_combined_folder_display =====
15886 <HTML>
15887 <HEAD>
15888 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
15889 </HEAD>
15890 <BODY>
15891 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
15893 This feature affects the folder list display screens.
15894 Normally, each folder list is viewed within its collection only.  This
15895 command allows folder lists to be viewed within a single screen that
15896 combines the contents of all collections.
15899 The way that commands work won't be changed.
15900 For example, the Select All command will select all of the folders in the
15901 current collection, not all of the entries in all of the collections.
15902 The WhereIs command will change a little.
15903 It will search through all of the folders in the current collection as well
15904 as all the folder in any other expanded collection.
15907 When this feature is set, the setting of the feature
15908 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
15909 has an effect.
15911 &lt;End of help on this topic&gt;
15912 </BODY>
15913 </HTML>
15914 ====== h_config_combined_subdir_display =====
15915 <HTML>
15916 <HEAD>
15917 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
15918 </HEAD>
15919 <BODY>
15920 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
15922 This feature affects the Folder List screen when
15924 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
15925 feature is enabled.  Normally, selecting a directory from the Folder
15926 List takes you into a new screen displaying only the contents of
15927 that directory.
15930 Enabling this feature will cause the contents of the selected
15931 directory to be
15932 displayed within the boundaries of the &quot;Collection&quot; it
15933 is a part of.  All previously displayed collections will remain
15934 in the screen.
15937 The way that commands work won't be changed.
15938 For example, the Select All command will select all of the folders in the
15939 directory, as opposed to all of the entries in all of the collections.
15940 The WhereIs command will change a little.
15941 It will search through all of the folders in the current collection as well
15942 as all the folder in any other expanded collection.
15945 &lt;End of help on this topic&gt;
15946 </BODY>
15947 </HTML>
15948 ====== h_config_separate_fold_dir_view =====
15949 <HTML>
15950 <HEAD>
15951 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
15952 </HEAD>
15953 <BODY>
15954 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
15956 This feature affects folder collections wherein a folder
15957 and directory can have the same name.  By default, Alpine displays them
15958 only once, denoting that it is both a folder and directory by appending
15959 the folder name with the hierarchy character enclosed
15960 in square brackets.
15964 Enabling this feature will cause Alpine to display such names
15965 separately marking the name representing a directory with a trailing
15966 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
15969 The feature also alters the command set slightly.  By default, the
15970 right-arrow descends into the directory, while hitting the Return key will
15971 cause the folder by that name to be opened.
15974 With this feature set, the Return key will open the highlighted folder, or
15975 enter the highlighted directory.
15978 &lt;End of help on this topic&gt;
15979 </BODY>
15980 </HTML>
15981 ====== h_config_expanded_folders =====
15982 <HTML>
15983 <HEAD>
15984 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
15985 </HEAD>
15986 <BODY>
15987 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
15989 If multiple folder collections are defined, and you
15990 wish to have them all expanded implicitly upon entering the FOLDER LIST
15991 screen, then set this feature. This feature will have no effect unless the
15992 feature
15993 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
15994 is also set.
15996 &lt;End of help on this topic&gt;
15997 </BODY>
15998 </HTML>
15999 ======= h_config_ldap_server =======
16000 <HTML>
16001 <HEAD>
16002 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
16003 </HEAD>
16004 <BODY>
16005 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
16006 This is the name of the host where an LDAP server is running.
16007 For redundancy, this may be a space-delimited set of server names, in which
16008 case the first server that answers is used.
16009 Each of the server names may be optionally followed by
16010 a colon and a port number.
16011 If this form is used then the port number configured below in the
16012 <EM>port</EM> field is not used.
16014 To find out whether your organization has its own LDAP server, 
16015 contact its computing support staff.
16016 <P><UL>
16017 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
16018 </UL>
16020 &lt;End of help on this topic&gt;
16021 </BODY>
16022 </HTML>
16023 ======= h_config_ldap_base =======
16024 <HTML>
16025 <HEAD>
16026 <TITLE>LDAP OPTION: Search-Base</TITLE>
16027 </HEAD>
16028 <BODY>
16029 <H1>LDAP OPTION: Search-Base</H1>
16031 This is the search base to be used on this server.  It functions as a filter 
16032 by restricting your searches in the LDAP server database
16033 to the specified contents of the specified fields.  Without it, searches 
16034 submitted to this directory server may fail.  It might be something
16035 like:
16037 <PRE>
16038       O = &lt;Your Organization Name&gt;, C = US
16039 </PRE>
16040 or it might be blank.  
16041 (Some LDAP servers actually ignore anything specified here.)
16043 If in doubt what parameters you should specify here, 
16044 contact the maintainers of the LDAP server.
16045 <P><UL>
16046 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
16047 </UL>
16049 &lt;End of help on this topic&gt;
16050 </BODY>
16051 </HTML>
16052 ======= h_config_ldap_port =======
16053 <HTML>
16054 <HEAD>
16055 <TITLE>LDAP OPTION: Port</TITLE>
16056 </HEAD>
16057 <BODY>
16058 <H1>LDAP OPTION: Port</H1>
16060 This is the TCP port number to be used with this LDAP server. If you leave
16061 this blank port 389 will be used.
16063 &lt;End of help on this topic&gt;
16064 </BODY>
16065 </HTML>
16066 ======= h_config_ldap_nick =======
16067 <HTML>
16068 <HEAD>
16069 <TITLE>LDAP OPTION: Nickname</TITLE>
16070 </HEAD>
16071 <BODY>
16072 <H1>LDAP OPTION: Nickname</H1>
16074 This is a nickname to be used in displays. If you don't supply a
16075 nickname the server name
16076 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
16077 will be used instead.  This option is strictly for your convenience.
16079 &lt;End of help on this topic&gt;
16080 </BODY>
16081 </HTML>
16082 ======= h_config_ldap_binddn =======
16083 <HTML>
16084 <HEAD>
16085 <TITLE>LDAP OPTION: Bind-DN</TITLE>
16086 </HEAD>
16087 <BODY>
16088 <H1>LDAP OPTION: Bind-DN</H1>
16090 You may need to authenticate to the LDAP server before you are able to use it.
16091 This is the Distinguished Name to bind to when authenticating to this server.
16092 Try leaving this blank until you know you need it.
16094 Alpine only knows about LDAP Simple authentication.
16095 It does not attempt LDAP SASL authentication.
16096 The DN and password will be sent in the clear unless TLS encryption is
16097 being used on this connection.
16098 Because of this, you may want to set the LDAP feature
16099 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
16100 or the feature
16101 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
16102 if you are going to be providing a password.
16103 <P><UL>
16104 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
16105 </UL>
16107 &lt;End of help on this topic&gt;
16108 </BODY>
16109 </HTML>
16110 ======= h_config_ldap_opts_impl =======
16111 <HTML>
16112 <HEAD>
16113 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
16114 </HEAD>
16115 <BODY>
16116 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
16118 Set this to have lookups done to this server implicitly from the composer.
16119 If an address doesn't look like a fully-qualified address, it will be looked
16120 up in your address books, and if it doesn't match a nickname there, then it
16121 will be looked up on the LDAP servers that have this feature set.
16122 The lookups will also be done when using the address completion feature
16123 (TAB command) in the composer if any of the servers have this feature set.
16124 Also see the LDAP feature
16125 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
16126 and the Setup/Config feature
16127 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
16129 &lt;End of help on this topic&gt;
16130 </BODY>
16131 </HTML>
16132 ======= h_config_ldap_opts_tls =======
16133 <HTML>
16134 <HEAD>
16135 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
16136 </HEAD>
16137 <BODY>
16138 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
16140 When connecting to this server Alpine will attempt to use TLS encryption
16141 on the connection.
16142 Also see the closely related feature
16143 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
16145 Note that if this option is set, then 
16146 <A HREF="h_config_ldap_opts_ldaps">
16147 &quot;Require-LDAPS-On-Connection&quot;</A>
16148 can not be enabled for this server. You must disable this feature in
16149 order to use 
16150 <A HREF="h_config_ldap_opts_ldaps">
16151 &quot;Require-LDAPS-On-Connection&quot;</A>
16153 &lt;End of help on this topic&gt;
16154 </BODY>
16155 </HTML>
16156 ======= h_config_ldap_opts_tlsmust =======
16157 <HTML>
16158 <HEAD>
16159 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
16160 </HEAD>
16161 <BODY>
16162 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
16164 When connecting to this server Alpine will attempt to use TLS encryption
16165 on the connection.
16166 If the StartTLS operation fails then the connection will not be used.
16168 Note that if this option is set, then 
16169 <A HREF="h_config_ldap_opts_ldaps">
16170 &quot;Require-LDAPS-On-Connection&quot;</A>
16171 can not be enabled for this server. You must disable this feature in
16172 order to use 
16173 <A HREF="h_config_ldap_opts_ldaps">
16174 &quot;Require-LDAPS-On-Connection&quot;</A>
16176 &lt;End of help on this topic&gt;
16177 </BODY>
16178 </HTML>
16179 ======= h_config_ldap_opts_ldaps =======
16180 <HTML>
16181 <HEAD>
16182 <TITLE>LDAP FEATURE: Require-LDAPS-On-Connection</TITLE>
16183 </HEAD>
16184 <BODY>
16185 <H1>LDAP FEATURE: Require-LDAPS-On-Connection</H1>
16187 When connecting to this server Alpine will use LDAPS (LDAP over SSL/TLS) 
16188 on the connection.
16190 This feature can not be used along with 
16191 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
16192  or
16193 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>.
16194 If you want to connect using StartTLS to this server, you must disable
16195 this feature first.
16197 &lt;End of help on this topic&gt;
16198 </BODY>
16199 </HTML>
16200 ====== h_config_ldap_opts_rhs =====
16201 <HTML>
16202 <HEAD>
16203 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
16204 </HEAD>
16205 <BODY>
16206 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
16208 Normally implicit LDAP lookups from the composer are done only for the
16209 strings you type in from the composer screen. In other words, you type in
16210 something in the To or CC field and press return, then the string is looked up.
16211 First that string is looked up in your address books. If a match is found
16212 there, then the results of that match are looked up again. If you place
16213 a string in your address book that you want to have looked up on the LDAP
16214 directory server, you need to turn on this feature. If you set this feature
16215 for a server, you almost always will also want to set the
16216 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
16217 feature. An example might serve to best illustrate this feature.
16219 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
16220 entry with an
16221 address of pres@whitehouse.gov, then you might put an entry in your address
16222 book that looks like:
16224 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
16225 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
16227 Now, when you type &quot;bill&quot; into an
16228 address field in the composer Alpine will
16229 find the &quot;bill&quot; entry in your address book.
16230 It will replace &quot;bill&quot; with
16231 &quot;William Clinton&quot;.
16232 It will then search for an entry with that nickname
16233 in your address book and not find one. If this feature
16234 is set, Alpine will then attempt to lookup
16235 &quot;William Clinton&quot; on the LDAP server and find the entry with address
16236 pres@whitehouse.gov.
16238 A better way to accomplish the same thing is probably to use the feature
16239 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
16241 &lt;End of help on this topic&gt;
16242 </BODY>
16243 </HTML>
16244 ====== h_config_ldap_opts_ref =====
16245 <HTML>
16246 <HEAD>
16247 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
16248 </HEAD>
16249 <BODY>
16250 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
16252 Normally when you save the results of an LDAP directory lookup to your
16253 address book the results of the lookup are saved. If this feature is set
16254 and the entry being saved was found on this directory server, then the
16255 search criteria is saved instead of the results of the search. When this
16256 address book entry is used in the future, instead of copying the results
16257 from the address book the directory lookup will be done again. This could
16258 be useful if the copied result might become stale because the data on
16259 the directory server changes (for example, the entry's email address changes).
16260 You probably don't want to set this feature if the server is at all slow or
16261 unreliable.
16263 The way this actually works is that instead of saving the email address
16264 in your address book, Alpine saves enough information to look up the same
16265 directory entry again. In particular, it saves the server name and the
16266 distinguished name of the entry. It's possible that the server administrators
16267 might change the format of distinguished names on the server, or that the
16268 entry might be removed from the server. If Alpine notices this, you will be warned
16269 and a backup copy of the email address will be used. You may want to create
16270 a new entry in this case, since you will get the annoying warning every
16271 time you use the old entry. You may do that by Saving the entry to a new
16272 nickname in the same address book. You will be asked whether or not you
16273 want to use the backup email address.
16275 A related feature in the Setup/Config screen is
16276 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
16278 &lt;End of help on this topic&gt;
16279 </BODY>
16280 </HTML>
16281 ======= h_config_ldap_opts_nosub =======
16282 <HTML>
16283 <HEAD>
16284 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
16285 </HEAD>
16286 <BODY>
16287 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
16289 Spaces in your input are normally handled specially.
16290 Each space character is replaced
16293 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
16295 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
16296 The reason this is done is so the input string
16298 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
16300 (which is converted to &quot;Greg* Donald&quot;) will match
16301 the names &quot;Greg Donald&quot;,
16302 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
16303 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
16304 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
16305 then it would also match the name &quot;Greg Donaldson&quot;.
16307 Turning on this feature will disable this substitution.
16309 &lt;End of help on this topic&gt;
16310 </BODY>
16311 </HTML>
16312 ====== h_config_ldap_searchtypes =======
16313 <HTML>
16314 <HEAD>
16315 <TITLE>LDAP OPTION: Search-Type</TITLE>
16316 </HEAD>
16317 <BODY>
16318 <H1>LDAP OPTION: Search-Type</H1>
16320 This affects the way that LDAP searches are done.
16321 In particular, this tells the server where to look for the string to be matched.
16322 If set to &quot;name&quot; then the string that is being searched for will
16323 be compared with the string in the
16324 &quot;Name&quot; field on the server
16325 (technically, it is the &quot;commonname&quot; field on the server).
16326 &quot;Surname&quot; means we're looking for a
16327 match in the &quot;Surname&quot; field on the
16328 server (actually the &quot;sn&quot; field).
16329 &quot;Givenname&quot; really is &quot;givenname&quot;
16330 and &quot;email&quot; is the electronic mail address (this is actually the field
16331 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
16332 The other three types are combinations of
16333 the types listed so far. &quot;Name-or-email&quot;
16334 means the string should appear
16335 in either the &quot;name&quot; field OR the &quot;email&quot; field.
16336 Likewise, &quot;surname-or-givenname&quot;
16337 means &quot;surname&quot; OR &quot;givenname&quot;
16338 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
16340 This search TYPE is combined with the
16341 search <A HREF="h_config_ldap_searchrules">RULE</A>
16342 to form the actual search query.
16344 The usual default value for this
16345 option is &quot;sur-or-given-or-name-or-email&quot;.
16346 This type of search may be slow on some servers.
16347 Try &quot;name-or-email&quot;, which is often
16348 faster, or just &quot;name&quot; if the performance seems to be a problem.
16350 Some servers have been configured with different attribute names for
16351 these four fields.
16352 In other words, instead of using the attribute name &quot;mail&quot;
16353 for the email address field, the server might be configured to use something
16354 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
16355 Alpine can be configured to use these different attribute names by using
16356 the four configuration options:
16357 <P><UL>
16358 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
16359 </UL>
16360 <P><UL>
16361 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
16362 </UL>
16363 <P><UL>
16364 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
16365 </UL>
16366 <P><UL>
16367 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
16368 </UL>
16370 &lt;End of help on this topic&gt;
16371 </BODY>
16372 </HTML>
16373 ====== h_config_ldap_searchrules =======
16374 <HTML>
16375 <HEAD>
16376 <TITLE>LDAP OPTION: Search-Rule</TITLE>
16377 </HEAD>
16378 <BODY>
16379 <H1>LDAP OPTION: Search-Rule</H1>
16381 This affects the way that LDAP searches are done.
16382 If set to &quot;equals&quot; then
16383 only exact matches count.
16384 &quot;Contains&quot; means that the string you type in
16385 is a substring of what you are matching against.
16386 &quot;Begins-with&quot; and &quot;ends-with&quot;
16387 mean that the string starts or ends with the string you type in.
16389 Spaces in your input are normally handled specially, but you can turn that
16390 special handling off with the
16391 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
16392 feature.
16394 The usual default value for this option is &quot;begins-with&quot;.
16396 &lt;End of help on this topic&gt;
16397 </BODY>
16398 </HTML>
16399 ======= h_config_ldap_email_attr =======
16400 <HTML>
16401 <HEAD>
16402 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
16403 </HEAD>
16404 <BODY>
16405 <H1>LDAP OPTION: EmailAttribute</H1>
16407 This is the name of the attribute that is searched for when looking for
16408 an email address. The default value for this option is &quot;mail&quot; or
16409 &quot;electronicmail&quot;.
16410 If the server you are using uses a different attribute name for the email
16411 address, put that attribute name here.
16413 This will affect the search filter used if your Search-Type is one that
16414 contains a search for &quot;email&quot;.
16415 It will also cause the attribute value matching this attribute name to be used
16416 as the email address when you look up an entry from the composer.
16418 &lt;End of help on this topic&gt;
16419 </BODY>
16420 </HTML>
16421 ======= h_config_ldap_sn_attr =======
16422 <HTML>
16423 <HEAD>
16424 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
16425 </HEAD>
16426 <BODY>
16427 <H1>LDAP OPTION: SurnameAttribute</H1>
16429 This is the name of the attribute that is searched for when looking for
16430 the surname of the entry. The default value for this option is &quot;sn&quot;.
16431 If the server you are using uses a different attribute name for the surname,
16432 put that attribute name here.
16433 This will affect the search filter used if your Search-Type is one that
16434 contains a search for &quot;surname&quot;.
16436 &lt;End of help on this topic&gt;
16437 </BODY>
16438 </HTML>
16439 ======= h_config_ldap_gn_attr =======
16440 <HTML>
16441 <HEAD>
16442 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
16443 </HEAD>
16444 <BODY>
16445 <H1>LDAP OPTION: GivennameAttribute</H1>
16447 This is the name of the attribute that is searched for when looking for
16448 the given name of the entry. The default value for this option is &quot;givenname&quot;.
16449 If the server you are using uses a different attribute name for the given name,
16450 put that attribute name here.
16451 This will affect the search filter used if your Search-Type is one that
16452 contains a search for &quot;givenname&quot;.
16454 &lt;End of help on this topic&gt;
16455 </BODY>
16456 </HTML>
16457 ======= h_config_ldap_cn_attr =======
16458 <HTML>
16459 <HEAD>
16460 <TITLE>LDAP OPTION: NameAttribute</TITLE>
16461 </HEAD>
16462 <BODY>
16463 <H1>LDAP OPTION: NameAttribute</H1>
16465 This is the name of the attribute that is searched for when looking for
16466 the name of the entry. The default value for this option is &quot;cn&quot;, which
16467 stands for common name.
16468 If the server you are using uses a different attribute name for the name,
16469 put that attribute name here.
16470 This will affect the search filter used if your Search-Type is one that
16471 contains a search for &quot;name&quot;.
16473 &lt;End of help on this topic&gt;
16474 </BODY>
16475 </HTML>
16476 ======= h_config_ldap_time =======
16477 <HTML>
16478 <HEAD>
16479 <TITLE>LDAP OPTION: Timelimit</TITLE>
16480 </HEAD>
16481 <BODY>
16482 <H1>LDAP OPTION: Timelimit</H1>
16484 This places a limit on the number of seconds the LDAP search will continue.
16485 The default is 30 seconds. A value of 0 means no limit. Note that some servers
16486 may place limits of their own on searches.
16488 &lt;End of help on this topic&gt;
16489 </BODY>
16490 </HTML>
16491 ======= h_config_ldap_size =======
16492 <HTML>
16493 <HEAD>
16494 <TITLE>LDAP OPTION: Sizelimit</TITLE>
16495 </HEAD>
16496 <BODY>
16497 <H1>LDAP OPTION: Sizelimit</H1>
16499 This places a limit on the number of entries returned by the LDAP server.
16500 A value of 0 means no limit. The default is 0. Note that some servers
16501 may place limits of their own on searches.
16503 &lt;End of help on this topic&gt;
16504 </BODY>
16505 </HTML>
16506 ======= h_config_ldap_cust =======
16507 <HTML>
16508 <HEAD>
16509 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
16510 </HEAD>
16511 <BODY>
16512 <H1>LDAP OPTION: Custom-Search-Filter</H1>
16514 This one is for advanced users only! If you define this, then the
16515 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
16516 However, the feature
16517 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
16518 is still in effect.
16519 That is, the space substitution will take place even in a custom filter unless
16520 you disable it.
16522 If your LDAP service stops working and you suspect it might be because
16523 of your custom filter, just delete this filter and try using the
16524 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
16525 Another option that sometimes causes trouble is the
16526 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
16528 This variable may be set to the string representation of an LDAP search
16529 filter (see RFC1960). In the places where you want the address string to be
16530 substituted in, put a '%s' in this filter string. Here are some examples:
16532 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
16533 is equivalent to the &quot;Custom-Search-Filter&quot;
16534 <PRE>
16535      (cn=%s*)
16536 </PRE>
16537 When you try to match against the string &quot;string&quot; the program replaces
16538 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
16539 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
16541 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
16542 of &quot;contains&quot; is equivalent to
16543 <PRE>
16544      (|(cn=*%s*)(mail=*%s*))
16545 </PRE>
16547 If your server uses a different attribute <EM>name</EM> than
16548 Alpine uses by default,
16549 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
16550 then you may be able to use one or more of the four attribute configuration
16551 options instead of defining a custom filter:
16552 <P><UL>
16553 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
16554 </UL>
16555 <P><UL>
16556 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
16557 </UL>
16558 <P><UL>
16559 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
16560 </UL>
16561 <P><UL>
16562 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
16563 </UL>
16565 &lt;End of help on this topic&gt;
16566 </BODY>
16567 </HTML>
16568 ======= h_composer_abook_comment =======
16569 <HTML>
16570 <HEAD>
16571 <TITLE>Addressbook Comment Explained</TITLE>
16572 </HEAD>
16573 <BODY>
16574 This is a comment to help you remember what this entry is. The WhereIs
16575 command searches comments so that it is easier to find an entry with a comment
16576 you know about attached to it. This field is not used in the outgoing message.
16578 Look <A HREF="h_edit_nav_cmds">here</A>
16579 to see the available Editing and Navigation commands.
16581 &lt;End of help on this topic&gt;
16582 </BODY>
16583 </HTML>
16584 ======= h_composer_abook_addrs =======
16585 <HTML>
16586 <HEAD>
16587 <TITLE>Addressbook Lists</TITLE>
16588 </HEAD>
16589 <BODY>
16590 <H1>Addressbook Lists</H1>
16592 This is a list of addresses to send to when sending to this address book
16593 entry.  Each member of the list may be an address or another nickname from
16594 any of your address books.  If it is an address, it is OK to include the
16595 full name field as well as the electronic address portion of that address.
16596 For example, the following are all legitimate entries in this field:
16598 <DL><DT>&nbsp;</DT>
16599 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
16600 <DD>jdoe@some.domain
16601 <DD>John Doe &lt;jdoe@some.domain&gt;
16602 </DL>
16604 The addresses should be listed separated by commas, just like you would
16605 enter them from the composer.
16609 The only difference between a distribution list and a simple entry with a
16610 single address, is that a distribution list has more than one address   
16611 listed in the Addresses: field, whereas a simple personal entry has just  
16612 one address.
16616 For individual address book entries, if there is a full name in the
16617 Fullname: field (filling in the Fullname: field is not required), it is
16618 used.  If the full name is specified in the Address: field and not in the
16619 Fullname: field, then the full name from the Address: field is used.
16623 If you type the nickname of a distribution list from one of your address 
16624 books in the Lcc: field, then the full name of that list is used in the  
16625 To: field.  If you put a list in the To: or Cc: fields, that list will be
16626 expanded into all of its addresses.  If the list has a full name, then
16627 that will appear at the beginning of the addresses.
16629 <DL><DT>&nbsp;</DT>
16630 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
16631 &lt;sal@here.there&gt;
16632 </DL>
16634 If the first address in the distribution list also has a full name, then
16635 the list full name and that full name are combined into something like the
16636 following:
16638 <DL><DT>&nbsp;</DT>
16639 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
16640 </DL>
16643 If you specify a list via Lcc, the full name is used in the To: line.  If
16644 you specify a list in the To: or Cc: fields, then it uses the same method
16645 as for individual entries for filling in the full name.
16649 For help with editing and navigation commands, check the Help for the
16650 Nickname: field.
16653 &lt;End of help on this topic&gt;
16654 </BODY>
16655 </HTML>
16656 ======= h_config_xoauth2_client_id =======
16657 <HTML>
16658 <HEAD>
16659 <TITLE>Client-Id Explained</TITLE>
16660 </HEAD>
16661 <BODY>
16662 <H1>Client-Id Explained</H1>
16664 If you have registered Alpine with your service provider to use the XOAUTH2 authenticator, or
16665 someone has shared a client-id and client-secret with you, use this field to input the
16666 client-id.
16668 The Client-Id field is a string that your provider generates for the program
16669 being registered. However, some providers allow different users to register
16670 the same program. Users of the Mutt email program already do this to use
16671 XOAUTH2 authentication in Gmail.
16674 &lt;End of help on this topic&gt;
16675 </BODY>
16676 </HTML>
16677 ======= h_config_xoauth2_client_secret =======
16678 <HTML>
16679 <HEAD>
16680 <TITLE>Client-Secret Explained</TITLE>
16681 </HEAD>
16682 <BODY>
16683 <H1>Client-Secret Explained</H1>
16685 If you have registered Alpine with your service provider to use the XOAUTH2 authenticator, or
16686 someone has shared a client-id and client-secret with you, use this field to input the
16687 client-secret. Some servers require both a client-id and a client-secret, some other servers do
16688 not require a client-secret. If a client-secret is required, use this field to add one.
16690 <P> The client-secret field is supposed to be kept secret, that is, not
16691 shared with any of the users, but due to the open source nature of Alpine,
16692 it is not possible to keep it secret in any meaningful way. The intention
16693 of this field is so that only the coders of an app can use the codes given
16694 to them and authenticate their users to the services they are requesting.
16695 This means that other coders would not be able to impresonate that app,
16696 and use it to steal data from those users. In the case of Alpine this is
16697 not possible, as Alpine does not steal data from its users, so users are safe
16698 sharing client-secrets. Just make sure you obtain your copy of Alpine from
16699 a reputable provider or compile the source code by yourself. The official
16700 source code of this project is located at
16702 <P><CENTER><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A>.</CENTER>
16705 &lt;End of help on this topic&gt;
16706 </BODY>
16707 </HTML>
16708 ======= h_config_xoauth2_tenant =======
16709 <HTML>
16710 <HEAD>
16711 <TITLE>Tenant Explained</TITLE>
16712 </HEAD>
16713 <BODY>
16714 <H1>Tenant Explained</H1>
16716 The tenant is a way in which an app can be restricted. Alpine by default
16717 has no restrictions, which means that it can be used to access any service;
16718 however, a system administrator might register their own app and make it
16719 available only to those in their organization.
16722 This setting allows a system administrator to register Alpine with a different
16723 client-id and client-secret and further restrict access to only authorized
16724 users.
16727 &lt;End of help on this topic&gt;
16728 </BODY>
16729 </HTML>
16730 ======= h_config_xoauth2_flow =======
16731 <HTML>
16732 <HEAD>
16733 <TITLE>Flow Explained</TITLE>
16734 </HEAD>
16735 <BODY>
16736 <H1>Flow Explained</H1>
16738 The first time you connect to a service to authorize Alpine access to your
16739 email, you will have to do a certain number of steps, which typically involve
16740 to login to your account using a browser, and agreeing to give Alpine certain
16741 rights to access your account.
16744 How this process is going to be done depends on the service. Some services
16745 allow you to give access to Alpine and later generate a code that you
16746 input into Alpine, while others give you a code you have to use before you
16747 approve access to Alpine to access your email.
16749 <P> An example of a service that gives you a code after you authorize
16750 Alpine is Gmail, and this process is called internally as &quot;Authorize&quot;.
16751 An example of a service that gives you a code before you authorize Alpine
16752 is Outlook, and this process is called &quot;Device&quot;. However, some services,
16753 like Outlook, offer both services, and you can choose which flow you would like
16754 to use. You
16755 can choose between the &quot;Authorize&qupt; and &quot;Device&quot; in these servers.
16756 If you forget to configure
16757 this, Alpine will ask you in these situations which method to use before it starts
16758 to setup the process to get your authrization.
16761 &lt;End of help on this topic&gt;
16762 </BODY>
16763 </HTML>
16764 ======= h_config_xoauth2_username =======
16765 <HTML>
16766 <HEAD>
16767 <TITLE>Username Explained</TITLE>
16768 </HEAD>
16769 <BODY>
16770 <H1>Username Explained</H1>
16772 This variable is a list of usernames for which the configuration for the
16773 given service is valid. You may have more than one username for which this
16774 configuration is correct.
16777 Alpine will use the usernames in this list to associate your username with
16778 the correct configuration in Alpine. If Alpine cannot determine which configuration
16779 to use, Alpine will offer you a list of client-ids that you have configured
16780 for that service and ask you to pick one. Your answer will be saved  in your
16781 .pinerc file.
16784 &lt;End of help on this topic&gt;
16785 </BODY>
16786 </HTML>
16787 ======= h_config_role_nick =======
16788 <HTML>
16789 <HEAD>
16790 <TITLE>Nickname Explained</TITLE>
16791 </HEAD>
16792 <BODY>
16793 <H1>Nickname Explained</H1>
16795 This is a nickname to help you.
16796 You should have a different nickname for each role you define.
16797 The nickname will be used in the SETUP ROLE RULES screen to allow you to
16798 pick a role to edit.
16799 It will also be used when you send a message to let you know you are
16800 sending with a different role than you use by default, and
16801 it will be useful for choosing a role when composing with the Role command
16802 or when composing with one of the Role Uses set to With Confirmation.
16803 This field is not used in the outgoing message.
16805 Look <A HREF="h_edit_nav_cmds">here</A>
16806 to see the available Editing and Navigation commands.
16808 &lt;End of help on this topic&gt;
16809 </BODY>
16810 </HTML>
16811 ======= h_config_role_comment =======
16812 <HTML>
16813 <HEAD>
16814 <TITLE>Comment Explained</TITLE>
16815 </HEAD>
16816 <BODY>
16817 <H1>Comment Explained</H1>
16819 This is a comment to help you.
16820 This comment does not play any functional role, it is simply an optional
16821 comment to help you remember what the rule is for.
16823 Look <A HREF="h_edit_nav_cmds">here</A>
16824 to see the available Editing and Navigation commands.
16826 &lt;End of help on this topic&gt;
16827 </BODY>
16828 </HTML>
16829 ======= h_config_other_nick =======
16830 <HTML>
16831 <HEAD>
16832 <TITLE>Nickname Explained</TITLE>
16833 </HEAD>
16834 <BODY>
16835 <H1>Nickname Explained</H1>
16837 This is a nickname to help you.
16838 You should have a different nickname for each rule you define.
16839 The nickname will be used in the SETUP OTHER RULES screen to allow you to
16840 pick a rule to edit.
16842 Look <A HREF="h_edit_nav_cmds">here</A>
16843 to see the available Editing and Navigation commands.
16845 &lt;End of help on this topic&gt;
16846 </BODY>
16847 </HTML>
16848 ======= h_config_score_nick =======
16849 <HTML>
16850 <HEAD>
16851 <TITLE>Nickname Explained</TITLE>
16852 </HEAD>
16853 <BODY>
16854 <H1>Nickname Explained</H1>
16856 This is a nickname to help you.
16857 You should have a different nickname for each scoring rule you define.
16858 The nickname will be used in the SETUP SCORING RULES screen to allow you to
16859 pick a rule to edit.
16861 Look <A HREF="h_edit_nav_cmds">here</A>
16862 to see the available Editing and Navigation commands.
16864 &lt;End of help on this topic&gt;
16865 </BODY>
16866 </HTML>
16867 ======= h_config_incol_nick =======
16868 <HTML>
16869 <HEAD>
16870 <TITLE>Nickname Explained</TITLE>
16871 </HEAD>
16872 <BODY>
16873 <H1>Nickname Explained</H1>
16875 This is a nickname to help you.
16876 You should have a different nickname for each color rule you define.
16877 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
16878 pick a rule to edit.
16880 Look <A HREF="h_edit_nav_cmds">here</A>
16881 to see the available Editing and Navigation commands.
16883 &lt;End of help on this topic&gt;
16884 </BODY>
16885 </HTML>
16886 ======= h_config_filt_nick =======
16887 <HTML>
16888 <HEAD>
16889 <TITLE>Nickname Explained</TITLE>
16890 </HEAD>
16891 <BODY>
16892 <H1>Nickname Explained</H1>
16894 This is a nickname to help you.
16895 You should have a different nickname for each filtering rule you define.
16896 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
16897 pick a rule to edit.
16899 Look <A HREF="h_edit_nav_cmds">here</A>
16900 to see the available Editing and Navigation commands.
16902 &lt;End of help on this topic&gt;
16903 </BODY>
16904 </HTML>
16905 ======= h_config_score_topat =======
16906 <HTML>
16907 <HEAD>
16908 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16909 </HEAD>
16910 <BODY>
16911 <H1>&quot;To:&quot; Pattern Explained</H1>
16913 Any text you enter as the &quot;To pattern&quot;
16914 will be compared to the recipients from the To: line of
16915 the message being scored.
16916 When the text you entered matches
16917 all or part of the To: line of a message, then the Score Value
16918 you have specified will be added to the score for the message.
16919 (Any other non-blank parts of the Pattern must match, too.)
16922 You may enter a complete email address, part of an address, or a
16923 list of addresses or partial addresses.
16924 For example:
16927 <PRE>
16928  To pattern = friend@public.com
16930  To pattern = rated.net
16932  To pattern = xxx@adults.com
16933               admin@msn.com
16934               fool@motleyfool.com
16935 </PRE>
16938 Each of those are valid To patterns.
16941 Messages match those patterns if any of the
16942 addresses in the To: line of the message contains the pattern.
16943 If the pattern is a list of patterns
16944 (like the last example above) then it is a match if any of the patterns in
16945 the list match any of the addresses in the To: line.
16946 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16947 present for a match.
16948 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16949 address2 must be present.
16950 That is exactly what using a list does.)
16953 Some messages may be &quot;bounced&quot; to you, and will
16954 have a &quot;Resent-To:&quot; header line.
16955 If the message contains a Resent-To: line
16956 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16957 Alpine will look for
16958 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16959 the original To: line.
16962 When entering a pattern, you may choose an address from your address book
16963 with the &quot;T&quot; command.
16966 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16967 &quot;!&quot; &quot;toggle NOT&quot; command.
16968 This changes the meaning of the To pattern so that it has the opposite meaning.
16969 It will be considered a match if there are no matches between the
16970 addresses in the To: line and the list of To patterns.
16972 Don't make the mistake of putting the &quot;!&quot; in the data field for
16973 the pattern.
16974 For example, if you type the characters &quot;!frizzle&quot; into the To
16975 pattern, the pattern will look like:
16977 <PRE>
16978  To pattern = !frizzle
16979 </PRE>
16981 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16982 In order to match messages that do not have &quot;frizzle&quot; in
16983 their To field, first type the characters &quot;frizzle&quot; followed
16984 by carriage return for the value of the To pattern, then negate it
16985 by typing the &quot;!&quot; command.
16986 It should end up looking like
16988 <PRE>
16989  ! To pattern = frizzle
16990 </PRE>
16992 You are not limited to using the six standard header patterns that are
16993 normally shown (To, From, Sender, Cc, News, and Subject).
16994 You may add any other header to a Pattern by
16995 using the &quot;eXtraHdr&quot; command to specify a different
16996 message header line; and then the Add or Change command to fill in
16997 a pattern for the new header line, just like you would for a standard header.
16999 A technicality: Since comma is the character used to separate multiple
17000 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17001 you want to include a literal comma in the field.
17002 In other words, if you type a backslash followed by a comma it will
17003 be interpreted as a comma by Alpine, instead of as a separator between
17004 pattern values.
17005 All other backslashes are literal backslashes and should not be escaped.
17007 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17008 for more information on Patterns.
17010 Look <A HREF="h_edit_nav_cmds">here</A>
17011 to see the available Editing and Navigation commands.
17013 &lt;End of help on this topic&gt;
17014 </BODY>
17015 </HTML>
17016 ======= h_config_incol_topat =======
17017 <HTML>
17018 <HEAD>
17019 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
17020 </HEAD>
17021 <BODY>
17022 <H1>&quot;To:&quot; Pattern Explained</H1>
17024 Any text you enter as the &quot;To pattern&quot;
17025 will be compared to the recipients from the To: lines of
17026 the messages in the index.
17027 When the text you entered matches
17028 all or part of the To: line of a message, then the Index Line Color you have
17029 specified will be used for that line in the index.
17030 (Any other non-blank parts of the Pattern must match, too.)
17033 You may enter a complete email address, part of an address, or a
17034 list of addresses or partial addresses.
17035 For example:
17038 <PRE>
17039  To pattern = friend@public.com
17040  To pattern = rated.net
17041  To pattern = xxx@adults.com
17042               admin@msn.com
17043               fool@motleyfool.com
17044 </PRE>
17047 Each of those are valid To patterns.
17050 Messages match those patterns if any of the
17051 addresses in the To: line of the message contains the pattern.
17052 If the pattern is a list of patterns
17053 (like the last example above) then it is a match if any of the patterns in
17054 the list match any of the addresses in the To: line.
17055 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
17056 present for a match.
17057 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
17058 address2 must be present.
17059 That is exactly what using a list does.)
17062 Some messages may be &quot;bounced&quot; to you, and will
17063 have a &quot;Resent-To:&quot; header line.
17064 If the message contains a Resent-To: line
17065 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
17066 Alpine will look for
17067 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
17068 the original To: line.
17071 When entering a pattern, you may choose an address from your address book
17072 with the &quot;T&quot; command.
17075 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
17076 &quot;!&quot; &quot;toggle NOT&quot; command.
17077 This changes the meaning of the To pattern so that it has the opposite meaning.
17078 It will be considered a match if there are no matches between the
17079 addresses in the To: line and the list of To patterns.
17081 Don't make the mistake of putting the &quot;!&quot; in the data field for
17082 the pattern.
17083 For example, if you type the characters &quot;!frizzle&quot; into the To
17084 pattern, the pattern will look like:
17086 <PRE>
17087  To pattern = !frizzle
17088 </PRE>
17090 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17091 In order to match messages that do not have &quot;frizzle&quot; in
17092 their To field, first type the characters &quot;frizzle&quot; followed
17093 by carriage return for the value of the To pattern, then negate it
17094 by typing the &quot;!&quot; command.
17095 It should end up looking like
17097 <PRE>
17098  ! To pattern = frizzle
17099 </PRE>
17102 You are not limited to using the six standard header patterns that are
17103 normally shown (To, From, Sender, Cc, News, and Subject).
17104 You may add any other header to a Pattern by
17105 using the &quot;eXtraHdr&quot; command to specify a different
17106 message header line; and then the Add or Change command to fill in
17107 a pattern for the new header line, just like you would for a standard header.
17109 A technicality: Since comma is the character used to separate multiple
17110 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17111 you want to include a literal comma in the field.
17112 In other words, if you type a backslash followed by a comma it will
17113 be interpreted as a comma by Alpine, instead of as a separator between
17114 pattern values.
17115 All other backslashes are literal backslashes and should not be escaped.
17117 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17118 for more information on Patterns.
17120 Look <A HREF="h_edit_nav_cmds">here</A>
17121 to see the available Editing and Navigation commands.
17123 &lt;End of help on this topic&gt;
17124 </BODY>
17125 </HTML>
17126 ======= h_config_other_topat =======
17127 <HTML>
17128 <HEAD>
17129 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
17130 </HEAD>
17131 <BODY>
17132 <H1>&quot;To:&quot; Pattern Explained</H1>
17134 For some of the OTHER RULES actions, there is no message that is being
17135 compared against.
17136 If that is the case, then only the Current Folder Type is checked.
17137 In particular, this To pattern is ignored.
17138 Actions that fall into this category include both
17139 Sort Order and Index Format.
17141 A technicality: Since comma is the character used to separate multiple
17142 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17143 you want to include a literal comma in the field.
17144 In other words, if you type a backslash followed by a comma it will
17145 be interpreted as a comma by Alpine, instead of as a separator between
17146 pattern values.
17147 All other backslashes are literal backslashes and should not be escaped.
17149 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17150 for more information on Patterns.
17152 Look <A HREF="h_edit_nav_cmds">here</A>
17153 to see the available Editing and Navigation commands.
17155 &lt;End of help on this topic&gt;
17156 </BODY>
17157 </HTML>
17158 ======= h_config_filt_topat =======
17159 <HTML>
17160 <HEAD>
17161 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
17162 </HEAD>
17163 <BODY>
17164 <H1>&quot;To:&quot; Pattern Explained</H1>
17166 Any text you enter as the &quot;To pattern&quot;
17167 will be compared to the recipients from the To: line of
17168 messages when Alpine opens folders.
17169 When the text you entered matches
17170 all or part of the To: line of a message, then the Filter Action you have
17171 specified will be carried out.
17172 (Any other non-blank parts of the Pattern must match, too.)
17175 You may enter a complete email address, part of an address, or a
17176 list of addresses or partial addresses.
17177 For example:
17180 <PRE>
17181  To pattern = friend@public.com
17182  To pattern = rated.net
17183  To pattern = xxx@adults.com
17184               admin@msn.com
17185               fool@motleyfool.com
17186 </PRE>
17189 Each of those are valid To patterns.
17192 Messages match those patterns if any of the
17193 addresses in the To: line of the message contains the pattern.
17194 If the pattern is a list of patterns
17195 (like the last example above) then it is a match if any of the patterns in
17196 the list match any of the addresses in the To: line.
17197 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
17198 present for a match.
17199 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
17200 address2 must be present.
17201 That is exactly what using a list does.)
17204 Some messages may be &quot;bounced&quot; to you, and will
17205 have a &quot;Resent-To:&quot; header line.
17206 If the message contains a Resent-To: line
17207 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
17208 Alpine will look for
17209 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
17210 the original To: line.
17213 When entering a pattern, you may choose an address from your address book
17214 with the &quot;T&quot; command.
17217 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
17218 &quot;!&quot; &quot;toggle NOT&quot; command.
17219 This changes the meaning of the To pattern so that it has the opposite meaning.
17220 It will be considered a match if there are no matches between the
17221 addresses in the To: line and the list of To patterns.
17223 Don't make the mistake of putting the &quot;!&quot; in the data field for
17224 the pattern.
17225 For example, if you type the characters &quot;!frizzle&quot; into the To
17226 pattern, the pattern will look like:
17228 <PRE>
17229  To pattern = !frizzle
17230 </PRE>
17232 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17233 In order to match messages that do not have &quot;frizzle&quot; in
17234 their To field, first type the characters &quot;frizzle&quot; followed
17235 by carriage return for the value of the To pattern, then negate it
17236 by typing the &quot;!&quot; command.
17237 It should end up looking like
17239 <PRE>
17240  ! To pattern = frizzle
17241 </PRE>
17244 You are not limited to using the six standard header patterns that are
17245 normally shown (To, From, Sender, Cc, News, and Subject).
17246 You may add any other header to a Pattern by
17247 using the &quot;eXtraHdr&quot; command to specify a different
17248 message header line; and then the Add or Change command to fill in
17249 a pattern for the new header line, just like you would for a standard header.
17251 A technicality: Since comma is the character used to separate multiple
17252 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17253 you want to include a literal comma in the field.
17254 In other words, if you type a backslash followed by a comma it will
17255 be interpreted as a comma by Alpine, instead of as a separator between
17256 pattern values.
17257 All other backslashes are literal backslashes and should not be escaped.
17259 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17260 for more information on Patterns.
17262 Look <A HREF="h_edit_nav_cmds">here</A>
17263 to see the available Editing and Navigation commands.
17265 &lt;End of help on this topic&gt;
17266 </BODY>
17267 </HTML>
17268 ======= h_config_role_topat =======
17269 <HTML>
17270 <HEAD>
17271 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
17272 </HEAD>
17273 <BODY>
17274 <H1>&quot;To:&quot; Pattern Explained</H1>
17276 Any text you enter as the &quot;To pattern&quot;
17277 will be compared to the recipients from the To: line of
17278 the message being replied to or forwarded.
17279 (Any other non-blank parts of the Pattern must match, too.)
17280 In the case of the Compose command, this pattern and the other header
17281 patterns are ignored.
17284 You may enter a complete email address, part of an address, or a
17285 list of addresses or partial addresses.
17286 For example:
17289 <PRE>
17290  To pattern = friend@public.com
17291  To pattern = rated.net
17292  To pattern = xxx@adults.com
17293               admin@msn.com
17294               fool@motleyfool.com
17295 </PRE>
17298 Each of those are valid To patterns.
17301 Messages match those patterns if any of the
17302 addresses in the To: line of the message contains the pattern.
17303 If the pattern is a list of patterns
17304 (like the last example above) then it is a match if any of the patterns in
17305 the list match any of the addresses in the To: line.
17306 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
17307 present for a match.
17308 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
17309 address2 must be present.
17310 That is exactly what using a list does.)
17313 Some messages may be &quot;bounced&quot; to you, and will
17314 have a &quot;Resent-To:&quot; header line.
17315 If the message contains a Resent-To: line
17316 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
17317 Alpine will look for
17318 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
17319 the original To: line.
17322 When entering a pattern, you may choose an address from your address book
17323 with the &quot;T&quot; command.
17326 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
17327 &quot;!&quot; &quot;toggle NOT&quot; command.
17328 This changes the meaning of the To pattern so that it has the opposite meaning.
17329 It will be considered a match if there are no matches between the
17330 addresses in the To: line and the list of To patterns.
17332 Don't make the mistake of putting the &quot;!&quot; in the data field for
17333 the pattern.
17334 For example, if you type the characters &quot;!frizzle&quot; into the To
17335 pattern, the pattern will look like:
17337 <PRE>
17338  To pattern = !frizzle
17339 </PRE>
17341 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17342 In order to match messages that do not have &quot;frizzle&quot; in
17343 their To field, first type the characters &quot;frizzle&quot; followed
17344 by carriage return for the value of the To pattern, then negate it
17345 by typing the &quot;!&quot; command.
17346 It should end up looking like
17348 <PRE>
17349  ! To pattern = frizzle
17350 </PRE>
17353 You are not limited to using the six standard header patterns that are
17354 normally shown (To, From, Sender, Cc, News, and Subject).
17355 You may add any other header to a Pattern by
17356 using the &quot;eXtraHdr&quot; command to specify a different
17357 message header line; and then the Add or Change command to fill in
17358 a pattern for the new header line, just like you would for a standard header.
17360 A technicality: Since comma is the character used to separate multiple
17361 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17362 you want to include a literal comma in the field.
17363 In other words, if you type a backslash followed by a comma it will
17364 be interpreted as a comma by Alpine, instead of as a separator between
17365 pattern values.
17366 All other backslashes are literal backslashes and should not be escaped.
17368 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17369 for more information on Patterns.
17371 Look <A HREF="h_edit_nav_cmds">here</A>
17372 to see the available Editing and Navigation commands.
17374 &lt;End of help on this topic&gt;
17375 </BODY>
17376 </HTML>
17377 ======= h_config_role_frompat =======
17378 <HTML>
17379 <HEAD>
17380 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
17381 </HEAD>
17382 <BODY>
17383 <H1>&quot;From:&quot; Pattern Explained</H1>
17385 This is just like the &quot;To pattern&quot; except that it is compared with
17386 the address in the From: line of the message
17387 instead of the addresses from the To: line.
17388 See the help for the To pattern for more information on header patterns.
17390 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17391 for more information on Patterns.
17393 Look <A HREF="h_edit_nav_cmds">here</A>
17394 to see the available Editing and Navigation commands.
17396 &lt;End of help on this topic&gt;
17397 </BODY>
17398 </HTML>
17399 ======= h_config_role_senderpat =======
17400 <HTML>
17401 <HEAD>
17402 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
17403 </HEAD>
17404 <BODY>
17405 <H1>&quot;Sender:&quot; Pattern Explained</H1>
17407 This is just like the &quot;To pattern&quot; except that it is compared with
17408 the address from the Sender: line of the message
17409 instead of the addresses from the To: line.
17410 See the help for the To pattern for more information on header patterns.
17412 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17413 for more information on Patterns.
17415 Look <A HREF="h_edit_nav_cmds">here</A>
17416 to see the available Editing and Navigation commands.
17418 &lt;End of help on this topic&gt;
17419 </BODY>
17420 </HTML>
17421 ======= h_config_role_ccpat =======
17422 <HTML>
17423 <HEAD>
17424 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
17425 </HEAD>
17426 <BODY>
17427 <H1>&quot;Cc:&quot; Pattern Explained</H1>
17429 This is just like the &quot;To pattern&quot; except that it is compared with
17430 the addresses from the Cc: line of the message
17431 instead of the addresses from the To: line.
17432 See the help for the To pattern for more information on header patterns.
17434 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17435 for more information on Patterns.
17437 Look <A HREF="h_edit_nav_cmds">here</A>
17438 to see the available Editing and Navigation commands.
17440 &lt;End of help on this topic&gt;
17441 </BODY>
17442 </HTML>
17443 ======= h_config_role_recippat =======
17444 <HTML>
17445 <HEAD>
17446 <TITLE>Recipient Pattern Explained</TITLE>
17447 </HEAD>
17448 <BODY>
17449 <H1>Recipient Pattern Explained</H1>
17451 This is just like the &quot;To pattern&quot; except that it is compared with
17452 the addresses from both the To: line and the Cc: line of the
17453 message instead of just the addresses from the To: line.
17454 In other words, it is considered a match if the pattern matches
17455 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
17456 in the Cc: line.
17457 (Notice that defining the Recipient pattern does not have the same
17458 effect as defining both the To and Cc patterns.
17459 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
17460 It is equivalent to having two different rules;
17461 one with a To pattern and the other with the same Cc pattern.)
17463 A technicality: Since comma is the character used to separate multiple
17464 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17465 you want to include a literal comma in the field.
17466 In other words, if you type a backslash followed by a comma it will
17467 be interpreted as a comma by Alpine, instead of as a separator between
17468 pattern values.
17469 All other backslashes are literal backslashes and should not be escaped.
17471 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17472 for more information on Patterns.
17474 Look <A HREF="h_edit_nav_cmds">here</A>
17475 to see the available Editing and Navigation commands.
17477 &lt;End of help on this topic&gt;
17478 </BODY>
17479 </HTML>
17480 ======= h_config_role_particpat =======
17481 <HTML>
17482 <HEAD>
17483 <TITLE>Participant Pattern Explained</TITLE>
17484 </HEAD>
17485 <BODY>
17486 <H1>Participant Pattern Explained</H1>
17488 This is just like the &quot;To pattern&quot; except that it is compared with
17489 the addresses from the From: line, the To: line, and the Cc: line of the
17490 message instead of just the addresses from the To: line.
17491 In other words, it is considered a match if the pattern matches
17492 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
17493 in the To: line, <EM>OR</EM> an address in the Cc: line.
17494 (Notice that defining the Participant pattern does not have the same
17495 effect as defining all of the From, To, and Cc patterns.
17496 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
17497 From <EM>AND</EM> To <EM>AND</EM> Cc.
17498 It is equivalent to having three different rules;
17499 one with a From pattern, another with the same To pattern, and a third with
17500 the same Cc pattern.)
17502 A technicality: Since comma is the character used to separate multiple
17503 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17504 you want to include a literal comma in the field.
17505 In other words, if you type a backslash followed by a comma it will
17506 be interpreted as a comma by Alpine, instead of as a separator between
17507 pattern values.
17508 All other backslashes are literal backslashes and should not be escaped.
17510 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17511 for more information on Patterns.
17513 Look <A HREF="h_edit_nav_cmds">here</A>
17514 to see the available Editing and Navigation commands.
17516 &lt;End of help on this topic&gt;
17517 </BODY>
17518 </HTML>
17519 ======= h_config_role_newspat =======
17520 <HTML>
17521 <HEAD>
17522 <TITLE>News Pattern Explained</TITLE>
17523 </HEAD>
17524 <BODY>
17525 <H1>News Pattern Explained</H1>
17527 If this pattern is non-blank, then for this rule to be considered a
17528 match, at least one of the newsgroups from
17529 the Newsgroups line of the message must match this pattern.
17530 If this pattern is a list of patterns, then at least one of the
17531 newsgroups must match at least one of the patterns.
17532 (Any other non-blank parts of the Pattern must match, too.)
17534 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
17535 &quot;!&quot; &quot;toggle NOT&quot; command.
17536 This changes the meaning of the News pattern so that it has the opposite meaning.
17537 It will be considered a match if there are no matches between the
17538 addresses in the Newsgroups: line and the list of News patterns.
17540 Don't make the mistake of putting the &quot;!&quot; in the data field for
17541 the pattern.
17542 For example, if you type the characters &quot;!frizzle&quot; into the News
17543 pattern, the pattern will look like:
17545 <PRE>
17546  News pattern = !frizzle
17547 </PRE>
17549 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17550 In order to match messages that do not have &quot;frizzle&quot; in
17551 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
17552 by carriage return for the value of the News pattern, then negate it
17553 by typing the &quot;!&quot; command.
17554 It should end up looking like
17556 <PRE>
17557  ! News pattern = frizzle
17558 </PRE>
17560 A technicality: Since comma is the character used to separate multiple
17561 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17562 you want to include a literal comma in the field.
17563 In other words, if you type a backslash followed by a comma it will
17564 be interpreted as a comma by Alpine, instead of as a separator between
17565 pattern values.
17566 All other backslashes are literal backslashes and should not be escaped.
17569 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17570 for more information on Patterns.
17572 Look <A HREF="h_edit_nav_cmds">here</A>
17573 to see the available Editing and Navigation commands.
17575 &lt;End of help on this topic&gt;
17576 </BODY>
17577 </HTML>
17578 ======= h_config_role_subjpat =======
17579 <HTML>
17580 <HEAD>
17581 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
17582 </HEAD>
17583 <BODY>
17584 <H1>&quot;Subject:&quot; Pattern Explained</H1>
17586 This is similar to the other parts of the Pattern.
17587 It is compared with
17588 the contents from the Subject of the message.
17590 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17591 for more information on Patterns.
17593 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
17594 &quot;!&quot; &quot;toggle NOT&quot; command.
17595 This changes the meaning of the Subject pattern so that it has the opposite meaning.
17596 It will be considered a match if there are no matches between the
17597 text in the Subject: line and the list of Subject patterns.
17600 If you wish to have a header pattern that is not one of the six standard
17601 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
17603 A technicality: Since comma is the character used to separate multiple
17604 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17605 you want to include a literal comma in the field.
17606 In other words, if you type a backslash followed by a comma it will
17607 be interpreted as a comma by Alpine, instead of as a separator between
17608 pattern values.
17609 All other backslashes are literal backslashes and should not be escaped.
17611 Look <A HREF="h_edit_nav_cmds">here</A>
17612 to see the available Editing and Navigation commands.
17614 &lt;End of help on this topic&gt;
17615 </BODY>
17616 </HTML>
17617 ======= h_config_role_alltextpat =======
17618 <HTML>
17619 <HEAD>
17620 <TITLE>AllText Pattern Explained</TITLE>
17621 </HEAD>
17622 <BODY>
17623 <H1>AllText Pattern Explained</H1>
17625 This is similar to the header patterns.
17626 Instead of comparing with text in a particular header field it 
17627 is compared with all of the text in the message header and body.
17629 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
17630 &quot;!&quot; &quot;toggle NOT&quot; command.
17631 This changes the meaning of the AllText pattern so that it has the opposite meaning.
17632 It will be considered a match if there are no matches between the
17633 text of the message and the list of AllText patterns.
17635 Don't make the mistake of putting the &quot;!&quot; in the data field for
17636 the pattern.
17637 For example, if you type the characters &quot;!frizzle&quot; into the AllText
17638 pattern, the pattern will look like:
17640 <PRE>
17641  AllText pattern = !frizzle
17642 </PRE>
17644 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17645 In order to match messages that do not have &quot;frizzle&quot; in
17646 the text of the message, first type the characters &quot;frizzle&quot; followed
17647 by carriage return for the value of the AllText pattern, then negate it
17648 by typing the &quot;!&quot; command.
17649 It should end up looking like
17651 <PRE>
17652  ! AllText pattern = frizzle
17653 </PRE>
17655 It is possible that you may notice degraded performance when using
17656 AllText Patterns.
17658 A technicality: Since comma is the character used to separate multiple
17659 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17660 you want to include a literal comma in the field.
17661 In other words, if you type a backslash followed by a comma it will
17662 be interpreted as a comma by Alpine, instead of as a separator between
17663 pattern values.
17664 All other backslashes are literal backslashes and should not be escaped.
17666 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17667 for more information on Patterns.
17669 Look <A HREF="h_edit_nav_cmds">here</A>
17670 to see the available Editing and Navigation commands.
17672 &lt;End of help on this topic&gt;
17673 </BODY>
17674 </HTML>
17675 ======= h_config_role_bodytextpat =======
17676 <HTML>
17677 <HEAD>
17678 <TITLE>BodyText Pattern Explained</TITLE>
17679 </HEAD>
17680 <BODY>
17681 <H1>BodyText Pattern Explained</H1>
17683 This is similar to the header patterns.
17684 Instead of comparing with text in a particular header field it 
17685 is compared with all of the text in the message body.
17687 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
17688 &quot;!&quot; &quot;toggle NOT&quot; command.
17689 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
17690 It will be considered a match if there are no matches between the
17691 text of the body of the message and the list of BodyText patterns.
17693 Don't make the mistake of putting the &quot;!&quot; in the data field for
17694 the pattern.
17695 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
17696 pattern, the pattern will look like:
17698 <PRE>
17699  BdyText pattern = !frizzle
17700 </PRE>
17702 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17703 In order to match messages that do not have &quot;frizzle&quot; in
17704 their BodyText, first type the characters &quot;frizzle&quot; followed
17705 by carriage return for the value of the BodyText pattern, then negate it
17706 by typing the &quot;!&quot; command.
17707 It should end up looking like
17709 <PRE>
17710  ! BodyText pattern = frizzle
17711 </PRE>
17713 It is possible that you may notice degraded performance when using
17714 BodyText Patterns.
17716 A technicality: Since comma is the character used to separate multiple
17717 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17718 you want to include a literal comma in the field.
17719 In other words, if you type a backslash followed by a comma it will
17720 be interpreted as a comma by Alpine, instead of as a separator between
17721 pattern values.
17722 All other backslashes are literal backslashes and should not be escaped.
17724 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17725 for more information on Patterns.
17727 Look <A HREF="h_edit_nav_cmds">here</A>
17728 to see the available Editing and Navigation commands.
17730 &lt;End of help on this topic&gt;
17731 </BODY>
17732 </HTML>
17733 ======= h_config_role_charsetpat =======
17734 <HTML>
17735 <HEAD>
17736 <TITLE>Character Set Pattern Explained</TITLE>
17737 </HEAD>
17738 <BODY>
17739 <H1>Character Set Pattern Explained</H1>
17741 A message may use one or more character sets.
17742 This part of the Pattern matches messages that make use of
17743 certain specified character sets.
17744 It will be considered a match if a message uses any of the character
17745 sets in the list you give here.
17748 When filling in a value for this field, you may use
17749 the &quot;T&quot; command, which presents you with a large list of
17750 possible character sets to choose from.
17751 You may also just type in the name of a character set, and it need not
17752 be one that Alpine knows about.
17755 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
17756 GB2312) you may also use some shorthand names that Alpine provides.
17757 These names are more understandable shorthand names for sets of 
17758 character set names.
17759 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
17760 Selecting one of these shorthand names is equivalent to selecting all of
17761 the character sets that make up the set.
17762 You can see all of these shorthand names and the lists of character sets
17763 they stand for by typing the &quot;T&quot; command.
17766 For the purposes of this Pattern,
17767 Alpine will search through a message for all of the text parts and
17768 collect the character sets declared for each part.
17769 It will also look in the Subject line for a character set used there.
17770 Alpine does not actually look at the text of the message or the text
17771 of the Subject to determine if a declared character set is actually
17772 used, it looks only at the declarations themselves in the MIME part headers
17773 and in the Subject.
17776 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
17777 &quot;!&quot; &quot;toggle NOT&quot; command.
17778 This changes the meaning of the Character Set pattern so that
17779 it has the opposite meaning.
17780 It will be considered a match if none of the character sets in the
17781 list are used in a message.
17783 Don't make the mistake of putting the &quot;!&quot; in the data field for
17784 the pattern.
17785 For example, if you type the characters &quot;!GB2312&quot; into the
17786 Character Set pattern, the pattern will look like:
17788 <PRE>
17789  Charset pattern = !GB2312
17790 </PRE>
17792 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
17793 In order to match messages that do not have the
17794 character set &quot;GB2312&quot;
17795 set, first type the characters &quot;GB2312&quot; followed
17796 by carriage return for the value of the Character Set pattern, then negate it
17797 by typing the &quot;!&quot; command.
17798 It should end up looking like
17800 <PRE>
17801  ! Charset pattern = GB2312
17802 </PRE>
17804 A technicality: Since comma is the character used to separate multiple
17805 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17806 you want to include a literal comma in the field.
17807 In other words, if you type a backslash followed by a comma it will
17808 be interpreted as a comma by Alpine, instead of as a separator between
17809 pattern values.
17810 All other backslashes are literal backslashes and should not be escaped.
17812 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17813 for more information on Patterns.
17815 Look <A HREF="h_edit_nav_cmds">here</A>
17816 to see the available Editing and Navigation commands.
17818 &lt;End of help on this topic&gt;
17819 </BODY>
17820 </HTML>
17821 ======= h_config_role_keywordpat =======
17822 <HTML>
17823 <HEAD>
17824 <TITLE>Keyword Pattern Explained</TITLE>
17825 </HEAD>
17826 <BODY>
17827 <H1>Keyword Pattern Explained</H1>
17829 A folder may have user-defined keywords.
17830 These are similar to the Important flag, which the user may set using the
17831 Flag command.
17832 The difference is that the Important flag is always present for each folder.
17833 User-defined keywords are picked by the user.
17834 You may add new keywords by defining them in the
17835 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
17836 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
17837 the Flag command may be used to set or clear the keyword on individual messages.
17838 If you have given a keyword a nickname when configuring it,
17839 that nickname may be used instead of the actual keyword.
17842 When filling in a value for this field, it may be easiest to use
17843 the &quot;T&quot; command, which presents you with a list of the keywords
17844 you have defined to choose from.
17847 This part of the Pattern matches messages with certain keywords set.
17848 It will be considered a match if a message has any of the keywords in the
17849 list set.
17850 A keyword that you have not defined using the
17851 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
17852 will not be a match.
17855 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
17856 &quot;!&quot; &quot;toggle NOT&quot; command.
17857 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
17858 It will be considered a match if none of the keywords in the list are set
17859 for a message.
17860 A keyword that you have not defined using the
17861 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
17862 will not be a match, so a <EM>NOT</EM> of that keyword does match.
17864 Don't make the mistake of putting the &quot;!&quot; in the data field for
17865 the pattern.
17866 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
17867 pattern, the pattern will look like:
17869 <PRE>
17870  Keyword pattern = !frizzle
17871 </PRE>
17873 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17874 In order to match messages that do not have the keyword &quot;frizzle&quot;
17875 set, first type the characters &quot;frizzle&quot; followed
17876 by carriage return for the value of the Keyword pattern, then negate it
17877 by typing the &quot;!&quot; command.
17878 It should end up looking like
17880 <PRE>
17881  ! Keyword pattern = frizzle
17882 </PRE>
17884 A technicality: Since comma is the character used to separate multiple
17885 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17886 you want to include a literal comma in the field.
17887 In other words, if you type a backslash followed by a comma it will
17888 be interpreted as a comma by Alpine, instead of as a separator between
17889 pattern values.
17890 All other backslashes are literal backslashes and should not be escaped.
17892 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17893 for more information on Patterns.
17895 Look <A HREF="h_edit_nav_cmds">here</A>
17896 to see the available Editing and Navigation commands.
17898 &lt;End of help on this topic&gt;
17899 </BODY>
17900 </HTML>
17901 ======= h_config_role_arbpat =======
17902 <HTML>
17903 <HEAD>
17904 <TITLE>Extra Header Patterns Explained</TITLE>
17905 </HEAD>
17906 <BODY>
17907 <H1>Extra Header Patterns Explained</H1>
17909 The header patterns that come after the Participant pattern but before the 
17910 AllText pattern are extra header patterns that you have added to a rule's
17911 Pattern. These are just like the other header patterns except that
17912 the contents of the particular header listed on the left hand side will
17913 be used for comparisons.
17915 The &quot;eXtraHdr&quot; command may be used to add more of these
17916 header patterns to the rule you are editing.
17918 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
17919 extra header pattern from the rule you are editing.
17921 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
17922 &quot;!&quot; &quot;toggle NOT&quot; command.
17923 This changes the meaning of the pattern so that it has the opposite meaning.
17924 It will be considered a match if there are no matches between the
17925 text in the header line and the list of patterns.
17927 Don't make the mistake of putting the &quot;!&quot; in the data field for
17928 the pattern.
17929 For example, if you type the characters &quot;!frizzle&quot; into the
17930 pattern, the pattern will look like:
17932 <PRE>
17933  Xyz pattern = !frizzle
17934 </PRE>
17936 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17937 In order to match messages that do not have &quot;frizzle&quot; in
17938 their Xyz field, first type the characters &quot;frizzle&quot; followed
17939 by carriage return for the value of the pattern, then negate it
17940 by typing the &quot;!&quot; command.
17941 It should end up looking like
17943 <PRE>
17944  ! Xyz pattern = frizzle
17945 </PRE>
17948 A technicality: Since comma is the character used to separate multiple
17949 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17950 you want to include a literal comma in the field.
17951 In other words, if you type a backslash followed by a comma it will
17952 be interpreted as a comma by Alpine, instead of as a separator between
17953 pattern values.
17954 All other backslashes are literal backslashes and should not be escaped.
17956 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17957 for more information on Patterns.
17959 Look <A HREF="h_edit_nav_cmds">here</A>
17960 to see the available Editing and Navigation commands.
17962 &lt;End of help on this topic&gt;
17963 </BODY>
17964 </HTML>
17965 ======= h_config_role_cat_cmd =======
17966 <HTML>
17967 <HEAD>
17968 <TITLE>Categorizer Command Explained</TITLE>
17969 </HEAD>
17970 <BODY>
17971 <H1>Categorizer Command Explained</H1>
17973 This is a command that is run with its standard input set to the message
17974 being checked and its standard output discarded.
17975 The full directory path should be specified.
17976 The command will be run and then its exit status will be checked against
17977 the Exit Status Interval, which defaults to just the value zero.
17978 If the exit status of the command falls in the interval, it is considered
17979 a match, otherwise it is not a match.
17982 This option may actually be a list of commands.
17983 The first one that exists and is executable is used.
17984 That makes it possible to use the same configuration with Unix Alpine and
17985 PC-Alpine.
17988 If none of the commands in the list exists and is executable then the rule
17989 is <EM>not</EM> a match.
17990 If it is possible that the command may not exist, you should be careful
17991 to structure your rules so that nothing destructive
17992 happens when the command does not exist.
17993 For example, you might have a filter that filters away spam when there is
17994 a match but does nothing when there is not a match.
17995 That would cause no harm if the command didn't exist.
17996 However, if you have a filter that filters away spam when there is not
17997 a match and keeps it when there is a match, that would filter everything
17998 if the categorizer command didn't exist.
18000 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
18001 setup for the bogofilter filter.
18004 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18005 for more information on Patterns.
18007 Look <A HREF="h_edit_nav_cmds">here</A>
18008 to see the available Editing and Navigation commands.
18010 &lt;End of help on this topic&gt;
18011 </BODY>
18012 </HTML>
18013 ======= h_config_role_cat_cmd_example =======
18014 <HTML>
18015 <HEAD>
18016 <TITLE>Categorizer Command Example</TITLE>
18017 </HEAD>
18018 <BODY>
18019 <H1>Categorizer Command Example</H1>
18021 Bogofilter
18022 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
18023 is a mail filter that attempts to classify mail as spam or
18024 non-spam using statistical analysis of the message content.
18025 When run with no arguments and a message as standard input, it exits with
18026 exit status 0 if it thinks a message is spam and 1 if it thinks
18027 it is not spam.
18028 To use bogofilter as your Categorizer Command you would simply set Command to
18029 the pathname of the bogofilter program.
18030 For example,
18032 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
18034 Exit status of zero is what you are interested in, so you'd set the
18035 Exit Status Interval to
18037 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
18040 In order to prevent downloading an entire huge message to check for spam, you
18041 might want to set the Character Limit to a few thousand characters (the
18042 assumption being that the spam will reveal itself in those characters)
18044 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
18047 You would probably use bogofilter in an Alpine Filter Rule, and have the action
18048 be to move the message to a spam folder.
18049 It would usually be wise to also check the &quot;Message is Recent&quot;
18050 part of the rule so that messages are only checked when they first arrive,
18051 and to restrict the Current Folder Type to just your INBOX.
18052 The reason for checking only Recent messages is to save the time it takes
18053 to run bogofilter on each message.
18054 As an experiment, you might start out by using this in an Indexcolor Rule
18055 instead of a Filter Rule.
18056 In that case, you probably wouldn't check the Recent checkbox.
18058 The use described above assumes that you are somehow maintaining bogofilter's
18059 database of words associated with spam and non-spam messages.
18060 One way to start your database would be to select a bunch of spam messages
18061 in Alpine (you might Save spam messages to a special folder or use Alpine's
18062 Select command to select several) and then Apply
18063 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
18064 a pipe command to the spam messages.
18065 For example, you could have a shell script or an alias
18066 called <EM>this_is_spam</EM>, which would simply be the command
18068 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
18071 It is probably best to use the pipe command's Raw Text, With Delimiter,
18072 and Free Output options,
18073 which are at the bottom of the screen when you type the pipe command.
18074 That's because bogofilter expects the raw message as input, and uses
18075 the Delimiters to tell when a new message starts.
18076 You would not need to use a separate pipe for each message, because
18077 bogofilter can handle multiple messages at once.
18079 Similarly, you would select a group of non-spam messages
18080 and run them through a <EM>this_is_nonspam</EM> script
18081 that was something like
18083 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
18086 For the more adventurous, the next step might be to automate the upkeep of
18087 the bogofilter database.
18088 It might make more sense to have bogofilter be part of the delivery process,
18089 but it is also possible to do it entirely from within Alpine.
18090 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
18091 the &quot;-u&quot; argument will cause bogofilter to update the database.
18093 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
18095 You'd want a couple more aliases or shell scripts called something like
18096 <EM>change_to_spam</EM>
18098 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
18101 <EM>change_to_nonspam</EM>
18103 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
18105 When you run across a message in your INBOX that should have been
18106 classified as spam you would pipe it to the change_to_spam script, and
18107 when you run across a message in your spam folder that should have been
18108 left in your INBOX you would pipe it through change_to_nonspam.
18111 There is a technical problem with this approach.
18112 Alpine may check your filters more than once.
18113 In particular, every time you start Alpine the filters will be checked for
18114 each message.
18115 Also, if you have any filters that depend on message state (New, Deleted, etc.)
18116 then Alpine will recheck for matches in messages that have changed state
18117 at the time you close the folder and before expunging.
18118 This is usually ok.
18119 However, in this case it is a problem because the command
18121 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
18123 has the side effect of updating the database.
18124 So you run the risk of updating the database multiple times for a single
18125 message instead of updating it just once per message.
18126 There are some ways to work around this problem.
18127 What you need is a way to mark the message after you have run the filter.
18128 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
18129 Besides having the filter move the message to a spam folder, also have it
18130 set the Bogo keyword.
18131 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
18132 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
18133 This rule can only set the Bogo keyword for the messages that it matches.
18134 You will also need to add a second rule right after this one that
18135 matches all the messages that don't have the Bogo keyword set
18136 (put the keyword in the Keyword pattern and toggle
18137 the Not with the ! command)
18138 and takes the action of setting it.
18139 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
18140 (and so it won't re-run the bogofilter command) if the keyword is already
18141 set.
18143 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
18144 on all messages that don't have the Bogo keyword set.
18145 This will have the side effect of inserting that message in the bogofilter
18146 database, match or not.
18147 If this rule matches (it is spam), the Bogo keyword will be set and
18148 the message will be moved to a spam folder.
18149 If it does not match, the
18150 following rule will mark the message by turning on the keyword.
18151 This second rule should be a non-terminating
18152 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
18153 rule so that it doesn't stop the filtering process before the rest of
18154 your rules are consulted.
18157 In summary, the first rule is something like
18158 <PRE>
18159   Nickname          = bogofilter -u rule
18160   Current Folder Type =
18161                (*) Specific
18162                    Folder = INBOX
18164   ! Keyword pattern = Bogo
18166   External Categorizer Commands =
18167        Command              = /usr/local/bin/bogofilter -u
18168        Exit Status Interval = (0,0)
18169        Character Limit      = <No Value Set: using "-1">  (optionally set this)
18171   Filter Action =
18172        (*) Move
18173            Folder = spam
18174   
18175   Set These Keywords   = Bogo
18176 </PRE>
18178 and the following rule is
18179 <PRE>
18180   Nickname          = Set Bogo Keyword
18181   Current Folder Type =
18182                (*) Specific
18183                    Folder = INBOX
18185   ! Keyword pattern = Bogo
18187   Filter Action =
18188        (*) Just Set Message Status
18190   Set These Keywords   = Bogo
18192   Features =
18193       [X]  dont-stop-even-if-rule-matches
18194 </PRE>
18196 If it is possible for you to insert bogofilter in the delivery process instead
18197 of having it called from Alpine you could prevent having to wait
18198 for the bogofilter processing while you read your mail.
18199 You would have bogofilter add a header to the message at the time of delivery
18200 that identified it as spam or nonspam.
18201 With this method, you could avoid using a Categorizer Command while running Alpine,
18202 and just match on the header instead.
18203 You might still want to use the scripts mentioned above to initialize the
18204 database or to re-classify wrongly classified messages.
18207 Finally, it isn't for the faint-hearted,
18208 but it is also possible to run bogofilter from PC-Alpine.
18209 You can install Cygwin from
18210 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
18211 then compile bogofilter in the cygwin environment, and run it from
18212 within PC-Alpine.
18213 You would end up with a Categorizer command that looked something like
18215 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
18217 Note that the &quot;.exe&quot; extension is explicit,
18218 and that the bogofilter.exe executable should be in the same directory
18219 as cygwin1.dll.
18222 &lt;End of help on this topic&gt;
18223 </BODY>
18224 </HTML>
18225 ======= h_config_role_cat_status =======
18226 <HTML>
18227 <HEAD>
18228 <TITLE>Exit Status Interval Explained</TITLE>
18229 </HEAD>
18230 <BODY>
18231 <H1>Exit Status Interval Explained</H1>
18233 The categorizer command is run and the result is the exit status of
18234 that command.
18235 If that exit status falls in the Exit Status Interval
18236 then it is considered a match, otherwise it is not a match.
18237 Of course for the entire rule to match, it must also be checked against
18238 the other defined parts of the Pattern.
18240 The Exit Status Interval defaults to the single value 0 (zero).
18241 If you define it, it should be set to something like:
18243 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
18245 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
18246 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
18247 positive and negative integers.
18249 Actually, a list of intervals may be used if you wish.
18250 A list would look like
18252 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
18254 When there is an Exit Status Interval defined, it is a match if the exit status
18255 of the categorizer command is contained in any of the intervals.
18256 The intervals include both endpoints.
18258 The default interval is
18260 <CENTER><SAMP>(0,0)</SAMP></CENTER>
18262 and it matches only if the command exits with exit status equal to zero.
18265 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18266 for more information on Patterns.
18268 Look <A HREF="h_edit_nav_cmds">here</A>
18269 to see the available Editing and Navigation commands.
18271 &lt;End of help on this topic&gt;
18272 </BODY>
18273 </HTML>
18274 ======= h_config_role_cat_limit =======
18275 <HTML>
18276 <HEAD>
18277 <TITLE>Character Limit Explained</TITLE>
18278 </HEAD>
18279 <BODY>
18280 <H1>Character Limit Explained</H1>
18282 Setting this option makes it possible to limit how much of the message
18283 is made available to the categorizer command as input.
18284 The default value (-1) means that the entire message is fed to the
18285 command.
18286 A value of 0 (zero) means that only the headers of the message are
18287 made available.
18288 A positive integer means that the headers plus that many characters from
18289 the body of the message are passed to the categorizer.
18292 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18293 for more information on Patterns.
18295 Look <A HREF="h_edit_nav_cmds">here</A>
18296 to see the available Editing and Navigation commands.
18298 &lt;End of help on this topic&gt;
18299 </BODY>
18300 </HTML>
18301 ======= h_config_role_age =======
18302 <HTML>
18303 <HEAD>
18304 <TITLE>Age Interval Explained</TITLE>
18305 </HEAD>
18306 <BODY>
18307 <H1>Age Interval Explained</H1>
18309 The Age Interval, if defined, is part of the Pattern.
18310 If you use this, it should be set to something like:
18312 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
18314 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
18315 The special value &quot;INF&quot; may be used for the max value.
18316 It represents infinity.
18318 In rare cases it may be useful to use the more general form of the value,
18319 which is a comma-separated list of intervals.
18320 It would look something like:
18322 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
18324 When there is an Age Interval defined, it is a match if the age, in days, of
18325 the message is contained in the interval.
18326 The interval includes both endpoints.
18327 If the option is set to a list of intervals then it is a match if the
18328 age of the message is contained in any of the intervals.
18330 Even though this option is called Age, it isn't actually
18331 the <EM>age</EM> of the message.
18332 Instead, it is how many days ago the message arrived in one of your folders.
18333 If the current time is a little past midnight, then a message that arrived
18334 just before midnight arrived yesterday, even though the message is only
18335 a few minutes old.
18336 By default, the date being used is not the date in the Date
18337 header of the message.
18338 It is the date that the message arrived in one of your folders.
18339 When you Save a message from one folder to another that arrival date
18340 is preserved.
18341 If you would like to use the date in the Date header that is possible.
18342 Turn on the option
18343 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
18344 near the bottom of the rule definition.
18346 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
18347 The age interval
18349 <CENTER><SAMP>(2,2)</SAMP></CENTER>
18351 matches all messages that arrived on the day before yesterday.
18352 The interval
18354 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
18356 matches all messages that arrived at least 180 days before today.
18357 The interval
18359 <CENTER><SAMP>(0,1)</SAMP></CENTER>
18361 matches all messages that arrived today or yesterday.
18364 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18365 for more information on Patterns.
18367 Look <A HREF="h_edit_nav_cmds">here</A>
18368 to see the available Editing and Navigation commands.
18370 &lt;End of help on this topic&gt;
18371 </BODY>
18372 </HTML>
18373 ======= h_config_role_size =======
18374 <HTML>
18375 <HEAD>
18376 <TITLE>Size Interval Explained</TITLE>
18377 </HEAD>
18378 <BODY>
18379 <H1>Size Interval Explained</H1>
18381 The Size Interval, if defined, is part of the Pattern.
18382 If you use this, it should be set to something like:
18384 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
18386 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
18387 The special value &quot;INF&quot; may be used for the max value.
18388 It represents infinity.
18390 In rare cases it may be useful to use the more general form of the value,
18391 which is a comma-separated list of intervals.
18392 It would look something like:
18394 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
18396 When there is a Size Interval defined, it is a match if the size of
18397 the message is contained in the interval.
18398 The interval includes both endpoints.
18399 If the option is set to a list of intervals then it is a match if the
18400 size of the message is contained in any of the intervals.
18402 The size interval
18404 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
18406 matches all messages with sizes greater than or equal to 10000, and less
18407 than or equal to 50000.
18408 The interval
18410 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
18412 matches all messages with sizes greater than or equal to 100000.
18415 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18416 for more information on Patterns.
18418 Look <A HREF="h_edit_nav_cmds">here</A>
18419 to see the available Editing and Navigation commands.
18421 &lt;End of help on this topic&gt;
18422 </BODY>
18423 </HTML>
18424 ======= h_config_role_scorei =======
18425 <HTML>
18426 <HEAD>
18427 <TITLE>Score Interval Explained</TITLE>
18428 </HEAD>
18429 <BODY>
18430 <H1>Score Interval Explained</H1>
18432 The Score Interval, if defined, is part of the Pattern.
18433 If you use this, it should be set to something like:
18435 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
18437 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
18438 -32000 and 32000.
18439 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
18440 the min and max values.
18441 These represent negative and positive infinity.
18443 Actually, the value may be a list of intervals rather than just a
18444 single interval if that is useful.
18445 The elements of the list are separated by commas like:
18447 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
18449 When there is a Score Interval defined, it is a match if the score for
18450 the message is contained in any of the intervals.
18451 The intervals include both endpoints.
18452 The score for a message is calculated by looking at every scoring rule
18453 defined and adding up the Score Values for the rules that match the message.
18454 Scoring rules are created using the
18455 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
18458 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18459 for more information on Patterns.
18461 Look <A HREF="h_edit_nav_cmds">here</A>
18462 to see the available Editing and Navigation commands.
18464 &lt;End of help on this topic&gt;
18465 </BODY>
18466 </HTML>
18467 ======= h_config_role_fldr_type =======
18468 <HTML>
18469 <HEAD>
18470 <TITLE>Current Folder Type Explained</TITLE>
18471 </HEAD>
18472 <BODY>
18473 <H1>Current Folder Type Explained</H1>
18475 The Current Folder Type is part of the role's Pattern.
18476 It refers to the type of the currently open folder, which is the folder
18477 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
18478 In order for a role to be considered a match, the current folder must
18479 be of the type you set here.
18480 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18481 all what you might think.
18483 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
18484 example, then
18485 that role will only be a match if the current folder is a newsgroup and
18486 the rest of the Pattern matches.
18487 The value &quot;Specific&quot; may be used when you want to limit the match
18488 to a specific folder (not just a specific type of folder), or to a list of
18489 specific folders.
18491 In order to match a specific folder you Select the &quot;Specific&quot;
18492 button <EM>AND</EM> fill in
18493 the name (or list of names) of
18494 the folder in the &quot;Folder List&quot; field.
18495 If the current folder is any of the folders in the list, that is considered
18496 a match.
18497 The name of each folder in the list may be either &quot;INBOX&quot;,
18498 the technical specification
18499 of the folder (like what appears in your configuration file) or, if the
18500 folder is one of your incoming folders, it may be the nickname you've given
18501 the folder.
18502 Here are a couple samples of specific folder names:
18504 <CENTER><SAMP>{monet.art.example.com/user=vincent}mail/art-class</SAMP></CENTER>
18506 <CENTER><SAMP>{news.example.com/nntp/user=peter}#news.comp.mail.pine</SAMP></CENTER>
18508 Observe that in order for an external folder (IMAP, POP, News) to be a match,
18509 you must also add the /user= option in the definition of the incoming folder.
18511 The easiest way to fill in the &quot;Folder List&quot; field is to use
18512 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
18513 highlighted, or to use the &quot;Take&quot; command with the configuration
18514 feature
18515 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
18516 turned on.
18517 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18518 Current Folder Type is set to &quot;Specific&quot;, and any value that
18519 &quot;Folder List&quot; has is ignored unless the type
18520 is set to &quot;Specific&quot;.
18522 When reading a newsgroup, there may be a performance penalty
18523 incurred when collecting the information necessary to check a Pattern.
18524 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18526 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18527 for more information on Patterns.
18529 Look <A HREF="h_edit_nav_cmds">here</A>
18530 to see the available Editing and Navigation commands.
18532 &lt;End of help on this topic&gt;
18533 </BODY>
18534 </HTML>
18535 ======= h_config_filt_rule_type =======
18536 <HTML>
18537 <HEAD>
18538 <TITLE>Filter Action Explained</TITLE>
18539 </HEAD>
18540 <BODY>
18541 <H1>Filter Action Explained</H1>
18543 The Filter Action specifies the action to be taken when the Pattern is a
18544 match.
18545 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
18546 &quot;Just Set Message Status&quot;.
18548 If it is set to &quot;Delete&quot;, then the message that matches the
18549 Pattern will be deleted from the open folder.
18551 If it is set to &quot;Move&quot;, then the name of the folder to which
18552 the matching message should be moved is given in the &quot;Folder List&quot; field on the
18553 next line of the screen.
18554 A list of folders separated by commas may be given, in which case the
18555 message will be copied to all of the folders in the list before it is
18556 deleted.
18558 If it is set to neither of those two values (it is set to the value
18559 labeled &quot;Just Set Message Status&quot;) then the message status
18560 setting will happen
18561 but the message will not be deleted or moved.
18563 If you are Moving a message you may also set Message Status if you wish.
18565 The easiest way to fill in the &quot;Folder List&quot; field is to use
18566 the T command that is available when the &quot;Folder List&quot; line is
18567 highlighted.
18568 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18569 Filter Action is set to &quot;Move&quot;, and any value that
18570 &quot;Folder List&quot; has is ignored unless the type
18571 is set to &quot;Move&quot;.
18573 There are a few tokens that may be used in the names in the Folder List.
18574 They are all related to the date on which the filtering is taking place.
18575 The tokens are words surrounded by underscores.
18576 For example, if you want your filter to move messages to a folder named
18577 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
18578 you could specify the folder as
18579 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
18580 which would result in a file named something like
18581 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
18583 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
18584 which would result in a file named something like
18585 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
18586 The available tokens are listed
18587 <A HREF="h_index_tokens">here</A>.
18589 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18590 for more information on Patterns.
18592 Look <A HREF="h_edit_nav_cmds">here</A>
18593 to see the available Editing and Navigation commands.
18595 &lt;End of help on this topic&gt;
18596 </BODY>
18597 </HTML>
18598 ======= h_config_score_fldr_type =======
18599 <HTML>
18600 <HEAD>
18601 <TITLE>Current Folder Type Explained</TITLE>
18602 </HEAD>
18603 <BODY>
18604 <H1>Current Folder Type Explained</H1>
18606 The Current Folder Type is part of the scoring rule's Pattern.
18607 It refers to the type of the folder that
18608 the message being scored is in.
18609 In order for a rule to be considered a match, the current folder must
18610 be of the type you set here.
18611 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18612 all what you might think.
18614 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18615 example, then
18616 that Pattern will only match if the current folder is a newsgroup and
18617 the rest of the Pattern matches.
18618 The value &quot;Specific&quot; may be used when you want to limit the match
18619 to a specific folder (not just a specific type of folder), or to a list of
18620 specific folders.
18622 In order to match a specific folder you Select the &quot;Specific&quot;
18623 button <EM>AND</EM> fill in
18624 the name (or list of names) of
18625 the folder in the &quot;Folder List&quot; field.
18626 If the current folder is any of the folders in the list, that is considered
18627 a match.
18628 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18629 of the folder (like what appears in your configuration file) or, if the
18630 folder is one of your incoming folders, it may be the nickname you've given
18631 the folder.
18632 Here are a couple samples of specific folder names:
18634 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18636 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18638 The easiest way to fill in the &quot;Folder List&quot; field is to use
18639 the T command that is available when the &quot;Folder List&quot; line is
18640 highlighted.
18641 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18642 Current Folder Type is set to &quot;Specific&quot;, and any value that
18643 &quot;Folder List&quot; has is ignored unless the type
18644 is set to &quot;Specific&quot;.
18646 When reading a newsgroup, there may be a performance penalty
18647 incurred when collecting the information necessary to check a Pattern.
18648 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18649 For example, if you have Index Line Coloring rules that have Score Intervals
18650 defined then the scores for all the visible messages will need to be calculated.
18651 If some of your Scoring rules have 
18652 a Current Folder Type of
18653 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
18654 screen to draw more slowly when in a newsgroup.
18656 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18657 for more information on Patterns.
18659 Look <A HREF="h_edit_nav_cmds">here</A>
18660 to see the available Editing and Navigation commands.
18662 &lt;End of help on this topic&gt;
18663 </BODY>
18664 </HTML>
18665 ======= h_config_other_fldr_type =======
18666 <HTML>
18667 <HEAD>
18668 <TITLE>Current Folder Type Explained</TITLE>
18669 </HEAD>
18670 <BODY>
18671 <H1>Current Folder Type Explained</H1>
18673 The Current Folder Type is part of the rule's Pattern.
18674 It refers to the type of the folder being viewed.
18675 In order for a rule to be considered a match, the current folder must
18676 be of the type you set here.
18677 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18678 all what you might think.
18680 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18681 example, then
18682 that Pattern will only match if the current folder is a newsgroup.
18683 The value &quot;Specific&quot; may be used when you want to limit the match
18684 to a specific folder (not just a specific type of folder), or to a list of
18685 specific folders.
18687 In order to match a specific folder you Select the &quot;Specific&quot;
18688 button <EM>AND</EM> fill in
18689 the name (or list of names) of
18690 the folder in the &quot;Folder List&quot; field.
18691 If the current folder is any of the folders in the list, that is considered
18692 a match.
18693 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18694 of the folder (like what appears in your configuration file) or, if the
18695 folder is one of your incoming folders, it may be the nickname you've given
18696 the folder.
18697 Here are a couple samples of specific folder names:
18699 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18701 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18703 The easiest way to fill in the &quot;Folder List&quot; field is to use
18704 the T command that is available when the &quot;Folder List&quot; line is
18705 highlighted.
18706 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18707 Current Folder Type is set to &quot;Specific&quot;, and any value that
18708 &quot;Folder List&quot; has is ignored unless the type
18709 is set to &quot;Specific&quot;.
18711 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18712 for more information on Patterns.
18714 Look <A HREF="h_edit_nav_cmds">here</A>
18715 to see the available Editing and Navigation commands.
18717 &lt;End of help on this topic&gt;
18718 </BODY>
18719 </HTML>
18720 ======= h_config_incol_fldr_type =======
18721 <HTML>
18722 <HEAD>
18723 <TITLE>Current Folder Type Explained</TITLE>
18724 </HEAD>
18725 <BODY>
18726 <H1>Current Folder Type Explained</H1>
18728 The Current Folder Type is part of the Line Coloring rule's Pattern.
18729 It refers to the type of the folder for which the MESSAGE INDEX is
18730 being viewed.
18731 In order for a rule to be considered a match, the current folder must
18732 be of the type you set here.
18733 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18734 all what you might think.
18736 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18737 example, then
18738 that Pattern will only match if the current folder is a newsgroup and
18739 the rest of the Pattern matches.
18740 The value &quot;Specific&quot; may be used when you want to limit the match
18741 to a specific folder (not just a specific type of folder), or to a list of
18742 specific folders.
18744 In order to match a specific folder you Select the &quot;Specific&quot;
18745 button <EM>AND</EM> fill in
18746 the name (or list of names) of
18747 the folder in the &quot;Folder List&quot; field.
18748 If the current folder is any of the folders in the list, that is considered
18749 a match.
18750 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18751 of the folder (like what appears in your configuration file) or, if the
18752 folder is one of your incoming folders, it may be the nickname you've given
18753 the folder.
18754 Here are a couple samples of specific folder names:
18756 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18758 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18760 The easiest way to fill in the &quot;Folder List&quot; field is to use
18761 the T command that is available when the &quot;Folder List&quot; line is
18762 highlighted.
18763 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18764 Current Folder Type is set to &quot;Specific&quot;, and any value that
18765 &quot;Folder List&quot; has is ignored unless the type
18766 is set to &quot;Specific&quot;.
18768 When reading a newsgroup, there may be a performance penalty
18769 incurred when collecting the information necessary to check a Pattern.
18770 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18771 For example, a rule with a non-Normal Index Line Color
18772 and a Current Folder Type of
18773 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
18774 screen to draw more slowly when in a newsgroup.
18776 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18777 for more information on Patterns.
18779 Look <A HREF="h_edit_nav_cmds">here</A>
18780 to see the available Editing and Navigation commands.
18782 &lt;End of help on this topic&gt;
18783 </BODY>
18784 </HTML>
18785 ======= h_config_filt_fldr_type =======
18786 <HTML>
18787 <HEAD>
18788 <TITLE>Current Folder Type Explained</TITLE>
18789 </HEAD>
18790 <BODY>
18791 <H1>Current Folder Type Explained</H1>
18793 The Current Folder Type is part of the Filtering rule's Pattern.
18794 It refers to the type of the folder for which the filtering is being done.
18795 In order for a rule to be considered a match, the current folder must
18796 be of the type you set here.
18797 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18798 all what you might think.
18800 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18801 example, then
18802 that Pattern will only match if the current folder is a newsgroup and
18803 the rest of the Pattern matches.
18804 The value &quot;Specific&quot; may be used when you want to limit the match
18805 to a specific folder (not just a specific type of folder), or to a list of
18806 specific folders.
18808 In order to match a specific folder you Select the &quot;Specific&quot;
18809 button <EM>AND</EM> fill in
18810 the name (or list of names) of
18811 the folder in the &quot;Folder List&quot; field.
18812 If the current folder is any of the folders in the list, that is considered
18813 a match.
18814 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18815 of the folder (like what appears in your configuration file) or, if the
18816 folder is one of your incoming folders, it may be the nickname you've given
18817 the folder.
18818 Here are a couple samples of specific folder names:
18820 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18822 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18824 The easiest way to fill in the &quot;Folder List&quot; field is to use
18825 the T command that is available when the &quot;Folder List&quot; line is
18826 highlighted.
18827 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18828 Current Folder Type is set to &quot;Specific&quot;, and any value that
18829 &quot;Folder List&quot; has is ignored unless the type
18830 is set to &quot;Specific&quot;.
18832 When reading a newsgroup, there may be a performance penalty
18833 incurred when collecting the information necessary to check a Pattern.
18834 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18835 For example, a rule with a Current Folder Type of either
18836 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
18837 more slowly when opening a newsgroup.
18839 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18840 for more information on Patterns.
18842 Look <A HREF="h_edit_nav_cmds">here</A>
18843 to see the available Editing and Navigation commands.
18845 &lt;End of help on this topic&gt;
18846 </BODY>
18847 </HTML>
18848 ======= h_config_role_stat_imp =======
18849 <HTML>
18850 <HEAD>
18851 <TITLE>Message Important Status Explained</TITLE>
18852 </HEAD>
18853 <BODY>
18854 <H1>Message Important Status Explained</H1>
18856 This part of the Pattern may have one of three possible values.
18857 The default value is &quot;Don't care&quot;, which matches any message.
18858 The other two values are &quot;Yes&quot;, which means the message must be
18859 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
18860 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
18861 to be a match.
18863 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18864 for more information on Patterns.
18866 Look <A HREF="h_edit_nav_cmds">here</A>
18867 to see the available Editing and Navigation commands.
18869 &lt;End of help on this topic&gt;
18870 </BODY>
18871 </HTML>
18872 ======= h_config_role_stat_new =======
18873 <HTML>
18874 <HEAD>
18875 <TITLE>Message New Status Explained</TITLE>
18876 </HEAD>
18877 <BODY>
18878 <H1>Message New Status Explained</H1>
18880 This part of the Pattern may have one of three possible values.
18881 The default value is &quot;Don't care&quot;, which matches any message.
18882 The other two values are &quot;Yes&quot;, which means the message must be
18883 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
18884 means the message must <EM>not</EM> be &quot;New&quot; in order
18885 to be a match.
18886 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
18887 same as <EM>Seen</EM>.
18889 The nomenclature for New and Recent is a bit confusing:
18891 New means that the message is Unseen.
18892 It could have been in your mailbox for a long time but if you haven't looked
18893 at it, it is still considered New.
18894 That matches the default Alpine index display that shows an N for such a
18895 message.
18897 Recent means that the message was added to this folder since the last time
18898 you opened the folder.
18899 Alpine also shows an N by default for these types of messages.
18900 If you were to run two copies of Alpine that opened a folder one right after
18901 the other, a message would only show up as Recent in (at most) the first
18902 Alpine session.
18904 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18905 for more information on Patterns.
18907 Look <A HREF="h_edit_nav_cmds">here</A>
18908 to see the available Editing and Navigation commands.
18910 &lt;End of help on this topic&gt;
18911 </BODY>
18912 </HTML>
18913 ======= h_config_role_stat_recent =======
18914 <HTML>
18915 <HEAD>
18916 <TITLE>Message Recent Status Explained</TITLE>
18917 </HEAD>
18918 <BODY>
18919 <H1>Message Recent Status Explained</H1>
18921 This part of the Pattern may have one of three possible values.
18922 The default value is &quot;Don't care&quot;, which matches any message.
18923 The other two values are &quot;Yes&quot;, which means the message must be
18924 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
18925 means the message must <EM>not</EM> be &quot;Recent&quot; in order
18926 to be a match.
18927 &quot;Recent&quot; means that the message was added to the folder since
18928 the last time the folder was opened.
18929 If more than one mail client has the folder opened, the message will
18930 appear to be &quot;Recent&quot; to only one of the clients.
18932 The nomenclature for New and Recent is a bit confusing:
18934 New means that the message is Unseen.
18935 It could have been in your mailbox for a long time but if you haven't looked
18936 at it, it is still considered New.
18937 That matches the default Alpine index display that shows an N for such a
18938 message.
18940 Recent means that the message was added to this folder since the last time
18941 you opened the folder.
18942 Alpine also shows an N by default for these types of messages.
18943 If you were to run two copies of Alpine that opened a folder one right after
18944 the other, a message would only show up as Recent in (at most) the first
18945 Alpine session.
18947 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18948 for more information on Patterns.
18950 Look <A HREF="h_edit_nav_cmds">here</A>
18951 to see the available Editing and Navigation commands.
18953 &lt;End of help on this topic&gt;
18954 </BODY>
18955 </HTML>
18956 ======= h_config_role_stat_del =======
18957 <HTML>
18958 <HEAD>
18959 <TITLE>Message Deleted Status Explained</TITLE>
18960 </HEAD>
18961 <BODY>
18962 <H1>Message Deleted Status Explained</H1>
18964 This part of the Pattern may have one of three possible values.
18965 The default value is &quot;Don't care&quot;, which matches any message.
18966 The other two values are &quot;Yes&quot;, which means the message must be
18967 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
18968 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
18969 to be a match.
18971 If you are thinking of using this part of the Pattern as a way to prevent
18972 messages from being filtered more than once in a Filter Pattern,
18973 take a look at the Filter Option
18974 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
18975 instead.
18976 It should work better than using this field since it will hide the filtered
18977 messages even if they are already Deleted.
18978 That option is at the bottom of the Filter configuration screen.
18980 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18981 for more information on Patterns.
18983 Look <A HREF="h_edit_nav_cmds">here</A>
18984 to see the available Editing and Navigation commands.
18986 &lt;End of help on this topic&gt;
18987 </BODY>
18988 </HTML>
18989 ======= h_config_role_stat_ans =======
18990 <HTML>
18991 <HEAD>
18992 <TITLE>Message Answered Status Explained</TITLE>
18993 </HEAD>
18994 <BODY>
18995 <H1>Message Answered Status Explained</H1>
18997 This part of the Pattern may have one of three possible values.
18998 The default value is &quot;Don't care&quot;, which matches any message.
18999 The other two values are &quot;Yes&quot;, which means the message must be
19000 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
19001 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
19002 to be a match.
19004 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19005 for more information on Patterns.
19007 Look <A HREF="h_edit_nav_cmds">here</A>
19008 to see the available Editing and Navigation commands.
19010 &lt;End of help on this topic&gt;
19011 </BODY>
19012 </HTML>
19013 ======= h_config_role_abookfrom =======
19014 <HTML>
19015 <HEAD>
19016 <TITLE>Address in Address Book Explained</TITLE>
19017 </HEAD>
19018 <BODY>
19019 <H1>Address in Address Book Explained</H1>
19021 This option gives you a way to match messages that contain an address
19022 that is in one of your address books.
19023 Only the simple entries in your address books are searched.
19024 Address book distribution lists are ignored!
19026 This part of the Pattern may have one of five possible values.
19027 The default value is &quot;Don't care&quot;, which matches any message.
19028 The value &quot;Yes, in any address book&quot; means at least one of the addresses
19029 from the message must be in at least one of your
19030 address books in order to be a match.
19031 The value &quot;No, not in any address book&quot;
19032 means none of the addresses may
19033 be in any of your address books in order to be a match.
19035 The values &quot;Yes, in specific address books&quot; and
19036 &quot;No, not in any of specific address books&quot; are similar but instead
19037 of depending on all address books you are allowed to give a list of address
19038 books to look in.
19039 Usually this would be a single address book but it may be a
19040 list of address books as well.
19041 For each of these &quot;specific&quot; address book options you Select which
19042 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
19043 name (or list of names) of the address book in the
19044 &quot;Abook List&quot; field.
19045 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
19046 The easiest way to fill in the Abook List field it to use
19047 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
19048 line is highlighted.
19049 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
19050 option is set to one of the two &quot;Specific&quot;, values.
19052 The addresses from the message that are checked for are determined by the
19053 setting you have for &quot;Types of addresses to check for in address book&quot;.
19054 If you set this to &quot;From&quot; the From address from the message will
19055 be looked up in the address book.
19056 If you set it to &quot;To&quot; instead then the To addresses will be used.
19057 If any of the To addresses are in the address book then it is considered
19058 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
19059 You could set it to both From and To, in which case all of the From and To
19060 addresses are used.
19061 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
19062 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
19063 exists or the From address if there is no Reply-To address.
19064 Same for the Sender address.
19066 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19067 for more information on Patterns.
19069 Look <A HREF="h_edit_nav_cmds">here</A>
19070 to see the available Editing and Navigation commands.
19072 &lt;End of help on this topic&gt;
19073 </BODY>
19074 </HTML>
19075 ======= h_config_inabook_from =======
19076 <HTML>
19077 <HEAD>
19078 <TITLE>From</TITLE>
19079 </HEAD>
19080 <BODY>
19081 <H1>From</H1>
19083 Setting the From line will cause the address from the From header line
19084 of the message to be checked for in the address book.
19086 &lt;End of help on this topic&gt;
19087 </BODY>
19088 </HTML>
19089 ======= h_config_inabook_replyto =======
19090 <HTML>
19091 <HEAD>
19092 <TITLE>Reply-To</TITLE>
19093 </HEAD>
19094 <BODY>
19095 <H1>Reply-To</H1>
19097 Setting the Reply-To line will cause the address from the Reply-To header line
19098 of the message to be checked for in the address book.
19099 However, if there is no Reply-To header line in the message the From header
19100 line will be used instead.
19101 We understand this is dumb but we don't have an easy way around it.
19103 &lt;End of help on this topic&gt;
19104 </BODY>
19105 </HTML>
19106 ======= h_config_inabook_sender =======
19107 <HTML>
19108 <HEAD>
19109 <TITLE>Sender</TITLE>
19110 </HEAD>
19111 <BODY>
19112 <H1>Sender</H1>
19114 Setting the Sender line will cause the address from the Sender header line
19115 of the message to be checked for in the address book.
19116 However, if there is no Sender header line in the message the From header
19117 line will be used instead.
19118 We understand this is dumb but we don't have an easy way around it.
19120 &lt;End of help on this topic&gt;
19121 </BODY>
19122 </HTML>
19123 ======= h_config_inabook_to =======
19124 <HTML>
19125 <HEAD>
19126 <TITLE>To</TITLE>
19127 </HEAD>
19128 <BODY>
19129 <H1>To</H1>
19131 Setting the To line will cause the address from the To header line
19132 of the message to be checked for in the address book.
19134 &lt;End of help on this topic&gt;
19135 </BODY>
19136 </HTML>
19137 ======= h_config_inabook_cc =======
19138 <HTML>
19139 <HEAD>
19140 <TITLE>CC</TITLE>
19141 </HEAD>
19142 <BODY>
19143 <H1>CC</H1>
19145 Setting the CC line will cause the address from the CC header line
19146 of the message to be checked for in the address book.
19148 &lt;End of help on this topic&gt;
19149 </BODY>
19150 </HTML>
19151 ======= h_config_role_stat_8bitsubj =======
19152 <HTML>
19153 <HEAD>
19154 <TITLE>Raw 8-bit in Subject Explained</TITLE>
19155 </HEAD>
19156 <BODY>
19157 <H1>Raw 8-bit in Subject Explained</H1>
19159 It seems that lots of unwanted email contains unencoded 8-bit characters
19160 in the Subject.
19161 Normally, characters with the 8th bit set are not allowed in the Subject
19162 header unless they are MIME-encoded.
19163 This option gives you a way to match messages that have Subjects that
19164 contain unencoded 8-bit characters.
19166 This part of the Pattern may have one of three possible values.
19167 The default value is &quot;Don't care&quot;, which matches any message.
19168 The other two values are &quot;Yes&quot;, which means the Subject of
19169 the message must contain unencoded 8-bit characters (characters with the
19170 most significant bit set)
19171 in order to be a match; or &quot;No&quot;, which
19172 means the Subject must <EM>not</EM>
19173 contain unencoded 8-bit characters in order to be a match.
19175 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19176 for more information on Patterns.
19178 Look <A HREF="h_edit_nav_cmds">here</A>
19179 to see the available Editing and Navigation commands.
19181 &lt;End of help on this topic&gt;
19182 </BODY>
19183 </HTML>
19184 ======= h_config_role_bom =======
19185 <HTML>
19186 <HEAD>
19187 <TITLE>Beginning of Month</TITLE>
19188 </HEAD>
19189 <BODY>
19190 <H1>Beginning of Month</H1>
19192 This option gives you a limited ability to take different actions depending on whether
19193 this is the first time Alpine has been run this month or not.
19194 Though it would be nice to have such an option available, this is not the
19195 same as whether or not this is the first time a particular folder has been
19196 opened this month.
19197 If you want some action (probably Filtering) to take place in a folder each
19198 month, then you will need to be sure that the folder is opened during the
19199 first Alpine session of the month in order for this option to be helpful.
19201 This part of the Pattern may have one of three possible values.
19202 The default value is &quot;Don't care&quot;, which matches any message.
19203 The other two values are &quot;Yes&quot;, which means this is the first
19204 time Alpine has been run this month;
19205 or &quot;No&quot;, which
19206 means this is not the first time Alpine has been run this month.
19208 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19209 for more information on Patterns.
19211 Here are some technical details.
19212 The way that Alpine decides if it is the beginning of the month or not is
19213 to compare today's date with the date stored in the
19214 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
19215 variable in the config file.
19216 If the month of today's date is later than the month stored in the variable,
19217 then this is considered to be the first time you have run Alpine this month, and
19218 that turns the Beginning of the Month option on.
19220 Look <A HREF="h_edit_nav_cmds">here</A>
19221 to see the available Editing and Navigation commands.
19223 &lt;End of help on this topic&gt;
19224 </BODY>
19225 </HTML>
19226 ======= h_config_role_boy =======
19227 <HTML>
19228 <HEAD>
19229 <TITLE>Beginning of Year</TITLE>
19230 </HEAD>
19231 <BODY>
19232 <H1>Beginning of Year</H1>
19234 This option gives you a limited ability to take different actions depending on whether
19235 this is the first time Alpine has been run this year or not.
19236 Though it would be nice to have such an option available, this is not the
19237 same as whether or not this is the first time a particular folder has been
19238 opened this year.
19239 If you want some action (probably Filtering) to take place in a folder each
19240 year, then you will need to be sure that the folder is opened during the
19241 first Alpine session of the year in order for this option to be helpful.
19243 This part of the Pattern may have one of three possible values.
19244 The default value is &quot;Don't care&quot;, which matches any message.
19245 The other two values are &quot;Yes&quot;, which means this is the first
19246 time Alpine has been run this year;
19247 or &quot;No&quot;, which
19248 means this is not the first time Alpine has been run this year.
19250 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19251 for more information on Patterns.
19253 Here are some technical details.
19254 The way that Alpine decides if it is the beginning of the year or not is
19255 to compare today's date with the date stored in the
19256 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
19257 variable in the config file.
19258 If the year of today's date is later than the year stored in the variable,
19259 then this is considered to be the first time you have run Alpine this year, and
19260 that turns the Beginning of the Year option on.
19262 Look <A HREF="h_edit_nav_cmds">here</A>
19263 to see the available Editing and Navigation commands.
19265 &lt;End of help on this topic&gt;
19266 </BODY>
19267 </HTML>
19268 ======= h_config_role_inick =======
19269 <HTML>
19270 <HEAD>
19271 <TITLE>Initialize Values From Role Explained</TITLE>
19272 </HEAD>
19273 <BODY>
19274 <H1>Initialize Values From Role Explained</H1>
19276 This is a power user feature.
19277 You will usually want to leave this field empty.
19278 The value of this field is the nickname of another one of your roles.
19279 The Action values from that other role
19280 are used as the initial values of the Action items for this role.
19281 If you put something in any of the action fields for this role, that will
19282 override whatever was in the corresponding field of the initializer role.
19284 You might use this field if the &quot;Action&quot; part of one of your roles
19285 is something you want to use in more than one role.
19286 Instead of filling in those action values again for each role, you
19287 may give the nickname of the role where the values are filled in.
19288 It's just a shortcut way to define Role Actions.
19290 Here's an example to help explain how this works.
19291 Suppose you have a role with nickname &quot;role1&quot; and role1 has
19292 (among other things)
19294 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
19296 set.
19297 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
19298 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
19299 from role1 by default (and any of the other inheritable action values
19300 that are set).
19301 So if role2 had
19303 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
19305 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
19306 However, if role2 had
19308 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
19310 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
19312 If you wish,
19313 you may choose a nickname from your list of roles by using the
19314 &quot;T&quot; command.
19315 If the role you are using to initialize also has a role it initializes from,
19316 then that initialization happens first.
19317 That is, inheritance works as expected with the grandparent and
19318 great-grandparent (and so on) roles having the expected effect.
19320 Look <A HREF="h_edit_nav_cmds">here</A>
19321 to see the available Editing and Navigation commands.
19323 &lt;End of help on this topic&gt;
19324 </BODY>
19325 </HTML>
19326 ======= h_config_role_setfrom =======
19327 <HTML>
19328 <HEAD>
19329 <TITLE>Set From Explained</TITLE>
19330 </HEAD>
19331 <BODY>
19332 <H1>Set From Explained</H1>
19334 This describes part of the action to be taken if the Pattern for this
19335 role is a match.
19336 This field consists of a single address that will be used as the From
19337 address on the message you are sending.
19338 This should be a fully-qualified address like
19340 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
19342 or just
19344 <CENTER><SAMP>user@domain</SAMP></CENTER>
19346 If you wish,
19347 you may choose an address from your address book with the
19348 &quot;T&quot; command.
19350 If this is left blank, then your normal From address will be used.
19352 You may also find it useful to add the changed From address to the
19353 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
19354 configuration option.
19356 Look <A HREF="h_edit_nav_cmds">here</A>
19357 to see the available Editing and Navigation commands.
19359 &lt;End of help on this topic&gt;
19360 </BODY>
19361 </HTML>
19362 ======= h_config_role_setreplyto =======
19363 <HTML>
19364 <HEAD>
19365 <TITLE>Set Reply-To Explained</TITLE>
19366 </HEAD>
19367 <BODY>
19368 <H1>Set Reply-To Explained</H1>
19370 This describes part of the action to be taken if the Pattern for this
19371 role is a match.
19372 This field consists of a single address that will be used as the Reply-To
19373 address on the message you are sending.
19374 This may be a fully-qualified address like
19376 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
19378 or just
19380 <CENTER><SAMP>user@domain</SAMP></CENTER>
19382 If you wish,
19383 you may choose an address from your address book with the
19384 &quot;T&quot; command.
19386 If this is left blank, then there won't be a Reply-To address unless
19387 you have configured one specially with the
19388 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
19389 configuration option.
19391 Look <A HREF="h_edit_nav_cmds">here</A>
19392 to see the available Editing and Navigation commands.
19394 &lt;End of help on this topic&gt;
19395 </BODY>
19396 </HTML>
19397 ======= h_config_role_setfcc =======
19398 <HTML>
19399 <HEAD>
19400 <TITLE>Set Fcc Explained</TITLE>
19401 </HEAD>
19402 <BODY>
19403 <H1>Set Fcc Explained</H1>
19405 This describes part of the action to be taken if the Pattern for this
19406 role is a match.
19407 This field consists of a single folder name that will be used in
19408 the Fcc field of the message you are sending.
19409 You may put anything here that you would normally type into the Fcc
19410 field from the composer.
19412 In addition, an fcc of &quot;&quot; (two double quotation marks) means
19413 no Fcc.
19415 A blank field here means that Alpine will use its normal rules for deciding
19416 the default value of the Fcc field.
19417 For many roles, perhaps most, it may make more sense for you to use the
19418 other Alpine facilities for setting the Fcc.
19419 In particular, if you want the Fcc to depend on who you are sending the
19420 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
19421 is probably more useful.
19422 In that case, you would want to leave the Fcc field here blank.
19423 However, if you have a role that depends on who the message you are replying
19424 to was From, or what address that message was sent to;
19425 then it might make sense to set the Fcc for that role here.
19427 If you wish,
19428 you may choose a folder from your folder collections by using the
19429 &quot;T&quot; command.
19431 Look <A HREF="h_edit_nav_cmds">here</A>
19432 to see the available Editing and Navigation commands.
19434 &lt;End of help on this topic&gt;
19435 </BODY>
19436 </HTML>
19437 ======= h_config_role_usesmtp =======
19438 <HTML>
19439 <HEAD>
19440 <TITLE>Use SMTP Server Explained</TITLE>
19441 </HEAD>
19442 <BODY>
19443 <H1>Use SMTP Server Explained</H1>
19445 This describes part of the action to be taken if the Pattern for this
19446 role is a match.
19447 If this field has a value, then it will be used as the SMTP server
19448 to send mail when this role is being used (unless the SMTP server variable
19449 is set in the system-wide fixed configuration file).
19450 It has the same semantics as the
19451 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
19452 variable in the Setup/Config screen.
19454 If you are using this to post from home when you are at home and from
19455 work when you are at work you need to be careful about postponing messages.
19456 When you postpone a composition that was using a role with this variable
19457 set, the SMTP server list will be saved
19458 with the postponed composition.
19459 It cannot be changed later.
19460 Because of this, you may want to make this a list of SMTP servers
19461 with the preferred server at the front of the list and alternate servers
19462 later in the list.
19463 In your &quot;Home&quot; role you would put the home SMTP server first and
19464 the work SMTP server last.
19465 In your &quot;Work&quot; role you would put the work SMTP server first and
19466 the home SMTP server last.
19467 Then if you start a composition as &quot;Work&quot;, postpone
19468 it, and then later resume it from home the work SMTP server will fail but
19469 the home SMTP server later in the list will succeed.
19471 You may be able to simplify things by making the regular
19472 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
19473 variable in the Setup/Config screen a list instead of using roles
19474 to set the SMTP server.
19477 Look <A HREF="h_edit_nav_cmds">here</A>
19478 to see the available Editing and Navigation commands.
19480 &lt;End of help on this topic&gt;
19481 </BODY>
19482 </HTML>
19483 ======= h_config_role_usenntp =======
19484 <HTML>
19485 <HEAD>
19486 <TITLE>Use NNTP Server Explained</TITLE>
19487 </HEAD>
19488 <BODY>
19489 <H1>Use NNTP Server Explained</H1>
19491 This describes part of the action to be taken if the Pattern for this
19492 role is a match.
19493 If this field has a value, then it will be used as the NNTP server
19494 to post to newsgroups when this role is being used (unless the NNTP server
19495 variable
19496 is set in the system-wide fixed configuration file).
19497 It has the same semantics as the
19498 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
19499 variable in the Setup/Config screen.
19501 This role setting can facilitate posting to the right nntp server for someone
19502 who reads news from various news sources.  The feature
19503 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
19504 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
19505 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
19506 nntp servers for roles may be more desirable for some people.
19508 If you are using this to post from home when you are at home and from
19509 work when you are at work you need to be careful about postponing messages.
19510 When you postpone a composition that was using a role with this variable
19511 set, the NNTP server list will be saved
19512 with the postponed composition.
19513 It cannot be changed later.
19514 Because of this, you may want to make this a list of NNTP servers
19515 with the preferred server at the front of the list and alternate servers
19516 later in the list.
19517 In your &quot;Home&quot; role you would put the home NNTP server first and
19518 the work NNTP server last.
19519 In your &quot;Work&quot; role you would put the work NNTP server first and
19520 the home NNTP server last.
19521 Then if you start a composition as &quot;Work&quot;, postpone
19522 it, and then later resume it from home the work NNTP server will fail but
19523 the home NNTP server later in the list will succeed.
19525 You may be able to simplify things by making the regular
19526 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
19527 variable in the Setup/Config screen a list instead of using roles
19528 to set the NNTP server.
19531 Look <A HREF="h_edit_nav_cmds">here</A>
19532 to see the available Editing and Navigation commands.
19534 &lt;End of help on this topic&gt;
19535 </BODY>
19536 </HTML>
19537 ======= h_config_role_setotherhdr =======
19538 <HTML>
19539 <HEAD>
19540 <TITLE>Set Other Headers Explained</TITLE>
19541 </HEAD>
19542 <BODY>
19543 <H1>Set Other Headers Explained</H1>
19545 This describes part of the action to be taken if the Pattern for this
19546 role is a match.
19547 This field gives you a way to set values for headers besides
19548 &quot;From&quot; and &quot;Reply-To&quot;.
19549 If you want to set either of those, use the specific
19550 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
19552 This field is similar to the
19553 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
19554 Each header you specify here must include the header tag 
19555 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
19556 and may optionally include a value for that header.
19557 In order to see these headers when you compose using this role you 
19558 must use the rich header
19559 <!--chtml if pinemode="function_key"-->(F5)
19560 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
19561 Here's an example that shows how you might set the To address.
19563 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
19565 Headers set in this way are different from headers set with the
19566 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
19567 will replace any value that already exists.
19568 For example, if you are Replying to a message there will already be at
19569 least one address in the To header (the address you are Replying to).
19570 However, if you Reply using a role that sets the To header, that role's
19571 To header value will be used instead.
19573 Limitation: Because commas are used to separate the list of
19574 Other Headers, it is not possible to have the value of a
19575 header contain a comma;
19576 nor is there currently an &quot;escape&quot; mechanism provided
19577 to make this work.
19579 Look <A HREF="h_edit_nav_cmds">here</A>
19580 to see the available Editing and Navigation commands.
19582 &lt;End of help on this topic&gt;
19583 </BODY>
19584 </HTML>
19585 ======= h_config_role_setlitsig =======
19586 <HTML>
19587 <HEAD>
19588 <TITLE>Set Literal Signature Explained</TITLE>
19589 </HEAD>
19590 <BODY>
19591 <H1>Set Literal Signature Explained</H1>
19593 This describes part of the action to be taken if the Pattern for this
19594 role is a match.
19595 This field contains the actual text for your signature, as opposed to
19596 the name of a file containing your signature.
19597 If this is defined it takes precedence over any value set in the
19598 &quot;Set Signature&quot; field.
19600 This is simply a different way to store the signature.
19601 The signature is stored inside your Alpine configuration file instead of in
19602 a separate file.
19603 Tokens work the same way they do with
19604 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
19605 help text there for more information.
19608 The two character sequence &#92;n (backslash followed by
19609 the character n) will be used to signify a line-break in your signature.
19610 You don't have to enter the &#92;n, but it will be visible in the
19611 CHANGE THIS ROLE RULE window after you are done editing the signature.
19613 Look <A HREF="h_edit_nav_cmds">here</A>
19614 to see the available Editing and Navigation commands.
19616 &lt;End of help on this topic&gt;
19617 </BODY>
19618 </HTML>
19619 ======= h_config_role_setsig =======
19620 <HTML>
19621 <HEAD>
19622 <TITLE>Set Signature Explained</TITLE>
19623 </HEAD>
19624 <BODY>
19625 <H1>Set Signature Explained</H1>
19627 This describes part of the action to be taken if the Pattern for this
19628 role is a match.
19630 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
19631 option from Setup/Config
19632 or the &quot;Set LiteralSig&quot; option for this role are defined,
19633 then this option will be ignored.
19634 You can tell that that is the case because the value of this
19635 option will show up as
19637 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
19639 You may either use all Literal Signatures (signatures stored in your
19640 configuration file) throughout Alpine, or all signature files.
19641 You can't mix the two.
19643 This field consists of a filename that will be used as the signature
19644 file when using this role.
19646 If the filename is followed by a vertical bar (|) then instead
19647 of reading the contents of the file the file is assumed to be a
19648 program that will produce the text to be used on its standard output.
19649 The program can't have any arguments and doesn't receive any input from Alpine,
19650 but the rest of the processing works as if the contents came from a file.
19652 Instead of storing the data in a local file, the
19653 signature data may be stored remotely in an IMAP folder.
19654 In order to do this, 
19655 you must use a remote name for the signature.
19656 A remote signature name might look like:
19658 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
19661 The syntax used here is the same as the syntax used for a remote
19662 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
19663 Note that you may not access an existing signature file remotely,
19664 you have to create a new <EM>folder</EM> that contains the signature data.
19665 If the name you use here for the signature data is a remote name, then when
19666 you edit the file using the &quot;F&quot; command the data will
19667 be saved remotely in the folder.
19668 You aren't required to do anything special to create the folder, it
19669 gets created if you use a remote name.
19672 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
19673 the name of the file) you have specified.
19674 If you type &quot;T&quot; you may use a browser to choose an existing filename.
19676 Besides containing regular text, a signature file may also
19677 contain (or a signature program may produce) tokens that are replaced with text
19678 that depends on the message you are replying to or forwarding.
19679 The tokens all look like _word_ (a word surrounded by underscores).
19680 For example, if the token
19682 <CENTER><SAMP>_DATE_</SAMP></CENTER>
19684 is included in the text of the signature file, then when you reply to
19685 or forward a message, the token will be replaced with the actual date
19686 the message you are replying to or forwarding was sent.
19688 If you use a role that has a signature file for a plain composition
19689 (that is, not a reply or forward) then there is no original message, so
19690 any tokens that depend on the message will be replaced with nothing.
19691 So if you want a signature file to be useful for new compositions it
19692 shouldn't include any of the tokens that depend on the message being
19693 replied to or forwarded.
19695 The list of available tokens is
19696 <A HREF="h_index_tokens">here</A>.
19698 Actually, for the adventurous, there is a way to conditionally include text based
19699 on whether or not a token would result in specific replacement text.
19700 For example, you could include some text based on whether or not
19701 the _NEWS_ token would result in any newsgroups if it was used.
19702 It's explained in detail
19703 <A HREF="h_reply_token_conditionals">here</A>.
19705 In the very unlikely event that you want to include a literal token in
19706 a signature file, you must precede it with a backslash character.
19707 For example, to include the literal text _DATE_ you must actually use
19708 &#92;_DATE_.
19709 It is not possible to have a literal backslash followed by an expanded token.
19711 A blank field here means that Alpine will use its normal rules for deciding
19712 which file (if any) to use for the signature file.
19714 An alternate method for storing the signature is available in
19715 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
19717 Look <A HREF="h_edit_nav_cmds">here</A>
19718 to see the available Editing and Navigation commands.
19720 &lt;End of help on this topic&gt;
19721 </BODY>
19722 </HTML>
19723 ======= h_config_role_settempl =======
19724 <HTML>
19725 <HEAD>
19726 <TITLE>Set Template Explained</TITLE>
19727 </HEAD>
19728 <BODY>
19729 <H1>Set Template Explained</H1>
19731 This describes part of the action to be taken if the Pattern for this
19732 role is a match.
19733 This field consists of a filename that will be used as the template
19734 file when using this role.
19735 The template file is a file that is included at the top of the message you
19736 are composing.
19738 If the filename is followed by a vertical bar (|) then instead
19739 of reading the contents of the file the file is assumed to be a
19740 program that will produce the text to be used on its standard output.
19741 The program can't have any arguments and doesn't receive any input from Alpine,
19742 but the rest of the processing works as if the contents came from a file.
19744 Instead of storing the data in a local file, the
19745 template may be stored remotely in an IMAP folder.
19746 In order to do this, 
19747 you must use a remote name for the template.
19748 A remote template name might look like:
19750 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
19753 The syntax used here is the same as the syntax used for a remote
19754 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
19755 Note that you may not access an existing template file remotely,
19756 you have to create a new <EM>folder</EM> that contains the template data.
19757 If the name you use here for the template is a remote name, then when
19758 you edit the file using the &quot;F&quot; command the data will
19759 be saved remotely in the folder.
19760 You aren't required to do anything special to create the folder, it
19761 gets created if you use a remote name.
19763 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
19764 the name of the file) you have specified.
19765 If you type &quot;T&quot; you may use a browser to choose an existing filename.
19767 Besides containing regular text, the template file may also
19768 contain (or a template file program may produce) tokens that are replaced with text
19769 that depends on the message you are replying to or forwarding.
19770 The tokens all look like _word_ (a word surrounded by underscores).
19771 For example, if the token
19773 <CENTER><SAMP>_DATE_</SAMP></CENTER>
19775 is included in the text of the template file, then when you reply to
19776 or forward a message, the token will be replaced with the actual date
19777 the message you are replying to or forwarding was sent.
19779 If you use a role that has a template file for a plain composition
19780 (that is, not a reply or forward) then there is no original message, so
19781 any tokens that depend on the message will be replaced with nothing.
19782 So if you want a template file to be useful for new compositions it
19783 shouldn't include any of the tokens that depend on the message being
19784 replied to or forwarded.
19786 The list of available tokens is
19787 <A HREF="h_index_tokens">here</A>.
19789 Actually, for the adventurous, there is a way to conditionally include text based
19790 on whether or not a token would result in specific replacement text.
19791 For example, you could include some text based on whether or not
19792 the _NEWS_ token would result in any newsgroups if it was used.
19793 It's explained in detail
19794 <A HREF="h_reply_token_conditionals">here</A>.
19796 In the very unlikely event that you want to include a literal token in
19797 a template file, you must precede it with a backslash character.
19798 For example, to include the literal text _DATE_ you must actually use
19799 &#92;_DATE_.
19800 It is not possible to have a literal backslash followed by an expanded token.
19802 A blank template field means that Alpine will not use a template file when
19803 this role is being used.
19805 Look <A HREF="h_edit_nav_cmds">here</A>
19806 to see the available Editing and Navigation commands.
19808 &lt;End of help on this topic&gt;
19809 </BODY>
19810 </HTML>
19811 ======= h_config_filt_stat_imp =======
19812 <HTML>
19813 <HEAD>
19814 <TITLE>Set Important Status Explained</TITLE>
19815 </HEAD>
19816 <BODY>
19817 <H1>Set Important Status Explained</H1>
19819 This describes part of the action to be taken if the Pattern for this
19820 filter is a match.
19821 If set to &quot;Don't change it&quot; then this does nothing.
19822 If set to &quot;Set this state&quot; then the Important flag is set
19823 for the matching message.
19824 If set to &quot;Clear this state&quot; then the Important flag is cleared
19825 for the matching message.
19826 The important flag usually causes an asterisk to show up in the MESSAGE
19827 INDEX.
19828 It may also be useful when selecting a set of messages
19829 with the Select command.
19831 Look <A HREF="h_edit_nav_cmds">here</A>
19832 to see the available Editing and Navigation commands.
19834 &lt;End of help on this topic&gt;
19835 </BODY>
19836 </HTML>
19837 ======= h_config_filt_stat_new =======
19838 <HTML>
19839 <HEAD>
19840 <TITLE>Set New Status Explained</TITLE>
19841 </HEAD>
19842 <BODY>
19843 <H1>Set New Status Explained</H1>
19845 This describes part of the action to be taken if the Pattern for this
19846 filter is a match.
19847 If set to &quot;Don't change it&quot; then this does nothing.
19848 If set to &quot;Set this state&quot; then the
19849 matching message is marked New.
19850 If set to &quot;Clear this state&quot; then the
19851 matching message is marked Seen.
19853 Look <A HREF="h_edit_nav_cmds">here</A>
19854 to see the available Editing and Navigation commands.
19856 &lt;End of help on this topic&gt;
19857 </BODY>
19858 </HTML>
19859 ======= h_config_filt_stat_ans =======
19860 <HTML>
19861 <HEAD>
19862 <TITLE>Set Answered Status Explained</TITLE>
19863 </HEAD>
19864 <BODY>
19865 <H1>Set Answered Status Explained</H1>
19867 This describes part of the action to be taken if the Pattern for this
19868 filter is a match.
19869 If set to &quot;Don't change it&quot; then this does nothing.
19870 If set to &quot;Set this state&quot; then the Answered flag is set
19871 for the matching message.
19872 If set to &quot;Clear this state&quot; then the Answered flag is cleared
19873 for the matching message.
19875 Look <A HREF="h_edit_nav_cmds">here</A>
19876 to see the available Editing and Navigation commands.
19878 &lt;End of help on this topic&gt;
19879 </BODY>
19880 </HTML>
19881 ======= h_config_filt_stat_del =======
19882 <HTML>
19883 <HEAD>
19884 <TITLE>Set Deleted Status Explained</TITLE>
19885 </HEAD>
19886 <BODY>
19887 <H1>Set Deleted Status Explained</H1>
19889 This describes part of the action to be taken if the Pattern for this
19890 filter is a match.
19891 If set to &quot;Don't change it&quot; then this does nothing.
19892 If set to &quot;Set this state&quot; then the
19893 matching message is marked Deleted.
19894 If set to &quot;Clear this state&quot; then the
19895 matching message is marked UnDeleted.
19897 You should not use this option unless you are prepared to have matching
19898 messages expunged from the folder permanently.
19899 For example, if you type the Expunge command, this filter is applied
19900 before the expunge, so matching messages will be marked Deleted and then
19901 will be permanently expunged from the folder.
19902 However, since the index isn't redrawn in between the time that the message
19903 is marked Deleted and the time that you are asked to expunge, the only
19904 indication that you are expunging the message comes in the number of messages
19905 being expunged.
19906 The same thing may happen when you close a folder.
19907 It is also possible that an expunge not initiated by you will
19908 delete matching messages.
19910 Look <A HREF="h_edit_nav_cmds">here</A>
19911 to see the available Editing and Navigation commands.
19913 &lt;End of help on this topic&gt;
19914 </BODY>
19915 </HTML>
19916 ======= h_config_role_scoreval =======
19917 <HTML>
19918 <HEAD>
19919 <TITLE>Score Value Explained</TITLE>
19920 </HEAD>
19921 <BODY>
19922 <H1>Score Value Explained</H1>
19924 A message's score is the sum of the Score Values from all of the Scoring rules
19925 with Patterns that match the message.
19926 The value you give here is the Score Value associated with this rule.
19927 A Score Value is an integer between -100 and 100, with the default
19928 value of zero.
19930 Alternatively, if the
19931 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
19932 field is defined
19933 (on the line right below the &quot;Score Value&quot; field)
19934 then the &quot;Score Value&quot; is ignored and
19935 the &quot;Score From Header&quot; field is used instead.
19937 Look <A HREF="h_edit_nav_cmds">here</A>
19938 to see the available Editing and Navigation commands.
19940 &lt;End of help on this topic&gt;
19941 </BODY>
19942 </HTML>
19943 ======= h_config_role_scorehdrtok =======
19944 <HTML>
19945 <HEAD>
19946 <TITLE>Score Value From Header Explained</TITLE>
19947 </HEAD>
19948 <BODY>
19949 <H1>Score Value From Header Explained</H1>
19951 This option provides a way to use a number that appears in the headers of your
19952 messages as the message's score, or as a component of that score.
19953 If this field is defined then it is used instead of the &quot;Score Value&quot;.
19954 The idea behind this option is that there may be a score embedded in the
19955 headers of messages that has already been calculated outside of Alpine.
19956 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
19957 somewhere in that header there is a score.
19959 The value for this option is the name of the header followed by parentheses
19960 with two arguments inside:
19962 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
19964 No space is allowed between the comma and the start of the field_separators.
19965 It would be interpreted as the first separator if it was there.
19966 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
19967 starts after that and goes to the second separator, and so on.
19968 It's easier to explain with examples.
19970 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
19972 In the above example the header that is used is the &quot;X-Spam&quot; header.
19973 The value of that header (the part after the colon and the space) is split
19974 into fields separated by spaces.
19976 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
19978 The second field is selected and converted to an integer. It only makes sense
19979 if Field2 really is an integer.
19981 Here's an example of a SpamAssassin header.
19982 The exact look of the header will vary, but if your incoming mail
19983 contains headers that look like the following
19985 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
19987 you might want to use the hits value as a score.
19988 Since the score is an integer value you can't make use of the decimal part of
19989 the number, but
19990 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
19991 and &quot;.&quot; as your separators.
19993 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
19995 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
19996 hits.
19997 The second field is &quot;10&quot; so the score value would be 10.
19999 Another example we've seen has headers that look like
20001 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
20003 Because there are two equals before the 7% the value
20005 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
20007 should capture the probability as the score.
20009 The Score From Header scoring value actually works just like the
20010 regular Score Value in that the rest of the pattern has to match before
20011 it is used and the scores from all the different scoring rules that
20012 match for a particular message are added together.
20013 When using the Score From Header method it may (or may not) make sense to
20014 use only a single scoring rule with a pattern that matches every message.
20016 Look <A HREF="h_edit_nav_cmds">here</A>
20017 to see the available Editing and Navigation commands.
20019 &lt;End of help on this topic&gt;
20020 </BODY>
20021 </HTML>
20022 ======= h_config_role_replyuse =======
20023 <HTML>
20024 <HEAD>
20025 <TITLE>Reply Use Explained</TITLE>
20026 </HEAD>
20027 <BODY>
20028 <H1>Reply Use Explained</H1>
20030 This option determines how this particular role will be used when Replying
20031 to a message.
20032 There are three possible values for this option.
20033 The value &quot;Never&quot;
20034 means that this role will not be a candidate for use when Replying.
20035 The role's Pattern will not be checked for a match, however the role will
20036 be available to be manually switched to if there is a confirmation prompt.
20039 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
20040 mean that you do want to consider this role when Replying.
20041 For either of these settings, the role's Pattern will be compared with
20042 the message being replied to.
20043 If there is a match then this role will either be used without confirmation
20044 or will be the default when confirmation is asked for, depending on
20045 which of the two options is selected.
20046 If confirmation is requested, you will also have a chance to
20047 manually change the role to any one of your other roles.
20050 You won't be prompted for confirmation if none of your role Patterns
20051 match the message being replied to.
20052 This is independent of the value of the current option.
20053 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
20054 feature may be used to change this behavior.
20056 &lt;End of help on this topic&gt;
20057 </BODY>
20058 </HTML>
20059 ======= h_config_role_forwarduse =======
20060 <HTML>
20061 <HEAD>
20062 <TITLE>Forward Use Explained</TITLE>
20063 </HEAD>
20064 <BODY>
20065 <H1>Forward Use Explained</H1>
20067 This option determines how this particular role will be used when Forwarding
20068 a message.
20069 There are three possible values for this option.
20070 The value &quot;Never&quot;
20071 means that this role will not be a candidate for use when Forwarding.
20072 The role's Pattern will not be checked for a match, however the role will
20073 be available to be manually switched to if there is a confirmation prompt.
20076 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
20077 mean that you do want to consider this role when Forwarding.
20078 For either of these settings, the role's Pattern will be compared with
20079 the message being forwarded.
20080 If there is a match then this role will either be used without confirmation
20081 or will be the default when confirmation is asked for, depending on
20082 which of the two options is selected.
20083 If confirmation is requested, you will also have a chance to
20084 manually change the role to any one of your other roles.
20087 You won't be prompted for confirmation if none of your role Patterns
20088 match the message being forwarded.
20089 This is independent of the value of the current option.
20090 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
20091 feature may be used to change this behavior.
20093 &lt;End of help on this topic&gt;
20094 </BODY>
20095 </HTML>
20096 ======= h_config_role_composeuse =======
20097 <HTML>
20098 <HEAD>
20099 <TITLE>Compose Use Explained</TITLE>
20100 </HEAD>
20101 <BODY>
20102 <H1>Compose Use Explained</H1>
20104 This option determines how this particular role will be used when Composing
20105 a new message using the &quot;Compose&quot; command.
20106 This does not affect what happens when using the &quot;Role&quot; command
20107 to compose a new message.
20108 The &quot;Role&quot; command allows you to select a role from all of the
20109 roles you have defined, regardless of what Uses you've assigned to those
20110 roles.
20113 There are three possible values for this option.
20114 The value &quot;Never&quot;
20115 means that this role will not be a candidate for use when Composing.
20116 The role's Current Folder Type will not be checked for a match, however the role
20117 will be available to be manually switched to if there is a confirmation prompt.
20120 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
20121 mean that you do want to consider this role when Composing.
20122 For either of these settings,
20123 the role's Current Folder Type will be checked (since there is no message
20124 to compare with, the rest of the Pattern is considered a match).
20125 If there is a match then this role will either be used without confirmation
20126 or will be the default when confirmation is asked for, depending on
20127 which of the two options is selected.
20128 If confirmation is requested, you will also have a chance to
20129 manually change the role to any one of your other roles.
20132 When using the Compose command the role checking is a little different
20133 because there is no message being replied to or forwarded.
20134 Because of this the Current Folder Type is checked but the header pattern
20135 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
20136 A role is considered to be a match if it is a candidate for Compose Use and
20137 its Current Folder Type matches the currently open folder.
20138 This could be useful if you want to set a role based on the folder you
20139 are reading, or the type of folder you are reading.
20142 You won't be prompted for confirmation if none of your role Patterns
20143 are a match.
20144 This is independent of the value of the current option.
20145 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
20146 feature may be used to change this behavior.
20148 &lt;End of help on this topic&gt;
20149 </BODY>
20150 </HTML>
20151 ======= h_config_filter_folder =======
20152 <HTML>
20153 <HEAD>
20154 <TITLE>Filter Folder Explained</TITLE>
20155 </HEAD>
20156 <BODY>
20157 <H1>Filter Folder Explained</H1>
20159 When the Filter Action is set to &quot;Move&quot;,
20160 the folder or folders specified here will be used to store messages matching
20161 the provided pattern.
20164 If you set the Filter Action to &quot;Move&quot; you must give a folder name
20165 here.
20168 If you wish,
20169 you may choose a folder from your folder collections by using the
20170 &quot;T&quot; command.
20172 Besides regular text, the folder name may also contain
20173 tokens that are replaced with text representing the current date
20174 when you run Alpine.
20175 For example, if the folder name you use is
20177 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
20179 that is replaced with something like
20181 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
20185 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
20187 becomes
20189 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
20191 The token names must be surrounded by underscores in order to be recognized
20192 as tokens.
20193 The tokens that may be used are those that are derived from the current date.
20194 They're listed near the bottom of the list of tokens give
20195 <A HREF="h_index_tokens">here</A>.
20197 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
20198 for more information on Patterns.
20200 Look <A HREF="h_edit_nav_cmds">here</A>
20201 to see the available Editing and Navigation commands.
20203 &lt;End of help on this topic&gt;
20204 </BODY>
20205 </HTML>
20206 ======= h_config_filter_kw_set =======
20207 <HTML>
20208 <HEAD>
20209 <TITLE>Set These Keywords Explained</TITLE>
20210 </HEAD>
20211 <BODY>
20212 <H1>Set These Keywords Explained</H1>
20214 This describes part of the action to be taken if the Pattern for this
20215 filter is a match.
20216 Read a little about keywords in the help text for the
20217 <A HREF="h_common_flag">Flag</A> command.
20218 This option is a list of keywords that will be Set when there is a match.
20219 If you wish, you may choose keywords from the list of keywords you have
20220 defined with the &quot;T&quot; command.
20221 You may add new keywords by defining them in the
20222 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
20223 If you have given a keyword a nickname when configuring it,
20224 that nickname may be used instead of the actual keyword.
20227 Look <A HREF="h_edit_nav_cmds">here</A>
20228 to see the available Editing and Navigation commands.
20230 &lt;End of help on this topic&gt;
20231 </BODY>
20232 </HTML>
20233 ======= h_config_filter_kw_clr =======
20234 <HTML>
20235 <HEAD>
20236 <TITLE>Clear These Keywords Explained</TITLE>
20237 </HEAD>
20238 <BODY>
20239 <H1>Clear These Keywords Explained</H1>
20241 This describes part of the action to be taken if the Pattern for this
20242 filter is a match.
20243 Read a little about keywords in the help text for the
20244 <A HREF="h_common_flag">Flag</A> command.
20245 This option is a list of keywords that will be Cleared when there is a match.
20246 If you wish, you may choose keywords from the list of keywords you have
20247 defined with the &quot;T&quot; command.
20248 You may add new keywords by defining them in the
20249 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
20250 If you have given a keyword a nickname when configuring it,
20251 that nickname may be used instead of the actual keyword.
20254 Look <A HREF="h_edit_nav_cmds">here</A>
20255 to see the available Editing and Navigation commands.
20257 &lt;End of help on this topic&gt;
20258 </BODY>
20259 </HTML>
20260 ======= h_index_tokens =======
20261 <HTML>
20262 <HEAD>
20263 <TITLE>Tokens for Index and Replying</TITLE>
20264 </HEAD>
20265 <BODY>
20267 This set of special tokens may be used in the
20268 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
20269 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
20270 in signature files,
20271 in template files used in
20272 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
20273 that is the target of a Filter Rule.
20274 Some of them aren't available in all situations.
20276 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
20277 option, but they must be surrounded by underscores for the
20278 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
20279 and in the target of Filter Rules.
20283 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
20285 <DL>
20286 <DT>SUBJECT</DT>
20287 <DD>
20288 This token represents the Subject the sender gave the message.
20289 Alternatives for use in the index screen are SHORTSUBJECT,
20290 SUBJKEY, SHORTSUBJKEY, SUBJKEYINIT, SHORTSUBJKEYINIT, SUBJECTTEXT, 
20291 SUBJKEYTEXT, and SUBJKEYINITTEXT.
20292 You may color the subject text in the MESSAGE INDEX screen differently by using the
20293 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
20294 <A HREF="h_config_index_opening_color">Index Opening Color</A>
20295 options available from
20296 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20297 </DD>
20299 <DT>FROM</DT>
20300 <DD>
20301 This token represents the personal name (or email address if the name
20302 is unavailable) of the person specified in the message's &quot;From:&quot;
20303 header field.
20304 You may color the from text in the MESSAGE INDEX screen differently by using the
20305 <A HREF="h_config_index_from_color">Index From Color</A>
20306 option available from
20307 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20308 </DD>
20310 <DT>ADDRESS</DT>
20311 <DD>
20312 This is similar to the &quot;FROM&quot; token, only it is always the
20313 email address, never the personal name.
20314 For example, &quot;mailbox@domain&quot;.
20315 </DD>
20317 <DT>MAILBOX</DT>
20318 <DD>
20319 This is the same as the &quot;ADDRESS&quot; except that the 
20320 domain part of the address is left off.
20321 For example, &quot;mailbox&quot;.
20322 </DD>
20324 <DT>SENDER</DT>
20325 <DD>
20326 This token represents the personal name (or email address) of the person
20327 listed in the message's &quot;Sender:&quot; header field.
20328 </DD>
20330 <DT>TO</DT>
20331 <DD>
20332 This token represents the personal names (or email addresses if the names
20333 are unavailable) of the persons specified in the
20334 message's &quot;To:&quot; header field.
20335 </DD>
20337 <DT>NEWSANDTO</DT>
20338 <DD>
20339 This token represents the newsgroups from the
20340 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
20341 the personal names (or email addresses if the names
20342 are unavailable) of the persons specified in the
20343 message's &quot;To:&quot; header field.
20344 </DD>
20346 <DT>TOANDNEWS</DT>
20347 <DD>
20348 Same as &quot;NEWSANDTO&quot; except in the opposite order.
20349 </DD>
20351 <DT>NEWS</DT>
20352 <DD>
20353 This token represents the newsgroups from the
20354 message's &quot;Newsgroups:&quot; header field.
20355 </DD>
20357 <DT>CC</DT>
20358 <DD>
20359 This token represents the personal names (or email addresses if the names
20360 are unavailable) of the persons specified in the
20361 message's &quot;Cc:&quot; header field.
20362 </DD>
20364 <DT>RECIPS</DT>
20365 <DD>
20366 This token represents the personal names (or email addresses if the names
20367 are unavailable) of the persons specified in both the
20368 message's &quot;To:&quot; header field and
20369 the message's &quot;Cc:&quot; header field.
20370 </DD>
20372 <DT>NEWSANDRECIPS</DT>
20373 <DD>
20374 This token represents the newsgroups from the
20375 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
20376 the personal names (or email addresses if the names
20377 are unavailable) of the persons specified in the
20378 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
20379 </DD>
20381 <DT>RECIPSANDNEWS</DT>
20382 <DD>
20383 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
20384 </DD>
20386 <DT>INIT</DT>
20387 <DD>
20388 This token represents the initials from the personal name
20389 of the person specified in the message's &quot;From:&quot;
20390 header field.
20391 If there is no personal name, it is blank.
20392 </DD>
20394 <DT>DATE</DT>
20395 <DD>
20396 This token represents the date on which the message was sent, according
20397 to the &quot;Date&quot; header field.
20398 It has the format MMM DD. For example, &quot;Oct 23&quot;.
20399 The feature
20400 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
20401 which adjusts for the timezone the message was sent from,
20402 may have an effect on the value of this token as well as the values of
20403 all of the other DATE or TIME tokens.
20404 Some of the DATE and TIME tokens are displayed in a locale-specific
20405 way unless the option
20406 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
20407 </DD>
20409 <DT>SMARTDATE</DT>
20410 <DD>
20411 This token represents the date on which the message was sent, according
20412 to the &quot;Date&quot; header field.
20413 It is &quot;Today&quot; if the message was sent today,
20414 &quot;Yesterday&quot; for yesterday,
20415 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
20416 message is from last year and is more than six months old it includes the year, as well.
20417 See the SMARTDATE alternatives below, as well.
20418 </DD>
20420 <DT>SMARTTIME</DT>
20421 <DD>
20422 This token represents the most relevant elements of the date on which
20423 the message was sent (according to the &quot;Date&quot; header field),
20424 in a compact form. If the message was sent today, only the time is used
20425 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
20426 the past week, the day of the week and the hour are used
20427 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
20428 given as date, month, and year (e.g. &quot;23Aug00&quot;,
20429 &quot;9Apr98&quot;).
20430 </DD>
20432 <DT>SMARTTIME24</DT>
20433 <DD>
20434 This token has the structure &quot;day hour:minute&quot;
20435 (e.g. &quot;Sun 19:03&quot;) for messages dated less than a week
20436 from the current date, or &quot;month day&quot; (e.g.
20437 &quot;Nov 23&quot;) for messages dated less than 6 months
20438 ago, or &quot;day/month/year&quot; (e.g &quot;06/Jan/16&quot;)
20439 for messages dated more than 6 months ago. It uses 9 characters
20440 of the width of the screen, and it left aligned.
20441 </DD>
20443 <DT>SMARTDATETIME</DT>
20444 <DD>
20445 This is a combination of SMARTDATE and SMARTTIME.
20446 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
20447 case it is SMARTTIME.
20448 See the SMARTDATETIME alternatives below, as well.
20449 </DD>
20451 <DT>DATEISO</DT>
20452 <DD>
20453 This token represents the date on which the message was sent, according
20454 to the &quot;Date&quot; header field.
20455 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
20456 </DD>
20458 <DT>SHORTDATEISO</DT>
20459 <DD>
20460 This token represents the date on which the message was sent, according
20461 to the &quot;Date&quot; header field.
20462 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
20463 </DD>
20465 <DT>SHORTDATE1</DT>
20466 <DD>
20467 This token represents the date on which the message was sent, according
20468 to the &quot;Date&quot; header field.
20469 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
20470 </DD>
20472 <DT>SHORTDATE2</DT>
20473 <DD>
20474 This token represents the date on which the message was sent, according
20475 to the &quot;Date&quot; header field.
20476 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
20477 </DD>
20479 <DT>SHORTDATE3</DT>
20480 <DD>
20481 This token represents the date on which the message was sent, according
20482 to the &quot;Date&quot; header field.
20483 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
20484 </DD>
20486 <DT>SHORTDATE4</DT>
20487 <DD>
20488 This token represents the date on which the message was sent, according
20489 to the &quot;Date&quot; header field.
20490 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
20491 </DD>
20493 <DT>LONGDATE</DT>
20494 <DD>
20495 This token represents the date on which the message was sent, according
20496 to the &quot;Date&quot; header field.
20497 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
20498 </DD>
20500 <DT>SMARTDATE alternatives</DT>
20501 <DD>
20502 There are several versions of SMARTDATE that are all the same except
20503 for the way they format dates far in the past.
20504 SMARTDATE formats the date using the information from your locale settings
20505 to format the date string. It may end up formatting dates so that they look
20506 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
20507 The feature
20508 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
20509 may have an effect on the values of these tokens.
20510 If you want more control you may use one of the following.
20511   <DL>
20512   <DT>SMARTDATE</DT> <DD>If the option
20513 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
20514 then this will be locale specific. Control this with the
20515 LC_TIME locale setting on a UNIX system. On Windows
20516 the Regional Options control panel may be used to set the Short date
20517 format. At the programming level, the strftime routine is what Alpine
20518 uses to print the date.
20519 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
20520 to SMARTDATES1.</DD>
20521   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
20522   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
20523   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
20524   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
20525   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
20526   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
20527   </DL>
20528 </DD>
20530 <DT>SMARTDATETIME alternatives</DT>
20531 <DD>
20532 There are several versions of SMARTDATETIME that are all very similar.
20533 The ones that end in 24 use a 24-hour clock for Today's messages instead
20534 of a 12-hour clock.
20535 The other variation is
20536 for the way they format dates far in the past.
20537 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
20538 to format the date string. It may end up formatting dates so that they look
20539 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
20540 The feature
20541 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
20542 may have an effect on the values of these tokens.
20543 The possible choices are:
20544   <DL>
20545   <DT>SMARTDATETIME</DT> <DD>If the option
20546 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
20547 then this will be locale specific. Control this with the
20548 LC_TIME locale setting on a UNIX system. On Windows
20549 the Regional Options control panel may be used to set the Short date
20550 format. At the programming level, the strftime routine is what Alpine
20551 uses to print the date.
20552 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
20553 to SMARTDATETIMES1.</DD>
20554   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
20555   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
20556   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
20557   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
20558   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
20559   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
20560   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
20561   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
20562   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
20563   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
20564   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
20565   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
20566   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
20567   </DL>
20568 </DD>
20570 <DT>DAYDATE</DT>
20571 <DD>
20572 This token represents the date on which the message was sent, according
20573 to the &quot;Date&quot; header field.
20574 It looks like &quot;Sat, 23 Oct 1998&quot;.
20575 This token is never converted in any locale-specific way.
20576 </DD>
20578 <DT>PREFDATE</DT>
20579 <DD>
20580 This token represents the date on which the message was sent, according
20581 to the &quot;Date&quot; header field.
20582 It is your operating system's idea of the preferred date representation for the current locale.
20583 Internally it uses the %x version of the date from the strftime routine.
20584 </DD>
20586 <DT>PREFTIME</DT>
20587 <DD>
20588 This token represents the time at which the message was sent, according
20589 to the &quot;Date&quot; header field.
20590 It is the preferred time representation for the current locale.
20591 Internally it uses the %X version of the time from the strftime routine.
20592 </DD>
20594 <DT>PREFDATETIME</DT>
20595 <DD>
20596 This token represents the date and time at which the message was sent, according
20597 to the &quot;Date&quot; header field.
20598 It is the preferred date and time representation for the current locale.
20599 Internally it uses the %c version of the time from the strftime routine.
20600 </DD>
20602 <DT>DAY</DT>
20603 <DD>
20604 This token represents the day of the month on which the message was sent,
20605 according to the &quot;Date&quot; header field.
20606 For example, &quot;23&quot; or &quot;9&quot;.
20607 </DD>
20609 <DT>DAY2DIGIT</DT>
20610 <DD>
20611 This token represents the day of the month on which the message was sent,
20612 according to the &quot;Date&quot; header field.
20613 For example, &quot;23&quot; or &quot;09&quot;.
20614 It is always 2 digits.
20615 </DD>
20617 <DT>DAYORDINAL</DT>
20618 <DD>
20619 This token represents the ordinal number that is the day of
20620 the month on which the message was sent,
20621 according to the &quot;Date&quot; header field.
20622 For example, &quot;23rd&quot; or &quot;9th&quot;.
20623 </DD>
20625 <DT>DAYOFWEEK</DT>
20626 <DD>
20627 This token represents the day of the week on which the message was sent,
20628 according to the &quot;Date&quot; header field.
20629 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
20630 </DD>
20632 <DT>DAYOFWEEKABBREV</DT>
20633 <DD>
20634 This token represents the day of the week on which the message was sent,
20635 according to the &quot;Date&quot; header field.
20636 For example, &quot;Sun&quot; or &quot;Wed&quot;.
20637 </DD>
20639 <DT>MONTHABBREV</DT>
20640 <DD>
20641 This token represents the month the message was sent, according
20642 to the &quot;Date&quot; header field.
20643 For example, &quot;Oct&quot;.
20644 </DD>
20646 <DT>MONTHLONG</DT>
20647 <DD>
20648 This token represents the month in which the message was sent, according
20649 to the &quot;Date&quot; header field.
20650 For example, &quot;October&quot;.
20651 </DD>
20653 <DT>MONTH</DT>
20654 <DD>
20655 This token represents the month in which the message was sent, according
20656 to the &quot;Date&quot; header field.
20657 For example, &quot;10&quot; or &quot;9&quot;.
20658 </DD>
20660 <DT>MONTH2DIGIT</DT>
20661 <DD>
20662 This token represents the month in which the message was sent, according
20663 to the &quot;Date&quot; header field.
20664 For example, &quot;10&quot; or &quot;09&quot;.
20665 It is always 2 digits.
20666 </DD>
20668 <DT>YEAR</DT>
20669 <DD>
20670 This token represents the year the message was sent, according
20671 to the &quot;Date&quot; header field.
20672 For example, &quot;1998&quot; or &quot;2001&quot;.
20673 </DD>
20675 <DT>YEAR2DIGIT</DT>
20676 <DD>
20677 This token represents the year the message was sent, according
20678 to the &quot;Date&quot; header field.
20679 For example, &quot;98&quot; or &quot;01&quot;.
20680 It is always 2 digits.
20681 </DD>
20683 <DT>TIME24</DT>
20684 <DD>
20685 This token represents the time at which the message was sent, according
20686 to the &quot;Date&quot; header field.
20687 There is no adjustment made for different time zones, so you'll get
20688 the time the message was sent according to the time zone the sender
20689 was in.
20690 It has the format HH:MM. For example, &quot;17:28&quot;.
20691 </DD>
20693 <DT>TIME12</DT>
20694 <DD>
20695 This token represents the time at which the message was sent, according
20696 to the &quot;Date&quot; header field.
20697 This time is for a 12 hour clock.
20698 It has the format HH:MMpm.
20699 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
20700 </DD>
20702 <DT>TIMEZONE</DT>
20703 <DD>
20704 This token represents the numeric timezone from
20705 the &quot;Date&quot; header field.
20706 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
20707 </DD>
20709 </DL>
20712 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
20714 <DL>
20715 <DT>MSGNO</DT>
20716 <DD>
20717 This token represents the message's current position in the folder that,
20718 of course, may change as the folder is sorted or new mail arrives.
20719 </DD>
20721 <DT>STATUS</DT>
20722 <DD>
20723 This token represents a three character wide field displaying various
20724 aspects of the message's state.
20725 The first character is either blank,
20726 a '*' for message marked Important, or a '+' indicating a message
20727 addressed directly to you (as opposed to your having received it via a
20728 mailing list, for example).
20729 When the feature
20730 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
20731 is set, if the first character would have been
20732 blank then it will instead be a '-' if the message is cc'd to you.
20733 The second character is typically blank,
20734 though the arrow cursor may occupy it if either the 
20735 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
20736 or the
20737 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
20738 is set (or you actually are on a slow link).
20739 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
20740 '<A HREF="h_flag_answered">A</A>' (Answered),
20741 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
20742 '<A HREF="h_flag_new">N</A>' (New), or blank.
20744 If you are using a threaded view of the index and this message is at the
20745 top of a collapsed portion of a thread,
20746 then this token refers to all of the messages in the collapsed portion of
20747 the thread instead of just the top message.
20748 The first character will be a '*' if <EM>any</EM> of the messages in the thread
20749 are marked Important, else a '+' if any of the messages are addressed
20750 to you, else a '-' if any of the messages are cc'd to you.
20751 The third character will be a 'D' if <EM>all</EM> of the messages
20752 in the collapsed thread are marked deleted,
20753 an 'A' if <EM>all</EM> of the messages
20754 in the collapsed thread are marked answered,
20755 it will be an 'N' if any of
20756 the messages are undeleted and unseen, and it will be blank otherwise.
20757 </DD>
20759 <DT>FULLSTATUS</DT>
20760 <DD>
20761 This token represents a less abbreviated alternative
20762 to the &quot;STATUS&quot; token.
20763 It is six characters wide.
20764 The first character is '+', '-', or blank, the
20765 second blank, the third either '*' or blank, the fourth
20766 '<A HREF="h_flag_new">N</A>' or blank,
20767 the fifth '<A HREF="h_flag_answered">A</A>'
20768 or blank, and the sixth character is
20769 either '<A HREF="h_flag_deleted">D</A>' or
20770 blank.
20772 If you are using a threaded view of the index and this message is at the
20773 top of a collapsed portion of a thread,
20774 then this token refers to all of the messages in the collapsed portion of
20775 the thread instead of just the top message.
20776 The first character is '+', '-', or blank depending on whether <EM>any</EM>
20777 of the messages in the collapsed thread are addressed to you or cc'd to you.
20778 The third character will be '*' if any of the messages are marked
20779 Important.
20780 The fourth character will be 'N' if all of the messages in the thread
20781 are New, else 'n' if some of the messages in the thread are New, else blank.
20782 The fifth character will be 'A' or 'a' or blank, and the sixth character
20783 will be 'D' or 'd' or blank.
20784 </DD>
20786 <DT>IMAPSTATUS</DT>
20787 <DD>
20788 This token represents an even less abbreviated alternative to the
20789 &quot;STATUS&quot; token.
20790 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
20791 an 'N' if the message is new to this folder since the last time
20792 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
20793 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
20794 new to the folder since it was last opened <EM>but</EM> has not been
20795 viewed, or a blank if the message has been in the folder since it was
20796 last opened and has been viewed.
20798 If you are using a threaded view of the index and this message is at the
20799 top of a collapsed portion of a thread,
20800 then the fourth character will be
20801 'N' if all of the messages in the thread are unseen and recent;
20802 else 'n' if some of the messages in the thread are unseen and recent;
20803 else 'U' if all of the messages in the thread are unseen and not recent;
20804 else 'u' if some of the messages in the thread are unseen and not recent;
20805 else 'R' if all of the messages in the thread are seen and recent;
20806 else 'r' if some of the messages in the thread are seen and recent;
20807 else blank.
20808 </DD>
20810 <DT>SHORTIMAPSTATUS</DT>
20811 <DD>
20812 This is the same as the last four of the six characters of IMAPSTATUS,
20813 so the '+' To Me information will be missing.
20814 </DD>
20816 <DT>SIZE</DT>
20817 <DD>
20818 This token represents the total size, in bytes, of the message.
20819 If a &quot;K&quot; (Kilobyte)
20820 follows the number, the size is approximately 1,000
20821 times that many bytes (rounded to the nearest 1,000).
20822 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20823 1,000,000 times that many bytes.
20824 Commas are not used in this field.
20825 This field is seven characters wide, including the enclosing parentheses.
20826 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
20827 The progression of sizes used looks like:
20830 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
20832 </DD>
20834 <DT>SIZECOMMA</DT>
20835 <DD>
20836 This token represents the total size, in bytes, of the message.
20837 If a &quot;K&quot; (Kilobyte)
20838 follows the number, the size is approximately 1,000
20839 times that many bytes (rounded to the nearest 1,000).
20840 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20841 1,000,000 times that many bytes.
20842 Commas are used if the number shown is 1,000 or greater.
20843 The SIZECOMMA field is one character wider than the SIZE field.
20844 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
20845 The progression of sizes used looks like:
20848 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
20850 </DD>
20852 <DT>KSIZE</DT>
20853 <DD>
20854 This token represents the total size of the message, expressed in
20855 kilobytes or megabytes, as most appropriate.
20856 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
20857 The progression of sizes used looks like:
20860 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
20862 </DD>
20864 <DT>SIZENARROW</DT>
20865 <DD>
20866 This token represents the total size, in bytes, of the message.
20867 If a &quot;K&quot; (Kilobyte)
20868 follows the number, the size is approximately 1,000
20869 times that many bytes.
20870 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20871 1,000,000 times that many bytes.
20872 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
20873 1,000,000,000 times that many bytes.
20874 This field uses only five characters of screen width, including the enclosing
20875 parentheses.
20876 The progression of sizes used looks like:
20879 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
20881 </DD>
20883 <DT>DESCRIPSIZE</DT>
20884 <DD>
20885 This token is intended to represent a more useful description of the
20886 message than just its size, but it isn't very useful at this point.
20887 The plus sign in this view means there are attachments.
20888 Note that including this token in
20889 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
20890 display a little while Alpine collects the necessary information.
20891 </DD>
20893 <DT>SHORTSUBJECT</DT> 
20894 <DD> This token is the same as SUBJECT, but removes 
20895 text between &quot;[&quot; and &quot;]&quot;. Typically text enclosed 
20896 between these characters corresponds to mailing list names, and may be 
20897 unnecessary or unwanted in some instances. 
20898 </DD>
20900 <DT>SUBJKEY</DT>
20901 <DD>
20902 This token is the same as the SUBJECT token unless keywords are set for
20903 the message.
20904 In that case, a list of keywords enclosed in braces will be prepended to
20905 the subject of the message.
20906 Only those keywords that you have defined in your
20907 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20908 in Setup/Config are considered in the list.
20909 In other words, keywords that have been set by some other means, perhaps
20910 by another email program, won't show up unless included in
20911 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20912 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
20913 prepended to the subject in the MESSAGE TEXT screen.
20914 If you have given a keyword a nickname
20915 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
20916 instead of the actual keyword.
20917 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
20918 option may be used to modify this token slightly.
20919 It is also possible to color keywords in the index using the
20920 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20921 </DD>
20923 <DT>SHORTSUBJKEY</DT>
20924 <DD> This token is the same as SUBJKEY, but it is based on
20925 SHORTSUBJECT, instead of in SUBJECT.
20926 </DD>
20928 <DT>SUBJKEYINIT</DT>
20929 <DD>
20930 This token is the same as the SUBJKEY token except that instead of
20931 prepending a list of keywords to the subject, a list of first initials
20932 of keywords will be prepended instead.
20933 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
20934 set (or Work and Now are the Alpine nicknames of keywords that are set)
20935 then the SUBJKEY token would cause a result like
20937 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
20939 whereas the SUBJKEYINIT token would give
20941 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
20943 Only those keywords that you have defined in your
20944 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20945 in Setup/Config are considered in the list.
20946 In other words, keywords that have been set by some other means, perhaps
20947 by another email program, won't show up unless included in
20948 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20949 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
20950 option may be used to modify this token slightly.
20951 It is also possible to color keywords in the index using the
20952 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20953 </DD>
20955 <DT>SHORTSUBJKEYINIT</DT>
20956 <DD> This token is the same as SUBJKEYINIT, but it is based on
20957 SHORTSUBJECT, instead of in SUBJECT.
20958 </DD>
20960 <DT>SUBJECTTEXT</DT>
20961 <DD>
20962 Same as SUBJECT but if there is room in the Subject field for more text,
20963 the opening part of the text of the message is displayed after the subject.
20964 The time needed to fetch the text may cause a performance problem
20965 which can, of course, be avoided by using the SUBJECT version of
20966 the Subject instead.
20967 You may color this opening text differently by using the
20968 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
20969 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20970 You may adjust the characters that are displayed between the Subject and the
20971 opening text with the option
20972 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
20973 </DD>
20975 <DT>SUBJKEYTEXT</DT>
20976 <DD>
20977 Same as SUBJKEY but with the opening message text.
20978 </DD>
20980 <DT>OPENINGTEXT</DT>
20981 <DD>
20982 This is similar to SUBJECTTEXT.
20983 Instead of combining the Subject and the opening text in a single
20984 field in the index screen this token allows you to allocate a
20985 separate column just for the opening text of the message.
20986 The time needed to fetch this text may cause a performance problem.
20987 You may color this opening text differently by using the
20988 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
20989 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20990 </DD>
20992 <DT>OPENINGTEXTNQ</DT>
20993 <DD>
20994 This is very similar to OPENINGTEXT.
20995 The NQ stands for No Quotes.
20996 The only difference is that quoted text (lines beginning with &gt;) is deleted.
20997 For some messages this may be confusing.
20998 For example, a message might have a line preceding some quoted
20999 text that reads something like &quot;On May 8th person A said.&quot;
21000 That no longer makes sense after the quoted text is deleted and it
21001 will appear that person A said whatever the text after the quote
21002 is, even though that is really person B talking.
21003 </DD>
21005 <DT>SUBJKEYINITTEXT</DT>
21006 <DD>
21007 Same as SUBJKEYINIT but with the opening message text.
21008 </DD>
21010 <DT>KEY</DT>
21011 <DD>
21012 This is a space-delimited list of keywords that are set for the message.
21013 Only those keywords that you have defined in your
21014 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
21015 in Setup/Config are considered in the list.
21016 In other words, keywords that have been set by some other means, perhaps
21017 by another email program, won't show up unless included in
21018 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
21019 If you have given a keyword a nickname
21020 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
21021 instead of the actual keyword.
21022 It is also possible to color keywords in the index using the
21023 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
21024 This token defaults to an arbitrary width of 5.
21025 You should set it to whatever width suits you using something
21026 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
21027 </DD>
21029 <DT>KEYINIT</DT>
21030 <DD>
21031 This is a list of keyword initials that are set for the message.
21032 If you have given a keyword a nickname
21033 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
21034 is displayed instead of the initial of the actual keyword.
21035 It is also possible to color keyword initials in the index using the
21036 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
21037 This token defaults to an arbitrary width of 2.
21038 You should set it to whatever width suits you using something
21039 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
21040 </DD>
21042 <DT>PRIORITY</DT>
21043 <DD>
21044 The X-Priority header is a non-standard header that is used in a
21045 somewhat standard way by many mail programs.
21046 Alpine expects the value of this header to be a digit with a value
21047 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
21048 Since this priority is something that the sender sets it is only an indication
21049 of the priority that the sender attaches to the mail and it is therefore almost
21050 totally unreliable for use as a filtering criterion.
21051 This token will display the numeric value of the priority if it is between
21052 1 and 5.
21053 It will be suppressed (blank) if the value is 3, which is normal priority.
21054 This token may be colored with the
21055 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
21056 </DD>
21058 <DT>PRIORITYALPHA</DT>
21059 <DD>
21060 This is a more verbose interpretation of the X-Priority field.
21061 Once again nothing is displayed unless the value of the field
21062 is 1, 2, 4, or 5.
21063 The values displayed for those values are:
21065 <TABLE>
21066 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
21067 <TR> <TD>2</TD> <TD>High</TD> </TR>
21068 <TR> <TD>4</TD> <TD>Low</TD> </TR>
21069 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
21070 </TABLE>
21072 This token may be colored with the
21073 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
21074 </DD>
21076 <DT>PRIORITY!</DT>
21077 <DD>
21078 This is a one character, non-numeric version of the X-Priority field.
21079 If the value of the X-Priority header is 1 or 2 an exclamation
21080 point is displayed.
21081 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
21082 This token may be colored with the
21083 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
21084 </DD>
21086 <DT>ATT</DT>
21087 <DD>
21088 This is a one column wide field that represents the number of attachments
21089 a message has. It will be blank if there are no attachments, a single
21090 digit for one to nine attachments, or an asterisk for more than nine.
21091 Note that including this token in
21092 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
21093 display a little while Alpine collects the necessary information.
21094 </DD>
21096 <DT>FROMORTO</DT>
21097 <DD>
21098 This token represents <EM>either</EM> the personal name (or email address) of
21099 the person listed in the message's &quot;From:&quot; header
21100 field, <EM>or</EM>, if that address is yours or one of your
21101 <A HREF="h_config_alt_addresses">alternate addresses</A>,
21102 the first person specified in the
21103 message's &quot;To:&quot; header field
21104 with the prefix &quot;To: &quot; prepended.
21105 If the from address is yours and there is also no &quot;To&quot; address,
21106 Alpine will use the address on the &quot;Cc&quot; line.
21107 If there is no address there, either, Alpine will look for a newsgroup name
21108 from the &quot;Newsgroups&quot; header field and put
21109 that after the &quot;To: &quot; prefix.
21110 </DD>
21112 <DT>FROMORTONOTNEWS</DT>
21113 <DD>
21114 This is almost the same as <EM>FROMORTO</EM>.
21115 The difference is that newsgroups aren't considered.
21116 When a message is from you, doesn't have a To or Cc, and does have
21117 a Newsgroups header; this token will be your name instead of the name
21118 of the newsgroup (like it would be with FROMORTO).
21119 </DD>
21121 <DT>TEXT</DT>
21122 <DD>
21123 This is a different sort of token.
21124 It allows you to display a label within each index line.
21125 It will be the same fixed text for each line.
21126 It is different from all the other tokens in that there is no space column
21127 displayed after this token.
21128 Instead, it is butted up against the following field.
21129 It also has a different syntax.
21130 The text to display is given following a colon after the
21131 word &quot;TEXT&quot;.
21132 For example,
21134 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
21136 would insert the literal text &quot;abc=&quot; (without the quotes)
21137 into the index display line.
21138 You must quote the text if it includes space characters, like
21140 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
21142 </DD>
21144 <DT>HEADER</DT>
21145 <DD>
21146 This allows you to display the text from a particular header line in the
21147 message.
21148 The syntax for this token is substantially different from all the others
21149 in order that you might be able to display a portion of the text following
21150 a particular header.
21151 The header name you are interested in is given following a colon
21152 after the word &quot;HEADER&quot;.
21153 For example,
21155 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
21157 would display the text of the X-Spam header, if any.
21158 Like for other index tokens a width field may (and probably should)
21159 follow this.
21161 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
21163 displays the first ten characters of the X-Spam header.
21164 Unlike other index tokens, the syntax for HEADER is more flexible.
21165 An optional second argument comes after a comma inside the parentheses.
21166 It specifies the &quot;field&quot; number.
21167 By default, the field separator is a space character.
21168 No extra space characters are allowed in the argument list.
21170 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
21172 would display the second field, left-justified, in a 10 character
21173 wide field.
21174 The second field would consist of all the text after the first space
21175 up to the next space or the end of the header.
21176 The default field number is zero, which stands for the entire line.
21177 There is also an optional third argument that is a list of field
21178 separators. It defaults to a space character.
21179 The example
21181 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
21183 would cause the field separators to be any of colon, percent,
21184 or space (there is a space character between the percent and the
21185 right parenthesis).
21186 The first field runs from the start of the header value up to the first
21187 colon, percent, or space; the second goes from there to the next; and so on.
21188 In order to use a comma character as a field separator you must escape
21189 it by preceding it with a backslash (&#92;).
21190 The same is true of the backslash character itself.
21191 There is one further optional argument.
21192 It is an R or an L to specify right or left adjustment of the text
21193 within the field.
21194 The default is to left justify, however if you are displaying numbers
21195 you might prefer to right justify.
21197 Here's an example of a SpamAssassin header.
21198 The exact look of the header will vary, but if your incoming mail
21199 contains headers that look like the following
21201 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
21203 you might want to display the hits value.
21204 The first field starts with the Y in Yes.
21205 To get what you're interested in you might use &quot;=&quot; and
21206 space as the field separators and display the third field, like
21208 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
21210 or maybe you would break at the dot instead
21212 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
21214 Another example we've seen has headers that look like
21216 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
21218 Because there are two equals and a comma before the 7% and a comma
21219 after it, the token
21221 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
21223 should display the probability (for example 7% or 83%) right justified
21224 in a 3-wide field.
21225 </DD>
21227 <DT>ARROW</DT>
21228 <DD>
21229 This gives an alternative way to display the current message in the
21230 MESSAGE INDEX screen.
21231 Usually the current message is indicated by the line being shown in
21232 reverse video.
21233 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
21234 the current line will include an &quot;arrow&quot; that
21235 looks like
21237 <CENTER><SAMP>-&gt;</SAMP></CENTER>
21239 in the ARROW token's field.
21240 For all of the non-current messages, the ARROW field will be filled
21241 with blanks.
21242 If you use the fixed-field width feature the length of the &quot;arrow&quot;
21243 may be adjusted.
21244 The arrow will be drawn as width-1 dashes followed by a greater than sign.
21245 For example, if you use ARROW(3) you will get
21247 <CENTER><SAMP>--&gt;</SAMP></CENTER>
21249 and ARROW(1) will give you just
21251 <CENTER><SAMP>&gt;</SAMP></CENTER>
21253 It is also possible to set the color of the ARROW field.
21254 By default (and for non-current messages) the arrow is colored the same
21255 as the index line it is part of.
21256 You may set it to be another color with the 
21257 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
21258 the <A HREF="h_color_setup">Setup Kolor</A> screen.
21259 </DD>
21261 <DT>SCORE</DT>
21262 <DD>
21263 This gives the
21264 <a href="h_rules_score">score</a>
21265 of each message.
21266 This will be six columns wide to accommodate the widest possible score.
21267 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
21268 to limit the width of the field to the widest score that
21269 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
21270 If you have not defined any score rules the scores will all be zero.
21271 If any of your score rules contain AllText or BodyText patterns
21272 then including SCORE in the <!--#echo var="VAR_index-format"-->
21273 may slow down the display of the MESSAGE INDEX screen.
21274 </DD>
21275 </DL>
21278 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
21280 <DL>
21281 <DT>CURNEWS</DT>
21282 <DD>
21283 This token represents the current newsgroup if there is one.
21284 For example, &quot;comp.mail.pine&quot;.
21285 </DD>
21287 <DT>MSGID</DT>
21288 <DD>
21289 This token represents the message ID of the message.
21290 This token does not work with Filter Rule folder names.
21291 </DD>
21293 <DT>CURDATE</DT>
21294 <DD>
21295 This token represents the current date.
21296 It has the format MMM DD. For example, &quot;Oct 23&quot;.
21297 </DD>
21299 <DT>CURDATEISO</DT>
21300 <DD>
21301 This token represents the current date.
21302 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
21303 </DD>
21305 <DT>CURDATEISOS</DT>
21306 <DD>
21307 This token represents the current date.
21308 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
21309 </DD>
21311 <DT>CURPREFDATE</DT>
21312 <DD>
21313 This token represents the current date.
21314 It is your operating system's idea of the preferred date representation for the current locale.
21315 Internally it uses the %x version of the date from the strftime routine.
21316 </DD>
21318 <DT>CURPREFTIME</DT>
21319 <DD>
21320 This token represents the current time.
21321 It is the preferred time representation for the current locale.
21322 Internally it uses the %X version of the time from the strftime routine.
21323 </DD>
21325 <DT>CURPREFDATETIME</DT>
21326 <DD>
21327 This token represents the current date and time.
21328 It is the preferred date and time representation for the current locale.
21329 Internally it uses the %c version of the time from the strftime routine.
21330 </DD>
21332 <DT>CURTIME24</DT>
21333 <DD>
21334 This token represents the current time.
21335 It has the format HH:MM. For example, &quot;17:28&quot;.
21336 </DD>
21338 <DT>CURTIME12</DT>
21339 <DD>
21340 This token represents the current time.
21341 This time is for a 12 hour clock.
21342 It has the format HH:MMpm.
21343 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
21344 </DD>
21346 <DT>CURDAY</DT>
21347 <DD>
21348 This token represents the current day of the month.
21349 For example, &quot;23&quot; or &quot;9&quot;.
21350 </DD>
21352 <DT>CURDAY2DIGIT</DT>
21353 <DD>
21354 This token represents the current day of the month.
21355 For example, &quot;23&quot; or &quot;09&quot;.
21356 It is always 2 digits.
21357 </DD>
21359 <DT>CURDAYOFWEEK</DT>
21360 <DD>
21361 This token represents the current day of the week.
21362 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
21363 </DD>
21365 <DT>CURDAYOFWEEKABBREV</DT>
21366 <DD>
21367 This token represents the current day of the week.
21368 For example, &quot;Sun&quot; or &quot;Wed&quot;.
21369 </DD>
21371 <DT>CURMONTH</DT>
21372 <DD>
21373 This token represents the current month.
21374 For example, &quot;10&quot; or &quot;9&quot;.
21375 </DD>
21377 <DT>CURMONTH2DIGIT</DT>
21378 <DD>
21379 This token represents the current month.
21380 For example, &quot;10&quot; or &quot;09&quot;.
21381 It is always 2 digits.
21382 </DD>
21384 <DT>CURMONTHLONG</DT>
21385 <DD>
21386 This token represents the current month.
21387 For example, &quot;October&quot;.
21388 </DD>
21390 <DT>CURMONTHABBREV</DT>
21391 <DD>
21392 This token represents the current month.
21393 For example, &quot;Oct&quot;.
21394 </DD>
21396 <DT>CURYEAR</DT>
21397 <DD>
21398 This token represents the current year.
21399 For example, &quot;1998&quot; or &quot;2001&quot;.
21400 </DD>
21402 <DT>CURYEAR2DIGIT</DT>
21403 <DD>
21404 This token represents the current year.
21405 For example, &quot;98&quot; or &quot;01&quot;.
21406 It is always 2 digits.
21407 </DD>
21409 <DT>LASTMONTH</DT>
21410 <DD>
21411 This token represents last month.
21412 For example, if this is November (the 11th month),
21413 it is equal to &quot;10&quot; or if this is October (the 10th month),
21414 it is &quot;9&quot;.
21415 It is possible that this and the other tokens beginning with LASTMONTH
21416 below could be useful when used with a Filtering Rule that
21417 has the &quot;Beginning of Month&quot; option set.
21418 </DD>
21420 <DT>LASTMONTH2DIGIT</DT>
21421 <DD>
21422 This token represents last month.
21423 For example, if this is November (the 11th month),
21424 it is equal to &quot;10&quot; or if this is October (the 10th month),
21425 it is &quot;09&quot;.
21426 It is always 2 digits.
21427 </DD>
21429 <DT>LASTMONTHLONG</DT>
21430 <DD>
21431 This token represents last month.
21432 For example, if this is November the value is &quot;October&quot;.
21433 </DD>
21435 <DT>LASTMONTHABBREV</DT>
21436 <DD>
21437 This token represents last month.
21438 For example, if this is November the value is &quot;Oct&quot;.
21439 </DD>
21441 <DT>LASTMONTHYEAR</DT>
21442 <DD>
21443 This token represents what the year was a month ago.
21444 For example, if this is October, 1998, it is &quot;1998&quot;.
21445 If this is January, 1998, it is &quot;1997&quot;.
21446 </DD>
21448 <DT>LASTMONTHYEAR2DIGIT</DT>
21449 <DD>
21450 This token represents what the year was a month ago.
21451 For example, if this is October, 1998, it is &quot;98&quot;.
21452 If this is January, 1998, it is &quot;97&quot;.
21453 </DD>
21455 <DT>LASTYEAR</DT>
21456 <DD>
21457 This token represents last year.
21458 For example, if this is 1998, it equals &quot;1997&quot;.
21459 It is possible that this
21460 could be useful when used with a Filtering Rule that
21461 has the &quot;Beginning of Year&quot; option set.
21462 </DD>
21464 <DT>LASTYEAR2DIGIT</DT>
21465 <DD>
21466 This token represents last year.
21467 For example, if this is 1998, it equals &quot;97&quot;.
21468 It is always 2 digits.
21469 </DD>
21471 <DT>ROLENICK</DT>
21472 <DD>
21473 This token represents the nickname of the
21474 role currently being used.  If no role is being used,
21475 then no text will be printed for this token.
21476 This token does not work with Filter Rule folder names.
21477 </DD>
21478 </DL>
21481 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
21482 See the help for the
21483 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
21484 to see why you might want to use this.
21485 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
21486 must be surrounded by underscores when used.
21488 <DL>
21489 <DT>NEWLINE</DT>
21490 <DD>
21491 This is an end of line marker.
21492 </DD>
21493 </DL>
21496 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
21498 <DL>
21499 <DT>CURSORPOS</DT>
21500 <DD>
21501 This token is different from the others.
21502 When it is replaced it is replaced with nothing, but it sets an Alpine
21503 internal variable that tells the composer to start with the cursor
21504 positioned at the position where this token was.
21505 If both the template file and the signature file contain
21506 a &quot;CURSORPOS&quot; token, then the position in the template file
21507 is used.
21508 If there is a template file and neither it nor the signature file contains
21509 a &quot;CURSORPOS&quot; token, then the cursor is positioned
21510 after the end of the contents of the
21511 template file when the composer starts up.
21512 </DD>
21513 </DL>
21516 &lt;End of help on this topic&gt;
21517 </BODY>
21518 </HTML>
21519 ======= h_reply_token_conditionals =======
21520 <HTML>
21521 <HEAD>
21522 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
21523 </HEAD>
21524 <BODY>
21525 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
21527 Conditional text inclusion may be used with
21528 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
21529 in signature files, and in template files used in
21530 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
21531 It may <EM>not</EM> be used with the
21532 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
21535 There is a limited if-else capability for including text.
21536 The if-else condition is based
21537 on whether or not a given token would result in replacement text you
21538 specify.
21539 The syntax of this conditional inclusion is
21541 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
21543 The left parenthesis must follow the underscore immediately, with no
21544 intervening space.
21545 It means the token is expanded and the results of that expansion are
21546 compared against the &quot;match_this&quot; argument.
21547 If there is an exact match, then the &quot;if_matched&quot; text is used
21548 as the replacement text.
21549 Otherwise, the &quot;if_not_matched&quot; text is used.
21550 One of the most useful values for the &quot;match_this&quot; argument is
21551 the empty string, &quot;&quot;.
21552 In that case the expansion is compared against the empty string.
21554 Here's an example to make it clearer.
21555 This text could be included in one of your template files:
21557 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
21559 If that is included in a template file that you are using while replying
21560 to a message (because you chose to use the role it was part of),
21561 and that message has a newsgroup header and a newsgroup in that header,
21562 then the text
21564 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
21566 will be included in the message you are about to compose.
21567 On the other hand, if the message you are replying to does not have
21568 a newsgroup, then the text
21570 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
21572 would be included instead.
21573 This would also work in signature files and in
21574 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
21575 If the &quot;match_this&quot;, &quot;if_matched&quot;,
21576 or &quot;if_not_matched&quot; arguments contain
21577 spaces, parentheses, or commas;
21578 they have to be quoted with double quotation marks (like in the example
21579 above).
21580 If you want to include a literal quote (&quot;) in the text you must escape the
21581 quote by preceding it with a backslash (&#92;) character.
21582 If you want to include a literal backslash character you must escape it
21583 by preceding it with another backslash.
21585 The comma followed by &quot;if_not_matched&quot; is optional.
21586 If there is no &quot;if_not_matched&quot;
21587 present then no text is included if the not_matched case is true.
21588 Here's another example:
21590 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
21592 Here you can see that tokens may appear in the arguments.
21593 The same is true for tokens with the conditional parentheses.
21594 They may appear in arguments,
21595 though you do have to be careful to get the quoting and escaping of
21596 nested double quotes correct.
21597 If this was in the signature file being used and you were replying to a message
21598 sent to comp.mail.pine the resulting text would be:
21600 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
21602 If you were replying to a message that wasn't sent to any newsgroup the
21603 resulting text would be a single blank line.
21604 The reason you'd get a blank line is because the end of the line is
21605 outside of the conditional, so is always included.
21606 If you wanted to get rid of that blank line you could do so by moving
21607 the end of line inside the conditional.
21608 In other words, it's ok to have multi-line
21609 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
21610 template file.
21611 The text just continues until the next double quotation, even if it's not
21612 on the same line.
21614 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
21616 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
21618 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
21619 while reading the newsgroup comp.mail.pine the resulting text would be:
21621 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
21623 If you were replying to a message while reading an email folder instead
21624 of a newsgroup the resulting leadin text would be
21626 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
21628 Here's one more (contrived) example illustrating a matching argument
21629 that is not the empty string.
21631 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
21633 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
21634 were replying to
21635 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
21636 would be
21638 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
21640 But if you were replying to a message sent on Oct. 27 (and that wasn't
21641 today) you would get
21643 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
21646 &lt;End of help on this topic&gt;
21647 </BODY>
21648 </HTML>
21649 ======= h_composer_cntxt_nick =======
21650 <HTML>
21651 <HEAD>
21652 <TITLE>Collection Nickname Explained</TITLE>
21653 </HEAD>
21654 <BODY>
21655 <H1>Collection Edit Help -- Nickname Field</H1>
21657 This field is provided so you can add a short nickname to use when
21658 referring to this collection within Alpine.  Spaces are allowed, and
21659 you don't need to use double-quotes.  However, the double-quote
21660 character is not allowed.
21662 Look <A HREF="h_edit_nav_cmds">here</A>
21663 to see the available Editing and Navigation commands.
21665 &lt;End of help on this topic&gt;
21666 </BODY>
21667 </HTML>
21668 ======= h_folder_server_syntax =======
21669 <HTML>
21670 <HEAD>
21671 <TITLE>Server Name Syntax</TITLE>
21672 </HEAD>
21673 <BODY>
21674 <H1>Server Name Syntax</H1>
21676 This help describes the syntax that may be used for server names
21677 that may be associated with remote folders or SMTP servers.
21680 A server name is the hostname of the server.
21681 It's a good idea to use the host's fully-qualified network name.
21684 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
21687 However, IP addresses are allowed if surrounded
21688 with square-brackets.
21691 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
21694 An optional network port number may be supplied by appending
21695 a colon (:) followed by the port number
21696 to the server name.
21697 By default, the IMAP port number, 143, is used.
21700 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
21703 Besides server name and optional port number, various other optional
21704 parameters may be supplied that alter Alpine's interaction with the server.
21705 A parameter is supplied by appending a slash (/) character followed by
21706 the parameter's name and,
21707 depending on the particular parameter, the value assigned to that
21708 name, to the server name (and optional port number).
21709 Parameter names are <EM>not</EM> case sensitive.
21710 Currently supported parameters include:
21712 <DL>
21714 <DT>User</DT>
21715 <DD>This parameter requires an associated value, and is intended to
21716 provide the username identifier with which to establish the server
21717 connection.
21718 If your SMTP server offers SMTP AUTH authentication, adding this 
21719 parameter to the
21720 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
21721 option will cause Alpine to attempt to authenticate to the server using the
21722 supplied username.
21723 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
21724 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
21725 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
21726 option (or to the server name for any folder collection using NNTP)
21727 will cause Alpine to attempt
21728 to authenticate to the server using the supplied username.
21729 An example might be:
21732 <CENTER><SAMP>/user=katie</SAMP></CENTER>
21735 </DD>
21737 <DT>STARTTLS</DT>
21738 <DD>
21739 This is a unary parameter indicating communication with the server must 
21740 take place over a TLS connection. If you use this parameter, Alpine will 
21741 establish an insecure connection to the server, and later will attempts to 
21742 use a secure encrypted connection. If the attempt to use TLS fails then 
21743 this parameter will cause the connection to fail instead of falling back 
21744 to an insecure connection.
21746 Use this option when you are told to use STARTTLS. If you are told to use 
21747 SSL or TLS on port 993, use the /ssl unary parameter instead, and not this 
21748 parameter. Use this parameter when establishing a connection to a server 
21749 on an insecure port (normally port 143 for IMAP) and then needing to 
21750 establish a secure connection using STARTTLS.
21752 <P><A href="h_security_considerations">Learn more</A> about security 
21753 considerations when you use this option.
21756 <CENTER><SAMP>/starttls</SAMP></CENTER>
21759 </DD>
21761 <DT>SSL</DT>
21762 <DD>
21763 This is a unary parameter indicating communication with the server should 
21764 take place over a Secure Socket Layer connection.  The server must support
21765 this method, and be prepared to accept connections on the appropriate
21766 port (993 by default).
21767 Alpine must be linked with an SSL library for this option to be operational.
21768 Using this option will make Alpine try to connect to the server using the
21769 most secure encrypted SSL connection that both your version of Alpine and the
21770 server support.
21773 <CENTER><SAMP>/ssl</SAMP></CENTER>
21776 </DD>
21778 <DT>TLS1</DT>
21779 <DD>
21780 This parameter indicates that the connection to the server will be made
21781 over the SSL port, but using the TLSv1 protocol, instead of the usual
21782 SSLv3 or SSLv2 protocols.
21783 Alpine must be linked with an SSL library for this option to be operational.
21786 <CENTER><SAMP>/tls1</SAMP></CENTER>
21788 </DD>
21790 <DT>TLS1_1</DT>
21791 <DD>
21792 This parameter indicates that the connection to the server will be made
21793 over the SSL port, but using the TLSv1.1 protocol.
21794 Alpine must be linked with an SSL library that supports this encryption
21795 protocol for this option to be operational.
21798 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
21800 </DD>
21802 <DT>TLS1_2</DT>
21803 <DD>
21804 This parameter indicates that the connection to the server will be made
21805 over the SSL port, but using the TLSv1.2 protocol.
21806 Alpine must be linked with an SSL library that supports this encryption
21807 protocol for this option to be operational.
21810 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
21812 </DD>
21814 <DT>TLS1_3</DT>
21815 <DD>
21816 This parameter indicates that the connection to the server will be made
21817 over the SSL port, but using the TLSv1.3 protocol.
21818 Alpine must be linked with an SSL library that supports this encryption
21819 protocol for this option to be operational.
21822 <CENTER><SAMP>/tls1_3</SAMP></CENTER>
21824 </DD>
21826 <DT>NoValidate-Cert</DT>
21827 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
21828 This is needed if the server uses self-signed certificates or if Alpine
21829 cannot validate the certificate for some other known reason. You should avoid
21830 using this option, and instead install the certificate of the server, so you
21831 are not a victim of a cracker-in-the-middle attack.
21833 </DD>
21835 <DT>Anonymous</DT>
21836 <DD>This is a unary parameter (that means it does not have a value)
21837 indicating that the connection be logged in as
21838 &quot;anonymous&quot; rather than a specific user.
21839 Not all servers offer anonymous
21840 access; those which do generally only offer read-only access to certain
21841 &quot;public&quot; folders.
21844 <CENTER><SAMP>/anonymous</SAMP></CENTER>
21847 </DD>
21849 <DT>Secure</DT>
21850 <DD>This is a unary parameter indicating that the connection use the
21851 most secure authentication method mutually supported by Alpine and the
21852 server.
21853 Alpine is capable of authenticating connections to 
21854 the server using several methods.
21855 By default, Alpine will attempt each
21856 method until either a connection is established or the
21857 list of methods is exhausted.
21858 This parameter causes Alpine to instead fail 
21859 the connection if the first (generally most &quot;secure&quot;) method fails.
21862 <CENTER><SAMP>/secure</SAMP></CENTER>
21865 </DD>
21867 <DT>Submit</DT>
21868 <DD>This is a unary parameter for use with the
21869 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
21870 It indicates that the connection should be made to the Submit server
21871 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
21872 (port 587) instead of the SMTP port (25).
21873 At the time this help was written the submit option was equivalent to
21874 specifying port 587. <A href="h_security_considerations">Learn more</A>
21875 about security considerations when you use this option.
21878 <CENTER><SAMP>/submit</SAMP></CENTER>
21882 <CENTER><SAMP>host:587</SAMP></CENTER>
21885 </DD>
21887 <DT>Debug</DT>
21888 <DD>This is a unary parameter indicating that the connection be established
21889 in a verbose mode.  Basically, it causes Alpine to log the communication with
21890 the server in Alpine's debug file.
21891 Normally, the pine -d command-line flag would be used instead.
21893 </DD>
21895 <DT>NoRsh</DT>
21896 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
21897 the UNIX remote shell program.
21898 Including &quot;NoRsh&quot; will cause connections to this server to skip
21899 the &quot;rsh&quot; attempt.
21900 This might be useful to avoid long timeouts caused by rsh firewalls, for
21901 example.
21903 </DD>
21905 <DT>Loser</DT>
21906 <DD>This option makes sense only for IMAP servers that do not perform
21907 a SEARCH command correctly. If your filtering rules
21908 fail to filter some messages, that should have been filtered, then this
21909 option will make Alpine download all data necessary data to perform that 
21910 search. There is a performance penalty when using this option. Downloading 
21911 the data to perform the search will take longer than requesting the IMAP
21912 server to perform the filtering, but the filtering will be done correctly.
21914 </DD>
21917 <DT>Service</DT>
21918 <DD>This parameter requires an associated value.  The default value is
21919 &quot;IMAP&quot; which indicates communication with the server based
21920 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
21921 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
21923 Other service values include:
21924  <DL>
21925  <DT>NNTP</DT>
21926  <DD>This value indicates communication with the server takes place via
21927 the Network News Transfer Protocol.  Use this to define a collection
21928 of newsgroups on a remote news server.  So
21931 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
21933 or just
21935 <CENTER><SAMP>/NNTP</SAMP></CENTER>
21938 is the way to specify NNTP access.
21940  </DD>
21942  <DT>POP3</DT>
21943  <DD>This value indicates communication with the server takes place via the
21944 Post Office Protocol 3 protocol.
21947 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
21949 or just
21951 <CENTER><SAMP>/POP3</SAMP></CENTER>
21954 Note that there are several important issues
21955 to consider when selecting this option:
21956 <OL>
21957  <LI> POP3 provides access to only your INBOX.  In other words,
21958 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
21959  <LI> Alpine's implementation of POP3 does not follow the traditional POP
21960 model and will leave your mail on the server. Refer to the
21961 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
21962  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
21963 </OL>
21964 </DD>
21965 </DL>
21966 </DL>
21969 Note that it is possible to include more than one parameter in a server
21970 specification by concatenating the parameters. For example:
21973 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
21977 &lt;End of help on this topic&gt;
21978 </BODY>
21979 </HTML>
21980 ======= h_security_considerations =======
21981 <HTML>
21982 <HEAD>
21983 <TITLE>SSL, TLS, STARTTLS and More Security Considerations</TITLE>
21984 </HEAD>
21985 <BODY>
21986 <H1>SSL, TLS, STARTTLS and More Security Considerations</H1>
21988 The purpose of this text is to educate users on how to best choose
21989 the type of security connection to a remote server using the SSL and TLS
21990 encryption protocols.
21993 In the past, and when Alpine originally started to support encrypted connections
21994 to remote servers, the /ssl modifier was needed, and it meant any of the SSLv2
21995 or SSLv3 protocols. Those encryption protocols are considered not fully secure
21996 anymore, and in fact, you might not be able to use them anymore.
21998 <P> Today the /ssl modifier means to use the most secure encryption 
21999 protocol between your version of Alpine and what the server supports. This 
22000 might mean more modern protocols, such as TLS 1.0, TLS 1.1, etc. As of 
22001 this writing, Alpine supports connection using TLS 1.3. These protocols
22002 are considered more secure today and they should be preferred over the old
22003 SSL protocols.
22005 <P> A source of confusion for Alpine users might be the meaning of the 
22006 modifier /tls with respect to the names of the encryption protocols, such 
22007 as TLS 1.2. The meaning of /tls is to start an encrypted connection to a 
22008 server after an insecure connection has been established, and we will 
22009 discuss this later in this help text. The preferred way flag is to use
22010 /starttls, instead of /tls.
22012 <P>The best way to start an encrypted connection to a server is to use the 
22013 /ssl modifier. If your provider allows encrypted connections on port 993 
22014 for IMAP, or port 995 for POP3, or in port 465 for SMTP, just define your 
22015 server by adding the /ssl modifier and do not add the port to the server. 
22016 Alpine knows that the secure connection will be done in the correct port, 
22017 and will use the most secure encryption available between Alpine and the 
22018 server. You only need to use the port number when it is different from the
22019 default port numbers for this type of connections, and those were given
22020 above.
22022 <P>Most email service providers identify secure connections by saying 
22023 &quot;SSL or TLS&quot;. In this case, use the /ssl modifier, and only use 
22024 the port number in case it is different to the ones above.
22026 <P>If your service provider says to use STARTTLS, then you need to use the 
22027 /starttls modifier. If your service provider gives you the option to use SSL or 
22028 TLS and to use STARTTLS choose the secure port and choose the /ssl 
22029 modifier. This is because connections using the /starttls modifier can be 
22030 attacked and your username and password can be stolen by a hacker. The next
22031 paragraph describes in short how to do this.
22033 <P> When you use the /starttls modifier, Alpine connects insecurely to the 
22034 remote server. Because the connection is insecure, it is possible that you 
22035 connect to a different server, which connects you to the real server. This 
22036 is called &quot;man-in-the-middle&quot; attack, and so your communication 
22037 will pass through the hackers computer before it reaches the real target. 
22038 An example of a possible man-in-the-middle is your internet service provider, 
22039 or your employer in some instances.
22040 This means that the hacker can modify the replies from the correct server 
22041 and give you the illusion of security before you are actually connected to 
22042 the secure server. Therefore, you might disclose your username and 
22043 password to the hacker before you establish a secure connection to the correct
22044 server.
22046 <P> Therefore, if possible avoid using STARTTLS (for IMAP and POP) or SUBMIT
22047 for SMTP (in port 587), as these are subject to attack. If possible
22048 ask your provider for secure connections for SSL or TLS in the secure ports
22049 993 for IMAP, 995 for POP or 465 for SMTP.
22051 <P> In the current state, even as of TLS 1.3, these protocols are considered 
22052 secure but they do not protect your privacy. For example your internet 
22053 service provider might track to which servers you are connecting securely. 
22054 Encryption protocols are evolving to not only protect the security of your 
22055 data, but also your privacy.
22057 <P> Other types of errors can lead to insecure connections. An example is
22058 when the name of the server as provided by the user does not match the
22059 name of the server in the certificate. 
22060 <A href="h_tls_validation_failure">Read more</A> about security errors
22061 of this type and learn how to protect yourself against this type of
22062 errors.
22065 &lt;End of help on this topic&gt;
22066 </BODY>
22067 </HTML>
22068 ======= h_composer_cntxt_server =======
22069 <HTML>
22070 <HEAD>
22071 <TITLE>Collection Server: Explained</TITLE>
22072 </HEAD>
22073 <BODY>
22074 <H1>Collection Edit Help -- Server Field</H1>
22076 This collection's &quot;Server:&quot; definition indicates the
22077 hostname of the server providing access to the folders in this
22078 collection.
22079 The syntax of this server name is the same as for other server names used
22080 in remote folder names in
22081 Alpine and is described
22082 <A HREF="h_folder_server_syntax">here</A>.
22085 &lt;End of help on this topic&gt;
22086 </BODY>
22087 </HTML>
22088 ======= h_composer_cntxt_path =======
22089 <HTML>
22090 <HEAD>
22091 <TITLE>Collection Path: Explained</TITLE>
22092 </HEAD>
22093 <BODY>
22094 <H1>Collection Edit Help -- Path Field</H1>
22096 The collection's &quot;Path:&quot; definition indicates the location
22097 of the folders in this collection.  If the path or any of its components
22098 do not exist, Alpine will prompt you for their creation when exiting the
22099 Add/Change screen.
22101 <P> 
22102 By default the path is interpreted as defining a section of your personal
22103 folder area.  This area and how you specify it are defined by the
22104 server, if one is specified in the collection, or, typically, the home
22105 directory if no server is defined.
22108 To define a collection outside the default &quot;area&quot;, prefix
22109 the path with the &quot;namespace&quot; to use when interpreting the
22110 given path.  If a namespace is specified, the Path begins with the
22111 sharp, &quot;#&quot;, character followed by the name of the namespace
22112 and then the namespace's path-element-delimiter.  Aside from the
22113 path's format, namespaces can also imply access rights, content
22114 policy, audience, location, and, occasionally, access methods.
22117 Each server exports its own set (possibly of size one) of 
22118 namespaces.  Hence, it's likely communication with your server's
22119 administrator will be required for specific configurations.  Some of
22120 the more common namespaces, however, include:
22122 <DL>
22123 <DT>#news.</DT>
22124 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
22125 names are hierarchically defined with each level delimited by a period.
22126 </DD>
22127 <DT>#public/</DT>
22128 <DD>This specifies a folder area that the server may export to the general
22129 public.
22130 </DD>
22131 <DT>#shared/</DT>
22132 <DD>This specifies a folder area that the folder may export to groups
22133 of users.
22134 </DD>
22135 <DT>#ftp/</DT>
22136 <DD>This specifies a folder area that is the same as that it may have 
22137 exported via the &quot;File Transfer Protocol&quot;.
22138 </DD>
22139 <DT>#mh/</DT>
22140 <DD>This specifies the personal folder area associated with folders
22141 and directories that were created using the MH message handling system.
22142 </DD>
22143 </DL>
22146 In addition, the server may support access to other user's folders,
22147 provided you have suitable permissions.  Common methods use a prefix
22148 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
22149 indicate the root of the other user's folder area.
22152 No, nothing's simple.
22155 &lt;End of help on this topic&gt;
22156 </BODY>
22157 </HTML>
22158 ======= h_composer_cntxt_view =======
22159 <HTML>
22160 <HEAD>
22161 <TITLE>Collection View: Explained</TITLE>
22162 </HEAD>
22163 <BODY>
22164 <H1>Collection Edit Help -- View Field</H1>
22166 The collection's &quot;View:&quot; definition provides a way to limit
22167 the displayed list of folders within a collection.  By default, only
22168 folders that contain the specified characters anywhere in their name
22169 are shown in the collection's folder list.
22172 Additionally, you can use a wildcard character to better control
22173 the list of folders selected for display.  The wildcard specifier is
22174 the star, &quot;*&quot;, character.
22177 So, for example, to define a collection of all folders ending with
22178 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
22179 quote characters!).  Or, similarly, to define a collection of folders
22180 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
22181 specify a view of &quot;a*z&quot;.
22184 &lt;End of help on this topic&gt;
22185 </BODY>
22186 </HTML>
22187 ======= h_composer_abook_add_server =======
22188 <HTML>
22189 <HEAD>
22190 <TITLE>Addressbook Server Name Field Explained</TITLE>
22191 </HEAD>
22192 <BODY>
22193 This field should be left blank if the address book is stored in a regular
22194 file on this system.  If it is a remote address book stored on an IMAP
22195 server then this is the name of that IMAP server.
22197 Look <A HREF="h_edit_nav_cmds">here</A>
22198 to see the available Editing and Navigation commands.
22200 &lt;End of help on this topic&gt;
22201 </BODY>
22202 </HTML>
22203 ======= h_composer_abook_add_folder =======
22204 <HTML>
22205 <HEAD>
22206 <TITLE>Addressbook Folder Name Field Explained</TITLE>
22207 </HEAD>
22208 <BODY>
22209 For a remote address book (one for which the Server Name is filled in)
22210 this is the name of a folder on the remote server. The address book data
22211 will be stored in this folder. This folder should be used only for
22212 storing this single address book, not for other address books or for
22213 other messages.
22215 For a local address book (one for which the Server Name is not filled in)
22216 this is the name of a file in which the address book will be stored.
22217 The file is in the same directory as the Alpine configuration file if the
22218 configuration file is local.
22219 If the configuration file is remote, then this will be in the home directory
22220 for Unix Alpine and in the directory specified by the
22221 &quot;-aux local_directory&quot; command line argument.
22223 Look <A HREF="h_edit_nav_cmds">here</A>
22224 to see the available Editing and Navigation commands.
22226 &lt;End of help on this topic&gt;
22227 </BODY>
22228 </HTML>
22229 ======= h_composer_abook_add_nick =======
22230 <HTML>
22231 <HEAD>
22232 <TITLE>Addressbook NickName Field Explained</TITLE>
22233 </HEAD>
22234 <BODY>
22235 This is just an optional nickname for this address book. If present, it
22236 is used in some of the displays and error messages in the address book
22237 maintenance screens. It is for your convenience only and serves no
22238 other purpose.
22240 Look <A HREF="h_edit_nav_cmds">here</A>
22241 to see the available Editing and Navigation commands.
22243 &lt;End of help on this topic&gt;
22244 </BODY>
22245 </HTML>
22246 ======= h_composer_qserv_cn =======
22247 <HTML>
22248 <HEAD>
22249 <TITLE>Directory Query Form Explained</TITLE>
22250 </HEAD>
22251 <BODY>
22253 Fill in as many of these fields as you wish to narrow down your
22254 search. All the fields you fill in must match in order for an entry
22255 to be returned. You may use the wildcard character &quot;*&quot; in
22256 any of the fields, it matches any zero or more characters at that
22257 point in the string. There are no implicit wildcards, so the match is
22258 exact unless you include wildcards.
22261 Note that if an attribute isn't present at all, then the match will fail.
22262 For example, if a server doesn't support the Locality attribute, then no
22263 matter what you put in the Locality field (other than leaving it empty)
22264 the search will fail.
22267 This field, the Common Name field, is typically a person's full name.
22270 <H1>EDITING and NAVIGATION COMMANDS</H1>
22271 <!--chtml if pinemode="function_key"-->
22272 <PRE>
22273 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
22274 ^B (Left Arrow)    Back character       | ^D       Delete current character
22275 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
22276 ^P (Up Arrow)      Previous line        |
22277 ^N (Down Arrow)    Next line            | F9       Cut marked text or
22278 ^A                 Beginning of line    |            delete current line
22279 ^E                 End of line          | F10      Undelete line(s)
22280 F7                 Previous page        |
22281 F8                 Next page            |-------------------------------------
22282 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
22283 ----------------------------------------|
22284 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
22285 F2   Cancel      |   F1    Get help     |
22286 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
22287 </PRE>
22288 <!--chtml else-->
22289 <PRE>
22290 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
22291 ^B (Left Arrow)    Back character       | ^D       Delete current character
22292 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
22293 ^P (Up Arrow)      Previous line        |
22294 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
22295 ^A                 Beginning of line    |            delete current line
22296 ^E                 End of line          | ^U       Undelete line(s)
22297 ^Y                 Previous page        |
22298 ^V                 Next page            |-------------------------------------
22299 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
22300 ----------------------------------------|
22301 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
22302 ^C   Cancel      |   ^G    Get help     |
22303 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
22304 </PRE>
22305 <!--chtml endif-->
22306 <P><UL>
22307 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22308 </UL><P>
22309 &lt;End of help on this topic&gt;
22310 </BODY>
22311 </HTML>
22312 ======= h_composer_qserv_sn =======
22314 The Surname is usually the family name of a person.
22316 <End of help on this topic>
22317 ======= h_composer_qserv_gn =======
22319 This is the part of a person's name that isn't the surname or initials.
22321 <End of help on this topic>
22322 ======= h_composer_qserv_mail =======
22324 This is the email address of a person.
22326 <End of help on this topic>
22327 ======= h_composer_qserv_org =======
22329 This is the organization a person belongs to.
22331 <End of help on this topic>
22332 ======= h_composer_qserv_unit =======
22334 This is the organizational unit a person belongs to.
22336 <End of help on this topic>
22337 ======= h_composer_qserv_country =======
22339 This is the country a person belongs to.
22341 <End of help on this topic>
22342 ======= h_composer_qserv_state =======
22344 This is the state a person belongs to.
22346 <End of help on this topic>
22347 ======= h_composer_qserv_locality =======
22349 This is the locality a person belongs to.
22351 <End of help on this topic>
22352 ======= h_composer_qserv_custom =======
22354 This one is for advanced users only! If you put something in this field,
22355 then the rest of the fields are ignored.
22357 This field may be set to the string representation of an LDAP search
22358 filter (see RFC1960). Here are some examples:
22360 To search for an entry with a surname equal to "clinton" you could set
22361 the custom filter to:
22363      (sn=clinton)
22364     
22365 This is equivalent to putting "clinton" in the SurName field.
22366 To search for an entry that has a surname that begins with "clint" and
22367 has a givenname equal to "william" you could use:
22369      (&(sn=clint*)(givenname=william))
22370     
22371 This is equivalent to setting the SurName field to "clint*" and the
22372 GivenName field to "william".
22373 To search for an entry where either the common name OR the email address
22374 contains "abcde" you could use:
22376      (|(cn=*abcde*)(mail=*abcde*))
22378 That isn't equivalent to anything you can do by setting the other fields
22379 because of the OR.
22381 <End of help on this topic>
22382 ======= h_composer_qserv_qq =======
22384 This one is a little different from the rest of the categories.  It causes
22385 a search to be formed from the configured search filter that you filled
22386 in when you added the directory server to your configuration. It can also
22387 be combined with the other fields if you'd like.
22389 <End of help on this topic>
22390 ======= h_address_format =======
22391 <HTML>
22392 <HEAD>
22393 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
22394 </HEAD>
22395 <BODY>
22396 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
22398 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
22399 and then a domain, with no spaces.  
22400 For example, jsmith@art.example.com might be the email address
22401 of a person  
22402 with the username &quot;jsmith&quot; who has an account in the domain
22403 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
22404 right of the &quot;@&quot; sign can vary - a shorter example would be 
22405 isabelle@elsewhere.edu (the shortest possible form: here, only the 
22406 organization's domain is specified after the &quot;@&quot; sign); a longer 
22407 example would be 
22408  jsingh@shakti.edutech.example.com
22409 (here, the name of the host &quot;shakti&quot; in the domain 
22410 edutech.example.com is also specified).  
22411 <P>  
22412 If you do not know the exact email address of someone you want to write 
22413 to, ask them what it is using other means of communication than email; or 
22414 use the tools for 
22415 finding people's addresses that are available on the Internet.
22417 If you are sending to someone on the same system as you are, you can leave
22418 the &quot;@&quot; sign and all the information to its right off of the 
22419 address, and Alpine will fill it in automatically, 
22420 unless the feature 
22421 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
22424 When an email address you send a message to is not reachable -- either because 
22425 it is simply an incorrect address, or because email can temporarily not be 
22426 delivered to it due to a technical problem on the way to or at the recipient's 
22427 end -- you will almost always get an error notification email message back.
22429 If you encounter problems with, or have questions about, email delivery or
22430 email address syntax, contact your local network computing consultants.
22431 <P><UL>
22432 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22433 </UL>
22435 &lt;End of help on this topic&gt;
22436 </BODY>
22437 </HTML>
22438 ======= h_flag_user_flag =======
22439 <HTML>
22440 <HEAD>
22441 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
22442 </HEAD>
22443 <BODY>
22444 <H1>STATUS FLAG: User Defined Keyword</h1>
22446 This is a keyword that is defined for this folder.
22447 It was most likely defined by the owner of the folder.
22448 Alpine will not set or clear this flag on its own.
22450 <P><UL>
22451 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22452 </UL><P>
22453 &lt;End of help on this topic&gt;
22454 </BODY>
22455 </HTML>
22456 ======= h_flag_important =======
22457 <html>
22458 <title>STATUS FLAG: Important</title>
22459 <body>
22460 <h1>STATUS FLAG: Important</h1>
22463 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
22464 MESSAGE&nbsp;INDEX
22465 screen, can only be set by the user, and is intended to be used in
22466 whatever fashion makes sense to you.  You are the only one that can set or
22467 clear it. 
22470 &lt;End of help on this topic&gt;
22471 </BODY>
22472 </HTML>
22473 ======= h_flag_new =======
22474 <html>
22475 <title>STATUS FLAG: New</title>
22476 <body>
22477 <h1>STATUS FLAG: New</h1>
22480 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
22481 MESSAGE&nbsp;INDEX screen,
22482 is automatically set when messages are delivered to your Inbox (or other
22483 folder specified outside of Alpine).  Likewise, it is cleared automatically
22484 the first time you read the message it is associated with.
22487 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
22488 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
22489 you'd like to be reminded of it next time you read mail.  This can be done
22490 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
22494 &lt;End of help on this topic&gt;
22495 </BODY>
22496 </HTML>
22497 ======= h_flag_answered =======
22498 <html>
22499 <title>STATUS FLAG: Answered</title>
22500 <body>
22501 <h1>STATUS FLAG: Answered</h1>
22503 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
22504 MESSAGE&nbsp;INDEX
22505 screen, is automatically set when you reply to a message.  This flag is not
22506 automatically cleared.
22509 &lt;End of help on this topic&gt;
22510 </BODY>
22511 </HTML>
22512 ======= h_flag_forwarded =======
22513 <html>
22514 <title>STATUS FLAG: Forwarded</title>
22515 <body>
22516 <h1>STATUS FLAG: Forwarded</h1>
22518 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
22519 MESSAGE&nbsp;INDEX
22520 screen, is automatically set when you forward a message.  This flag is not
22521 automatically cleared.
22524 &lt;End of help on this topic&gt;
22525 </BODY>
22526 </HTML>
22527 ======= h_flag_deleted =======
22528 <html>
22529 <title>STATUS FLAG: Deleted</title>
22530 <body>
22531 <h1>STATUS FLAG: Deleted</h1>
22533 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
22534 MESSAGE&nbsp;INDEX
22535 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
22536 It is cleared
22537 when you use the &quot;U&nbsp;Undelete&quot; command.
22540 Messages marked with this flag will be permanently removed from
22541 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
22542 command, or
22543 when you indicate acceptance of their removal upon leaving the folder.
22546 Note, there can be other actions implicit in the
22547 &quot;D&nbsp;Delete&quot; command,
22548 such as advancing to the next message, that may be momentarily undesirable.
22549 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
22550 flag <A HREF="h_common_flag">explicitly</A>.
22553 &lt;End of help on this topic&gt;
22554 </BODY>
22555 </HTML>
22556 ====== h_config_incoming_timeo ======
22557 <HTML>
22558 <HEAD>
22559 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
22560 </HEAD>
22561 <BODY>
22562 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
22564 This option has no effect unless the feature
22565 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22566 is set, which in turn has no effect unless
22567 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22568 is set.
22570 Sets the time in seconds that Alpine will
22571 attempt to open a network connection used for monitoring for Unseen
22572 messages in Incoming Folders. The default is 5.
22573 If a connection has not completed within this many seconds Alpine will
22574 give up and consider it a failed connection.
22576 <UL>   
22577 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22578 </UL><P>
22579 &lt;End of help on this topic&gt;
22580 </BODY>
22581 </HTML>
22582 ====== h_config_incoming_interv ======
22583 <HTML>
22584 <HEAD>
22585 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
22586 </HEAD>
22587 <BODY>
22588 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
22590 This option has no effect unless the feature
22591 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22592 is set, which in turn has no effect unless
22593 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22594 is set.
22596 This option specifies, in seconds, how often Alpine will check
22597 for new mail and state changes in Incoming Folders when Incoming Folders
22598 Checking is turned on.
22599 The default is 3 minutes (180).
22600 This value applies only to folders that are local to the system that
22601 Alpine is running on or that are accessed using the IMAP protocol.
22602 The similar option
22603 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
22604 applies to all other monitored folders.
22606 <UL>   
22607 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22608 </UL><P>
22609 &lt;End of help on this topic&gt;
22610 </BODY>
22611 </HTML>
22612 ====== h_config_incoming_second_interv ======
22613 <HTML>
22614 <HEAD>
22615 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
22616 </HEAD>
22617 <BODY>
22618 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
22620 This option has no effect unless the feature
22621 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22622 is set, which in turn has no effect unless
22623 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22624 is set.
22626 This option together with the option
22627 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
22628 specifies, in seconds, how often Alpine will check
22629 for new mail and state changes in Incoming Folders when Incoming Folders
22630 Checking is turned on.
22631 The default for this option is 3 minutes (180).
22632 For folders that are local to this system or
22633 that are accessed using the IMAP protocol
22634 the value of the option
22635 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
22636 is used.
22637 For all other monitored folders, the value of this option is used.
22639 The reason there are two separate options is because it is usually
22640 less expensive to check local and IMAP folders than it is to check
22641 other types, like POP or NNTP folders.
22642 You may want to set this secondary value to a higher number than
22643 the primary check interval.
22645 <UL>   
22646 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22647 </UL><P>
22648 &lt;End of help on this topic&gt;
22649 </BODY>
22650 </HTML>
22651 ====== h_config_incoming_list ======
22652 <HTML>
22653 <HEAD>
22654 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
22655 </HEAD>
22656 <BODY>
22657 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
22659 This option has no effect unless the feature
22660 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22661 is set, which in turn has no effect unless
22662 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22663 is set.
22665 When monitoring the Incoming Message Folders for Unseen messages Alpine will
22666 normally monitor all Incoming Folders.
22667 You may use this option to restrict the list of monitored folders to a
22668 subset of all Incoming Folders.
22670 <UL>   
22671 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22672 </UL><P>
22673 &lt;End of help on this topic&gt;
22674 </BODY>
22675 </HTML>
22676 ====== h_config_pers_name ======
22677 <HTML>
22678 <HEAD>
22679 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
22680 </HEAD>
22681 <BODY>
22682 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
22684 This value is used to determine the full name part of the "From" address
22685 on messages you send.
22686 <!--chtml if pinemode="os_windows"-->
22687  PC-Alpine requires that this be set in order to properly construct the "From" address.
22688 <!--chtml else-->
22689  If unset, Unix Alpine will obtain your full name from
22690  the system password file. PC-Alpine, on the other hand, requires that this be set.
22691 <!--chtml endif-->
22693 If you want to change the value of what gets included in the From header
22694 in messages you send (other than just the Personal Name)
22695 look <A HREF="h_config_change_your_from">here</A> for a description.
22696 <P><UL>
22697 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22698 </UL><P>
22699 &lt;End of help on this topic&gt;
22700 </BODY>
22701 </HTML>
22702 ====== h_config_pruned_folders ======
22703 <html>
22704 <header>
22705 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
22706 </header>
22707 <body>
22708 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
22710 This variable allows you to define a list of one or more folders that
22711 Alpine will offer to prune for you in the same way it automatically offers
22712 to prune your "sent-mail" folder each month.
22713 Each folder in this list must be a folder in your default folder collection
22714 (the first folder collection if you have more than one), and it is just
22715 the relative name of the folder in the collection, not the fully-qualified name.
22716 It is similar to sent-mail.
22717 Instead of something like
22719 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
22721 the correct value to use would be
22723 <CENTER><SAMP>folder</SAMP></CENTER>
22725 There is an assumption here that your first collection is the folders in
22727 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
22730 Once a month, for each folder listed, Alpine will offer to move
22731 the contents of the folder to a new folder of the same name but with
22732 the previous month's date appended.  Alpine will then look for any such
22733 date-appended folder names created for a previous month, and offer each
22734 one it finds for deletion.
22737 If you decline the first offer, no mail is moved and no new folder is
22738 created.
22741 The new folders will be created
22742 in your default folder collection.
22745 <UL>   
22746 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22747 </UL><P>
22748 &lt;End of help on this topic&gt;
22749 </body>
22750 </html>
22751 ====== h_config_upload_cmd ======
22752 <HTML>
22753 <HEAD>
22754 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
22755 </HEAD>
22756 <BODY>
22757 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
22759 This option affects the behavior of the Composer's &quot;Read File&quot; 
22760 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
22761 commands.  It specifies
22762 a Unix program name, and any necessary command line arguments, that Alpine can
22763 use to transfer files from your personal computer into messages that you are
22764 composing.<P>
22766 <B>Note:</B> this facility is intended for use with serial line transfer 
22767 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
22768 to work with TCP/IP file transfer programs such as ftp.<P>
22770 If a program is specified, the commands listed above are modified to offer a
22771 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
22772 specified here must match the transfer program or protocol available on the
22773 personal computer.<P>
22775 Alpine expects to exchange uploaded data via a file on your Unix system.  When
22776 the specified upload program finishes, Alpine expects the uploaded data to be
22777 contained in this file.<P>
22779 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
22780 generates a
22781 temporary file name that it will pass to the specified Unix program.  Alpine
22782 will read the resulting uploaded text from this file and then delete it when
22783 the upload command is finished.<P>
22785 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
22786 prompt
22787 you for the name of the file that is to contain the uploaded information that
22788 it is to attach.  Alpine will attach this file to the composition, but will
22789 <B>not</B> delete this file after the upload command is finished.<P>
22791 The special token &quot;_FILE_&quot; may be included among the Unix program's 
22792 command
22793 line arguments.  Alpine will replace this symbol with the name of the file
22794 being used to exchange the uploaded information.  This token allows you to
22795 position the file name where it is required in the Unix program's command
22796 line arguments.<P>
22798 If the &quot;_FILE_&quot; token is not present in the specified command, the
22799 temporary file's name is automatically appended to the specified Unix
22800 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
22801 <B>last</B> command line argument.
22802 <P><UL>
22803 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22804 </UL><P>
22805 &lt;End of help on this topic&gt;
22806 </BODY>
22807 </HTML>
22808 ====== h_config_upload_prefix ======
22809 <HTML>
22810 <HEAD>
22811 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
22812 </HEAD>
22813 <BODY>
22814 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
22816 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
22817 It defines text to be written to the terminal emulator (via standard output)
22818 immediately prior to starting upload command.  This is useful for
22819 integrated serial line file transfer agents that permit command passing
22820 (e.g., Kermit's APC method).<P>
22822 The special token &quot;_FILE_&quot; may be included in the string specification.
22823 That symbol will be replaced with the (Alpine-created) name of the temporary
22824 file in which Alpine will expect to find the uploaded file.
22825 <P><UL>
22826 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22827 </UL><P>
22828 &lt;End of help on this topic&gt;
22829 </BODY>
22830 </HTML>
22831 ====== h_config_download_cmd ======
22832 <HTML>
22833 <HEAD>
22834 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
22835 </HEAD>
22836 <BODY>
22837 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
22839 This option affects the behavior of the Export command.  It specifies a Unix
22840 program name, and any necessary command line arguments, that Alpine can use to
22841 transfer the exported message to your personal computer's disk.<P>
22842 Note: this facility is intended for use with serial line transfer 
22843 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
22844 to work with TCP/IP file transfer programs such as ftp.<P>
22845 If a program is specified, the Export command is modified to offer a
22846 subcommand (^V) to activate the transfer (in lieu of saving it to
22847  the machine where Alpine is running).  Obviously, the Unix program
22848 specified here must match the transfer program or protocol available on the
22849 personal computer.<P>
22851 When this subcommand is selected and before Alpine invokes the specified Unix
22852 program, Alpine will create a temporary file containing the text of the
22853 exported message.  Alpine uses this file to pass the exported message text to
22854 the specified Unix program.<P>
22856 The special token &quot;_FILE_&quot; may be included among the Unix program's command
22857 line arguments.  Alpine will replace this symbol with the temporary file's name
22858 before executing the Unix program.  This token allows you to position the
22859 file name where it is required in the Unix program's command line arguments.
22861 If the &quot;_FILE_&quot; token is not present in the specified command, the
22862 temporary file's name is automatically appended to the specified Unix
22863 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
22864 <B>last</B> command line argument.
22865 <P><UL>
22866 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22867 </UL><P>
22868 &lt;End of help on this topic&gt;
22869 </BODY>
22870 </HTML>
22871 ====== h_config_download_prefix ======
22872 <HTML>
22873 <HEAD>
22874 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
22875 </HEAD>
22876 <BODY>
22877 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
22879 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
22880 It defines text to be written to the terminal emulator (via standard output)
22881 immediately prior to starting the download command.  This is useful for
22882 integrated serial line file transfer agents that permit command passing
22883 (e.g., Kermit's APC method).
22885 The special token &quot;_FILE_&quot; may be included in the string 
22886 specification.
22887 That symbol will be replaced with the (Alpine-created) name of the temporary
22888 file into which Alpine will place the message to be downloaded.
22889 <P><UL>
22890 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22891 </UL><P>
22892 &lt;End of help on this topic&gt;
22893 </BODY>
22894 </HTML>
22895 ====== h_config_mailcap_path ======
22896 <HTML>
22897 <HEAD>
22898 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
22899 </HEAD>
22900 <BODY>
22901 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
22902 This variable is used to replace Alpine's default mailcap file search path.
22903 It takes one or more file names (full paths must be specified) in which to
22904 look for mail capability data.  The default search path can be found in this
22905 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
22906 If there is more than one file name listed, list members should be delimited
22907 by 
22908 <!--chtml if pinemode="os_windows"-->
22909 a semi-colon (;) under Windows; for example:<PRE>
22910         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
22911 </PRE>
22912 <!--chtml else-->
22913 a colon (:) under UNIX; for example:<PRE>
22914         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
22915 </PRE>
22916 <!--chtml endif-->
22917 <P><UL>
22918 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22919 </UL>
22921 &lt;End of help on this topic&gt;
22922 </BODY>
22923 </HTML>
22924 ====== h_config_mimetype_path ======
22925 <HTML>
22926 <HEAD>
22927 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
22928 </HEAD>
22929 <BODY>
22930 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
22932 This variable is used to replace Alpine's default mime.types file search path.
22933 It takes one or more file names (full paths must be specified) in which to
22934 look for file-name-extension to MIME type mapping data.  The default search
22935 path can be found in this
22936 <A HREF="h_news_config">Alpine Configuration</A> help.
22940 If there is more than one file name listed, list members should be delimited
22941 by a colon (:) under UNIX and a semi-colon (;) under Windows.
22943 &lt;End of help on this topic&gt;
22944 </BODY></HTML>
22945 ====== h_config_system_certs_path ======
22946 <HTML>
22947 <HEAD>
22948 <TITLE>OPTION: <!--#echo var="VAR_system-certs-path"--></TITLE>
22949 </HEAD>
22950 <BODY>
22951 <H1>OPTION: <!--#echo var="VAR_system-certs-path"--></H1>
22953 When Alpine is built to support secure connections to remote servers, a directory
22954 must be reserved in the system to store certificates that will be used to validate
22955 remote servers. This is normally configured at the time that Alpine is built, but
22956 there might be circumstances under which a user might want to use a different
22957 directory. For example, the directory might not be accessible, or has not been 
22958 updated and contains old certificates that have expired.
22961 This variable can be used to list
22962 the directory where such certificates can be found. Alpine will use the first
22963 directory in this list that exists in your system and can be accessed. This
22964 allows for users to be able to use the same pinerc file in different systems.
22967 Example of values for this option might be:
22969 <PRE>
22970 System CACerts Dir = /etc/ssl/certs
22971                      /usr/local/ssl/certs
22972                      C:\\libressl\\ssl\\certs
22973 <PRE>
22976 In unix systems, the default location of the certificates for openssl can
22977 be obtained by first executing the command
22979 <PRE>openssl version -d</PRE>
22981 and adding &quot;/certs&quot; to that value. In Windows the default location
22982 for the certificates is C:\\libressl\\ssl\\certs. This value was set by
22983 LibreSSL developers, and this option can be used to override this default.
22986 &lt;End of help on this topic&gt;
22987 </BODY></HTML>
22988 ====== h_config_system_certs_file ======
22989 <HTML>
22990 <HEAD>
22991 <TITLE>OPTION: <!--#echo var="VAR_system-certs-file"--></TITLE>
22992 </HEAD>
22993 <BODY>
22994 <H1>OPTION: <!--#echo var="VAR_system-certs-file"--></H1>
22996 This option sets the location of the container file that holds 
22997 certificate authority (CA) certificates.
22998 Alpine will use the first
22999 container in this list that exists in your system and can be accessed. This
23000 allows for users to be able to use the same pinerc file in different systems.
23003 Example of values for this option might be:
23005 <PRE>
23006 System CACerts File = /etc/ssl/certs/cert.pem
23007                       /usr/local/ssl/ca-root-nss.crt
23008                       C:\\libressl\\ssl\\certs\\cert.pem
23009 <PRE>
23012 In unix systems, the default location of the certificates for openssl can
23013 be obtained by first executing the command
23015 <PRE>openssl version -d</PRE>
23017 and adding &quot;/certs&quot; to that value. In Windows the default location
23018 for the certificates is C:\\libressl\\ssl\\certs\\cert.pem. This value was set 
23019 by LibreSSL developers, and this option can be used to override this default.
23022 &lt;End of help on this topic&gt;
23023 </BODY></HTML>
23024 ====== h_config_user_certs_path ======
23025 <HTML>
23026 <HEAD>
23027 <TITLE>OPTION: <!--#echo var="VAR_user-certs-path"--></TITLE>
23028 </HEAD>
23029 <BODY>
23030 <H1>OPTION: <!--#echo var="VAR_user-certs-path"--></H1>
23032 (UNIX ALPINE ONLY)
23033 This directory is used by Alpine to store certificates that a user
23034 trusts. Alpine will use the first directory in this list that exists in your
23035 system and can be accessed. This allows for users to be able to
23036 use the same pinerc file in different systems. The default location
23037 is ~/.alpine-certs.
23040 In addition to the certificates stored in this directory, Alpine also
23041 trusts certificates saved in the container file referenced in the
23042 configuration variable
23043 <A HREF="h_config_user_certs_file"><!--#echo var="VAR_user-certs-file"--></A>.
23046 Example of values for this option might be:
23048 <PRE>
23049 User Certs Dir = /home/fred/.alpine-certs
23050                  C:\\Users\\Admin\\alpine-certs
23051 <PRE>
23054 &lt;End of help on this topic&gt;
23055 </BODY></HTML>
23056 ====== h_config_user_certs_file ======
23057 <HTML>
23058 <HEAD>
23059 <TITLE>OPTION: <!--#echo var="VAR_user-certs-file"--></TITLE>
23060 </HEAD>
23061 <BODY>
23062 <H1>OPTION: <!--#echo var="VAR_user-certs-file"--></H1>
23064 (UNIX ALPINE ONLY)
23065 This option sets the location of a container file that holds certificate
23066 authority (CA) certificates that the user trusts. Its value is the
23067 full path referencing the location of this file. Alpine will use the first
23068 container in this list that exists and can be accessed in your system. This
23069 allows for users to be able to use the same pinerc file in different
23070 systems. The default location is ~/.alpine-certs/certs.pem.
23073 In addition to the certificates stored in this directory, Alpine also
23074 trusts certificates saved in the directory referenced in the
23075 configuration variable
23076 <A HREF="h_config_user_certs_path"><!--#echo var="VAR_user-certs-path"--></A>.
23079 Example of values for this option might be:
23081 <PRE>
23082 User Certs File = /home/fred/.alpine-certs/certs.pem
23083                   C:\\libressl\\ssl\\certs\\cert.pem
23084 <PRE>
23087 &lt;End of help on this topic&gt;
23088 </BODY></HTML>
23089 ====== h_config_ssl_ciphers ======
23090 <HTML>
23091 <HEAD>
23092 <TITLE>OPTION: <!--#echo var="VAR_ssl-ciphers"--></TITLE>
23093 </HEAD>
23094 <BODY>
23095 <H1>OPTION: <!--#echo var="VAR_ssl-ciphers"--></H1>
23097 (UNIX ALPINE ONLY)
23098 This is a colon separated list of ciphers that your openssl or libressl
23099 library supports and should use to negotiate a secure connection with a
23100 remote SSL server.
23103 The list of ciphers supported by openssl can be obtained with the command
23104 line command
23107 openssl ciphers
23110 Consult the manual page of the openssl ciphers command to see more
23111 ways to specify groups of ciphers, such as RSA, or other groups of
23112 ciphers.
23115 &lt;End of help on this topic&gt;
23116 </BODY></HTML>
23117 ====== h_config_set_att_ansi ======
23118 <HTML><HEAD>
23119 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
23120 </HEAD>
23121 <BODY>
23122 <H1>OPTION: Set printer to attached ansi printer</H1>
23124 Type "S" to set your printer to "attached-to-ansi".<BR>
23125 It is OK to include "attached-to-ansi" in your personal list below.
23127 &lt;End of help on this topic&gt;
23128 </BODY></HTML>
23129 ====== h_config_set_att_ansi2 ======
23130 <HTML><HEAD>
23131 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
23132 </HEAD>
23133 <BODY>
23134 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
23136 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
23137 It is OK to include "attached-to-ansi-no-formfeed" in your personal
23138 list below.
23142 This is the same as the "attached-to-ansi" option except that a
23143 formfeed character will not be appended to the end of the print job.
23144 If your printer already ejects the paper by itself at the end of the
23145 job, you may prefer the "no-formfeed" form of this printer so that you
23146 don't get an extra blank page between print jobs.
23149 &lt;End of help on this topic&gt;
23150 </BODY></HTML>
23151 ====== h_config_set_att_wyse ======
23152 <HTML><HEAD>
23153 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
23154 </HEAD>
23155 <BODY>
23156 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
23158 Type "S" to set your printer to "attached-to-wyse".<BR>
23159 It is OK to include "attached-to-wyse" in your personal list below.
23161 This is very similar to "attached-to-ansi".
23162 The only difference is in the control characters sent to turn the printer
23163 on and off.
23164 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
23165 to turn on the printer and ESC LEFT_BRACKET 4 i
23166 to turn it off.
23167 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
23168 &lt;End of help on this topic&gt;
23169 </BODY></HTML>
23170 ====== h_config_set_att_wyse2 ======
23171 <HTML><HEAD>
23172 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
23173 </HEAD>
23174 <BODY>
23175 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
23177 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
23178 It is OK to include "attached-to-wyse-no-formfeed" in your personal
23179 list below.
23183 This is the same as the "attached-to-wyse" option except that a
23184 formfeed character will not be appended to the end of the print job.
23185 If your printer already ejects the paper by itself at the end of the
23186 job, you may prefer the "no-formfeed" form of this printer so that you
23187 don't get an extra blank page between print jobs.
23190 &lt;End of help on this topic&gt;
23191 </BODY></HTML>
23192 ====== h_config_set_stand_print ======
23193 <HTML>
23194 <HEAD>
23195 <TITLE>OPTION: Set default printer</TITLE>
23196 </HEAD>
23197 <H1>OPTION: Set default printer</H1>
23198 <BODY>
23199 Move to the printer you want and type "S" to set it to be your
23200 default printer.  This list is not modifiable by you and has been
23201 set up by the system administrators.  If there is more than one printer
23202 listed in the Command List, you will be able to cycle through that
23203 whole list at the time you print, starting with your default.
23204 It is OK to include entries from this Standard list in your personal
23205 list below.
23207 &lt;End of help on this topic&gt;
23208 </BODY>
23209 </HTML>
23210 ====== h_config_set_custom_print ======
23211 <HTML>
23212 <HEAD>
23213 <TITLE>OPTION: Set default printer</TITLE>
23214 </HEAD>
23215 <H1>OPTION: Set default printer</H1>
23216 <BODY>
23217 You may add as many print commands as you want to your personal list.
23218 Specify one of them as your default printer by moving to the printer
23219 you want and typing "S".  If there is more than one printer listed
23220 in the Command List, you will be able to cycle through that list at
23221 the time you print, starting with your default.  It is OK to include
23222 entries from the Standard list above or to include the command
23223 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
23224 "attached-to-wyse-no-formfeed" as one of the entries here.
23226 &lt;End of help on this topic&gt;
23227 </BODY>
23228 </HTML>
23229 ====== h_config_user_id =====
23230 <HTML>
23231 <HEAD>
23232 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
23233 </HEAD>
23234 <BODY>
23235 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
23237 This value is used as part of the "From" address on messages you send.
23238 It is also the default login name for remote IMAP server access.  Set this
23239 to the username part you want to appear on outgoing email.
23241 If you want to change the value of what gets included in the From header
23242 in messages you send (other than just the User ID)
23243 look <A HREF="h_config_change_your_from">here</A> for a description.
23245 <P><UL>   
23246 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23247 </UL><P>
23248 &lt;End of help on this topic&gt;
23249 </BODY>
23250 </HTML>
23251 ====== h_config_user_dom =====
23252 <HTML>
23253 <HEAD>
23254 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
23255 </HEAD>
23256 <BODY>
23257 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
23259 This value specifies the domain part (right-hand side) of your return
23260 address on outgoing email and is also used as the default domain for email
23261 composed to a local user.
23262 <!--chtml if pinemode="os_windows"-->
23263  This value is required for PC-Alpine. If you are unsure as to what this should be,
23264  contact your local help desk, system administrator, or Internet Service Provider.
23265 <!--chtml else-->
23266  If unset, Unix Alpine will obtain the domain from
23267  the system.  Often this value will be set for your whole site by the
23268  system administrator.<P>
23269 <!--chtml endif-->
23270 If you set this, see also the <A HREF="h_config_quell_local_lookup">
23271 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
23273 If you want to change the value of what gets included in the From header
23274 in messages you send (other than just the User Domain)
23275 look <A HREF="h_config_change_your_from">here</A> for a description.
23276 <P><UL>
23277 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23278 </UL><P>
23279 &lt;End of help on this topic&gt;
23280 </BODY>
23281 </HTML>
23282 ====== h_config_smtp_server =====
23283 <HTML>
23284 <HEAD>
23285 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
23286 </HEAD>
23287 <BODY>
23288 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
23289 This value specifies the name of one or more SMTP 
23290 (Simple Mail Transfer Protocol) servers for sending mail. 
23291 <!--chtml if pinemode="os_windows"-->
23292 You must have an SMTP server for use with PC-Alpine.
23293 SMTP servers are
23294 normally set up by a system administrator for use by all members of a given
23295 campus or department.
23296 Contact your local help desk to ask what SMTP
23297 servers you should use.  
23298 <!--chtml else-->
23299 Unix Alpine users may not need to set an SMTP server.
23300 Alpine will attempt to execute the program (usually sendmail) that is used
23301 to insert mail into the mail system.
23302 If this works for you, you may leave this option blank.
23303 If there is an SMTP server running on the Unix host you may be able to
23304 improve sending performance slightly by setting the SMTP server option
23305 to &quot;localhost&quot; or to the actual name of the Unix host.
23307 If the Unix host doesn't work the way Alpine was expecting you will need to
23308 set the value of this option.
23309 SMTP servers are
23310 normally set up by a system administrator for use by all members of a given
23311 campus or department.
23312 Contact your local help desk to ask what SMTP
23313 servers you should use.  
23314 <!--chtml endif-->
23316 Your SMTP server may offer SMTP AUTH authentication.
23317 It may even require it.
23318 If your SMTP server offers SMTP AUTH authentication you may specify a
23319 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
23320 This parameter requires an associated value,
23321 the username identifier with which to establish the server
23322 connection.
23323 An example might be:
23326 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
23329 If AUTH authentication is offered by the server, this will cause Alpine to
23330 attempt to use it.
23331 If AUTH authentication is not offered by the server, this will cause Alpine
23332 to fail sending with an error similar to:
23335 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
23338 Another type of authentication that is used by some ISPs is called
23339 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
23340 which means that you have to authenticate
23341 yourself to the POP or IMAP server by opening a mailbox before you
23342 can send mail.
23343 To do this, you usually only have to open your INBOX.
23346 You may tell Alpine to use the
23347 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
23348 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
23349 parameter
23350 in this option.
23351 At this time &quot;/submit&quot; is simply equivalent to specifying
23352 port 587, though it may imply more than that at some point in the future.
23353 Some ISPs are blocking port 25 in order to reduce the amount of spam
23354 being sent to their users.
23355 You may find that the submit option allows you to get around such a block.
23358 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
23361 To specify any non-standard port number on the SMTP server you may follow
23362 the hostname with a colon followed by the portnumber.
23365 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
23368 Normally, when a connection is made to the Smtp-Server Alpine will attempt
23369 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
23370 If that fails then a non-encrypted connection will be attempted instead.
23371 You may specify that a TLS connection is required if you wish.
23372 If you append &quot;/starttls&quot; to the name then the connection will fail
23373 instead of falling back to a non-secure connection.
23376 <CENTER><SAMP>smtpserver.example.com/starttls</SAMP></CENTER>
23380 For more details about server name possibilities see
23381 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
23384 <UL>
23385 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23386 </UL>
23388 &lt;End of help on this topic&gt;
23389 </BODY>
23390 </HTML>
23391 ====== h_config_nntp_server =====
23392 <HTML>
23393 <HEAD>
23394 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
23395 <BODY>
23396 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
23398 This value specifies the name of one or more NNTP
23399 (Network News Transfer Protocol)
23400 servers for reading and posting USENET news.
23401 NNTP servers are normally
23402 set up by a system administrator for use by all members of a given campus
23403 or department.
23404 Contact your local help desk to ask what NNTP servers you should use.  
23405 <!--chtml if pinemode="os_windows"--><!--chtml else-->
23406 Often Unix Alpine users will find that this variable has been
23407 set for the whole system (and they don't have to worry about it).  
23408 <!--chtml endif-->
23409 When you define an NNTP server here, Alpine implicitly defines a news
23410 collection for you, assuming that server as the news server and assuming
23411 that you will use the NNTP protocol and a local newsrc configuration file
23412 for reading news.
23413 For more about reading news with Alpine, see
23414 <A HREF="h_reading_news">how to use Alpine to read news</A>.
23416 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
23417 or &quot;AUTHINFO USER&quot; authentication.
23418 It may even require it.
23419 If your NNTP server does offer such authentication you may specify a user name
23420 parameter to cause Alpine to attempt to authenticate.
23421 The same is true for the server name in a folder collection that uses NNTP.
23422 This parameter requires an associated value,
23423 the username identifier with which to establish the server connection.
23424 An example might be:
23427 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
23430 If authentication is offered by the server, this will cause Alpine to
23431 attempt to use it.
23432 If authentication is not offered by the server, this will cause Alpine
23433 to fail with an error similar to:
23436 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
23438 For more details about the server name possibilities see
23439 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
23440 <P><UL>
23441 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23442 </UL><P>
23443 &lt;End of help on this topic&gt;
23444 </BODY>
23445 </HTML>
23446 ====== h_config_inbox_path =====
23447 <HTML>
23448 <HEAD>
23449 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
23450 </HEAD>
23451 <BODY>
23452 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
23454 This value overrides the default value of your INBOX name/path/location.
23455 <!--chtml if pinemode="os_windows"-->
23456 PC-Alpine users must specify an inbox path and it must be a folder on an
23457 IMAP server.  
23458 <!--chtml else-->
23459 Unix and VMS Alpine users will often find that this variable
23460 has been pre-configured by your system administrator.  
23461 <!--chtml endif-->
23462 You may be able to specify an alternate INBOX that is either a local folder 
23463 or a folder on an IMAP server.
23465 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
23466 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
23467 mail server.
23469 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23470 details on the syntax of folder definitions.
23472 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
23473 mail is disappearing.
23474 <P><UL>
23475 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23476 </UL><P>
23477 &lt;End of help on this topic&gt;
23478 </BODY>
23479 </HTML>
23480 ====== h_config_change_your_from =====
23481 <HTML>
23482 <HEAD>
23483 <TITLE>How to Change your From Address</TITLE>
23484 </HEAD>
23485 <BODY>
23486 <H1>How to Change your From Address</H1>
23488 If the From address that Alpine includes in mail that you send is not correct,
23489 you may want to configure a different default value for the From address.
23490 You may follow these directions to change the default:
23493 <UL>
23494   <LI> Go to the Main Alpine Menu
23495   <LI> From there type the Setup Command
23496   <LI> From there type the Config Command
23497 </UL>
23500 You've probably already seen this SETUP CONFIGURATION screen.
23501 If not, there are many options you may want to set here.
23502 To set the value of the From header you may use the
23503 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
23504 Find it by scrolling down a few pages or use the WhereIs command to
23505 search for &quot;customized&quot;.
23506 You may want to read the help text associated with the option.
23508 To add a custom From header, type the Add command and enter the
23509 full header line, including the leading &quot;From:&nbsp;&quot;.
23510 For example:
23512 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
23514 Now exit the Setup command and try sending mail to yourself to see
23515 what the From line looks like.
23517 When you are in the composer you may edit the custom From line by typing
23518 Ctrl-R while your cursor is in the headers of the message and then moving
23519 to the From line and editing.
23520 If you want to leave the default value the same but add the possibility
23521 of being able to edit the header when you compose, add just the header
23522 name without a value.
23523 For example:
23525 <CENTER><SAMP>From:</SAMP></CENTER>
23527 If you change your From address you may also find it useful to add the
23528 changed From address to the
23529 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
23530 configuration option.
23532 <UL>   
23533 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23534 </UL><P>
23535 &lt;End of help on this topic&gt;
23536 </BODY>
23537 </HTML>
23538 ====== h_config_default_fcc =====
23539 <HTML>
23540 <HEAD>
23541 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
23542 </HEAD>
23543 <BODY>
23544 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
23546 This value specifies where a copy of outgoing mail should be saved.  If
23547 this is not a path name, it will be in the default collection for saves.
23548 Any valid folder specification, local or IMAP, is allowed.  This default
23549 folder carbon copy only applies when the 
23550 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
23551 is set to use the default folder.  
23552 <!--chtml if pinemode="os_windows"-->
23553 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
23554 <!--chtml else-->
23555 Unix Alpine default
23556 is normally &quot;sent-mail&quot; in the default folder collection. 
23557 <!--chtml endif-->
23559 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
23560 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
23561 IMAP server (remember that in order to later access this remote folder through Alpine, it
23562 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
23563 for more information). An example:<p>
23564 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
23566 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
23568 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23569 details on the syntax of folder definitions.
23571 <UL>   
23572 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23573 </UL><P>
23574 &lt;End of help on this topic&gt;
23575 </BODY>
23576 </HTML>
23577 ====== h_config_def_save_folder =====
23578 <HTML>
23579 <HEAD>
23580 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
23581 </HEAD>
23582 <BODY>
23583 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
23585 This option determines the default folder name for save-message operations 
23586 (&quot;saves&quot;).
23588 If this is not a path name, it will be in the default collection for saves.
23589 Any valid folder specification, local or IMAP, is allowed.  This default
23590 folder only applies when the
23591 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
23592 doesn't override it.  
23593 <!--chtml if pinemode="os_windows"-->
23594 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
23595 <!--chtml else-->
23596 Unix Alpine default
23597 is normally &quot;saved-messages&quot; in the default folder collection.
23598 <!--chtml endif-->
23599 If you access your email through an IMAP server, especially if you often switch between Unix
23600 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
23601 IMAP server (remember that in order to later access this remote folder through Alpine, it
23602 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
23603 for more information). An example:<p>
23604 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
23606 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23607 details on the syntax of folder definitions.
23609 <UL>   
23610 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23611 </UL><P>
23612 &lt;End of help on this topic&gt;
23613 </BODY>
23614 </HTML>
23615 ====== h_config_postponed_folder =====
23616 <HTML>
23617 <HEAD>
23618 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
23619 </HEAD>
23620 <BODY>
23621 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
23623 This value overrides the default name for the folder where postponed
23624 messages are saved.  If this is not a path name, it will be in the default
23625 collection for message Saves.  Any valid folder specification, local or
23626 remote, is allowed. 
23627 PC-Alpine default
23628 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
23629 The Unix Alpine default is normally &quot;postponed-msgs&quot;
23630 in the default collection. 
23632 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
23633 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
23634 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
23635 in all Alpine copies you use. 
23636 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
23637 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
23638 for more information). An
23639 example:<p> 
23640 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
23642 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23643 details on the syntax of folder definitions.
23645 <UL>   
23646 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23647 </UL><P>
23648 &lt;End of help on this topic&gt;
23649 </BODY>
23650 </HTML>
23651 ====== h_config_read_message_folder =====
23652 <HTML>
23653 <HEAD>
23654 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
23655 </HEAD>
23656 <BODY>
23657 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
23659 By virtue of specifying a folder name here, Alpine will be configured to
23660 save all messages that you have read during a session into the designated
23661 &quot;read messages&quot; folder.  This allows you to more easily distinguish
23662 between your really new email (in your INBOX) and those that you have
23663 already read.  Depending on how you define the 
23664 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
23665 setting, you may or may not be asked when you quit
23666 Alpine if you want read messages to be moved to this folder.  In either
23667 case, moving the messages means they will be deleted from your INBOX.
23669 If this is not a path name, it will be in the default collection for
23670 saves.  Any valid folder specification, local or remote (via IMAP), is
23671 allowed.  There is no default for the name of the read message folder.
23673 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23674 details on the syntax of folder definitions.
23676 <UL>   
23677 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23678 </UL><P>
23679 &lt;End of help on this topic&gt;
23680 </BODY>
23681 </HTML>
23682 ====== h_config_form_folder =====
23683 <HTML>
23684 <HEAD>
23685 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
23686 </HEAD>
23687 <BODY>
23688 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
23690 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
23691 contain messages that you have composed and that are intended to be
23692 sent in their original form repeatedly.
23695 Setting this variable will alter Alpine's usual behavior when you
23696 execute the Compose command.  Normally, Alpine offers a chance to
23697 continue a postponed or interrupted message should one or the other
23698 exist.  When this variable is set to a folder name that exists, Alpine
23699 will also offer the chance to select a message from the folder to
23700 insert into the composer (much like when continuing a postponed message).
23701 The difference, however, is that Alpine will not automatically delete
23702 the selected message from the Form Letter Folder.
23704 Setting this variable will also affect Alpine's behavior when you
23705 Postpone a message from the composer.  Normally, Alpine simply stashes
23706 the message away in your
23707 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
23708 Regardless of the specified folder's existence, Alpine will ask which
23709 folder you intend the message to be stored in.  Choose the
23710 &quot;F&quot; option to store the message in your Form Letter Folder.
23711 This is the most common way to add a message to the folder.
23714 Another method of adding messages to the folder is via the Alpine
23715 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
23716 you expect to send in the same form again, you can enter the Form
23717 Letter Folder's name in this field.  Alpine, as usual, will copy the
23718 message as it's sent.  Note, when you later select this message from 
23719 your Form Letter Folder, it will have the same recipients as the original
23720 message.
23723 To delete a message from the Form Letter Folder, you can either select
23724 the folder from a suitable FOLDER LIST screen, or use the Delete
23725 command in the MESSAGE INDEX offered when selecting from the folder as
23726 part of the Compose command.  You can delete a Form Letter Folder just
23727 as any other folder from a suitable FOLDER LIST screen.
23730 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
23731 facility can be used
23732 to replace the Form Letter Folder.
23735 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23736 details on the syntax of folder definitions.
23739 <UL>   
23740 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23741 </UL><P>
23742 &lt;End of help on this topic&gt;
23743 </BODY>
23744 </HTML>
23745 ====== h_config_archived_folders =====
23746 <HTML>
23747 <HEAD>
23748 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
23749 </HEAD>
23750 <BODY>
23751 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
23753 This is like
23754 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
23755 only more general.  You may archive
23756 any of the folders in your incoming collection.  This is a list of folder
23757 pairs, with the first separated from the second in the pair by a space.
23758 The first folder in a pair is the folder you want to archive, and the
23759 second folder is the folder that read messages from the first should be
23760 moved to.  Depending on how you define the
23761 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
23762 setting, you may or may not be asked when you
23763 leave the first folder if you want read messages to be moved to the
23764 second folder.  In either case, moving the messages means they will be
23765 deleted from the first folder.
23767 The name of the first folder in each pair can be either the technical
23768 specification of the folder (like what appears in your configuration file)
23769 or (much easier) the nickname that you gave the folder when you made it
23770 an incoming folder.
23772 For example:<p>
23773 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
23774 <p>or, using nicknames:<p>
23775 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
23777 If these are not path names, they will be in the default collection for
23778 saves. Any valid folder specification, local or remote (via IMAP), is
23779 allowed. There is no default.
23781 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23782 details on the syntax of folder definitions.
23784 <UL>   
23785 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23786 </UL><P>
23787 &lt;End of help on this topic&gt;
23788 </BODY>
23789 </HTML>
23790 ====== h_config_newsrc_path ======
23791 <HTML>
23792 <HEAD>
23793 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
23794 </HEAD>
23795 <BODY>
23796 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
23798 This option overrides the default name Alpine uses for your "newsrc" news
23799 status and subscription file.  If set, Alpine will take this value as the
23800 full pathname for the desired newsrc file.<P>
23802 If this option is <B>not</B> set, 
23803 <!--chtml if pinemode="os_windows"-->
23804 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
23805 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
23806 directory as your pinerc file for NEWSRC.
23807 <!--chtml else-->
23808 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
23809 your account's home directory).
23810 <!--chtml endif-->
23811 <P><UL>
23812 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23813 </UL>
23815 &lt;End of help on this topic&gt;
23816 </BODY>
23817 </HTML>
23818 ====== h_config_literal_sig =====
23819 <HTML>
23820 <HEAD>
23821 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
23822 </HEAD>
23823 <BODY>
23824 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
23826 With this option your actual signature, as opposed to
23827 the name of a file containing your signature,
23828 is stored in the Alpine configuration file.
23829 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
23832 This is simply a different way to store the signature.
23833 The signature is stored inside your Alpine configuration file instead of in
23834 a separate file.
23835 Tokens work the same way they do with the
23836 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
23837 help.
23840 The Setup/Signature command on Alpine's MAIN MENU will edit
23841 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
23842 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
23843 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
23844 instead.
23847 The two character sequence &#92;n (backslash followed by
23848 the character n) will be used to signify a line-break in your signature.
23849 You don't have to enter the &#92;n, but it will be visible in the
23850 SETUP CONFIGURATION window after you are done editing the signature.
23853 <UL>   
23854 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23855 </UL><P>
23856 &lt;End of help on this topic&gt;
23857 </BODY>
23858 </HTML>
23859 ====== h_config_signature_file =====
23860 <HTML>
23861 <HEAD>
23862 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
23863 </HEAD>
23864 <BODY>
23865 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
23867 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
23868 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
23869 You can tell that that is the case because the value of the
23870 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
23872 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
23874 You may either use all Literal Signatures (signatures stored in your
23875 configuration file) throughout Alpine, or all signature files.
23876 You can't mix the two.
23878 This is the name of a file that will be automatically inserted into
23879 outgoing messages.
23880 It typically contains information such as your
23881 name, email address and organizational affiliation.
23882 Alpine adds the
23883 signature into the message as soon as you enter the composer so you
23884 can choose to remove it or edit it on a message by message basis.
23885 Signature file placement in message replies is controlled by the
23886 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
23887 setting in the feature list.
23890 The default file name is
23891 <!--chtml if pinemode="os_windows"-->
23892 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
23893 PINERC file is a local file.
23894 If your PINERC file is remote, then it will be in the directory specified
23895 by the &quot;-aux local_directory&quot; command line option.
23896 <!--chtml else-->
23897 &quot;.signature&quot;.
23898 <!--chtml endif-->
23901 To create or edit your signature file choose Setup from the MAIN MENU
23902 and then select S for Signature (Main/Setup/Signature).  This puts you
23903 into the Signature Editor where you can enter a <EM>few</EM> lines of
23904 text containing your identity and affiliation.
23907 If the filename is followed by a vertical bar (|) then instead
23908 of reading the contents of the file the file is assumed to be a
23909 program that will produce the text to be used on its standard output.
23910 The program can't have any arguments and doesn't receive any input from Alpine,
23911 but the rest of the processing works as if the contents came from a file.
23914 Instead of storing the data in a local file, the
23915 signature data may be stored remotely in an IMAP folder.
23916 In order to do this, 
23917 you must use a remote name for the file.
23918 A remote <!--#echo var="VAR_signature-file"--> name might look like:
23920 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
23923 The syntax used here is the same as the syntax used for remote configuration
23924 files from the command line.
23925 Note that you may not access an existing signature file remotely,
23926 you have to create a new <EM>folder</EM> that contains the signature data.
23927 If the name you use here for the signature file is a remote name, then when
23928 you edit the file from the Setup/Signature command the data will be stored
23929 remotely in the folder.
23930 You aren't required to do anything special to create the folder, it
23931 gets created automatically if you use a remote name.
23934 Besides regular text, the signature file may also contain
23935 (or a signature program may produce) tokens that
23936 are replaced with text that usually depends on the message you are replying
23937 to or forwarding.
23938 For example, if the signature file contains the token
23940 <CENTER><SAMP>_DATE_</SAMP></CENTER>
23942 anywhere in the text, then that token is replaced by the date
23943 the message you are replying to or forwarding was sent.
23944 If it contains
23946 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
23948 that is replaced with the current date.
23949 The first is an example of a token that depends on the message you
23950 are replying to (or forwarding) and the second is an example which
23951 doesn't depend on anything other than the current date.
23952 You have to be a little careful with this facility since tokens that
23953 depend on the message you are replying to or forwarding will be replaced
23954 by nothing in the case where you are composing a new message from scratch.
23955 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
23956 in this respect.
23957 It allows you to use different signature files in different cases.
23960 The list of tokens available for use in the signature file is
23961 <A HREF="h_index_tokens">here</A>.
23964 Instead of, or along with the use of &quot;roles&quot; to give you
23965 different signature files in different situations, there is also
23966 a way to conditionally include text based
23967 on whether or not a token would result in specific replacement text.
23968 For example, you could include some text based on whether or not
23969 the _NEWS_ token would result in any newsgroups if it was used.
23970 This is explained in detail
23971 <A HREF="h_reply_token_conditionals">here</A>.
23972 This isn't for the faint of heart.
23974 In the very unlikely event that you want to include a literal token
23975 in the signature you must precede it with a backslash character.
23976 For example,
23978 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
23980 would produce something like
23982 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
23984 It is not possible to have a literal backslash followed by an expanded token.
23986 An alternate method for storing the signature data is available by using the
23987 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
23988 This variable will be used by default.
23990 <UL>   
23991 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23992 </UL><P>
23993 &lt;End of help on this topic&gt;
23994 </BODY>
23995 </HTML>
23996 ====== h_config_init_cmd_list =====
23997 <HTML>
23998 <HEAD>
23999 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
24000 </HEAD>
24001 <BODY>
24002 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
24004 The initial keystroke--or command--list option lets you start Alpine at
24005 any place you like.
24006 Whatever keystrokes you specify here will be executed
24007 by Alpine upon startup as a macro.
24008 The words SPACE, TAB, DOWN, UP, LEFT, and
24009 RIGHT indicate the pressing of those keys.
24010 CR indicates the pressing of the RETURN key.
24011 F1 through F12 represent the function keys, and ^ followed
24012 by a character indicates that key pressed along with the control key (in
24013 other words, ^P means Ctrl-P).
24014 As a shortcut notation, an element of the list may be several characters
24015 surrounded by double-quotes (").
24016 That will be expanded into the individual keystrokes
24017 (excluding the double-quote characters).
24018 For example, the quoted-string
24020 <P><CENTER>"ABC"</CENTER>
24023 is interpreted the same as the three separate list members
24025 <P><CENTER>A and B and C</CENTER>
24028 which is also the same as
24030 <P><CENTER>A,B,C</CENTER>
24033 An example: To view message 1 on startup,
24034 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
24036 <P><CENTER>I,J,1,CR,V</CENTER>
24039 An equivalent version of this is
24041 <P><CENTER>"IJ1",CR,V</CENTER>
24044 Restrictions: You cannot pre-type into the composer with the initial
24045 keystroke list, and you cannot mix function key commands with letter
24046 commands.
24048 <P><UL>   
24049 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24050 </UL>
24052 &lt;End of help on this topic&gt;
24053 </BODY>
24054 </HTML>
24055 ====== h_config_comp_hdrs =====
24056 <html>
24057 <header>
24058 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
24059 </header>
24060 <body>
24061 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
24063 You can control which headers you want visible when composing outgoing
24064 email using this option.
24065 You can specify any of the regular set, any
24066 <A HREF="h_compose_richhdr">Rich Header</A>,
24067 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
24068 that you have already defined.
24069 If you use this setting at all, you must specify all the
24070 headers you want to see, you can't just add to the regular header set.
24071 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
24073 Note that the "Newsgroups:" header will be abbreviated in the Composer
24074 display, but should be spelled out in full here.<p>
24075 <UL>   
24076 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24077 </UL><P>
24078 &lt;End of help on this topic&gt;
24079 </body>
24080 </html>
24081 ====== h_config_custom_hdrs =====
24082 <HTML>
24083 <HEAD>
24084 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
24085 </HEAD>
24086 <BODY>
24087 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
24089 You may add your own custom headers to outgoing messages.
24090 Each header you specify here must include the header tag 
24091 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
24092 and may optionally include a value for that header.
24093 If you want to see these custom headers each time you compose a message,
24094 you must add them to your
24095 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
24096 otherwise they become part
24097 of the rich header set that you only see when you press the
24098 <A HREF="h_compose_richhdr">Rich Header</A>
24099 <!--chtml if pinemode="function_key"-->(F5)
24100 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
24101 (If you are looking for a way to change which headers are <EM>displayed</EM>
24102 when you view a message, take a look at the
24103 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
24104 option instead.)
24105 Here's an example that shows how you might set your From address
24107 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
24109 and another showing how you might set a Reply-To address
24111 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
24113 You may also set non-standard header values here.
24114 For example, you could add
24116 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
24118 or even
24120 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
24122 If you include a value after the colon then that header will be included
24123 in your outgoing messages unless you delete it before sending.
24124 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
24125 it will not be included in outgoing messages unless you edit a value
24126 in manually.
24127 For example, if
24129 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
24131 is in the list, then the Reply-To header will be available for editing
24132 but won't be included unless a value is added while in the composer.
24134 It's actually a little more complicated than that.
24135 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
24136 defaults.
24137 If the message you are about to compose already has a value for a header,
24138 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
24139 For example, if you are Replying to a message the Subject field
24140 will already be filled in.
24141 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
24142 custom subject will <EM>NOT</EM> be used.
24143 The subject derived from the subject of the message you are Replying
24144 to will be used instead.
24146 It is also possible to make header setting even more complicated and more
24147 automatic by using
24148 <A HREF="h_rules_roles">Roles</A>,
24149 but if all you want to do is set a default value for a header, you don't
24150 need to think about Roles.
24152 If you change your From address you may also find it useful to add the
24153 changed From address to the
24154 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
24155 configuration option.
24157 Limitation: Because commas are used to separate the list of
24158 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
24159 header contain a comma.
24160 Nor is there currently an &quot;escape&quot; mechanism provided
24161 to make this work.
24162 <P><UL>
24163 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24164 </UL>
24166 &lt;End of help on this topic&gt;
24167 </BODY>
24168 </HTML>
24169 ====== h_config_viewer_headers =====
24170 <HTML>
24171 <HEAD>
24172 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
24173 </HEAD>
24174 <BODY>
24175 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
24177 You may change the default list of headers that are viewed by listing
24178 the headers you want to view here.  If the headers in your
24179 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
24180 will be shown.  The order of the headers you list will be honored.  If
24181 the special value &quot;all-except&quot; is included as the first
24182 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
24183 message except those in the list will be shown.  The values are all
24184 case insensitive.
24187 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
24188 then the original default headers are ignored.  So, if you just wanted
24189 to add the header Organization to the list, you would have to list
24190 Organization plus all of the other headers originally in the default
24191 list.  If you just included Organization and nothing else, then you
24192 would see only the Organization header, nothing else.
24195 The default list of headers includes:
24196 <UL>
24197   <LI>From
24198   <LI>Resent-From
24199   <LI>To
24200   <LI>Resent-To
24201   <LI>Cc
24202   <LI>Resent-cc
24203   <LI>Bcc
24204   <LI>Newsgroups
24205   <LI>Followup-To
24206   <LI>Date
24207   <LI>Resent-Date
24208   <LI>Subject
24209   <LI>Resent-Subject
24210   <LI>Reply-To
24211 </UL>
24214 If you are looking for a way to control which headers are included in
24215 outgoing mail and are visible or not in the composer, take a look at the
24216 options
24217 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
24218 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
24219 this option.
24221 <UL>   
24222 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24223 </UL><P>
24224 &lt;End of help on this topic&gt;
24225 </BODY>
24226 </HTML>
24227 ====== h_config_viewer_margin_left =====
24228 <HTML>
24229 <HEAD>
24230 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
24231 </HEAD>
24232 <BODY>
24233 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
24235 This variable controls the left-hand vertical margin's width in
24236 Alpine's Message Viewing screen.
24237 Its value is the number of space characters preceding each displayed line.
24238 For consistency with
24239 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
24240 you may specify the column number to start in
24241 (column numbering begins with number 1)
24242 instead of the width of the margin by appending a lower case letter
24243 &quot;c&quot; to the number.
24244 For example, a value of &quot;2c&quot; means to start the text in column two,
24245 which is entirely equivalent to a value of &quot;1&quot;, which means to
24246 leave a margin of 1 space.
24248 The default is a left margin of 0 (zero).
24249 Misconfigurations (for example, negative values or values with starting
24250 left columns greater than the ending right column)
24251 are silently ignored.
24252 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
24253 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
24254 instead.
24257 &lt;End of help on this topic&gt;
24258 </BODY>
24259 </HTML>
24260 ====== h_config_viewer_margin_right =====
24261 <HTML>
24262 <HEAD>
24263 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
24264 </HEAD>
24265 <BODY>
24266 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
24268 This variable controls the right-hand vertical margin's width in
24269 Alpine's Message Viewing screen.
24270 Its value is the number of space characters following each displayed line.
24271 You may specify the column number to end the text in
24272 (column numbering begins with number 1)
24273 instead of the width of the margin by appending a lower case letter
24274 &quot;c&quot; to the number.
24275 For example, a value of &quot;76c&quot; means to end the text in column 76.
24276 If the screen is 80 characters wide, this is equivalent to a value
24277 of &quot;4&quot;, which means to leave a margin of 4 spaces.
24278 However, if you use different size screens at different times, then these
24279 two values are not equivalent.
24281 The default right margin is 4.
24282 Misconfigurations (for example, negative values or values with starting
24283 left columns greater than the ending right column)
24284 are silently ignored.
24285 If the number of columns for text between the
24286 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
24287 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
24288 instead.
24291 &lt;End of help on this topic&gt;
24292 </BODY>
24293 </HTML>
24294 ====== h_config_quote_suppression =====
24295 <HTML>
24296 <HEAD>
24297 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
24298 </HEAD>
24299 <BODY>
24300 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
24302 This option should be used with care.
24303 It will cause some of the quoted text to be eliminated from the
24304 display when viewing a message in the MESSAGE TEXT screen.
24305 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
24306 value &quot;5&quot;,
24307 this will cause quoted text that is longer than five lines to be truncated.
24308 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
24309 Quoted text of more than six lines will have the first five lines displayed
24310 followed by a line that looks something like
24312 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
24314 As a special case, if exactly one line of quoted text would be hidden, the
24315 entire quote will be shown instead.
24316 So for the above example, quoted text that is exactly six lines long will
24317 will be shown in its entirety.
24318 (In other words, instead of hiding a single line and adding a line
24319 that announces that one line was hidden, the line is just shown.)
24321 If the sender of a message has carefully chosen the quotes that he or she
24322 includes, hiding those quotes may change the meaning of the message.
24323 For that reason, Alpine requires that when you want to set the value of this
24324 variable to something less than four lines, you actually have to set it
24325 to the negative of that number.
24326 So if you want to set this option to &quot;3&quot;, you actually have to
24327 set it to &quot;-3&quot;.
24328 The only purpose of this is to get you to think about whether or not you
24329 really want to do this!
24330 If you want to delete all quoted text you set the value of this option
24331 to the special value &quot;-10&quot;.
24333 The legal values for this option are
24335 <TABLE>   
24336 <TR>
24337   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
24338   <TD> Default, don't hide anything </TD>
24339 </TR>
24340 <TR>
24341   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
24342   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
24343 </TR>
24344 <TR>
24345   <TD> &nbsp;4,5,6,...&nbsp; </TD>
24346   <TD> Suppress if more than that many lines </TD>
24347 </TR>
24348 <TR>
24349   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
24350   <TD> Suppress all quoted lines </TD>
24351 </TR>
24352 </TABLE>
24354 If you set this option to a non-default value you may sometimes wish to
24355 view the quoted text that is not shown.
24356 When this is the case, the
24357 <A HREF="h_common_hdrmode">HdrMode Command</A>
24358 may be used to show the hidden text.
24359 Typing the &quot;H&quot; command once will show the hidden text.
24360 Typing a second &quot;H&quot; will also turn on Full Header mode.
24361 The presence or absence of the HdrMode command is determined by the
24362 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
24363 Feature-List option in your Alpine configuration, so you will want to
24364 be sure that is turned on if you use quote suppression.
24366 For the purposes of this option, a quote is a line that begins with the
24367 character &quot;&gt;&quot;.
24369 Quotes are only suppressed when displaying a message on the screen.
24370 The entire quote will be left intact when printing or forwarding or something
24371 similar.
24373 &lt;End of help on this topic&gt;
24374 </BODY>
24375 </HTML>
24376 ====== h_config_saved_msg_name_rule =====
24377 <HTML>
24378 <HEAD>
24379 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
24380 </HEAD>
24381 <BODY>
24382 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
24384 This option determines the default folder name when saving
24385 a message.
24388 The default option is &quot;default-folder&quot;, which is the folder
24389 called &quot;saved-messages&quot; in Unix Alpine and
24390 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
24391 the Alpine option called
24392 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
24395 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
24396 get the chosen option's value for the message being saved (or for the
24397 first message being saved if using an aggregrate save).
24398 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
24399 value of who the message came from (i.e. the from address).
24400 Alpine then attempts to save the message to a folder matching that value.
24401 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
24402 &quot;by-sender&quot;.
24403 The opposite is also true.
24404 If &quot;by-recipient&quot; is chosen and the message was posted to a
24405 newsgroup, Alpine will use the newsgroup name.
24406 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
24407 &quot;by-from&quot;.
24410 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
24411 to use the personal name part of the address instead of the mailbox part.
24412 If any of the &quot;by-nick&quot; options are chosen, the
24413 address is looked up in your address book and if found, the
24414 nickname for that entry is used.
24415 Only simple address book entries are checked, not distribution lists.
24416 Similarly, if any of the
24417 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
24418 address book entry is used.
24419 If by-realname, or the by-nick or by-fcc lookups result in no value,
24420 then if the chosen option ends with the &quot;then-from&quot;,
24421 &quot;then-sender&quot;, &quot;then-replyto&quot;,
24422 or &quot;then-recip&quot; suffix, Alpine
24423 reverts to the same behavior as &quot;by-from&quot;,
24424 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
24425 depending on which option was specified.
24426 If the chosen option doesn't end with one of
24427 the &quot;then-&quot; suffixes, then Alpine reverts to the default
24428 folder when no match is found in the address book.
24431 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
24432 to save to the folder that you saved to the last time you saved a
24433 message.  The first time you save a message in an Alpine session, Alpine
24434 attempts to save the message to the default folder.
24437 Here is an example to make some of the options clearer.
24438 If the message is From
24440 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
24442 and this rule is set to &quot;by-from&quot;, then the default folder offered
24443 in the save dialog would be &quot;flint&quot;.
24445 If this rule is set to &quot;by-realname-of-from&quot; then the default would
24446 be &quot;Fred Flintstone&quot;.
24448 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
24449 for the address &quot;flint@bedrock.org&quot; in your address book.
24450 If an entry is found and it has a nickname associated with it, that nickname
24451 will be offered as the default folder.
24452 If not, the default saved message folder will be offered as the default.
24454 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
24455 for the address &quot;flint@bedrock.org&quot; in your address book.
24456 If an entry is found and it has an Fcc associated with it, that Fcc
24457 will be offered as the default folder.
24458 If not, the default saved message folder will be offered as the default.
24460 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
24461 for the address &quot;flint@bedrock.org&quot; in your address book.
24462 If an entry is found and it has a nickname associated with it, that nickname
24463 will be offered as the default folder.
24464 If it is not found (or has no nickname) then the default offered will be
24465 the same as it would be for the &quot;by-from&quot; rule.
24466 That is, it would be &quot;flint&quot;
24468 <UL>   
24469 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24470 </UL><P>
24471 &lt;End of help on this topic&gt;
24472 </BODY>
24473 </HTML>
24474 ====== h_config_fcc_rule =====
24475 <HTML>
24476 <HEAD>
24477 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
24478 </HEAD>
24479 <BODY>
24480 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
24482 This option determines the default name for folder carbon copy. Choose
24483 one:
24485 <DL>
24486 <DT>default-fcc</DT>
24487 <DD>This is the normal default, the value of which is set in the
24488 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
24489 configuration.
24490 </DD>
24492 <DT>last-fcc-used</DT>
24493 <DD> Causes Alpine to use the folder that was last
24494 used in the fcc field
24495 </DD>
24497 <DT>by-nickname</DT>
24498 <DD>Means that Alpine will use the nickname
24499 from your address book that matches the first address in the To line.
24500 If there is no match, it will use the value of the
24501 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
24502 </DD>
24504 <DT>by-recipient</DT>
24505 <DD>Means Alpine will form a folder name
24506 based on the left hand side of the first address in the To line.
24507 </DD>
24509 <DT>by-nick-then-recip</DT>
24510 <DD>Means that it will use the
24511 matching nickname from your address book if there is one, otherwise it
24512 will extract the recipient name from the address and use that (like
24513 by-recipient).
24514 </DD>
24516 <DT>current-folder</DT>
24517 <DD>Causes a copy to be written to
24518 the currently open folder, unless that is the INBOX.  In the case
24519 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
24520 used instead.
24521 </DD>
24522 </DL>
24525 Note: Whatever the fcc specified by the rule here, it will be
24526 over-ridden by any fcc entries you have in your address book.
24529 <UL>   
24530 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24531 </UL><P>
24532 &lt;End of help on this topic&gt;
24533 </BODY>
24534 </HTML>
24535 ====== h_config_sort_key =====
24536 <HTML>
24537 <HEAD>
24538 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
24539 </HEAD>
24540 <BODY>
24541 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
24543 This option determines the order in which messages will be displayed in
24544 the MESSAGE INDEX screen.  Choose from:
24546 <UL>
24547  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
24548  <LI> <A HREF="h_index_sort_date">Date</A>
24549  <LI> <A HREF="h_index_sort_subj">Subject</A>
24550  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
24551  <LI> <A HREF="h_index_sort_thread">Thread</A>
24552  <LI> <A HREF="h_index_sort_from">From</A>
24553  <LI> <A HREF="h_index_sort_size">Size</A>
24554  <LI> <A HREF="h_index_sort_score">Score</A>
24555  <LI> <A HREF="h_index_sort_to">To</A>
24556  <LI> <A HREF="h_index_sort_cc">Cc</A>
24557 </UL>
24560 Each type of sort may also be reversed.
24561 Normal default is by &quot;Arrival&quot;.
24564 A possible point of confusion arises when you change the configuration
24565 of the <!--#echo var="VAR_sort-key"-->.
24566 The folder will normally be re-sorted when you go back to viewing the
24567 index.
24568 However, if you have manually sorted the folder with the
24569 Sort
24570 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
24571 command, then it will not be re-sorted until the next time it is opened.
24574 <UL>   
24575 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24576 </UL><P>
24577 &lt;End of help on this topic&gt;
24578 </BODY>
24579 </HTML>
24580 ====== h_config_other_startup =====
24581 <HTML>
24582 <HEAD>
24583 <TITLE>OPTION: Set Startup Rule</TITLE>
24584 </HEAD>
24585 <BODY>
24586 <H1>OPTION: Set Startup Rule</H1>
24588 This option determines which message will be the <EM>current message</EM> when
24589 the folder is first opened.
24590 It works the same way that the option
24591 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
24592 works, so look there for help.
24593 It may be used for any folder, not just incoming folders.
24596 <UL>   
24597 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24598 </UL><P>
24599 &lt;End of help on this topic&gt;
24600 </BODY>
24601 </HTML>
24602 ====== h_config_perfolder_sort =====
24603 <HTML>
24604 <HEAD>
24605 <TITLE>Set Sort Order</TITLE>
24606 </HEAD>
24607 <BODY>
24608 <H1>Set Sort Order</H1>
24610 This option determines the order in which messages will be displayed in
24611 the MESSAGE INDEX screen when the Current Folder Type set in the
24612 Pattern is a match. Choose from:
24614 <UL>
24615  <LI> <A HREF="h_index_sort_default">Default</A>
24616  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
24617  <LI> <A HREF="h_index_sort_date">Date</A>
24618  <LI> <A HREF="h_index_sort_subj">Subject</A>
24619  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
24620  <LI> <A HREF="h_index_sort_thread">Thread</A>
24621  <LI> <A HREF="h_index_sort_from">From</A>
24622  <LI> <A HREF="h_index_sort_size">Size</A>
24623  <LI> <A HREF="h_index_sort_score">Score</A>
24624  <LI> <A HREF="h_index_sort_to">To</A>
24625  <LI> <A HREF="h_index_sort_cc">Cc</A>
24626 </UL>
24629 Each type of sort may also be reversed.
24630 Normal default is by &quot;Arrival&quot;.
24633 A possible point of confusion arises when you change the configuration
24634 of the Sort Order for the currently open folder.
24635 The folder will normally be re-sorted when you go back to viewing the
24636 index.
24637 However, if you have manually sorted the folder with the
24638 Sort
24639 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
24640 command, then it will not be re-sorted until the next time it is opened.
24643 <UL>   
24644 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24645 </UL><P>
24646 &lt;End of help on this topic&gt;
24647 </BODY>
24648 </HTML>
24649 ====== h_config_fld_sort_rule =====
24650 <HTML>
24651 <HEAD>
24652 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
24653 </HEAD>
24654 <BODY>
24655 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
24657 This option controls the order in which folder list entries will be
24658 presented in the FOLDER LIST screen.  Choose one of the following:
24660 <DL>
24661 <DT>Alphabetical</DT>
24662 <DD>sort by alphabetical name independent of type
24663 </DD>
24665 <DT>Alpha-with-dirs-last</DT>
24666 <DD>sort by alphabetical name grouping directory entries
24667 to the end of the list
24668 </DD>
24670 <DT>Alpha-with-dirs-first</DT>
24671 <DD>sort by alphabetical name grouping directory entries
24672 to the start of the list
24673 </DD>
24674 </DL>
24676 The normal default is &quot;Alphabetical&quot;.
24679 <UL>   
24680 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24681 </UL><P>
24682 &lt;End of help on this topic&gt;
24683 </BODY>
24684 </HTML>
24685 ====== h_config_ab_sort_rule =====
24686 <HTML>
24687 <HEAD>
24688 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
24689 </HEAD>
24690 <BODY>
24691 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
24693 This option controls the order in which address book entries will be
24694 presented.  Choose one of the following:
24696 <DL>
24697 <DT>fullname</DT>
24698 <DD>use fullname field, lists mixed in
24699 </DD>
24701 <DT>fullname-with-lists-last</DT>
24702 <DD>use fullname field, but put lists at end
24703 </DD>
24705 <DT>nickname</DT>
24706 <DD>use nickname field, lists mixed in
24707 </DD>
24709 <DT>nickname-with-lists-last</DT>
24710 <DD>use nickname field, but put lists at end
24711 </DD>
24713 <DT>dont-sort</DT>
24714 <DD>don't change order of file
24715 </DD>
24716 </DL>
24719 The normal default is &quot;fullname-with-lists-last&quot;.
24720 If you use an address book from more than one computer and those
24721 computers sort the address book differently then the sort order
24722 will be the order where the last change to the address book was
24723 made.
24724 There are two reasons the sorting might be different on different
24725 systems.
24726 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
24727 places.
24728 Second, the collation rules on the two computers may be different.
24729 For example, one system might ignore special characters while the other
24730 doesn't or one may sort upper and lower case letters together while
24731 the other doesn't.
24732 In any case, the order you see is the order on the system where the
24733 last change was made, for example by an address book edit or a
24734 Take Address command.
24737 <UL>   
24738 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24739 </UL><P>
24740 &lt;End of help on this topic&gt;
24741 </BODY>
24742 </HTML>
24743 ====== h_config_post_char_set =====
24744 <HTML>
24745 <HEAD>
24746 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
24747 </HEAD>
24748 <BODY>
24749 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
24751 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
24752 when sending messages.
24756 When sending a message the text typed in the composer is
24757 labeled with the character set specified by this option.
24758 If the composed text is not fully representable in the 
24759 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
24760 instead;
24763 Attachments are labeled with your
24764 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
24767 Generally, there should be little need to set this option.
24768 If left unset, the
24769 default behavior is to label composed text as specifically as
24770 possible.  That is, if the composed text has no non-ASCII characters,
24771 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
24772 only ISO-8859-15 characters, it is labeled as such.  Alpine will
24773 attempt to automatically detect a number of character sets including ISO-8859-15,
24774 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
24775 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
24776 If the message contains a mix of character sets,
24777 it is labeled as &quot;UTF-8.&quot;
24781 This setting is provided to allow you to force a particular character set that
24782 Alpine does not automatically detect. For example, if a message is representable
24783 in more than one character set then Alpine may choose a different default
24784 than you want.
24785 Lastly, by setting this option explicitly to
24786 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
24787 &quot;UTF-8&quot; instead of something more specific.
24790 In the Setup/Config screen you may choose from a list of all the
24791 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24794 The options
24795 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
24796 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
24797 are closely related.
24798 Setting the feature
24799 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
24800 should cause this option to be ignored.
24803 <UL>   
24804 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24805 </UL><P>
24806 &lt;End of help on this topic&gt;
24807 </BODY>
24808 </HTML>
24809 ====== h_config_unk_char_set =====
24810 <HTML>
24811 <HEAD>
24812 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
24813 </HEAD>
24814 <BODY>
24815 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
24817 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
24818 when reading or replying to messages.
24822 A text message should either be made up of all US-ASCII characters
24823 or it should contain a charset label which tells the software which
24824 character set encoding to use to interpret the message.
24825 Sometimes a malformed message may be unlabeled but contain non-ascii text.
24826 This message is outside of the standards so any attempt to read it could fail.
24827 When Alpine attempts to read such a message it will try to interpret the
24828 text in the character set you specify here.
24829 For example, if you have correspondents who send you unlabeled messages that
24830 are usually made up of characters from the WINDOWS-1251 character set, setting
24831 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
24832 allow you to read those messages.
24833 Of course, if the unlabeled message is actually in some other character set,
24834 then you may see garbage on your screen.
24836 Instead of just unlabeled text, this option also affects text which is labeled
24837 with the charsets &quot;X-Unknown&quot;, &quot;MISSING_PARAMETER_VALUE&quot;
24838 or &quot;US-ASCII&quot;.
24841 In the Setup/Config screen you may choose from a list of all the
24842 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24845 <UL>   
24846 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24847 </UL><P>
24848 &lt;End of help on this topic&gt;
24849 </BODY>
24850 </HTML>
24851 ====== h_config_char_set =====
24852 <HTML>
24853 <HEAD>
24854 <TITLE>OPTION: Display Character Set</TITLE>
24855 </HEAD>
24856 <BODY>
24857 <H1>OPTION: Display Character Set</H1>
24859 The Display Character Set configuration option is used when viewing messages.
24861 Alpine uses Unicode characters internally and 
24862 it is a goal for Alpine to handle email in many different languages.
24863 Alpine will properly display only left-to-right character sets
24864 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
24865 font is in use, in the sense that
24866 characters are assumed to take up zero, one, or two character cell
24867 widths from left to right on the screen. This is true even in PC-Alpine.
24870 Alpine recognizes some local character sets that are right-to-left
24871 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
24872 (Arabic) and properly converts texts in these character sets to/from
24873 Unicode; however, there are known display bugs with these character
24874 sets.
24877 There are three possible configuration character settings and some
24878 environment variable settings that can affect how Alpine
24879 handles international characters.
24880 The first two of these are only available in UNIX Alpine.
24881 The three configuration options are
24882 Display Character Set,
24883 Keyboard Character Set, and
24884 <!--#echo var="VAR_posting-character-set"-->.
24885 The Keyboard Character Set defaults to being the same value
24886 as the Display Character Set, and that is usually correct, because
24887 the keyboard almost always produces characters in the same character set
24888 as the display displays.
24889 The Display Character Set is the character set that Alpine
24890 will attempt to use when sending characters to the display.
24893 By default, the Display Character Set variable is not set and UNIX Alpine
24894 will attempt to get this information from the environment.
24895 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
24896 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
24897 An explicit configuration setting for Display Character Set will,
24898 of course, override any default setting.
24900 For PC-Alpine the Display Character Set
24901 and the Keyboard Character Set
24902 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
24905 It is probably best to use UNIX Alpine in a terminal emulator
24906 capable of displaying UTF-8 characters, since that will allow you to
24907 view just about any received text that is correctly formatted (note,
24908 however, the above comments about known index display bugs with certain
24909 character sets). You'll need to have an emulator that uses a UTF-8 font
24910 and you'll need to set up your environment to use a UTF-8 charmap. For
24911 example, on a Linux system you might include
24913 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
24916 or something similar in your UNIX startup files.
24917 You'd also have to select a UTF-8 font in your terminal emulator.
24920 The types of values that the character set variables may be set to are
24921 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
24922 The <CODE>ISO-2022</CODE> character sets are not supported for input or
24923 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
24924 for use only as a <!--#echo var="VAR_posting-character-set"-->.
24925 In the Setup/Config screen you may choose from a list of all the
24926 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24927 Here is a list of many of the possible character sets:
24930 <TABLE>
24931 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
24932 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
24933 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
24934 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
24935 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
24936 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
24937 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
24938 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
24939 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
24940 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
24941 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
24942 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
24943 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
24944 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
24945 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
24946 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
24947 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
24948 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
24949 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
24950 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukrainian</TD> </TR>
24951 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
24952 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
24953 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
24954 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24955 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24956 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24957 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
24958 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
24959 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
24960 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
24961 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
24962 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
24963 </TABLE>
24966 When reading incoming email, Alpine understands many different
24967 character sets and is able to convert the incoming mail into Unicode.
24968 The Unicode will be converted to the Display Character Set
24969 for display on your terminal.
24970 Characters typed at the keyboard will be converted from the
24971 Keyboard Character Set to Unicode for Alpine's internal
24972 use.
24973 You may find that you can read some malformed messages that do not
24974 contain a character set label by setting the option
24975 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
24978 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
24979 The default behavior obtained by leaving this variable unset is usually
24980 what is wanted. In that default case, Alpine will attempt
24981 to label the message with the most specific character set from the
24982 rather arbitrary set
24984 US-ASCII, ISO-8859-15,
24985 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
24986 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
24989 For example, if the message is made up of only US-ASCII characters, it
24990 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
24991 that will be the label. If that doesn't work the same is tried for the
24992 remaining members of the list.
24995 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
24996 explicit value instead.
24997 For example, if you usually send messages in Greek, setting this
24998 option to ISO-8859-7 will result in messages being labeled as
24999 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
25000 are only Greek characters, or UTF-8 if there are some characters
25001 that aren't representable in ISO-8859-7.
25002 Another possibility is to set this option explicitly to UTF-8.
25003 In that case
25004 Alpine labels only ascii messages as US-ASCII and all other
25005 messages as UTF-8.
25008 The options
25009 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
25010 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
25011 are closely related to this option.
25012 Setting the feature
25013 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
25014 should cause this option to be ignored.
25017 When displaying a message, Alpine compares this setting to the character
25018 set specified in the message.  If not all of the
25019 characters in the message can be displayed using the Display Character Set
25020 then Alpine places an editorial
25021 comment in the displayed text (enclosed in square-brackets) indicating
25022 that some characters may not be displayed correctly.
25023 This comment may be eliminated by turning on the option
25024 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
25027 <UL>   
25028 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25029 </UL><P>
25030 &lt;End of help on this topic&gt;
25031 </BODY>
25032 </HTML>
25033 ====== h_config_key_char_set =====
25034 <HTML>
25035 <HEAD>
25036 <TITLE>OPTION: Keyboard Character Set</TITLE>
25037 </HEAD>
25038 <BODY>
25039 <H1>OPTION: Keyboard Character Set</H1>
25041 UNIX Alpine only.
25043 The Keyboard Character Set identifies the character set of the characters
25044 coming from your keyboard.
25045 It defaults to having the same value as your
25046 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
25047 which in turn defaults to a value obtained from your environment.
25048 It is unlikely that you will need to use this option, because the keyboard
25049 almost always produces the same kind of characters as the display displays.
25052 This character set is also used when accessing files in your local
25053 file system.
25054 The names of the files are assumed to be in the same character set as
25055 what the keyboard produces, as well as the contents of the files.
25058 In the Setup/Config screen you may choose from a list of all the
25059 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
25062 The options
25063 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
25064 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
25065 are closely related.
25066 Setting the feature
25067 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
25068 should cause this option to be ignored.
25071 <UL>   
25072 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25073 </UL><P>
25074 &lt;End of help on this topic&gt;
25075 </BODY>
25076 </HTML>
25077 ====== h_config_editor =====
25078 <HTML>
25079 <HEAD>
25080 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
25081 </HEAD>
25082 <BODY>
25083 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
25085 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
25086 normally an alternative to Alpine's internal composer (Pico).  You could use
25087 this setting to specify an alternate editor to use occasionally or if you
25088 have a favorite editor and want to use it all the time (see the 
25089 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
25090 If you specify multiple editors for this option, ^_ will invoke the first one 
25091 of those specified that exists and is executable.  When specifying a program 
25092 for use here, make sure that the format of the text it saves -- which, when 
25093 you exit it, will become the message body in Alpine -- is appropriate 
25094 for the body of an email message; avoid proprietary formats that may result in 
25095 a message body that the recipient of your message will be unable to decipher.
25097 <!--chtml if pinemode="os_windows"-->
25098 <!--chtml else-->
25099 If you are in doubt about what editors are available on your system, or which 
25100 of them may be appropriate for specification here, ask your local computing 
25101 support staff.  
25102 <!--chtml endif-->
25104 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
25105 unset, outgoing text will be set as flowed.  In most cases this will be fine,
25106 but if the editor has a &quot;flowed text&quot; mode, it would be best to
25107 use that.
25109 <P><UL>
25110 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25111 </UL>
25113 &lt;End of help on this topic&gt;
25114 </BODY>
25115 </HTML>
25116 ====== h_config_speller =====
25117 <HTML>
25118 <HEAD>
25119 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
25120 </HEAD>
25121 <BODY>
25122 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
25124 UNIX Alpine only.
25126 For PC-Alpine, you must install the aspell library code that you
25127 may get from
25128 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
25130 This option affects the behavior of the ^T (spell check) command in the
25131 Composer.  It specifies the program invoked by ^T in the Composer.
25132 By default, Alpine uses
25134 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
25136 if it knows where to find &quot;aspell&quot;.
25137 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
25138 then the command used is
25140 <CENTER><SAMP>ispell -l</SAMP></CENTER>
25142 Otherwise, the ancient &quot;spell&quot; command is used.
25144 If you specify a value for this command (with full pathname) then that is what
25145 will be used instead of any of the defaults.
25146 When invoking this
25147 spell-checking program, Alpine appends a tempfile name (where the message is
25148 passed) to the command line. Alpine expects the speller to correct the
25149 spelling in that file. When you exit from that program Alpine will read the
25150 tempfile back into the composer.
25152 Don't set this speller option to the standard Unix spell command.
25153 That won't work because spell works in a different way.
25156 <UL>   
25157 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25158 </UL><P>
25159 &lt;End of help on this topic&gt;
25160 </BODY>
25161 </HTML>
25162 ====== h_config_aspell_dictionary =====
25163 <HTML>
25164 <HEAD>
25165 <TITLE>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></TITLE>
25166 </HEAD>
25167 <BODY>
25168 <H1>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></H1>
25170 PC Alpine only.
25172 This option specifies a list of dictionaries you will use with
25173 aspell. A sample entry is &quot;en_US&quot; for american english, or
25174 &quot;en_GB&quot; for british english.
25177 <UL>   
25178 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25179 </UL><P>
25180 &lt;End of help on this topic&gt;
25181 </BODY>
25182 </HTML>
25183 ====== h_config_display_filters =====
25184 <HTML>
25185 <HEAD>
25186 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
25187 </HEAD>
25188 <BODY>
25189 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
25191 This option defines a list of text-filtering commands (programs or
25192 scripts) that may be used to filter text portions of received messages
25193 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
25194 display screen, exporting to a text file).  
25195 For security reasons, the full path name of the
25196 filter command must be specified.
25199 The command is executed and the message is piped into its standard input. 
25200 The standard output of the command is read back by Alpine.  The
25201 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
25203 <P> 
25204 The filter's use is based on the configured &quot;trigger&quot; string.  The
25205 format of a filter definition is:
25207 <P>   
25208 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
25211 You can specify as many filters as you wish, separating them with a comma.  
25212 Each filter can have only one trigger and command.  Thus, two trigger 
25213 strings that invoke the same command require separate filter 
25214 specifications. 
25216 <P> 
25217 The &quot;trigger&quot; is simply text that, if found in the message,
25218 will invoke the associated command.  If the trigger contains any space
25219 characters, it must be placed within quotes.  Likewise, should you
25220 wish a filter to be invoked unconditionally, define the trigger as the
25221 null string, &quot;&quot; (two consecutive double-quote characters).  If the
25222 trigger string is found anywhere in the text of the message the filter
25223 is invoked.  Placing the trigger text within the tokens defined below
25224 changes where within the text the trigger must be before considering
25225 it a match.
25227 <P>  
25228 Trigger Modifying Tokens:
25229 <DL>
25230 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
25231 <DD>This token tells Alpine to invoke the supplied command
25232 if the text is in a character set matching <VAR>string</VAR>
25233 (e.g., ISO-8859-2 or ISO-2022-JP).
25234 </DD>
25237 <DT>_LEADING(<VAR>string</VAR>)_</DT>
25238 <DD>This token tells Alpine to invoke the supplied command
25239 if the enclosed <VAR>string</VAR> is found to be the first
25240 non-whitespace text.
25241 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
25242 the space character.
25243 </DD>
25245 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
25246 <DD>This token tells Alpine to invoke the supplied command
25247 if the enclosed <VAR>string</VAR> is found at the beginning
25248 of any line in the text.
25249 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
25250 the space character.
25251 </DD>
25252 </DL>
25255 The &quot;command&quot; and &quot;arguments&quot; portion is simply
25256 the command line to be invoked if the trigger string is found.  Below
25257 are tokens that Alpine will recognize and replace with special values
25258 when the command is actually invoked.
25261 Command Modifying Tokens:
25263 <DL>
25264 <DT>_TMPFILE_</DT>
25265 <DD>When the command is executed, this token is 
25266 replaced with the path and name of the temporary 
25267 file containing the text to be filtered.  Alpine 
25268 expects the filter to replace this data with the 
25269 filter's result.
25272 NOTE: Use of this token implies that the text to 
25273 be filtered is not piped into standard input of the 
25274 executed command and its standard output is ignored. 
25275 Alpine restores the tty modes before invoking the
25276 filter in case the filter interacts with the user
25277 via its own standard input and output.  
25278 </DD>
25279                         
25280 <DT>_RESULTFILE_</DT>
25281 <DD>When the command is executed, this token is 
25282 replaced with the path and name of a temporary 
25283 file intended to contain a status message from the 
25284 filter.  Alpine displays this in the message status 
25285 field. 
25286 </DD>
25288 <DT>_DATAFILE_</DT>
25289 <DD>When the command is executed, this token is 
25290 replaced with the path and name of a temporary 
25291 file that Alpine creates once per session and deletes 
25292 upon exit.  The file is intended to be used by the 
25293 filter to store state information between instances 
25294 of the filter.
25295 </DD>
25296    
25297 <DT>_PREPENDKEY_</DT>
25298 <DD>When the command is executed, this token indicates that a random
25299 number will be passed down the input stream before the message text.
25300 This number could be used as a session key.  It is sent in this way to
25301 improve security.  The number is unique to the current Alpine session
25302 and is only generated once per session.
25303 </DD>
25305 <DT>_SILENT_</DT>
25306 <DD>When the filter is executed, this token tells Alpine not to repaint
25307 the screen while the command is being executed. This can be used with 
25308 filters that do not interact with the user, and therefore repainting 
25309 the screen is not necessary. 
25310 </DD>
25311 </DL>
25314 The feature
25315 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
25317 Performance caveat/considerations:
25318 <BR>
25319 Testing for the trigger and invoking the filter doesn't come for free.
25320 There is overhead associated with searching for the trigger string, testing
25321 for the filter's existence and actually piping the text through the filter.
25322 The impact can be reduced if the Trigger Modifying Tokens above are 
25323 employed.
25325 &lt;End of help on this topic&gt;
25326 </BODY>
25327 </HTML>
25328 ====== h_config_sending_filter =====
25329 <HTML>
25330 <HEAD>
25331 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
25332 </HEAD>
25333 <BODY>
25334 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
25335       
25336 This option defines a list of text-filtering commands (programs and
25337 scripts) that may be selectively invoked to process a message just before
25338 it is sent.  If set, the Composer's ^X (Send) command will allow you to
25339 select which filter (or none) to apply to the message before it is sent. 
25340 For security reasons, the full path of the filter program must be
25341 specified.
25344 Command Modifying Tokens:
25346 <DL>
25347 <DT>_RECIPIENTS_</DT>
25348 <DD>When the command is executed, this token is replaced 
25349 with the space delimited list of recipients of the 
25350 message being sent. 
25351 </DD>
25352         
25353 <DT>_TMPFILE_</DT>
25354 <DD>
25355 When the command is executed, this token is 
25356 replaced with the path and name of the temporary 
25357 file containing the text to be filtered.  Alpine 
25358 expects the filter to replace this data with the 
25359 filter's result.
25362 NOTE: Use of this token implies that the text to 
25363 be filtered is not piped into standard input of the 
25364 executed command and its standard output is ignored. 
25365 Alpine restores the tty modes before invoking the
25366 filter in case the filter interacts with the user
25367 via its own standard input and output.  
25368 </DD>
25369                         
25370 <DT>_RESULTFILE_</DT>
25371 <DD>When the command is executed, this token is 
25372 replaced with the path and name of a temporary 
25373 file intended to contain a status message from the 
25374 filter.  Alpine displays this in the message status 
25375 field. 
25376 </DD>
25378 <DT>_DATAFILE_</DT>
25379 <DD>When the command is executed, this token is replaced 
25380 in the command line with the path and name of a 
25381 temporary file that Alpine creates once per session 
25382 and deletes upon exit.  The file is intended to be 
25383 used by the filter to store state information between 
25384 instances of the filter.
25385 </DD>
25386    
25387 <DT>_PREPENDKEY_</DT>
25388 <DD>When the command is executed, this token indicates 
25389 that a random number will be passed down the input 
25390 stream before the message text.  This number could 
25391 be used as a session key.  It is sent in this way 
25392 to improve security.  The number is unique to the 
25393 current Alpine session and is only generated once per 
25394 session. 
25395 </DD>
25397 <DT>_INCLUDEALLHDRS_</DT>
25398 <DD>When the command is executed, this token indicates 
25399 that the headers of the message will be passed down the input stream
25400 before the message text.
25401 </DD>
25403 <DT>_MIMETYPE_</DT>
25404 <DD>When the command is executed, this token is replaced in the
25405 command name with a temporary file name used to accept any new MIME
25406 Content-Type information necessitated by the output of the filter.
25407 Upon the filter's exit, if the file contains new MIME type
25408 information, Alpine verifies its format and replaces the outgoing
25409 message's MIME type information with that contained in the file. This
25410 is basically a cheap way of sending something other than Text/Plain.
25411 </DD>
25412 </DL>
25414 <P>   
25415 NOTE: Only the body text, which is visible in the Composer, is piped
25416 through this filter.  Attachments are not sent to the filter.
25417 <P>   
25418 Sending filters are not used if the feature
25419 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
25421 <UL>   
25422 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25423 </UL><P>
25424 &lt;End of help on this topic&gt;
25425 </BODY>
25426 </HTML>
25427 ====== h_config_keywords =====
25428 <HTML>
25429 <HEAD>
25430 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
25431 </HEAD>
25432 <BODY>
25433 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
25435 You may define your own set of keywords and optionally set them on a
25436 message by message basis.
25437 These are similar to the &quot;Important&quot; flag which the user
25438 may set using the Flag command.
25439 The difference is that the Important flag is always present for each folder.
25440 User-defined keywords are chosen by the user.
25441 You may set up the list of possible keywords here, or you may add keywords
25442 from the Flag Details screen that you
25443 can get to after typing the
25444 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
25445 command.
25446 After the keywords have been defined,
25447 then you use the <A HREF="h_common_flag">Flag command</A>
25448 to set or clear the keywords in each message.
25449 The behavior of the flag command may be modified by using the
25450 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
25451 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
25454 Keywords may be used when Selecting messages (Select Keyword).
25455 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
25456 Filter Rules may be used to set keywords automatically.
25457 Keywords may be displayed as part of the Subject of a message by using
25458 the SUBJKEY or SUBJKEYINIT tokens in the
25459 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
25460 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
25461 option may be used to modify the display of keywords using
25462 SUBJKEY and SUBJKEYINIT slightly.
25463 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
25464 screen by using the KEY or KEYINIT tokens.
25465 It is also possible to color keywords in the index using the
25466 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
25467 Keywords are not supported by all mail servers.
25470 You may give keywords nicknames if you wish.
25471 If the keyword definition you type in contains a SPACE character, then the
25472 actual value of the keyword is everything after the last SPACE and the
25473 nickname for that keyword is everything before the last SPACE.
25474 For example, suppose you are trying to interoperate with another email program
25475 that uses a particular keyword with an unpleasant name.
25476 Maybe it uses a keyword called
25478 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
25480 but for you that keyword means that the message is work-related.
25481 You could define a keyword to have the value
25483 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
25485 and then you would use the name &quot;Work&quot; when dealing with
25486 that keyword in Alpine.
25487 If you defined it as
25489 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
25491 the nickname would be everything before the last SPACE, that is the nickname
25492 would be &quot;My Work&quot;.
25494 Some commonly used keywords begin with dollar signs.
25495 This presents a slight complication, because the dollar sign is normally used
25496 to signify
25497 <A HREF="h_news_config">environment variable expansion</A>
25498 in the Alpine configuration.
25499 In order to specify a keyword that begins with a dollar sign you must
25500 precede the dollar sign with a second dollar sign to escape its special
25501 meaning.
25502 For example, if you want to include the keyword
25504 <CENTER><SAMP>$Label1</SAMP></CENTER>
25506 as one of your possible keywords, you must enter the text
25508 <CENTER><SAMP>$$Label1</SAMP></CENTER>
25511 instead.
25513 There are a couple limitations.
25514 First, not all servers support keywords.
25515 Second, some servers (including the IMAP server included with Alpine)
25516 have a per folder limit on the number of keywords that may be defined.
25517 This count commonly includes every keyword you have ever used in the
25518 folder, even if it is no longer being used.
25519 In other words, you can add keywords but you cannot remove them easily.
25520 If you have changed keywords over the life of a folder and find that
25521 you have reached such a limit, one possible solution might be to copy
25522 all of the messages to a newly created folder (using Alpine) and then
25523 delete the original and rename the new folder.
25524 The reason this might work is that only the keywords currently set in
25525 any of the messages will be used in the new folder, hopefully putting you
25526 under the limit.
25529 <UL>   
25530 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25531 </UL><P>
25532 &lt;End of help on this topic&gt;
25533 </BODY>
25534 </HTML>
25535 ====== h_config_alt_addresses =====
25536 <HTML>
25537 <HEAD>
25538 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
25539 </HEAD>
25540 <BODY>
25541 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
25543 This option provides a place for you to list alternate email addresses
25544 you may have.
25545 Each address in the list should be the actual email address part of an
25546 address, without the full name field or the angle brackets.
25547 For example:
25550 <CENTER><SAMP>user@example.com</SAMP></CENTER>
25553 The matching is case-insensitive, so this would match any of
25554 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
25555 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
25558 If set, the option affects the behavior of the Reply
25559 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
25560 a message has been addressed specifically to you.
25563 In the default INDEX display
25564 the personal name (or email address) of
25565 the person listed in the message's &quot;From:&quot; header
25566 field is usually displayed except when that address is yours or one of your
25567 alternate addresses.
25568 In that case you will usually see the name of
25569 the first person specified in the
25570 message's &quot;To:&quot; header field
25571 with the prefix &quot;To: &quot; prepended.
25574 With respect to Reply, the reply-to-all option will exclude addresses
25575 listed here.
25578 The feature
25579 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
25580 is somewhat related to this option.
25583 In addition to a list of actual addresses,
25584 you may use regular expressions (as used with grep -E with the ignore case flag)
25585 to describe the addresses you want to match.
25586 Alpine will somewhat arbitrarily interpret your entry as a regular
25587 expression if it contains any of the characters
25588 *, |, +, ?, {, [, ^, $, or &#92;.
25589 Otherwise, it will be treated literally.
25590 The feature
25591 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
25592 may be used to turn off regular expression processing regardless of whether or not
25593 special characters appear in the entry.
25596 A description of how regular expressions work is beyond the
25597 scope of this help text, but some examples follow.
25600 The entry
25603 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
25606 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
25607 address with a domain name of <SAMP>example.com</SAMP> (such as
25608 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
25609 one of your alternate addresses.
25610 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
25611 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
25612 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
25613 Complicating things further, the dollar sign
25614 is special in the Alpine configuration (it signifies environment variable expansion)
25615 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
25616 Quotes around the whole expression will not escape the dollar sign successfully.
25617 So this example should look like
25620 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
25624 The entry
25627 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
25630 would match
25631 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
25632 as <SAMP>fred@example.com</SAMP>.
25635 You could match all addresses that look like
25636 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
25637 entry
25640 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
25643 Notice that you have to escape the plus sign with a backslash because plus
25644 is a special character in regular expressions.
25645 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
25646 the expression
25649 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
25652 would do it, but it would be easier to just add fred@example.com as a
25653 separate entry.
25656 One more example, a match of all first-level subdomains, is given by
25659 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
25663 Because the regular expression matching is based on an old library
25664 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
25665 but they should be close.
25668 <UL>   
25669 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25670 </UL><P>
25671 &lt;End of help on this topic&gt;
25672 </BODY>
25673 </HTML>
25674 ====== h_config_abook_formats =====
25675 <HTML>
25676 <HEAD>
25677 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
25678 </HEAD>
25679 <BODY>
25680 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
25682 This option specifies the format that address books are displayed in.
25683 Normally, address books are displayed with the nicknames in the first
25684 column, the fullnames in the second column, and addresses in the third
25685 column.  The system figures out reasonable defaults for the widths of
25686 the columns.  An address book may be given a different format by
25687 listing special tokens in the order you want them to display.  The
25688 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
25689 So, for example, to get the default behavior you could list
25692 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
25695 (You can also use the token DEFAULT to get the default behavior for
25696 an address book format.)
25699 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
25700 is a list, so if you have more than one address book you may have a
25701 separate format for each by putting its format at the corresponding
25702 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
25706 Listed first are the personal address books, then the global address
25707 books.  So, if you have two personal address books and one global
25708 address book, you may have up to three formats in the
25709 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
25710 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
25711 are address books, the last element is used repeatedly.
25715 Each of the tokens may also be optionally followed by parentheses with
25716 either a number or a percentage inside the parentheses.  For example,
25717 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
25718 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
25719 of the available space (the screen width minus the space for
25720 inter-column spaces) to the fullnames column, while plain
25721 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
25722 reasonable number of columns.
25725 There are always 2 spaces between every column, so if you use
25726 fixed column widths (like 13) you should remember to take that into
25727 account.
25730 <UL>   
25731 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25732 </UL><P>
25733 &lt;End of help on this topic&gt;
25734 </BODY>
25735 </HTML>
25736 ====== h_config_set_index_format =====
25737 <HTML>
25738 <HEAD>
25739 <TITLE>Set Index Format</TITLE>
25740 </HEAD>
25741 <BODY>
25742 <H1>Set Index Format</H1>
25744 This option is used to customize the content of lines in the
25745 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
25746 This action works exactly like the regular
25747 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
25748 except that you can have a folder-specific value for it if you specify it here.
25749 Consult the help for
25750 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
25751 for more information.
25754 <UL>   
25755 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25756 </UL><P>
25757 &lt;End of help on this topic&gt;
25758 </BODY>
25759 </HTML>
25760 ====== h_config_index_format =====
25761 <HTML>
25762 <HEAD>
25763 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
25764 </HEAD>
25765 <BODY>
25766 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
25768 This option is used to customize the content of lines in the
25769 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
25770 to convey some amount of immediately relevant information about each 
25771 message in the current folder.
25774 Alpine provides a pre-defined set of informational fields with
25775 reasonable column widths automatically computed.  You can, however,
25776 replace this default set by listing special tokens in the order you
25777 want them displayed.
25780 The list of available tokens is
25781 <A HREF="h_index_tokens">here</A>.
25784 Spaces are used to separate listed tokens.  Additionally, you can
25785 specify how much of the screen's width the token's associated data
25786 should occupy on the index line by appending to the token a pair of
25787 parentheses enclosing either a number or percentage.  For example,
25788 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
25789 column, and &quot;SUBJECT(20%)&quot; means to
25790 allocate 20% of the available space
25791 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
25792 attempt to figure out a reasonable amount of space.
25795 There is always one space between every pair of columns, so if you use fixed
25796 column widths (like 13) you should remember to take that into account.
25797 Several of the fields are virtually fixed-width, so it doesn't make
25798 much sense to specify the width for them.  The fields STATUS,
25799 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
25800 and DESCRIPSIZE all fall into that category.
25801 You <EM>may</EM> specify widths for those if you wish, but
25802 you're probably better off letting the system pick those widths.  <P>
25805 The default is equivalent to:
25808 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
25811 This means that the four fields without percentages will be allocated
25812 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
25813 the from and subject fields.  If one of those two fields is specified
25814 as a percentage and the other is left for the system to choose, then
25815 the percentage is taken as an absolute percentage of the screen, not
25816 of the space remaining after allocating the first four columns.  It
25817 doesn't usually make sense to do it that way.  If you leave off all
25818 the widths, then the subject and from fields (if both are present) are
25819 allocated space in a 2 to 1 ratio, which is almost exactly the same as
25820 the default.
25823 What you are most likely to do with this configuration option is to
25824 specify which fields appear at all, which order they appear in, and the
25825 percentage of screen that is used for the from and subject fields if you
25826 don't like the 2 to 1 default.
25829 If you want to retain the default format that Pine 4.64 had, use
25832 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
25834 <EM>and</EM> set the feature
25835 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
25836 <UL>   
25837 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25838 </UL><P>
25839 &lt;End of help on this topic&gt;
25840 </BODY>
25841 </HTML>
25842 ====== h_config_reply_intro =====
25843 <HTML>
25844 <HEAD>
25845 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
25846 </HEAD>
25847 <BODY>
25848 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
25850 This option is used to customize the content of the introduction line
25851 that is included when replying to a message and including the original
25852 message in the reply.
25853 The normal default (what you will get if you delete this variable) looks
25854 something like:
25856 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
25858 where the day of the week is only included if it is available in the
25859 original message.
25860 You can replace this default with text of your own.
25861 The text may contain tokens that are replaced with text
25862 that depends on the message you are replying to.
25863 For example, the default is equivalent to:
25865 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
25868 Since this variable includes regular text mixed with special tokens
25869 the tokens have to be surrounded by underscore characters.
25870 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
25871 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
25872 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
25874 The list of available tokens is
25875 <A HREF="h_index_tokens">here</A>.
25878 By default, the text is all on a single line and is followed by a blank line.
25879 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
25880 than 80 characters when replying to a particular message, it is shortened.
25881 However, if you use the token
25883 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
25886 anywhere in the value, no end of line or blank line is appended, and no
25887 shortening is done.
25888 The _NEWLINE_ token may be used to get rid of the blank line following
25889 the text, to add more blank lines, or to form a multi-line
25890 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
25891 To clarify how _NEWLINE_ works recall that the default value is:
25893 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
25896 That is equivalent to
25898 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
25901 In the former case, two newlines are added automatically because
25902 no _NEWLINE_ token appears in the value of the option (for backwards
25903 compatibility). In the latter case, the newlines are explicit.
25904 If you want to remove the blank line that follows the
25905 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
25906 _NEWLINE_ token like
25908 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
25911 Because of the backwards compatibility problem, it is not possible to
25912 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
25913 and that will cause the automatic adding of two newlines!
25914 If you want, you may embed newlines in the middle of the text, as well,
25915 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
25918 By default, no attempt is made to localize the date.
25919 If you prefer a localized form you may find that one of the tokens
25920 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
25921 If you want more control one of the many other date tokens, such as _DATEISO_,
25922 might be better.
25925 For the adventurous, there is a way to conditionally include text based
25926 on whether or not a token would result in specific replacement text.
25927 For example, you could include some text based on whether or not
25928 the _NEWS_ token would result in any newsgroups if it was used.
25929 It's explained in detail
25930 <A HREF="h_reply_token_conditionals">here</A>.
25933 In the very unlikely event that you want to include a literal token
25934 in the introduction line you must precede it with a backslash character.
25935 For example,
25937 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
25939 would produce something like
25941 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
25943 It is not possible to have a literal backslash followed by an expanded token.
25945 <UL>   
25946 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25947 </UL><P>
25948 &lt;End of help on this topic&gt;
25949 </BODY>
25950 </HTML>
25951 ====== h_config_remote_abook_history =====
25952 <HTML>
25953 <HEAD>
25954 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
25955 </HEAD>
25956 <BODY>
25957 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
25959 Sets how many extra copies of
25960 remote address book
25961 data will be kept in each remote address book folder.
25962 The default is three.
25963 These extra copies are simply old versions of the data. Each time a change
25964 is made a new copy of the address book data is appended to the folder. Old
25965 copies are trimmed, if possible, when Alpine exits.
25966 An old copy can be put back into use by
25967 deleting and expunging newer versions of the data from the folder.
25968 Don't delete the first message from the folder. It is a special header
25969 message for the remote address book and it must be there.
25970 This is to prevent regular folders from being used as remote address book
25971 folders and having their data destroyed.
25973 This option is also used to determine how many extra copies of remote
25974 Alpine configuration files are kept.
25976 <UL>   
25977 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25978 </UL><P>
25979 &lt;End of help on this topic&gt;
25980 </BODY>
25981 </HTML>
25982 ====== h_config_remote_abook_validity =====
25983 <HTML>
25984 <HEAD>
25985 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
25986 </HEAD>
25987 <BODY>
25988 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
25990 Sets the minimum number of minutes that a
25991 remote address book will be considered up to date.
25992 Whenever an entry contained in a remote address book is used,
25993 if more than this many minutes have
25994 passed since the last check the remote server will be queried to see if the
25995 address book has changed.
25996 If it has changed, the local copy is updated.
25997 The default value is five minutes.
25998 The special value of -1 means never check.
25999 The special value of zero means only check when the address book is first
26000 opened.
26002 No matter what the value, the validity check is always done when the
26003 address book is about to be changed by the user.
26004 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
26005 while in the address book maintenance screen for the remote address book.
26007 <UL>   
26008 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26009 </UL><P>
26010 &lt;End of help on this topic&gt;
26011 </BODY>
26012 </HTML>
26013 ====== h_config_user_input_timeo =====
26014 <HTML>
26015 <HEAD>
26016 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
26017 </HEAD>
26018 <BODY>
26019 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
26021 If this is set to an integer greater than zero, then this is the number
26022 of <EM>hours</EM> to wait for user input before Alpine times out.
26023 If Alpine is
26024 in the midst of composing a message or is waiting for user response to
26025 a question, then it will not timeout.
26026 However, if Alpine is sitting idle waiting for
26027 the user to tell it what to do next and the user does not give any
26028 input for this many hours, Alpine will exit.
26029 No expunging or moving of read
26030 messages will take place.
26031 It will exit similarly to the way it would exit
26032 if it received a hangup signal.
26033 This may be useful for cleaning up unused Alpine sessions that have been
26034 forgotten by their owners.
26035 The Alpine developers envision system administrators
26036 setting this to a value of several hours (24?) so that it won't surprise
26037 a user who didn't want to be disconnected.
26039 <UL>   
26040 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26041 </UL><P>
26042 &lt;End of help on this topic&gt;
26043 </BODY>
26044 </HTML>
26045 ====== h_config_ssh_open_timeo =====
26046 <HTML>
26047 <HEAD>
26048 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
26049 </HEAD>
26050 <BODY>
26051 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
26053 Sets the time in seconds that Alpine will
26054 attempt to open a UNIX secure shell connection.
26055 The default is 15, the minimum non-zero value is 5,
26056 and the maximum is unlimited. If this is set to zero ssh connections
26057 will be completely disabled.
26059 <UL>   
26060 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26061 </UL><P>
26062 &lt;End of help on this topic&gt;
26063 </BODY>
26064 </HTML>
26065 ====== h_config_rsh_open_timeo =====
26066 <HTML>
26067 <HEAD>
26068 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
26069 </HEAD>
26070 <BODY>
26071 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
26073 Sets the time in seconds that Alpine will
26074 attempt to open a UNIX remote shell connection.
26075 The default is 15, the minimum non-zero value is 5,
26076 and the maximum is unlimited. If this is set to zero rsh connections
26077 will be completely disabled.
26078 This might be useful if rsh connections will never work in your environment
26079 but are causing delays due to firewalls or some other reason.
26081 <UL>   
26082 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26083 </UL><P>
26084 &lt;End of help on this topic&gt;
26085 </BODY>
26086 </HTML>
26087 ====== h_config_tcp_open_timeo =====
26088 <HTML>
26089 <HEAD>
26090 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
26091 </HEAD>
26092 <BODY>
26093 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
26095 Sets the time in seconds that Alpine will
26096 attempt to open a network connection. The default is 30, the minimum is 5,
26097 and the maximum is system defined (typically 75). If a connection has not
26098 completed within this many seconds Alpine will give up and consider it a
26099 failed connection.
26101 <UL>   
26102 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26103 </UL><P>
26104 &lt;End of help on this topic&gt;
26105 </BODY>
26106 </HTML>
26107 ====== h_config_tcp_readwarn_timeo =====
26108 <HTML>
26109 <HEAD>
26110 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
26111 </HEAD>
26112 <BODY>
26113 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
26115 Sets the time in seconds that Alpine will
26116 wait for a network read before warning you that things are moving slowly
26117 and possibly giving you the option to break the connection.
26118 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
26119 1000 seconds.
26121 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
26123 <UL>   
26124 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26125 </UL><P>
26126 &lt;End of help on this topic&gt;
26127 </BODY>
26128 </HTML>
26129 ====== h_config_tcp_writewarn_timeo =====
26130 <HTML>
26131 <HEAD>
26132 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
26133 </HEAD>
26134 <BODY>
26135 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
26137 Sets the time in seconds that Alpine will
26138 wait for a network write before warning you that things are moving slowly
26139 and possibly giving you the option to break the connection.
26140 The default is 0 which means it is unset. If set to a non-zero value, the
26141 minimum is 5 and the maximum is 1000.
26143 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
26145 <UL>   
26146 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26147 </UL><P>
26148 &lt;End of help on this topic&gt;
26149 </BODY>
26150 </HTML>
26151 ====== h_config_tcp_query_timeo =====
26152 <HTML>
26153 <HEAD>
26154 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
26155 </HEAD>
26156 <BODY>
26157 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
26159 When Alpine times out a network read or write it will normally just display
26160 a message saying &quot;Still waiting&quot;.
26161 However, if enough time has elapsed since it started waiting it will offer
26162 to let you break the connection.
26163 That amount of time is set by this option, which defaults to 60 seconds,
26164 has a minimum of 5 seconds, and a maximum of 1000 seconds.
26166 <UL>   
26167 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26168 </UL><P>
26169 &lt;End of help on this topic&gt;
26170 </BODY>
26171 </HTML>
26172 ====== h_config_quit_query_timeo =====
26173 <HTML>
26174 <HEAD>
26175 <TITLE>OPTION: <!--#echo var="VAR_close-connection-timeout"--></TITLE>
26176 </HEAD>
26177 <BODY>
26178 <H1>OPTION: <!--#echo var="VAR_close-connection-timeout"--></H1>
26180 The original purpose of this option was to close a connection after this
26181 much time has elapsed without response from the server. The problem this
26182 generates is that a server might not reply on time due to a slow operation
26183 (for example, sorting a large folder, or filtering messages, etc.) In those
26184 situations it is desirable to wait for the server, even when this takes
26185 a long time.
26188 In order to have a good compromise so that a user can distinguish between
26189 when a connection is closed, therefore
26190 we do not need to wait for it, and the operation that the user is waiting
26191 for takes a long time, this option only applies to the
26192 &quot;NOOP&quot; IMAP command. So, if a NOOP command has been issued,
26193 and the connection does not return after the number of seconds configured
26194 here, which must be at least the amount configured in the option
26195 <a href="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></a>,
26196 then Alpine will close the connection.
26199 Closing connections that have connectivity problems is a good idea. In an ideal
26200 world, one would like all connections to be fast and reliable, so the amount
26201 of time and effort put into parsing a folder to report its state when it is
26202 opened is not wasted, so keeping connections alive is good, but the problem
26203 with this is that waiting for a user to reply to a &quot;keep connection
26204 alive?&quot; question can take a long time, and that might affect other
26205 connections that could be closed because Alpine is not pinging them while it
26206 is waiting for a reply from a user for a different connection. Therefore
26207 setting this value helps to keep other connections alive, in case
26208 you have several incoming folders in other servers.
26211 The default value for this option is 0, which means that no connections will
26212 be closed automatically, so if you want connections to be closed automatically
26213 you must set this option to a positive number bigger or equal than the
26214 value of the option <!--#echo var="VAR_tcp-query-timeout"-->.
26216 <UL>
26217 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26218 </UL><P>
26219 &lt;End of help on this topic&gt;
26220 </BODY>
26221 </HTML>
26222 ====== h_config_incoming_folders =====
26223 <HTML>
26224 <HEAD>
26225 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
26226 </HEAD>
26227 <BODY>
26228 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
26230 This is a list of one or more folders other than <EM>INBOX</EM> that
26231 may receive new messages.
26232 It is related to the
26233 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
26234 feature.
26235 This variable is normally manipulated with the Add, Delete, and Rename
26236 commands in the FOLDER LIST for the Incoming Message Folders collection.
26238 <UL>   
26239 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26240 </UL><P>
26241 &lt;End of help on this topic&gt;
26242 </BODY>
26243 </HTML>
26244 ====== h_config_folder_spec =====
26245 <HTML>
26246 <HEAD>
26247 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
26248 </HEAD>
26249 <BODY>
26250 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
26252 This is a list of one or more collections where saved mail is stored. 
26253 The first collection in this list is the default
26254 collection for <EM>Save</EM>s,
26255 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
26257 This variable is normally manipulated using the Setup/collectionList screen.
26259 <UL>   
26260 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26261 </UL><P>
26262 &lt;End of help on this topic&gt;
26263 </BODY>
26264 </HTML>
26265 ====== h_config_news_spec =====
26266 <HTML>
26267 <HEAD>
26268 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
26269 </HEAD>
26270 <BODY>
26271 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
26273 This is a list of collections where news folders are located.
26275 This variable is normally manipulated using the Setup/collectionList screen.
26277 <UL>   
26278 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26279 </UL><P>
26280 &lt;End of help on this topic&gt;
26281 </BODY>
26282 </HTML>
26283 ====== h_config_address_book =====
26284 <HTML>
26285 <HEAD>
26286 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
26287 </HEAD>
26288 <BODY>
26289 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
26291 A list of personal address books.
26292 Each entry in the list is an
26293 optional nickname followed by a pathname or file name relative to the home
26294 directory.
26295 The nickname is separated from the rest of the line with whitespace.
26296 Instead of a local pathname or file name, a remote folder name can be given.
26297 This causes the address book to
26298 be a Remote address book.
26300 Use the Setup/AddressBook screen to modify this variable.
26302 <UL>   
26303 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26304 </UL><P>
26305 &lt;End of help on this topic&gt;
26306 </BODY>
26307 </HTML>
26308 ====== h_config_glob_addrbook =====
26309 <HTML>
26310 <HEAD>
26311 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
26312 </HEAD>
26313 <BODY>
26314 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
26316 A list of shared address books.  Each entry in the list is an
26317 optional nickname followed by a pathname or file name relative to the home
26318 directory.
26319 A SPACE character separates the nickname from the rest of the line.
26320 Instead of a local pathname or file name, a remote folder name can be given.
26321 This causes the address book to
26322 be a Remote address book.
26323 Global address books are
26324 defined to be ReadOnly.
26326 Use the Setup/AddressBook screen to modify this variable.
26328 <UL>   
26329 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26330 </UL><P>
26331 &lt;End of help on this topic&gt;
26332 </BODY>
26333 </HTML>
26334 ====== h_config_last_vers =====
26335 <HTML>
26336 <HEAD>
26337 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
26338 </HEAD>
26339 <BODY>
26340 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
26342 This is set automatically by Alpine. 
26343 It is used to keep track of the last version of Alpine that
26344 was run by the user.
26345 Whenever the version number increases, a new version message is printed out.
26346 This may not be set in the system-wide configuration files.
26348 <UL>   
26349 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26350 </UL><P>
26351 &lt;End of help on this topic&gt;
26352 </BODY>
26353 </HTML>
26354 ====== h_config_printer =====
26355 <HTML>
26356 <HEAD>
26357 <TITLE>OPTION: Printer</TITLE>
26358 </HEAD>
26359 <BODY>
26360 <H1>OPTION: Printer</H1>
26362 Your default printer selection.
26364 Use the Setup/Printer screen to modify this variable.
26366 <UL>   
26367 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26368 </UL><P>
26369 &lt;End of help on this topic&gt;
26370 </BODY>
26371 </HTML>
26372 ====== h_config_print_cat =====
26373 <HTML>
26374 <HEAD>
26375 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
26376 </HEAD>
26377 <BODY>
26378 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
26380 This is an internal Alpine variable.
26381 It will be equal to 1, 2, or 3 depending on whether the default printer is
26382 attached, standard, or a personal print command.
26384 Use the Setup/Printer screen to modify this variable.
26386 <UL>   
26387 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26388 </UL><P>
26389 &lt;End of help on this topic&gt;
26390 </BODY>
26391 </HTML>
26392 ====== h_config_print_command =====
26393 <HTML>
26394 <HEAD>
26395 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
26396 </HEAD>
26397 <BODY>
26398 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
26400 List of personal print commands.
26402 Use the Setup/Printer screen to modify this variable.
26404 <UL>   
26405 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26406 </UL><P>
26407 &lt;End of help on this topic&gt;
26408 </BODY>
26409 </HTML>
26410 ====== h_config_pat_old =====
26411 <HTML>
26412 <HEAD>
26413 <TITLE>OPTION: Patterns</TITLE>
26414 </HEAD>
26415 <BODY>
26416 <H1>OPTION: Patterns</H1>
26418 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
26419 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
26420 and Patterns-Other.
26421 Patterns-Scores and Patterns-Filters have been replaced since then by
26422 Patterns-Scores2 and Patterns-Filters2.
26424 Use the Setup/Rules screens to modify these variable.
26426 <UL>   
26427 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26428 </UL><P>
26429 &lt;End of help on this topic&gt;
26430 </BODY>
26431 </HTML>
26432 ====== h_config_pat_roles =====
26433 <HTML>
26434 <HEAD>
26435 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
26436 </HEAD>
26437 <BODY>
26438 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
26440 List of rules used for roles.
26441 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
26442 other options.
26444 Use the Setup/Rules/Roles screen to modify this variable.
26446 <UL>   
26447 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26448 </UL><P>
26449 &lt;End of help on this topic&gt;
26450 </BODY>
26451 </HTML>
26452 ====== h_config_pat_filts =====
26453 <HTML>
26454 <HEAD>
26455 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
26456 </HEAD>
26457 <BODY>
26458 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
26460 List of rules used for filters.
26462 Use the Setup/Rules/Filters screen to modify this variable.
26464 <UL>   
26465 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26466 </UL><P>
26467 &lt;End of help on this topic&gt;
26468 </BODY>
26469 </HTML>
26470 ====== h_config_pat_scores =====
26471 <HTML>
26472 <HEAD>
26473 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
26474 </HEAD>
26475 <BODY>
26476 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
26478 List of rules used for scoring.
26480 Use the Setup/Rules/SetScores screen to modify this variable.
26482 <UL>   
26483 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26484 </UL><P>
26485 &lt;End of help on this topic&gt;
26486 </BODY>
26487 </HTML>
26488 ====== h_config_pat_other =====
26489 <HTML>
26490 <HEAD>
26491 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
26492 </HEAD>
26493 <BODY>
26494 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
26496 List of rules used for miscellaneous configuration.
26498 Use the Setup/Rules/Other screen to modify this variable.
26500 <UL>   
26501 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26502 </UL><P>
26503 &lt;End of help on this topic&gt;
26504 </BODY>
26505 </HTML>
26506 ====== h_config_pat_incols =====
26507 <HTML>
26508 <HEAD>
26509 <TITLE>OPTION: patterns-indexcolors</TITLE>
26510 </HEAD>
26511 <BODY>
26512 <H1>OPTION: patterns-indexcolors</H1>
26514 List of rules used for coloring lines in the index.
26516 Use the Setup/Rules/Indexcolor screen to modify this variable.
26518 <UL>   
26519 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26520 </UL><P>
26521 &lt;End of help on this topic&gt;
26522 </BODY>
26523 </HTML>
26524 ====== h_config_pat_srch =====
26525 <HTML>
26526 <HEAD>
26527 <TITLE>OPTION: patterns-search</TITLE>
26528 </HEAD>
26529 <BODY>
26530 <H1>OPTION: patterns-search</H1>
26532 List of rules used only for searching with the Select command in the MESSAGE INDEX.
26534 Use the Setup/Rules/searCh screen to modify this variable.
26536 <UL>   
26537 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26538 </UL><P>
26539 &lt;End of help on this topic&gt;
26540 </BODY>
26541 </HTML>
26542 ====== h_config_font_name =====
26543 <HTML>
26544 <HEAD>
26545 <TITLE>OPTION: Font Name</TITLE>
26546 </HEAD>
26547 <BODY>
26548 <H1>OPTION: Font Name</H1>
26550 PC-Alpine only.
26552 Name of normal font.
26554 Use the pulldown Config menu to modify this variable.
26556 <UL>   
26557 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26558 </UL><P>
26559 &lt;End of help on this topic&gt;
26560 </BODY>
26561 </HTML>
26562 ====== h_config_font_size =====
26563 <HTML>
26564 <HEAD>
26565 <TITLE>OPTION: Font Size</TITLE>
26566 </HEAD>
26567 <BODY>
26568 <H1>OPTION: Font Size</H1>
26570 PC-Alpine only.
26572 Size of normal font.
26574 Use the pulldown Config menu to modify this variable.
26576 <UL>   
26577 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26578 </UL><P>
26579 &lt;End of help on this topic&gt;
26580 </BODY>
26581 </HTML>
26582 ====== h_config_font_style =====
26583 <HTML>
26584 <HEAD>
26585 <TITLE>OPTION: Font Style</TITLE>
26586 </HEAD>
26587 <BODY>
26588 <H1>OPTION: Font Style</H1>
26590 PC-Alpine only.
26592 Style of normal font.
26594 Use the pulldown Config menu to modify this variable.
26596 <UL>   
26597 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26598 </UL><P>
26599 &lt;End of help on this topic&gt;
26600 </BODY>
26601 </HTML>
26602 ====== h_config_font_char_set =====
26603 <HTML>
26604 <HEAD>
26605 <TITLE>OPTION: Font Character Set</TITLE>
26606 </HEAD>
26607 <BODY>
26608 <H1>OPTION: Font Character Set</H1>
26610 PC-Alpine only.
26612 Character set of normal font.
26614 Use the pulldown Config menu to modify this variable.
26616 <UL>   
26617 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26618 </UL><P>
26619 &lt;End of help on this topic&gt;
26620 </BODY>
26621 </HTML>
26622 ====== h_config_print_font_name =====
26623 <HTML>
26624 <HEAD>
26625 <TITLE>OPTION: Print-Font-Name</TITLE>
26626 </HEAD>
26627 <BODY>
26628 <H1>OPTION: Print-Font-Name</H1>
26630 PC-Alpine only.
26632 Name of printer font.
26634 Use the pulldown Config menu to modify this variable.
26636 <UL>   
26637 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26638 </UL><P>
26639 &lt;End of help on this topic&gt;
26640 </BODY>
26641 </HTML>
26642 ====== h_config_print_font_size =====
26643 <HTML>
26644 <HEAD>
26645 <TITLE>OPTION: Print-Font-Size</TITLE>
26646 </HEAD>
26647 <BODY>
26648 <H1>OPTION: Print-Font-Size</H1>
26650 PC-Alpine only.
26652 Size of printer font.
26654 Use the pulldown Config menu to modify this variable.
26656 <UL>   
26657 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26658 </UL><P>
26659 &lt;End of help on this topic&gt;
26660 </BODY>
26661 </HTML>
26662 ====== h_config_print_font_style =====
26663 <HTML>
26664 <HEAD>
26665 <TITLE>OPTION: Print-Font-Style</TITLE>
26666 </HEAD>
26667 <BODY>
26668 <H1>OPTION: Print-Font-Style</H1>
26670 PC-Alpine only.
26672 Style of printer font.
26674 Use the pulldown Config menu to modify this variable.
26676 <UL>   
26677 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26678 </UL><P>
26679 &lt;End of help on this topic&gt;
26680 </BODY>
26681 </HTML>
26682 ====== h_config_print_font_char_set =====
26683 <HTML>
26684 <HEAD>
26685 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
26686 </HEAD>
26687 <BODY>
26688 <H1>OPTION: Print-Font-Char-Set</H1>
26690 PC-Alpine only.
26692 Character set of printer font.
26694 Use the pulldown Config menu to modify this variable.
26696 <UL>   
26697 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26698 </UL><P>
26699 &lt;End of help on this topic&gt;
26700 </BODY>
26701 </HTML>
26702 ====== h_config_window_position =====
26703 <HTML>
26704 <HEAD>
26705 <TITLE>OPTION: Window-Position</TITLE>
26706 </HEAD>
26707 <BODY>
26708 <H1>OPTION: Window-Position</H1>
26710 PC-Alpine only.
26712 Position on the screen of the Alpine window.
26714 Alpine normally maintains this variable itself, and it is set automatically. 
26715 This variable is provided to those who wish to use the same window position 
26716 across different machines from the same configuration.
26717 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
26718 must also be set for this setting to be used.
26720 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
26721 C is the number of columns, R is the number of rows, and X and Y specify the
26722 top left corner of the window.
26724 <UL>   
26725 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26726 </UL><P>
26727 &lt;End of help on this topic&gt;
26728 </BODY>
26729 </HTML>
26730 ====== h_config_cursor_style =====
26731 <HTML>
26732 <HEAD>
26733 <TITLE>OPTION: Cursor Style</TITLE>
26734 </HEAD>
26735 <BODY>
26736 <H1>OPTION: Cursor Style</H1>
26738 PC-Alpine only.
26740 Cursor style.
26742 Use the pulldown Config menu to modify this variable.
26744 <UL>   
26745 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26746 </UL><P>
26747 &lt;End of help on this topic&gt;
26748 </BODY>
26749 </HTML>
26750 ====== h_config_ldap_servers =====
26751 <HTML>
26752 <HEAD>
26753 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
26754 </HEAD>
26755 <BODY>
26756 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
26758 List of LDAP servers and associated data.
26760 Use the Setup/Directory screen to modify this variable.
26762 <UL>   
26763 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26764 </UL><P>
26765 &lt;End of help on this topic&gt;
26766 </BODY>
26767 </HTML>
26768 ====== h_config_sendmail_path =====
26769 <HTML>
26770 <HEAD>
26771 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
26772 </HEAD>
26773 <BODY>
26774 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
26776 This names the path to an
26777 alternative program, and any necessary arguments, to be used in posting
26778 mail messages. See the Technical notes for more information.
26780 <UL>   
26781 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26782 </UL><P>
26783 &lt;End of help on this topic&gt;
26784 </BODY>
26785 </HTML>
26786 ====== h_config_oper_dir =====
26787 <HTML>
26788 <HEAD>
26789 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
26790 </HEAD>
26791 <BODY>
26792 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
26794 This names the root of the
26795 tree to which you are restricted when reading and writing folders and
26796 files. It is usually used in the system-wide,
26797 <EM>fixed</EM> configuration file.
26799 <UL>   
26800 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26801 </UL><P>
26802 &lt;End of help on this topic&gt;
26803 </BODY>
26804 </HTML>
26805 ====== h_config_rshpath =====
26806 <HTML>
26807 <HEAD>
26808 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
26809 </HEAD>
26810 <BODY>
26811 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
26813 Sets the name of the command used to open a UNIX remote shell
26814 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
26816 <UL>   
26817 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26818 </UL><P>
26819 &lt;End of help on this topic&gt;
26820 </BODY>
26821 </HTML>
26822 ====== h_config_rshcmd =====
26823 <HTML>
26824 <HEAD>
26825 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
26826 </HEAD>
26827 <BODY>
26828 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
26830 Sets the format of the command used to
26831 open a UNIX remote shell connection. The default is
26832 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
26833 provided command. The first is for the command's pathname, the second is
26834 for the host to connect to, the third is for the user to connect as, and
26835 the fourth is for the connection method (typically <CODE>imap</CODE>).
26837 <UL>   
26838 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26839 </UL><P>
26840 &lt;End of help on this topic&gt;
26841 </BODY>
26842 </HTML>
26843 ====== h_config_sshpath =====
26844 <HTML>
26845 <HEAD>
26846 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
26847 </HEAD>
26848 <BODY>
26849 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
26851 Sets the name of the command used to open a UNIX secure shell
26852 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
26854 <UL>   
26855 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26856 </UL><P>
26857 &lt;End of help on this topic&gt;
26858 </BODY>
26859 </HTML>
26860 ====== h_config_sshcmd =====
26861 <HTML>
26862 <HEAD>
26863 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
26864 </HEAD>
26865 <BODY>
26866 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
26868 Sets the format of the command used to
26869 open a UNIX secure shell connection. The default is
26870 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
26871 provided command. The first is for the command's pathname, the second is
26872 for the host to connect to, the third is for the user to connect as, and
26873 the fourth is for the connection method (typically <CODE>imap</CODE>).
26875 <UL>   
26876 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26877 </UL><P>
26878 &lt;End of help on this topic&gt;
26879 </BODY>
26880 </HTML>
26881 ====== h_config_new_ver_quell =====
26882 <HTML>
26883 <HEAD>
26884 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
26885 </HEAD>
26886 <BODY>
26887 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
26889 When a new version of Alpine is run for the first time it offers a
26890 special explanatory screen to the user upon startup.  This option
26891 helps control when and if that special screen appears for users that
26892 have previously run Alpine.  It takes as its value an Alpine version
26893 number.  Alpine versions less than the specified value will suppress this
26894 special screen while versions equal to or greater than that specified
26895 will behave normally.
26897 <UL>   
26898 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26899 </UL><P>
26900 &lt;End of help on this topic&gt;
26901 </BODY>
26902 </HTML>
26903 ====== h_config_disable_drivers =====
26904 <HTML>
26905 <HEAD>
26906 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
26907 </HEAD>
26908 <BODY>
26909 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
26911 This variable is a list of mail drivers that will be disabled.
26912 The candidates for disabling are listed below.
26913 There may be more in the future if you compile Alpine with
26914 a newer version of the c-client library.
26917 <UL>
26918 <LI> mbox
26919 <LI> mbx
26920 <LI> mh
26921 <LI> mmdf
26922 <LI> mtx
26923 <LI> mx
26924 <LI> news
26925 <LI> phile
26926 <LI> tenex
26927 <LI> unix
26928 </UL>
26931 The <EM>mbox</EM> driver enables the following behavior: if there is a
26932 file called <CODE>mbox</CODE>
26933 in your home directory, and if that file is either empty or in Unix mailbox
26934 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
26935 will automatically transfer mail from the system mail spool directory into the
26936 <CODE>mbox</CODE> file and
26937 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
26938 this will not happen.
26941 It is not recommended to disable the driver that supports the system default
26942 mailbox format. On most non-SCO systems, that driver is the
26943 <EM>unix</EM> driver.
26944 On most SCO systems, it is the <EM>mmdf</EM> driver.
26945 The system default driver may be
26946 configured to something else on your system; check with your system manager
26947 for additional information.
26950 It is most likely not very useful for you to disable any of the drivers other
26951 than possibly <EM>mbox</EM>.
26952 You could disable some of the others if you know for
26953 certain that you don't need them but the performance gain in doing so
26954 is very modest.
26956 <UL>   
26957 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26958 </UL><P>
26959 &lt;End of help on this topic&gt;
26960 </BODY>
26961 </HTML>
26962 ====== h_config_disable_auths =====
26963 <HTML>
26964 <HEAD>
26965 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
26966 </HEAD>
26967 <BODY>
26968 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
26970 This variable is a list of SASL (Simple Authentication and Security
26971 Layer) authenticators that will be disabled.
26972 SASL is a mechanism for
26973 authenticating to IMAP, POP3, SMTP, and other network servers.
26976 Alpine matches its list of supported authenticators with the server to
26977 determine the most secure authenticator that is supported by both.
26978 If no matching authenticators are found, Alpine will revert to plaintext
26979 login (or, in the case of SMTP, will be unable to authenticate at all).
26981 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
26984 Normally, you will not disable any authenticators.
26985 There are two exceptions:
26987 <OL>
26988 <LI> You use a broken server that advertises an authenticator,
26989 but does not actually implement it.
26990 <LI> You have a Kerberos-capable version of Alpine and the server is
26991 also Kerberos-capable, but you can not obtain Kerberos
26992 credentials on the server machine, thus you desire to disable
26993 GSSAPI (which in turn disables Alpine's Kerberos support).
26994 </OL>
26996 It is never necessary to disable authenticators, since Alpine will try
26997 other authenticators before giving up.
26998 However, disabling the relevant authenticator avoids annoying error messages.
27000 <UL>   
27001 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27002 </UL><P>
27003 &lt;End of help on this topic&gt;
27004 </BODY>
27005 </HTML>
27006 ====== h_config_encryption_range =====
27007 <HTML>
27008 <HEAD>
27009 <TITLE>OPTION: <!--#echo var="VAR_encryption-protocol-range"--></TITLE>
27010 </HEAD>
27011 <BODY>
27012 <H1>OPTION: <!--#echo var="VAR_encryption-protocol-range"--></H1>
27014 This option sets a range of encryption protocols that can be attempted when
27015 Alpine will try to establish a secure connection using the SSL or TLS
27016 protocols.
27019 Before a secure connection to an external server is established, Alpine and the
27020 server will attempt to negotiate a secure connection. This part is known as the
27021 &quot;ClientHello&quot;. At that time Alpine will announce the version of
27022 encryption that it would like to establish. The server can reject that, and announce
27023 a different version of encryption. Once both the server and Alpine have found
27024 a version of encryption that they both agree on, they will both use it to start
27025 a secure connection.
27028 The use of the /ssl parameter in the definition of the server will make Alpine
27029 attempt the highest encryption protocol that it can use, in agreement with the
27030 server. However, using this option, you will set limits to the versions of
27031 the protocols that are used. This would, for example, allow you to disable the use
27032 of ssl3, in favor of more modern protocols. 
27035 For purposes of this option, the protocols are sorted 
27036 as follows
27039 <CENTER>
27040 no_min < ssl3 < tls1 < tls1_1 < tls1_2 < tls1_3 < no_max
27041 </CENTER>
27044 For example, if you want to disable ssl3, all you have to do is to set the minimum 
27045 version to tls1, or any higher protocol. 
27047 <P>The name of the parameters used to configure this option is the same as the 
27048 parameters that are added to the definition of a server to make it a secure 
27049 connection, and they are listed above for your reference.
27052 The special values &quot;no_min&quot; and &quot;no_max&quot; do not set values
27053 for the minimum and maximum protocol versions, and Alpine will use the maximum
27054 and minimum values of encryption protocols built into your SSL library.
27057 <UL>   
27058 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27059 </UL><P>
27060 &lt;End of help on this topic&gt;
27061 </BODY>
27062 </HTML>
27063 ====== h_config_abook_metafile =====
27064 <HTML>
27065 <HEAD>
27066 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
27067 </HEAD>
27068 <BODY>
27069 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
27071 This is usually set by Alpine and is the name of a file
27072 that contains data about
27073 remote address books and remote configuration files.
27075 <UL>   
27076 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27077 </UL><P>
27078 &lt;End of help on this topic&gt;
27079 </BODY>
27080 </HTML>
27081 ====== h_config_composer_wrap_column =====
27082 <HTML>
27083 <HEAD>
27084 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
27085 </HEAD>
27086 <BODY>
27087 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
27090 This option specifies an aspect of Alpine's Composer.  This gives the
27091 maximum width that auto-wrapped lines will have.  It's also the maximum
27092 width of lines justified using the <A HREF="h_compose_justify">^J
27093 Justify</A> command.  The normal default
27094 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
27095 in order to
27096 prevent very long lines from being sent in outgoing mail.  When the mail
27097 is actually sent, trailing spaces will be stripped off of each line.
27100 <UL>   
27101 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27102 </UL><P>
27103 &lt;End of help on this topic&gt;
27104 </BODY>
27105 </HTML>
27106 ====== h_config_deadlets =====
27107 <HTML>
27108 <HEAD>
27109 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
27110 </HEAD>
27111 <BODY>
27112 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
27115 This option affects Alpine's behavior when you cancel a message being
27116 composed.  Alpine's usual behavior is to write the canceled message to
27117 a file named 
27118 <!--chtml if pinemode="os_windows"-->
27119 &quot;DEADLETR&quot;,
27120 <!--chtml else-->
27121 &quot;dead.letter&quot; in your home directory,
27122 <!--chtml endif-->
27123 overwriting any previous message.
27125 If you set this option to a value higher than one, then that many copies
27126 of dead letter files will be saved.
27127 For example, if you set this option to &quot;3&quot; then you may have
27128 files named
27129 <!--chtml if pinemode="os_windows"-->
27130 &quot;DEADLETR&quot;,
27131 &quot;DEADLETR2&quot;, and
27132 &quot;DEADLETR3&quot;.
27133 <!--chtml else-->
27134 &quot;dead.letter&quot;,
27135 &quot;dead.letter2&quot;, and
27136 &quot;dead.letter3&quot; in your home directory.
27137 <!--chtml endif-->
27138 In this example, the most recently cancelled message will be in
27139 <!--chtml if pinemode="os_windows"-->
27140 &quot;DEADLETR&quot;,
27141 <!--chtml else-->
27142 &quot;dead.letter&quot;,
27143 <!--chtml endif-->
27144 and the third most recently cancelled message will be in
27145 <!--chtml if pinemode="os_windows"-->
27146 &quot;DEADLETR3&quot;.
27147 <!--chtml else-->
27148 &quot;dead.letter3&quot;.
27149 <!--chtml endif-->
27150 The fourth most recently cancelled message will no longer be saved.
27153 If you set this option to zero, then NO record of canceled messages is
27154 maintained.
27156 If the feature
27157 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
27158 is set, that overrides whatever you set for this option.
27159 If this option had existed at the time, then the Quell feature would not
27160 have been added, but it is still there for backwards compatibility.
27161 So, in order for this option to have the desired effect, make sure the
27162 Quell feature is turned off.
27165 <UL>   
27166 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27167 </UL><P>
27168 &lt;End of help on this topic&gt;
27169 </BODY>
27170 </HTML>
27171 ====== h_config_maxremstream =====
27172 <HTML>
27173 <HEAD>
27174 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
27175 </HEAD>
27176 <BODY>
27177 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
27179 This option affects low-level behavior of Alpine.
27180 The default value for this option is <EM>3</EM>.
27181 If your INBOX is accessed using the IMAP protocol
27182 from an IMAP server, that connection is kept open throughout the
27183 duration of your Alpine session, independent of the value of this option.
27184 The same is true of any 
27185 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
27186 you have defined.
27187 This option controls Alpine's behavior when connecting to remote IMAP folders
27188 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
27189 It specifies the maximum number of remote IMAP connections (other than
27190 those mentioned above) that Alpine will use for accessing the rest of your
27191 folders.
27192 If you set this option to zero, you will turn off most remote connection
27193 re-use.
27194 It's difficult to understand exactly what this option does, and it is usually
27195 fine to leave it set to its default value.
27196 It is probably more likely that you will be interested in setting the
27197 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
27198 instead of changing the value of this option.
27199 A slightly longer explanation of what is going on with this option
27200 is given in the next paragraphs.
27203 There are some time costs involved in opening and closing remote IMAP 
27204 folders, the main costs being the time you have to wait for the connection
27205 to the server and the time for the folder to open.
27206 Opening a folder may involve not only the time the server takes to do its
27207 processing but time that Alpine uses to do filtering.
27208 These times can vary widely.
27209 They depend on how loaded the server is, how large
27210 the folder being opened is, and how you set up filtering, among other things.
27211 Once Alpine has opened a connection to a particular folder, it will attempt
27212 to keep that connection open in case you use it again.
27213 In order to do this,
27214 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
27215 this option) IMAP connections you have allotted for this purpose.
27217 For example, suppose the value of this option is set to &quot;2&quot;.
27218 If your INBOX is accessed on a remote server using the IMAP protocol, that
27219 doesn't count as one of the remote connections but it is always kept open.
27220 If you then open another IMAP folder, that would be your first
27221 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
27222 If you open a third folder the second will be left open, in case you
27223 return to it.
27224 You won't be able to tell it has been left open.
27225 It will appear to be closed when you leave the folder but the connection
27226 will remain in the background.
27227 Now suppose you go back to the second folder (the first folder after the
27228 INBOX).
27229 A connection to that folder is still open so you won't have to wait
27230 for the startup time to open it.
27231 Meanwhile, the connection to the third folder will be left behind.
27232 Now, if you open a fourth folder, you will bump into the
27233 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
27234 than INBOX and you have the option set to &quot;2&quot;.
27235 The connection that is being used for
27236 the third folder will be re-used for this new fourth folder.
27237 If you go back to the third folder after this, it is no longer already
27238 connected when you get there.
27239 You'll still save some time since Alpine will re-use the connection to the
27240 fourth folder and you have already logged in on that connection,
27241 but the folder will have to be re-opened from scratch.
27243 If a folder is large and the startup cost is dominated by the time it takes
27244 to open that folder or to run filters on it, then it will pay to make the
27245 value of this option large enough to keep it open.
27246 On the other hand, if you only revisit a handful of folders or if
27247 the folders are small, then it might
27248 make more sense to keep this number small so that the reconnect
27249 time (the time to start up a new connection and authenticate)
27250 is eliminated instead.
27252 You may also need to consider the impact on the server.
27253 On the surface, a larger number here may cause a larger impact on the
27254 server, since you will have more connections open to the server.
27255 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
27256 associated with reopening a folder, but the <EM>server</EM> will be
27257 avoiding those costs as well.
27259 When twenty five minutes pass without any active use of an IMAP connection
27260 being saved for possible re-use, that connection will be shut down,
27263 <UL>   
27264 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27265 </UL><P>
27266 &lt;End of help on this topic&gt;
27267 </BODY>
27268 </HTML>
27269 ====== h_config_permlocked =====
27270 <HTML>
27271 <HEAD>
27272 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
27273 </HEAD>
27274 <BODY>
27275 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
27277 This option affects low-level behavior of Alpine.
27278 There is no default value for this option.
27279 It is related to the options
27280 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
27281 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
27282 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
27285 Note: changes made to this list take effect the next time you open a
27286 folder in the list.
27289 This is a list of folders that will be permanently kept open once they
27290 are first opened.
27291 The names in this list may be either the nickname of an Incoming folder
27292 or the full technical specification of a folder.
27293 The folders in this list need not be remote IMAP folders, they could usefully
27294 be local folders, as well.
27295 If a folder in the list is a newsgroup or is not accessed either locally
27296 or via IMAP, then the entry will be ignored.
27297 For example, folders accessed via NNTP or POP3 will not be kept open, since
27298 the way that new mail is found with those protocols involves closing and
27299 reopening the connection.
27301 Once a Stay Open folder has been opened, new-mail checking will continue
27302 to happen on that folder for the rest of the Alpine session.
27303 Your INBOX is always implicitly included in this Stay-Open list and doesn't
27304 need to be added explicitly.
27306 Another difference that you may notice between a Stay Open folder and a
27307 non-Stay Open folder is which message is selected as the current message
27308 when you enter the folder index.
27309 Normally, the starting position for an incoming folder (which most Stay Open
27310 folders will likely be) is controlled by the
27311 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
27312 However, if a folder is a Stay Open folder, when you re-enter the folder
27313 after the first time the current message will be the same as it was when
27314 you left the folder.
27315 An exception is made if you use the TAB command to get to the folder.
27316 In that case, the message number will be incremented by one from what it
27317 was when you left the folder.
27319 The above special behavior is thought to be useful.
27320 However, it is special and different from what you might at first expect.
27321 The feature
27322 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
27323 may be used to turn off this special treatment.
27325 If the message that was current when you left the folder no longer exists,
27326 then the regular startup rule will be used instead.
27329 <UL>   
27330 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27331 </UL><P>
27332 &lt;End of help on this topic&gt;
27333 </BODY>
27334 </HTML>
27335 ====== h_config_viewer_overlap =====
27336 <html>
27337 <header>
27338 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
27339 </header>
27340 <body>
27341 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
27343 This option specifies an aspect of Alpine's Message Viewing screen.  When
27344 the space bar is used to page forward in a message, the number of lines
27345 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
27346 bottom of the screen.  That is, if this was set to two lines, then the
27347 bottom two lines of the screen would be repeated on the top of the next
27348 screen.  The normal default value is "2".<p>
27349 <UL>   
27350 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27351 </UL><P>
27352 &lt;End of help on this topic&gt;
27353 </body>
27354 </html>
27355 ====== h_config_scroll_margin =====
27356 <HTML>
27357 <HEAD>
27358 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
27359 </HEAD>
27360 <BODY>
27361 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
27363 This option controls when Alpine's line-by-line scrolling occurs.
27364 Typically, when a selected item is at the top or bottom screen edge
27365 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
27366 displayed items are scrolled down or up by a single line.
27369 This option allows you to tell Alpine the number of lines from the top and
27370 bottom screen edge that line-by-line paging should occur.  For example,
27371 setting this value to one (1) will cause Alpine to scroll the display
27372 vertically when you move to select an item on the display's top or
27373 bottom edge.
27376 By default, this variable is zero, indicating that scrolling happens
27377 when you move up or down to select an item immediately off the display's
27378 top or bottom edge.
27381 <UL>   
27382 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27383 </UL><P>
27384 &lt;End of help on this topic&gt;
27385 </BODY>
27386 </HTML>
27387 ====== h_config_wordseps =====
27388 <HTML>
27389 <HEAD>
27390 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
27391 </HEAD>
27392 <BODY>
27393 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
27395 This option affects how a &quot;word&quot; is defined in the composer.
27396 The definition of a word is used when using the Forward Word and Backward
27397 Word commands in the composer, as well as when using the spell checker.
27398 Whitespace is always considered a word separator.
27399 Punctuation (like question marks, periods, commas, and so on) is always
27400 a word separator if it comes at the end of a word.
27401 By default, a punctuation character that is in the middle of a word does
27402 not break up that word as long as the character before and the character
27403 after it are both alphanumeric.
27404 If you add a character to this option it will be considered a
27405 word separator even when it occurs in the middle of an alphanumeric word.
27406 For example, if you want to skip through each part of an address instead
27407 of skipping the whole address at once you might want to include &quot;@&quot;
27408 and &quot;.&quot; in this list.
27409 If you want the word-skipper to stop on each part of a UNIX filename you
27410 could add &quot;/&quot; to the list.
27411 The equal sign and dash are other possibilities you might find helpful.
27413 <UL>   
27414 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27415 </UL><P>
27416 &lt;End of help on this topic&gt;
27417 </BODY>
27418 </HTML>
27419 ====== h_config_reply_indent_string =====
27420 <HTML>
27421 <HEAD>
27422 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
27423 </HEAD>
27424 <BODY>
27425 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
27427 This option specifies an aspect of Alpine's Reply command.
27428 When a message is replied to and the text of the message is included, the
27429 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
27430 to each line indicating it is quoted text.
27431 (In case you haven't seen this before, &quot;string&quot; is a technical term
27432 that means chunk of text.)
27435 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
27436 in 1999 and its wide-spread adoption since then, you will usually be better off if you
27437 use one of the standard values,
27438 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
27441 This option specifies a different value for that string.
27442 If you wish to use a string that begins or ends with a space,
27443 enclose the string in double quotes.
27446 Besides simple text, the prepended string can be based
27447 on the message being replied to.
27448 The following tokens are substituted for the message's corresponding value:
27450 <DL>
27451 <DT>_FROM_</DT>
27452 <DD>This token gets replaced with the message sender's &quot;username&quot;.
27453 If the name is longer than six characters, only the first six characters are
27454 used.
27455 </DD>
27457 <DT>_NICK_</DT>
27458 <DD>This token gets replaced with the nickname of the message sender's
27459 address as found in your addressbook.
27460 If no addressbook entry is found,
27461 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
27462 If the nickname is longer than six characters, only the first six characters are
27463 used.
27464 </DD>
27466 <DT>_INIT_</DT>
27467 <DD>This token gets replaced with the initials of the sender of the message.
27468 </DD>
27470 </DL>
27472 NOTE: When the
27473 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
27474 feature is enabled, you are given the opportunity to edit the string, whether 
27475 it is the default or one automatically generated using the above tokens.
27477 If you change your <!--#echo var="VAR_reply-indent-string"-->
27478 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
27479 quoted text will not be flowed
27480 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
27481 when you reply.
27482 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
27483 set to the default value.
27485 <UL>   
27486 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27487 </UL><P>
27488 &lt;End of help on this topic&gt;
27489 </BODY>
27490 </HTML>
27491 ====== h_config_quote_replace_string =====
27492 <HTML>
27493 <HEAD>
27494 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
27495 </HEAD>
27496 <BODY>
27497 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
27499 This option specifies what string to use as a quote when <b>viewing</b> a
27500 message.  The standard way of quoting messages when replying is the string
27501 &quot;&gt;&nbsp;&quot; (quote space).
27502 With this variable set, viewing a message will
27503 replace occurrences of 
27504 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
27505 This setting works best when
27506 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
27507 or the equivalent setting in your correspondents' mail programs
27508 is set to the default
27509 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
27510 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
27512 By default, this setting will only work on messages that are flowed, which is
27513 the default way of sending messages for many mail clients including
27514 Alpine.  Enable the feature
27515 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
27516 to also have quote-replacement performed on non-flowed messages.
27519 Setting this option will replace  &quot;&gt;&quot; and 
27520 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
27521 spaces. To preserve those spaces enclose the full string in double quotes.
27523 No padding to separate the text of the message from the quote string is
27524 added. This means that if you do not add trailing spaces to the value of
27525 this variable, text will be displayed right next to the quote string,
27526 which may be undesirable. This can be avoided by adding a new string
27527 separated by a space from your selection of quote string replacement. This
27528 last string will be used for padding. For example, setting this variable to 
27529 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
27530 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
27531 a space from the last quote string to make it more readable.
27533 One possible setting for this variable could be
27534 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
27535 would have the effect of indenting each level of quoting four spaces and
27536 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
27537 more discernible by setting colors for quoted text.
27539 Replying to or forwarding the viewed message will preserve the original
27540 formatting of the message, so quote-replacement will not be performed on
27541 messages that are being composed.
27543 <UL>   
27544 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27545 </UL><P>
27546 &lt;End of help on this topic&gt;
27547 </BODY>
27548 </HTML>
27549 ====== h_config_empty_hdr_msg =====
27550 <HTML>
27551 <HEAD>
27552 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
27553 </HEAD>
27554 <BODY>
27555 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
27557 When sending, if both the To and Cc fields are empty and you
27558 are sending the message to a Bcc,
27559 Alpine will put a special address in the To line.  The default value is:
27562 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
27565 The reason for this is to avoid embarrassment caused by some Internet
27566 mail transfer software that interprets a &quot;missing&quot;
27567 <SAMP>To:</SAMP> header as an error and replaces it with an
27568 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
27569 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
27570 Bcc.  You may change the part of this message that comes before the
27571 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
27572 variable to something else.
27575 The normal default is &quot;undisclosed-recipients&quot;.
27578 <UL>   
27579 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27580 </UL><P>
27581 &lt;End of help on this topic&gt;
27582 </BODY>
27583 </HTML>
27584 ====== h_config_status_msg_delay =====
27585 <HTML>
27586 <HEAD>
27587 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
27588 </HEAD>
27589 <BODY>
27590 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
27592 This option has evolved over time, causing the possible values to be
27593 counter-intuitive.
27594 Read carefully before you set this option.
27595 First we explain what the option does, then there is a longer discussion
27596 following that.
27598 If this is set to zero, the default value, it has <EM>no</EM> effect.
27599 Positive and negative values serve two similar, but different purposes.
27601 If it is set to a positive number, it causes the cursor to move to the
27602 status line whenever a status message is printed and pause there for this
27603 many seconds.
27604 It will probably only be useful if the 
27605 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
27606 also turned on.
27607 Setting this option to a positive number can only be used to
27608 <EM>increase</EM> the status message delay.
27609 This may be useful for Braille displays, or other non-traditional displays.
27611 If it is set to a negative number the interpretation is a bit complicated.
27612 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
27613 allow you to read important status messages.
27614 Of course, this may cause you to miss some important messages.
27615 If you see a message flash by but miss what it says you can use the
27616 Journal command from the MAIN MENU to read it.
27617 If you set this option to a negative value, the delay will be
27618 no more than one second less than the absolute value
27619 of the value you set.
27620 So if you set it to -1, the delay will be no more than zero seconds, no
27621 delay at all.
27622 If you set it to -2, the delay will be no more than 1 second.
27623 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
27624 If the delay that Alpine would have used by default is less than this delay,
27625 then the smaller delay set by Alpine will be used.
27626 Setting this option to a negative value can only reduce the amount of
27627 delay, never increase it.
27629 Here is a more detailed explanation.
27630 Status messages are the messages that show up spontaneously in the
27631 status message line, usually the third line from the bottom of the screen.
27632 By default, Alpine assigns each status message it produces a minimum
27633 display time.
27634 Some status messages have a minimum display time of zero.
27635 You can see an example of such a message by paging up in this help text
27636 until you reach the top of the screen.
27637 If you try to page past the top you will see the message
27639 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
27641 in the status line.
27642 If there is another more important use of the status message line this message
27643 might be replaced quickly, or it even might not be shown at all.
27644 However, if there is no reason to get rid of the message, it might stay
27645 there for several seconds while you read the help.
27646 An example where it is replaced immediately happens when you page up in
27647 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
27648 command right after paging up.
27649 The message will disappear immediately without causing a delay (unless you
27650 have set this option to a positive value) to allow you to type input for
27651 the &quot;WhereIs&quot; command.
27652 Since it isn't a very important message, Alpine has set its minimum display
27653 time to zero seconds.
27655 Other messages have minimum display times of three or more seconds.
27656 These are usually error messages that Alpine thinks you ought to see.
27657 For example, it might be a message about a failed Save or a failed folder open.
27658 It is often the case that this minimum display time won't delay you in
27659 any way because the status message line is not needed for another reason.
27660 However, there are times when Alpine has to delay what it is doing in
27661 order to display a status message for the minimum display time.
27662 This happens when a message is being displayed and Alpine wants to ask
27663 for input from the keyboard.
27664 For example, when you Save a message you use the status message line.
27665 You get a prompt there asking for the name of the folder to save to.
27666 If there is a status message being displayed that has not
27667 yet displayed for its minimum
27668 time Alpine will display that status message surrounded with the characters
27669 &gt; and &lt; to show you that it is delaying.
27670 That might happen, for example, if you tried to save to a folder that
27671 caused an error, then followed that immediately with another Save command.
27672 You might find yourself waiting for a status message like
27674 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
27676 to finish displaying for three seconds.
27677 If that is something you find happening to you frequently, you may use
27678 negative values of this option to decrease or eliminate that delay, at
27679 the risk of missing the message.
27681 <UL>   
27682 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27683 </UL><P>
27684 &lt;End of help on this topic&gt;
27685 </BODY>
27686 </HTML>
27687 ====== h_config_active_msg_interval =====
27688 <HTML>
27689 <HEAD>
27690 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
27691 </HEAD>
27692 <BODY>
27693 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
27695 When Alpine is delayed for some reason it usually shows that
27696 something is happening with a small animated display in the status
27697 message line near the bottom of the screen.
27698 This option sets how frequently the characters (for example, a spinning bar)
27699 in the active status message lines are updated.
27700 At most, it can be set to be updated 20 times per second. 
27703 Setting this value to zero will prevent display of the animations
27704 altogether.
27707 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
27708 can be used to remove the randomness from this animated display.
27711 <UL>   
27712 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27713 </UL><P>
27714 &lt;End of help on this topic&gt;
27715 </BODY>
27716 </HTML>
27717 ====== h_config_mailchecknoncurr =====
27718 <HTML>
27719 <HEADER>
27720 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
27721 </HEADER>
27722 <BODY>
27723 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
27725 This option is closely related to the
27726 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27727 option, as well as the
27728 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
27729 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
27730 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
27731 new-mail checking is disabled and this option will have no effect.
27733 Normally this option is set to zero, which means that the value used will be
27734 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
27735 If you set this option to a value different from zero
27736 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
27737 then that is the check interval that will be used
27738 for folders that are not the currently open folder or the INBOX.
27739 You may not even have any folders that are noncurrent and not the INBOX.
27740 If you do, it is likely that they are due to
27741 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
27742 you have configured.
27743 This option also affects the rate of mail checking done on cached
27744 connections to folders you previously had open but are no longer actively
27745 using.
27746 You aren't expected to understand that last sentence, but if you are interested
27747 take a look at
27748 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
27749 and the related options.
27751 <UL>   
27752 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27753 </UL><P>
27754 &lt;End of help on this topic&gt;
27755 </BODY>
27756 </HTML>
27757 ====== h_config_fifopath =====
27758 <HTML>
27759 <HEADER>
27760 <TITLE>OPTION: NewMail FIFO Path</TITLE>
27761 </HEADER>
27762 <BODY>
27763 <H1>OPTION: NewMail FIFO Path</H1>
27765 This option is only available in UNIX Alpine.
27766 However, there is a very similar feature built in to PC-Alpine.
27767 In PC-Alpine's Config menu at the top of the screen
27768 is an option called &quot;New Mail Window&quot;.
27770 You may have Alpine create a FIFO special file (also called a named pipe) where
27771 it will send a one-line message each time a new message is received in
27772 the current folder, the INBOX, or any open
27773 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
27774 To protect against two different Alpines both writing to the same FIFO, Alpine
27775 will only create the FIFO and write to it if it doesn't already exist.
27777 A possible way to use this option would be to have a separate window
27778 on your screen running the command
27780 <CENTER><SAMP>cat filename</SAMP></CENTER>
27782 where &quot;filename&quot; is the name of the file given for this option.
27783 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
27784 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
27785 You may be tempted to use &quot;tail -f filename&quot; to view the new
27786 mail log.
27787 However, the common implementations of the tail command will not do what you
27788 are hoping.
27790 The width of the messages produced for the FIFO may be altered with the
27791 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
27793 On some systems, fifos may only be created in a local filesystem.
27794 In other words, they may not be in NFS filesystems.
27795 This requirement is not universal.
27796 If the system you are using supports it, it should work.
27797 (It is often the case that your home directory is in an NFS filesystem.
27798 If that is the case, you might try using a file in the &quot;/tmp&quot;
27799 filesystem, which is usually a local filesystem.)
27800 Even when it is possible to use an NFS-mounted filesystem as a place to name
27801 the fifo (for example, your home directory), it will still be the case that
27802 the reader (probably the &quot;cat&quot; command) and the
27803 writer (Alpine) of the fifo must be running on the same system.
27805 <UL>   
27806 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27807 </UL><P>
27808 &lt;End of help on this topic&gt;
27809 </BODY>
27810 </HTML>
27811 ====== h_config_newmailwidth =====
27812 <HTML>
27813 <HEADER>
27814 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
27815 </HEADER>
27816 <BODY>
27817 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
27819 For UNIX Alpine, this option is only useful if you have turned on the
27820 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
27821 That option causes new mail messages to be sent to a fifo file.
27822 Those messages will be 80 characters wide by default.
27823 You can change the width of those messages by changing this option.
27824 For example, if you are reading those messages in another window you might
27825 want to set this width to the width of that other window.
27827 If you are using PC-Alpine, it has an option in the Config menu to turn
27828 on the &quot;New Mail Window&quot;.
27829 This present option also controls the width of that window.
27831 <UL>   
27832 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27833 </UL><P>
27834 &lt;End of help on this topic&gt;
27835 </BODY>
27836 </HTML>
27837 ====== h_config_mailcheck =====
27838 <HTML>
27839 <HEADER>
27840 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
27841 </HEADER>
27842 <BODY>
27843 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
27845 This option specifies, in seconds,
27846 how often Alpine will check for new mail.
27847 If set to zero, new-mail checking is disabled.
27848 (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
27849 current message is the last message of the folder.)
27850 There is a minimum value for this option, normally 15 seconds.
27851 The default value is normally 150 seconds.
27852 The higher you set this option, the easier it is on the server.
27854 There are some situations where automatic new-mail checking does not work.
27855 See the discussion about new-mail checking in
27856 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
27858 The new-mail checking will not happen exactly at the frequency that you specify.
27859 For example, Alpine may elect to defer a non-INBOX mail check if you
27860 are busy typing.
27861 Or, it may check more frequently than you have specified if that is
27862 thought to be necessary to keep the server from closing the connection
27863 to the folder due to inactivity.
27864 If Alpine checks for new mail as a side effect of another command, it will reset
27865 the timer, so that new-mail checking may seem to happen irregularly instead of
27866 every X seconds like clockwork.
27868 If you are anxious to know about new mail as soon as possible, set the check
27869 interval low, and you'll know about the new mail by approximately
27870 that amount of time after it arrives.
27871 If you aren't so worried about knowing right away, set this option to a
27872 higher value.
27873 That will save the server some processing time and may save you some of
27874 the time you spend waiting for new-mail checks to happen if you are
27875 dealing with a slow server or slow network connection.
27877 If you suspect that new-mail checking is causing slow downs for you,
27878 you may want to look into the options
27879 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
27880 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
27881 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
27882 which refine when mail checking is done.
27884 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
27885 there is a minimum time
27886 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
27887 between new-mail checks.
27888 Because of this minimum you may notice that new mail does not
27889 appear promptly when you expect it.
27890 The reason for this is to protect the server from over-zealous opening and
27891 closing of the Mail Drop folder, since that is a costly operation.
27893 <UL>   
27894 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27895 </UL><P>
27896 &lt;End of help on this topic&gt;
27897 </BODY>
27898 </HTML>
27899 ====== h_config_quell_checks_comp =====
27900 <HTML>
27901 <HEAD>
27902 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
27903 </HEAD>
27904 <BODY>
27905 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
27907 This option is closely related to the
27908 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27909 option, the
27910 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
27911 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
27913 If this option is set, then the normal new-mail checking that happens
27914 while you are composing will not happen for folders other than your
27915 INBOX (which depends on the setting
27916 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
27918 You might want to set this option if you are experiencing delays while
27919 composing that you think might be related to the speed of the new-mail
27920 checks.
27922 Even with this option turned on, an occasional new-mail check may be done
27923 in order to keep the server from killing the connection to the folder.
27924 For example, IMAP servers may remove a connection to a folder if there
27925 has been no activity on the connection for 30 minutes or more.
27926 Instead of letting that happen, Alpine will check for new mail before the
27927 30 minutes is up even though you have turned on this feature to quell
27928 those checks.
27930 Besides new-mail checks, checkpoint operations on the folders
27931 will also be quelled when you set this option.
27932 The purpose of checkpointing is to write the changes to a folder out to
27933 disk periodically in order to avoid losing those changes when system or
27934 software problems occur.
27935 New-mail checking and checkpointing while you are not composing are not
27936 affected by this option.
27939 &lt;End of help on this topic&gt;
27940 </BODY>
27941 </HTML>
27942 ====== h_config_quell_checks_comp_inbox =====
27943 <HTML>
27944 <HEAD>
27945 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
27946 </HEAD>
27947 <BODY>
27948 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
27950 This option is closely related to the
27951 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27952 option, the
27953 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
27954 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
27956 If this option is set, then the normal new-mail checking that happens
27957 while you are composing will not happen for your INBOX.
27958 Checking of other folders is controlled in a similar way with the
27959 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
27961 You might want to set this option if you are experiencing delays while
27962 composing that you think might be related to the speed of the new-mail
27963 checks.
27965 Even with this option turned on, an occasional new-mail check may be done
27966 in order to keep the server from killing the connection to the folder.
27967 For example, IMAP servers may remove a connection to a folder if there
27968 has been no activity on the connection for 30 minutes or more.
27969 Instead of letting that happen, Alpine will check for new mail before the
27970 30 minutes is up even though you have turned on this feature to quell
27971 those checks.
27973 Besides new-mail checks, checkpoint operations on the INBOX
27974 will also be quelled when you set this option.
27975 The purpose of checkpointing is to write the changes to a folder out to
27976 disk periodically in order to avoid losing those changes when system or
27977 software problems occur.
27978 New-mail checking and checkpointing while you are not composing are not
27979 affected by this option.
27981 &lt;End of help on this topic&gt;
27982 </BODY>
27983 </HTML>
27984 ====== h_config_maildropcheck =====
27985 <HTML>
27986 <HEADER>
27987 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
27988 </HEADER>
27989 <BODY>
27990 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
27992 New-mail checking for a
27993 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
27994 mail checking for a regular folder.
27995 One of the differences is that the connection to the Mail Drop is not
27996 kept open and so the cost of checking
27997 (delay for you and additional load for the server) may be significant.
27998 Because of this additional cost we set a minimum time that
27999 must pass between checks.
28000 This minimum only applies to the automatic checking done by Alpine.
28001 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
28002 at the end of a folder index, then the check is done right away.
28004 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
28005 new-mail checks.
28006 You may want to set this minimum high in order to avoid experiencing some
28007 of the delays associated with the checks.
28008 Note that the time between checks is still controlled by the regular
28009 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
28010 When Alpine is about to do an automatic check for new mail (because
28011 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
28012 new-mail check
28013 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
28014 the Mail Drop is checked for new mail as well.
28015 Therefore, it is only useful to set this option to a value that is higher
28016 than the <!--#echo var="VAR_mail-check-interval"-->.
28018 If this option is set to zero, automatic Mail Drop new-mail
28019 checking is disabled.
28020 There is a minimum value, normally 60 seconds.
28021 The default value is normally 60 seconds as well.
28022 This applies to the INBOX and to the currently open folder if that is
28023 different from the INBOX.
28026 <UL>   
28027 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28028 </UL><P>
28029 &lt;End of help on this topic&gt;
28030 </BODY>
28031 </HTML>
28032 ====== h_config_nntprange =====
28033 <HTML>
28034 <HEADER>
28035 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
28036 </HEADER>
28037 <BODY>
28038 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
28040 This option applies only to newsgroups accessed using the NNTP protocol.
28041 It does not, for example,
28042 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
28045 When you open a connection to a News server using the NNTP protocol, you
28046 normally have access to all of the articles in each newsgroup.
28047 If a server keeps a large backlog of messages it may speed performance
28048 some to restrict attention to only the newer messages in a group.
28049 This option allows you to set how many article numbers should be checked
28050 when opening a newsgroup.
28051 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
28052 of messages you ever want to see.
28053 For example, if you only ever wanted to look at the last 500 messages in each
28054 newsgroup you could set this option to 500.
28055 In actuality, it isn't quite that.
28056 Instead, for performance reasons, it specifies the range of article
28057 numbers to be checked, beginning
28058 with the highest numbered article and going backwards from there.
28059 If there are messages that have been canceled or deleted
28060 their article numbers are still counted as part of the range.
28062 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
28063 numbers
28064 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
28066 to be considered when reading a newsgroup.
28067 The number of messages that show up in your index will be less than or equal
28068 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
28071 The purpose of this option is simply to speed up access when reading news.
28072 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
28073 numbers, and can avoid downloading any information about the ignored articles.
28074 There is a cost you pay for this speedup.
28075 That cost is that there is no way for you to see those ignored articles.
28076 The articles that come before the range you specify are invisible to you and
28077 to Alpine, as if they did not exist at all.
28078 There is no way to see those messages using, for example, an unexclude command
28079 or something similar.
28080 The only way to see those articles is to set this option high enough (or
28081 set it to zero) and then to reopen the newsgroup.
28084 If this option is set to 0 (which is also the default),
28085 then the range is unlimited.
28086 This option applies globally to all NNTP servers and to all newsgroups
28087 on those servers.
28088 There is no way to set different values for different newsgroups or servers.
28091 <UL>   
28092 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28093 </UL><P>
28094 &lt;End of help on this topic&gt;
28095 </BODY>
28096 </HTML>
28097 ====== h_config_news_active =====
28098 <html>
28099 <header>
28100 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
28101 </header>
28102 <body>
28103 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
28105 This option tells Alpine where to look for the "active file" for newsgroups
28106 when accessing news locally, rather than via NNTP.  The default path is
28107 usually "/usr/lib/news/active".<p>
28108 <UL>   
28109 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28110 </UL><P>
28111 &lt;End of help on this topic&gt;
28112 </body>
28113 </html>
28114 ====== h_config_news_spool =====
28115 <html>
28116 <header>
28117 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
28118 </header>
28119 <body>
28120 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
28122 This option tells Alpine where to look for the "news spool" for newsgroups
28123 when accessing news locally, rather than via NNTP.  The default path is
28124 usually "/var/spool/news".<p>
28125 <UL>   
28126 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28127 </UL><P>
28128 &lt;End of help on this topic&gt;
28129 </body>
28130 </html>
28131 ====== h_config_image_viewer =====
28132 <html>
28133 <header>
28134 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
28135 </header>
28136 <body>
28137 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
28138 <body>
28139 This option specifies the program Alpine should call to view MIME
28140 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
28141 no longer needed, but remains for backward compatibility.  The more
28142 general method for associating external printing and viewing programs with
28143 specific MIME data types is to use the system's (or your personal)
28144 "mailcap" configuration file.<p>
28145 <UL>   
28146 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28147 </UL><P>
28148 &lt;End of help on this topic&gt;
28149 </body>
28150 </html>
28151 ====== h_config_domain_name =====
28152 <HTML>
28153 <HEAD>
28154 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
28155 </HEAD>
28156 <BODY>
28157 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
28159 This option is used only if the 
28160 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
28161 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
28162 strips the hostname from your return (&quot;From&quot;) address and when 
28163 completing unqualified addresses that you enter into the composer.
28165 If you set this, see also the <A HREF="h_config_quell_local_lookup">
28166 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
28169 <!--chtml if pinemode="os_windows"-->
28170 <P>This option is not applicable to PC-Alpine.
28171 <!--chtml else-->
28173 <!--chtml endif-->
28174 <UL>
28175 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28176 </UL>
28178 &lt;End of help on this topic&gt;
28179 </BODY>
28180 </HTML>
28181 ====== h_config_prune_date =====
28182 <HTML>
28183 <HEAD>
28184 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
28185 </HEAD>
28186 <BODY>
28187 <H1>OPTION: Last-Time-Prune Question</H1>
28189 This value records the last time you were asked about deleting old
28190 sent-mail.
28191 It is set automatically by Alpine at the beginning of each month.
28192 In the past, if you wished to suppress the monthly sent-mail
28193 pruning feature, you could set this to a date in the future.
28194 This value is relative to the year 1900, so 
28195 to set this, for example, to October 2005, use 105.10.
28197 You can still do that if you wish, or you can use the
28198 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
28199 a little more convenient to use.
28201 <UL>   
28202 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28203 </UL><P>
28204 &lt;End of help on this topic&gt;
28205 </BODY>
28206 </HTML>
28207 ====== h_config_goto_default =====
28208 <HTML>
28209 <HEAD>
28210 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
28211 </HEAD>
28212 <BODY>
28213 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
28215 This value affects Alpine's behavior when you use the Goto command.
28216 Alpine's usual behavior has two parts.  If your current folder is
28217 &quot;Inbox&quot;, Alpine will offer the last open folder as the
28218 default.  If the current folder is other than &quot;Inbox&quot;,
28219 &quot;Inbox&quot; is offered as the default.
28222 The available options include:
28224 <DL>
28226  <DT>folder-in-first-collection</DT>
28228  <DD> Alpine will offer the most recently visited folder in the default
28229 collection found in the &quot;Collection List&quot; screen as the default.
28230 </DD>
28232  <DT> inbox-or-folder-in-first-collection</DT>
28234  <DD> If the current folder is &quot;Inbox&quot;,
28235 Alpine will offer the most recently visited folder in the
28236 default collection found in the &quot;Collection List&quot; screen.
28237 If the current folder is other than &quot;Inbox&quot;,
28238 &quot;Inbox&quot; is offered as the default.
28239 </DD>
28241  <DT> inbox-or-folder-in-recent-collection</DT>
28243  <DD> This is Alpine's default behavior.
28244 If the current folder is &quot;Inbox&quot;,
28245 Alpine will offer the last open
28246 folder as the default.
28247 If the current folder is other than &quot;Inbox&quot;,
28248 &quot;Inbox&quot; is offered as the default.
28249 </DD>
28251  <DT> first-collection-with-inbox-default</DT>
28253  <DD> Instead of offering the most recently visited folder in the default
28254 collection, the default collection is offered but with &quot;Inbox&quot; as
28255 the default folder.
28256 If you type in a folder name it will be in the default collection.
28257 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
28258 </DD>
28260  <DT> most-recent-folder</DT>
28262  <DD> The last accepted value simply causes the most recently opened
28263 folder to be offered as the default regardless of the currently opened
28264 folder.
28265 </DD>
28266 </DL>
28269 NOTE: The default while a newsgroup is open remains the same; the last
28270 open newsgroup.
28273 <UL>   
28274 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28275 </UL><P>
28276 &lt;End of help on this topic&gt;
28277 </BODY>
28278 </HTML>
28279 ====== h_config_thread_lastreply_char =====
28280 <HTML>
28281 <HEAD>
28282 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
28283 </HEAD>
28284 <BODY>
28285 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
28287 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
28288 INDEX display when using a
28289 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
28290 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
28291 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
28292 The value of this option is a single character.
28293 This character is used instead of the vertical line character when there are
28294 no more replies directly to the parent of the current message.
28295 It can be used to &quot;round-off&quot; the bottom of the vertical line
28296 by setting it to a character such as a backslash (&#92;) or
28297 a backquote (&#96;).
28298 The default value of this option is the backslash character (&#92;).
28299 This option may not be set to the Empty Value.
28300 In that case, the default will be used instead.
28303 <UL>   
28304 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28305 </UL><P>
28306 &lt;End of help on this topic&gt;
28307 </BODY>
28308 </HTML>
28309 ====== h_config_thread_indicator_char =====
28310 <HTML>
28311 <HEAD>
28312 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
28313 </HEAD>
28314 <BODY>
28315 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
28317 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
28318 INDEX display when using a
28319 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
28320 than &quot;none&quot; and sorting by Threads or OrderedSubject.
28321 The value of this option is a single character.
28322 This character is used to indicate that part of a thread (a conversation) is
28323 hidden beneath a message.
28324 The message could be expanded
28325 if desired with the &quot;/&quot; Collapse/Expand command.
28326 By default, the value of this option is the greater than sign (&gt;).
28328 If this option is set to the Empty Value, then the column (and the following
28329 blank column) will be deleted from the display.
28332 This option is closely related to the
28333 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
28334 Another similar option that affects the thread display is the
28335 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
28338 <UL>   
28339 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28340 </UL><P>
28341 &lt;End of help on this topic&gt;
28342 </BODY>
28343 </HTML>
28344 ====== h_config_thread_exp_char =====
28345 <HTML>
28346 <HEAD>
28347 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
28348 </HEAD>
28349 <BODY>
28350 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
28352 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
28353 INDEX display when using a
28354 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
28355 than &quot;none&quot;.
28356 The value of this option is a single character.
28357 This character is used to indicate that part of a thread has been expanded
28358 and could be collapsed if desired with
28359 the &quot;/&quot; Collapse/Expand command.
28360 By default, the value of this option is a dot (.).
28362 If this option is set to the Empty Value, then the column (and the following
28363 blank column) will be deleted from the display.
28366 This option is closely related to the
28367 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
28368 Another similar option that affects the thread display is the
28369 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
28372 <UL>   
28373 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28374 </UL><P>
28375 &lt;End of help on this topic&gt;
28376 </BODY>
28377 </HTML>
28378 ====== h_config_thread_index_style =====
28379 <HTML>
28380 <HEAD>
28381 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
28382 </HEAD>
28383 <BODY>
28384 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
28386 When a folder is sorted by Threads or OrderedSubject,
28387 this option will affect the INDEX displays.
28390 The possible values for this option are:
28392 <DL>
28393 <DT>regular-index-with-expanded-threads</DT>
28394 <DD>This is the default display.
28395 If the configuration option
28396 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
28397 is set to something other than &quot;none&quot;, then this setting
28398 will cause Alpine to start off with a MESSAGE INDEX with all of
28399 the threads expanded.
28400 That is, each message will have a line in the MESSAGE INDEX display.
28401 The Collapse/Expand command (/) may be used to manually collapse or
28402 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
28404 This setting affects the display when the folder is first threaded.
28405 The collapsed state may also be re-initialized by re-sorting the folder manually
28406 using the SortIndex command ($).
28407 After re-sorting the threads will once again all be expanded, even if you
28408 have previously collapsed some of them.
28410 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
28411 the display will be the regular default Alpine MESSAGE INDEX, but sorted
28412 in a different order.
28413 </DD>
28415 <DT>regular-index-with-collapsed-threads</DT>
28416 <DD>If the configuration option
28417 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
28418 is set to something other than &quot;none&quot;, then this setting
28419 will cause Alpine to start out with all of the threads collapsed instead of
28420 starting out with all of the threads expanded.
28421 The Collapse/Expand command (/) may be used to manually collapse or
28422 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
28424 This setting affects the display when the folder is first threaded.
28425 The collapsed state may also be re-initialized by re-sorting the folder manually
28426 using the SortIndex command ($).
28427 After re-sorting the threads will once again all be collapsed, even if you
28428 have previously expanded some of them.
28429 </DD>
28431 <DT>separate-index-screen-always</DT>
28432 <DD>With this setting and the next, you will see an index of threads
28433 instead of an
28434 index of messages, provided you have sorted by Threads or OrderedSubject.
28436 The THREAD INDEX contains a '*' in the first column if any message in the thread
28437 is marked Important.
28438 If not, it contains a '+' if any message in the thread is to you.
28439 The second column is blank. The third column contains a 'D' if all of the
28440 messages in the thread are deleted.
28441 Otherwise, it contains an 'N' if any of the messages in the thread are New.
28443 When you view a particular thread from the THREAD INDEX you will be
28444 in the MESSAGE INDEX display
28445 but the index will only contain messages from the thread you are viewing.
28446 </DD>
28448 <DT>separate-index-screen-except-for-single-messages</DT>
28449 <DD>This is very similar to the option above.
28450 When you are in the THREAD INDEX, one of the available commands
28451 is &quot;ViewThd&quot;.
28452 With the setting &quot;separate-index-screen-always&quot; (the option above)
28453 when you view a particular thread you will be in the
28454 MESSAGE INDEX display and the index will only contain messages from
28455 the thread you are viewing.
28456 If the thread you are viewing consists of a single message, the MESSAGE INDEX
28457 will be an index with only one message in it.
28458 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
28459 setting instead, then that index that contains a single message
28460 will be skipped and you will go directly from the THREAD INDEX into the
28461 MESSAGE TEXT screen.
28462 </DD>
28464 </DL>
28467 <UL>   
28468 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28469 </UL><P>
28470 &lt;End of help on this topic&gt;
28471 </BODY>
28472 </HTML>
28473 ====== h_config_thread_disp_style =====
28474 <HTML>
28475 <HEAD>
28476 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
28477 </HEAD>
28478 <BODY>
28479 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
28481 When a folder is sorted by Threads or OrderedSubject,
28482 this option will affect the MESSAGE INDEX display.
28483 By default, Alpine will display the MESSAGE INDEX in the
28484 &quot;show-thread-structure&quot; style if a folder is sorted
28485 by Threads or OrderedSubject.
28488 The possible values for this option are:
28490 <DL>
28491 <DT>none</DT>
28492 <DD>Regular index display.
28493 The same index line as would be displayed without threading is used.
28494 The only difference will be in the order of the messages.
28495 </DD>
28497 <DT>show-thread-structure</DT>
28498 <DD>Threaded Subjects will be indented and vertical bars and horizontal
28499 lines will be added to make it easier to see the relationships among
28500 the messages in a thread (a conversation).
28501 </DD>
28503 <DT>mutt-like</DT>
28504 <DD>This is the same as the option above except that the Subject
28505 is suppressed (is blank) if it matches the previous Subject in the thread.
28506 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
28507 Here is an example of what a mutt-like index might look like.
28508 In this example, the first column represents the message number, the
28509 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
28510 is set to &quot;regular-index-with-expanded-threads&quot;, and the
28511 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
28512 is set to a backslash:
28513 <PRE>
28514 &nbsp;&nbsp;&nbsp;1    Some topic
28515 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
28516 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
28517 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
28518 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
28519 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
28520 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
28521 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
28522 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
28523 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
28524 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
28525 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
28526 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
28527 &nbsp;&nbsp;&nbsp;14    Next topic
28528 </PRE>
28529 </DD>
28531 <DT>indent-subject-1</DT>
28532 <DD>Threaded Subjects will be indented one space per level of the conversation.
28533 The bars and lines that show up in the show-thread-structure display will
28534 not be there with this style.
28535 </DD>
28537 <DT>indent-subject-2</DT>
28538 <DD>Same as above but indent two spaces per level instead of one space.
28539 </DD>
28541 <DT>indent-from-1</DT>
28542 <DD>Similar to indent-subject-1, except that instead of indenting the
28543 Subject field one space the From field of a thread will be indented one
28544 space per level of the conversation.
28545 </DD>
28547 <DT>indent-from-2</DT>
28548 <DD>Same as above but indent two spaces per level instead of one space.
28549 </DD>
28551 <DT>show-structure-in-from</DT>
28552 <DD>The structure of the thread is illustrated with indenting, vertical bars,
28553 and horizontal lines just like with the show-thread-structure option, but
28554 the From field is used to show the relationships instead of the Subject field. 
28555 </DD>
28557 </DL>
28560 <UL>   
28561 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28562 </UL><P>
28563 &lt;End of help on this topic&gt;
28564 </BODY>
28565 </HTML>
28566 ====== h_config_pruning_rule =====
28567 <HTML>
28568 <HEAD>
28569 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
28570 </HEAD>
28571 <BODY>
28572 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
28574 By default, Alpine will ask at the beginning of each month whether or not
28575 you want to rename your sent-mail folder to a name like sent-mail-month-year.
28576 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
28577 change the format of the folder to sent-mail-yyyy-mm.)
28578 It will also ask whether you would like to delete old sent-mail folders.
28579 If you have defined
28580 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
28582 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
28583 Alpine will also ask about pruning those folders.
28586 With this option you may provide an automatic answer to these questions.
28587 The default value is to ask you what you'd like to do.
28590 The six possible values for this option are:
28592 <DL>
28593 <DT>ask about rename, ask about deleting</DT>
28594 <DD>This is the default.
28595 Alpine will ask whether you want to rename the folders and whether you
28596 want to delete each of the old folders.
28597 </DD>
28599 <DT>ask about rename, don't delete</DT>
28600 <DD>Alpine will ask whether you want to rename the folders, but won't
28601 ask about or delete old folders.
28602 </DD>
28604 <DT>always rename, ask about deleting</DT>
28605 <DD>This means you want to always answer yes and have Alpine automatically
28606 rename the folder if possible.
28607 You will also be asked about deleting old folders.
28608 </DD>
28610 <DT>always rename, don't delete</DT>
28611 <DD>This means you want to always answer yes and have Alpine automatically
28612 rename the folder if possible.
28613 There will be no deleting of old folders.
28614 </DD>
28616 <DT>don't rename, ask about deleting</DT>
28617 <DD>This means you want to always answer no.
28618 Alpine will not rename the folder.
28619 You will be asked about deleting old folders.
28620 </DD>
28622 <DT>don't rename, don't delete</DT>
28623 <DD>This means you want to always answer no.
28624 Alpine will not rename the folder.
28625 There will be no deleting of old folders, either.
28626 </DD>
28627 </DL>
28630 <UL>   
28631 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28632 </UL><P>
28633 &lt;End of help on this topic&gt;
28634 </BODY>
28635 </HTML>
28636 ====== h_config_reopen_rule =====
28637 <HTML>
28638 <HEAD>
28639 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
28640 </HEAD>
28641 <BODY>
28642 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
28644 Alpine normally checks for new mail in the currently open folder
28645 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
28648 There are some situations where automatic new-mail checking does not work.
28649 For example, if a mail folder is opened using the POP protocol or a newsgroup
28650 is being read using the NNTP protocol, then new-mail checking is disabled.
28653 It may be possible to check for new mail in these cases by reopening the
28654 folder.
28655 Alpine does not do this for you automatically, but you may do the commands
28656 manually to cause this to happen.
28657 You reopen by going back to the folder list screen from the message
28658 index screen with the &quot;&lt;&quot; command,
28659 and then going back into the message index screen with
28660 the &quot;&gt;&quot; command.
28661 (Actually, any method you would normally use to open a folder will work the
28662 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
28663 For example, the GoTo Folder command will work, or you may use L to go to the
28664 Folder List screen and Carriage Return to reopen the folder.)
28667 There are some cases where Alpine knows that reopening the folder should
28668 be useful as a way to discover new mail.
28669 At the time of this writing, connections made using the POP protocol,
28670 news reading using the NNTP protocol, local news reading, and local
28671 ReadOnly folders that are in the traditional UNIX or the MMDF format all
28672 fall into this category.
28673 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
28674 has no way of knowing, so it might also just be an exercise in futility.
28675 All remote, ReadOnly folders other than those listed just above fall into this
28676 category.
28677 The setting of this option together with the type of folder
28678 controls how Alpine will react to the apparent attempt to reopen a folder.
28681 If you don't reopen, then you will just be back in
28682 the message index with no change.
28683 You left the index and came back, but the folder remained &quot;open&quot;
28684 the whole time.
28685 However, if you do reopen the folder, the folder is closed and then reopened.
28686 In this case, the current state of the open folder is lost.
28687 The New status, Important and Answered flags,
28688 selected state, Zoom state, collapsed or expanded state of threads,
28689 current message number,
28690 and any other temporary state is all lost when the reopen happens.
28691 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
28694 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
28695 several places.
28696 That really implies the case where Alpine knows it is a good way to discover
28697 new mail, which is more than just POP and NNTP, but POP and NNTP are
28698 the cases of most interest.
28699 This option probably has more possible values than it deserves. They are:
28701 <DL>
28702 <DT>Always reopen</DT>
28703 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
28704 whenever you type a command that implies a reopen, regardless of the
28705 access method.
28706 In other words, it is assumed you would always answer Yes if asked
28707 about reopening.
28708 </DD>
28710 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
28711 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
28712 will ask you whether to reopen other remote folders,
28713 with a default answer of Yes.
28714 </DD>
28716 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
28717 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
28718 will ask you whether to reopen other remote folders,
28719 with a default answer of No.
28720 </DD>
28722 <DT>Yes for POP/NNTP, No for other remote</DT>
28723 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
28724 will assume a No answer for all other remote folders.
28725 </DD>
28727 <DT>Always ask [Yes]</DT>
28728 <DD>Alpine will not differentiate based on access method.
28729 It will always ask for all remote folders, with a default answer of Yes.
28730 </DD>
28732 <DT>Always ask [No]</DT>
28733 <DD>Alpine will not differentiate based on access method.
28734 It will always ask for all remote folders, with a default answer of No.
28735 </DD>
28737 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
28738 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
28739 of Yes.
28740 It will never attempt to reopen other remote folders.
28741 </DD>
28743 <DT>Ask about POP/NNTP [No], No for other remote</DT>
28744 <DD>This is the default.
28745 Alpine will ask if the access method is POP or NNTP, with a default answer
28746 of No.
28747 It will never attempt to reopen other remote folders.
28748 </DD>
28750 <DT>Never reopen</DT>
28751 <DD>Alpine will never attempt to reopen already open folders.
28752 </DD>
28753 </DL>
28756 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
28757 any of the other situations where it is likely that reopening is a good way
28758 to discover new mail.
28761 There is an alternative that may be of useful in some situations.
28762 Instead of manually checking for new mail you can set up a
28763 <A HREF="h_maildrop">Mail Drop</A>
28764 and automatically check for new mail.
28767 <UL>   
28768 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28769 </UL><P>
28770 &lt;End of help on this topic&gt;
28771 </BODY>
28772 </HTML>
28773 ====== h_config_inc_startup =====
28774 <HTML>
28775 <HEAD>
28776 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
28777 </HEAD>
28778 <BODY>
28779 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
28781 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
28782 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
28783 It determines which message will be the <EM>current message</EM> when
28784 the folder is first opened.
28785 The default value is &quot;first-unseen&quot;.
28788 The seven possible values for this option are:
28790 <DL>
28791 <DT>first-unseen</DT>
28792 <DD>The current message is set to the first
28793 unseen message that has not been marked deleted, or the last message if
28794 all of the messages have been seen previously.
28795 Messages which have not been seen or which have been seen but re-marked
28796 as New are considered unseen messages.
28797 See the note at the bottom of this help about newsgroups.
28798 </DD>
28800 <DT>first-recent</DT>
28801 <DD>Similar to the default, but rather than starting on the first
28802 unseen message Alpine starts on the first <EM>recent</EM> message.
28803 A message is recent if it arrived since the last time the folder was
28804 open.  This value causes the current message to be set to the first
28805 recent message if there is one, otherwise to the last
28806 message in the folder.
28807 </DD>
28809 <DT>first-important</DT>
28810 <DD>This will result in the current message being set to the first
28811 message marked Important (but not Deleted).
28812 If no messages are marked Important, then it will be the last message.
28813 Messages are marked Important by <EM>you</EM>, not by the sender, using
28815 <A HREF="h_common_flag">Flag command</A>.
28816 Or they may be marked Important by an Alpine
28817 <A HREF="h_mainhelp_filtering">Filter</A>
28818 that you have set up.
28819 </DD>
28821 <DT>first-important-or-unseen</DT>
28822 <DD>This selects the first of the first unseen and the first important
28823 messages.
28824 </DD>
28826 <DT>first-important-or-recent</DT>
28827 <DD>This selects the first of the first recent and the first important
28828 messages.
28829 </DD>
28831 <DT>first</DT>
28832 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
28833 If all messages are deleted you start on the last message.
28834 </DD>
28836 <DT>last</DT>
28837 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
28838 If all messages are deleted you start on the last message.
28839 </DD>
28840 </DL>
28843 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
28844 &quot;first-recent&quot; are the same and are affected by whether or not the
28845 feature 
28846 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
28847 is turned on. 
28848 Also, there is no permanent storage in news for an Important flag.
28849 This means that no messages will be marked Important when a newsgroup is
28850 first opened.
28853 <UL>   
28854 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28855 </UL><P>
28856 &lt;End of help on this topic&gt;
28857 </BODY>
28858 </HTML>
28859 ====== h_config_browser =====
28860 <HTML>
28861 <HEAD>
28862 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
28863 </HEAD>
28864 <BODY>
28865 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
28866 <!--chtml if pinemode="os_windows"-->
28867 PC-Alpine users do not need to enter anything here, unless:<UL>
28868 <LI> they want to override, for use with Alpine, the application defined
28869 in the Windows operating system for handling URLs; or
28870 <LI> they are (planning on) using the same configuration file with 
28871 Unix Alpine.
28872 </UL>
28874 Note that if using a viewer that has a space in its path, you should
28875 use the DOS name for that directory or file. Example:
28876 <PRE>
28877 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
28878 </PRE>
28879 <HR><P>
28880 <!--chtml endif-->
28881 This option affects Alpine's handling of URLs that are found in 
28882 messages you read.  Normally, only URLs Alpine can handle directly
28883 are automatically offered for selection in the &quot;Message
28884 Text&quot; screen.  When one or more applications
28885 capable of deciphering URLs on their command line are added here, Alpine
28886 will choose the first available to display URLs it cannot handle directly.
28887 A viewer's availability is based on its being specified with a <B>full
28888 directory path</B> and the evaluation of any optionally supplied
28889 parameters described below.
28892 Additionally, to support various connection methods and applications, each
28893 entry in this list can optionally begin with one or more of
28894 the following special tokens.  The allowed tokens include:
28897 <DL>
28898 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
28899 <DD>
28900 The <VAR>test-string</VAR> is a shell command that Alpine will run to
28901 evaluate a viewer's availability.  The command specified by the test
28902 string is run and if its resulting exit status is non-zero, Alpine will
28903 not consider the associated viewer for use.
28904 </DD>
28906 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
28907 <DD>
28908 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
28909 URL schemes that are to be used with the associated viewer.  This is
28910 the way to configure Alpine to recognize URLs other than the built-in set.
28912 It can also be used to override Alpine's built-in handlers.
28913 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
28914 and Alpine would use (provided it passed all other criteria) the associated
28915 viewer when it encountered a URL of the form &quot;news:comp.mail.pine&quot;.
28917 </DD>
28918 </DL>
28921 By default, Alpine will simply append a space character followed by the
28922 selected URL prior to launching the command in your specified SHELL.  You can
28923 optionally specify where in the command the selected URL should appear
28924 by using the &quot;_URL_&quot; token.  All occurrences found in the command
28925 will be replaced with the selected URL before the command is handed
28926 to the shell.  If such replacement occurs, the default appending of the
28927 selected URL does not take place.
28930 NOTE: If the viewer you specify has any command-line arguments,
28931 including the &quot;_URL_&quot; token, you will need to add a
28932 double-quote character before the command path and after the last
28933 argument (see the &quot;lynx&quot; example below).
28936 So, here are some example entries:
28937 <PRE>
28938 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/bin/firefox
28939               &quot;/usr/bin/lynx _URL_&quot;
28940               C:&#92;BIN&#92;FIREFOX.BAT
28941 </PRE>
28943 This example shows that for the first viewer in the list to be used
28944 the environment variable &quot;DISPLAY&quot; must be defined.  If it
28945 is, then the path and file &quot;/usr/bin/firefox&quot; must exist.
28946 If neither condition is met,
28947 then the path and file &quot;/usr/bin/lynx&quot; must exist.
28948 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL.
28949 If the path to &quot;lynx&quot; is invalid,
28950 then the final path and file C:&#92;BIN&#92;FIREFOX.BAT must exist.
28951 Note that the last
28952 entry is a DOS/Windows path.  This is one way to support Alpine running
28953 on more than one architecture with the same configuration file.<P>
28955 <!--chtml if pinemode="os_windows"-->
28956 <!--chtml else-->
28957 Note that depending on the type of browser used and the method of 
28958 its invocation (such as whether it will open in a separate window) from
28959 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
28960 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
28961 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
28962 In other words, launching the browser from Alpine may make Alpine 
28963 &quot;disappear&quot; (although it is still &quot;running&quot;)
28964 until you close the browser again.<P>  
28965 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
28966 environment: for advanced users and  systems administrators</A>
28967 </UL>
28968 <!--chtml endif-->
28969 <P>If you are unsure what browsers are available on your system or how to 
28970 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
28971 local computing support staff.
28972 <P><UL>
28973 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28974 </UL>
28976 &lt;End of help on this topic&gt;
28977 </BODY>
28978 </HTML>
28979 ====== h_config_history =====
28980 <HTML>
28981 <HEAD>
28982 <TITLE>OPTION: <!--#echo var="VAR_default-directories"--></TITLE>
28983 </HEAD>
28984 <BODY>
28985 <H1>OPTION: <!--#echo var="VAR_default-directories"--></H1>
28987 This option allows you to input a list of directories that Alpine will offer 
28988 for you to use when you are saving or exporting attachments. This is useful
28989 when navigating to specific directories becomes too tedious, or when you 
28990 need to do this on a daily basis, and want Alpine to remember this on a 
28991 permanent basis.
28993 The list of directories saved here can be accessed using the ^Y and ^V commands
28994 in the save prompt for attachments, or the export command.
28996 <P><UL>
28997 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28998 </UL>
29000 &lt;End of help on this topic&gt;
29001 </BODY>
29002 </HTML>
29003 ====== h_config_browser_xterm =====
29004 <HTML>
29005 <HEAD>
29006 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
29007 </HEAD>
29008 <BODY>
29009 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
29010 environment: for advanced users and  systems administrators</H1>
29011 If you are using Alpine with an X-terminal (emulator) and want to define an 
29012 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
29013 you may want to do so in a manner that causes any <B>already</B> 
29014 invoked viewer application to be used for viewing URLs you select from Alpine 
29015 messages, and a <B>new</B> URL-viewer process to be 
29016 started <B>only</B> if the same application has <B>not already</B> 
29017 been launched -- for one reason, to avoid file-locking contentions among 
29018 multiple invocations of the same URL-viewer application.  
29019 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
29020 option does not do this.)  A method of doing that would be:<OL>
29021 <LI> use 
29022 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
29023 check (using commands appropriate for your Unix shell
29024 in place of <VAR>test-string</VAR>) for the presence of a 
29025 lockfile created by the URL-viewer application -- which implies that the 
29026 application is already running, though this is not foolproof. 
29027 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
29028 application with its appropriate command line option(s) to 
29029 show the URL selected from the Alpine message in an already open window of 
29030 that application, or perhaps in a new window of that application.  
29032 <LI> In the 
29033 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
29034 application without those command line options, but this time using the 
29035 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
29036 is defined.
29037 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
29038 windows environment (for instance, using VT-100 terminal emulation), you 
29039 may wish to specify a non-X windows URL-viewer application such as Lynx
29040 as the last entry.
29041 </OL><BR>
29042 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
29043 the command shell, the URL-viewer application(s), and possibly the specific 
29044 version of the latter, you are using.  
29046 Relevant command line options for firefox can be found at
29049 <CENTER><A HREF="https://wiki.mozilla.org/Firefox/CommandLineOptions">https://wiki.mozilla.org/Firefox/CommandLineOptions</A></CENTER>
29051 <P>(If the URL-viewer application is 
29052 <B>not</B> running on the same host as Alpine, but being launched from an 
29053 applications server, you may not be able to use the command line options for 
29054 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
29055 <UL>   
29056 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29057 </UL><P>
29058 &lt;End of help on this topic&gt;
29059 </BODY>
29060 </HTML>
29061 ====== h_config_enable_full_hdr =====
29062 <HTML>
29063 <HEAD>
29064 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
29065 </HEAD>
29066 <BODY>
29067 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
29069 This feature enables the &quot;H Full Headers&quot; command which toggles between
29070 the display of all headers in the message and the normal edited view of
29071 headers.  The Full Header command also controls which headers are included
29072 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
29073 Full Header mode will respect the
29074 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
29075 feature setting.)
29077 If Full Header mode is turned on and you Forward a message, you will
29078 be asked if you'd like to forward the message as an attachment, as opposed
29079 to including the text of the message in the body of your new message.
29081 If you have also turned on the
29082 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
29083 option then the Full Headers command actually rotates through three states
29084 instead of just two.
29085 The first is the normal view with long quotes suppressed.
29086 The second is the normal view but with the long quotes included.
29087 The last enables the display of all headers in the message.
29088 When using Export, Pipe, Print, Forward, or Reply the quotes are
29089 never suppressed, so the first two states are identical.
29091 Normally, the Header Mode will reset
29092 to the default behavior when moving to a new message.
29093 The mode can be made to persist from message to message by setting the feature
29094 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
29096 <UL>   
29097 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29098 </UL><P>
29099 &lt;End of help on this topic&gt;
29100 </BODY>
29101 </HTML>
29102 ====== h_config_enable_full_hdr_and_text =====
29103 <HTML>
29104 <HEAD>
29105 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
29106 </HEAD>
29107 <BODY>
29108 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
29110 This feature affects how the &quot;H Full Headers&quot; command displays
29111 message text.  If set, the raw message text will be displayed.  This
29112 especially affects MIME formatted email, where the entire MIME format
29113 will be displayed.  This feature similarly affects how messages are
29114 included for the Export, Pipe, Print, Forward, and Reply functions.
29116 When viewing a raw message that has attachments with this feature set,
29117 you will not be able to view attachments without first leaving full 
29118 headers mode.  This is because MIME parsing is not done on the raw message.
29120 <UL>   
29121 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29122 </UL><P>
29123 &lt;End of help on this topic&gt;
29124 </BODY>
29125 </HTML>
29126 ====== h_config_enable_pipe =====
29127 <HTML>
29128 <HEAD>
29129 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
29130 </HEAD>
29131 <BODY>
29132 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
29134 This feature enables the "| Pipe" command that sends the current message
29135 to the specified command for external processing.
29138 A short description of how the pipe command works is given
29139 <A HREF="h_pipe_command">here</A>.
29142 <UL>   
29143 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29144 </UL><P>
29145 &lt;End of help on this topic&gt;
29146 </BODY>
29147 </HTML>
29148 ====== h_config_quell_full_hdr_reset =====
29149 <HTML>
29150 <HEAD>
29151 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
29152 </HEAD>
29153 <BODY>
29154 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
29156 The <A HREF="h_common_hdrmode">HdrMode Command</A>
29157 normally resets to the default state when switching to a new message.
29158 For example, if you've used the &quot;H&quot; command to turn on Full
29159 Headers for a message you are viewing, and then you type the Next command
29160 to look at the next message, the full headers will no longer be shown.
29161 Setting this feature disables that reset.
29162 Instead, the Header Mode remains the same from message to message.
29165 The presence or absence of the HdrMode command is determined by the
29166 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
29167 Feature-List option.
29169 <UL>   
29170 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29171 </UL><P>
29172 &lt;End of help on this topic&gt;
29173 </BODY>
29174 </HTML>
29175 ====== h_config_enable_tab_complete =====
29176 <HTML>
29177 <HEAD>
29178 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
29179 </HEAD>
29180 <BODY>
29181 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
29183 This feature enables the TAB key when at a prompt for a filename. In this
29184 case, TAB will cause the partial name already entered to be automatically
29185 completed, provided the partial name is unambiguous.
29186 This feature is on by default.
29188 Similarly, this feature also enables TAB completion of address book
29189 nicknames when at a prompt for a nickname,
29190 or when typing in an address field in the composer.
29192 &lt;End of help on this topic&gt;
29193 </BODY>
29194 </HTML>
29195 ====== h_config_quit_wo_confirm =====
29196 <HTML>
29197 <HEAD>
29198 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
29199 </HEAD>
29200 <BODY>
29201 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
29203 This feature controls whether or not Alpine will ask for confirmation when a
29204 Quit command is received.
29206 &lt;End of help on this topic&gt;
29207 </BODY>
29208 </HTML>
29209 ====== h_config_quote_replace_noflow =====
29210 <HTML>
29211 <HEAD>
29212 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
29213 </HEAD>
29214 <BODY>
29215 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
29217 This feature, which is only active when
29218 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
29219 also set,
29220 enables quote-replacement on non-flowed messages.  It is off
29221 by default because a non-flowed message is more dependent on its format,
29222 and thus quote-replacement may cause less-than-pleasing results.
29223 Setting this feature will cause quote-replacement similar to that of flowed
29224 messages, but with the added possibility of long lines being wrapped
29225 into new lines if the Quote-Replacement-String is longer than the string
29226 it is replacing, which is &quot;&gt;&nbsp;&quot;.
29228 &lt;End of help on this topic&gt;
29229 </BODY>
29230 </HTML>
29231 ====== h_config_enable_jump =====
29232 <HTML>
29233 <HEAD>
29234 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
29235 </HEAD>
29236 <BODY>
29237 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
29239 When this feature is set you may enter a number (followed by RETURN)
29240 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
29241 screens.  In other words, it obviates the need for typing the "J" for the
29242 Jump command.
29244 &lt;End of help on this topic&gt;
29245 </BODY>
29246 </HTML>
29247 ====== h_config_enable_alt_ed =====
29248 <HTML>
29249 <HEAD>
29250 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
29251 </HEAD>
29252 <BODY>
29253 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
29255 If this feature is set (the default), and the 
29256 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
29257 <B>is not</B> set, entering
29258 the ^_ (Ctrl-underscore) key while composing a message will prompt you
29259 for the name of the editor you would like to use.
29261 If the environment variable $EDITOR is set, its value will be offered as
29262 a default.
29264 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
29265 <B>is</B> set, the ^_ key will activate the specified
29266 editor without prompting, in which case it is not necessary to
29267 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
29269 <UL>   
29270 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29271 </UL><P>
29272 &lt;End of help on this topic&gt;
29273 </BODY>
29274 </HTML>
29275 ====== h_config_alt_ed_now =====
29276 <HTML>
29277 <HEAD>
29278 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
29279 </HEAD>
29280 <BODY>
29281 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
29283 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
29284 variable are both set, Alpine will
29285 automatically activate the specified editor when the cursor is moved from
29286 the header of the message being composed into the message text.  For
29287 replies, the alternate editor will be activated immediately.  If this
29288 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
29289 automatically ask for the name of an alternate editor when the cursor
29290 is moved out of the header being composed, or if a reply is being done.
29292 <P><UL>
29293 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29294 </UL>
29296 &lt;End of help on this topic&gt;
29297 </BODY>
29298 </HTML>
29299 ====== h_config_enable_bounce =====
29300 <HTML>
29301 <HEAD>
29302 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
29303 </HEAD>
29304 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
29305 <BODY>
29307 Setting this feature enables the "B Bounce" command, which will prompt
29308 for an address and *remail* the message to the new recipient.  This command
29309 is used to re-direct messages that you have received in error, or need to
29310 be redirected for some other reason (e.g. list moderation).  The final
29311 recipient will see a header indicating that you have Resent the msg, but
29312 the message's From: header will show the original author of the message,
29313 and replies to it will go back to that author, and not to you.
29315 &lt;End of help on this topic&gt;
29316 </BODY>
29317 </HTML>
29318 ====== h_config_enable_agg_ops =====
29319 <HTML>
29320 <HEAD>
29321 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
29322 </HEAD>
29323 <BODY>
29324 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
29326 When this feature is set you may use the commands and subcommands that relate to
29327 performing operations on more than one message at a time.  We call these
29328 &quot;aggregate operations&quot;.  In particular, the 
29329 <!--chtml if pinemode="function_key"-->&quot;F5
29330 <!--chtml else-->&quot;;
29331 <!--chtml endif--> Select&quot;, 
29333 <!--chtml if pinemode="function_key"-->
29334 &quot;F6
29335 <!--chtml else-->
29336 &quot;A 
29337 <!--chtml endif-->
29338 Apply&quot;, and 
29339 <!--chtml if pinemode="function_key"-->
29340 &quot;F4
29341 <!--chtml else-->
29342 &quot;Z 
29343 <!--chtml endif-->
29344 Zoom&quot; commands are enabled by this feature.  Select is used to
29345 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
29346 then be used to apply any message command to all of the selected/tagged
29347 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
29348 view between just those Selected and all messages in the folder.
29350 This feature also enables the 
29351 <!--chtml if pinemode="function_key"-->
29352 &quot;F7&quot; 
29353 <!--chtml else-->
29354 &quot;^X&quot; 
29355 <!--chtml endif-->
29357 subcommand in the MESSAGE INDEX 
29358 WhereIs command that causes all messages matching the WhereIs argument to 
29359 become selected; and the Select, Select Current, and ZoomMode commands in the
29360 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
29362 Some related help topics are
29363 <UL>
29364 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29365 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29366 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
29367 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
29368 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
29369 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29370 </UL>
29372 <UL>   
29373 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29374 </UL><P>
29375 &lt;End of help on this topic&gt;
29376 </BODY>
29377 </HTML>
29379 ====== h_config_enable_flag =====
29380 <HTML>
29381 <HEAD>
29382 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
29383 </HEAD>
29384 <BODY>
29385 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
29387 Setting this feature enables the
29388 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
29389 command that allows you to
29390 manipulate the status flags associated with a message.  By default, Flag
29391 will set the "Important" flag, which results in an asterisk being
29392 displayed in column one of the MESSAGE INDEX for such messages.
29394 &lt;End of help on this topic&gt;
29395 </BODY>
29396 </HTML>
29397 ====== h_config_flag_screen_default =====
29398 <HTML>
29399 <HEAD>
29400 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
29401 </HEAD>
29402 <BODY>
29403 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
29405 The feature modifies the behavior of the
29406 <a href="h_common_flag">Flag</a>
29407 command (provided it too is
29408 <A HREF="h_config_enable_flag">enabled</A>).
29409 By default, when the "* Flag" command is selected,
29410 Alpine offers a prompt to set one of several flags and also offers the
29411 option of entering the detailed flag manipulation screen via the "^T"
29412 key. Enabling this feature causes Alpine to immediately enter the detailed
29413 flag screen rather than first offer the simple prompt.
29415 <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.
29417 &lt;End of help on this topic&gt;
29418 </BODY>
29419 </HTML>
29420 ====== h_config_flag_screen_kw_shortcut =====
29421 <HTML>
29422 <HEAD>
29423 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
29424 </HEAD>
29425 <BODY>
29426 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
29428 This feature modifies the behavior of the
29429 <a href="h_common_flag">Flag</a> command
29430 and the <A HREF="h_index_cmd_select">Select</A> command.
29431 This feature is set by default.
29432 When this feature is not set, when the "* Flag" command is selected,
29433 Alpine offers a prompt to set one of several flags and also offers the
29434 option of entering the detailed flag manipulation screen via the "^T"
29435 key.
29436 If you have
29437 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
29438 defined, then enabling this feature adds a shortcut way to set or unset
29439 keywords.
29440 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
29441 a keyword if you've given it a nickname) and that will set the keyword.
29443 An example is easier to understand than the explanation.
29444 The flag command can always be used to set the system flags.
29445 For example, to set the Answered flag you would type
29447 <CENTER><SAMP>* A</SAMP></CENTER>
29449 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
29450 option in the Config screen.
29451 By default, to set a keyword like &quot;Work&quot; you would usually
29452 have to go to the Flag Details screen using
29453 the &quot;^T To Flag Details&quot; command.
29454 Instead, if you have enabled this feature, you may type
29456 <CENTER><SAMP>* W</SAMP></CENTER>
29458 to set the Work flag, or
29460 <CENTER><SAMP>* ! W</SAMP></CENTER>
29462 to unset it.
29463 Just like for the other flag setting commands, the case of the letter does
29464 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
29465 keyword.
29467 Notice that you can only use this trick for one keyword that begins
29468 with &quot;W&quot;.
29469 If you happen to have a &quot;Work&quot; keyword and another keyword that is
29470 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
29471 your list of keywords.
29472 Also, there are five letters that are reserved for system
29473 flags and the NOT command.
29474 If you type &quot;* A&quot; it will always set the Answered flag, not
29475 your &quot;Aardvark&quot; keyword.
29476 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
29477 the Flag Details screen.
29479 Because enabling the
29480 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
29481 option causes Alpine to skip directly to the Flag Details screen when the
29482 Flag command is used, 
29483 setting it will cause this feature to have no effect at all.
29485 Similarly, when Selecting by Keyword, setting this option will allow you
29486 to use Keyword initials instead of full keywords.
29488 &lt;End of help on this topic&gt;
29489 </BODY>
29490 </HTML>
29491 ====== h_config_can_suspend =====
29492 <HTML>
29493 <HEAD>
29494 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
29495 </HEAD>
29496 <BODY>
29497 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
29499 Setting this feature will allow you to type ^Z (Control Z) to 
29500 <!--chtml if pinemode="os_windows"-->
29501 minimize Alpine into its icon, bringing into focus whatever
29502 application is running behind the PC-Alpine window.
29503 <!--chtml else-->
29504 temporarily suspend Alpine.
29507 This does not exit Alpine, but puts it in the background to watch
29508 for new mail and such.  Normally, you type a command, such
29509 as &quot;fg&quot; at your system prompt to return to your Alpine session.
29512 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
29513 adjusts whether Alpine is placed into the background of the shell its 
29514 running in or starts a news shell.
29515 <!--chtml endif-->
29518 <UL>   
29519 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29520 </UL><P>
29521 &lt;End of help on this topic&gt;
29522 </BODY>
29523 </HTML>
29524 ====== h_config_take_lastfirst ======
29525 <HTML>
29526 <HEAD>
29527 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
29528 </HEAD>
29529 <BODY>
29530 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
29532 Normally, when TakeAddr is used to copy an address from a message into
29533 an address book entry, Alpine will attempt to rewrite the full name of the
29534 address in the form
29537 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
29539 instead of<P>
29541 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
29544 It does this because many people find it useful to sort by Last name
29545 instead of First name.  If this feature is set, then the TakeAddr command
29546 will not attempt to reverse the name in this manner.
29548 &lt;End of help on this topic&gt;
29549 </BODY></HTML>
29550 ====== h_config_disable_regex ======
29551 <HTML>
29552 <HEAD>
29553 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
29554 </HEAD>
29555 <BODY>
29556 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
29558 Normally, the
29559 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29560 option is interpreted as a regular expression.
29561 One type of address that might cause trouble is an address that
29562 contains a plus sign.
29563 If you want to have an address with a plus as one of your
29564 <!--#echo var="VAR_alt-addresses"-->
29565 and you don't want to use regular expressions, then setting this
29566 feature will cause Alpine to treat the addresses you list literally instead.
29568 &lt;End of help on this topic&gt;
29569 </BODY></HTML>
29570 ====== h_config_take_fullname ======
29571 <HTML>
29572 <HEAD>
29573 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
29574 </HEAD>
29575 <BODY>
29576 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
29578 Normally, when TakeAddr is used to copy an address or addresses
29579 from a message into an address book entry, Alpine will try to preserve
29580 the full name associated with each address in the list of addresses.
29581 The reason for this is so that if the entry is a list or later becomes a
29582 list, then information about the individual addresses in the list
29583 is preserved.
29584 If you would rather just have the simple addresses in the list of addresses,
29585 set this feature. For example, with the default setting you might
29586 see something like this in the ADDRESS BOOK editor after you type TakeAddr
29588 <PRE>
29589  Nickname  : nick
29590  Fullname  : Bedrock Elders
29591  Fcc       :
29592  Comment   :
29593  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
29594              Barney Rubble &lt;rubble@bedrock.org&gt;
29595 </PRE>
29597 but with this feature set it would look like
29599 <PRE>
29600  Nickname  : nick
29601  Fullname  : Bedrock Elders
29602  Fcc       :
29603  Comment   :
29604  Addresses : flint@bedrock.org,
29605              rubble@bedrock.org
29606 </PRE>
29608 instead. Note the difference in the Addresses field.
29610 &lt;End of help on this topic&gt;
29611 </BODY></HTML>
29612 ====== h_config_print_from ======
29613 <HTML>
29614 <HEAD>
29615 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
29616 </HEAD>
29617 <BODY>
29618 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
29620 If this feature is set, then the Berkeley-mail style From line is included
29621 at the start of each message that is printed.  This line looks something
29622 like the following, with the address replaced by the address from the
29623 From line of the message being printed:
29625 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
29626 14:11:06 1998
29628 &lt;End of help on this topic&gt;
29629 </BODY>
29630 </HTML>
29631 ====== h_config_expanded_distlists ======
29632 <HTML>
29633 <HEAD>
29634 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
29635 </HEAD>
29636 <BODY>
29637 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
29638 If this feature is set, then distribution lists in the address book
29639 screen will always be expanded automatically.
29641 &lt;End of help on this topic&gt;
29642 </BODY>
29643 </HTML>
29644 ====== h_config_compose_news_wo_conf ======
29645 <HTML>
29646 <HEAD>
29647 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
29648 </HEAD>
29649 <BODY>
29650 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
29651 This feature controls one aspect of Alpine's Composer.  If you enter the
29652 composer while reading a newsgroup, you will normally be prompted to
29653 determine whether you intend the new message to be posted to the current
29654 newsgroup or not.  If this feature is set, Alpine will not prompt you
29655 in this situation, and will assume that you do indeed wish to post
29656 to the newsgroup you are reading.
29658 &lt;End of help on this topic&gt;
29659 </BODY>
29660 </HTML>
29661 ====== h_config_compose_rejects_unqual ======
29662 <HTML>
29663 <HEAD>
29664 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
29665 </HEAD>
29666 <BODY>
29667 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
29669 This feature controls one aspect of the message composer; in particular,
29670 what happens when an unqualified name is entered into an address header.
29671 If set, unqualified names entered as addresses will be treated as errors
29672 unless they match an addressbook nickname.  Alpine will not attempt to turn
29673 them into complete addresses by adding your local domain.<P>
29675 A complete (fully qualified) address is one containing a username followed
29676 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
29677 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
29678 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
29680 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
29684 When you enter a fully qualified address, Alpine does not interpret or
29685 modify it, but simply passes it on to the mail-transport-agent (MTA) for
29686 your system.  Alpine conforms to the Internet standards governing message
29687 headers and will not send an unqualifed name to the MTA.  Therefore, when
29688 you enter an unqualified name, Alpine will normally attempt to turn it into
29689 a fully qualified address, first by checking to see if you have entered a
29690 matching nickname in your addressbook, or failing that, by simply adding
29691 your own domain to the name entered.  So if your address is
29692 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
29693 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
29694 that into &quot;fred@example.com&quot;.<P>
29696 There are situations where it is not desirable for Alpine to interpret such
29697 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
29698 turned out to be a typo (intended to be an addressbook nickname), but
29699 there actually was a &quot;fred&quot; in your local domain, the message might 
29700 be mis-delivered without your realizing it.  In order to reduce the likelihood
29701 of such accidents, setting this feature will cause Alpine to treat such
29702 addresses as errors, and require that you explicitly enter the full local
29703 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
29704 matches an address book nickname.<P>
29706 Consider this a safety feature against mis-directed mail.
29708 <UL>   
29709 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29710 </UL><P>
29711 &lt;End of help on this topic&gt;
29712 </BODY>
29713 </HTML>
29714 ====== h_config_quell_local_lookup ======
29715 <HTML>
29716 <HEAD>
29717 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
29718 </HEAD>
29719 <BODY>
29720 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
29722 This feature controls an aspect of Alpine's Composer, and if needed, will
29723 usually be set by your system manager in Alpine's system-wide configuration
29724 file. Specifically, if this feature is set, Alpine will not attempt to look
29725 in the system password file to find a Full Name for the entered address.
29727 Normally, names you enter into address fields (e.g. To: or Cc:) are
29728 checked against your address book(s) to see if they match an address book
29729 nickname.  Failing that, (in Unix Alpine) the name is then checked against
29730 the Unix password file.  If the entered name matches a username in the
29731 system password file, Alpine extracts the corresponding Full Name information
29732 for that individual, and adds that to the address being entered.
29734 However, password file matching can have surprising (incorrect) results if
29735 other users of the system do not receive mail at the domain you are using.
29736 That is, if either the 
29737 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
29738 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
29739 option
29740 is set such that the administrative domain of other users on the system
29741 isn't accurately reflected, Alpine should be told that a passwd file match
29742 is coincidental, and Full Name info will be incorrect.  For example, a
29743 personal name from the password file could get falsely paired with the
29744 entered name as it is turned into an address in the configured domain.
29746 If you are seeing this behavior, enabling this feature will prevent Unix
29747 Alpine from looking up names in the password file to find the Full Name
29748 for incomplete addresses you enter.<P>
29749 <UL>
29750 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29751 </UL>
29753 &lt;End of help on this topic&gt;
29754 </BODY>
29755 </HTML>
29756 ====== h_config_tab_checks_recent ======
29757 <HTML>
29758 <HEAD>
29759 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
29760 </HEAD>
29761 <BODY>
29762 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
29764 In a FOLDER LIST screen, the TAB key usually just changes which
29765 folder is highlighted.
29766 If this feature is set, then the TAB key will cause the number of
29767 recent messages and the total number of messages in the highlighted folder
29768 to be displayed instead.
29771 &lt;End of help on this topic&gt;
29772 </BODY>
29773 </HTML>
29774 ====== h_config_maildrops_preserve_state ======
29775 <HTML>
29776 <HEAD>
29777 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
29778 </HEAD>
29779 <BODY>
29780 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
29782 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
29783 Normally, when mail is moved from a Mail Drop folder to a destination
29784 folder, it is delivered as new mail.
29785 Any Seen/New, Answered, Important/Flagged state that has changed will be
29786 ignored.
29787 All of the mail will be considered unSeen, unAnswered, and unImportant after
29788 it is moved.
29790 If this feature is set, then the state changes that have been made
29791 to the messages in the Mail Drop folder will be preserved.
29793 In any case, messages that are already marked Deleted when the
29794 mail is to be moved from the Mail Drop will be ignored.
29796 &lt;End of help on this topic&gt;
29797 </BODY>
29798 </HTML>
29799 ====== h_config_preopen_stayopens ======
29800 <HTML>
29801 <HEAD>
29802 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
29803 </HEAD>
29804 <BODY>
29805 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
29807 This feature is related to the option
29808 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
29809 Normally, Stay Open folders are only opened on demand, when the user
29810 asks to open them.
29811 From then on they are kept open for the duration of the session.
29812 However, if this feature is set, then the Stay Open folders will all be
29813 opened at startup, at the same time that the INBOX is opened.
29816 &lt;End of help on this topic&gt;
29817 </BODY>
29818 </HTML>
29819 ====== h_config_expunge_inbox ======
29820 <HTML>
29821 <HEAD>
29822 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
29823 </HEAD>
29824 <BODY>
29825 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
29827 The INBOX is normally treated differently from regular folders in several
29828 ways.
29829 One of the differences is that the normal &quot;close&quot; sequence of
29830 events is deferred until Alpine is exited, instead of happening when you
29831 leave the INBOX to view another folder.
29832 The &quot;close&quot; sequence normally includes the Expunging
29833 of deleted messages
29834 (either automatically or after a prompt, controlled by the features
29835 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
29836 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
29837 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
29838 handling of the
29839 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
29842 If this feature is set the &quot;close&quot; sequence handling will take
29843 place every time you leave the INBOX.
29844 The INBOX will still be kept open, but the offer to Expunge and the archiving
29845 to the <!--#echo var="VAR_read-message-folder"-->
29846 will take place each time you leave the INBOX instead of only once at the
29847 end of the session.
29850 &lt;End of help on this topic&gt;
29851 </BODY>
29852 </HTML>
29853 ====== h_config_expunge_stayopens ======
29854 <HTML>
29855 <HEAD>
29856 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
29857 </HEAD>
29858 <BODY>
29859 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
29861 This feature is related to the option
29862 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
29863 Stay Open folders are treated differently from regular folders in several
29864 ways.
29865 One of the differences is that the normal &quot;close&quot; sequence of
29866 events is deferred until Alpine is exited, instead of happening when you
29867 leave the folder to view another folder.
29868 The &quot;close&quot; sequence normally includes the Expunging
29869 of deleted messages
29870 (either automatically or after a prompt, controlled by the features
29871 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
29872 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
29873 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
29874 handling of
29875 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
29878 If this feature is set the &quot;close&quot; sequence handling will take
29879 place when you leave the Stay Open folder.
29880 The folder will still be kept open, but the offer to Expunge and the archiving
29881 will take place each time you leave the folder instead of only once at the
29882 end of the session.
29883 This feature does not affect the INBOX, which will still only be processed
29884 when you exit Alpine.
29885 However, there is a similar feature that affects only the INBOX called
29886 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
29889 &lt;End of help on this topic&gt;
29890 </BODY>
29891 </HTML>
29892 ====== h_config_preserve_start_stop ======
29893 <HTML>
29894 <HEAD>
29895 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
29896 </HEAD>
29897 <BODY>
29898 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
29900 This feature controls how special control key characters, typically
29901 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
29902 are known as the "stop" and "start" characters and are sometimes used in
29903 communications paths to control data flow between devices that operate at
29904 different speeds.
29908 By default, Alpine turns the system's handling of these special characters
29909 off except during printing.  However, if you see Alpine reporting input errors
29910 such as:
29912 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
29914 and, at the same time, see your display become garbled, then it is likely
29915 that setting this option will solve the problem.  Be aware, though, that
29916 enabling this feature will also cause Alpine to ostensibly "hang" 
29917 whenever the Ctrl-S key combination is entered as the system is now
29918 interpreting such input as a "stop output" command.  To "start
29919 output"  again, simply type Ctrl-Q. 
29921 &lt;End of help on this topic&gt;
29922 </BODY>
29923 </HTML>
29924 ====== h_config_enable_incoming ======
29925 <HTML>
29926 <HEAD>
29927 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
29928 </HEAD>
29929 <BODY>
29930 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
29932 Alpine's Incoming Message Folders collection
29933 provides a convenient way to access multiple incoming folders.
29934 It is also useful if you have accounts on multiple computers.
29937 If set, this feature defines a pseudo-folder collection called
29938 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
29939 in this collection will be your INBOX, which will no longer show up in
29940 your Default folder collection.
29943 You may add more folders to the Incoming Message Folders collection by
29944 using the
29945 <!--chtml if pinemode="function_key"-->
29946 &quot;F10
29947 <!--chtml else-->
29948 &quot;A
29949 <!--chtml endif-->
29950 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
29951 the host the folder is stored on (which defaults to the same host used
29952 for your INBOX), a nickname, and the actual folder name.  Once a set
29953 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
29954 or MESSAGE TEXT screens) may be used to scan the folders for those
29955 with Recent messages.  If you add more folders to
29956 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
29957 no effect.
29959 NOTE: Normally the software that actually delivers mail (the stuff that happens
29960 before Alpine is involved) is in a better position to do delivery filtering
29961 than is Alpine itself.
29962 If possible, you may want to look at programs such as
29963 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
29964 filtering programs.
29965 If you'd prefer to have Alpine do the filtering for you, you may set that
29967 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
29969 <UL>   
29970 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29971 </UL><P>
29972 &lt;End of help on this topic&gt;
29973 </BODY>
29974 </HTML>
29975 ====== h_config_enable_incoming_checking ======
29976 <HTML>
29977 <HEAD>
29978 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
29979 </HEAD>
29980 <BODY>
29981 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
29983 This feature is only operational if you have enabled the optional
29984 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
29985 If you do have Incoming Message Folders and you also set this feature,
29986 then the number of Unseen messages in each folder will be displayed
29987 in the FOLDER LIST screen for the Incoming Message Folders.
29988 The number of Unseen messages in a folder will be displayed in parentheses
29989 to the right of the name of each folder.
29990 If there are no Unseen messages in a folder then only the name
29991 is displayed, not a set of parentheses with zero inside them.
29992 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
29993 the Incoming Message Folders to cause an immediate update.
29995 If a check for Unseen messages fails for a particular folder then Alpine
29996 will no longer attempt to check that folder for the duration of the
29997 session and this will be indicated by a question mark inside the
29998 parentheses.
30000 The features
30001 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
30002 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
30003 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
30004 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
30005 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
30006 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
30007 all affect how this feature behaves.
30009 <UL>   
30010 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30011 </UL><P>
30012 &lt;End of help on this topic&gt;
30013 </BODY>
30014 </HTML>
30015 ====== h_config_incoming_checking_total ======
30016 <HTML>
30017 <HEAD>
30018 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
30019 </HEAD>
30020 <BODY>
30021 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
30023 This option has no effect unless the feature
30024 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
30025 is set, which in turn has no effect unless
30026 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
30027 is set.
30029 When incoming folder checking is turned on the default is to display
30030 the number of unseen messages in each folder.
30031 More precisely, it is the number of undeleted unseen messages.
30032 Using this option you may also display the total number of messages
30033 in each folder.
30034 Instead of a single number representing the number of unseen messages
30035 you will get two numbers separated by a slash character.
30036 The first is the number of unseen messages and the second is the
30037 total number of messages.
30039 You may also use the recent message count instead of the unseen message
30040 count by turning on the feature
30041 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
30043 <UL>   
30044 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30045 </UL><P>
30046 &lt;End of help on this topic&gt;
30047 </BODY>
30048 </HTML>
30049 ====== h_config_incoming_checking_recent ======
30050 <HTML>
30051 <HEAD>
30052 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
30053 </HEAD>
30054 <BODY>
30055 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
30057 This option has no effect unless the feature
30058 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
30059 is set, which in turn has no effect unless
30060 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
30061 is set.
30063 When incoming folder checking is turned on the default is to display
30064 the number of unseen messages in each folder.
30065 More precisely, it is the number of undeleted unseen messages.
30066 Using this option you may display the number of recent messages instead
30067 of the number of unseen messages.
30068 A message is only counted as recent if this is the first session to
30069 see it, so the recent count might be less than the unseen count.
30070 The difference between the two would be accounted for by the unseen messages
30071 in the folder which were there previously but have not been looked at yet.
30073 If you simultaneously run more than one email client at a time
30074 (for example, you run more than one Alpine in parallel) then turning
30075 this feature on can cause some confusion.
30076 The confusion stems from the fact that each message is only considered to be
30077 recent in one session.
30078 That means that the counts of new messages may be different in the two
30079 Alpines running side by side, because each incoming message will only be
30080 counted as recent in one of the two sessions.
30082 You may also display the total number of messages
30083 in each folder by using the
30084 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
30085 option.
30087 <UL>   
30088 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30089 </UL><P>
30090 &lt;End of help on this topic&gt;
30091 </BODY>
30092 </HTML>
30093 ====== h_config_attach_in_reply ======
30094 <HTML>
30095 <HEAD>
30096 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
30097 </HEAD>
30098 <BODY>
30099 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
30101 This feature controls an aspect of Alpine's Reply command. If set, any MIME
30102 attachments that were part of the original message will automatically be
30103 included in the Reply.
30105 &lt;End of help on this topic&gt;
30106 </BODY>
30107 </HTML>
30108 ====== h_config_include_header =====
30109 <HTML>
30110 <HEAD>
30111 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
30112 </HEAD>
30113 <BODY>
30114 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
30116 This feature controls an aspect of Alpine's Reply command. If set, and the
30117 original message is being included in the reply, then headers from that
30118 message will also be part of the reply.
30120 &lt;End of help on this topic&gt;
30121 </HEAD>
30122 </HTML>
30123 ====== h_config_sig_at_bottom =====
30124 <HTML>
30125 <HEAD>        
30126 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
30127 </HEAD>
30128 <BODY>
30129 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
30131 This feature controls an aspect of Alpine's Reply command.  If this feature
30132 is set, and the original message is being included in the reply, then the
30133 contents of your signature file (if any) will be inserted after the included
30134 message.
30136 This feature does not affect the results of a Forward command.
30138 &lt;End of help on this topic&gt;
30139 </BODY>
30140 </HTML>
30141 ====== h_config_sigdashes =====
30142 <HTML>
30143 <HEAD>
30144 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
30145 </HEAD>
30146 <BODY>
30147 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
30149 This feature enables support for the common USENET news convention 
30150 of preceding a message signature with the special line consisting of 
30151 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
30154 When enabled and a
30155 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
30156 Alpine will insert the special line before including the file's text (unless
30157 the special line already exists somewhere in the file's text).
30160 In addition, when you Reply or Followup to a message containing one of
30161 these special lines and choose to include its text, Alpine will observe
30162 the convention of not including text beyond the special line in your
30163 reply.
30164 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
30165 mode is enabled and turned on, then Alpine <EM>will</EM>
30166 include the text beyond the special line regardless of the setting of
30167 this feature.
30170 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
30171 for a related feature.
30174 <UL>   
30175 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30176 </UL><P>
30177 &lt;End of help on this topic&gt;
30178 </BODY>
30179 </HTML>
30180 ====== h_config_new_thread_blank_subject =====
30181 <HTML>
30182 <HEAD>
30183 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
30184 </HEAD>
30185 <BODY>
30186 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
30188 When this feature is enabled (the default) Alpine will create a new thread
30189 every time that the subject line becomes empty at any time during composition.
30192 This behavior is particularly useful in case you are replying to a message.
30193 Replying to a message causes the message to be in the same thread than the
30194 original message that is being replied to. However, many authors want to create
30195 a new message (in a different thread) while replying to a message, and they do
30196 this by changing the full subject, by first deleting the original subject and
30197 typing the new subject of the current message.
30200 Enabling this feature causes that any time that the subject is deleted, the 
30201 message being composed will be considered the first message of a new thread.
30204 <UL>   
30205 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30206 </UL><P>
30207 &lt;End of help on this topic&gt;
30208 </BODY>
30209 </HTML>
30210 ====== h_config_strip_sigdashes =====
30211 <HTML>
30212 <HEAD>
30213 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
30214 </HEAD>
30215 <BODY>
30216 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
30218 This feature doesn't do anything if the feature
30219 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
30220 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
30221 then turning on this feature enables support for the convention
30222 of not including text beyond the sigdashes line when Replying or Following
30223 up to a message and including the text of that message.
30224 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
30225 mode is enabled and turned on, then Alpine <EM>will</EM>
30226 include the text beyond the special line regardless of the setting of
30227 this feature.
30229 In other words, this is a way to turn on the signature stripping behavior
30230 without also turning on the dashes-adding behavior.
30232 <UL>   
30233 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30234 </UL><P>
30235 &lt;End of help on this topic&gt;
30236 </BODY>
30237 </HTML>
30238 ====== h_config_forward_as_attachment =====
30239 <HTML>
30240 <HEAD>
30241 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
30242 </HEAD>
30243 <BODY>
30244 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
30246 This feature affects the way forwarded message text is handled.  When set, rather than 
30247 include the text of the forwarded message below any additional text you provide in the
30248 composer, the forwarded message is attached in its entirety to the message you send.
30250 This is useful in that it keeps the text you provide in the composer distinct from the
30251 text of the forwarded message.  Similarly, it allows the recipient to 
30252 conveniently operate on the forwarded message.  For example, they might reply directly to
30253 the sender of the forwarded message, or process it as part of a spam report.
30254 <UL>   
30255 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30256 </UL><P>
30257 &lt;End of help on this topic&gt;
30258 </BODY>
30259 </HTML>
30260 ====== h_config_preserve_field =====
30261 <HTML>
30262 <HEAD>
30263 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
30264 </HEAD>
30265 <BODY>
30266 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
30268 This feature affects Alpine's behavior when one replies to a message. 
30269 When you receive a message, some or all of the recipients of the message 
30270 have been added to the To: and Cc: fields. If you reply to such message, 
30271 and this feature is disabled, then the original sender of the message is 
30272 added to the To: field, and all other recipients are added to the Cc: 
30273 field, while your address is added to the From: field.
30276 However, if this feature is enabled, then Alpine will preserve the 
30277 original fields as sent in the original message, so the Cc: and To: 
30278 fields will be preserved. The sender's address will be added to the To: 
30279 field, while your address is added to the From: field.
30282 The behavior of this feature is that replies to all messages will behave 
30283 in the way described above. If you only intend this to happen on a per 
30284 message basis, then keep this feature disabled, and when replying to a 
30285 message you will see a new option in the menu for the &quot;Reply to all 
30286 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
30287 make Alpine toggle its question so you can preserve the To: and Cc: 
30288 fields for that message only.
30290 <UL>   
30291 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30292 </UL><P>
30293 &lt;End of help on this topic&gt;
30294 </BODY>
30295 </HTML>
30296 ====== h_config_sub_lists =====
30297 <HTML>
30298 <HEAD>
30299 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
30300 </HEAD>
30301 <BODY>
30302 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
30304 This feature affects the subcommands available when Saving, 
30305 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
30306 available. This command allows you to type in a substring of the folder
30307 you are looking for and when you type ^X it will display all folders
30308 that contain that substring in their names.
30309 This feature is set by default.
30312 &lt;End of help on this topic&gt;
30313 </BODY>
30314 </HTML>
30315 ====== h_config_scramble_message_id =====
30316 <HTML>
30317 <HEAD>
30318 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
30319 </HEAD>
30320 <BODY>
30321 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
30323 If this feature is set, the message-id header value
30324 will be transformed with a simple Rot13 transformation.
30325 The result will still have the correct syntax for a Message-ID but the
30326 part of the MessageID that is often a domain name will not be an actual
30327 domain name because the letters will be scrambled.
30329 It is possible (but unlikely?) that some spam detection
30330 software will use that as a reason to reject the mail as spam.
30331 It has also been reported that some spam detection software uses the
30332 fact that there are no dots after the &quot;@&quot; as a reason to reject
30333 messages.
30334 If your PC-Alpine Message-ID is using a name without a dot that is because
30335 that is what Windows thinks is your &quot;Full computer name&quot;.
30336 The method used to set this varies from one type of Windows to another but
30337 check under Settings -> Control Panel -> System and
30338 look for Network Identification or Computer Name or something similar.
30339 How to set it is beyond the scope of Alpine.
30342 &lt;End of help on this topic&gt;
30343 </BODY>
30344 </HTML>
30345 ====== h_downgrade_multipart_to_text =====
30346 <HTML>
30347 <HEAD>
30348 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
30349 </HEAD>
30350 <BODY>
30351 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
30354 This feature affects Alpine's behavior when sending mail.  Internet
30355 standards require Alpine to translate all non-ASCII characters in
30356 messages that it sends using MIME encoding.  This encoding can be
30357 ostensibly broken for recipients if any agent between Alpine and the
30358 recipient, such as an email list expander, appends text to the
30359 message, such as list information or advertising.  When sending such
30360 messages Alpine attempts to protect such encoding by placing extra
30361 MIME boundaries around the message text.
30363 These extra boundaries are invisible to recipients that 
30364 use MIME-aware email programs (the vast majority).  However, if
30365 you correspond with users of email programs that are not MIME-aware,
30366 or do not handle the extra boundaries gracefully, you can
30367 use this feature to prevent Alpine from including the extra
30368 MIME information.  Of course, it will increase the likelihood
30369 that non-ASCII text you send may appear corrupt to the recipient.
30371 &lt;End of help on this topic&gt;
30372 </BODY>
30373 </HTML>
30374 ====== h_config_show_sort =====
30375 <HTML>
30376 <HEAD>
30377 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
30378 </HEAD>
30379 <BODY>
30380 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
30382 If this feature is set and there is sufficient space on the screen,
30383 a short indication of the current sort order will be
30384 added in the titlebar (the top line on the screen), before the name
30385 of the folder.
30386 For example, with the default Arrival sort in effect,
30387 the display would have the characters
30389 <P><CENTER>[A]</CENTER><P>
30391 added between the title of the screen and the folder name.
30392 The letters are the same as the letters you may type to manually
30393 sort a folder with the SortIndex command ($).
30394 The letters in the table below are the ones that may show
30395 up in the titlebar line.
30397 <TABLE>   
30398 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
30399 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
30400 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
30401 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
30402 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
30403 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
30404 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
30405 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
30406 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
30407 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
30408 </TABLE>
30410 If the sort order is Reversed, the letter above will be preceded by the letter
30411 &quot;R&quot;, for example
30413 <P><CENTER>[RS]</CENTER><P>
30415 means that a Reverse Subject sort is in effect.
30416 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
30417 left out, and just an &quot;R&quot; is shown.
30419 <P><CENTER>[R]</CENTER>
30422 &lt;End of help on this topic&gt;
30423 </BODY>
30424 </HTML>
30425 ====== h_config_disable_reset_disp =====
30426 <HTML>
30427 <HEAD>
30428 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
30429 </HEAD>
30430 <BODY>
30431 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
30433 UNIX Alpine only.
30435 This feature affects Alpine's behavior when using
30436 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
30437 Normally, before the display filter is run, the terminal mode is reset
30438 to what it was before you started Alpine.
30439 This may be necessary if the filter requires the use of the terminal.
30440 For example, it may need to interact with you.
30441 If you set this feature, then the terminal mode will not be reset.
30442 One thing that turning on this feature should fix is the coloring of
30443 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
30444 breaks because the terminal reset resets the color state of the terminal.
30447 &lt;End of help on this topic&gt;
30448 </BODY>
30449 </HTML>
30450 ====== h_config_disable_sender =====
30451 <HTML>
30452 <HEAD>
30453 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
30454 </HEAD>
30455 <BODY>
30456 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
30458 This feature affects Alpine's generation of the &quot;Sender:&quot; or
30459 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
30460 header fields.
30461 Prior to version 2.24, Alpine generated such a header in situations where the
30462 username or domain were not the same as
30463 the &quot;From:&quot; header on the message.
30464 With this feature set,
30465 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
30466 This may be desirable on a system that is virtually hosting many domains,
30467 and the sysadmin has other methods available for tracking a message to
30468 its originator.
30470 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
30473 &lt;End of help on this topic&gt;
30474 </BODY>
30475 </HTML>
30476 ====== h_config_use_sender_not_x =====
30477 <HTML>
30478 <HEAD>
30479 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
30480 </HEAD>
30481 <BODY>
30482 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
30484 Normally Alpine adds a header line
30485 labeled &quot;X-X-Sender&quot;, if the sender is
30486 different from the From: line.
30487 The standard specifies that this header
30488 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
30489 Setting this feature causes
30490 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
30492 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
30495 &lt;End of help on this topic&gt;
30496 </BODY>
30497 </HTML>
30498 ====== h_config_use_fk =====
30499 <HTML>
30500 <HEAD>
30501 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
30502 </HEAD>
30503 <BODY>
30504 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
30506 This feature specifies that Alpine will respond to function keys instead of
30507 the normal single-letter commands. In this mode, the key menus at the
30508 bottom of each screen will show function key designations instead of the
30509 normal mnemonic key.
30512 &lt;End of help on this topic&gt;
30513 </BODY>
30514 </HTML>
30515 ====== h_config_cancel_confirm =====
30516 <HTML>
30517 <HEAD>
30518 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
30519 </HEAD>
30520 <BODY>
30521 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
30523 This feature affects what happens when you type ^C to cancel a composition.
30524 By default, if you attempt to cancel a composition by typing ^C, you will be
30525 asked to confirm the cancellation by typing a &quot;C&quot;
30526 for <EM>C</EM>onfirm.
30527 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
30528 risky because the &quot;^C Y&quot; needed to cancel a message
30529 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
30531 If this feature is set the confirmation asked for
30532 will be a &quot;<EM>Y</EM>es&quot;
30533 instead of a &quot;<EM>C</EM>onfirm&quot; response.
30536 &lt;End of help on this topic&gt;
30537 </BODY>
30538 </HTML>
30539 ====== h_config_compose_maps_del =====
30540 <HTML>
30541 <HEAD>
30542 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
30543 </HEAD>
30544 <BODY>
30545 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
30547 This feature affects the behavior of the DELETE key.
30548 If set, Delete will be equivalent to ^D, and delete
30549 the current character.  Normally Alpine defines the Delete key
30550 to be equivalent to ^H, which deletes the <EM>previous</EM>
30551 character.
30554 &lt;End of help on this topic&gt;
30555 </BODY>
30556 </HTML>
30557 ====== h_config_compose_bg_post =====
30558 <HTML>
30559 <HEAD>
30560 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
30561 </HEAD>
30562 <BODY>
30563 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
30565 This feature affects the behavior of Alpine's mail sending.  If set, this
30566 feature enables a subcommand in the composer's "Send?" confirmation
30567 prompt.  The subcommand allows you to tell Alpine to handle the actual
30568 posting in the background.  While this feature usually allows posting
30569 to appear to happen very fast, it has no affect on the actual delivery
30570 time it takes a message to arrive at its destination.
30573 Please Note:
30574 <OL>
30575  <LI>This feature will have no effect if the feature
30576        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
30577        is set.
30578  <LI>This feature isn't supported on all systems.  All DOS and Windows,
30579        as well as several Unix ports, do not recognize this feature.
30580  <LI>Error handling is significantly different when this feature is
30581         enabled.  Any message posting failure results in the message
30582         being appended to your &quot;Interrupted&quot; mail folder.  When you
30583         type the <A HREF="h_common_compose">C</A>ompose command,
30584         Alpine will notice this folder and
30585         offer to extract any messages contained.  Upon continuing a 
30586         failed message, Alpine will display the nature of the failure 
30587         in the status message line.
30588  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
30589         for message data to
30590         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
30591         if you typically run close to any sort of disk-space limits or quotas.
30592 </OL>
30594 &lt;End of help on this topic&gt;
30595 </BODY>
30596 </HTML>
30597 ====== h_config_compose_dsn =====
30598 <HTML>
30599 <HEAD>
30600 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
30601 </HEAD>
30602 <BODY>
30603 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
30605 This feature affects the behavior of Alpine's mail sending.  If set, this
30606 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
30607 prompt.  The subcommand allows you to tell Alpine to request the type of
30608 Delivery Status Notification (DSN) that you would like.  Most users will
30609 be happy with the default, and need not enable this feature.
30611 If the feature
30612 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
30613 then this feature has no effect and the type of DSN is not selectable.
30616 Turning on this feature and then turning on the DSNOpts from the send
30617 prompt reveals four on-off toggles at the bottom of the screen.
30618 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
30619 that no notification be returned to you, even if there is a delivery
30620 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
30621 server that you are willing (or not) to receive delay notifications, which
30622 happen when there is an unusual delay at some mail server (in that mail
30623 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
30624 Success requests that you be sent a DSN message when the message is
30625 successfully delivered to the recipients mailbox.  Setting NoErrRets will
30626 automatically turn off Delay and Success notification, and will flip the
30627 toggles to show that.  Similarly, turning on Delay and/or Success will
30628 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
30629 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
30630 the full message be returned in any failed DSN.  RetHdrs requests that
30631 only the headers be returned in any failed DSN.  Notice that this command
30632 applies only to failed delivery status reports.  For delay or success
30633 reports, the full message is never returned, only the headers are returned.
30636 If you don't enable the DSN feature or if you don't turn it on for a
30637 particular message, the default is that you will be notified about failures,
30638 you might be notified about delays, and you won't be notified about
30639 successes.  You will usually receive the full message back when there is
30640 a failure.
30643 If you turn on the DSNOpts the default is to return as much information as
30644 possible to you.  That is, by default, the Success and Delay options are
30645 turned on and the full message will be returned on failure.
30648 The sending prompt will display the current DSN request (if any) in a
30649 shorthand form.  It will be:
30651 <P><CENTER>[Never]</CENTER>
30654 if you have requested NoErrRets.  Otherwise, it will look something like:
30656 <P><CENTER>[FDS-Hdrs]</CENTER>
30659 The &quot;F&quot; will always be there, indicating that you will be notified
30660 of failures.  (Alpine doesn't provide a way to request no failure notification
30661 and at the same time request either success or delay notification.  The only
30662 way to request no failure notifications is to request no notifications at
30663 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
30664 requested Delay and/or Success notification.  If one of those is missing,
30665 that means you are requesting no notification of the corresponding type.
30666 After the dash it will say either Hdrs or Full.  Hdrs means to return only
30667 the headers and Full means to return the full message (applies to
30668 failure notifications only).
30671 NOTE: This feature relies on your system's mail transport agent or
30672 configured
30673 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
30674 having the negotiation mechanism introduced in
30675 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
30676 &quot;Delivery Status Notification&quot; (DSN).  If the mail transport agent you
30677 are using doesn't support DSN, a short warning will be shown to you on
30678 the message line at the bottom of the screen after you send your message,
30679 but your message will have been sent anyway.
30682 Note that DSNs don't provide a mechanism to request read receipts.  That
30683 is, if you request notification on success you are notified when the
30684 message is delivered to the mailbox, not when the message is read.
30687 ESMTP allows for graceful migration to upgraded mail transfer agents, but
30688 it is possible that this feature might cause problems for some servers. 
30691 &lt;End of help on this topic&gt;
30692 </BODY>
30693 </HTML>
30694 ====== h_config_auto_zoom =====
30695 <HTML>
30696 <HEAD>
30697 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
30698 </HEAD>
30699 <BODY>
30700 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
30702 This feature affects the behavior of the Select command.
30703 If set, the select command will automatically perform a zoom
30704 after the select is complete.
30705 This feature is set by default.
30707 Some related help topics are
30708 <UL>
30709 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30710 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30711 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30712 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30713 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30714 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30715 </UL>
30718 &lt;End of help on this topic&gt;
30719 </BODY>
30720 </HTML>
30721 ====== h_config_auto_unzoom =====
30722 <HTML>
30723 <HEAD>
30724 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
30725 </HEAD>
30726 <BODY>
30727 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
30729 This feature affects the behavior of the Apply command.  If set, and if
30730 you are currently looking at a Zoomed Index view of selected messages,
30731 the Apply command will do the operation you specify, but then will
30732 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
30733 the normal Index view after the Apply. 
30734 This feature is set by default.
30737 Some related help topics are
30738 <UL>
30739 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30740 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30741 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30742 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30743 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
30744 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30745 </UL>
30747 &lt;End of help on this topic&gt;
30748 </BODY>
30749 </HTML>
30750 ====== h_config_auto_unselect =====
30751 <HTML>
30752 <HEAD>
30753 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
30754 </HEAD>
30755 <BODY>
30756 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
30758 This feature affects the behavior of the Apply command.  If set,
30759 the Apply command will do the operation you specify, but then will
30760 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
30761 the normal Index view after the Apply. 
30764 Some related help topics are
30765 <UL>
30766 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30767 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30768 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30769 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
30770 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30771 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30772 </UL>
30774 &lt;End of help on this topic&gt;
30775 </BODY>
30776 </HTML>
30777 ====== h_config_fast_recent =====
30778 <HTML>
30779 <HEAD>
30780 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
30781 </HEAD>
30782 <BODY>
30783 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
30785 This feature controls the behavior of the TAB key when traversing folders
30786 in the optional 
30787 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
30788 collection or in optional <!--#echo var="VAR_news-collections"-->.
30791 When the TAB
30792 (<A HREF="h_common_nextnew">NextNew</A>)
30793 key is pressed, the default behavior is to
30794 explicitly examine the status of the folder for the number of recent
30795 messages (messages delivered since the last time it was viewed).
30796 Depending on the size and number of messages in the folder, this test
30797 can be time consuming.
30800 Enabling this feature will cause Alpine to only test for the existence of
30801 any recent messages rather than to obtain the count.  This is much faster
30802 in many cases.  The downside is that you're not given the number of recent
30803 messages when prompted to view the next folder.
30804 If the feature
30805 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
30806 is turned on, then the present feature will have no effect.
30809 <UL>   
30810 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30811 </UL><P>
30812 &lt;End of help on this topic&gt;
30813 </BODY>
30814 </HTML>
30815 ====== h_config_arrow_nav =====
30816 <HTML>
30817 <HEAD>
30818 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
30819 </HEAD>
30820 <BODY>
30821 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
30823 This feature controls the behavior of the left and right arrow keys.
30824 If set, the left and right arrow keys will operate like the usual
30825 navigation keys &lt; and &gt;.
30826 This feature is set by default.
30829 If you set this feature, and do not like the changed behavior of the up/down 
30830 arrow 
30831 keys when navigating through the FOLDER LIST screen -- 
30832 <B>first</B> from column to column, if more than one folder is 
30833 displayed per row, 
30834 and <B>then</B> from row to row -- you may either also wish to set the feature 
30835 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
30836 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
30837 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
30838 folders in each column.
30840 <UL>   
30841 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30842 </UL><P>
30843 &lt;End of help on this topic&gt;
30844 </BODY>
30845 </HTML>
30846 ====== h_config_relaxed_arrow_nav =====
30847 <HTML>
30848 <HEAD>
30849 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
30850 </HEAD>
30851 <BODY>
30852 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
30854 This feature controls the behavior of the left, right, up and down
30855 arrow keys in the FOLDER LIST screen when the &quot;<A
30856 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
30857 set.
30858 This feature is set by default.
30862 When this feature is set, the left and right
30863 arrow keys in the FOLDER LIST screen
30864 move the highlight bar to the left or right, and the up and
30865 down arrows move it up or down.
30868 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
30869 feature is not set;
30870 the left and right arrow keys in the Folder List screen strictly
30871 track the commands bound to the '&lt;' and '&gt;' keys, and the up
30872 and down arrow keys move the highlight bar to the previous and next
30873 folder or directory name.
30876 <UL>   
30877 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30878 </UL><P>
30879 &lt;End of help on this topic&gt;
30880 </BODY>
30881 </HTML>
30882 ====== h_config_alt_compose_menu =====
30883 <HTML>
30884 <HEAD>
30885 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
30886 </HEAD>
30887 <BODY>
30888 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
30890 This feature controls the menu that is displayed when Compose is selected.
30891 If set, a list of options will be presented, with each option representing
30892 the type of composition that could be used. This feature is most useful for
30893 users who want to avoid being prompted with each option separately, or who
30894 want to avoid the checking of remote postponed or form letter folders.
30895 The possible types of composition are:
30898 New, for starting a new composition. Note that if New is selected and roles
30899 are set, roles are checked for matches and applied according to the setting
30900 of the matching role.
30903 Interrupted, for continuing an interrupted composition. This option is only
30904 offered if an interrupted message folder is detected.
30907 Postponed, for continuing postponed compositions. This option is offered
30908 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
30909 the postponed folder actually exists. This option is especially handy
30910 for avoiding having to check for the existence of a remote postponed folder.
30913 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
30914 is set in the config, and is not checked for existence for reasons similar
30915 to those explained by the postponed option.
30918 setRole, for selecting a role to apply to a composition.
30921 &lt;End of help on this topic&gt;
30922 </BODY>
30923 </HTML>
30924 ====== h_config_alt_role_menu =====
30925 <HTML>
30926 <HEAD>
30927 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
30928 </HEAD>
30929 <BODY>
30930 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
30932 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
30933 a role and compose a new message using that role.
30934 When this feature is set, the role command will first ask whether you want to
30935 Compose a new message, Forward the current message, Reply to the
30936 current message, or Bounce the current message.
30937 If you are not in the MESSAGE INDEX and are not viewing a message,
30938 then there is no current message and the question will be skipped.
30939 After you have chosen to Compose, Forward, Reply, or Bounce you will
30940 then choose the role to be used.
30942 When Bouncing the &quot;Set From&quot; address is used for the
30943 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
30944 provided that the option
30945 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
30946 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
30947 set.
30948 Other actions of the role are ignored when Bouncing.
30951 &lt;End of help on this topic&gt;
30952 </BODY>
30953 </HTML>
30954 ====== h_config_always_spell_check =====
30955 <HTML>
30956 <HEAD>
30957 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
30958 </HEAD>
30959 <BODY>
30960 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
30962 When this feature is set, every composed message will be spell-checked before
30963 being sent.
30965 &lt;End of help on this topic&gt;
30966 </BODY>
30967 </HTML>
30968 ====== h_config_quell_asterisks =====
30969 <HTML>
30970 <HEAD>
30971 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
30972 </HEAD>
30973 <BODY>
30974 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
30976 When you are running Alpine you will sometimes be asked for a password
30977 in a prompt on the third line from the bottom of the screen.
30978 Normally each password character you type will cause an asterisk to echo
30979 on the screen. That gives you some feedback to know that your typing is
30980 being recognized.
30981 There is a very slight security risk in doing it this way because someone
30982 watching over your shoulder might be able to see how many characters there
30983 are in your password.
30984 If you'd like to suppress the echoing of the asterisks set this feature.
30986 &lt;End of help on this topic&gt;
30987 </BODY>
30988 </HTML>
30989 ====== h_config_quell_flowed_text =====
30990 <HTML>
30991 <HEAD>
30992 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
30993 </HEAD>
30994 <BODY>
30995 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
30997 Alpine generates flowed text where possible.
30998 The method for generating flowed text is defined by
30999 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
31000 the benefit of doing so is
31001 to send message text that can properly be viewed both on normal width displays
31002 and on displays with smaller or larger than normal screen widths.
31003 With flowed text, a space at the end of a line tells the receiving mail
31004 client that the following line belongs to the same paragraph.
31005 Quoted text will also be affected, with only the innermost
31006 level of &quot;&gt;&quot; quoting being followed by a space.
31007 However, if you have changed the
31008 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
31009 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
31010 quoted text will not be flowed.
31011 For this reason, we recommend that you leave your
31012 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
31014 This feature turns off the generation of flowed text, as it might be
31015 desired to more tightly control how a message is displayed on the receiving end.
31017 If this feature is <EM>not</EM> set, you can control on a message by message
31018 basis whether or not flowed text is generated.
31019 You do this by typing ^V at the Send confirmation prompt that you get
31020 after typing ^X to send a message.
31021 ^V is a toggle that turns flowing off and back on if typed again.
31022 If for some reason flowing cannot be done on a particular message, then the
31023 ^V command will not be available.
31024 This would be the case, for example, if this feature was set, or if your
31025 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
31026 If the feature
31027 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
31028 then the opportunity to control on a message by message basis
31029 whether or not flowed text is generated is lost.
31031 When this feature is not set and you have typed ^V to turn off flowing,
31032 the Send confirmation prompt will change to look like
31034 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
31036 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
31037 also turn off the sending of flowed text messages, but it differs in that
31038 it also trims all trailing white space from a message before sending it.
31040 If alternate editors are used extensively, be aware that a message will still
31041 be sent flowed if this feature is unset.  In most cases this will be fine,
31042 but if the editor has a &quot;flowed text&quot; mode, it would be best to
31043 use that.
31045 &lt;End of help on this topic&gt;
31046 </BODY>
31047 </HTML>
31048 ====== h_config_strip_ws_before_send =====
31049 <HTML>
31050 <HEAD>
31051 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
31052 </HEAD>
31053 <BODY>
31054 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
31056 By default, trailing whitespace is not stripped from
31057 a message before sending.  Trailing whitespace should have no effect on an
31058 email message, and in flowed text can aid in delimiting paragraphs.
31059 However, the old behavior of stripping trailing whitespace was in place
31060 to better deal with older clients that couldn't handle certain types of
31061 text encodings.  This feature restores the old behavior
31063 Trailing whitespace is of aid to flowed-text-formatted messages, which are
31064 generated by default but can be turned off via the
31065 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
31066 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
31067 of flowed text.
31069 &lt;End of help on this topic&gt;
31070 </BODY>
31071 </HTML>
31072 ====== h_config_alt_reply_menu =====
31073 <HTML>
31074 <HEAD>
31075 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></TITLE>
31076 </HEAD>
31077 <BODY>
31078 <H1>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></H1>
31080 Note that if this option is enabled, then the option
31081 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
31082 is ignored. See below to understand why.
31084 When you reply to a message, a series of questions are asked that 
31085 determines how your reply will be handled by Alpine. This feature only 
31086 affects the result of the first question you are asked, and its purpose is 
31087 to set values that could override defaults set in Alpine's main 
31088 configuration screen. As a result, this menu allows you to configure even 
31089 more features than you would be able to do without this option. For 
31090 example, this menu always allows you to override or select a <A 
31091 HREF="h_rules_roles">Role</A> if you have defined one, or allows you to 
31092 override your indent string, regardless of if you have enabled 
31093 <A HREF="h_config_prefix_editing"><!--#echo var="FEAT_enable-reply-indent-string-editing"--></A>.
31094 The full list of options can be found below.
31096 Here is an example of how this option works. After you press Reply,
31097 if you see &quot;A Inc Attach&quot; in the menu, it means that 
31098 if you press &quot;A&quot;, then Alpine will include the attachments
31099 of the original message, and the default is not to include them. 
31100 Conversely, if you see &quot;A No Attach&quot; 
31101 then by pressing &quot;A&quot; Alpine will not include
31102 attachments in your reply, and the default is that Alpine will 
31103 include them in your reply. The value that you see when you 
31104 start your reply is controlled by the option
31105 <A HREF="h_config_attach_in_reply">
31106 <!--#echo var="FEAT_include-attachments-in-reply"-->
31107 </A>. If the feature is enabled, then Alpine will display 
31108 &quot;A No Attach&quot; to override the default behavior. You can
31109 toggle between the two values of this option by pressing &quot;A&quot;.
31110 Remember that the value that you see in the menu is the action that will 
31111 be done when you press the associated command.
31113 Below are your options:
31114 <OL>
31115 <LI><B>A</B>: This determines if Alpine will include or not the 
31116 attachments sent to you in the message that you are replying to. The default 
31117 is to use the value of the configuration option 
31118 <A HREF="h_config_attach_in_reply"><!--#echo var="FEAT_include-attachments-in-reply"--></A> and can be overridden by using this command.
31120 <LI><B>H</B>: This command determines if the headers of a message are
31121 included in the body of the message that is being replied to. By default 
31122 Alpine will use the value of the configuration option 
31123 <A HREF="h_config_include_header"><!--#echo var="FEAT_include-header-in-reply"--></A>. 
31124 Observe that by toggling this option to include headers, text will be toggled
31125 to be included by default.
31127 <LI><B>R</B>: Can be used to set a role different from the default.
31129 <LI><B>S</B>: Determines if Alpine will strip the signature from a 
31130 message. The default is to strip the signature when the message is not
31131 viewed in headers mode, and you either have enabled
31132 <A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A> 
31134 <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>.
31136 <LI><B>Ctrl-R</B>: Can be used to edit the 
31137 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>.
31138 </OL>
31140 In order to include the text of the original message in the reply
31141 you either need to press 'y' to include the original text, or 'n' to 
31142 exclude it from the reply. Pressing return will execute the default 
31143 action, which is to include text only if the option
31144 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
31145 is enabled. However, notice that the default is to include text if you edit the 
31146 reply indent string or if you explicitly set through this menu that you
31147 want headers included in the reply message.
31150 &lt;End of help on this topic&gt;
31151 </BODY>
31152 </HTML>
31153 ====== h_config_del_from_dot =====
31154 <HTML>
31155 <HEAD>
31156 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
31157 </HEAD>
31158 <BODY>
31159 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
31161 This feature controls the behavior of the Ctrl-K command in the composer.
31162 If set, ^K will cut from the current cursor position to the end of the line,
31163 rather than cutting the entire line.
31166 &lt;End of help on this topic&gt;
31167 </BODY>
31168 </HTML>
31169 ====== h_config_print_index =====
31170 <HTML>
31171 <HEAD>
31172 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
31173 </HEAD>
31174 <BODY>
31175 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
31177 This feature controls the behavior of the Print command when in the
31178 MESSAGE INDEX screen.  If set, the print command will give you a prompt
31179 asking if you wish to print the message index, or the currently highlighted
31180 message. If not set, the message will be printed.
31183 &lt;End of help on this topic&gt;
31184 </BODY>
31185 </HTML>
31186 ====== h_config_allow_talk =====
31187 <HTML>
31188 <HEAD>
31189 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
31190 </HEAD>
31191 <BODY>
31192 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
31194 UNIX Alpine only.
31196 By default, permission for others to &quot;talk&quot; to your terminal is turned
31197 off when you are running Alpine.  When this feature is set, permission is
31198 instead turned on.  If enabled, you may see unexpected messages in the
31199 middle of your Alpine screen from someone attempting to contact you via the
31200 &quot;talk&quot; program.
31203 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
31204 talk daemon on your system will attempt to print a message on your screen 
31205 when someone else is trying to contact you.  If you wish to see these
31206 messages while you are running Alpine, you should enable this feature.
31209 If you do enable this feature and see a &quot;talk&quot; message, you must 
31210 suspend or quit Alpine before you can respond.
31213 &lt;End of help on this topic&gt;
31214 </BODY>
31215 </HTML>
31216 ====== h_config_send_filter_dflt =====
31217 <HTML>
31218 <HEAD>
31219 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
31220 </HEAD>
31221 <BODY>
31222 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
31223 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
31224 configured, setting this feature will cause
31225 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
31226 instead of unfiltered, the usual default.
31228 <UL>   
31229 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31230 </UL><P>
31231 &lt;End of help on this topic&gt;
31232 </BODY>
31233 </HTML>
31234 ====== h_config_custom_print =====
31235 <HTML>
31236 <HEAD>
31237 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
31238 </HEAD>
31239 <BODY>
31240 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
31242 When this feature is set, the print command will have an additional
31243 subcommand called "C CustomPrint".  If selected, you will have
31244 the opportunity to enter any system print command --instead of being 
31245 restricted to using those that have been previously configured in the 
31246 printer setup menu.
31249 &lt;End of help on this topic&gt;
31250 </BODY>
31251 </HTML>
31252 ====== h_config_enable_dot_files =====
31253 <HTML>
31254 <HEAD>
31255 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
31256 </HEAD>
31257 <BODY>
31258 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
31260 When this feature is set, files beginning with dot (".") will be
31261 visible in the file browser.  For example, you'll be able to select them
31262 when using the browser to add an attachment to a message.
31264 &lt;End of help on this topic&gt;
31265 </BODY>
31266 </HTML>
31267 ====== h_config_enable_dot_folders =====
31268 <HTML>
31269 <HEAD>        
31270 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
31271 </HEAD>
31272 <BODY>
31273 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
31275 When this feature is set, folders beginning with dot (".") may be added
31276 and viewed.
31278 &lt;End of help on this topic&gt;
31279 </BODY>
31280 </HTML>
31281 ====== h_config_ff_between_msgs =====
31282 <HTML>
31283 <HEAD>
31284 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
31285 </HEAD>
31286 <BODY>
31287 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
31289 Setting this feature causes a formfeed to be printed between messages when
31290 printing multiple messages (with Apply Print command).
31292 &lt;End of help on this topic&gt;
31293 </BODY>
31294 </HTML>
31295 ====== h_config_blank_keymenu =====
31296 <HTML>
31297 <HEAD>
31298 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
31299 </HEAD>
31300 <BODY>
31301 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
31303 If this feature is set the command key menu that normally appears on the
31304 bottom two lines of the screen will not usually be there.  Asking for
31305 help with ^G or ? will cause the key menu to appear instead of causing
31306 the help message to come up.  If you want to actually see the help text,
31307 another ^G or ? will show it to you.  After the key menu has popped
31308 up with the help key it will remain there for an O for Other command but
31309 disappear if any other command is typed.
31311 &lt;End of help on this topic&gt;
31312 </BODY>
31313 </HTML>
31314 ====== h_config_enable_mouse =====
31315 <HTML>
31316 <HEAD>
31317 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
31318 </HEAD>
31319 <BODY>
31320 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
31322 This feature controls whether or not an X terminal mouse can be used with
31323 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
31324 being used, the left mouse button on the mouse can be used to select text
31325 or commands.
31326 Clicking on a command at the bottom of the screen will behave as if you had
31327 typed that command.
31328 Clicking on an index line will move the current message highlight to
31329 that line.
31330 Double-clicking on an index line will view the message.
31331 Double-clicking on a link will view the link.
31333 This type of mouse support will also work in some terminal emulators which are
31334 not actually X terminals, but which have extra code to support the xterm
31335 style mouse.
31336 For those emulators you not only need to turn this feature on but you also
31337 have to set the $DISPLAY environment variable even though it isn't needed
31338 for your terminal.
31339 That will cause Alpine to think that it is an xterm and to properly interpret the
31340 escape sequences sent by the mouse.
31342 Note: if this feature is set, the behavior of X terminal cut-and-paste is
31343 also modified.  It is sometimes possible to hold the shift key down while clicking
31344 left or middle mouse buttons for the normal xterm cut/paste operations. 
31345 There is also an Alpine command to toggle this mode on or off.
31346 The command is Ctrl-&#92; (Control-backslash).
31348 &lt;End of help on this topic&gt;
31349 </BODY>
31350 </HTML>
31351 ====== h_config_enable_xterm_newmail =====
31352 <HTML>
31353 <HEAD>        
31354 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
31355 </HEAD>
31356 <BODY>
31357 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
31359 This feature controls whether or not Alpine will attempt to announce new
31360 mail arrival when it is running in an X terminal window and that window
31361 is iconified.  If set, and the $DISPLAY variable indicates that an X
31362 terminal is being used, Alpine will send appropriate escape sequences to
31363 the X terminal to modify the label on Alpine's icon to indicate that new
31364 mail has arrived. Alpine will also modify the Alpine window's title to
31365 indicate new mail.
31366 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
31368 &lt;End of help on this topic&gt;
31369 </BODY></HTML>
31370 ====== h_config_enable_newmail_short_text =====
31371 <HTML>
31372 <HEAD>        
31373 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
31374 </HEAD>
31375 <BODY>
31376 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
31378 This feature controls the text to be displayed in an icon in the event
31379 of a new message arrival.  Normally, the message will
31380 be the one that is displayed on the screen.  This feature shortens the
31381 message to a count of the number of new messages in brackets.  This may be
31382 more useful for those who use the window's title bar in the task bar as a
31383 new mail indicator.  This feature is only useful if the
31384 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
31385 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
31386 feature, this feature is only relevant when run in an xterm environment.
31388 &lt;End of help on this topic&gt;
31389 </BODY></HTML>
31390 ====== h_config_copy_to_to_from =====
31391 <HTML>
31392 <HEAD>
31393 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
31394 </HEAD>
31395 <BODY>
31396 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
31398 This feature affects the From address used when Replying to a message.
31399 It is probably only useful if you have some
31400 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
31401 defined.
31402 When enabled, it checks to see if any of the addresses in the To or Cc
31403 fields of the message you are replying to is one of your addresses.
31404 If it is, and there is only one of them, then that address is used as
31405 the From address in the message you are composing.
31406 In other words, you will be using a From address that is the same
31407 as the To address that was used to get the mail to you in the first place.
31410 If a role is being used and it has a From address defined, that From address will
31411 be used rather than the one derived from this feature.
31414 <UL>   
31415 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31416 </UL><P>
31417 &lt;End of help on this topic&gt;
31418 </BODY>
31419 </HTML>
31420 ====== h_config_prefix_editing =====
31421 <HTML>
31422 <HEAD>
31423 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
31424 </HEAD>
31425 <BODY>
31426 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
31428 This feature affects the Reply command's &quot;Include original message
31429 in Reply?&quot; prompt.  When enabled, it causes the
31430 &quot;Edit Indent String&quot; sub-command to appear which allows 
31431 you to edit the string Alpine would otherwise use to denote included 
31432 text from the message being replied to.<P>
31434 Thus, you can change Alpine's default message quote character (usually
31435 an angle bracket) on a per message basis. So you could change your quoted message to
31436 look, for example, like this:<p>
31438 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
31440 John: I just wanted to say hello and to congratulate you
31441 John: on a job well done!</pre><p>
31443 The configuration option
31444 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
31445 may be used to change what appears as the default string to be edited.
31447 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
31448 currently being replied to.
31450 If you change your <!--#echo var="VAR_reply-indent-string"-->
31451 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
31452 quoted text will not be flowed
31453 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
31454 when you reply.
31455 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
31456 set to the default value.
31458 <UL>   
31459 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31460 </UL><P>
31461 &lt;End of help on this topic&gt;
31462 </BODY>
31463 </HTML>
31464 ====== h_config_enable_search_and_repl =====
31465 <HTML>
31466 <HEAD>
31467 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
31468 </HEAD>
31469 <BODY>
31470 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
31472 This feature modifies the behavior of Alpine's composer.  Setting this
31473 feature causes Alpine to offer the "^R Replace" subcommand, which
31474 allows you to search and replace text strings in a message you are composing, 
31475 inside the "^W Where is" command.  
31479 To search and replace text, first enter the text to be replaced at the 
31480 "Search: " prompt.  Then, rather than pressing Enter to just search for that
31481 text, press ^R, which turns the prompt into 
31485 Search (to replace): 
31489 and then press Enter.  The cursor will highlight the first occurrence 
31490 of the text string you entered, and the prompt will show: 
31494 Replace "<your text string>" with : 
31498 where <your text string> is what you entered at the previous prompt;
31499 here, enter the replacement text.  To only replace the highlighted 
31500 occurrence, simply press Enter now; to replace all occurrences in the 
31501 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
31502 each replacement.
31506 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
31507 ^X toggles between "Replace All" and "Replace One."
31511 If you previously searched for text in a message, it will be offered for 
31512 re-use as part of the prompt, shown in [ ] brackets.
31515 &lt;End of help on this topic&gt;
31516 </BODY>
31517 </HTML>
31518 ====== h_config_enable_view_attach =====
31519 <HTML>
31520 <HEAD>
31521 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
31522 </HEAD>
31523 <BODY>
31524 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
31526 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31527 Setting this feature causes Alpine to present attachments in boldface.
31528 The first available attachment is displayed in inverse.  This is the
31529 "selected" attachment.  Pressing RETURN will cause Alpine to display
31530 the selected attachment.  Use the arrow keys to change which of the
31531 attachments displayed in boldface is the current selection.
31535 Speaking of arrow keys, the Up and Down Arrows will select the next
31536 and previous attachments if one is available on the screen for selection.
31537 Otherwise, they will simply adjust the viewed text one line up or down.
31541 Similarly, when selectable items are present in a message, the Ctrl-F key
31542 can be used to select the next item in the message independent of which
31543 portion of the viewed message is currently displayed. The Ctrl-B key can
31544 be used to select the previous item in the same way. 
31545 <P> 
31546 &lt;End of help on this topic&gt;
31547 </BODY>
31548 </HTML>
31549 ====== h_config_enable_y_print =====
31550 <HTML>
31551 <HEAD>
31552 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
31553 </HEAD>
31554 <BODY>
31555 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
31557 This feature modifies the behavior of Alpine's Print command.
31559 By default, Alpine's print command is available by pressing the "%" key.  
31560 (This command is a substantial change from Pine versions before 4.00 -- 
31561 where the print command was "Y" -- based on numerous complaints about 
31562 printing being invoked inadvertently, since Y also means "Yes.")  
31566 This feature is supplied to mitigate any disruption or anxiety users 
31567 might feel as a result of this change.  
31571 Enabling this feature will cause Alpine to recognize both the old
31572 command, "Y" for Prynt, as well the new "%" method for invoking
31573 printing.  Note, key menu labels are not changed as a result of
31574 enabling this feature.
31578 &lt;End of help on this topic&gt;
31579 </BODY>
31580 </HTML>
31581 ====== h_config_enable_lessthan_exit =====
31582 <HTML>
31583 <HEAD>
31584 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
31585 </HEAD>
31586 <BODY>
31587 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
31589 If this feature is set, then on screens where there is an Exit command
31590 but no < command, the < key will perform the same function as the Exit
31591 command.
31592 This feature is set by default.
31594 &lt;End of help on this topic&gt;
31595 </BODY>
31596 </HTML>
31597 ====== h_config_enable_view_url =====
31598 <HTML>
31599 <HEAD>
31600 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
31601 </HEAD>
31602 <BODY>
31603 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
31604 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31605 When this feature is set (the default) Alpine will select possible URLs from the
31606 displayed text and display them in boldface for selection.
31608 The first available URL is displayed in inverse.  This is the
31609 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
31610 the selected URL via either built-in means as with mailto:, imap:,
31611 news:, and nntp:, or via an external application as defined
31612 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
31613 variable.
31615 Use the arrow keys to change which of the URLs displayed in boldface
31616 is the current selection.
31618 Speaking of arrow keys, the Up and Down Arrows will select the next
31619 and previous URL if one is available on the screen for selection (unless 
31620 you have set the feature 
31621 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
31622 Otherwise, they will simply adjust the viewed text one line up or down.
31624 Similarly, when selectable items are present in a message, the Ctrl-F
31625 key can be used to select the next item in the message independent
31626 of which portion of the viewed message is currently displayed. The
31627 Ctrl-B key can be used to select the previous item in the same way.
31629 <UL>   
31630 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31631 </UL><P>
31632 &lt;End of help on this topic&gt;
31633 </BODY>
31634 </HTML>
31635 ====== h_config_enable_view_web_host =====
31636 <HTML>
31637 <HEAD>
31638 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
31639 </HEAD>
31640 <BODY>
31641 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
31643 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31644 When this feature is set (the default) Alpine will select possible web hostnames
31645 from the displayed text and display them in boldface for selection.  
31646 This can be useful when you receive messages referencing World Wide Web 
31647 sites without the use of complete URLs; for example, specifying only 
31648 &quot;www.some.site.com&quot; (which will <B>not</B> become a 
31649 selectable 
31650 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
31651 rather than explicitly
31652 &quot;http://www.some.site.com&quot;.  
31654 The first available hostname is displayed in inverse.  This is the
31655 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
31656 the selected hostname via an external application as defined
31657 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
31658 variable.
31660 Use the arrow keys (unless you have set the feature 
31661 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
31662 to change which of the hostnames displayed in
31663 boldface is the current selection.
31665 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
31666 key can be used to select the next web hostname in the message independent
31667 of which portion of the viewed message is currently displayed. The
31668 Ctrl-B key can be used to select the previous web hostnames in the same way.
31670 <UL>   
31671 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31672 </UL><P>
31673 &lt;End of help on this topic&gt;
31674 </BODY>
31675 </HTML>
31676 ====== h_config_enable_view_addresses =====
31677 <HTML>
31678 <HEAD>
31679 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
31680 </HEAD>
31681 <BODY>
31682 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
31684 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31685 Setting this feature causes Alpine to select possible email addresses
31686 from the displayed text and display them in boldface for selection.  
31689 The first available email address is displayed in inverse.  This is the
31690 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
31691 the message composition screen with the To: field filled in with the
31692 selected address.
31694 Use the arrow keys (unless you have set the feature 
31695 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
31696 to change which of the hostnames displayed in
31697 boldface is the current selection.
31699 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
31700 key can be used to select the next web hostname in the message independent
31701 of which portion of the viewed message is currently displayed. The
31702 Ctrl-B key can be used to select the previous web hostnames in the same way.
31704 <UL>   
31705 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31706 </UL><P>
31707 &lt;End of help on this topic&gt;
31708 </BODY>
31709 </HTML>
31710 ====== h_external_loads_inline_images_only =====
31711 <HTML>
31712 <HEAD>
31713 <TITLE>FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></TITLE>
31714 </HEAD>
31715 <BODY>
31716 <H1>FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></H1>
31718 Alpine allows you to pass a HTML message to the browser that you have configured in your
31719 <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A> variable. This allows
31720 you to read a message outside of Alpine. This is desirable when Alpine does not display
31721 html correctly, or when you wish to read the message and see the inline images in the message.
31724 An inline image is one that comes with the message and is necessary for the correct display of
31725 the message. However, there are instances in which the source of an image will come from
31726 external servers. If this feature is enabled (the default) then Alpine will only pass inline
31727 images to the browser and will remove the link to external images, so only inline images will
31728 be used to display the message, and no external image will be loaded. Alpine does this to protect
31729 your privacy and security.
31732 Please note that messages are usually formatted by the sender so that they display correctly once
31733 all images have been loaded. Enabling this feature might cause the message not to be correctly
31734 displayed by your browser.
31737 Also consider security and privacy implications of opening an HTML message in a browser. You are
31738 always protected when you do not use this feature, but you might not have the same level of
31739 protection if you try to open a spam or scam using the html view. Also commercial email is
31740 normally embedded with links to external images that let them, their partners, and your internet
31741 service provider (which could be your employer or school)  know that you opened their message or
31742 connected to a web site, violating your privacy.
31745 If you are worried about your privacy and security, do not use an external viewer to open
31746 html files, and keep using the internal mechanisms that Alpine provides to read messages.
31749 &lt;End of help on this topic&gt;
31750 </BODY>
31751 <HTML>
31752 ====== h_config_enable_view_arrows =====
31753 <HTML>
31754 <HEAD>
31755 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
31756 </HEAD>
31757 <BODY>
31758 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
31760 This feature modifies Up and Down arrow key behavior in Alpine's
31761 MESSAGE TEXT screen when selectable Attachments, URL's, or
31762 web-hostnames are presented. Alpine's usual behavior is to move to
31763 the next or previous selectable item if currently displayed or
31764 simply to adjust the screen view by one line.
31768 Setting this feature causes the UP and Down arrow key to behave as
31769 if no selectable items were present in the message.
31773 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
31774 item) functionality is unchanged.
31777 &lt;End of help on this topic&gt;
31778 </BODY>
31779 <HTML>
31780 ====== h_config_quell_charset_warning =====
31781 <HTML>
31782 <HEAD>
31783 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
31784 </HEAD>
31785 <BODY>
31786 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
31788 By default, if the message you are viewing contains characters that are
31789 not representable in your
31790 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
31791 then Alpine will
31792 add a warning to the start of the displayed text.
31793 If this option is set, then that editorial message will be suppressed.
31795 Setting this feature also suppresses the comment about the character set
31796 in header lines.
31797 For example, when viewing a message you might see
31799 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
31801 in the From header if your Character-Set is something other than ISO-8859-2.
31802 If you set this feature, the comment about the character set will
31803 no longer be there.
31805 &lt;End of help on this topic&gt;
31806 </BODY>
31807 </HTML>
31808 ====== h_config_quell_host_after_url =====
31809 <HTML>
31810 <HEAD>
31811 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
31812 </HEAD>
31813 <BODY>
31814 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
31816 By default, links in HTML text are displayed with the host the link
31817 references appended, within square brackets, to the link text.  Alpine
31818 does this to help indicate where a link will take you, particularly when
31819 the link text might suggest a different destination.
31822 Setting this feature will prevent the server name from being appended
31823 to the displayed text.
31826 &lt;End of help on this topic&gt;
31827 </BODY>
31828 </HTML>
31829 ====== h_config_prefer_plain_text =====
31830 <HTML>
31831 <HEAD>
31832 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
31833 </HEAD>
31834 <BODY>
31835 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
31837 A message being viewed may contain alternate versions of the same content.
31838 Those alternate versions are supposed to be ordered by the sending software such that the
31839 first alternative is the least preferred and the last alternative is the
31840 most preferred. Alpine will normally display the most-preferred version that
31841 it knows how to display. This is most often encountered where the two
31842 alternate versions are a plain text version and an HTML version, with the
31843 HTML version listed last as the most preferred.
31845 If this option is set, then any plain text version will be preferred to
31846 all other versions.
31848 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
31849 which will temporarily change the sense of this option.
31850 If this option is set you will first see the plain text version of a
31851 message.
31852 If you then type the &quot;A&quot; command, you will see the most preferred version,
31853 most likely HTML, instead.
31854 Typing the &quot;A&quot; command a second time will switch it back.
31855 Alternatively, if the present option is not set you will originally see
31856 the most preferred version of the message and typing &quot;A&quot; will switch to
31857 the plain text version.
31859 &lt;End of help on this topic&gt;
31860 </BODY>
31861 </HTML>
31862 ====== h_config_pass_control =====
31863 <HTML>
31864 <HEAD>
31865 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
31866 </HEAD>
31867 <BODY>
31868 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
31870 It is probably not useful to set this option.
31871 This is a legacy option left behind &quot;just in case&quot;.
31872 Multi-byte characters that have an octet that has the same
31873 value as a control character are permitted through whether or not
31874 this option is turned on.
31876 This feature controls how certain characters contained in messages are
31877 displayed.
31878 If set, all characters in a message will be sent to the
31879 screen. Normally, control characters are displayed as shown below to
31880 avoid a garbled screen and to 
31881 avoid inadvertently changing terminal setup parameters.
31882 Control characters are usually displayed as two character sequences like
31883 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
31884 for Control-C,
31885 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
31886 for ESCAPE,
31887 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
31888 for DELETE, and
31889 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
31890 for the character with value 133 (0x85).
31891 (The DEL character is displayed as ^?, regular control characters are displayed
31892 as the character ^ followed by the character obtained by adding the
31893 five low-order bits of the character to 0x40, and the C1
31894 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
31895 character obtained by adding the
31896 five low-order bits of the character to 0x40.)
31897 Sometimes, in cases where changing a single control character into a
31898 two-character sequence would confuse Alpine's display routines,
31899 a question mark is substituted for the control character.
31901 If you wish to filter out regular control characters but pass the
31902 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
31903 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.
31905 &lt;End of help on this topic&gt;
31906 </BODY>
31907 </HTML>
31908 ====== h_config_pass_c1_control =====
31909 <HTML>
31910 <HEAD>
31911 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
31912 </HEAD>
31913 <BODY>
31914 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
31916 It is probably not useful to set this option.
31917 This is a legacy option left behind &quot;just in case&quot;.
31918 Multi-byte characters that have an octet that has the same
31919 value as a control character are permitted through whether or not
31920 this option is turned on.
31922 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
31923 is set, then this feature has no effect.
31924 However, if you wish to filter out regular control characters but pass the
31925 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
31926 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
31927 unset and set this feature.
31929 &lt;End of help on this topic&gt;
31930 </BODY>
31931 </HTML>
31932 ====== h_config_fcc_on_bounce =====
31933 <HTML>
31934 <HEAD>
31935 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
31936 </HEAD>
31937 <BODY>
31938 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
31940 This feature controls an aspect of Alpine's behavior when bouncing a
31941 message. If set, normal FCC ("File Carbon Copy") processing will be
31942 done, just as if you had composed a message to the address you are
31943 bouncing to.  If not set, no FCC of the message will be saved. 
31945 &lt;End of help on this topic&gt;
31946 </BODY>
31947 </HTML>
31948 ====== h_config_show_cursor =====
31949 <HTML>
31950 <HEAD>
31951 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
31952 </HEAD>
31953 <BODY>
31954 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
31956 This feature controls an aspect of Alpine's displays.  If set, the system
31957 cursor will move to convenient locations in the displays.  For example,
31958 to the beginning of the status field of the highlighted index line, or
31959 to the highlighted word after a successful WhereIs command.  It is intended
31960 to draw your attention to an "interesting" spot on the screen.
31962 &lt;End of help on this topic&gt;
31963 </BODY>
31964 </HTML>
31965 ====== h_config_sort_fcc_alpha =====
31966 <HTML>
31967 <HEAD>
31968 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
31969 </HEAD>
31970 <BODY>
31971 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
31973 This feature controls an aspect of Alpine's FOLDER LIST screen.
31974 If set, the default Fcc folder will be sorted alphabetically with the other
31975 folders instead of appearing right after the INBOX.
31977 &lt;End of help on this topic&gt;
31978 </BODY>
31979 </HTML>
31980 ====== h_config_sort_save_alpha =====
31981 <HTML>
31982 <HEAD>
31983 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
31984 </HEAD>
31985 <BODY>
31986 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
31988 This feature controls an aspect of Alpine's FOLDER LIST screen.
31989 If set, the default save folder will be sorted alphabetically with the other
31990 folders instead of appearing right after the INBOX (and default FCC folder).
31992 &lt;End of help on this topic&gt;
31993 </BODY>
31994 </HTML>
31995 ====== h_config_single_list =====
31996 <HTML>
31997 <HEAD>
31998 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
31999 </HEAD>
32000 <BODY>
32001 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
32003 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
32004 the folders will be listed one per line instead of several per line
32005 in the FOLDER LIST display.
32007 &lt;End of help on this topic&gt;
32008 </BODY>
32009 </HTML>
32010 ====== h_config_vertical_list =====
32011 <HTML>
32012 <HEAD>
32013 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
32014 </HEAD>
32015 <BODY>
32016 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
32018 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
32019 the folders will be listed alphabetically down the columns rather
32020 than across the columns as is the default.
32022 &lt;End of help on this topic&gt;
32023 </BODY>
32024 </HTML>
32025 ====== h_config_verbose_post =====
32026 <HTML>
32027 <HEAD>
32028 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
32029 </HEAD>
32030 <BODY>
32031 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
32032 This feature controls an aspect of Alpine's message sending.  When enabled,
32033 Alpine will send a VERB (i.e., VERBose) command early in the posting process
32034 intended to cause the SMTP server to provide a more detailed account of
32035 the transaction.  This feature is typically only useful to system
32036 administrators and other support personnel as an aid in troubleshooting
32037 problems.
32039 Note, this feature relies on a specific capability of the system's mail
32040 transport agent or configured 
32041 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
32042 It is possible that this
32043 feature will cause problems for some transport agents, and may result in
32044 sending failure.  In addition, as the verbose output comes from the mail
32045 transport agent, it is likely to vary from one system to another. 
32046 <P><UL>
32047 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32048 </UL><P>
32049 &lt;End of help on this topic&gt;
32050 </BODY>
32051 </HTML>
32052 ====== h_config_auto_reply_to =====
32053 <HTML>
32054 <HEAD>
32055 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
32056 </HEAD>
32057 <BODY>
32058 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
32060 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
32061 will not prompt when a message being replied to contains a "Reply-To:"
32062 header value, but will simply use its value (as opposed to using the
32063 "From:" field's value).
32067 Note: Using the "Reply-To:" address is usually the preferred behavior,
32068 however, some mailing list managers choose to place the list's address in
32069 the "Reply-To:" field of any message sent out to the list.  In such
32070 cases, this feature makes it all too easy for personal replies to be
32071 inadvertently sent to the entire mail list, so be careful! 
32073 &lt;End of help on this topic&gt;
32074 </BODY>
32075 </HTML>
32076 ====== h_config_del_skips_del =====
32077 <HTML>
32078 <HEAD>
32079 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
32080 </HEAD>
32081 <BODY>
32082 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
32084 This feature controls an aspect of Alpine's Delete command.  If set, this
32085 feature will cause the Delete command to advance past following messages that
32086 are marked deleted.  In other words, pressing "D" will both mark the
32087 current message deleted and advance to the next message that is not marked
32088 deleted.
32089 This feature is set by default.
32091 &lt;End of help on this topic&gt;
32092 </BODY></HTML>
32093 ====== h_config_expunge_manually =====
32094 <HTML>
32095 <HEAD>
32096 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
32097 </HEAD>
32098 <BODY>
32099 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
32101 Normally, when you close a folder that contains deleted messages you are
32102 asked if you want to expunge those messages from the folder permanently.
32103 If this feature is set, you won't be asked and the deleted messages will
32104 remain in the folder.
32105 If you choose to set this feature you will have to expunge the
32106 messages manually using the eXpunge command, which you can use while
32107 in the MESSAGE INDEX screen.
32108 If you do not expunge deleted messages the size of your
32109 folder will continue to increase until you are out of disk space.
32111 <UL>   
32112 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32113 </UL><P>
32114 &lt;End of help on this topic&gt;
32115 </BODY>
32116 </HTML>
32117 ====== h_config_auto_expunge =====
32118 <HTML>
32119 <HEAD>
32120 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
32121 </HEAD>
32122 <BODY>
32123 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
32125 This features controls an aspect of Alpine's eXpunge command.  If set, you
32126 will <B>not</B> be prompted to confirm your intent before the expunge takes 
32127 place.
32128 Actually, this is only true for the INBOX folder and for folders in the
32129 Incoming Folders collection. See the feature
32130 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
32132 <UL>   
32133 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32134 </UL><P>
32135 &lt;End of help on this topic&gt;
32136 </BODY>
32137 </HTML>
32138 ====== h_config_full_auto_expunge =====
32139 <HTML>
32140 <HEAD>
32141 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
32142 </HEAD>
32143 <BODY>
32144 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
32146 This features controls an aspect of Alpine's eXpunge command.  If set, you
32147 will <B>not</B> be prompted to confirm your intent before the expunge 
32148 takes place.  This feature sets this behavior for all folders, unlike the
32149 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
32150 feature that works only for incoming folders.
32152 <UL>   
32153 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32154 </UL><P>
32155 &lt;End of help on this topic&gt;
32156 </BODY>
32157 </HTML>
32158 ====== h_config_auto_read_msgs =====
32159 <HTML>
32160 <HEAD>
32161 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
32162 </HEAD>
32163 <BODY>
32164 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
32165 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
32166 and the 
32167 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
32168 option is also set, then Alpine will
32169 automatically transfer all read messages to the designated folder and mark
32170 them as deleted in the INBOX.  Messages in the INBOX marked with an 
32171 &quot;N&quot; (meaning New, or unseen) are not affected.
32173 <UL>   
32174 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32175 </UL><P>
32176 &lt;End of help on this topic&gt;
32177 </BODY>
32178 </HTML>
32179 ====== h_config_auto_fcc_only =====
32180 <HTML>
32181 <HEAD>
32182 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
32183 </HEAD>
32184 <BODY>
32185 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
32186 This features controls an aspect of Alpine's composer.
32187 The only time this feature will be used is if you attempt to send mail
32188 that has no recipients but does have an Fcc.
32189 Normally, Alpine will ask if you really mean to copy the message only to
32190 the Fcc.
32191 That is, it asks if you really meant to have no recipients.
32192 If this feature is set, you
32193 will <B>not</B> be prompted to confirm your intent to make only a copy
32194 of a message with no recipients.
32196 This feature is closely related to
32197 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
32198 The difference between this feature and that feature is that this feature
32199 considers a Bcc to be a recipient while that feature will ask for confirmation
32200 even if there is a Bcc when there is no To, Cc, or Newsgroup.
32201 The default values also differ. This feature defaults to asking the question
32202 and you have to turn it off.
32203 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
32204 unless you turn it on.
32207 <UL>   
32208 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32209 </UL><P>
32210 &lt;End of help on this topic&gt;
32211 </BODY>
32212 </HTML>
32213 ====== h_config_mark_fcc_seen =====
32214 <HTML>
32215 <HEAD>
32216 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
32217 </HEAD>
32218 <BODY>
32219 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
32221 This features controls the way Fccs (File carbon copies) are
32222 made of the messages you send.
32225 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
32226 copy will be marked as Unseen.
32227 When you look at the folder it was saved in the message will appear to
32228 be a New message until you read it.
32229 When this feature is enabled, the message will be marked as having
32230 been Seen.
32233 <UL>   
32234 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32235 </UL><P>
32236 &lt;End of help on this topic&gt;
32237 </BODY>
32238 </HTML>
32239 ====== h_config_no_fcc_attach =====
32240 <HTML>
32241 <HEAD>
32242 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
32243 </HEAD>
32244 <BODY>
32245 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
32247 This features controls the way Fcc's (File carbon copies) are
32248 made of the messages you send.
32251 Normally, Alpine saves an exact copy of your message as it was sent.
32252 When this feature is enabled, the &quot;body&quot; of the message
32253 you send (the text you type in the composer) is preserved in the 
32254 copy as before, however all attachments are replaced with text
32255 explaining what had been sent rather than the attachments themselves.
32258 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
32259 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
32260 allows you to interactively set whether or not attachments are saved
32261 to the Fcc'd copy.
32264 <UL>   
32265 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32266 </UL><P>
32267 &lt;End of help on this topic&gt;
32268 </BODY>
32269 </HTML>
32270 ====== h_config_read_in_newsrc_order =====
32271 <HTML>
32272 <HEAD>
32273 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
32274 </HEAD>
32275 <BODY>
32276 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
32278 This feature controls the order in which newsgroups will be presented.  If
32279 set, they will be presented in the same order as they occur in your 
32280 <!--chtml if pinemode="os_windows"-->
32281 &quot;NEWSRC&quot;
32282 <!--chtml else-->
32283 &quot;.newsrc&quot;
32284 <!--chtml endif-->
32285 file (the default location of which can be changed with the 
32286 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
32288 If not set, the newsgroups will be presented in alphabetical order.
32290 <UL>   
32291 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32292 </UL><P>
32293 &lt;End of help on this topic&gt;
32294 </BODY>
32295 </HTML>
32296 ====== h_config_quell_tz_comment =====
32297 <HTML>
32298 <HEAD>
32299 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
32300 </HEAD>
32301 <BODY>
32302 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
32304 Normally, when Alpine generates a Date header for outgoing mail,
32305 it will try to include the symbolic timezone at the end of the
32306 header inside parentheses.
32307 The symbolic timezone is often three characters long, but on
32308 some operating systems, it may be longer.
32309 Apparently there are some SMTP servers in the world that will reject an
32310 incoming message if it has a Date header longer than about 80 characters.
32311 If this feature is set, the symbolic timezone normally generated by
32312 Alpine will not be included.
32313 You probably don't need to worry about this feature unless you run into
32314 the problem described above.
32317 &lt;End of help on this topic&gt;
32318 </BODY>
32319 </HTML>
32320 ====== h_config_post_wo_validation =====
32321 <HTML>
32322 <HEAD>
32323 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
32324 </HEAD>
32325 <BODY>
32326 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
32328 This feature controls whether the NNTP server is queried as newsgroups
32329 are entered for posting.  Validation over slow links (e.g. dialup using
32330 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
32332 &lt;End of help on this topic&gt;
32333 </BODY>
32334 </HTML>
32335 ====== h_config_send_wo_confirm =====
32336 <HTML>
32337 <HEAD>
32338 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
32339 </HEAD>
32340 <BODY>
32341 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
32343 By default, when you send or post a message you will be asked to confirm
32344 with a question that looks something like:
32347 <CENTER><SAMP>Send message?</SAMP></CENTER>
32350 If this feature is set, you
32351 will <B>not</B> be prompted to confirm your intent to send
32352 and your message will be sent.
32354 If this feature is set it disables some possibilities and renders some
32355 other features meaningless.
32356 You will not be able to use
32357 <A HREF="h_config_sending_filter">Sending Filters</A>,
32358 Verbose sending mode,
32359 <A HREF="h_config_compose_bg_post">Background Sending</A>,
32360 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
32361 or ^V to turn off the generation of flowed text for this message.
32362 These options are normally available as suboptions in the Send prompt, but
32363 with no Send prompt the options are gone.
32366 A somewhat related feature is
32367 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
32368 which may be used to eliminate the extra confirmation
32369 question when posting to a newsgroup.
32371 <UL>   
32372 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32373 </UL><P>
32374 &lt;End of help on this topic&gt;
32375 </BODY>
32376 </HTML>
32377 ====== h_config_quell_filtering_done_message =====
32378 <HTML>
32379 <HEAD>
32380 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
32381 </HEAD>
32382 <BODY>
32383 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
32385 If you use Filter Rules that move messages or set status of messages
32386 you sometimes see a message from Alpine that looks like
32389 <CENTER><SAMP>filtering done</SAMP></CENTER>
32392 If this feature is set, this message will be suppressed.
32393 If the feature
32394 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
32395 is set then this message will be suppressed regardless.
32398 <UL>   
32399 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32400 </UL><P>
32401 &lt;End of help on this topic&gt;
32402 </BODY>
32403 </HTML>
32404 ====== h_config_quell_filtering_messages =====
32405 <HTML>
32406 <HEAD>
32407 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
32408 </HEAD>
32409 <BODY>
32410 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
32412 If you use Filter Rules that move messages or set status of messages
32413 you sometimes see messages from Alpine that look like
32416 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
32422 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
32428 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
32431 If this feature is set, these messages will be suppressed.
32432 The feature
32433 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
32434 is related.
32437 <UL>   
32438 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32439 </UL><P>
32440 &lt;End of help on this topic&gt;
32441 </BODY>
32442 </HTML>
32443 ====== h_config_quell_post_prompt =====
32444 <HTML>
32445 <HEAD>
32446 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
32447 </HEAD>
32448 <BODY>
32449 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
32451 By default, when you post a message to a newsgroup you are asked to confirm
32452 that you want to post with the question
32455 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
32458 If this feature is set, you
32459 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
32460 and your message will be posted.
32463 <UL>   
32464 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32465 </UL><P>
32466 &lt;End of help on this topic&gt;
32467 </BODY>
32468 </HTML>
32469 ====== h_config_check_mail_onquit =====
32470 <HTML>
32471 <HEAD>
32472 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
32473 </HEAD>
32474 <BODY>
32475 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
32477 If this feature is set, Alpine will check for new mail after you give the
32478 Quit command.
32479 If new mail has arrived since the previous check, you will be notified
32480 and given the choice of quitting or not quitting.
32482 <UL>   
32483 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32484 </UL><P>
32485 &lt;End of help on this topic&gt;
32486 </BODY>
32487 </HTML>
32488 ====== h_config_inbox_no_confirm =====
32489 <HTML>
32490 <HEAD>
32491 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
32492 </HEAD>
32493 <BODY>
32494 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
32496 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
32497 command and there are no more folders or newsgroups to visit, you are asked
32498 if you want to return to the INBOX.
32499 If this feature is set you will not be asked.
32500 It will be assumed that you do want to return to the INBOX.
32502 <UL>   
32503 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32504 </UL><P>
32505 &lt;End of help on this topic&gt;
32506 </BODY>
32507 </HTML>
32508 ====== h_config_dates_to_local =====
32509 <HTML>
32510 <HEAD>
32511 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
32512 </HEAD>
32513 <BODY>
32514 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
32516 Normally, the message dates that you see in the
32517 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
32518 For example, if a message was sent to you from a few timezones to the east
32519 it might appear that it was sent from the future;
32520 or if it was sent from somewhere to the west it might appear
32521 as if it is from yesterday even though it was sent only a few minutes ago.
32522 If this feature is set an attempt will be made to convert the dates
32523 to your local timezone to be displayed.
32525 Note that this does not affect the results of Select by Date or of
32526 anything else other than these displayed dates.
32527 When viewing the message you may look at the original unconverted value of the Date
32528 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
32530 <UL>   
32531 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32532 </UL><P>
32533 &lt;End of help on this topic&gt;
32534 </BODY>
32535 </HTML>
32536 ====== h_config_tab_no_prompt =====
32537 <HTML>
32538 <HEAD>
32539 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
32540 </HEAD>
32541 <BODY>
32542 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
32544 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
32545 command and there is a problem checking a folder, you are asked
32546 whether you want to continue with the search in the following folder or not.
32547 This question gives you a chance to stop the NextNew processing.
32548 (The checking problem might be caused by the fact that the folder does not
32549 exist, or by an authentication problem, or by a server problem
32550 of some sort.)
32553 If this feature is set you will not be asked.
32554 It will be assumed that you do want to continue.
32556 <UL>   
32557 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32558 </UL><P>
32559 &lt;End of help on this topic&gt;
32560 </BODY>
32561 </HTML>
32562 ====== h_config_input_history =====
32563 <HTML>
32564 <HEAD>
32565 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
32566 </HEAD>
32567 <BODY>
32568 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
32570 Many of the prompts that ask for input in the status line near the
32571 bottom of the screen will respond to Up Arrow and Down Arrow
32572 with the history of previous entries.
32573 For example, in the MESSAGE INDEX screen when you use the WhereIs
32574 command the text you entered will be remembered and can be recalled
32575 by using the Up Arrow key.
32576 Another example, when saving a message the folders saved to will
32577 be remembered and can be recalled using the arrow keys.
32579 In the Save prompt, some users prefer that the Up and Down arrow keys
32580 be used for the Previous Collection and Next Collection commands
32581 instead of for a history of previous saves.
32582 If this option is set the Up and Down arrow keys will become synonyms for the
32583 Previous Collection and Next Collection (^P and ^N) commands in the
32584 prompt for the name of a folder to Save to or in the prompt for the
32585 name of a folder to GoTo.
32586 When this feature is not set (the default), ^P and ^N will change the
32587 collection and the arrow keys will show the history.
32589 <UL>   
32590 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32591 </UL><P>
32592 &lt;End of help on this topic&gt;
32593 </BODY>
32594 </HTML>
32595 ====== h_config_confirm_role =====
32596 <HTML>
32597 <HEAD>
32598 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
32599 </HEAD>
32600 <BODY>
32601 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
32603 If you have roles, when you Reply to or Forward a message, or Compose
32604 a new message, Alpine
32605 will search through your roles for one that matches.
32606 Normally, if no matches are found you will be placed into the composer
32607 with no opportunity to select a role.
32608 If this feature is set, then you will be asked to confirm that you don't
32609 want a role.
32610 This will give you the opportunity to select a role (with the ^T command).
32611 If you confirm no role with a Return, you will be placed in
32612 the composer with no role.
32613 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
32614 These behave the same as if you pressed the Return.
32615 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
32616 match what you might type if there was a role match.)
32618 If you are using the alternate form of the Compose command called
32619 &quot;Role&quot;, then all of your roles will be available to you,
32620 independent of the value of this feature and of the values set for all of
32621 Reply Use, Forward Use, and Compose Use.
32623 <UL>   
32624 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32625 </UL><P>
32626 &lt;End of help on this topic&gt;
32627 </BODY>
32628 </HTML>
32629 ====== h_config_news_cross_deletes =====
32630 <HTML>
32631 <HEAD>
32632 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
32633 </HEAD>
32634 <BODY>
32635 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
32637 This feature controls what Alpine does when you delete a message in a
32638 newsgroup that appears in more than one newsgroup.  Such a message
32639 is sometimes termed a &quot;crossposting&quot; in that it was posted
32640 across several newsgroups.
32643 Alpine's default behavior when you delete such a message is to remove
32644 only the copy in the current newsgroup from view when you use the
32645 &quot;Exclude&quot; command or the next time you visit the newsgroup.
32648 Enabling this feature causes Alpine to remove every occurrence of the
32649 message from all newsgroups it appears in and to which you are
32650 subscribed.
32653 NOTE: As currently implemented, enabling this feature may increase the
32654 time it takes the Expunge command and newsgroup closing to complete.
32657 <UL>   
32658 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32659 </UL><P>
32660 &lt;End of help on this topic&gt;
32661 </BODY>
32662 </HTML>
32663 ====== h_config_news_catchup =====
32664 <HTML>
32665 <HEAD>
32666 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
32667 </HEAD>
32668 <BODY>
32669 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
32671 This feature controls what Alpine does as it closes a newsgroup.
32672 When set, Alpine will offer to delete all messages from the newsgroup
32673 as you are quitting Alpine or opening a new folder.
32676 This feature is useful if you typically read all the interesting messages
32677 in a newsgroup each time you open it.  This feature saves you from
32678 having to delete each message in a newsgroup as you read it or from
32679 selecting all the messages and doing an
32680 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
32681 move on to the next folder or newsgroup.
32684 <UL>   
32685 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32686 </UL><P>
32687 &lt;End of help on this topic&gt;
32688 </BODY>
32689 </HTML>
32690 ====== h_config_next_thrd_wo_confirm =====
32691 <HTML>
32692 <HEAD>
32693 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
32694 </HEAD>
32695 <BODY>
32696 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
32698 This feature controls an aspect of Alpine's Next and Prev commands in
32699 the case where you are using one of the
32700 &quot;separate-index-screen&quot; styles for the configuration option
32701 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
32702 and currently have the folder sorted by a Threaded or OrderedSubject sort.
32703 When you are Viewing a particular thread you have a
32704 MESSAGE INDEX of only the messages in that thread.
32705 If you press the Next command with the last message in the thread highlighted
32706 you will normally be asked if you want to &quot;View next thread?&quot;,
32707 assuming there is a next thread to view.
32708 If this feature is set it will be assumed that you always want to view the
32709 next thread and you won't be asked to confirm that.
32710 Similarly, if the first message of the thread is highlighted and you
32711 press the Prev command, this feature will prevent the question
32712 &quot;View previous thread&quot;.
32714 This feature only has an effect in the MESSAGE INDEX screen.
32715 If you then view a particular message from that screen and press the
32716 Next command, you will be sent to the next thread without being asked,
32717 independent of the setting of this feature.
32719 The feature
32720 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
32722 &lt;End of help on this topic&gt;
32723 </BODY>
32724 </HTML>
32725 ====== h_config_kw_braces =====
32726 <HTML>
32727 <HEAD>
32728 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
32729 </HEAD>
32730 <BODY>
32731 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
32733 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
32734 TEXT screens.
32735 If you have modified the
32736 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
32737 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
32738 are used to display keywords or their initials along with the Subject; then
32739 this option may be used to modify the resulting display slightly.
32740 By default, the keywords or initials displayed for these tokens will be
32741 surrounded with curly braces ({ and }) and a trailing space.
32742 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
32743 a message, the &quot;SUBJKEY&quot; token will normally look like
32745 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
32747 and the SUBJKEYINIT token would look like
32749 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
32751 The default character before the keywords is the left brace ({) and the
32752 default after the keywords is the right brace followed by a space (} ).
32754 This option allows you to change that.
32755 You should set it to two values separated by a space.
32756 The values may be quoted if they include space characters.
32757 So, for example, the default value could be specified explicitly by setting this
32758 option to
32760 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
32762 The first part wouldn't need to be quoted (but it doesn't hurt).
32763 The second part does need the quotes because it includes a space character.
32764 If you wanted to change the braces to brackets you could use
32766 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
32768 Inside the quotes you can use backslash quote to mean quote, so
32770 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
32772 would produce
32774 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
32776 It is also possible to color keywords in the index using the
32777 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
32779 It is not possible to change the fact that a space character is used to
32780 separate the keywords if more than one keyword is set for a message.
32781 It is also not possible to change the fact that there are no separators
32782 between the keyword initials if more than one keyword is set.
32784 &lt;End of help on this topic&gt;
32785 </BODY>
32786 </HTML>
32787 ====== h_config_opening_sep =====
32788 <HTML>
32789 <HEAD>
32790 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
32791 </HEAD>
32792 <BODY>
32793 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
32795 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
32796 With some setups the text of the subject is followed
32797 by the opening text of the message if there is any room available in the index line.
32798 If you have configured your
32799 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
32800 to include one of the Subject tokens that causes this behavior
32801 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
32802 to modify what is displayed slightly.
32803 By default, the Subject is separated from the opening text of the message by
32804 the three characters space dash space;
32806 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
32808 Use this option to set it to something different.
32809 The value must be quoted if it includes any space characters.
32810 For example, the default value could be specified explicitly by setting this
32811 option to
32813 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
32815 &lt;End of help on this topic&gt;
32816 </BODY>
32817 </HTML>
32818 ====== h_config_select_wo_confirm =====
32819 <HTML>
32820 <HEAD>
32821 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
32822 </HEAD>
32823 <BODY>
32824 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
32826 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
32827 These commands all take text input to specify the name of the folder or
32828 file to be used, but allow you to press ^T for a list of possible names.
32829 If set, the selected name will be used immediately, without further
32830 opportunity to confirm or edit the name.
32832 Some related help topics are
32833 <UL>
32834 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
32835 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
32836 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
32837 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
32838 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
32839 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
32840 </UL>
32842 &lt;End of help on this topic&gt;
32843 </BODY>
32844 </HTML>
32845 ====== h_config_save_part_wo_confirm =====
32846 <HTML>
32847 <HEAD>
32848 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
32849 </HEAD>
32850 <BODY>
32851 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
32853 This feature controls an aspect of Alpine's Save command.
32854 By default, when you Save a message that has some deleted parts, you will
32855 be asked to confirm that you want to Save with a prompt that looks like:
32857 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
32859 If this feature is set, you will not be asked.
32861 &lt;End of help on this topic&gt;
32862 </BODY>
32863 </HTML>
32864 ====== h_config_use_resentto =====
32865 <HTML>
32866 <HEAD>
32867 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
32868 </HEAD>
32869 <BODY>
32870 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
32872 This feature is turned off by default because turning it on causes problems
32873 with some deficient IMAP servers.
32874 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
32875 <A HREF="h_rule_patterns">Pattern</A>
32876 contains a To header pattern and this feature is turned on,
32877 then a check is made in the message to see
32878 if a Resent-To header is present, and that is used instead of the To header.
32879 If this feature is not turned on, then the regular To header will always
32880 be used.
32883 &lt;End of help on this topic&gt;
32884 </BODY>
32885 </HTML>
32886 ====== h_config_use_reg_start_for_stayopen =====
32887 <HTML>
32888 <HEAD>
32889 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
32890 </HEAD>
32891 <BODY>
32892 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
32894 This feature affects which message is selected as the current message
32895 when you enter a
32896 <A HREF="h_config_permlocked">Stay Open</A> folder.
32898 Normally, the starting position for an incoming folder (which most Stay Open
32899 folders will likely be) is controlled by the
32900 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
32901 However, if a folder is a Stay Open folder, when you re-enter the folder
32902 after the first time the current message will be the same as it was when
32903 you left the folder.
32904 An exception is made if you use the TAB command to get to the folder.
32905 In that case, the message number will be incremented by one from what it
32906 was when you left the folder.
32908 The above special behavior is thought to be useful.
32909 However, it is special and different from what you might at first expect.
32910 If this feature is set, then Stay Open folders will not be treated specially
32911 as far as the startup rule is concerned.
32914 &lt;End of help on this topic&gt;
32915 </BODY>
32916 </HTML>
32917 ====== h_config_use_current_dir =====
32918 <HTML>
32919 <HEAD>
32920 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
32921 </HEAD>
32922 <BODY>
32923 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
32925 This feature controls an aspect of several commands. 
32926 If set, your &quot;current working directory&quot; 
32927 <!--chtml if pinemode="running"-->
32928 (which, at least for your current Alpine &quot;session,&quot; 
32929 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
32930 <!--chtml endif-->
32931 will be used instead of your home directory 
32932 <!--chtml if pinemode="running"-->
32933 (which, in the present configuration of your system, is
32934  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
32935 <!--chtml endif-->
32936 for all of the following operations:<UL>
32937     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
32938     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
32939     <LI> <!--chtml if pinemode="function_key"-->F4
32940          <!--chtml else-->Ctrl-R
32941          <!--chtml endif--> file inclusion in the COMPOSER
32942     <LI> <!--chtml if pinemode="function_key"-->F5
32943          <!--chtml else-->Ctrl-J
32944          <!--chtml endif--> file attachment in the COMPOSER
32945 </UL>
32946 <!--chtml if pinemode="os_windows"-->
32948 If you are starting PC-Alpine from a desktop icon or the Start menu, 
32949 you can set the &quot;current drive&quot; 
32950 by specifying it in the &quot;Start in:&quot; 
32951 box found in the Shortcut tab of the Properties.  
32952 <!--chtml endif-->
32954 <UL>   
32955 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32956 </UL>
32959 &lt;End of help on this topic&gt;
32960 </BODY>
32961 </HTML>
32962 ====== h_config_save_wont_delete =====
32963 <HTML>
32964 <HEAD>
32965 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
32966 </HEAD>
32967 <BODY>
32968 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
32970 This feature controls one aspect of the Save command.  If set, Save will
32971 not mark the message &quot;deleted&quot; (its default behavior) after
32972 it has been copied to the designated folder.
32975 &lt;End of help on this topic&gt;
32976 </BODY>
32977 </HTML>
32978 ====== h_config_use_boring_spinner =====
32979 <HTML>
32980 <HEAD>
32981 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
32982 </HEAD>
32983 <BODY>
32984 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
32986 When Alpine is delayed for some reason it usually shows that
32987 something is happening with a small animated display in the status
32988 message line near the bottom of the screen.
32989 Setting this feature will cause that animation to be the same
32990 each time instead of having Alpine choose a random animation.
32991 You may turn the animation off altogether by setting the
32992 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
32993 option to zero.
32996 &lt;End of help on this topic&gt;
32997 </BODY>
32998 </HTML>
32999 ====== h_config_unsel_wont_advance =====
33000 <HTML>
33001 <HEAD>
33002 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
33003 </HEAD>
33004 <BODY>
33005 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
33007 This feature controls one aspect of the Unselect Current message command.
33008 Normally, when the Unselect current message command (:) is typed when the
33009 current message is selected, the message will be unselected and the next
33010 message will become the current message.
33011 If this feature is set, the cursor will not advance to the next message.
33012 Instead, the current message will remain the current message after
33013 unselecting.
33016 &lt;End of help on this topic&gt;
33017 </BODY>
33018 </HTML>
33019 ====== h_config_prune_uses_iso =====
33020 <HTML>
33021 <HEAD>
33022 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
33023 </HEAD>
33024 <BODY>
33025 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
33027 By default, Alpine asks monthly whether or not you would like to rename
33028 some folders to a new name containing the date.
33029 It also asks whether or not you would like to delete some old folders.
33030 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
33031 explanation.
33034 By default, the name used when renaming a folder looks like
33036 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
33038 For example, the first time you run Alpine in May of 2004,
33039 the folder &quot;sent-mail&quot; might be renamed to
33041 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
33043 If this feature is set, the name used will be of the form
33045 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
33047 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
33048 month (01, 02, ..., 12).
33049 For the April, 2004 example above, it would instead be
33051 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
33053 because April is the 4th month of the year.
33054 A reason you might want to set this feature is so that the folders
33055 will sort in chronological order.
33058 &lt;End of help on this topic&gt;
33059 </BODY>
33060 </HTML>
33061 ====== h_config_save_advances =====
33062 <HTML>
33063 <HEAD>
33064 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
33065 </HEAD>
33066 <BODY>
33067 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
33069 This feature controls one aspect of the Save command.  If set, Save will
33070 (in addition to copying the current message to the designated folder) also
33071 advance to the next message.
33074 &lt;End of help on this topic&gt;
33075 </BODY>
33076 </HTML>
33077 ====== h_config_force_arrow =====
33078 <HTML>
33079 <HEAD>
33080 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
33081 </HEAD>
33082 <BODY>
33083 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
33085 This feature affects Alpine's MESSAGE INDEX display routine.
33086 If set, the normal inverse-video cursor will be
33087 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
33088 second column of the index display.
33090 This is the same index cursor you get if you turn on
33091 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
33092 line coloring will still be present if this feature is turned on and
33093 <!--#echo var="FEAT_assume-slow-link"--> is off.
33095 An alternative version of the Arrow cursor is available by including the
33096 <A HREF="h_config_index_arrow_color">ARROW</A>
33097 token in the
33098 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
33100 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
33101 but that is not implemented.
33104 &lt;End of help on this topic&gt;
33105 </BODY>
33106 </HTML>
33107 ====== h_config_ignore_size =====
33108 <HTML>
33109 <HEAD>
33110 <TITLE>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></TITLE>
33111 </HEAD>
33112 <BODY>
33113 <H1>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></H1>
33115 When you have an account residing in an IMAP server, Alpine records the 
33116 size of each message as reported by the server. However, when Alpine saves 
33117 a message in such IMAP server, Alpine will compute the size of the message 
33118 independently, from the data it received. If these two numbers do not 
33119 match for a message, Alpine asks you if you still want to take the risk of 
33120 saving such message, since data corruption or loss of data could result 
33121 from this save.
33124 Sometimes the root of this problem is that the IMAP server does not 
33125 compute sizes correctly, and there will not be loss of information when 
33126 saving such message. Enabling this feature will make Alpine ignore such 
33127 error and continue saving the message without producing any warnings or 
33128 ever stopping the process, as if there had not been any error. This option 
33129 applies to all IMAP servers that you use, so if you enable this feature, 
33130 size discrepancy warnings will not be given for any IMAP server you 
33131 connect to.
33134 Example of a server where you could reproduce this problem is the Gmail 
33135 IMAP server. Another example can be found in some versions of the Exchange 
33136 server.
33139 It is recommended that this feature be disabled most of the time and only 
33140 enabled when you find a server which you can determine that has the above 
33141 mentioned defect, but be disabled again after making the save operation 
33142 succeed.
33145 &lt;End of help on this topic&gt;
33146 </BODY>
33147 </HTML>
33148 ====== h_config_force_low_speed =====
33149 <HTML>
33150 <HEAD>
33151 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
33152 </HEAD>
33153 <BODY>
33154 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
33156 UNIX Alpine only.
33158 This feature affects Alpine's display routines.  If set, the normal
33159 inverse-video cursor (used to highlight the current item in a list) will be
33160 replaced by an &quot;arrow&quot; cursor and other
33161 screen update optimizations for
33162 low-speed links (e.g. 2400 bps dialup connections) will be activated.
33163 One of the optimizations is that colored index lines (set up with Indexcolor
33164 Rules) will not be colored.
33165 If you are just turning this feature on because you like using
33166 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
33167 coloring by turning this feature off and the
33168 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
33171 &lt;End of help on this topic&gt;
33172 </BODY>
33173 </HTML>
33174 ====== h_config_show_delay_cue =====
33175 <HTML>
33176 <HEAD>
33177 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
33178 </HEAD>
33179 <BODY>
33180 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
33182 If set, this feature will cause an asterisk to appear in the upper
33183 left-hand corner of the screen whenever Alpine checks for new mail.
33184 Two asterisks whenever Alpine saves (checkpoints) the state of the current
33185 mailbox to disk.
33187 <!--chtml if pinemode="os_windows"-->
33189 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
33190 it is trying to open a network connection (e.g, to open your INBOX
33191 on an IMAP
33192 server) or read from the network connection.  A greater-than symbol,
33193 will be displayed when PC-Alpine is trying to write to the network
33194 connection (e.g, sending a command to your IMAP server).
33195 <!--chtml endif-->
33198 &lt;End of help on this topic&gt;
33199 </BODY>
33200 </HTML>
33201 ====== h_config_color_style =====
33202 <HTML>
33203 <HEAD>
33204 <TITLE>OPTION: Color Style</TITLE>
33205 </HEAD>
33206 <BODY>
33207 <H1>OPTION: Color Style</H1>
33209 UNIX Alpine only.
33211 If the terminal or terminal emulator you are using is capable of displaying
33212 colors, this option controls whether or not color will be used in Alpine.
33213 If you turn color on and things are set up correctly,
33214 you should see color appear on the screen immediately.
33215 Modern terminal emulators are usually capable of displaying colors.
33217 The available options include:
33220 <DL>
33221 <DT>no-color</DT>
33222 <DD>Don't use color.
33223 </DD>
33225 <DT>use-termdef</DT>
33226 <DD>In order to decide if your terminal is capable of color, Alpine looks in
33227 the terminal capabilities database, TERMINFO or TERMCAP, depending on
33228 how Alpine was compiled.
33229 This is a good option to choose if you switch between a color and a non-color
33230 terminal with the same Alpine configuration.
33231 Alpine will know to use color on the color terminal because it is described
33232 in the termcap entry, and Alpine will know to use black and white on the
33233 non-color terminal.
33234 The Alpine Technical Notes, distributed with the source code of Alpine
33235 have more information on configuring a TERMCAP or TERMINFO
33236 entry for color Alpine.
33237 This is usually something a system administrator does.
33238 </DD>
33240 <DT>force-ansi-8color</DT>
33241 <DD>This is probably the setting that most people should use.
33242 Because setting up a termcap entry is confusing and because the
33243 terminal capabilities database is often not correctly configured for color,
33244 this choice and the next may be easier for you to use.
33245 If your terminal emulator responds to ANSI color escape sequences, which
33246 many do, this option will cause Alpine to believe your terminal will respond
33247 to the escape sequences that produce eight different foreground and background
33248 colors.
33249 The escape sequences used to set the foreground colors are
33251   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
33253 where the color_number is an ASCII digit between 0 and 7.
33254 The numbers 0 through 7 should correspond to the colors black, red, green,
33255 yellow, blue, magenta, cyan, and white.
33256 Some terminal emulators use a pre-ANSI scheme that swaps
33257 the colors blue and red and the colors yellow and cyan.
33258 This will cause the default colors to be different, but other than that
33259 things should work fine.
33260 There is also a 9th color available, the last one shown, which is the default
33261 color from the terminal emulator.
33262 When used as a background color some people refer to this color as
33263 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
33264 shown in the color swatch of the SETUP COLOR screen.
33265 The foreground transparent color is shown as
33266 the color of the &quot;TRAN&quot; text.
33267 (The transparent color will not work correctly in a PC-Alpine configuration.)
33268 The escape sequences used to set the background colors are the same
33269 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
33270 The escape sequences for foreground and background default colors (transparent)
33271 are 39m and 49m.
33273 Note: With the Tera Term terminal emulator this setting works well.
33274 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
33275 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
33276 menu, in the &quot;Window&quot; submenu.
33277 </DD>
33279 <DT>force-ansi-16color</DT>
33280 <DD>Many terminal emulators know about the same eight colors above
33281 plus eight more.
33282 This option attempts to use all 16 colors.
33283 The same escape sequences as for the eight-color terminal are used
33284 for the first eight colors.
33285 The escape sequences used to set foreground colors 8-15 are the same as
33286 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
33287 The background color sequences for colors 8-15 are the same as for 0-7
33288 except the &quot;4&quot; is replaced with &quot;10&quot;.
33289 You can tell if the 16 colors are working by turning on this option
33290 and then going into one of the color configuration screens, for example,
33291 the configuration screen for Normal Color.
33292 If you see 16 different colors to select from (plus a 17th for
33293 the transparent color), it's working.
33294 </DD>
33296 <DT>force-xterm-256color</DT>
33297 <DD>Some versions of xterm (and some other terminal emulators)
33298 have support for 256 colors.
33299 The escape sequences used to set the foreground colors are
33301   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
33303 where the color_number is an ASCII digit between 0 and 255.
33304 Background colors are the same with the 38 replaced with a 48.
33305 The numbers 0 through 15 are probably similar to the 16 color version
33306 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
33307 The terminal default (transparent) color is the 257th color at the bottom.
33308 Some terminal emulators will misinterpret these escape sequences causing
33309 the terminal to blink or overstrike characters or to do something else
33310 undesirable.
33312 The PuTTY terminal emulator has an option called &quot;Allow terminal to
33313 use xterm 256-colour mode&quot; which allows PuTTY to work well with
33314 this 256-color setting.
33316 </DD>
33317 </DL>
33320 The normal default is &quot;no-color&quot;.
33323 Once you've turned on color you may set the
33324 colors of many objects on the screen individually.
33325 For example, you may add colors to the status letters on the MESSAGE
33326 INDEX page.
33327 Most categories of color that Alpine supports are configurable here.
33328 For example, &quot;Normal Color&quot;
33329 is the color used to display most of the text in Alpine, and
33330 &quot;Reverse Color&quot; is used to display highlighted text, such as the
33331 current message in the MESSAGE INDEX.
33333 Lines in the MESSAGE INDEX may also be colored.
33334 Use Setup Rules to get to the Indexcolor configuration screen.
33337 <UL>   
33338 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33339 </UL><P>
33340 &lt;End of help on this topic&gt;
33341 </BODY>
33342 </HTML>
33343 ====== h_config_disable_index_locale_dates =====
33344 <HTML>
33345 <HEAD>
33346 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
33347 </HEAD>
33348 <BODY>
33349 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
33351 This feature affects the display of dates in the MESSAGE INDEX.
33352 Normally an attempt is made to localize the dates
33353 used in the MESSAGE INDEX display to your locale.
33354 This is controlled with the
33355 LC_TIME locale setting on a UNIX system.
33356 On Windows the Regional Options control panel may be used to set the date format.
33357 At the programming level, Alpine is using the strftime routine
33358 to print the parts of a date.
33360 If this feature is set, dates are displayed in English and
33361 with the conventions of the United States.
33364 <UL>   
33365 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33366 </UL><P>
33367 &lt;End of help on this topic&gt;
33368 </BODY>
33369 </HTML>
33370 ====== h_config_auto_open_unread =====
33371 <HTML>
33372 <HEAD>
33373 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
33374 </HEAD>
33375 <BODY>
33376 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
33378 This feature controls the behavior of the TAB key when traversing folders
33379 in the optional 
33380 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
33381 collection or in optional <!--#echo var="VAR_news-collections"-->.
33383 When the TAB
33384 (<A HREF="h_common_nextnew">NextNew</A>)
33385 key is pressed, and there
33386 are no more unseen messages in the current (incoming message or news)
33387 folder, Alpine will search the list of folders in the current collection for
33388 one containing New or Recent (new since the last time the folder was
33389 opened) messages.
33390 This behavior may be modified slightly with the
33391 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
33392 feature that causes Alpine to look for Unseen messages instead of Recent
33393 messages.
33394 Normally, when such a folder is found, Alpine will ask
33395 whether you wish to open the folder.  If this feature is set, Alpine will
33396 automatically open the folder without prompting.
33398 This feature also affects some other similar situations.
33399 If you have a
33400 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
33401 that is equal to one of the &quot;separate-&quot; values, and you are
33402 viewing a thread; then when you type the NextNew command and are at the
33403 end of the current thread you will automatically go to the next thread
33404 if this feature is set.
33405 By default, you would be asked if you want to view the next thread.
33406 You will also be asked at times whether or not you want to view the next
33407 thread after you delete the last message in the thread.
33408 Setting this feature will also cause that question to be skipped.
33411 <UL>   
33412 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33413 </UL><P>
33414 &lt;End of help on this topic&gt;
33415 </BODY>
33416 </HTML>
33417 ====== h_config_auto_include_reply =====
33418 <HTML>
33419 <HEAD>
33420 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
33421 </HEAD>
33422 <BODY>
33423 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
33425 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
33426 will ask whether you wish to include the original message in your reply.
33427 If this feature is set and the feature
33428 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
33429 is <EM>not</EM> set, then the original message will be included in the reply
33430 automatically, without prompting.
33432 &lt;End of help on this topic&gt;
33433 </BODY>
33434 </HTML>
33435 ====== h_config_select_in_bold =====
33436 <HTML>
33437 <HEAD>
33438 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
33439 </HEAD>
33440 <BODY>
33441 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
33443 This feature controls an aspect of Alpine's 
33444 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
33445 commands; in
33446 particular, the Select and WhereIs commands. Select and WhereIs (with the
33447 ^X subcommand) will search the current folder for messages meeting a
33448 specified criteria, and &quot;tag&quot; the resulting messages with an 
33449 &quot;X&quot; in the
33450 first column of the applicable lines in the MESSAGE INDEX.  If this feature
33451 is set, instead of using the &quot;X&quot; to denote a selected message, 
33452 Alpine will
33453 attempt to display those index lines in boldface. Whether this is
33454 preferable to the &quot;X&quot; will depend on personal taste and the type of
33455 terminal being used.
33457 <UL>   
33458 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33459 </UL><P>
33460 &lt;End of help on this topic&gt;
33461 </BODY>
33462 </HTML>
33463 ====== h_config_alt_auth =====
33464 <HTML>
33465 <HEAD>
33466 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
33467 </HEAD>
33468 <BODY>
33469 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
33471 This feature affects how Alpine connects to IMAP servers.
33472 Its utility has largely been overtaken by events,
33473 but it may still be useful in some circumstances.
33474 If you only connect to modern IMAP servers that support
33475 &quot;STARTTLS&quot; you can ignore this feature.
33478 Details:
33481 By default, Alpine will attempt to connect to an IMAP server on the
33482 normal IMAP service port (143), and if the server offers &quot;Transport Layer
33483 Security&quot; (STARTTLS) and Alpine has been compiled with encryption capability,
33484 then a secure (encrypted) session will be negotiated.
33487 With this feature enabled, before connecting on the normal IMAP port, Alpine
33488 will first attempt to connect to an alternate IMAP service port (993) used
33489 specifically for encrypted IMAP sessions via the Secure Sockets Layer
33490 (SSL) or Transport Layer Security (TLS) method.
33491 If the SSL attempt fails, Alpine will then try the default
33492 behavior described in the previous paragraph.
33495 STARTTLS negotiation on the normal port is preferred, and supersedes the use of
33496 SSL on port 993, but older servers may not provide STARTTLS support.
33497 This feature may be convenient when accessing IMAP servers that do not support
33498 STARTTLS, but do support SSL or TLS connections on port 993.
33499 However, it is important to understand that with this feature enabled,
33500 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
33501 but it will proceed to make an insecure connection if that is the only
33502 option offered by the server, or if the Alpine in question has been built
33503 without encryption capability.
33506 Note that this feature specifies a per-user (or system-wide) default
33507 behavior, but host/folder specification flags may be used to control the
33508 behavior of any specific connection.
33509 This feature interacts with some of
33510 the possible host/folder path specification flags as follows:
33513 The <SAMP>/starttls</SAMP> host flag, for example,
33516 <CENTER><SAMP>{foo.example.com/starttls}INBOX</SAMP></CENTER>
33518 will over-ride this feature for the specified host by bypassing the
33519 SSL or TLS connection attempt.
33520 Moreover, with <SAMP>/starttls</SAMP> specified,
33521 the connection attempt will fail if the
33522 service on port 143 does not offer TLS support.
33525 The <SAMP>/ssl</SAMP> host flag, for example,
33528 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
33530 will insist on an SSL or TLS connection for the specified host,
33531 and will fail if the SSL or TLS service on port 993 is not available.
33532 Alpine will not subsequently retry a connection
33533 on port 143 if <SAMP>/ssl</SAMP> is specified.
33536 <UL>   
33537 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33538 </UL><P>
33539 &lt;End of help on this topic&gt;
33540 </BODY>
33541 </HTML>
33542 ====== h_config_file_dir ======
33543 <HTML>
33544 <HEAD>
33545 <TITLE>OPTION: File Directory</TITLE>
33546 </HEAD>
33547 <BODY>
33548 <H1>OPTION: File Directory</H1>
33550 PC-Alpine only.
33552 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
33553 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
33554 Message Index's &quot;E&nbsp;Export&quot; command.
33557 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
33558 component, Alpine assumes the file exists in the user's home directory.
33559 Under Windows operating systems, this definition isn't always clear.  This 
33560 feature allows you to explicitly set where Alpine should look for files
33561 without a leading path.
33564 NOTE: this feature's value is ignored if either 
33565 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
33566 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
33569 <UL>   
33570 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33571 </UL><P>
33572 &lt;End of help on this topic&gt;
33573 </BODY>
33574 </HTML>
33575 ====== h_config_quote_all_froms =====
33576 <HTML>
33577 <HEAD>
33578 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
33579 </HEAD>
33580 <BODY>
33581 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
33583 This feature controls an aspect of the Save command (and also the way
33584 outgoing messages are saved to an FCC folder).  If set, Alpine will add
33585 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
33586 when they are saved to another folder, including lines syntactically
33587 distinguishable from the type of message separator line commonly used on
33588 Unix systems.
33591 The default behavior is that a &quot;>&quot; will be prepended only to lines
33592 beginning with &quot;From &quot; that might otherwise be confused with a message
33593 separator line on Unix systems.  If pine is the only mail program you use,
33594 this default is reasonable.  If another program you use has trouble
33595 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
33596 enable this feature.  This feature only applies to the common Unix mailbox
33597 format that uses message separator lines beginning with &quot;From &quot;.  If
33598 Alpine has been configured to use a different mailbox format (possibly
33599 incompatible with other mail programs), then this issue does not arise,
33600 and the feature is irrelevant.
33603 &lt;End of help on this topic&gt;
33604 </BODY>
33605 </HTML>
33606 ====== h_config_normal_color =====
33607 <HTML>
33608 <HEAD>
33609 <TITLE>OPTION: Normal Color</TITLE>
33610 </HEAD>
33611 <BODY>
33612 <H1>OPTION: Normal Color</H1>
33614 Sets the color Alpine normally uses.
33615 The foreground color is the color of the actual character and the
33616 background color is the color of the area behind the character.
33617 By default this color is black characters on a white background.
33619 <A HREF="h_color_setup">Descriptions of the available commands</A>
33621 Look <A HREF="h_edit_nav_cmds">here</A>
33622 to see the available Editing and Navigation commands.
33624 &lt;End of help on this topic&gt;
33625 </BODY>
33626 </HTML>
33627 ====== h_config_reverse_color =====
33628 <HTML>
33629 <HEAD>
33630 <TITLE>OPTION: Reverse Color</TITLE>
33631 </HEAD>
33632 <BODY>
33633 <H1>OPTION: Reverse Color</H1>
33635 Sets the color Alpine uses for reverse video characters.
33636 The foreground color is the color of the actual character and the
33637 background color is the color of the area behind the character.
33639 <A HREF="h_color_setup">Descriptions of the available commands</A>
33641 Look <A HREF="h_edit_nav_cmds">here</A>
33642 to see the available Editing and Navigation commands.
33644 &lt;End of help on this topic&gt;
33645 </BODY>
33646 </HTML>
33647 ====== h_config_title_color =====
33648 <HTML>
33649 <HEAD>
33650 <TITLE>OPTION: Title Color</TITLE>
33651 </HEAD>
33652 <BODY>
33653 <H1>OPTION: Title Color</H1>
33655 Sets the color Alpine uses for the titlebar (the top line on the screen).
33656 The foreground color is the color of the actual character and the
33657 background color is the color of the area behind the character.
33658 By default, the Title Color is black characters on a yellow background.
33660 The actual titlebar color may be different from the Title Color if
33661 the option
33662 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
33663 is set to some value other than the default.
33664 It may also be different if the current folder is closed and the
33665 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
33666 color is set to something different from the Title Color.
33668 <A HREF="h_color_setup">Descriptions of the available commands</A>
33670 Look <A HREF="h_edit_nav_cmds">here</A>
33671 to see the available Editing and Navigation commands.
33673 &lt;End of help on this topic&gt;
33674 </BODY>
33675 </HTML>
33676 ====== h_config_titleclosed_color =====
33677 <HTML>
33678 <HEAD>
33679 <TITLE>OPTION: Title Closed Color</TITLE>
33680 </HEAD>
33681 <BODY>
33682 <H1>OPTION: Title Closed Color</H1>
33684 Sets the color Alpine uses for the titlebar (the top line on the screen)
33685 when the current folder is closed.
33686 The foreground color is the color of the actual character and the
33687 background color is the color of the area behind the character.
33688 By default, the Title Color Closed Color is white characters on a red background.
33690 By setting this color to something noticeable you will be alerted to the
33691 fact that the current folder is closed, perhaps unexpectedly.
33693 &lt;End of help on this topic&gt;
33694 </BODY>
33695 </HTML>
33696 ====== h_config_status_color =====
33697 <HTML>
33698 <HEAD>
33699 <TITLE>OPTION: Status Color</TITLE>
33700 </HEAD>
33701 <BODY>
33702 <H1>OPTION: Status Color</H1>
33704 Sets the color Alpine uses for status messages written to the message
33705 line near the bottom of the screen.
33706 The foreground color is the color of the actual character and the
33707 background color is the color of the area behind the character.
33708 By default, the Status Color is the same as the Reverse Color.
33710 <A HREF="h_color_setup">Descriptions of the available commands</A>
33712 Look <A HREF="h_edit_nav_cmds">here</A>
33713 to see the available Editing and Navigation commands.
33715 &lt;End of help on this topic&gt;
33716 </BODY>
33717 </HTML>
33718 ====== h_config_index_opening_color =====
33719 <HTML>
33720 <HEAD>
33721 <TITLE>OPTION: Index Opening Color</TITLE>
33722 </HEAD>
33723 <BODY>
33724 <H1>OPTION: Index Opening Color</H1>
33726 With some setups the text of the subject is followed
33727 by the opening text of the message if there is any room available in the index line.
33728 If you have configured your
33729 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
33730 to include one of the Subject tokens that causes this behavior
33731 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
33732 this opening text with this option.
33733 This coloring takes place for all but the current index line, and the Opening
33734 Color appears to be in front of any color from an Index Color Rule.
33736 By default the Index Opening Color is gray characters on a white background.
33739 <A HREF="h_color_setup">Descriptions of the available commands</A>
33741 Look <A HREF="h_edit_nav_cmds">here</A>
33742 to see the available Editing and Navigation commands.
33744 &lt;End of help on this topic&gt;
33745 </BODY>
33746 </HTML>
33747 ====== h_config_index_pri_color =====
33748 <HTML>
33749 <HEAD>
33750 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
33751 </HEAD>
33752 <BODY>
33753 <H1>OPTION: Index Priority Symbol Colors</H1>
33755 The X-Priority header is a non-standard header that is used in a
33756 somewhat standard way by many mail programs.
33757 Alpine expects the value of this header to be a digit with a value
33758 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
33759 Alpine can be made to display an indication of this priority in
33760 messages by use of one of the tokens
33761 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
33762 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
33763 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
33766 You may set the color used to draw these tokens by use of the colors
33767 Index High Priority Symbol Color and Index Low Priority Symbol Color.
33768 This coloring takes place for all but the current index line, and the Priority
33769 Color appears to be in front of any color from an Index Color Rule.
33770 If the priority has a value of 1 or 2 the High Priority color will be
33771 used,
33772 and if the value is 4 or 5 the Low Priority color will be used.
33774 If you don't set these colors the index line will be colored in the same color as
33775 the bulk of the index line.
33778 <A HREF="h_color_setup">Descriptions of the available commands</A>
33780 Look <A HREF="h_edit_nav_cmds">here</A>
33781 to see the available Editing and Navigation commands.
33783 &lt;End of help on this topic&gt;
33784 </BODY>
33785 </HTML>
33786 ====== h_config_index_subject_color =====
33787 <HTML>
33788 <HEAD>
33789 <TITLE>OPTION: Index Subject Color</TITLE>
33790 </HEAD>
33791 <BODY>
33792 <H1>OPTION: Index Subject Color</H1>
33794 You may set the color used to draw the Subject part of the index line.
33795 This coloring takes place for all but the current index line, and the Subject
33796 Color appears to be in front of any color from an Index Color Rule.
33798 If you don't set this color it will be colored in the same color as
33799 the bulk of the index line.
33802 <A HREF="h_color_setup">Descriptions of the available commands</A>
33804 Look <A HREF="h_edit_nav_cmds">here</A>
33805 to see the available Editing and Navigation commands.
33807 &lt;End of help on this topic&gt;
33808 </BODY>
33809 </HTML>
33810 ====== h_config_index_from_color =====
33811 <HTML>
33812 <HEAD>
33813 <TITLE>OPTION: Index From Color</TITLE>
33814 </HEAD>
33815 <BODY>
33816 <H1>OPTION: Index From Color</H1>
33818 You may set the color used to draw the From part of the index line.
33819 This coloring takes place for all but the current index line, and the From
33820 Color appears to be in front of any color from an Index Color Rule.
33822 If you don't set this color it will be colored in the same color as
33823 the bulk of the index line.
33826 <A HREF="h_color_setup">Descriptions of the available commands</A>
33828 Look <A HREF="h_edit_nav_cmds">here</A>
33829 to see the available Editing and Navigation commands.
33831 &lt;End of help on this topic&gt;
33832 </BODY>
33833 </HTML>
33834 ====== h_config_index_arrow_color =====
33835 <HTML>
33836 <HEAD>
33837 <TITLE>OPTION: Index Arrow Color</TITLE>
33838 </HEAD>
33839 <BODY>
33840 <H1>OPTION: Index Arrow Color</H1>
33842 If you have configured your
33843 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
33844 to include the &quot;ARROW&quot; token, you may set the color of
33845 the arrow displayed with this option.
33846 If you don't set the color it will be colored in the same color as
33847 the bulk of the index line.
33850 <A HREF="h_color_setup">Descriptions of the available commands</A>
33852 Look <A HREF="h_edit_nav_cmds">here</A>
33853 to see the available Editing and Navigation commands.
33855 &lt;End of help on this topic&gt;
33856 </BODY>
33857 </HTML>
33858 ====== h_config_index_color =====
33859 <HTML>
33860 <HEAD>
33861 <TITLE>OPTION: Index Colors</TITLE>
33862 </HEAD>
33863 <BODY>
33864 <H1>OPTION: Index Colors</H1>
33866 You may add color to the single character symbols that give the status
33867 of each message in the MESSAGE INDEX.
33868 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
33869 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
33870 screen depending on whether the message is addressed to you, and whether
33871 the message is marked Important, is Deleted, is Answered, or is New.
33872 The color for each of those characters may be specified by setting the
33873 &quot;Index-to-me&quot; Symbol Color,
33874 the &quot;Index-important&quot; Symbol Color,
33875 the &quot;Index-deleted&quot; Symbol Color,
33876 the &quot;Index-answered&quot; Symbol Color,
33877 and the &quot;Index-new&quot; Symbol Color.
33878 There are also two other symbol colors called &quot;Index-recent&quot;
33879 and &quot;Index-unseen&quot;.
33880 These two colors will only be used if you have configured your
33881 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
33882 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
33884 The default colors for these symbols are:
33885 <TABLE>
33886 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
33887 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
33888 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33889 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
33890 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
33891 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33892 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33893 </TABLE>
33895 Besides coloring the message status symbols, you may also color the
33896 entire index line.
33897 This is done by using the
33898 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
33899 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
33900 When the entire line is colored that color will be &quot;behind&quot; the
33901 status symbol colors talked about in the paragraph above.
33903 You may also color
33904 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
33905 in the index using the
33906 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
33907 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
33908 the Subject using
33909 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
33910 the From field using
33911 <A HREF="h_config_index_from_color">Index From Color</A>;
33912 and the
33913 <A HREF="h_config_index_opening_color">Index Opening</A> text.
33915 <A HREF="h_color_setup">Descriptions of the available commands</A>
33917 Look <A HREF="h_edit_nav_cmds">here</A>
33918 to see the available Editing and Navigation commands.
33920 &lt;End of help on this topic&gt;
33921 </BODY>
33922 </HTML>
33923 ====== h_config_metamsg_color =====
33924 <HTML>
33925 <HEAD>
33926 <TITLE>OPTION: Meta-Message Color</TITLE>
33927 </HEAD>
33928 <BODY>
33929 <H1>OPTION: Meta-Message Color</H1>
33931 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
33932 that aren't part of the message itself.
33933 For example, an attachment that isn't shown might produce a meta
33934 message something like:
33936 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
33938 If you set the
33939 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
33940 option you might see
33942 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
33944 Warnings about suspicious looking URLs in HTML will also be colored
33945 with this color.
33947 The foreground color is the color of the actual character and the
33948 background color is the color of the area behind the character.
33949 By default, the Meta-Message Color is black characters on a yellow background.
33951 <A HREF="h_color_setup">Descriptions of the available commands</A>
33953 Look <A HREF="h_edit_nav_cmds">here</A>
33954 to see the available Editing and Navigation commands.
33956 &lt;End of help on this topic&gt;
33957 </BODY>
33958 </HTML>
33959 ====== h_config_keylabel_color =====
33960 <HTML>
33961 <HEAD>
33962 <TITLE>OPTION: KeyLabel Color</TITLE>
33963 </HEAD>
33964 <BODY>
33965 <H1>OPTION: KeyLabel Color</H1>
33967 Sets the color Alpine uses for the labels of the keys in the two-line
33968 menu at the bottom of the screen.
33969 For example, some of the screens have a &quot;P PrevMsg&quot; command.
33970 This option sets the color used when displaying &quot;PrevMsg&quot;.
33971 The foreground color is the color of the actual character and the
33972 background color is the color of the area behind the character.
33973 By default, the KeyLabel Color is the same as the Normal Color.
33975 WARNING: Some terminal emulators have the property that the screen will scroll
33976 down one line whenever a character is written to the character cell in the
33977 lower right corner of the screen.
33978 Alpine can usually avoid writing a character in that corner of the screen.
33979 However, if you have defined a KeyLabel Color then Alpine does have to write
33980 a character in that cell in order to color the cell correctly.
33981 If you find that your display sometimes scrolls up a line this could be
33982 the problem.
33983 The most obvious symptom is probably that the titlebar at the top of the
33984 screen scrolls off the screen.
33985 Try setting KeyLabel Color to Default to see if that fixes the problem.
33987 <A HREF="h_color_setup">Descriptions of the available commands</A>
33989 Look <A HREF="h_edit_nav_cmds">here</A>
33990 to see the available Editing and Navigation commands.
33992 &lt;End of help on this topic&gt;
33993 </BODY>
33994 </HTML>
33995 ====== h_config_keyname_color =====
33996 <HTML>
33997 <HEAD>
33998 <TITLE>OPTION: KeyName Color</TITLE>
33999 </HEAD>
34000 <BODY>
34001 <H1>OPTION: KeyName Color</H1>
34003 Sets the color Alpine uses for the names of the keys in the two-line
34004 menu at the bottom of the screen.
34005 For example, some of the screens have a &quot;P PrevMsg&quot; command.
34006 This option sets the color used when displaying the &quot;P&quot;.
34007 The foreground color is the color of the actual character and the
34008 background color is the color of the area behind the character.
34009 By default, the KeyName Color is the same as the Reverse Color.
34011 <A HREF="h_color_setup">Descriptions of the available commands</A>
34013 Look <A HREF="h_edit_nav_cmds">here</A>
34014 to see the available Editing and Navigation commands.
34016 &lt;End of help on this topic&gt;
34017 </BODY>
34018 </HTML>
34019 ====== h_config_slctbl_color =====
34020 <HTML>
34021 <HEAD>
34022 <TITLE>OPTION: Selectable Item Color</TITLE>
34023 </HEAD>
34024 <BODY>
34025 <H1>OPTION: Selectable Item Color</H1>
34027 Sets the color Alpine uses for selectable items, such as URLs.
34028 The foreground color is the color of the actual character and the
34029 background color is the color of the area behind the character.
34030 By default, the Selectable Item Color is the same as the Normal Color,
34031 except that it is bold.
34033 <A HREF="h_color_setup">Descriptions of the available commands</A>
34035 Look <A HREF="h_edit_nav_cmds">here</A>
34036 to see the available Editing and Navigation commands.
34038 &lt;End of help on this topic&gt;
34039 </BODY>
34040 </HTML>
34041 ====== h_config_quote_color =====
34042 <HTML>
34043 <HEAD>
34044 <TITLE>OPTION: Quote Colors</TITLE>
34045 </HEAD>
34046 <BODY>
34047 <H1>OPTION: Quote Colors</H1>
34049 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
34050 screen.
34051 If a line begins with a &gt; character (or space followed by &gt;)
34052 it is considered a quote.
34053 That line will be given the Quote1 Color (first level quote).
34054 If there is a second level of quoting then the Quote2 Color will be used.
34055 Alpine considers there to be a second level of quoting if that first &gt; is
34056 followed by another &gt; (or space followed by &gt;).
34057 If there are characters other than whitespace and &gt; signs, then it isn't
34058 considered another level of quoting.
34059 Similarly, if there is a third level of quoting the Quote3 Color will be
34060 used.
34061 If there are more levels after that the Quote Colors are re-used.
34062 If you define all three colors then it would repeat like Color1, Color2, Color3,
34063 Color1, Color2, Color3, ...
34064 If you only define the first two it would be
34065 Color1, Color2, Color1, Color2, ...
34066 If you define only the Quote1 Color, then the entire quote would be that
34067 color regardless of the quoting levels.
34068 By default, the Quote1 Color is black characters on a greenish-blue background;
34069 the Quote2 Color is black characters on a dull yellow background; and
34070 the Quote3 Color is black characters on a green background.
34072 <A HREF="h_color_setup">Descriptions of the available commands</A>
34074 Look <A HREF="h_edit_nav_cmds">here</A>
34075 to see the available Editing and Navigation commands.
34077 &lt;End of help on this topic&gt;
34078 </BODY>
34079 </HTML>
34080 ====== h_config_folder_color =====
34081 <HTML>
34082 <HEAD>
34083 <TITLE>OPTION: Folder Color</TITLE>
34084 </HEAD>
34085 <BODY>
34086 <H1>OPTION: Folder Color</H1>
34088 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
34089 screen. By default, the Folder Color is the normal text color.
34092 If you set a color for this feature, other than the normal color
34093 (the default), or a color for
34094 <A HREF="h_config_directory_color">Directory Color</A>, then directories
34095 will be colored according to the color specified in the
34096 <A HREF="h_config_directory_color">Directory Color</A> option. In this
34097 case, the color will be the only indication that the colored name
34098 refers to a directory. The normal behavior is that Alpine
34099 indicates that a name refers to a directory by appending a
34100 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
34101 the folder.
34104 If a folder is a directory, then the folder name will be painted
34105 according to the color defined by this variable, and a separator
34106 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
34107 to the name. That
34108 indicator will be painted according to the color defined in the
34109 <A HREF="h_config_directory_color">Directory Color</A> option.
34112 &lt;End of help on this topic&gt;
34113 </BODY>
34114 </HTML>
34115 ====== h_config_directory_color =====
34116 <HTML>
34117 <HEAD>
34118 <TITLE>OPTION: Directory Color</TITLE>
34119 </HEAD>
34120 <BODY>
34121 <H1>OPTION: Directory Color</H1>
34123 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
34124 screen. By default, the Folder Color is the normal text color.
34126 If you set a color for this feature, other than the normal color
34127 (the default), or a color for
34128 <A HREF="h_config_folder_color">Folder Color</A>, then folders
34129 will be colored according to the color specified in the
34130 <A HREF="h_config_folder_color">Folder Color</A> option. In this
34131 case, the color will be the only indication that the colored name
34132 refers to a directory. The normal behavior is that Alpine
34133 indicates that a name refers to a directory by appending a
34134 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
34135 the folder.
34137 If a folder is a directory, then the folder name will be painted
34138 according to the color defined by the option
34139 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
34140 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
34141 after the name. That
34142 indicator will be painted according to the color defined in this
34143 option.
34145 &lt;End of help on this topic&gt;
34146 </BODY>
34147 </HTML>
34148 ====== h_config_folder_list_color =====
34149 <HTML>
34150 <HEAD>
34151 <TITLE>OPTION: Folder-List Color</TITLE>
34152 </HEAD>
34153 <BODY>
34154 <H1>OPTION: Folder-List Color</H1>
34156 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
34157 screen. By default, the Folder-List Color is the normal text color.
34159 This text refers to the informative text that Alpine displays so you
34160 can recognize each collection. The color of the content of each collection
34161 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
34162 and <A HREF="h_config_directory_color">Directory Color</A>.
34164 Unlike the options
34165 <A HREF="h_config_folder_color">Folder Color</A>
34166 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
34167 this option does not affect the way that Alpine reports folders,
34168 directories and folders that are directories.
34170 &lt;End of help on this topic&gt;
34171 </BODY>
34172 </HTML>
34173 ====== h_config_incunseen_color =====
34174 <HTML>
34175 <HEAD>
34176 <TITLE>OPTION: Incoming Unseen Color</TITLE>
34177 </HEAD>
34178 <BODY>
34179 <H1>OPTION: Incoming Unseen Color</H1>
34181 If the option
34182 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
34183 is turned on it is possible to highlight the folders that contain
34184 unseen messages by coloring them with this color.
34185 By default, this is the same as the Normal Color and no highlighting is done.
34187 Usually the &quot;current&quot; folder (the folder the cursor is on)
34188 is highlighted using reverse video.
34189 If the current folder is colored because it contains unseen messages then
34190 the color used to show that it is also the current folder is controlled
34191 by the
34192 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
34193 feature at the top of the SETUP COLOR screen.
34195 <A HREF="h_color_setup">Descriptions of the available commands</A>
34197 Look <A HREF="h_edit_nav_cmds">here</A>
34198 to see the available Editing and Navigation commands.
34200 &lt;End of help on this topic&gt;
34201 </BODY>
34202 </HTML>
34203 ====== h_config_signature_color =====
34204 <HTML>
34205 <HEAD>
34206 <TITLE>OPTION: Signature Color</TITLE>
34207 </HEAD>
34208 <BODY>
34209 <H1>OPTION: Signature Color</H1>
34211 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
34212 screen. According to USENET conventions, the signature is defined as the
34213 paragraph following the &quot;sigdashes&quot;, that is, the special line
34214 consisting of the three characters
34215 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
34216 empty line right after the sigdashes to be considered as part of the
34217 signature.
34218 By default, the Signature Color is blue characters on a white background.
34220 <A HREF="h_color_setup">Descriptions of the available commands</A>
34222 Look <A HREF="h_edit_nav_cmds">here</A>
34223 to see the available Editing and Navigation commands.
34225 &lt;End of help on this topic&gt;
34226 </BODY>
34227 </HTML>
34228 ====== h_config_prompt_color =====
34229 <HTML>
34230 <HEAD>
34231 <TITLE>OPTION: Prompt Color</TITLE>
34232 </HEAD>
34233 <BODY>
34234 <H1>OPTION: Prompt Color</H1>
34236 Sets the color Alpine uses for confirmation prompts and questions that
34237 appear in the status line near the bottom of the screen.
34238 The foreground color is the color of the actual character and the
34239 background color is the color of the area behind the character.
34240 By default, the Prompt Color is the same as the Reverse Color.
34242 <A HREF="h_color_setup">Descriptions of the available commands</A>
34244 Look <A HREF="h_edit_nav_cmds">here</A>
34245 to see the available Editing and Navigation commands.
34247 &lt;End of help on this topic&gt;
34248 </BODY>
34249 </HTML>
34250 ====== h_config_header_general_color =====
34251 <HTML>
34252 <HEAD>
34253 <TITLE>OPTION: Header General Color</TITLE>
34254 </HEAD>
34255 <BODY>
34256 <H1>OPTION: Header General Color</H1>
34258 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
34259 screen.
34260 The foreground color is the color of the actual character and the
34261 background color is the color of the area behind the character.
34262 By default, this is the same as the Normal Color.
34264 It is also possible to set the colors for specific header fields, for
34265 example the Subject, using
34266 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
34267 If both a Header General Color and a specific Viewer Header Color are set
34268 the specific color will override the general color, as you would expect.
34270 <A HREF="h_color_setup">Descriptions of the available commands</A>
34272 Look <A HREF="h_edit_nav_cmds">here</A>
34273 to see the available Editing and Navigation commands.
34275 &lt;End of help on this topic&gt;
34276 </BODY>
34277 </HTML>
34278 ====== h_config_incol =====
34279 <HTML>
34280 <HEAD>
34281 <TITLE>Index Line Color</TITLE>
34282 </HEAD>
34283 <BODY>
34284 <H1>Index Line Color</H1>
34286 This option is used to set the color of a line in the index when the
34287 message for that line matches the Pattern.
34288 This colors the whole index line, except possibly the status letters,
34289 which may be colored separately using the
34290 <A HREF="h_color_setup">Setup Kolor</A> screen.
34291 The foreground color is the color of the actual characters and the
34292 background color is the color of the area behind the characters.
34294 <A HREF="h_color_setup">Descriptions of the available commands</A>
34296 Look <A HREF="h_edit_nav_cmds">here</A>
34297 to see the available Editing and Navigation commands.
34299 &lt;End of help on this topic&gt;
34300 </BODY>
34301 </HTML>
34302 ====== h_config_usetransparent_color =====
34303 <HTML>
34304 <HEAD>
34305 <TITLE>OPTION: Use Transparent Color</TITLE>
34306 </HEAD>
34307 <BODY>
34308 <H1>OPTION: Use Transparent Color</H1>
34310 This is a special color supported by some terminal emulators.
34311 It is intended to result in the default foreground or background color
34312 from the terminal emulator.
34313 This is the color the terminal was displaying characters in before you started Alpine.
34314 The reason it is called Transparent is because you could set the foreground color
34315 to some specific color, like Red, and then set the background color to the
34316 Transparent Color. If it works as expected, the background color from the terminal
34317 window in which Alpine is running will show through but with the Red characters
34318 in the foreground.
34320 <A HREF="h_color_setup">Descriptions of the available commands</A>
34322 Look <A HREF="h_edit_nav_cmds">here</A>
34323 to see the available Editing and Navigation commands.
34325 &lt;End of help on this topic&gt;
34326 </BODY>
34327 </HTML>
34328 ====== h_config_usenormal_color =====
34329 <HTML>
34330 <HEAD>
34331 <TITLE>OPTION: Use Normal Color</TITLE>
34332 </HEAD>
34333 <BODY>
34334 <H1>OPTION: Use Normal Color</H1>
34336 When you use this color value, the actual color used will be the same
34337 as the corresponding Normal Color.
34338 For example if your Normal Color is black on white and you set both
34339 the foreground and background colors here to use the Normal Color, you'll
34340 get black on white. If you later change the Normal Color to red on blue
34341 this color will also change to red on blue.
34343 <A HREF="h_color_setup">Descriptions of the available commands</A>
34345 Look <A HREF="h_edit_nav_cmds">here</A>
34346 to see the available Editing and Navigation commands.
34348 &lt;End of help on this topic&gt;
34349 </BODY>
34350 </HTML>
34351 ====== h_config_usenone_color =====
34352 <HTML>
34353 <HEAD>
34354 <TITLE>OPTION: Use None Color</TITLE>
34355 </HEAD>
34356 <BODY>
34357 <H1>OPTION: Use None Color</H1>
34359 This is a special color that simply means to leave the color alone.
34360 It is useful for Index symbols and for Keyword Colors used in the Subject
34361 field of an index line.
34362 The most likely use is to set an explicit foreground color and then set
34363 the background color to the None Color.
34364 That will cause the symbol or keyword to be drawn in the foreground color
34365 with a background equal to whatever color the rest of the index line is already
34366 drawn in.
34367 You will see no visible effect unless you have assigned Indexcolor Rules to
34368 color index lines or you have set an actual color for the Reverse Color.
34370 <A HREF="h_color_setup">Descriptions of the available commands</A>
34372 Look <A HREF="h_edit_nav_cmds">here</A>
34373 to see the available Editing and Navigation commands.
34375 &lt;End of help on this topic&gt;
34376 </BODY>
34377 </HTML>
34378 ====== h_config_dflt_color =====
34379 <HTML>
34380 <HEAD>
34381 <TITLE>OPTION: Default Color</TITLE>
34382 </HEAD>
34383 <BODY>
34384 <H1>OPTION: Default Color</H1>
34386 Setting default will cause the color to be the default color.
34387 Unsetting default is normally done by choosing a color, but in some cases
34388 you may want to declare the current default color to be your non-default
34389 choice.
34390 For example, the default Keyname Color is the same as the Reverse Color.
34391 Whenever the Reverse Color changes the Keyname Color will also change, unless
34392 you've changed it or unset the default box.
34394 <A HREF="h_color_setup">Descriptions of the available commands</A>
34396 Look <A HREF="h_edit_nav_cmds">here</A>
34397 to see the available Editing and Navigation commands.
34399 &lt;End of help on this topic&gt;
34400 </BODY>
34401 </HTML>
34402 ====== h_config_bold_slctbl =====
34403 <HTML>
34404 <HEAD>
34405 <TITLE>OPTION: Bold</TITLE>
34406 </HEAD>
34407 <BODY>
34408 <H1>OPTION: Bold</H1>
34410 The color for this particular section may have the Bold attribute turned
34411 on or off.
34412 Setting bold will cause the characters to be bold.
34414 <A HREF="h_color_setup">Descriptions of the available commands</A>
34416 Look <A HREF="h_edit_nav_cmds">here</A>
34417 to see the available Editing and Navigation commands.
34419 &lt;End of help on this topic&gt;
34420 </BODY>
34421 </HTML>
34422 ====== h_config_kw_color =====
34423 <HTML>
34424 <HEAD>
34425 <TITLE>OPTION: Keyword Colors</TITLE>
34426 </HEAD>
34427 <BODY>
34428 <H1>OPTION: Keyword Colors</H1>
34430 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
34431 Keywords are displayed as part of the Subject by default.
34432 They are also displayed as part of the Subject if the tokens
34433 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
34434 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
34435 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
34436 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
34438 For example, you might have set up a Keyword
34439 &quot;Work&quot; using the
34440 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
34441 You could cause that Keyword to show up as a special color
34442 by setting up the Keyword Color using this option, and then including it
34443 in the MESSAGE INDEX screen using one of the tokens listed above in the
34444 <!--#echo var="VAR_index-format"-->.
34446 <A HREF="h_color_setup">Descriptions of the available commands</A>
34448 Look <A HREF="h_edit_nav_cmds">here</A>
34449 to see the available Editing and Navigation commands.
34451 &lt;End of help on this topic&gt;
34452 </BODY>
34453 </HTML>
34454 ====== h_config_customhdr_color =====
34455 <HTML>
34456 <HEAD>
34457 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
34458 </HEAD>
34459 <BODY>
34460 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
34462 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
34463 For example, you may set the color of the Subject header or the From header.
34464 The foreground color is the color of the actual character and the
34465 background color is the color of the area behind the character.
34467 In addition to setting the colors for particular headers (like the Subject)
34468 you may also set a color to be used for all headers unless overridden by a
34469 more specific Viewer Header Color.
34470 To do this use the
34471 <A HREF="h_config_header_general_color">Header General Color</A>.
34473 For Header Colors,
34474 there is an additional line on the
34475 screen labeled &quot;Pattern to match&quot;.
34476 If you leave that blank, then the whole field for that header will
34477 be colored.
34478 However, if you give a pattern to match, the coloring will only take place
34479 if there is a match for that pattern in the value of the field.
34480 For example, if you are working on a color for the Subject header and
34481 you fill in a pattern of &quot;important&quot;, then only Subjects that
34482 contain the word &quot;important&quot; will be colored.
34484 If the pattern you enter is a comma-separated list of patterns, then coloring
34485 happens if any of those patterns matches.
34487 <A HREF="h_color_setup">Descriptions of the available commands</A>
34489 Look <A HREF="h_edit_nav_cmds">here</A>
34490 to see the available Editing and Navigation commands.
34492 &lt;End of help on this topic&gt;
34493 </BODY>
34494 </HTML>
34495 ====== h_config_indextoken_color =====
34496 <HTML>
34497 <HEAD>
34498 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
34499 </HEAD>
34500 <BODY>
34501 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
34503 This option allows you to set up the color in which any token, not specified by the
34504 previous options, will be colored in the MESSAGE INDEX screen. 
34506 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
34507 a token that can be used in the index format. 
34508 The list of available tokens is <A HREF="h_index_tokens">here</A>.
34510 If you fail to enter a valid token your entry will be ignored, and you will be asked to
34511 enter a new one. Once you have entered a valid token, a line will be added to the
34512 configuration screen that you can use to set up the colors in which that token will
34513 be painted. This is done in the same way that you configure colors for other
34514 variables.
34516 <A HREF="h_color_setup">Descriptions of the available commands</A>
34518 Look <A HREF="h_edit_nav_cmds">here</A>
34519 to see the available Editing and Navigation commands.
34521 &lt;End of help on this topic&gt;
34522 </BODY>
34523 </HTML>
34524 ====== h_config_customhdr_pattern =====
34525 <HTML>
34526 <HEAD>
34527 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
34528 </HEAD>
34529 <BODY>
34530 <H1>OPTION: Viewer Header Color Pattern</H1>
34532 If you leave this blank, then the whole field for the header will
34533 be colored.
34534 If you give a pattern to match, the coloring will only take place
34535 if there is a match for that pattern in the value of the field.
34536 For example, if you are working on a color for the Subject header and
34537 you fill in a pattern of &quot;important&quot;, then only Subjects that
34538 contain the word &quot;important&quot; will be colored.
34540 For address headers (like From and To) and for the Newsgroups header,
34541 a pattern match will cause only the matched addresses or newsgroups to be
34542 colored.
34543 If there is no pattern to match, then all of the addresses or newsgroups
34544 in the relevant header will be colored.
34546 The matching pattern may be a comma-separated list of patterns to match
34547 instead of a single pattern.
34548 For example, you could use the pattern &quot;important,urgent&quot; which would
34549 cause a match if either the word &quot;important&quot; or the word
34550 &quot;urgent&quot; appeared in the value of the header.
34551 You could list several comma-separated email addresses in the Header
34552 From Color pattern so that those addresses will be colored when any of
34553 them appear in the From header.
34555 To add a new matching pattern or change the existing pattern use the 
34556 <!--chtml if pinemode="function_key"-->
34557 &quot;F4&quot;
34558 <!--chtml else-->
34559 &quot;C&quot;
34560 <!--chtml endif-->
34561 &quot;Change&quot; command that is available when the &quot;Pattern to
34562 match&quot; line is highlighted.
34564 <!--chtml if pinemode="function_key"-->
34565 &quot;F10&quot;
34566 <!--chtml else-->
34567 &quot;D&quot;
34568 <!--chtml endif-->
34569 &quot;Delete&quot; command may be used to quickly remove all patterns
34570 for a particular header.
34572 &lt;End of help on this topic&gt;
34573 </BODY>
34574 </HTML>
34575 ====== h_color_setup =====
34576 <HTML>
34577 <HEAD>
34578 <TITLE>SETUP COLOR COMMANDS</TITLE>
34579 </HEAD>
34580 <BODY>
34581 <H1>SETUP COLOR COMMANDS</H1>
34582 <!--chtml if pinemode="function_key"-->
34583 <PRE>
34584 Available Commands -- Group 1
34585 -------------------------------
34586 F1  Display this help text
34587 F2  Show other available commands
34588 F3  Exit to MAIN MENU
34589 F4  Select the highlighted foreground or background color
34590 F5  Move to previous line
34591 F6  Move to next line
34592 F7  Previous page
34593 F8  Next page
34594 F9  Add a config section for a header field
34595 F10 Restore all default colors (for all sections)
34596 F11 Print color configuration screen
34597 F12 Whereis (search for word)
34599 Available Commands -- Group 2
34600 -------------------------------
34601 F1  Display this help text
34602 F2  Show other available commands
34603 F5  Delete config section for highlighted header field
34604 F6  Shuffle the order of Header Color sections
34605 </PRE>
34606 <!--chtml else-->
34607 <PRE>
34608 General commands
34609 -------------------------------------------------
34610  ?  Display this help text     E  Exit back to MAIN MENU
34611  P  Previous Line              N  Next Line
34612  -  Previous page             Spc (space bar) Next page
34613  W  WhereIs (search for word)  %  Print color configuration screen
34615 Color Setup Commands
34616 ------------------------------------------------
34617  *  Select the highlighted foreground or background color
34618  A  Add a config section for a header field
34619  D  Delete config section for highlighted header field
34620  R  Restore all default colors (for all sections)
34621  $  Shuffle the order of Header Color sections
34622 </PRE>
34623 <!--chtml endif-->
34625 <H2>Description of the Setup Color Screen</H2>
34627 From this screen you may turn on color and set the colors of
34628 various parts of the Alpine display.
34629 For help on turning on color move your cursor into the Color Style section
34630 at the top of the Setup Color screen and ask for help.
34633 There are several sections in the Setup Color Screen.
34634 At the top are some settings that handle the style of color used
34635 with your terminal emulator (UNIX only), and some settings that
34636 control how the current indexline and the titlebar are colored.
34637 After that comes a long section called GENERAL COLORS that allows
34638 you to set the color of many elements in the Alpine screens.
34639 For example, the color of the titlebar, status messages,
34640 selectable links, quotes and signatures in messages, and so on.
34641 After that is a section called INDEX COLORS that allows you to
34642 set the colors of various pieces of the displayed index lines in
34643 the MESSAGE INDEX screen.
34644 The next section is HEADER COLORS. This is for coloring headers of
34645 messages in the MESSAGE TEXT screen in just about any way you would like.
34646 Finally, the KEYWORD COLORS section allows you to highlight
34647 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
34648 in the MESSAGE INDEX screen.
34651 To change a color, highlight the color you want to change (for example,
34652 the Status Color) by moving
34653 the cursor into it.
34654 You may want to read the help text for the color to see a brief description
34655 of what you are coloring.
34656 Then press &quot;C&quot; for Change to set the color to something new.
34657 That will put you into a screen with two columns of colors, one for
34658 the foreground color and one for the background color.
34659 The foreground color is just the color you want the actual characters
34660 to be and the background color is the color of the rest of the rectangle
34661 behind the characters.
34662 Select the foreground and background colors desired by using the Next and
34663 Prev keys to highlight the color, and the * command to select it.
34665 To set a color to its default value, set the X in the Default line at
34666 the bottom of the list of colors.
34669 The HEADER COLORS section is a little bit different from the others.
34670 Besides coloring the specific fields that Alpine knows about, you may also
34671 color specific header fields when viewing a message in the MESSAGE TEXT
34672 screen.
34673 For example, you may color the Subject header a particular color.
34674 There are a few commands for use with headers.
34675 The &quot;AddHeader&quot; command adds a section to the color
34676 configuration screen that allows you to set the color for that header.
34677 You'll be asked for the name of the header field you want to color.
34678 If you wanted to color the Subject, you would answer
34679 with the word &quot;subject&quot;.
34680 Once you've added a header field, the color setting works just like the
34681 other color fields, except that there is an additional line on the
34682 configuration screen labeled &quot;Pattern to match&quot;.
34683 If you leave that blank, then the whole field for that header will always
34684 be colored.
34685 However, if you give a pattern to match, the coloring will only take place
34686 if there is a match for that pattern in the value of the field.
34687 For example, if you are working on a color for the Subject header and
34688 you fill in a pattern of &quot;important&quot;, then only Subjects that
34689 contain the word &quot;important&quot; will be colored.
34691 The &quot;DeleteHdr&quot; command removes a header section from the
34692 configuration altogether.
34693 The &quot;Shuffle&quot; command changes the order of header sections.
34694 This is only necessary if you use header sections with pattern fields.
34695 For example, if you have two Subject sections, one with one pattern and
34696 another with another pattern, and the subject for a particular message
34697 happens to match both, then the color from the first match is used.
34700 The command &quot;RestoreDefs&quot; will restore all of the default colors.
34701 Each section will change to the default value used for that section when
34702 color is first enabled.
34703 When you restore all default colors the color settings for the Header Colors
34704 will be unset (since that's the default), but the header fields you've
34705 added will remain so that you may easily reset them.
34706 In order to get rid of them completely you'd have to use
34707 the &quot;DeleteHdr&quot; command.
34710 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
34711 may be set with matching rules and that is configured separately from
34712 the rest of the color settings described here.
34713 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
34714 instead of in the Setup/Kolor section.
34716 <P><UL>
34717 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34718 </UL><P>
34719 &lt;End of help on this topic&gt;
34720 </BODY>
34721 </HTML>
34722 ====== h_config_news_uses_recent ======
34723 <HTML>
34724 <HEAD>
34725 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
34726 </HEAD>
34727 <BODY>
34728 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
34730 This feature causes certain messages to be marked as "New" in the
34731 MESSAGE INDEX of newsgroups.
34732 This feature is set by default.
34736 When opening a newsgroup, Alpine will consult your "newsrc" file and
34737 determine the last message you have previously disposed of via the "D"
34738 key.  If this feature is set, any subsequent messages will be shown in the
34739 Index with an "N", and the first of these messages will be highlighted.
34740 Although this is only an approximation of true "New" or "Unseen"
34741 status, it provides a useful cue to distinguish more-or-less recent
34742 messages from those you have seen previously, but are not yet ready to
34743 mark deleted.
34747 Background: your "newsrc" file (used to store message status information
34748 for newsgroups) is only capable of storing a single flag, and Alpine uses
34749 this to record whether or not you are "done with" a message, as
34750 indicated by marking the message as "Deleted".  Unfortunately, this
34751 means that Alpine has no way to record exactly which messages you have
34752 previously seen, so it normally does not show the "N" status flag for
34753 any messages in a newsgroup. This feature enables a starting
34754 *approximation* of seen/unseen status that may be useful.
34756 &lt;End of help on this topic&gt;
34757 </BODY>
34758 </HTML>
34759 ====== h_config_expose_hidden_config =====
34760 <HTML>
34761 <HEAD>
34762 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
34763 </HEAD>
34764 <BODY>
34765 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
34767 If set, this causes configuration options and features that are normally
34768 hidden from view to be editable in the Setup/Config screen.
34771 The purpose of this feature is to allow you to change configuration
34772 features and variables that are normally hidden.
34773 This is particularly useful if you are using a remote configuration,
34774 where it is difficult to edit the contents manually, but it may also be used
34775 on a local pinerc configuration file.
34777 If set, several configuration variables and features that are normally
34778 hidden from view will show up in the Setup/Configuration screen.
34779 They will be at the bottom of the configuration screen.
34780 You can find them by searching for the words &quot;hidden configuration&quot;.
34783 Note that this is an advanced feature that should be used with care.
34784 The reason that this part of the configuration is normally hidden is because
34785 there is a significant potential for causing problems if you change these
34786 variables.
34787 If something breaks after a change try changing it back to see if that is
34788 what is causing the problem.
34789 There are also some variables that are normally hidden because they are
34790 manipulated through Alpine in other ways.
34791 For example, colors are normally set using the Setup/Kolors screen and
34792 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
34793 the Setup/AddressBooks screen, so there is little reason to edit these directly.
34794 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
34795 the Add, Delete, and Rename commands in the FOLDER LIST screen,
34796 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
34797 internally by Alpine and not set directly by the user.
34799 <UL>   
34800 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34801 </UL><P>
34802 &lt;End of help on this topic&gt;
34803 </BODY>
34804 </HTML>
34805 ====== h_config_disable_signature_edit =====
34806 <HTML>
34807 <HEAD>
34808 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
34809 </HEAD>
34810 <BODY>
34811 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
34813 If set, this disables the editing of signature files from within
34814 the Setup/Config screen.
34816 <UL>   
34817 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34818 </UL><P>
34819 &lt;End of help on this topic&gt;
34820 </BODY>
34821 </HTML>
34822 ====== h_config_delete_before_writing =====
34823 <HTML>
34824 <HEAD>
34825 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delete-before-writing"--></TITLE>
34826 </HEAD>
34827 <BODY>
34828 <H1>FEATURE: <!--#echo var="FEAT_enable-delete-before-writing"--></H1>
34830 This feature controls a behavior of Alpine intended to workaround problems in
34831 terminals where the marker for the end of inverse video cannot be overwritten,
34832 but must be deleted, as a way to start inverse video again.
34835 When this feature is enabled, Alpine will delete a line before writing it,
34836 therefore deleting the end of reverse video. Modern terminals do not require
34837 enabling this feature, but some old terminals might require it.
34839 <UL>
34840 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34841 </UL><P>
34842 &lt;End of help on this topic&gt;
34843 </BODY>
34844 </HTML>
34845 ====== h_config_disable_roles_templateedit =====
34846 <HTML>
34847 <HEAD>
34848 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
34849 </HEAD>
34850 <BODY>
34851 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
34853 If set, this disables the editing of template files within the
34854 Role setup screen.
34856 <UL>   
34857 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34858 </UL><P>
34859 &lt;End of help on this topic&gt;
34860 </BODY>
34861 </HTML>
34862 ====== h_config_disable_roles_sigedit =====
34863 <HTML>
34864 <HEAD>
34865 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
34866 </HEAD>
34867 <BODY>
34868 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
34870 If set, this disables the editing of signature files within the
34871 Role setup screen.
34873 <UL>   
34874 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34875 </UL><P>
34876 &lt;End of help on this topic&gt;
34877 </BODY>
34878 </HTML>
34879 ====== h_config_disable_roles_setup =====
34880 <HTML>
34881 <HEAD>
34882 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
34883 </HEAD>
34884 <BODY>
34885 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
34887 If set, this disables the Setup/Rules/Roles command.
34889 <UL>   
34890 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34891 </UL><P>
34892 &lt;End of help on this topic&gt;
34893 </BODY>
34894 </HTML>
34895 ====== h_config_disable_pipes_in_templates =====
34896 <HTML>
34897 <HEAD>
34898 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
34899 </HEAD>
34900 <BODY>
34901 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
34903 By default, if a template file name is followed by a vertical bar (|) then
34904 that causes the file to be executed to produce the text for the template.
34905 If this feature is set, then this is not allowed.
34907 <UL>   
34908 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34909 </UL><P>
34910 &lt;End of help on this topic&gt;
34911 </BODY>
34912 </HTML>
34913 ====== h_config_disable_pipes_in_sigs =====
34914 <HTML>
34915 <HEAD>
34916 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
34917 </HEAD>
34918 <BODY>
34919 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
34921 By default, if a signature file name is followed by a vertical bar (|) then
34922 that causes the file to be executed to produce the text for the signature.
34923 If this feature is set, then this is not allowed.
34925 <UL>   
34926 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34927 </UL><P>
34928 &lt;End of help on this topic&gt;
34929 </BODY>
34930 </HTML>
34931 ====== h_config_disable_password_cmd =====
34932 <HTML>
34933 <HEAD>
34934 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
34935 </HEAD>
34936 <BODY>
34937 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
34939 If set, then the Setup/Newpassword command is disabled.
34941 <UL>   
34942 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34943 </UL><P>
34944 &lt;End of help on this topic&gt;
34945 </BODY>
34946 </HTML>
34947 ====== h_config_disable_password_caching =====
34948 <HTML>
34949 <HEAD>
34950 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
34951 </HEAD>
34952 <BODY>
34953 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
34955 Normally, loginname/password combinations are cached in Alpine so that
34956 you do not have to enter the same password more than once in a session.
34957 A disadvantage to this approach is that the password must be stored in
34958 the memory image of the running Alpine in order that it can be re-used.
34959 In the event that Alpine crashes and produces a core dump, and that core
34960 dump is readable by others, the loginname and password could be read
34961 from the core dump.
34963 If this feature is set, then the passwords will not be cached and you
34964 will have to retype the password whenever Alpine needs it.
34965 Even with this feature set there is still some chance that the core
34966 file will contain a password, so care should be taken to make the
34967 core files unreadable.
34969 NOTE: If PASSFILE caching is enabled, this does not disable it.
34970 That is a separate and independent feature.
34971 <UL>   
34972 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34973 </UL><P>
34974 &lt;End of help on this topic&gt;
34975 </BODY>
34976 </HTML>
34977 ====== h_config_disable_password_file_saving =====
34978 <HTML>
34979 <HEAD>
34980 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></TITLE>
34981 </HEAD>
34982 <BODY>
34983 <H1>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></H1>
34985 <P> This feature disables caching of passwords, even if your version of Alpine allows
34986 saving passwords. For MAC OS users saving passwords is done using the Apple Key Chain, for
34987 Windows users caching passwords is done using the internal Windows Credentials, and for
34988 other users this is done by using the password file. In this feature, the phrase
34989 &quot;password file&quot; is a misnomer and represents the way in which your system
34990 stores passwords.
34993 Specifically, this feature changes the behavior of Alpine when a login name and password combination
34994 for a specific server is not found in the password file. The default behavior is that
34995 Alpine will ask the user if they wish to save this information in the password file for future
34996 use. It is assumed that if a user created a password file it is because they intend
34997 to use it, but in some instances a user might want to save some passwords and not others.
34998 In this case, enabling this feature will make Alpine not add any more passwords to the
34999 password file and will only use the passwords that it already saved. If you wish to allow
35000 Alpine to save more passwords in the password file, disable this feature.
35002 <P> Regardless of which method Alpine uses to store passwords, this is done in a secure
35003 way when compiled with OpenSSL or LibreSSL. This is very likely to be your version, and
35004 you can check this by reading the encryption features
35005 <A HREF="X-Alpine-Config:">supported</A> by Alpine.
35008 <UL>   
35009 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35010 </UL><P>
35011 &lt;End of help on this topic&gt;
35012 </BODY>
35013 </HTML>
35014 ====== h_config_disable_kb_lock =====
35015 <HTML>
35016 <HEAD>
35017 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
35018 </HEAD>
35019 <BODY>
35020 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
35022 If set, then the Keyboard Lock command is removed from the MAIN MENU.
35024 <UL>   
35025 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35026 </UL><P>
35027 &lt;End of help on this topic&gt;
35028 </BODY>
35029 </HTML>
35030 ====== h_config_disable_config_cmd =====
35031 <HTML>
35032 <HEAD>
35033 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
35034 </HEAD>
35035 <BODY>
35036 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
35038 If set, then the Setup/Config screen is disabled.
35040 <UL>   
35041 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35042 </UL><P>
35043 &lt;End of help on this topic&gt;
35044 </BODY>
35045 </HTML>
35046 ====== h_config_allow_chg_from =====
35047 <HTML>
35048 <HEAD>
35049 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
35050 </HEAD>
35051 <BODY>
35052 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
35054 This feature affects Alpine's handling of the &quot;From:&quot; header field
35055 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
35056 option.
35058 If this feature is set then the From line can be changed just like
35059 all the other header fields that can be changed.
35060 This feature defaults to <EM>ON</EM>.
35062 Even with this feature turned ON (the default) you will not be able 
35063 to change the From header unless you add it to your list of
35064 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
35065 You may also want to change the
35066 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
35067 if you want the From header to always show up in the composer without
35068 having to type the Rich Headers command first.
35070 Note that many sites restrict the use of this feature in order to
35071 reduce the chance of falsified addresses and misdirected mail.
35072 If you want to change the value of what gets included in the From header
35073 in messages you send
35074 look <A HREF="h_config_change_your_from">here</A> for a description.
35076 <UL>   
35077 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35078 </UL><P>
35079 &lt;End of help on this topic&gt;
35080 </BODY>
35081 </HTML>
35082 ====== h_config_disable_collate =====
35083 <HTML>
35084 <HEAD>
35085 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
35086 </HEAD>
35087 <BODY>
35088 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
35090 This is a hard to understand feature that should only be used in rare cases.
35091 Normally, the C function call
35093 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
35095 is used by Alpine.
35096 If you want to try turning it off,
35097 setting this feature will turn it off.
35098 This part of the locale has to do with the sort order
35099 of characters in your locale.
35101 <UL>   
35102 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35103 </UL><P>
35104 &lt;End of help on this topic&gt;
35105 </BODY>
35106 </HTML>
35107 ====== h_config_quell_attach_extra_prompt =====
35108 <HTML>
35109 <HEAD>
35110 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
35111 </HEAD>
35112 <BODY>
35113 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
35115 By default, when you attempt to view an attachment externally
35116 from the &quot;Attachment View&quot; screen, you are asked if you
35117 really want to view the selected attachment.
35120 If this feature is set, you will <B>not</B> be prompted to confirm
35121 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
35122 prompt. This feature was added for those wanting to preserve that
35123 behavior (along with 
35124 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
35127 <UL>   
35128 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35129 </UL><P>
35130 &lt;End of help on this topic&gt;
35131 </BODY>
35132 </HTML>
35133 ====== h_config_quell_attach_ext_warn =====
35134 <HTML>
35135 <HEAD>
35136 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
35137 </HEAD>
35138 <BODY>
35139 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
35142 This feature suppresses the extra warning you can get when trying
35143 to view an attachment for which there is no mime-type match.  Turning
35144 on this feature will just run the program according to extension
35145 instead of first warning the user that it will run according to the
35146 file's extension.
35148 This feature can be used along side 
35149 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
35150 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
35152 <UL>   
35153 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35154 </UL><P>
35155 &lt;End of help on this topic&gt;
35156 </BODY>
35157 </HTML>
35158 ====== h_config_mailcap_params =====
35159 <HTML>
35160 <HEAD>
35161 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
35162 </HEAD>
35163 <BODY>
35164 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
35166 If set, this will allow mailcap named parameter substitution to occur
35167 in mailcap entries.
35168 By default, this is turned off to prevent security problems that may occur
35169 with some incorrect mailcap configurations.
35170 For more information, see RFC1524 and look for "named parameters" in the
35171 text of the RFC.
35173 <UL>   
35174 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35175 </UL><P>
35176 &lt;End of help on this topic&gt;
35177 </BODY>
35178 </HTML>
35179 ====== h_config_disable_shared =====
35180 <HTML>
35181 <HEAD>
35182 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
35183 </HEAD>
35184 <BODY>
35185 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
35187 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
35188 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
35189 will be disabled.
35190 The reason this feature exists is because there are some implementations
35191 of system password lookup routines that are very slow when presented with
35192 a long loginname that does not exist.
35193 This feature could be set to prevent the delay at startup time when the
35194 names above are searched for in the password file.
35196 <UL>   
35197 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35198 </UL><P>
35199 &lt;End of help on this topic&gt;
35200 </BODY>
35201 </HTML>
35202 ====== h_config_hide_nntp_path =====
35203 <HTML>
35204 <HEAD>
35205 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
35206 </HEAD>
35207 <BODY>
35208 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
35210 Normally the Path header that Alpine generates when posting to a newsgroup
35211 contains the name of the computer from which the message is being sent and
35212 the user name.
35213 Some believe that this information is used by spammers.
35214 If this feature is set, that information will be replaced with the text
35216 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
35218 instead.
35220 It should be noted that many servers being connected to will still reveal
35221 the information that this feature attempts to protect.
35223 <UL>   
35224 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35225 </UL><P>
35226 &lt;End of help on this topic&gt;
35227 </BODY>
35228 </HTML>
35229 ====== h_config_no_bezerk_zone =====
35230 <HTML>
35231 <HEAD>
35232 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
35233 </HEAD>
35234 <BODY>
35235 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
35237 POSIX mandates a timezone in UNIX mailbox format folder delimiters
35238 (the line that begins with From <SPACE>).
35239 Some versions of Berkeley mail have trouble with this, and don't recognize
35240 the line as a message delimiter.
35241 If this feature is set, the timezone will be left off the delimiter line.
35243 <UL>   
35244 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35245 </UL><P>
35246 &lt;End of help on this topic&gt;
35247 </BODY>
35248 </HTML>
35249 ====== h_config_quell_domain_warn =====
35250 <HTML>
35251 <HEAD>
35252 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
35253 </HEAD>
35254 <BODY>
35255 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
35257 When your configuration is set up so that your domain name contains no dots,
35258 it is usually a configuration error.
35259 By default, Alpine will warn you about this when you start it up.
35260 You will see a warning message that looks like
35263 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
35266 If this feature is set, the warning is turned off.
35268 <UL>   
35269 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35270 </UL><P>
35271 &lt;End of help on this topic&gt;
35272 </BODY>
35273 </HTML>
35274 ====== h_config_quell_imap_env =====
35275 <HTML>
35276 <HEAD>
35277 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
35278 </HEAD>
35279 <BODY>
35280 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
35282 In the MESSAGE INDEX screen, if the open folder is being accessed
35283 using IMAP, Alpine normally tries to paint the index lines on the screen
35284 as soon as the information arrives from the IMAP server.
35285 This means that the index information makes it onto the screen more quickly
35286 than it otherwise would.
35287 This sometimes results in behavior that bothers some users.
35288 For example, when paging to a new page of the index, it may be possible for
35289 the lines to be painted on the screen in a random order, rather than from
35290 top to bottom.
35293 Setting this feature causes Alpine to wait for all of the information
35294 to be gathered before it paints the index screen.
35295 Once it collects all of the information, the screen will be painted quickly
35296 from top to bottom.
35298 <UL>   
35299 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35300 </UL><P>
35301 &lt;End of help on this topic&gt;
35302 </BODY>
35303 </HTML>
35304 ====== h_config_quell_news_env =====
35305 <HTML>
35306 <HEAD>
35307 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
35308 </HEAD>
35309 <BODY>
35310 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
35312 In the MESSAGE INDEX screen, if the open folder is being accessed
35313 using NNTP (News), Alpine normally tries to paint the index lines on the screen
35314 as soon as the information arrives from the NNTP server.
35315 This means that the index information makes it onto the screen more quickly
35316 than it otherwise would.
35317 This sometimes results in behavior that bothers some users.
35318 For example, when paging to a new page of the index, it may be possible for
35319 the lines to be painted on the screen in a random order, rather than from
35320 top to bottom.
35323 Setting this feature causes Alpine to wait for all of the information
35324 to be gathered before it paints the index screen.
35325 Once it collects all of the information, the screen will be painted quickly
35326 from top to bottom.
35328 <UL>   
35329 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35330 </UL><P>
35331 &lt;End of help on this topic&gt;
35332 </BODY>
35333 </HTML>
35334 ====== h_config_quell_content_id =====
35335 <HTML>
35336 <HEAD>
35337 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
35338 </HEAD>
35339 <BODY>
35340 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
35342 This feature changes the behavior of Alpine when sending messages.
35343 It is intended to work around a bug in Microsoft's Outlook XP mail user
35344 agent.
35345 As of this writing, Microsoft has acknowledged the bug but
35346 has not added it to the Knowledge Base.
35347 We have been told that there will be a post-SP1 hotfix for Outlook XP.
35348 This particular bug has bug fix number OfficeQFE:4781.
35349 The nature of the bug is that messages with attachments that
35350 contain a Content-ID header (which standard Alpine attachments do)
35351 do not show the attachment indicator (a paperclip) when viewed with
35352 Outlook XP.
35353 So the user has no indication that the message contains an attachment.
35356 If this feature is set then Alpine will remove most Content-ID headers
35357 before sending a message.
35358 If an attachment is of type MESSAGE, then the existing Content-ID headers
35359 inside the message will be left intact.
35360 This would only happen with Alpine if a message was forwarded as an attachment
35361 or if a message with a message attached was forwarded.
35362 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
35363 the Content-ID headers of the alternative parts will not be removed.
35366 Because the Content-ID header is a standard part of MIME it is possible
35367 that setting this feature will break something.
35368 For example, if an attachment has a Content-ID header that is necessary
35369 for the correct functioning of that attachment, it is possible that Alpine
35370 may remove that header when the attachment is forwarded.
35371 However, it seems fairly safe at this time.
35374 <UL>   
35375 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35376 </UL><P>
35377 &lt;End of help on this topic&gt;
35378 </BODY>
35379 </HTML>
35380 ====== h_config_winpos_in_config =====
35381 <HTML>
35382 <HEAD>
35383 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
35384 </HEAD>
35385 <BODY>
35386 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
35388 PC-Alpine only.
35391 Normally, PC-Alpine will store its window size and position in the
35392 Windows Registry.
35393 This is convenient if you want to use the same remote
35394 configuration from more than one PC.
35395 If you use multiple configuration files to start PC-Alpine, you may want
35396 to store the window size and position in the configuration file instead
35397 of in the Registry.
35398 Setting this feature causes the value to be stored in 
35399 <A HREF="h_config_window_position">Window-Position</A>.
35402 <UL>   
35403 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35404 </UL><P>
35405 &lt;End of help on this topic&gt;
35406 </BODY>
35407 </HTML>
35408 ====== h_config_quell_ssl_largeblocks =====
35409 <HTML>
35410 <HEAD>
35411 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
35412 </HEAD>
35413 <BODY>
35414 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
35416 PC-Alpine only.
35418 This feature changes the behavior of fetching messages
35419 and attachments so that the message data is fetched in chunks no larger
35420 than 12K bytes.
35421 This works around a bug in Microsoft's SSL/TLS support.
35422 Some versions of Microsoft SSL are not able to read full-sized (16K)
35423 SSL/TLS packets.
35424 Some servers will send such packets and this will
35425 cause PC-Alpine to crash with the error
35428 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
35431 Microsoft is aware of the problem and has developed a hotfix for it, it is
35432 discussed in article 300562 in the Microsoft Knowledge Base.
35434 <UL>   
35435 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35436 </UL><P>
35437 &lt;End of help on this topic&gt;
35438 </BODY>
35439 </HTML>
35440 ====== h_config_quell_partial =====
35441 <HTML>
35442 <HEAD>
35443 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
35444 </HEAD>
35445 <BODY>
35446 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
35448 Partial fetching is a feature of the IMAP protocol.
35449 By default, Alpine
35450 will use partial fetching when copying the contents of a message or attachment
35451 from the IMAP server to Alpine.
35452 This means that the fetch will be done in many
35453 small chunks instead of one big chunk. The main benefit of this approach is
35454 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
35455 to stop the fetch early. In some cases partial fetching may cause a performance
35456 problem so that the fetching of data takes significantly longer when partial
35457 fetching is used. Turning on this feature will turn off partial fetching.
35459 <UL>   
35460 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35461 </UL><P>
35462 &lt;End of help on this topic&gt;
35463 </BODY>
35464 </HTML>
35465 ====== h_config_quell_personal_name_prompt =====
35466 <HTML>
35467 <HEAD>
35468 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
35469 </HEAD>
35470 <BODY>
35471 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
35473 PC-Alpine only.  This feature quells the prompting for a 
35474 <A HREF="h_config_pers_name">personal name</A>.  This
35475 prompt normally happens before composing a message, and only happens when
35476 there is no personal name already set.
35478 <UL>   
35479 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35480 </UL><P>
35481 &lt;End of help on this topic&gt;
35482 </BODY>
35483 </HTML>
35484 ====== h_config_quell_user_id_prompt =====
35485 <HTML>
35486 <HEAD>
35487 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
35488 </HEAD>
35489 <BODY>
35490 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
35492 PC-Alpine only.  This feature quells the prompting for a 
35493 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
35494 if the information can be obtained from the login name used
35495 to open the INBOX.  Normally, this prompt happens before composing
35496 a message, and only happens when there is no user-id already set
35497 in the configuration.
35499 With this feature set, composing a message is only possible after
35500 establishing a connection to the INBOX.
35502 <UL>   
35503 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35504 </UL><P>
35505 &lt;End of help on this topic&gt;
35506 </BODY>
35507 </HTML>
35508 ====== h_config_save_aggregates =====
35509 <HTML>
35510 <HEAD>
35511 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
35512 </HEAD>
35513 <BODY>
35514 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
35516 This feature will optimize an aggregate copy operation, if
35517 possible, by issuing a single IMAP <EM>COPY</EM> command with a
35518 list of the messages to be copied.
35519 This feature is set by default.
35520 This may reduce network traffic and elapsed time for the Save.
35521 <EM>However, many IMAP servers (including the UW IMAP server) do
35522 not preserve the order of messages when this optimization is applied.</EM>
35523 If this feature is not set, 
35524 Alpine will copy each message individually and the order of the messages
35525 will be preserved.
35527 <UL>   
35528 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35529 </UL><P>
35530 &lt;End of help on this topic&gt;
35531 </BODY>
35532 </HTML>
35533 ====== h_config_use_system_translation =====
35534 <HTML>
35535 <HEAD>
35536 <TITLE>FEATURE: Use System Translation</TITLE>
35537 </HEAD>
35538 <BODY>
35539 <H1>FEATURE: Use System Translation</H1>
35541 UNIX Alpine only.
35543 Alpine normally uses its own internal software to convert between the multi-byte
35544 representation of characters and the Unicode representation of those
35545 same characters.
35546 It converts from the multi-byte characters your keyboard produces to Unicode,
35547 and from Unicode to the multi-byte characters your display expects.
35548 Alpine also uses its own internal software to decide how much space on
35549 the screen a particular Unicode character will occupy.
35552 Setting this feature tells Alpine to use the system-supplied routines to
35553 perform these tasks instead.
35554 In particular there are three tasks and three system routines that will
35555 be used for these tasks.
35558 To convert from multi-byte to Unicode the routine
35561 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
35564 is used.
35565 To convert from Unicode to multi-byte the routine
35568 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
35571 is used, if available, otherwise
35574 <CENTER><SAMP>wctomb</SAMP></CENTER>
35577 is used.
35579 And to find the screen width a particular Unicode character will
35580 occupy the routine used is
35583 <CENTER><SAMP>wcwidth</SAMP></CENTER>
35586 This feature has been only lightly tested.
35587 The internal routines should normally be used unless you run into
35588 a problem that you think may be solved by using the system routines.
35589 Note that your environment needs to be set up for these
35590 routines to work correctly.
35591 In particular, the LANG or LC_CTYPE variable in your environment will
35592 need to be set.
35595 <UL>   
35596 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35597 </UL><P>
35598 &lt;End of help on this topic&gt;
35599 </BODY>
35600 </HTML>
35601 ====== h_config_suspend_spawns =====
35602 <HTML>
35603 <HEAD>
35604 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
35605 </HEAD>
35606 <BODY>
35607 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
35609 This feature affects Alpine's behavior when process suspension is enabled
35610 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
35611 temporarily interact with the operating system command &quot;shell&quot; 
35612 without
35613 quitting Alpine, and then subsequently resume the still-active Alpine session.
35616 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
35617 is set and subsequently the Ctrl-Z key
35618 is pressed, Alpine will normally suspend itself and return temporary control
35619 to Alpine's parent shell process.  However, if this feature is set, Alpine
35620 will instead create an inferior subshell process.  This is useful when the
35621 parent process is not intended to be used interactively.  Examples include
35622 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
35623 or via a menu system.<P>
35625 Note that one typically resumes a suspended Alpine by entering the Unix
35626 &quot;fg&quot; command, but if this feature is set, it will be necessary to
35627 enter the &quot;exit&quot; command instead.
35629 <UL>   
35630 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35631 </UL><P>
35632 &lt;End of help on this topic&gt;
35633 </BODY>
35634 </HTML>
35635 ====== h_config_8bit_smtp =====
35636 <HTML>
35637 <HEAD>
35638 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
35639 </HEAD>
35640 <BODY>
35641 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
35643 This feature affects Alpine's behavior when sending mail.
35644 By default, this feature is set.
35645 Internet standards
35646 require that all electronic mail messages traversing the global Internet
35647 consist of 7bit ASCII characters unless a pair of cooperating mail 
35648 transfer agents explicitly agree to allow 8bit messages.  In general, 
35649 then, exchanging messages in non-ASCII characters requires MIME encoding.
35651 However, there are now Internet standards that allow for unencoded 8bit
35652 exchange of messages between cooperating systems.  When this feature is set
35653 Alpine will try to negotiate unencoded 8bit transmission during the
35654 sending process.  Should the negotiation fail, Alpine will fall back to its
35655 ordinary encoding rules. 
35657 Note, this feature relies on your system's mail transport agent or
35658 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
35659 having the negotiation mechanism introduced in
35660 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
35661 &quot;8BITMIME&quot;. 
35663 ESMTP allows for graceful migration to upgraded mail transfer agents, but
35664 it is possible that this feature might cause problems for some servers. 
35665 <P><UL>
35666 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35667 </UL>
35668 <P>&lt;End of help on this topic&gt;
35669 </BODY>
35670 </HTML>
35671 ====== h_config_8bit_nntp =====
35672 <HTML>
35673 <HEAD>
35674 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
35675 </HEAD>
35676 <BODY>
35677 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
35679 This feature affects Alpine's behavior when posting news.  
35683 The Internet standard for exchanging USENET news messages (RFC-1036)
35684 specifies that USENET messages should conform to Internet mail standards
35685 and contain only 7bit characters, but much of the news transport software
35686 in use today is capable of successfully sending messages containing 8bit
35687 characters.  Hence, many people believe that it is appropriate to send 8bit
35688 news messages without any MIME encoding.
35692 Moreover, there is no Internet standard for explicitly negotiating 8bit
35693 transfer, as there is for Internet email.  Therefore, Alpine provides the
35694 option of posting unencoded 8bit news messages, though not as the default.
35695 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
35696 postings that contain 8bit characters. 
35700 Note, articles may cross a path or pass through news transport software
35701 that is unsafe or even hostile to 8bit characters.  At best this will only
35702 cause the posting to become garbled.  The safest way to transmit 8bit
35703 characters is to leave Alpine's MIME encoding turned on, but recipients
35704 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
35705 messages.
35707 &lt;End of help on this topic&gt;
35708 </BODY>
35709 </HTML>
35710 ====== h_config_mark_for_cc =====
35711 <HTML>
35712 <HEAD>
35713 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
35714 </HEAD>
35715 <BODY>
35716 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
35718 This feature affects Alpine's MESSAGE INDEX display.
35719 By default, a '+' is displayed in the first column if the
35720 message is addressed directly to you.
35721 When this feature is set and the message is not addressed to you, then a
35722 '-' character is displayed if the message is instead Cc'd directly
35723 to you.
35726 <UL>   
35727 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35728 </UL><P>
35729 &lt;End of help on this topic&gt;
35730 </BODY>
35731 </HTML>
35732 ====== h_config_tab_uses_unseen =====
35733 <HTML>
35734 <HEAD>
35735 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
35736 </HEAD>
35737 <BODY>
35738 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
35740 This feature affects Alpine's behavior when using the TAB
35741 <A HREF="h_common_nextnew">NextNew Command</A>
35742 to move from one folder to the next.
35743 Alpine's usual behavior is to search for folders
35744 with <EM>Recent</EM> messages in them.
35745 Recent messages are messages that have arrived since the last time the
35746 folder was opened.
35749 Setting this feature causes Alpine to search for <EM>Unseen</EM>
35750 messages instead of Recent messages.
35751 Unseen messages remain Unseen until you view them (or flag then as Seen with
35752 the <A HREF="h_common_flag">Flag Command</A>).
35753 Setting this feature allows you to locate messages you have not read
35754 instead of only recently received messages.
35755 When this feature is set, the feature
35756 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
35757 will have no effect, so the checking may be slower.
35760 Another reason why you might want to use this feature is that Alpine sometimes
35761 opens folders implicitly behind the scenes, and this clears the
35762 Recent status of all messages in the folder.
35763 One example where this happens is when Saving or filtering a
35764 message to another folder.
35765 If that message has some <A HREF="h_config_keywords">keywords</A>
35766 set, then because of some shortcomings
35767 in the IMAP specification, the best way to ensure that those keywords are
35768 still set in the saved copy of the message is to open the folder and
35769 set the keywords explicitly.
35770 Because this clears the Recent status of all messages in that folder the
35771 folder will not be found by the NextNew command unless this feature is set.
35774 &lt;End of help on this topic&gt;
35775 </BODY>
35776 </HTML>
35777 ====== h_config_tab_new_only =====
35778 <HTML>
35779 <HEAD>
35780 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
35781 </HEAD>
35782 <BODY>
35783 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
35785 This feature affects Alpine's behavior when using the TAB key to move from
35786 one message to the next.  Alpine's usual behavior is to select the next
35787 unread message or message flagged as "Important".
35791 Setting this feature causes Alpine to skip the messages flagged as important,
35792 and select unread messages exclusively.  Tab behavior when there are no
35793 new messages left to select remains unchanged.
35795 &lt;End of help on this topic&gt;
35796 </BODY>
35797 </HTML>
35798 ====== h_config_warn_if_subj_blank =====
35799 <HTML>
35800 <HEAD>
35801 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
35802 </HEAD>
35803 <BODY>
35804 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
35806 This feature affects Alpine's behavior when you send a message being
35807 composed.
35808 If this option is set, Alpine will check to see if the message about to be sent
35809 has a subject or not.
35810 If not, you will be asked if you want to send the message anyway.
35813 <UL>   
35814 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35815 </UL><P>
35816 &lt;End of help on this topic&gt;
35817 </BODY>
35818 </HTML>
35819 ====== h_config_warn_if_fcc_blank =====
35820 <HTML>
35821 <HEAD>
35822 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
35823 </HEAD>
35824 <BODY>
35825 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
35827 This feature affects Alpine's behavior when you send a message being
35828 composed.
35829 If this option is set, Alpine will check to see if the message about to be sent
35830 has an Fcc or not.
35831 If not, you will be asked if you want to send the message anyway.
35834 <UL>   
35835 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35836 </UL><P>
35837 &lt;End of help on this topic&gt;
35838 </BODY>
35839 </HTML>
35840 ====== h_config_warn_if_no_to_or_cc =====
35841 <HTML>
35842 <HEAD>
35843 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
35844 </HEAD>
35845 <BODY>
35846 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
35848 This feature affects Alpine's behavior when you send a message being
35849 composed.
35850 If this option is set, Alpine will check to see if the message about to be sent
35851 has either a To address, a Cc address, or a Newsgroup.
35852 If none of these is set,
35853 you will be asked if you want to send the message anyway.
35856 This feature is closely related to
35857 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
35858 Alpine will normally ask if you want to copy a message only to the Fcc.
35859 This feature also applies to cases where there is a Bcc but still no To, Cc,
35860 or Newsgroup.
35861 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
35862 message with only an Fcc, then you won't be asked about sending with
35863 a blank To and Cc and Newsgroups header even if this feature is set.
35864 Similarly, if you have already been asked if you want to send to the Fcc
35865 only and you have answered Yes, then you won't be asked again about sending with
35866 blank To, Cc, and Newsgroups headers even if this feature is set.
35869 <UL>   
35870 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35871 </UL><P>
35872 &lt;End of help on this topic&gt;
35873 </BODY>
35874 </HTML>
35875 ====== h_config_quell_dead_letter =====
35876 <HTML>
35877 <HEAD>
35878 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
35879 </HEAD>
35880 <BODY>
35881 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
35883 This feature affects Alpine's behavior when you cancel a message being
35884 composed.  Alpine's usual behavior is to write the canceled message to
35885 a file named 
35886 <!--chtml if pinemode="os_windows"-->
35887 &quot;DEADLETR&quot;,
35888 <!--chtml else-->
35889 &quot;dead.letter&quot; in your home directory,
35890 <!--chtml endif-->
35891 overwriting any previous message. Under
35892 some conditions (some routine), this can introduce a noticeable delay.
35893 Setting this feature will cause Alpine NOT to write canceled compositions
35894 into the file.
35896 NOTE: Enabling this feature means NO record of canceled messages is
35897 maintained.
35899 This feature affects the newer option
35900 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
35901 number of dead letter files to keep around.
35902 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
35904 <UL>   
35905 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35906 </UL><P>
35907 &lt;End of help on this topic&gt;
35908 </BODY>
35909 </HTML>
35910 ====== h_config_quell_beeps =====
35911 <HTML>
35912 <HEAD>
35913 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
35914 </HEAD>
35915 <BODY>
35916 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
35918 This feature affects Alpine's behavior when it displays status message
35919 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
35920 will not affect the display of such messages, but will cause those that
35921 emit a beep to become silent.
35924 <UL>   
35925 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35926 </UL><P>
35927 &lt;End of help on this topic&gt;
35928 </BODY>
35929 </HTML>
35930 ====== h_config_suppress_user_agent =====
35931 <HTML>
35932 <HEAD>
35933 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
35934 </HEAD>
35935 <BODY>
35936 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
35938 If this feature is set then Alpine will not generate a
35939 <CODE>User-Agent</CODE> header in outgoing messages.
35941 <UL>   
35942 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35943 </UL><P>
35944 &lt;End of help on this topic&gt;
35945 </BODY>
35946 </HTML>
35947 ====== h_config_quell_lock_failure_warnings =====
35948 <HTML>
35949 <HEAD>
35950 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
35951 </HEAD>
35952 <BODY>
35953 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
35955 This feature affects Alpine's behavior when it encounters a problem
35956 acquiring a mail folder lock.  Typically, a secondary file associated
35957 with the mail folder being opened is created as part of the locking
35958 process.  On some systems, such file creation has been administratively
35959 precluded by the system configuration.
35961 Alpine issues a warning when such failures occur, which can become bothersome
35962 if the system is configured to disallow such actions.  Setting this
35963 feature causes Alpine to remain silent when this part of lock creation fails.
35965 WARNING: systems that have been configured in a way that precludes locking
35966 introduce some risk of mail folder corruption when more than one program
35967 attempts to modify the mail folder.  This is most likely to occur to one's
35968 INBOX or other incoming message folder. 
35970 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
35972 <UL>   
35973 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35974 </UL><P>
35975 &lt;End of help on this topic&gt;
35976 </BODY>
35977 </HTML>
35978 ====== h_config_enable_role_take ======
35979 <HTML>
35980 <HEAD>
35981 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
35982 </HEAD>
35983 <BODY>
35984 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
35986 Normally, the Take command takes addresses from a message and helps you
35987 put them into your Address Book.
35988 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
35989 you may find it useful
35990 to be able to Take information from a message's headers and put it into
35991 a new Rule.
35992 When this feature is set, you will be given an extra prompt that gives
35993 you the choice to Take into the Address Book or Take into a rule.
35994 <P><UL>
35995 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35996 </UL>
35998 &lt;End of help on this topic&gt;
35999 </BODY>
36000 </HTML>
36001 ====== h_config_enable_take_export ======
36002 <HTML>
36003 <HEAD>
36004 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
36005 </HEAD>
36006 <BODY>
36007 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
36009 Normally, the Take command takes addresses from a message and helps you
36010 put them into your Address Book.
36011 When this feature is set, you will be given an extra prompt that gives you
36012 the choice to Take addresses into a file instead of your Address
36013 Book.
36014 Only the user@domain_name part of the address is put in the file.
36015 <P><UL>
36016 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36017 </UL>
36019 &lt;End of help on this topic&gt;
36020 </BODY>
36021 </HTML>
36022 ====== h_config_quell_folder_internal_msg ======
36023 <HTML>
36024 <HEAD>
36025 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
36026 </HEAD>
36027 <BODY>
36028 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
36030 This feature determines whether or not Alpine will create 
36031 &quot;pseudo messages&quot; in folders that are in standard Unix or 
36032 MMDF format. <P> 
36034 Alpine will normally create these pseudo messages when they are not already
36035 present in a standard Unix or MMDF folder.  Their purpose is to record
36036 certain mailbox state data needed for correct IMAP and POP server
36037 operation, and also for Alpine to be able to mark messages as Answered when
36038 the Reply has been postponed.<P>
36040 Sites that do not use IMAP/POP for remote mail access, and that need to
36041 support mail tools that are adversely affected by the presence of the
36042 pseudo-messages (e.g. some mail notification tools) may enable this
36043 feature to tell Alpine not to create them.  Note that Alpine's 
36044 &quot;Answered&quot; flag
36045 capability will be adversely affected if this is done.<P>
36047 Note too that, even if this feature is enabled, Alpine will not remove
36048 pseudo-messages when it encounters them (e.g. those created by UW's imapd
36049 or ipopd servers.) This feature has no effect on folders that are not in
36050 standard Unix or MMDF format, as pseudo-messages are not needed in the
36051 other formats to record mailbox state information.
36052 <P><UL>
36053 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36054 </UL>
36056 &lt;End of help on this topic&gt;
36057 </BODY>
36058 </HTML>
36059 ====== h_config_mulnews_as_typed ======
36060 <HTML>
36061 <HEAD>
36062 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
36063 </HEAD>
36064 <BODY>
36065 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
36067 This feature will be of little use to most users.
36068 It has no effect unless the feature
36069 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
36070 is set.
36072 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
36073 then the setting of this feature may have an effect on the names of the
36074 newsrc files used.
36075 Normally, the name of the news server will be canonicalized before it is
36076 used in the newsrc file name.
36077 For example, if you type the news server name
36080 <CENTER><SAMP>servername</SAMP></CENTER>
36083 it is likely that the canonical name will be something like
36086 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
36089 Or it may be the case that
36092 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
36095 is really an alias (a DNS CNAME) for
36098 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
36101 If this feature is not set, then the canonicalized names will be used.
36102 If this feature is set, then the name you typed in (or put in your
36103 configuration) will be used.
36105 <P><UL>
36106 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36107 </UL>
36109 &lt;End of help on this topic&gt;
36110 </BODY>
36111 </HTML>
36112 ====== h_config_quell_empty_dirs ======
36113 <HTML>
36114 <HEAD>
36115 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
36116 </HEAD>
36117 <BODY>
36118 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
36120 This feature causes Alpine to remove from the display any directories
36121 that do not contain at least one file or directory.  This can be useful
36122 to prevent overly cluttered folder lists when a collection is stored on
36123 a server that treats all names as both a folder and a directory.
36126 Note, enabling this feature can cause surprising behavior!  For example,
36127 you can still use Add to create a directory, but unless you immediately
36128 enter that directory and create a folder, that newly created directory
36129 may not be displayed next time you enter the folder list.
36132 The description above is not quite correct.
36133 Only directories which potentially may hold messages are hidden if empty.
36134 That is, a directory which is really just a directory and is not selectable
36135 as a folder will not be hidden.
36136 Such directories can occur on servers that treat most names as both a folder
36137 and a directory.
36138 These directories are typically created implicitly when a folder is created
36139 inside a directory that does not yet exist.
36142 <UL>   
36143 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36144 </UL><P>
36145 &lt;End of help on this topic&gt;
36146 </BODY>
36147 </HTML>
36148 ====== h_config_termcap_wins =====
36149 <HTML>
36150 <HEAD>
36151 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
36152 </HEAD>
36153 <BODY>
36154 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
36156 This feature may affect Alpine's low-level input routines.  Termcap (or
36157 terminfo, depending on how your copy of Alpine was compiled and linked)
36158 is the name of the database that describes terminal capabilities.  In
36159 particular, it describes the sequences of characters that various keys
36160 will emit.
36163 An example would be the Up Arrow key on the keyboard.  Up
36164 Arrow is not a distinct character on most Unix systems.  When you press
36165 the Up Arrow key a short sequence of characters are produced.  This
36166 sequence is supposed to be described in the termcap database by the
36167 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
36168 are using terminfo instead of termcap).
36171 By default, Alpine defines some terminal
36172 escape sequences that are commonly used.  For example, the sequence
36173 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
36174 &quot;ESC&nbsp;[&nbsp;A&quot;
36175 is also recognized as an Up Arrow key.  These are chosen because common
36176 terminals like VT100's or ANSI standard terminals produce these
36177 sequences when you press the Up Arrow key.
36180 If your system's termcap
36181 (terminfo) database assigns some other function to the sequence
36182 &quot;ESC&nbsp;O&nbsp;A&quot;
36183 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
36184 database assigns a sequence that doesn't begin with an escape
36185 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
36186 This usually works fine
36187 because most terminals emit the escape sequences that Alpine has defined
36188 by default.  We have also found that it is usually better to have these
36189 defaults take precedence over the definitions contained in the database
36190 because the defaults are more likely to be correct than the database.
36193 There are some terminals where this breaks down.  If you want Alpine to
36194 believe the definitions given in your termcap (terminfo) database in
36195 preference to the defaults the Alpine itself sets up, then you may turn
36196 this feature on.  Then, sequences of characters that are defined in
36197 both termcap (terminfo) and in Alpine's set of defaults will be
36198 interpreted the way that termcap (terminfo) says they should be
36199 interpreted.  Also, if your terminal capabilities database assigns a
36200 sequence that doesn't begin with escape, it will not be ignored.
36203 <UL>   
36204 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36205 </UL><P>
36206 &lt;End of help on this topic&gt;
36207 </BODY>
36208 </HTML>
36209 ====== h_config_cruise_mode =====
36210 <HTML>
36211 <HEAD>
36212 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
36213 </HEAD>
36214 <BODY>
36215 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
36217 This feature affects Alpine's behavior when you hit the
36218 &quot;Space&nbsp;Bar&quot; at
36219 the end of a displayed message.  Typically, Alpine complains that the end
36220 of the text has already been reached.  Setting this feature causes such
36221 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
36222 taking you to the next &quot;interesting&quot; message,
36223 or scanning ahead to the 
36224 next incoming folder with &quot;interesting&quot; messages.
36227 <UL>   
36228 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36229 </UL><P>
36230 &lt;End of help on this topic&gt;
36231 </BODY>
36232 </HTML>
36233 ====== h_config_cruise_mode_delete =====
36234 <HTML>
36235 <HEAD>
36236 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
36237 </HEAD>
36238 <BODY>
36239 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
36241 This feature modifies the behavior of Alpine's 
36242 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
36243 Setting this feature causes Alpine to implicitly delete read
36244 messages when it moves on to display the next &quot;interesting&quot; message.
36246 NOTE: Beware when enabling this feature AND the 
36247 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
36248 feature.
36250 <UL>   
36251 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36252 </UL><P>
36253 &lt;End of help on this topic&gt;
36254 </BODY>
36255 </HTML>
36256 ====== h_config_slash_coll_entire =====
36257 <HTML>
36258 <HEAD>
36259 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
36260 </HEAD>
36261 <BODY>
36262 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
36264 The slash (/) command is available from the MESSAGE INDEX screen when
36265 the folder is sorted by either Threads or OrderedSubject, and the
36266 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
36267 is set to something other than &quot;none&quot;.
36268 Normally, the slash command Collapses or Expands the subthread that
36269 starts at the currently highlighted message, if any.
36270 If this option is set, then the slash command Collapses or Expands the
36271 <EM>entire</EM> current thread instead of just the subthread.
36272 The current thread is simply the top-level thread that contains the
36273 current message.
36276 <UL>   
36277 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36278 </UL><P>
36279 &lt;End of help on this topic&gt;
36280 </BODY>
36281 </HTML>
36282 ====== h_config_color_thrd_import =====
36283 <HTML>
36284 <HEAD>
36285 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
36286 </HEAD>
36287 <BODY>
36288 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
36290 This option affects only the THREAD INDEX screen.
36291 Whether or not you ever see a THREAD INDEX screen depends on the setting
36292 of the configuration option
36293 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
36294 and on the sort order of the index.
36297 If a message within a thread is flagged as Important
36298 and this option is set, then
36299 the entire line in the THREAD INDEX will be colored the color of the
36300 Index-important Symbol, which can be set using the
36301 <A HREF="h_color_setup">Setup Kolor</A> screen.
36304 <UL>   
36305 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36306 </UL><P>
36307 &lt;End of help on this topic&gt;
36308 </BODY>
36309 </HTML>
36310 ====== h_config_allow_goto =====
36311 <HTML>
36312 <HEAD>        
36313 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
36314 </HEAD>
36315 <BODY>
36316 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
36318 This feature modifies the behavior of Alpine's file browser.  Setting this
36319 feature causes Alpine to offer the "G Goto" command in the file browser.
36320 That is the default.
36324 The Goto command allows you to explicitly type in the desired directory.
36326 &lt;End of help on this topic&gt;
36327 </BODY></HTML>
36328 ====== h_config_add_ldap =====
36329 <HTML>
36330 <HEAD>
36331 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
36332 </HEAD>
36333 <BODY>
36334 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
36336 If both the Directory option
36337 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
36338 and this feature are set,
36339 then when an implicit directory lookup is done from the
36340 composer you will automatically be prompted to add the result of the
36341 directory lookup to your address book.
36343 <UL>   
36344 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36345 </UL><P>
36346 &lt;End of help on this topic&gt;
36347 </BODY>
36348 </HTML>
36349 ===== h_patterns_compat_behavior =====
36350 <HTML>
36351 <HEAD>
36352 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
36353 </HEAD>
36354 <BODY>
36355 <H1>Rules Behavior Changes in Pine 4.50</H1>
36357 In Alpine, Rules that contain unrecognized elements
36358 are ignored.
36359 In most cases, the unrecognized elements will be something that was
36360 added as a new Rules feature in a later version of Alpine.
36361 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
36362 ignore rules that contained unrecognized elements.
36363 For example, a new element of Rules that was added in Pine 4.50 is
36364 Age interval.
36365 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
36366 all messages older than a week red.
36367 Now, if you run Pine 4.44 using that same configuration file, it will not
36368 recognize the Age interval and so will just ignore it.
36369 That means that all messages will match that rule so all messages will
36370 be colored red when using Pine version 4.44.
36373 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
36374 However, since the behavior still exists in versions prior to Pine 4.50 and
36375 since Filtering is a potentially destructive operation, another measure
36376 was taken to attempt to avoid unintentional Filtering of messages.
36377 The first time that you run Alpine or a Pine that is version 4.50 or greater,
36378 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
36379 will be copied to a new Filters configuration variable
36380 with a different name (&quot;Patterns-Filters2&quot;).
36381 From then on, Alpine will continue to use the new
36382 variable.
36383 Of course, Pine version 4.44 or lower will continue to use the old
36384 variable.
36385 That means that if you are using Alpine
36386 and also using a version of Pine that is older than 4.50, they will not
36387 share the configuration information about Filters.
36388 If you make a change in one version you won't see it in the other version.
36391 Since Scoring can be used to trigger Filtering, the same thing has been
36392 done for Score rules.
36393 The old configuration variable name is (&quot;Patterns-Scores&quot;)
36394 and the new name is (&quot;Patterns-Scores2&quot;).
36395 The same is not true of Role, Indexcolor, and Other rules that are
36396 thought to be less harmful when a mistake is made.
36399 &lt;End of help on this topic&gt;
36400 </BODY>
36401 </HTML>
36402 ======= h_config_filt_opts_sentdate =======
36403 <HTML>
36404 <HEAD>
36405 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
36406 </HEAD>
36407 <BODY>
36408 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
36410 By default, the Age interval of a Pattern uses a message's time of
36411 arrival to compute the age of the message.
36412 If this feature is set, the date in the message's Date header will
36413 be used instead.
36415 &lt;End of help on this topic&gt;
36416 </BODY>
36417 </HTML>
36418 ======= h_config_filt_opts_notdel =======
36419 <HTML>
36420 <HEAD>
36421 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
36422 </HEAD>
36423 <BODY>
36424 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
36426 If this option is set then a message will be moved into the
36427 specified folder only if it is not marked for deletion.
36428 This is useful if you have multiple Alpine sessions running
36429 simultaneously and you don't want messages to be filtered into a
36430 folder more than once.
36431 It is also useful if you want to filter
36432 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
36433 This method is not foolproof.
36434 There may be cases where a message
36435 gets marked deleted and so it is never filtered into the folder.
36436 For example, if you deleted it in another Alpine session or another mail
36437 program that didn't use the filtering rule.
36439 This option has no effect if the Filter Action is not set to Move.
36441 &lt;End of help on this topic&gt;
36442 </BODY>
36443 </HTML>
36444 ======= h_config_filt_opts_nonterm =======
36445 <HTML>
36446 <HEAD>
36447 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
36448 </HEAD>
36449 <BODY>
36450 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
36452 If this option is set then this is a non-terminating rule.
36453 Usually, for each message, Alpine searches through the Filter Rules until
36454 a match is found and then it performs the action associated with that rule.
36455 Rules following the match are not considered.
36456 If this option is set then the search for matches will continue at the next
36457 rule.
36459 If a non-terminating rule matches then the actions associated with
36460 that rule, except for any implied deletion of the message, are performed
36461 before the match for the next rule is checked.
36462 For example, if the non-terminating rule sets the Important status, then that
36463 status will be set when the next rule is considered.
36464 However, if the non-terminating rule Moves the message, the message will
36465 actually be copied instead of copied and deleted so that it is still there
36466 for the next rule.
36467 A moved message is deleted after all the relevant rules have been checked.
36468 The name of the &quot;Move&quot; action is confusing in this case because
36469 a single message can be moved to more than one folder.
36470 It turns the Move into a Copy instead, but it is still followed by a deletion
36471 at the end.
36473 This option may be useful if you want to have a single message filtered to
36474 two different folders because it matches two different Patterns.
36475 For example, suppose you normally filter messages to a particular mailing
36476 list into one folder, and messages addressed directly to you into a second
36477 folder.
36478 If a message is sent to both you and the list (and you can tell that by
36479 looking at the headers of the message) this option may give you a convenient
36480 way to capture a copy to each folder.
36481 (It may also cause you to capture two copies to each folder,
36482 depending on whether your mail system delivers one or two copies of the
36483 message to you and on how the list works.)
36485 &lt;End of help on this topic&gt;
36486 </BODY>
36487 </HTML>
36488 ====== h_command_external_browser =====
36489 <HTML>
36490 <HEAD>
36491 <TITLE>The External Browser Command</TITLE>
36492 </HEAD>
36493 <BODY>
36494 <H1>The External Browser Command</H1>
36497 A new command was added to Alpine that allows users to send HTML messages to be displayed
36498 by a web browser. This is helpful when a user wants to see images in the context of the
36499 message, or get a better display of the message than Alpine provides.
36502 The simplest way to use this command is to do as follows. While reading a message,
36503 press the &quot;V&quot; to go to the <A href="h_attachment_screen">ATTACHMENT SCREEN</A>.
36504 In that screen move the cursor until it is on top of a TEXT/HTML attachment and press the
36505 &quot;X&quot; key. This will make Alpine launch the browser you have configured for
36506 in the <a href="h_config_browser"><!--#echo var="VAR_url-viewers"--></a> variable, and
36507 you should be able to read the message in your browser, as well as in Alpine.
36509 <P> If the message you sent to your browser has inline images, then the images attached to
36510 the message that are necessary for the display of the message are also sent to the browser
36511 for its display.
36513 <P> The text that follows will explain more details about this command, and is only
36514 recommended for more advanced users.
36516 <h1><CENTER>Displaying Images</CENTER></h1>
36518 <P> First, we will talk about displaying images in an HTML file. Typically, HTML images
36519 are displayed as the result of some specific code of the form
36520 <center>
36521 <PRE>
36522 &lt;img src=&quot;...&quot;&gt;,
36523 </PRE>
36524 </center>
36525 where the text between the quotes tells Alpine how to find the image.
36526 If the source of the image is internal to the message, Alpine passes that image to the
36527 browser. Otherwise Alpine erases the link to the image. This is done so that
36528 you can be protected from a bad use of external images. Images can be used to track
36529 that you read the message, or your location, devices you own, etc.. Since Alpine does
36530 not open images in any messages, your
36531 privacy is always protected this way. Therefore, when you do not pass the links to
36532 external images to a browser, your privacy is being protected. However, doing this
36533 might make the message not be displayed correctly, since when the message was
36534 created the images were part of the formatted message, and not having images might make
36535 this formatting look awkward.
36537 <P> If you would like that Alpine display all images, regardless of their source, and
36538 regardless of the sender, then you need to disable the feature <a
36539 href="h_external_loads_inline_images_only"><!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>.
36540 The message will display as intended, but you will leak information to the sender of the
36541 message, as well as to your internet service provider, which could be your employer, or
36542 school, etc.
36544 <P> Alpine provides an alternative mechanism to either send all links to the images to the
36545 external browser or to send only those that are attached to the message you are trying to
36546 display. In order to use this mechanism you must first enable
36547 <a href="h_config_enable_view_attach"><!--#echo var="FEAT_enable-msg-view-attachments"--></a>.
36548 This allows Alpine to add direct links to each attachments. If you want to send an HTML
36549 attachment to an external browser, you would place the cursor over the attachment and press
36550 the &quot;Return&quot; or &quot;Enter&quot; key to open the attachment. When you do that
36551 you will see a prompt and menu which says
36553 <pre>
36554 View selected Attachment  ?
36555 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Y [Yes]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;X External
36556 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No
36557 </pre>
36559 <P>In order to send this message to an external browser, you would press the &quot;X&quot;
36560 key. This will change the prompt and menu to
36562 <pre>
36563 View selected Attachment using external viewer including inline images only ?
36564 &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
36565 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I All images
36566 </pre>
36568 <P>This is telling you that if you answer &quot;Yes&quot; to this question, and external
36569 browser will be used to send this messages, and only inline images, that is, those attached
36570 in the message will be sent to the browser. If you would like to send all images in
36571 this case, the menu tells you that you must press the &quot;I&quot; key. Pressing
36572 that key changes the prompt and menu to
36574 <pre>
36575 View selected Attachment using external viewer including all images ?
36576 &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
36577 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I Inline imgs
36578 </pre>
36580 <P>and as you can see the prompt says that if you press &quot;Yes&quot; then the message
36581 will be sent to the browser including the source of all images, including those in
36582 external servers. Notice that the &quot;X&quot; command now is a toggle. If you
36583 were to press it now, you would return to the original prompt,
36585 <pre>
36586 View selected Attachment  ?
36587 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Y [Yes]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;X External
36588 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No
36589 </pre>
36591 <P>which means that if you answer &quot;Yes&quot; at this time your message would not
36592 be sent to your external browser for display, unless you have configured a mailcap
36593 entry to display HTML files.
36595 <P> One of the lessons of this discussion is that if you never press the &quot;X&quot;
36596 command in the ATTACHMENT SCREEN, and you never press the &quot;X&quot; command when
36597 launching a viewer for an attachment in the MESSAGE TEXT screen, you will never use this
36598 mechanism, and Alpine will resort to your already configured mechanisms to open HTML
36599 text.This means you can live your life without worrying that Alpine will do anything
36600 different because of this new feature. You do not have to use it, but if you do, you should
36601 know the risks and advantages and decide when and how to use it.
36603 <h1><CENTER>Saving HTML Messages to Disk</CENTER></h1>
36606 No matter what your reason to send a message to an external web browser is, Alpine must
36607 write your message to a file (and also all related inline images), and point your browser
36608 to open that file. Alpine saves all your messages and auxiliary images in a subdirectory
36609 of the ~/.alpine-html directory in unix-like Alpine, or the alpine-html folder in your home
36610 directory in PC-Alpine. If Alpine cannot access these directories, or create folders
36611 in them, then the full mechanism described above will fail, and you will not be able
36612 to send messages to an external browser for display.
36615 Unfortunately browsers do not remove the file that Alpine created, nor the images
36616 that Alpine saved in order to display this message, so if you use this mechanism often
36617 you will create many directories and files which the browser will not remove. Alpine
36618 will remove these files when you exit Alpine. Any temporary directory that Alpine
36619 created that has existed for longer than 10 minutes will be automatically erased.
36620 Alpine also erases these directories upon exiting.
36623 When Alpine creates a directory to house the files associated to a message that will
36624 pass to an external browser, it tries to delete that directory later on, according to
36625 the discussion above. What this means is that you should consider the contents of the
36626 ~/.alpine-html directory in unix-like Alpine and the alpine-html folder in PC-Alpine
36627 as temporary, and not rely on their existence. If you attempt to save files in one of
36628 these directories, chances are your data will be deleted by Alpine. Since deleting is
36629 a destructive action,
36630 every session of Alpine that you have open will only attempt to remove the directories
36631 it created, with their content in them. If this operation fails, Alpine will not try
36632 to investigate, nor will report to you, why the operation failed. Therefore, users
36633 should periodically check their html directory to see if there is content there that
36634 they wish to delete.
36637 <UL>
36638 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36639 </UL><P>
36640 &lt;End of help on this topic&gt;
36641 </BODY>
36642 </HTML>
36643 ===== h_mainhelp_smime ======
36644 <HTML>
36645 <HEAD>
36646 <TITLE>S/MIME Overview</TITLE>
36647 </HEAD>
36648 <BODY>
36649 <H1>S/MIME Overview</H1>
36651 S/MIME is a standard for the public key encryption and signing of email.
36652 UNIX Alpine contains a basic implementation of S/MIME based on
36653 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries. The
36654 same support can be provided using the 
36655 <A HREF="http://www.libressl.org/">LibreSSL</A> libraries. The
36656 support for S/MIME in PC-Alpine is fully based on the LibreSSL libraries.
36657 To check if this version of Alpine supports S/MIME look at
36658 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
36659 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
36661 Some limitations:
36662 <UL>
36663    <LI> There is no provision for checking for CRLs
36664         (Certificate Revocation Lists) in Alpine.
36665    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
36666    <LI> There is no mechanism available for feeding either an entire incoming
36667         or an entire outgoing message to an external
36668         filter and using that external filter to do S/MIME or PGP processing.
36669    <LI> Because the implementation currently uses OpenSSL, there is only a very
36670         limited integration with the Mac OS Keychain (the storing and access of
36671         public certificates).
36672 </UL>
36674 The S/MIME configuration screen is reached by going to the Main Menu and typing
36675 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
36678 <H2>S/MIME BASICS</H2>
36680 In order to digitally sign messages you send you must have a public/private key-pair.
36681 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
36682 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
36683 users or a company which provides certificates for its workers.
36684 These certificates are bound to an email address, so the identity being verified is the
36685 email address not a person's name.
36687 Mail is signed by using the sender's private key, which only the owner of the private key
36688 has access to.
36689 The signature is verified using the signer's public key, which anyone can
36690 have access to.
36691 With Alpine, the first time you receive a signed message the public key of the
36692 sender will be stored for future use.
36695 Mail is encrypted using the recipient's public key and decrypted by
36696 the recipient with their private key.
36699 You need a key of your own in order to sign outgoing messages and to have others
36700 encrypt messages sent to you.
36701 You do not need a key of your own to verify signed messages sent by others or to
36702 encrypt messages sent to others.
36704 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
36706 By default UNIX Alpine stores the certificates it uses in a directory in your
36707 home directory.
36708 The directory name is
36710 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
36712 For PC-Alpine, the equivalent directory is called 
36713 <CENTER><SAMP>alpine-smime</SAMP></CENTER>
36714 and is also located under your home directory.
36716 Within that directory are three subdirectories.
36717 Each of the three subdirectories contains files with PEM-encoded contents,
36718 the default format for OpenSSL.
36719 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
36720 The files within that directory have names that are email addresses with the
36721 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
36722 An example filename is
36724 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
36726 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
36727 your private key.
36728 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
36729 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
36730 Authorities that you want to trust but that aren't contained in the set of system CAs.
36731 Those files may have arbitrary names as long as they end with the
36732 suffix &quot;<SAMP>.crt</SAMP>&quot;.
36734 <H2>HOW TO SIGN AND ENCRYPT</H2>
36736 If you have a certificate you may sign outgoing messages.
36737 After typing the Ctrl-X command to send a message you will see the prompt
36739 <CENTER><SAMP>Send message?</SAMP></CENTER>
36741 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
36742 Typing the &quot;G&quot; command will change the prompt to
36744 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
36746 Typing the &quot;E&quot; command will change the prompt to
36748 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
36750 You may even type both to get
36752 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
36755 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
36757 The reading of a signed message should not require any special action on
36758 your part.
36759 There should be an editorial addition at the start of the message which
36760 says either
36762 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
36766 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
36768 If an encrypted message is sent to you the encrypted text will not
36769 be shown.
36770 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
36771 you are viewing the message) and supply your passphrase when asked.
36773 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
36774 which gives you some information about the certificate used to sign or encrypt the message.
36776 <H2>MISCELLANEOUS</H2>
36778 If you have access to a private certificate in the PKCS12 format, which 
36779 would sometimes be in a file with a &quot;.p12&quot; extension, then you can 
36780 use the following commands to generate private keys, public and certificate
36781 authorities certificates. In the examples below, we assume that the 
36782 certificate in the p12 format is called &quot;certificate.p12&quot;, and 
36783 that your email address is &quot;your@address.com&quot;.
36786 In order to create a private key use the command
36788 <CENTER><SAMP>openssl pkcs12 -in certificate.p12 -out your@address.com.key</SAMP></CENTER>
36790 In order to create a public certificate use the command
36792 <CENTER><SAMP>
36793 openssl pkcs12 -in certificate.p12 -clcerts -nokeys -out your@address.com.crt
36794 </SAMP></CENTER>
36796 In order to create a certificate authority certificate use the command
36798 <CENTER><SAMP>
36799 openssl pkcs12 -in certificate.p12 -cacerts -nokeys -out certificate-ca.crt 
36800 </SAMP></CENTER>
36802 <P> If the previous command produces an empty file, it means that the 
36803 certificate authority was not included in the .p12 file, so you will have 
36804 to get it from some other sources. You will need these certificates, so 
36805 that you can validate correctly signatures.
36808 After you have exported these certificates and keys, you can  use the import 
36809 command in Alpine, from the S/MIME configuration screen,
36810 to import these certificates into Alpine. They will be available for use
36811 as soon as you import them.
36813 &lt;End of help on this topic&gt;
36814 </BODY>
36815 </HTML>
36816 ====== h_config_smime_pubcertdir =====
36817 <HTML>
36818 <HEAD>
36819 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
36820 </HEAD>
36821 <BODY>
36822 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
36825 If the option
36826 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
36827 is set then this option will have no effect.
36829 Normally, Public Certificates for use with S/MIME will be stored in the directory
36830 which is the value of this option.
36831 Those certificates will be stored in PEM format, one certificate per file.
36832 The name of the file for the certificate corresponding to
36834 <CENTER><SAMP>emailaddress</SAMP></CENTER>
36836 should be
36838 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
36840 For example, a file for user@example.com would be in the file
36842 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
36844 in this directory.
36846 Use the Setup/SMIME screen to modify this variable.
36848 Typically, the public certificates that you have will come from S/MIME signed
36849 messages that are sent to you.
36850 Alpine will extract the public certificate from the signed message and store
36851 it in the certificates directory.
36852 These PEM format public certificates look something like:
36853 <PRE>
36854 -----BEGIN CERTIFICATE-----
36855 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
36856 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
36857 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
36859 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
36860 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
36861 -----END CERTIFICATE-----
36862 </PRE>
36864 <UL>   
36865 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36866 </UL><P>
36868 <UL>   
36869 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36870 </UL><P>
36871 &lt;End of help on this topic&gt;
36872 </BODY>
36873 </HTML>
36874 ====== h_config_smime_pubcertcon =====
36875 <HTML>
36876 <HEAD>
36877 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
36878 </HEAD>
36879 <BODY>
36880 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
36883 If this option is set it will be used instead of
36884 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
36886 This option gives you a way to store certificates remotely on an IMAP server
36887 instead of storing the certificates one per file locally.
36888 In order to do that you just give this option a remote folder name for a folder
36889 which does not yet exist.
36890 The name is similar to the name you might use for a remote configuration file.
36891 A remote folder name might look something like:
36893 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
36896 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
36897 about the syntax of folder names.
36899 Use the Setup/SMIME screen to modify this variable.
36901 <UL>   
36902 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36903 </UL><P>
36905 <UL>   
36906 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36907 </UL><P>
36908 &lt;End of help on this topic&gt;
36909 </BODY>
36910 </HTML>
36911 ====== h_config_smime_privkeydir =====
36912 <HTML>
36913 <HEAD>
36914 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
36915 </HEAD>
36916 <BODY>
36917 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
36920 In order to sign outgoing S/MIME messages you will need a
36921 personal digital ID certificate.
36922 You will usually get such a certificate from a certificate authority such as
36923 Thawte or CAcert.
36924 (In order to encrypt outgoing messages you don't need a personal digital ID, you
36925 need the public certificate of the recipient instead.)
36926 If the option
36927 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
36928 is set then this option will have no effect.
36930 Normally, Private Keys for use with S/MIME will be stored in the directory
36931 which is the value of this option.
36932 Those certificates will be stored in PEM format, one certificate per file.
36933 The name of the file for the certificate corresponding to your
36935 <CENTER><SAMP>emailaddress</SAMP></CENTER>
36937 should be
36939 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
36941 For example, if your address is user@example.com the name of the file would be
36943 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
36945 in this directory.
36947 Use the Setup/SMIME screen to modify this variable.
36949 Typically, the private key that you have will come from a Certificate
36950 Authority.
36951 The private key should be stored in a PEM format file that
36952 looks something like:
36953 <PRE>
36954 -----BEGIN RSA PRIVATE KEY-----
36955 Proc-Type: 4,ENCRYPTED
36956 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
36958 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
36959 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
36960 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
36962 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
36963 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
36964 -----END RSA PRIVATE KEY-----
36965 </PRE>
36967 <UL>   
36968 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36969 </UL><P>
36971 <UL>   
36972 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36973 </UL><P>
36974 &lt;End of help on this topic&gt;
36975 </BODY>
36976 </HTML>
36977 ====== h_config_smime_privkeycon =====
36978 <HTML>
36979 <HEAD>
36980 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
36981 </HEAD>
36982 <BODY>
36983 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
36986 If this option is set it will be used instead of
36987 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
36989 This option gives you a way to store keys remotely on an IMAP server
36990 instead of storing the keys one per file locally.
36991 In order to do that you just give this option a remote folder name for a folder
36992 which does not yet exist.
36993 The name is similar to the name you might use for a remote configuration file.
36994 A remote folder name might look something like:
36996 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
36999 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
37000 about the syntax of folder names.
37002 Use the Setup/SMIME screen to modify this variable.
37004 <UL>   
37005 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37006 </UL><P>
37008 <UL>   
37009 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37010 </UL><P>
37011 &lt;End of help on this topic&gt;
37012 </BODY>
37013 </HTML>
37014 ====== h_config_smime_cacertdir =====
37015 <HTML>
37016 <HEAD>
37017 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
37018 </HEAD>
37019 <BODY>
37020 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
37023 If the option
37024 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
37025 is set then this option will have no effect.
37027 CACert is a shorthand name for certification authority certificate.
37028 Normally Alpine will use the CACerts that are located in the standard system
37029 location for CACerts.
37030 It may be the case that one of your correspondents has a Digital ID which has
37031 been signed by a certificate authority that is not in the regular set of system certificate
37032 authorities.
37033 You may supplement the system list by adding further certificates of your own.
37034 These should  be stored in the directory
37035 which is the value of this option.
37036 The certificates will be stored in PEM format, one certificate per file.
37037 The names of the files can be anything ending in &quot;.crt&quot;.
37039 Use the Setup/SMIME screen to modify this variable.
37041 These PEM format CA certificates look very similar to your public
37042 certificates for particular email addresses
37043 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
37045 <UL>   
37046 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37047 </UL><P>
37049 <UL>   
37050 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37051 </UL><P>
37052 &lt;End of help on this topic&gt;
37053 </BODY>
37054 </HTML>
37055 ====== h_config_smime_cacertcon =====
37056 <HTML>
37057 <HEAD>
37058 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
37059 </HEAD>
37060 <BODY>
37061 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
37064 If this option is set it will be used instead of
37065 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
37067 This option gives you a way to store certificates remotely on an IMAP server
37068 instead of storing the certificates one per file locally.
37069 In order to do that you just give this option a remote folder name for a folder
37070 which does not yet exist.
37071 The name is similar to the name you might use for a remote configuration file.
37072 A remote folder name might look something like:
37074 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
37077 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
37078 about the syntax of folder names.
37080 Use the Setup/SMIME screen to modify this variable.
37082 <UL>   
37083 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37084 </UL><P>
37086 <UL>   
37087 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37088 </UL><P>
37089 &lt;End of help on this topic&gt;
37090 </BODY>
37091 </HTML>
37092 ========== h_config_smime_sign_by_default ==========
37093 <HTML>
37094 <HEAD>
37095 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
37096 </HEAD>
37097 <BODY>
37098 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
37101 This feature only has an effect if your version of Alpine includes
37102 support for S/MIME.
37103 It affects Alpine's behavior when you send a message.
37104 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
37106 Only the default value is affected.
37107 In any case, you may still toggle the Signing option on or off before sending
37108 with the &quot;G Sign&quot; command (provided you have a personal digital ID
37109 certificate).
37111 <UL>   
37112 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37113 </UL><P>
37116 <UL>   
37117 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37118 </UL><P>
37119 &lt;End of help on this topic&gt;
37120 </BODY>
37121 </HTML>
37122 ========== h_config_smime_use_cert_store ==========
37123 <HTML>
37124 <HEAD>
37125 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></TITLE>
37126 </HEAD>
37127 <BODY>
37128 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></H1>
37131 This feature only has an effect if your version of Alpine includes
37132 support for S/MIME.
37133 It affects Alpine's behavior when you validate a message, and should
37134 not be disabled, unless you are performing a test.
37136 There are two important aspects of validation: validation of the message
37137 (that is, the message was not modified after it was sent) 
37138 as well as validation of the identity of the sender. This option has to 
37139 do with the latter. 
37141 In order to validate that the message came from the sender in the message
37142 and not an impersonator, Alpine can 
37143 either use the certificates that come in the message, or the ones that 
37144 you have personally stored. If this feature is enabled (the default) then 
37145 Alpine will use certificates that you have already saved in your store 
37146 and not those that come in the message to validate the sender of the 
37147 message. In particular, the first time that you receive a signed message
37148 from a sender, and their certificate does not validate against your
37149 store, then you will be asked if you wish to save such certificate. If
37150 you do not wish to save the certificate, then Alpine will fail to validate
37151 the signature of the message. Otherwise, Alpine will proceed to validate
37152 the signature of the message. This behavior helps you prevent against impersonation, because 
37153 it is assumed that you trust the certificates that you have saved, and 
37154 might not trust those that came with the message that you are validating.
37156 <UL>   
37157 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37158 </UL><P>
37161 <UL>   
37162 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37163 </UL><P>
37164 &lt;End of help on this topic&gt;
37165 </BODY>
37166 </HTML>
37167 ========== h_config_smime_pubcerts_in_keychain ==========
37168 <HTML>
37169 <HEAD>
37170 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
37171 </HEAD>
37172 <BODY>
37173 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
37176 If this feature is set the Mac OS X default keychain will be used as the place
37177 to store public certificates instead of a
37178 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
37179 or a
37180 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
37182 <UL>   
37183 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37184 </UL><P>
37186 <UL>   
37187 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37188 </UL><P>
37189 &lt;End of help on this topic&gt;
37190 </BODY>
37191 </HTML>
37192 ========== h_config_smime_dont_do_smime ==========
37193 <HTML>
37194 <HEAD>
37195 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
37196 </HEAD>
37197 <BODY>
37198 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
37201 Setting this feature turns off all of Alpine's S/MIME support.
37202 You might want to set this if you are having trouble due to the S/MIME support.
37204 <UL>   
37205 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37206 </UL><P>
37209 <UL>   
37210 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37211 </UL><P>
37212 &lt;End of help on this topic&gt;
37213 </BODY>
37214 </HTML>
37215 ========== h_config_smime_encrypt_by_default ==========
37216 <HTML>
37217 <HEAD>
37218 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
37219 </HEAD>
37220 <BODY>
37221 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
37224 This feature only has an effect if your version of Alpine includes
37225 support for S/MIME.
37226 It affects Alpine's behavior when you send a message.
37227 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
37229 Only the default value is affected.
37230 In any case, you may still toggle the Encrypt option on or off before sending
37231 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
37232 for the recipient).
37234 <UL>   
37235 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37236 </UL><P>
37239 <UL>   
37240 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37241 </UL><P>
37242 &lt;End of help on this topic&gt;
37243 </BODY>
37244 </HTML>
37245 ========== h_config_smime_remember_passphrase ==========
37246 <HTML>
37247 <HEAD>
37248 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
37249 </HEAD>
37250 <BODY>
37251 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
37254 This feature only has an effect if your version of Alpine includes
37255 support for S/MIME.
37256 If this option is set, you will only have to enter your passphrase for your private key
37257 once during an Alpine session.
37259 <UL>   
37260 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37261 </UL><P>
37264 <UL>   
37265 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37266 </UL><P>
37267 &lt;End of help on this topic&gt;
37268 </BODY>
37269 </HTML>
37270 ====== h_config_smime_transfer_pub_to_con =====
37271 <HTML>
37272 <HEAD>
37273 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
37274 </HEAD>
37275 <BODY>
37276 <H1>S/MIME: Transfer Public Certs to Container</H1>
37279 The Transfer command will copy the public certificates in your configured
37280 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
37281 to the container in your configured
37282 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
37283 This might be useful if you decide to switch from using a cert directory to a cert
37284 container.
37286 Warning: Any previous contents in the container will be lost.
37288 <UL>   
37289 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37290 </UL><P>
37292 <UL>   
37293 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37294 </UL><P>
37295 &lt;End of help on this topic&gt;
37296 </BODY>
37297 </HTML>
37298 ====== h_config_smime_transfer_pub_to_dir =====
37299 <HTML>
37300 <HEAD>
37301 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
37302 </HEAD>
37303 <BODY>
37304 <H1>S/MIME: Transfer Public Certs to Directory</H1>
37307 The Transfer command will copy the public certificates in your configured
37308 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
37309 to the directory in your configured
37310 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
37311 This might be useful if you decide to switch from using a cert container to a cert
37312 directory.
37314 <UL>   
37315 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37316 </UL><P>
37318 <UL>   
37319 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37320 </UL><P>
37321 &lt;End of help on this topic&gt;
37322 </BODY>
37323 </HTML>
37324 ====== h_config_smime_transfer_priv_to_con =====
37325 <HTML>
37326 <HEAD>
37327 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
37328 </HEAD>
37329 <BODY>
37330 <H1>S/MIME: Transfer Private Keys to Container</H1>
37333 The Transfer command will copy the private keys in your configured
37334 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
37335 to the container in your configured
37336 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
37337 This might be useful if you decide to switch from using a key directory to a key
37338 container.
37340 Warning: Any previous contents in the container will be lost.
37342 <UL>   
37343 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37344 </UL><P>
37346 <UL>   
37347 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37348 </UL><P>
37349 &lt;End of help on this topic&gt;
37350 </BODY>
37351 </HTML>
37352 ====== h_config_smime_transfer_priv_to_dir =====
37353 <HTML>
37354 <HEAD>
37355 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
37356 </HEAD>
37357 <BODY>
37358 <H1>S/MIME: Transfer Private Keys to Directory</H1>
37361 The Transfer command will copy the private keys in your configured
37362 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
37363 to the directory in your configured
37364 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
37365 This might be useful if you decide to switch from using a key container to a key
37366 directory.
37368 <UL>   
37369 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37370 </UL><P>
37372 <UL>   
37373 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37374 </UL><P>
37375 &lt;End of help on this topic&gt;
37376 </BODY>
37377 </HTML>
37378 ====== h_config_smime_transfer_cacert_to_con =====
37379 <HTML>
37380 <HEAD>
37381 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
37382 </HEAD>
37383 <BODY>
37384 <H1>S/MIME: Transfer CA Certs to Container</H1>
37387 The Transfer command will copy the CA certificates in your configured
37388 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
37389 to the container in your configured
37390 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
37391 This might be useful if you decide to switch from using a CA cert directory to a CA cert
37392 container.
37394 Warning: Any previous contents in the container will be lost.
37396 <UL>   
37397 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37398 </UL><P>
37400 <UL>   
37401 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37402 </UL><P>
37403 &lt;End of help on this topic&gt;
37404 </BODY>
37405 </HTML>
37406 ====== h_config_smime_transfer_cacert_to_dir =====
37407 <HTML>
37408 <HEAD>
37409 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
37410 </HEAD>
37411 <BODY>
37412 <H1>S/MIME: Transfer CA Certs to Directory</H1>
37415 The Transfer command will copy the CA certificates in your configured
37416 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
37417 to the directory in your configured
37418 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
37419 This might be useful if you decide to switch from using a CA cert container to a CA cert
37420 directory.
37422 <UL>   
37423 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37424 </UL><P>
37426 <UL>   
37427 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37428 </UL><P>
37429 &lt;End of help on this topic&gt;
37430 </BODY>
37431 </HTML>
37432 ====== h_config_smime_transfer_pubcon_to_key =====
37433 <HTML>
37434 <HEAD>
37435 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
37436 </HEAD>
37437 <BODY>
37438 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
37440 Mac OS X Alpine only.
37442 The Transfer command will copy the public certificates in your configured
37443 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
37444 to your default Mac OS X Keychain.
37445 This might be useful if you decide to switch from using a cert container to using
37446 the Keychain to store your public certs, which you may do by using the
37447 feature
37448 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
37450 <UL>   
37451 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37452 </UL><P>
37454 <UL>   
37455 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37456 </UL><P>
37457 &lt;End of help on this topic&gt;
37458 </BODY>
37459 </HTML>
37460 ====== h_config_smime_transfer_pubkey_to_con =====
37461 <HTML>
37462 <HEAD>
37463 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
37464 </HEAD>
37465 <BODY>
37466 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
37469 The Transfer command will copy the public certificates in your configured
37470 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
37471 to your default Mac OS X Keychain.
37472 This might be useful if you decide to switch from using a cert container to using
37473 the Keychain to store your public certs.
37475 <UL>   
37476 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37477 </UL><P>
37479 <UL>   
37480 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37481 </UL><P>
37482 &lt;End of help on this topic&gt;
37483 </BODY>
37484 </HTML>
37485 ====== h_config_smime_public_certificates =====
37486 <HTML>
37487 <HEAD>
37488 <TITLE>S/MIME: Manage Public Certificates</TITLE>
37489 </HEAD>
37490 <BODY>
37491 <H1>S/MIME: Manage Public Certificates</H1>
37494 This menu item allows you to manage your public certificates, this
37495 may include your own public certificate, but it normally includes
37496 certificates of people you correspond with. These certificates are
37497 saved by Alpine automatically when they are found in signed messages
37498 that you receive. This interface allows you to manage them, by
37499 giving you the option to delete them, or trust them (in the case
37500 of self-signed certificates).
37503 Please note that Alpine will not validate a message that was sent to you
37504 using a self-signed certificate, unless you decide to trust that certificate.
37505 Internally, a certificate is trusted by copying it to the
37506 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
37507 collection. If you decide that you want to stop trusting a self-signed
37508 certificate, you must delete such certificate from such collection.
37510 The <B>I</B> Import command available in this screen allows you to 
37511 import a command to this collection.
37513 <UL>   
37514 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37515 </UL><P>
37517 <UL>   
37518 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37519 </UL><P>
37520 &lt;End of help on this topic&gt;
37521 </BODY>
37522 </HTML>
37523 ====== h_config_smime_private_keys =====
37524 <HTML>
37525 <HEAD>
37526 <TITLE>S/MIME: Manage Private Keys</TITLE>
37527 </HEAD>
37528 <BODY>
37529 <H1>S/MIME: Manage Private Keys</H1>
37532 This option allows you to manage your private key. Normally a person has only
37533 one key, in the same way that a person only has one valid passport, or ID card,
37534 at any given time. This option allows you to manage private keys. You can
37535 delete them or import them. Additionally, you can view information
37536 about your public certificate, such as the issuer and the dates of validity
37537 of such certificate, among others.
37540 If you have more than one e-mail address for which you want to use the 
37541 same private key, you must add all those addresses to the private key at 
37542 the moment that the key is generated. When you receive a signed message using 
37543 a key generated for several e-mail addresses, Alpine will save a 
37544 certificate for each e-mail address included in such certificate.
37546 The <B>I</B> Import command available in this screen allows you to 
37547 import a command to this collection.
37549 <UL>   
37550 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37551 </UL><P>
37553 <UL>   
37554 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37555 </UL><P>
37556 &lt;End of help on this topic&gt;
37557 </BODY>
37558 </HTML>
37559 ====== h_config_smime_certificate_authorities =====
37560 <HTML>
37561 <HEAD>
37562 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
37563 </HEAD>
37564 <BODY>
37565 <H1>S/MIME: Manage Certificate Authorities</H1>
37568 This collection contains certificates that are needed to validate the 
37569 certificate of another person, and therefore contains certificates that 
37570 you trust. Typically a certificate is signed by another entity, called a 
37571 certificate authority. This option allows you to manage which certificates 
37572 you trust, allowing you to import them and to delete them or view information
37573 about each certificate, such as the issuer and the dates of validity
37574 of such certificate.
37576 The <B>I</B> Import command available in this screen allows you to 
37577 import a command to this collection.
37579 <UL>   
37580 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37581 </UL><P>
37583 <UL>   
37584 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37585 </UL><P>
37586 &lt;End of help on this topic&gt;
37587 </BODY>
37588 </HTML>
37589 ====== h_config_smime_password_file_certificates =====
37590 <HTML>
37591 <HEAD>
37592 <TITLE>S/MIME: Manage Password File Certificates</TITLE>
37593 </HEAD>
37594 <BODY>
37595 <H1>S/MIME: Manage Password File Certificates</H1>
37598 This option allows you to manage the certificates that are used to
37599 encrypt and decrypt your password file. This is useful in case you
37600 want to change the certificates used to encrypt your password file.
37602 Depending on the version of Alpine that you used for the first time
37603 to set this up, you might have had to enter a password to enter this
37604 screen. In the case that you did not enter a password to enter this
37605 screen, you should know two things that are important:
37606 <UL>
37607 <LI> If anyone takes control of your computer (for example, if you 
37608 left it unattended) then that person can add a password to your
37609 password file and make it unreadable to you in the future.
37610 <LI> If anyone can access your computer (this includes remote access)
37611 then that person can steal your password file and decrypt it without
37612 your help. This gives access to that person to the same services you
37613 have access and such person can use your name to access that service.
37614 In particular, that person can try to hack into your service provider
37615 with your name on it, or that person could try to send spam with
37616 your name.
37617 </UL>
37618 <P> Needless to say, this is not advisable. You should keep your
37619 password file protected. In order to do so, all you need to do is use
37620 the &quot;Create Key&quot; command to create a key. Once you do this,
37621 Alpine will use that key, encrypted with the password used to create that
37622 key, to protect your password file.
37624 In this screen you can import a new key to encrypt your password file, 
37625 and read cryptographic information on your current key.
37627 To import a new key press &quot;RETURN&quot; and enter the location of
37628 the new key. You will be asked to enter the password of the new key. If
37629 this part of the process is successful, Alpine will search for the 
37630 certificate that matches that key. If your key is named 
37631 &quot;your_email@address.com.key&quot;, then Alpine will look for your
37632 certificate in the same directory in the file named
37633 &quot;your_email@address.com.crt&quot;, otherwise it will look for it
37634 as part of your key (that is, it will look to see if your certificate
37635 is in the file &quot;your_email@address.com.key&quot;), if all of this
37636 fails, Alpine will ask you to enter the location of the certificate
37637 that matches the key you unlocked. If a certificate is found, it will be 
37638 used, and in this case, the password file will be read, decrypted with the 
37639 old key and encrypted with the new key. Once this is done, the new key and 
37640 certificates are saved, and the old keys are permanently deleted.
37642 Alpine does not create a backup of your password file, or your old keys
37643 that will be replaced. If you need to keep old copies, you will have to do
37644 this operation outside Alpine.
37646 Observe that you can use this screen to remove the password for the key.
37647 As explained earlier, this is not advisable, but you can always restore the
37648 password to encrypt your password file by creating a new key.
37650 Be safe and keep your password file encrypted with a password.
37651 <UL>   
37652 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37653 </UL><P>
37655 <UL>   
37656 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37657 </UL><P>
37658 &lt;End of help on this topic&gt;
37659 </BODY>
37660 </HTML>
37661 ====== h_certificate_information =====
37662 <HTML>
37663 <HEAD>
37664 <TITLE>S/MIME: Certificate Information Screen</TITLE>
37665 </HEAD>
37666 <BODY>
37667 <H1>S/MIME: Certificate Information Screen</H1>
37670 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
37671 such as its owner, e-mail address, issuer, and interval of validity, 
37672 among others.
37674 In the case of public certificates, this screen shows you if there was a
37675 failure when attempting to validate such message. If the certificate is
37676 self-signed, then the <B>T</B> Trust command will be available, which
37677 you can use to trust such certificate and make Alpine not fail validating 
37678 signatures signed with such certificate.
37680 You can also mark a certificate deleted, with the <B>D</B> command, or 
37681 remove the deleted mark with the <B>U</B> undelete command.
37683 In the case of your private key, Alpine shows you the information
37684 from your public key. Additionally, Alpine allows you to see public
37685 and private information about your key, with the <B>B</B> and
37686 <B>R</B> commands respectively.
37687 <UL>   
37688 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37689 </UL><P>
37691 <UL>   
37692 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37693 </UL><P>
37694 &lt;End of help on this topic&gt;
37695 </BODY>
37696 </HTML>
37697 ====== h_config_smime_manage_public_menu =====
37698 <HTML>
37699 <HEAD>
37700 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
37701 </HEAD>
37702 <BODY>
37703 <H1>S/MIME: Commands that Manage Public Certificates</H1>
37706 This screen allows you to manage your public certificates. 
37708 The format of this screen is as follows. There are five fields: The 
37709 leftmost field is normally empty, but it could contain the letter 
37710 &quot;D&quot; to indicate that that certificate has been marked for 
37711 deletion. The next field is the e-mail address of the owner of the 
37712 certificate, shown in its entirety. The third and fourth field are the 
37713 first and last day validity for that certificate, respectively. The date
37714 is displayed in the user's locale unless the option 
37715 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>
37716 is set. In this case, the month, day and year are represented by two
37717 digits, and the format used is mm/dd/yy. Finally, the fifth 
37718 field is what can be displayed of the MD5 hash of the certificate. You can 
37719 use any of the last three fields to distinguish between two certificates 
37720 for the same owner.
37722 Available commands in this screen and a short description of what they 
37723 do follows.
37724 <UL>
37725 <LI> <B>I</B> Imports a public certificate to this collection.
37726 <LI> <B>V</B> View information about a certificate such as the name of the person the
37727 certificate was issued to, its dates of validity, and validity status.
37728 <LI> <B>D</B> Marks a certificate deleted.
37729 <LI> <B>U</B> Removes the deletion mark on a certificate.
37730 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
37731 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
37732 trust a certificate by copying it to the collection of trusted certificates.
37733 </UL>
37735 All commands provide feedback to let you know about their success or failure.
37737 <UL>   
37738 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37739 </UL><P>
37741 <UL>   
37742 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37743 </UL><P>
37744 &lt;End of help on this topic&gt;
37745 </BODY>
37746 </HTML>
37747 ====== h_config_smime_manage_private_menu =====
37748 <HTML>
37749 <HEAD>
37750 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
37751 </HEAD>
37752 <BODY>
37753 <H1>S/MIME: Commands that Manage Private Keys</H1>
37756 This screen allows you to manage your private key.
37758 The format of this screen is as follows. There are five fields: The 
37759 leftmost field is normally empty, but it could contain the letter 
37760 &quot;D&quot; to indicate that that certificate has been marked for 
37761 deletion. The next field is the e-mail address of the owner of the 
37762 certificate, shown in its entirety. The third field is the first day of 
37763 validity for that certificate; the fourth field in the last day that that 
37764 certificate is valid, and the fifth field is what can be displayed of the 
37765 MD5 hash of the public certificate corresponding to this private key. You 
37766 can use any of the last three fields to distinguish between two 
37767 certificates for the same owner.
37769 Available commands and a short description of what they do follows.
37770 <UL>
37771 <LI> <B>I</B> Imports a new public key to this collection.
37772 <LI> <B>V</B> View information about the public certificate corresponding to this
37773 key.
37774 <LI> <B>D</B> Marks a key to be deleted.
37775 <LI> <B>U</B> Removes the deletion mark on a key.
37776 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
37777 Note that expunging a private key does not remove the public key, which must
37778 be removed separately.
37779 </UL>
37781 All commands provide feedback to let you know about their success or failure.
37783 <UL>   
37784 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37785 </UL><P>
37787 <UL>   
37788 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37789 </UL><P>
37790 &lt;End of help on this topic&gt;
37791 </BODY>
37792 </HTML>
37793 ====== h_config_smime_manage_cacerts_menu =====
37794 <HTML>
37795 <HEAD>
37796 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
37797 </HEAD>
37798 <BODY>
37799 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
37802 This screen allows you to manage your collection of certificates that you
37803 trust. 
37805 The format of this screen is as follows. There are five fields: The 
37806 leftmost field is normally empty, but it could contain the letter 
37807 &quot;D&quot; to indicate that that certificate has been marked for 
37808 deletion. The next field is the e-mail address of the owner of the 
37809 certificate, shown in its entirety. The third field is the first day of 
37810 validity for that certificate; the fourth field in the last day that that 
37811 certificate is valid, and the fifth field is what can be displayed of the 
37812 MD5 hash of the certificate. You can use any of the last three fields to 
37813 distinguish between two certificates for the same owner.
37815 Available commands and a short description of what they do follows.
37816 <UL>
37817 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
37818 done by reading the certificate and validating it. Once a certificate
37819 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
37820 to the certificate, if necessary.
37821 <LI> <B>V</B> View information about this certificate, such as its issuer 
37822 and validity dates.
37823 <LI> <B>D</B> Marks a certificate to be deleted.
37824 <LI> <B>U</B> Removes the deletion mark on a certificate.
37825 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
37826 </UL>
37828 All commands provide feedback to let you know about their success or failure.
37830 <UL>
37831 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37832 </UL><P>
37834 <UL>   
37835 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37836 </UL><P>
37837 &lt;End of help on this topic&gt;
37838 </BODY>
37839 </HTML>
37840 ====== h_config_lame_list_mode =====
37841 <HTML>
37842 <HEAD>
37843 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
37844 </HEAD>
37845 <BODY>
37846 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
37848 This feature modifies the method Alpine uses to ask your IMAP
37849 server for folder names to display in the FOLDER LIST screen.
37850 It is intended to compensate for a small set of IMAP servers that
37851 are programmed to ignore a part of the request, and thus respond
37852 to Alpine's query with nonsensical results.
37855 If you find that Alpine is erroneously displaying blank folder lists,
37856 try enabling this feature.
37859 NOTE: Enabling this feature has consequences for the Goto and Save
37860 commands.  Many servers allow access to folders outside the area
37861 reserved for your personal folders via some reserved character,
37862 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
37863 allows, at the Goto and Save prompts, quick access to folders
37864 outside your personal folder collection without requiring a specific
37865 collection definition.  This behavior will generally not be available
37866 when this feature is enabled.
37869 <UL>   
37870 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37871 </UL><P>
37872 &lt;End of help on this topic&gt;
37873 </BODY>
37874 </HTML>
37875 ====== h_config_enable_mulnewsrcs =====
37876 <HTML>
37877 <HEAD>
37878 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
37879 </HEAD>
37880 <BODY>
37881 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
37883 This feature makes it so Alpine can use multiple newsrcs based on
37884 the news server being connected to, which allows for separate lists
37885 of subscribed-to newsgroups. When this feature is not set, there is only
37886 one list of newsgroups.
37888 Under this feature, the name of a newsrc is based on the news server.
37889 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
37890 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
37891 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
37892 Setting this feature for the first time will allow for the option of using
37893 your old newsrc the next time you read news.
37895 If this feature is set, then the feature
37896 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
37897 also may affect the name of the newsrc file that is used.
37899 <UL>   
37900 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37901 </UL><P>
37902 &lt;End of help on this topic&gt;
37903 </BODY>
37904 </HTML>
37905 ======= h_ab_export_vcard =======
37906 <HTML>
37907 <HEAD>
37908 <TITLE>Address Book Export Format</TITLE>
37909 </HEAD>
37910 <BODY>
37911 <H1>Address Book Export Format</H1>
37913 You are exporting address book data from Alpine to a file outside of Alpine.
37914 You are being asked to choose the format of the export.
37915 Here are the choices:
37917 <DL>
37918 <DT><EM>A</EM>ddress List</DT>
37919 <DD>
37920 The addresses from the address book entries you are saving
37921 from will be saved one address per line.
37922 Address book lists (those with more than one address) will have
37923 all of their addresses saved separately.
37924 </DD>
37926 <DT><EM>V</EM>Card</DT>
37927 <DD>
37928 The entries will be saved in
37929 <A HREF="h_whatis_vcard">vCard</A> format.
37930 </DD>
37932 <DT><EM>T</EM>ab Separated</DT>
37933 <DD>
37934 The entries will be saved in tab-separated columns.
37935 There will be just 4 columns of data that correspond to Alpine's
37936 Nickname field, Full Name field, Address field, and Comment field.
37937 It might prove useful to Select only the Simple, non-List address book
37938 entries before Saving.
37939 </DD>
37941 <DT><EM>^C</EM> Cancel</DT>
37942 <DD>
37943 Cancel out of the Save.
37944 </DD>
37946 </DL>
37950 &lt;End of help on this topic&gt;
37951 </BODY>
37952 </HTML>
37953 ====== h_config_predict_nntp_server =====
37954 <HTML>
37955 <HEAD>
37956 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
37957 </HEAD>
37958 <BODY>
37959 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
37961 This feature allows Alpine to assume that the open NNTP server at the
37962 time of composition is the NNTP server to which the message should be
37963 posted.  This is especially recommended when there are multiple News
37964 collections.  If this feature is not set, Alpine will try to post to the first server in
37965 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
37966 this feature also negates the need to add News collection servers to
37967 the <!--#echo var="VAR_nntp-server"--> variable.
37969 This feature can be especially handy when used in conjunction with
37970 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
37972 <UL>   
37973 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37974 </UL><P>
37975 &lt;End of help on this topic&gt;
37976 </BODY>
37977 </HTML>
37978 ====== h_config_nntp_search_uses_overview =====
37979 <HTML>
37980 <HEAD>
37981 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
37982 </HEAD>
37983 <BODY>
37984 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
37986 This feature should probably be turned on unless it causes trouble.
37987 The results of the NNTP overview command (XOVER) may be used to help
37988 with some searches in news groups.
37989 It should result in quicker response time.
37990 Turning this feature on apparently causes search results which are
37991 different from what you would get with the feature turned off on some
37992 servers.
37994 <UL>   
37995 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37996 </UL><P>
37997 &lt;End of help on this topic&gt;
37998 </BODY>
37999 </HTML>
38000 ====== h_config_thread_sorts_by_arrival =====
38001 <HTML>
38002 <HEAD>
38003 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
38004 </HEAD>
38005 <BODY>
38006 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
38008 This feature affects how a threading sort arranges threads.  The default way
38009 to arrange threads is by the date of the earliest message in the thread.
38010 This feature arranges threads by the last message to arrive in a thread.
38012 This feature causes old threads that get recent messages to sort to the bottom,
38013 where previously a message arrival to a thread would not rearrange the order of
38014 that thread.
38016 <UL>   
38017 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38018 </UL><P>
38019 &lt;End of help on this topic&gt;
38020 </BODY>
38021 </HTML>
38022 ====== h_config_textplain_int =====
38023 <HTML>
38024 <HEAD>
38025 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
38026 </HEAD>
38027 <BODY>
38028 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
38030 This feature modifies the method Alpine uses to display Text/Plain
38031 MIME attachments from the Attachment Index screen.  Normally, the
38032 &quot;View&quot; command searches for any externally defined (usually
38033 via the
38034 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
38035 and displays the selected text within that viewer.
38038 Enabling this feature causes Alpine to ignore any external viewer
38039 settings and always display text with Alpine's internal viewer.
38042 <UL>   
38043 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38044 </UL><P>
38045 &lt;End of help on this topic&gt;
38046 </BODY>
38047 </HTML>
38048 ====== h_config_wp_columns =====
38049 <HTML>
38050 <HEAD>
38051 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
38052 </HEAD>
38053 <BODY>
38054 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
38056 Web Alpine only.
38058 This configuration setting specifies the number of horizontal characters
38059 used to format various WebAlpine pages.  Smaller values will tend to reduce
38060 the amount of horizontal scrolling required to view pages within narrow
38061 browsers, such as those found on PDAs, and larger values will tend to 
38062 spread more information across the page.
38065 The Message List page uses the width to determine how many characters
38066 to assign each field.  Note, a smaller value may result in a disproportionate
38067 amount of blank space between fields on each line.  Similarly, a large
38068 value may result in cramped fields or horizontal scrolling.
38071 The Message View page uses this value to determine when to wrap lines
38072 in displayed message text.  Note, a smaller value may result in jagged
38073 right margins or confusing quoting.  A larger value may cause lines of text to
38074 run beyond the browser's right edge, requiring horizontal scrolling.
38077 <UL>   
38078 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38079 </UL><P>
38080 &lt;End of help on this topic&gt;
38081 </BODY>
38082 </HTML>
38083 ====== h_config_wp_state =====
38084 <HTML>
38085 <HEAD>
38086 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
38087 </HEAD>
38088 <BODY>
38089 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
38091 Web Alpine only.
38093 Various aspects of cross-session state.
38096 <UL>   
38097 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38098 </UL><P>
38099 &lt;End of help on this topic&gt;
38100 </BODY>
38101 </HTML>
38102 ====== h_config_wp_aggstate =====
38103 <HTML>
38104 <HEAD>
38105 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
38106 </HEAD>
38107 <BODY>
38108 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
38110 Web Alpine only.
38112 Aggregate operations tab state.
38115 <UL>   
38116 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38117 </UL><P>
38118 &lt;End of help on this topic&gt;
38119 </BODY>
38120 </HTML>
38121 ====== h_config_wp_indexlines =====
38122 <HTML>
38123 <HEAD>
38124 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
38125 </HEAD>
38126 <BODY>
38127 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
38129 Web Alpine only.
38131 Number of index lines in table.
38134 <UL>   
38135 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38136 </UL><P>
38137 &lt;End of help on this topic&gt;
38138 </BODY>
38139 </HTML>
38140 ====== h_config_wp_indexheight =====
38141 <HTML>
38142 <HEAD>
38143 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
38144 </HEAD>
38145 <BODY>
38146 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
38148 Web Alpine only.
38150 Index table row height.
38153 <UL>   
38154 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38155 </UL><P>
38156 &lt;End of help on this topic&gt;
38157 </BODY>
38158 </HTML>
38159 ====== h_config_rss_news =====
38160 <HTML>
38161 <HEAD>
38162 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
38163 </HEAD>
38164 <BODY>
38165 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
38167 Web Alpine only.
38169 RSS News feed.
38172 <UL>   
38173 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38174 </UL><P>
38175 &lt;End of help on this topic&gt;
38176 </BODY>
38177 </HTML>
38178 ====== h_config_rss_weather =====
38179 <HTML>
38180 <HEAD>
38181 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
38182 </HEAD>
38183 <BODY>
38184 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
38186 Web Alpine only.
38188 RSS Weather feed.
38191 <UL>   
38192 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38193 </UL><P>
38194 &lt;End of help on this topic&gt;
38195 </BODY>
38196 </HTML>
38197 ====== h_config_send_confirms_only_expanded =====
38198 <HTML>
38199 <HEAD>
38200 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
38201 </HEAD>
38202 <BODY>
38203 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
38205 This Web Alpine option specifies whether or not a Send confirmations
38206 happens when a composed message is readied for sending or not.  The
38207 default behavior is to not confirm that the nicknames were expanded to
38208 the intended addresses.
38211 <UL>   
38212 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38213 </UL><P>
38214 &lt;End of help on this topic&gt;
38215 </BODY>
38216 </HTML>
38217 ====== h_config_enable_jump_command =====
38218 <HTML>
38219 <HEAD>
38220 <TITLE>FEATURE: enable-jump-command</TITLE>
38221 </HEAD>
38222 <BODY>
38223 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
38225 This Web Alpine option specifies whether or not a Jump command is
38226 offered in the Message List and Message View pages.  The command is
38227 implemented as an input field in the left column of the List and View
38228 screens. 
38231 When enabled and a number is entered in the input field while the
38232 Message List is displayed, the Message List is reframed with the
38233 specified message.  While viewing a message, the message associated
38234 with the specified message number is displayed.
38237 <UL>   
38238 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38239 </UL><P>
38240 &lt;End of help on this topic&gt;
38241 </BODY>
38242 </HTML>
38243 ====== h_config_enable_newmail_sound =====
38244 <HTML>
38245 <HEAD>
38246 <TITLE>FEATURE: enable-newmail-sound</TITLE>
38247 </HEAD>
38248 <BODY>
38249 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
38251 This Web Alpine option specifies whether or not a sound file is sent
38252 to the web browser along with the newmail notification message.
38256 <UL>   
38257 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38258 </UL><P>
38259 &lt;End of help on this topic&gt;
38260 </BODY>
38261 </HTML>
38262 ====== h_config_render_html_internally =====
38263 <HTML>
38264 <HEAD>
38265 <TITLE>FEATURE: render-html-internally</TITLE>
38266 </HEAD>
38267 <BODY>
38268 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
38270 By default, Web Alpine will pass cleansed HTML text you receive in messages 
38271 to the browser for display (rendering).  This feature causes Web Alpine to convert 
38272 the HTML text into plain text in the same way Unix and PC-Alpine do.
38276 <UL>   
38277 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38278 </UL><P>
38279 &lt;End of help on this topic&gt;
38280 </BODY>
38281 </HTML>
38282 ====== h_config_role_undo =====
38283 Yes, remember changes and exit back to list of roles; No, discard changes
38284 made in this screen; ^C, cancel exit and stay in this config screen.
38285 ====== h_exit_editor =====
38286 S, save changes and exit from the editor; D, do not save changes but
38287 do exit from the editor; or ^C, cancel exit and stay in the editor.
38288 ====== h_config_undo =====
38289 Yes, save changes and exit; No, exit without saving any changes made since
38290 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
38291 ====== h_os_index_whereis =====
38292 Enter ^V or ^Y to go immediately to the last or first message in the index.
38293 Or, enter the match string followed by RETURN.
38294 ====== h_os_index_whereis_agg =====
38295 Enter ^V or ^Y to go immediately to the last or first message in the index,
38296 Or, enter the match string followed by RETURN (or ^X to select all matches).
38297 =========== h_oe_add_full ==================
38298 Type the full name of the person being added and press the RETURN key.
38299 Press ^C to cancel addition.
38300 =========== h_oe_add_nick ==================
38301 Type a short nickname and press RETURN.  A nickname is a short easy-to-
38302 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
38303 ========== h_oe_add_addr ================
38304 Type the e-mail address and press RETURN.
38305 Press ^C to cancel addition.
38306 ========== h_oe_crlst_full ==============
38307 Type a long name or description for the list that you are creating and
38308 press RETURN.  Press ^C to cancel creation of list.
38309 =========== h_oe_crlst_nick =============
38310 Type a nickname (short, easy-to-remember name or single word) for the list
38311 you are creating and press RETURN.  Press ^C to cancel.
38312 ========== h_oe_crlst_addr ==============
38313 Type an e-mail address, or a nickname already in the address book that you
38314 want to be part of this list and press RETURN.
38315 ========== h_oe_adlst_addr =============
38316 Type an e-mail address or a nickname already in the address book that you
38317 want to add to this list and press RETURN.
38318 ========== h_oe_editab_nick ============
38319 Change the nickname using the arrow keys and delete key.  Press RETURN
38320 when done.  Press ^C to cancel editing and leave the nickname as it was.
38321 ========== h_oe_editab_full ============
38322 Change the full name using the arrow keys and delete key.  Press RETURN
38323 when done.  Press ^C to cancel editing and leave the full name as it was.
38324 ========== h_oe_editab_addr ============
38325 Change the address using the arrow keys and delete key.  Press RETURN
38326 when done.  Press ^C to cancel editing and leave the address as it was.
38327 ========== h_oe_editab_fcc ============
38328 Change the fcc using the arrow keys and delete key.  Press RETURN when
38329 done.  Press ^C to cancel editing and leave the fcc as it was.
38330 ========== h_oe_editab_comment ============
38331 Change the comment field using the arrow keys and delete key.  Press RETURN
38332 when done.  Press ^C to cancel editing and leave the comment as it was.
38333 ====== h_ab_forward =====
38334 Yes, expand nicknames and qualify local names with your current domain name;
38335 No, leave nicknames and local names as is;  ^C, cancel.
38336 ========== h_ab_export ==========
38337 Type the name of a file to write the addresses into and
38338 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
38339 ========== h_ab_edit_a_field ==========
38340 Edit any of the fields of the currently selected entry by typing one of the
38341 letters at the bottom of the screen.  Press ^C to cancel edit.
38342 ====== h_ab_del_data_revert =====
38343 Press B to completely delete addrbook and revert to default, C to delete config
38344 and revert while leaving data, or D to only delete data (make it empty).
38345 ====== h_ab_del_data_modify =====
38346 Press B to completely delete addrbook, C to delete configuration while leaving
38347 data, or D to delete data (make it empty) but leave config. ^C to cancel.
38348 ====== h_ab_del_config_modify =====
38349 Yes, remove this address book from my configuration.
38350 No, make no changes now.
38351 ====== h_ab_del_config_revert =====
38352 Yes, remove this address book from my config and revert to default.
38353 No, make no changes now.
38354 ====== h_ab_del_default =====
38355 Yes, remove this default address book from my configuration.
38356 No, make no changes now.
38357 ====== h_ab_really_delete =====
38358 Yes, delete the actual contents of the address book, not just the 
38359 configuration.  No, don't delete the data after all, cancel and start over.
38360 ====== h_ab_del_ignore =====
38361 Press I to ignore all the default address books for this category.  Press R to
38362 remove this one address book and add the others to your personal list.
38363 ====== h_ab_del_dir_ignore =====
38364 Press I to ignore all the default directory servers for this category.
38365 Press R to remove this one server and add the others to your personal list.
38366 ====== h_ab_copy_dups =====
38367 Yes, overwrite the existing entry.
38368 No, skip duplicates but save the rest. Press ^C to cancel.
38369 ====== h_confirm_cancel =====
38370 Type C to Confirm that you want to abandon the message you are composing.
38371 Type N or ^C to cancel out of the cancel and keep composing.
38372 ====== h_ab_text_or_vcard =====
38373 Text, start composer with displayed text already included.
38374 VCard, start composer with address book entry attached as a vCard. ^C cancels.
38375 ====== h_ab_backup_or_ldap =====
38376 Backup, copy email address from entry and allow editing of it.
38377 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
38378 ====== h_ldap_text_or_vcard =====
38379 Text: export displayed text for selected entry. Address: export only the
38380 email address. VCard: export entry in vCard format. ^C cancels.
38381 ====== h_ab_save_exp =====
38382 Save, save entry or entries to an address book.
38383 Export, save to file outside of pine. ^C cancels save.
38384 ====== h_ab_add =====
38385 A, add a brand new entry to this address book.
38386 E, edit the entry that is currently highlighted. ^C to cancel.
38387 ====== h_ab_shuf =====
38388 U, swap order of highlighted address book and the one above it.
38389 D, swap order of highlighted address book and the one below it. ^C to cancel.
38390 ====== h_ab_shuf_up =====
38391 U, swap order of highlighted address book and the one above it.
38392 Press ^C to cancel.
38393 ====== h_ab_shuf_down =====
38394 D, swap order of highlighted address book and the one below it.
38395 Press ^C to cancel.
38396 ====== h_folder_prop =====
38397 Count is # of messages in the folder, Unseen means messages that have not
38398 been read, New means messages that were Recently added to the folder.
38399 ====== h_role_shuf =====
38400 U, swap order of highlighted rule and the one above it.
38401 D, swap order of highlighted rule and the one below it. ^C to cancel.
38402 ====== h_role_shuf_up =====
38403 U, swap order of highlighted rule and the one above it.
38404 Press ^C to cancel.
38405 ====== h_role_shuf_down =====
38406 D, swap order of highlighted rule and the one below it.
38407 Press ^C to cancel.
38408 ====== h_incoming_shuf =====
38409 B, swap order of highlighted directory and the one before it.
38410 F, swap order of highlighted directory and the one after it. ^C to cancel.
38411 ====== h_incoming_shuf_up =====
38412 B, swap order of highlighted directory and the one before it.
38413 Press ^C to cancel.
38414 ====== h_incoming_shuf_down =====
38415 F, swap order of highlighted directory and the one after it.
38416 Press ^C to cancel.
38417 ====== h_dir_shuf =====
38418 U, swap order of highlighted directory and the one above it.
38419 D, swap order of highlighted directory and the one below it. ^C to cancel.
38420 ====== h_dir_shuf_up =====
38421 U, swap order of highlighted directory and the one above it.
38422 Press ^C to cancel.
38423 ====== h_dir_shuf_down =====
38424 D, swap order of highlighted directory and the one below it.
38425 Press ^C to cancel.
38426 ====== h_hdrcolor_shuf =====
38427 U, swap order of highlighted Header Color and the one above it.
38428 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
38429 ====== h_hdrcolor_shuf_up =====
38430 U, swap order of highlighted Header Color and the one above it.
38431 Press ^C to cancel.
38432 ====== h_hdrcolor_shuf_down =====
38433 D, swap order of highlighted Header Color and the one below it.
38434 Press ^C to cancel.
38435 ========== h_oe_editab_al ============
38436 Change the address using the arrow keys and delete key.  Press RETURN
38437 when done.  Press ^C to cancel editing and leave the address as it was.
38438 ========== h_dir_comp_search ===============
38439 Type a string to look for just like you would in the composer. Your configured
38440 rules for the servers with the implicit flag set will be used.
38441 ========== h_oe_searchab ===============
38442 Type the word or name you want to search for and press RETURN.  If you press
38443 RETURN without entering anything the word in [] will be searched for.
38444 ========== h_oe_chooseabook ==========
38445 Choose the address book you want to save the new entry in.
38446 Use ^N or ^P to change address books.  ^C to cancel.
38447 ========== h_oe_takeaddr ==========
38448 Edit the e-mail address using the arrow and delete keys.  Press RETURN
38449 when done.  Press ^C to cancel adding this entry to the address book.
38450 ========== h_oe_take_replace ==========
38451 Press R to replace the old entry with this new data.  You will still have
38452 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
38453 ========== h_oe_take_replace_or_add ==========
38454 Press R to replace the old entry.  Press A to add the selected addresses to
38455 the old existing list.  N to enter another nickname. ^C to cancel now.
38456 ========== h_oe_takename ==========
38457 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
38458 when done.  Press ^C to cancel adding this entry to the address book.
38459 ========== h_oe_takenick ==========
38460 Type a nickname (short easy-to-remember name, initials or single word) for this
38461 entry in the address book and press RETURN.  Press ^C to cancel addition.
38462 ========== h_oe_jump ==========
38463 Type the message number you want to jump to and press RETURN.  The word "end"
38464 represents the last message. Press ^C to cancel jumping to another message.
38465 ========== h_oe_jump_thd ==========
38466 Type the thread number you want to jump to and press RETURN.  The word "end"
38467 represents the last thread. Press ^C to cancel jumping to another thread.
38468 ========== h_oe_debuglevel ==========
38469 Higher number shows more debugging details.
38470 Press ^C if you want to cancel the change.
38471 ========== h_oe_broach ==========
38472 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
38473 to go to the previous/next collections in the list.  Press ^C to cancel goto.
38474 ========== h_oe_foldsearch ==========
38475 Type the text you want to search for in foldernames and press RETURN.  If you
38476 press RETURN without entering anything, any text in [] will be searched for.
38477 ========== h_oe_foldrename ==========
38478 Change the old name of the folder to the new name using the arrow and
38479 delete keys and press RETURN.  Press ^C to cancel rename.
38480 ========== h_oe_login ==========
38481 Enter your login name for the host you are opening the mailbox on.  Just press
38482 RETURN to use your login from this host as is, or edit it with delete key.
38483 ========== h_oe_passwd ==========
38484 Type your password for the host and login shown as part of the prompt.
38485 Press ^C to cancel opening folder.
38486 ========== h_oe_choosep ==========
38487 Enter the number associated with the printer you want to select.  Press ^C to
38488 cancel the printer selection.  The current selection is highlighted.
38489 ========== h_oe_customp ==========
38490 Type the name of the Unix print command and press RETURN.  Press ^C to
38491 cancel the printer selection.
38492 ========== h_oe_searchview ==========
38493 Type the word or name you want to search for and press RETURN.  If you press
38494 RETURN without entering anything the word in [] will be searched for.
38495 ========== h_oe_keylock ==========
38496 The keyboard is in use and locked by another user.  Only that user can
38497 unlock this keyboard by typing the password.
38498 ========== h_wt_expire ==========
38499 At the beginning of each month Alpine offers to rename your current sent-mail
38500 folder to one named for the month so you have a sent-mail folder for each month
38501 ========== h_wt_delete_old ==========
38502 It is the beginning of the month, and we need to conserve disk
38503 space.  Please delete any sent-mail that you do not need.
38504 ========== h_select_sort ==========
38505 Select the order for sorting the index by typing the capitalized letter.
38506 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
38507 ========== h_no_F_arg ============
38508 Enter name of file to be opened.
38510 ========== h_sticky_personal_name ==========
38511 Type in your name as you want it to appear on outgoing email.  This entry
38512 will be saved into your Alpine configuration file.
38513 ========== h_sticky_inbox ============
38514 INBOX syntax is usually {complete.machine.name}INBOX
38515 This entry will be saved in your Alpine configuration file.
38516 ========== h_sticky_smtp ============
38517 The name of the computer on your campus that relays your outgoing email
38518 to the Internet.  This entry will be saved in your Alpine configuration file.
38519 ========== h_sticky_user_id ==========
38520 The username or login-id part of your email address.  This entry will be
38521 saved in your Alpine configuration file.
38522 ========== h_sticky_domain ==========
38523 The domain part of your email address, NOT the name of your PC.  This
38524 entry will be saved in your Alpine configuration file.
38525 ========== h_bounce =========
38526 Enter the address or nickname of the intended recipient.  Alpine will resend
38527 the message, which will retain the original author's From: address.
38528 ========== h_incoming_add_folder_nickname =========
38529 Enter an (optional) nickname that will be used in lieu of the actual
38530 host and folder names in the FOLDER LIST display.
38531 ========== h_anon_forward ==========
38532 Enter the address of your intended recipient, or ^C to cancel.
38533 Example: jsmith@somewhere.edu
38534 ========== h_news_subscribe ==========
38535 Enter the name of the newsgroup to which you wish to subscribe,
38536 or ^C to cancel.  Example: comp.mail.pine
38537 ========== h_pipe_msg ==========
38538 Enter the name of the Unix command to which you wish to send this
38539 message, or ^C to cancel.
38540 ========== h_pipe_attach ==========
38541 Enter the name of the Unix command to which you wish to send this
38542 attachment, or ^C to cancel.
38543 ========== h_select_by_num ==========
38544 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
38545 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
38546 ========== h_select_by_gm_content ==========
38547 Enter your search key in the same way that you would enter a search
38548 key in the web interface for Gmail.
38549 ========== h_select_by_thrdnum ==========
38550 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
38551 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
38552 ========== h_select_txt_from ==========
38553 Messages with From: headers containing the entered string will be selected.
38554 ^C to cancel. ^G again to see original options.
38555 ========== h_select_txt_not_from ==========
38556 Messages without From: headers containing the entered string will be selected.
38557 ^C to cancel. ^G again to see original options.
38558 ========== h_select_txt_to ==========
38559 Messages with To: headers containing the entered string will be selected.
38560 ^C to cancel. ^G again to see original options.
38561 ========== h_select_txt_not_to ==========
38562 Messages without To: headers containing the entered string will be selected.
38563 ^C to cancel. ^G again to see original options.
38564 ========== h_select_txt_cc ==========
38565 Messages with Cc: headers containing the entered string will be selected.
38566 ^C to cancel. ^G again to see original options.
38567 ========== h_select_txt_not_cc ==========
38568 Messages without Cc: headers containing the entered string will be selected.
38569 ^C to cancel. ^G again to see original options.
38570 ========== h_select_txt_subj ==========
38571 Messages with Subject: headers containing the entered string will be selected.
38572 ^C to cancel.  ^X enters Subject: line of current message.
38573 ========== h_select_txt_not_subj ==========
38574 Messages without Subject headers containing the entered string will be selected.
38575 ^C to cancel.  ^X enters Subject: line of current message.
38576 ========== h_select_txt_all ==========
38577 All messages containing the entered string will be selected.  Headers and body,
38578 but not encoded attachments, will be compared.  Enter ^C to cancel.
38579 ========== h_select_txt_not_all ==========
38580 All messages that don't contain the entered string will be selected.  Headers
38581 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
38582 ========== h_select_txt_body ==========
38583 All messages containing the entered string will be selected. Body text, but
38584 not headers or encoded attachments, will be compared. ^C to cancel.
38585 ========== h_select_txt_not_body ==========
38586 All messages that don't contain the entered string will be selected. Body
38587 text, but not headers or encoded attachments, will be compared. ^C to cancel.
38588 ========== h_select_txt_recip ==========
38589 Messages with Cc: or To: headers containing the entered string will be selected.
38590 ^C to cancel. ^G again to see original options.
38591 ========== h_select_txt_not_recip ==========
38592 Messages without Cc: or To: headers containing the string will be selected.
38593 ^C to cancel. ^G again to see original options.
38594 ========== h_select_txt_partic ==========
38595 Messages with Cc, To, or From headers containing the string will be selected.
38596 ^C to cancel. ^G again to see original options.
38597 ========== h_select_txt_not_partic ==========
38598 Messages without Cc, To, or From headers containing the string will be selected.
38599 ^C to cancel. ^G again to see original options.
38600 ========== h_select_date ==========
38601 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
38602 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
38603 ========== h_attach_index_whereis ==========
38604 Enter some text that appears in the Attachment Index entry for the desired
38605 attachment.  The first attachment containing that text will be highlighted.
38606 ========== h_kb_lock ==========
38607 Keystrokes entered here (up to a RETURN) comprise a password that must
38608 be entered again later in order to unlock the keyboard.
38609 ========== h_compose_default ==========
38610 N, compose a new message. R, set a role.
38611 ^C to cancel.
38612 ========== h_untranslatable ==========
38613 Send using UTF-8 character set; Send but replace untranslatable characters
38614 with question marks; return to the composer; or cancel message altogether.
38615 ========== h_compose_intrptd ==========
38616 N, compose a new msg. I, continue interrupted msg. R, set a role.
38617 ^C to cancel.
38618 ========== h_compose_postponed ==========
38619 N, compose a new message. P, continue postponed msg. R, set a role.
38620 ^C to cancel.
38621 ========== h_compose_intrptd_postponed ==========
38622 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
38623 R, set a role. ^C to cancel.
38624 ========== h_compose_form ==========
38625 N, compose a new message. F, use form letter. R, set a role.
38626 ^C to cancel.
38627 ========== h_compose_intrptd_form ==========
38628 N, compose a new msg. I, continue interrupted msg. F, use form letter.
38629 R, set a role. ^C to cancel.
38630 ========== h_compose_postponed_form ==========
38631 N, compose a new message. P, continue postponed msg. F, use form letter.
38632 R, set a role. ^C to cancel.
38633 ========== h_compose_intrptd_postponed_form ==========
38634 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
38635 F, use form letter. R, set a role. ^C to cancel.
38636 ========== h_config_context_del_except ==========
38637 If you delete the last exceptional collection you can only add it back by
38638 manually editing the exceptions config file.
38639 ========== h_config_whereis ==========
38640 To move quickly to a particular line, enter a search string or
38641 ^C to cancel.
38642 ========== h_config_edit_scorei ==========
38643 Enter interval in the form (min,max). -INF and INF may be used to represent
38644 -infinity and infinity. ^C to cancel change. RETURN to accept change.
38645 ========== h_config_add ==========
38646 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
38647 pressing RETURN sets the Empty Value (this turns off any global default).
38648 ========== h_config_add_custom_color ==========
38649 Enter a header fieldname. For example, "subject" or "from".
38651 ========== h_config_add_pat_hdr ==========
38652 Enter a header fieldname. For example, "reply-to" or "organization" or
38653 any fieldname you want that isn't included already.
38654 ========== h_config_print_opt_choice ==========
38655 You may edit either the initialization string (characters printed before
38656 printing starts) or the trailer string.  Choose one or ^C to cancel.
38657 ========== h_config_print_init ==========
38658 Enter a C-style string for this.  You may use common backslash escapes like
38659 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
38660 ========== h_config_change ==========
38661 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
38662 delete current (highlighted) character, etc.  Enter ^C to cancel change.
38663 ========== h_config_replace_add ==========
38664 Replace ignores the current default, Add places the current default in your
38665 editing buffer as if you had typed it in.
38666 ========== h_config_insert_after ==========
38667 Enter a nickname for this print command.  (InsertBefore puts the new item
38668 before the current line, InsertAfter puts it after the current line.)
38669 ========== h_config_print_cmd ==========
38670 Enter command to be executed for the printer.  Use normal editing keys
38671 to modify, ^C to cancel, carriage return to accept current value.
38672 ========== h_config_role_del ==========
38673 Answering Yes will remove this rule completely from your rules list.
38674 ========== h_config_role_addfile ==========
38675 Type the name of a file to add to your configuration. You don't need to
38676 use a file, you may add rules directly (with Add) without using a file.
38677 ========== h_config_role_delfile ==========
38678 Answering Yes will remove this rule file completely from your rules list.
38679 The rules data file itself will not be removed.
38680 ========== h_config_print_del ==========
38681 Answering Yes will remove this printer completely from your printer list.
38682 ========== h_config_print_name_cmd ==========
38683 You may edit the Nickname of this printer, the Command to be executed when
38684 printing, or change the Options associated with this printer.
38685 ========== h_send_check_fcc ==========
38686 Yes, send message without an Fcc.
38687 No, return to composer.
38688 ========== h_send_check_subj ==========
38689 Yes, send message without a Subject.
38690 No, return to composer.
38691 ========== h_send_check_to_cc ==========
38692 Yes, send message without a To address, or a Cc address, or a Newsgroup.
38693 No, return to composer.
38694 ========== h_send_fcc_only ==========
38695 Yes, copy message to Fcc only and send to NO recipients.
38696 No, return to composer.
38697 ========== h_send_prompt ==========
38698 Yes, send the message.
38699 No or ^C, return to composer.
38700 ========== h_send_prompt_flowed ==========
38701 Yes, send the message.  No or ^C, return to composer.
38702 What's Flowed? See Do Not Send Flowed Text in config screen.
38703 ========== h_send_prompt_dsn ==========
38704 Yes, send the message.  No or ^C, return to composer.
38705 What's DSNOpts? See Enable Delivery Status Notification in config screen.
38706 ========== h_send_prompt_dsn_flowed ==========
38707 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
38708 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
38709 ========== h_role_confirm ==========
38710 Yes, use displayed role. No, compose without a role.
38711 ^C, cancel the message. ^T, select a role from your other eligible roles.
38712 ========== h_norole_confirm ==========
38713 Return, compose without a role.
38714 ^C, cancel the message. ^T, select a role from your eligible roles.
38715 ========== h_custom_print ==========
38716 Enter a Unix command that accepts its data on standard input.
38717 Alpine will display any information the command sends to standard output.
38718 ========== h_convert_abooks_and_sigs ==========
38719 You will be given the opportunity to convert address books and signature files
38720 to remote configurations.
38721 ========== h_convert_abooks ==========
38722 You will be given the opportunity to convert address books to remote
38723 configurations.
38724 ========== h_flag_keyword ==========
38725 Enter the name of the keyword you want to add for this folder.
38726 No spaces, parentheses, braces, percents or asterisks are allowed.
38727 ========== h_select_keyword ==========
38728 Enter the keyword you want to match, or use ^T to select a keyword from a list
38729 of possible keywords for this folder. Use ! to look for non-matches instead.
38730 ========== h_type_keyword ==========
38731 Enter the keyword you want to add. You may add a nickname in the next step.
38732 No spaces, parentheses, braces, percents or asterisks are allowed.
38733 ========== h_type_keyword_nickname ==========
38734 Enter an optional nickname for the keyword you want to add.
38735 Type Carriage return to use the keyword name instead of a nickname.
38736 ========== h_convert_sigs ==========
38737 You will be given the opportunity to convert signature files to remote
38738 configurations.
38739 ========== h_convert_abook ==========
38740 Yes is fairly safe. You will be ADDing a remote address book that is a copy
38741 of the current address book. The current abook won't be removed automatically.
38742 ========== h_convert_sig ==========
38743 Answering Yes copies the contents of the signature file into your Alpine
38744 configuration file. After that, the contents of the file will not be used.
38745 ========== h_save_addman ==========
38746 Enter the simple name of the folder you want to add. Carriage return to
38747 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
38748 ========== h_reopen_folder ==========
38749 Yes reopens the folder, as if you were starting over. This uncovers new mail.
38750 No leaves the folder index as it was without discovering new mail.
38751 ========== h_convert_pinerc_server ==========
38752 This is the name of the host (computer) where the remote Alpine configuration
38753 will be stored. This should be an IMAP server that you have permission to use.
38754 ========== h_convert_pinerc_folder ==========
38755 Enter the correct remote folder name. This folder is special and should
38756 contain only configuration data. It shouldn't contain other mail messages.
38757 ========== h_role_compose ==========
38758 Compose a New message, Reply to current message, Forward current message, or
38759 Bounce message. Then you will be asked to choose one of your Roles to be used.
38760 ========== h_role_aggregate ==========
38761 Compose a reply, or forward, or bounce the selected messages. Then you 
38762 will be asked to choose one of your Roles to be used for this operation.
38763 ========== h_save_size_changed ==========
38764 The reported size of a message is not the same as the actual size. Answer Yes
38765 to continue and hope for the best or No to Cancel the entire Save.
38766 ========== h_select_by_larger_size ==========
38767 Enter a number or ^C to cancel. All messages greater than this many characters
38768 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
38769 ========== h_select_by_smaller_size ==========
38770 Enter a number or ^C to cancel. All messages less than this many characters
38771 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
38772 ========== h_preserve_field ==========
38773 Use 'p' to toggle between preserving or not preserving the original To:
38774 and Cc: fields of the message. Enter ^C to cancel message.
38775 ========== h_privacy_policy ==========
38776 x-alpine-http:https://alpineapp.email/legal/privacy.html
38777 ========== h_apache_license ==========
38778 x-alpine-http:https://alpineapp.email/legal/apache_license.html