* All unix (non mac) versions of Alpine will have a default password file which
[alpine.git] / pith / pine.hlp
blobf9240e53405a9876d56fe0438ad9a537cf177c4e
1 # $Id: pine.hlp 1266 2009-07-14 18:39:12Z hubert@u.washington.edu $
3 #        T H E   A L P I N E    M E S S A G E   S Y S T E M
5 #/* ========================================================================
6 # * Copyright 2013-2021 Eduardo Chappa
7 # * Copyright 2006-2008 University of Washington
8 # *
9 # * Licensed under the Apache License, Version 2.0 (the "License");
10 # * you may not use this file except in compliance with the License.
11 # * You may obtain a copy of the License at
12 # *
13 # *     http://www.apache.org/licenses/LICENSE-2.0
14 # *
15 # * ========================================================================
16 # */
18          Help text for the Alpine mailer
20 This file is in a format created to be turned into text strings in a C
21 program.
23 There are two shell scripts that run on this.  Cmplhelp.sh is the
24 first and turns this into a C file (helptext.c) of text strings that
25 are compiled and linked. The other program, cmplhlp2.sh, turns this
26 into a .h file (helptext.h) with extern string definitions of the
27 strings in the .c file.  The code that actually processes these files
28 while alpine is running is in help.c
30 The lines with "===== xxxx ====" divide the different help screens.  The
31 xxx is the name of the variable that strings will be put in, which are
32 also declared in helptext.h.
34 # is a comment
36 Help text screen text can be either plain text OR HTML.  The latter is
37 denoted by the first line starting with "<HTML>".  The former is simply
38 displayed as it's formatted here.
40 HTML is limited to simple formatting ala HTML 2.0.  No forms, or tables.
41 In addition a small set of tools are are available to customize the HTML
42 screen's text:
44 1a)  Default and function key bindings are separated like this:
46 <!--chtml if pinemode="function_key"-->
47         Function key bindings here
48 <!--chtml else-->
49         Default key bindings here
50 <!--chtml endif-->
53 1b)  A way to distinguish HTML text that is to be displayed when
54      pine is running vs. when the text is served up outside Alpine
55      (someday) can be done via:
57 <!--chtml if pinemode="running"-->
58    Text displayed when viewed within a running pine session
59 <!--chtml else-->
60    Text displayed when HTML viewed outside pine (using chtml aware server)
61 <!--chtml endif-->
63 1c)  A way to distinguish HTML text that is to be displayed under
64      PC-Alpine vs. not is available via:
66 <!--chtml if pinemode="os_windows"-->
67    Text displayed under PC-Alpine
68 <!--chtml else-->
69    Text displayed otherwise
70 <!--chtml endif-->
72 WARNING ABOUT CHTML "if-else-endif" CLAUSES: They don't nest.
74 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 647 2022-05-30 15:31:49
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">http://alpine.x10host.com/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.25 include:
194 <!-- Changes since the release of version <!--#echo var="ALPINE_VERSION"-->
195 <!-- include: -->
197 <P> New features include:
198 <UL>
199 <!--chtml if pinemode="os_unix"-->
200 <LI> Unix version of Alpine (not including OSX). Alpine is built with password
201      file support by default. If Alpine is built with SMIME support and the
202      password file does not exist, then Alpine will create it by default and
203      encrypt it. For this version of Alpine, Alpine saves its passwords in the file
204      &quot;<!--#echo var="PASSWORD_FILE"-->&quot; which is in the same directory that
205      your .pinerc is located.
206 <!--chtml endif-->
208 <LI> In the past Alpine did not recognize images embedded
209      in an HTML file, so now it does and a link to open them is
210      given. Additionally, Alpine did not pass these images to an
211      external browser for display using the external command, and
212      now it will.
214 <LI> Support for code_verifier and code_challenge when generating a
215      refresh token and access token in Gmail and Outlook using the
216      S256 method and plain method.
218 <LI> Change the redirect_uri scheme for Gmail, as Google is deprecating the use
219      of oob. Changed to http://localhost. Users are supposed to enter the URL
220      they see in their browser in place of the code.
222 <LI> Some servers do not allow the Drafts folder to be removed, even when
223      it is empty. Alpine, however, assumes that if the folder exists, it
224      must contain a draft message. This joint collaboration with Thomas
225      Uhle modifies alpine to not to attempt to continue a draft message if
226      the draft folder is empty.
228 <LI> Contributions by Thomas Uhle:
229 <UL>
230   <LI> Add support to the LDAP attribute "userCertificate";
231   <LI> Move voiceMailTelephoneNumber from the TCL side to ldap_translate;
232   <LI> XOAUTH2 state generator changes format specifier from %x to %02x;
233   <LI> Web Alpine will not attempt to continue a postponed message if the
234        postponed-msgs folder is empty.
235 </UL>
237 <LI> Improvements to the screen that allows a user to select the client-id when
238      a user attempts to login to a server and more than one client-id
239      is available for that server. In this case additional information is
240      given: The method to use (device or authorize), a user id that uses the
241      suggested client-id or a report that the client-id has not been used.
243 <LI> To protect the privacy of a user, the message-id of a message will be
244      generated using the domain in the From field of the message.
246 <LI> When saving to a folder in the unix format, Alpine parses the
247      destination folder to assign uids to all messages in the folder. When
248      the destination folder is large this could significantly slow down
249      alpine. Fix based on a patch submitted to the alpine-info list by
250      Chris Caputo.
252 <LI> Add the LOGOUT command to the list of commands that can be
253      automatically interrupted in case the connection becomes unstable
254      during that command and Alpine times out its connection to the server.
256 <LI> If new mail has arrived when a user is closing a mailbox, Alpine will
257      also announce how many new messages have arrived. Suggested by Chime Hart.
259 <LI> When an invitation does not have a timezone in the date of the event,
260      but the date is in GMT, adjust the date to local time.
261 </UL>
264 Bugs addressed include:
266 <UL>
267 <LI> Crash when invoking Alpine from the command line and an attempt to authorize
268      alpine to use XOAUTH2 is done. Alpine crashes because of a missing optional
269      parameter -xoauth2-flow and because no screen has been configured yet. Reported
270      by Baron Fujimoto.
272 <LI> Alpine crashes when it cannot retrieve the privacy policy due to
273      failure connecting to the external server.
275 <LI> Alpine might delete all passwords from the password file if the
276      password file is not unlocked by cancellation, or the authentication
277      for an XOAUTH2 server is cancelled, or the password of an account
278      is changed.
280 <LI> When the personal name of an address is encoded, and the personal name
281      is surrounded by quotes, these are not removed by Alpine at the time
282      to offer to take an address from a message to the addressbook. Reported
283      by David Prager Branner.
285 <LI> If a user configures the sendmail-path variable, and does not use a
286      global smtp-server, then Alpine will use the sendmail-path even when
287      the user configured a smtp-server for a role. Reported by Gregory
288      Heytings.
290 <LI> Crash in PC-Alpine when creating a mail collection and no username is
291      indicated in the server path. Reported by Sandy Schuman.
293 <LI> Crash in Alpine when running a filter that moves deleted messages the
294      INBOX in a Gmail account. Reported by Jyrki Voutilainen.
295 </UL>
297 <P>Version 2.25 adds new features and addresses bugs found in previous
298 releases.
301 New features include:
302 <UL>
303 <LI> Unix Alpine: New configuration variable <a href="h_config_ssl_ciphers"><!--#echo var="VAR_ssl-ciphers"--></a> that allows
304      users to list the ciphers to use when connecting to a SSL server.
305      Based on a collaboration with Professor Martin Trusler.
307 <LI> New hidden feature <a href="h_config_delete_before_writing"><!--#echo var="FEAT_enable-delete-before-writing"--></a>
308      to add support for terminals that need lines to be deleted
309      before being written. Based on a collaboration with Professor
310      Martin Trusler.
312 <LI> Experimental: The instruction to remove the double quotes from the processing of
313      customized headers existed in pine, but it was removed in alpine. Restoring
314      old Alpine behavior. See
315      <A href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981781">this</A>
316      report for more background information.
318 <LI> Add the capability to record http debug. This is necessary to debug XOAUTH2
319      authentication, and records sensitive login information. Do not share your
320      debug file if you use this form of debug.
322 <LI> Remove the ability to choose between the device and authorize methods
323      to login to outlook, since the original client-id can only be used
324      for the device method. One needs a special client-id and client-secret
325      to use the authorize method in Outlook.
327 <LI> PC-Alpine only: Some service providers produce access tokens that are
328      too long to save in the Windows Credentials, so the access tokens will
329      be split and saved as several pieces. This means that old versions of
330      Alpine will NOT be able to use saved passwords once this new version of
331      Alpine is used.
333 <LI> PC-Alpine: Debug files used to be created with extension .txt1, .txt2, etc.
334      Rename those files so that they have extension .txt.
336 <LI> Always follow â€˜suppress-asterisks-in-password-prompt’ setting in the
337      various password prompts. Submitted by &Eacute;tienne Deparis.
339 <LI> Use 'alpine -F' instead of 'pine -F' as the browser default pager.
340      Submitted by &Eacute;tienne Deparis.
342 <LI> Introduction of OTHER CMDS menu for the browser/pilot to let
343      people discover the two new commands: &quot;1&quot; is a toggle that
344      switches between 1 column and multicolumn mode. The &quot;.&quot; command
345      toggles between hiding or showing hidden files, and the &quot;G&quot;
346      command to travel between directories. Contributed by &Eacute;tienne
347      Deparis.
349 <LI> Add option -xoauth2-flow to the command line, so that users can specify the
350      parameters to set up an xoauth2 connection through the command line.
352 <LI> Alpine deletes, from its internal memory and external cache, passwords
353      that do not work, even if they were saved by the user.
355 <LI> New format for saving passwords in the windows credential manager
356      for PC-Alpine. Upon starting this new version of Alpine the passwords 
357      saved in the credential manager are converted to the new format and 
358      they will not be recognized by old versions of Alpine, but only by 
359      this and newer versions of Alpine.
361 <LI> Enabled encryption protocols in PC-Alpine are based on those enabled
362      in the system, unless one is specified directly.
363 </UL>
366 Bugs addressed include:
368 <UL>
369 <LI> The c-client library parses information from an IMAP server during
370      non-authenticated state which could lead to denial of service.
371      Reported by Damian Poddebniak from M&uuml;nster University of Applied
372      Sciences.
374 <LI> Memory corruption when alpine searches for a string that is
375      an incomplete utf8 string in a local folder. This could happen by
376      chopping a string to make it fit a buffer without regard to its content.
377      We fix the string so that chopping it does not damage it. Reported
378      by Andrew.
380 <LI> Crash in the ntlm authenticator when the user name does not include
381      a domain. Reported and fixed by Anders Skargren.
383 <LI> When forwarding a message, replacing an attachment might make Alpine
384      re-attach the original attachment. Reported by Michael Traxler.
386 <LI> When an attachment is deleted, the saved message with the deleted
387      attachment contains extra null characters after the end of the
388      attachment boundary.
390 <LI> Tcp and http debug information is not printed unless the default
391      debug level is set to 1. Print this if requested, regardless of what
392      the default debug level is.
394 <LI> When trying to select a folder for saving a message, one can only enter
395      a subfolder by pressing the &quot;>&quot; command, rather than the normal
396      navigation by pressing &quot;Return&quot;. Reported by Ulf-Dietrich Braunmann.
398 <LI> Crash when attempting to remove a configuration for a XOAUTH2 server
399      that has no usernames configured.
401 <LI> Crash caused by saving (and resaving) XOAUTH2 refresh and access tokens
402      in PC-Alpine. Reported by Karl Lindauer.
403 </UL>
405 <P> Version 2.24 adds new features and addresses bugs found in previous
406 releases.
408 <P> 
409 New features include:
411 <UL>
412 <LI> Experimental: The instruction to remove the double quotes from the processing of
413      customized headers existed in pine, but it was removed in alpine. Restoring
414      old Alpine behavior. See 
415      <A href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981781">this</A>
416      report for more background information.
417 <LI> Add the capability to record http debug. This is necessary to debug XOAUTH2
418      authentication, and records sensitive login information. Do not share your
419      debug file if you use this form of debug.
420 <LI> Remove the ability to choose between the device and authorize methods
421      to login to outlook, since the original client-id can only be used
422      for the device method. One needs a special client-id and client-secret
423      to use the authorize method in Outlook.
424 <LI> PC-Alpine only: Some service providers produce access tokens that are
425      too long to save in the Windows Credentials, so the access tokens will
426      be split and saved as several pieces. This means that old versions of
427      Alpine will NOT be able to use saved passwords once this new version of
428      Alpine is used.
429 <LI> PC-Alpine: Debug files used to be created with extension .txt1, .txt2, etc.
430      Rename those files so that they have extension .txt.
431 <LI> Always follow â€˜suppress-asterisks-in-password-prompt’ setting in the
432      various password prompts. Submitted by &Eacute;tienne Deparis.
433 <LI> Use 'alpine -F' instead of 'pine -F' as the browser default pager.
434      Submitted by &Eacute;tienne Deparis.
435 <LI> Introduction of OTHER CMDS menu for the browser/pilot to let
436      people discover the two new commands: &quot;1&quot; is a toggle that 
437      switches between 1 column and multicolumn mode. The &quot;.&quot; command 
438      toggles between hiding or showing hidden files, and the &quot;G&quot; 
439      command to travel between directories. Contributed by &Eacute;tienne 
440      Deparis.
441 <LI> Implementation of XOAUTH2 for Yahoo! Mail. <A href="h_yahoo_configuration">Learn More</A>
443 <LI> Expansion of the configuration screen for XOAUTH2 to include
444      username, authorization flow, and tenant.
446 <LI> XOAUTH2: automatic renew of access token and connection to a server
447      within 60 seconds of expiration of the access token.
449 <LI> If a user has more than one client-id for a service, Alpine
450      asks the user which client-id to use and associates that client-id to
451      the credentials in the XOAUTH2 configuration screen.
452      <A HREF="h_xoauth2_config_screen">Learn more</A>.
454 <LI> Addition of Yandex.com to the list of services that Alpine can use XOAUTH2 to
455      authenticate for reading and sending email. <A href="h_yandex_configuration">Learn More</A>
457 <LI> Addition of a link to the Apache License 2.0 (see above). This is 
458      available from the Release Notes as well as the welcome screen.
460 <LI> Modifications to protect the privacy of users:
461 <UL>
462 <LI> Alpine does not generate Sender or X-X-Sender by default
463      by enabling  <a href="h_config_disable_sender"><!--#echo var="FEAT_disable-sender"--></a>
464      as the default.
465 <LI> Alpine does not disclose User Agent by default by enabling
466      <A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A>
467      by default.
468 <LI> Alpine uses the domain in the From: header of a message
469      to generate a message-id and suppresses all information
470      about Alpine, version, revision, and time of generation
471      of the message-id from this header. This information is
472      replaced by a random string.
473 </UL>
474 <LI> Unix Alpine displays configure options and flags when 
475      invoked as &quot;alpine -v&quot;. Suggested by Matt Ackeret.
476 <LI> Alpine will ding the terminal bell when asking  about quitting
477      when new mail arrives. This is consistent with Alpine dinging the
478      bell when new mail arrives. The bell will not ding if it is disabled
479      for status messages. Suggested by Chime Hart.
481 <LI> When messages are selected, pressing the &quot;;&quot; command to broaden or narrow
482      a search, now offers the possibility to completely replace the search, and
483      is almost equivalent to being a shortcut to &quot;unselect all messages, and select
484      again&quot;. The difference is that cancelling this command will not unselect
485      all currently selected messages. Suggested by Holger Trapp.
487 <LI> Alpine will not write debug files unless started with the option -d, 
488      so for example &quot;alpine -d 2&quot; will generate a debug file at level 2, 
489      but just issuing the alpine command will not write any debug to a file.
491 <LI> Experimental: Attempt to implement the Encryption Range in Windows. It works
492      in Windows 10, and it should work in Windows 8.1. It needs testing in
493      Windows 7 and Windows Vista.
495 <LI> Addition of variables <A HREF="h_config_user_certs_path"><!--#echo var="VAR_user-certs-path"--></A>
496      and <A HREF="h_config_user_certs_file"><!--#echo var="VAR_user-certs-file"--></A>
497      which allow a user to specify locations for certificates that the user
498      trusts.
500 <LI> Ignore non-empty initial challenge in the GSSAPI authenticator. Based
501      on a patch written by Jarek Polok, but submitted by Ignacio Reguero.
503 <LI> When a server expires a refresh token, Alpine needs to cancel it
504     internally. Alpine will attempt to get a new one when it  reopens the
505     folder after it cancels it.
507 <LI> Set up the IMAP ID at the moment of logging in to the server, rather than
508      as a one time option, in case we need to use a special IMAP ID.
509 </UL>
512 Bugs addressed:
514 <UL>
515 <LI> When Alpine starts a PREAUTH connection, it might still ask the user
516      to login. Reported by Frank Tobin.
518 <LI> Crash while resizing the screen when viewing a calendar event.
520 <LI> When Alpine opens a folder in a server whose address is given numerically
521      it might crash due to an incorrect freeing of memory. Reported by Wang Kang.
523 <LI> Crash when Alpine frees memory on a system where LC_CTYPE is not 
524      configured, and the user calls the file browser to attach files to
525      a message. Reported by Luis Gerardo Tejero.
527 <LI> Invalid signatures created by Alpine, when built with recent
528      releases of the Openssl-1.1.1 series (but not in the Openssl-1.0.1 series).
529      Fix contributed by Bernd Edlinger.
531 <LI> After returning from the directory side of a dual-folder, sometimes 
532      Alpine would return to the first folder in the parent directory or to 
533      the dual-folder. The fix is to return to the original dual-folder as 
534      intended. Reported by Holger Trapp.
536 <LI> When an attachment is deleted and the original message is saved, Alpine
537      might write only a part of the name of the file deleted. Reported by Holger
538      Trapp.
540 <LI> URLs that are surrounded by white space are not cleaned by Alpine before
541      passing them to the browser, resulting in no display of the URL when Alpine
542      tries to open it. Reported by Gregory Heytings.
544 <LI>  When Alpine is built without smime, password file functionality might
545       fail. Reported by Andres Fehr.
547 <LI> Crash in PC-Alpine when using the eXternal command.
549 <LI> Fix in Macs that made Alpine abort a ssh connection to an imap server.
550      Reported and assisted by Wang Kang.
551 </UL>
554 Version 2.23 has new additions and addresses bugs found in previous releases.
557 Additions include:
559 <UL>
560 <LI> Implementation of XOAUTH2 authentication support for Outlook.
561      Based on documentation suggested by Andrew C Aitchison. <A href="h_outlook_configuration">Learn More</A>
563 <LI> Add support for the OAUTHBEARER authentication method in Gmail. Thanks to
564      Alexander Perlis for suggesting it and explaining how the method works. <A href="h_gmail_configuration">Learn More</A>
566 <LI> Creation of Alpine's Privacy Policy. This is presented as a link to
567     an online document from the Release Notes (Link at the top of this
568     document.) Upon user request, Alpine downloads and displays this
569     document. Links to the privacy policy are also displayed when a user
570     starts Alpine for the first time, or when a user starts a new version
571     of Alpine. There is no default exit greeting command for these
572     screens, and to exit the user must press "E", instead of the old
573     default, which was the RETURN command. The RETURN command will open
574     the handle on which the cursor is on, which by default is the Privacy
575     Policy.
577 <LI> Support for the SASL-IR IMAP extension that avoids a round trip during
578      authentication. Similar support added for the SMTP, NNTP and POP3 
579      protocols. Thanks to Geoffrey Bodwin for a report that lead to this
580      implementation.
582 <LI> Alpine can pass an HTML message to an external web browser, by using the
583      &quot;External&quot; command in the <a href="h_attachment_screen">ATTACHMENT INDEX</a>
584      screen. <A href="h_command_external_browser">Learn more</A>.
586 <LI> New configuration variable
587      <a href="h_external_loads_inline_images_only"><!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>
588      that controls if Alpine will keep the source link to all the images in the
589      HTML message, or will only pass a link to inline images included in the message. For your
590      privacy and security this feature is enabled by default.
592 <LI> When reading an email and a user selects an email address to which to compose
593      a message from the message, the user will be able to select a role to compose
594      that message.
596 <LI> New variable system-certs-path that allows users to indicate the 
597      location of the directory where certificates are located. In PC-Alpine 
598      this must be C:\\libressl\\ssl\\certs. The C: drive can be replaced 
599      by the name of the drive where the binary and DLL files are located.
601 <LI> New variable system-certs-file that allows users to configure the
602      location of a container of certificate authority (CA) certificates
603      to be used to validate certificates of remote servers.
605 <LI> Remove sleep of 5 seconds for mailcap programs that use the terminal
606      to display content. Suggested by Carl Edquist. In addition, remove the
607      configurable process table command and its corresponding sleep time.
608 </UL>
611 Bugs addressed:
613 <UL>
614  <LI> Security Bug: Alpine can be configured to start a secure connection using /tls
615       on an insecure connection. However, if the connection is PREAUTH, Alpine
616       will not upgrade the connection to a secure connection, because a client
617       must not issue a STARTTLS to a server that supports it in authenticated
618       state. This makes Alpine continue to use an insecure connection with the
619       server, exposing user data. Reported by Damian Poddebniak and Fabian
620       Ising from Münster University of Applied Sciences.
622    <LI> Selecting by subject might not copy the subject of the current message
623      to the selection text correctly. Reported by Iosif Fettich.
625    <LI> Alpine does not set the return path correctly when using a role while bouncing
626     a message. Reported by Dr. C. Griewatsch.
628 <LI>Bug in PC-Alpine that made Alpine go into an infinite loop and
629     consume CPU when it was iconized. Reported by Holger Schieferdecker in
630     comp.mail.pine.
632 <LI>Crash in Alpine when attempting to reply to a multipart/alternative 
633     message that is malformed, and the option to include attachments in
634     reply is enabled. Reported and patched by Peter Tirsek.
636 <LI>Bug that makes Alpine split encoded words in the subject of a message
637     in the middle of a utf-8 character into two encoded words, breaking the
638     encoding. Reported by Jean Chevalier.
640 <LI> Alpine would not redraw the screen when a check for new mail in an
641     incoming folder failed due to a failure while validating the server 
642     certificate, and the user did not allow the connection to proceed.
644 <LI> Crash in Alpine while resizing the screen when using any of the tokens
645     SUBJKEYTEXT, SUBJECTTEXT, or SUBJKEYINITTEXT in the index format, and 
646     the screen was resized. Reported by Iggy Mogo.
648 <LI> When Alpine is trying to authenticate to Gmail, using the XOAUTH2 method,
649     it does not display the url the user needs to open, in order to authorize
650     Alpine to access Gmail using XOAUTH2 when Alpine still has not created
651     a screen. Reported by Baron Fujimoto.
653 <LI> When an html anchor does not quote the link in the href parameter,
654     alpine does not link to it.
656 <LI> Attempt to fix a bug that breaks scrolling of a message in Alpine when
657      the screen is resized. Reported in the Debian bug system at
658      <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956361">https://bugs.debian.org/cgi-bin/bugreport.cgie?bug=956361</A>.
659 </UL>
662 Version 2.22 addresses bugs found in previous releases and has several
663 additions as well.
666 Additions include:
668 <UL>
669 <LI> Support for <A HREF="h_xoauth2">XOAUTH2</A> authentication method in Gmail.
670      <A href="h_gmail_configuration">Learn More</A>
672 <LI> PC-Alpine builds with LibreSSL and supports S/MIME.
674 <LI> NTLM authentication support with the ntlm library, in Unix systems.
675 Based on code provided by Maciej W. Rozycki.
677 <LI> Add /tls1_3 flag for servers that support it. Read more information
678 in the secure protocols <A HREF="h_network_encryption_security">help</A>.
680 <LI> To increase user's privacy, remove phone-home code that would prompt 
681 users to send an email message upon starting Alpine for the first time for 
682 purposes of counting. Your use of Alpine does not disclose information about 
683 you or your use of Alpine to the developers of Alpine.
685 <LI> New variable 
686 <A HREF="h_config_encryption_range"><!--#echo var="VAR_encryption-protocol-range"--></A> 
687 that allows users to configure versions of the SSL/TLS protocol that Alpine is 
688 restricted to try when establishing a secure connection SSL/TLS to a remote 
689 server. The default can be set at compilation time.
691 <LI> Add -dict option to PC-Pico, which allows users to choose a dictionary
692 when spelling. Sample usage: -dict "en_US, de_DE, fr_FR".
694 <LI> Improvements to the configure stage of compilation. Some of
695 these contributed by Helmut Grohne. See
696 <A href="https://bugs.debian.org/876164">Bug 876164</A> in Debian.
698 <LI> Add &quot;remove password&quot; command to the management screen for the 
699 password file encryption key. This allows users to use their password file
700 without entering a master password.
702 <LI> Add the &quot;g&quot; option to the select command that works in IMAP 
703 servers that implement the X-GM-EXT-1 capability (such as the one offered 
704 by Gmail.) This allows users to do selection in Alpine as if they were 
705 doing a search in the web interface for Gmail.
707 <LI> New variable close-connection-timeout, which tells Alpine to close
708 a connection that is having problems being kept alive after the number
709 of seconds configured in this variable, if the connection has not
710 recovered. The default is 0, which means to keep the connection alive
711 and wait for the connection to recover.
713 <LI> When a message is of type multipart/mixed, and its first part is
714 multipart/signed, Alpine will include the text of the original message
715 in a reply message, instead of including a multipart attachment.
716 Suggested by Barry Landy.
718 <LI> S/MIME: Some clients do not transform messages to canonical form when 
719 signing first and encrypting second, which makes Alpine fail to parse the 
720 signed data after encryption. Reported by Holger Trapp.
722 <LI> Add /auth=XYZ to the way to define a server. This allows users to  
723 select the method to authenticate to an IMAP, SMTP or POP3 server.
724 Examples are /auth=plain, or /auth=gssapi, etc.
726 <LI> Add backward search in the index screen. Based on patch by Astyanax Foo, 
727 submitted in 2009, but resubmitted by Erich Eckner on 2019.
729 <LI> SMIME: When Alpine is set to validate a message using the user's store, and
730      user agrees to save a certificate of another user, use the saved 
731      certificate immediately to verify the smime message. Reported by 
732      Stefan Mueller.
734 <LI> Do not use a delay when printing messages to screen when the initial
735      keystroke sequence of commands is active. Based on a report from Holger
736      Trapp.
738 <LI> In PC-Alpine, when the decoded name of an attachment does not agree
739      with its encoded name, Alpine will offer to save the file using the
740      UTF8 encoded name.
741 </UL>
744 Bugs that have been addressed include:
745 <UL>
746    <LI> Width of characters is not always determined correctly when wcwidth
747         is used. Revert to using code for the Windows operating system. 
748         Reported by Andrew Ho.
750    <LI> The call realpath(..., NULL) gives an error in Solaris, which means that
751         we need to allocate memory for storing the resolved path. Reported by
752         Fabian Schmidt.
754    <LI> Crash when attempting to bounce a message due to lack of space in
755         allocated space for key menu array. Reported by David Sewell.
757    <LI> Crash when a CA certificate failed to load, and user attempted to
758         view certificate information of other certificate authorities.
760    <LI> Crash in the S/MIME configuration screen when a user turned off S/MIME, and
761         then re-enabled it. Also crash when attempting to enter the S/MIME 
762         configuration screen if S/MIME was turned off.
764    <LI> Deactivate some color code from Pico (as standalone editor in the
765         windows version) until I find a way to activate it again. This is 
766         not critical and it is not something that PC-Pico must have (some 
767         of it already exists in other ways, like color support, what does 
768         not exist is the more complex code that Unix-Pico has with color 
769         codes for specific colors.)
771    <LI> When a message is multipart, and the first part is flowed text, 
772         then forwarding the message will set the first part to be flowed, 
773         and sent that way even when the option Do Not Send Flowed Text is 
774         enabled. Reported by Holger Trapp.
776    <LI> When a message/rfc822 part of a message is encoded with
777         Content-Transfer-Encoding: QUOTED-PRINTABLE, Alpine will stop 
778         processing that message. Later this causes Alpine to crash because 
779         when it displays messages, it assumes that both header and body 
780         parts are processed. Reported by Mark Crispin in 2010, in the 
781         Alpine-info list (message with subject "crash bug in 
782         alpine/mailpart.c:format_msg_att()") with no example, and reported 
783         now by Holger Trapp, with an example.
785    <LI> In addition to the previous report, Alpine encodes message/rfc822
786         messages as QUOTED-PRINTABLE, in contradiction with RFC 2045, 
787         when it receives a report that its encoding is 8bit. We preserve 
788         the encoding reported by the IMAP server, and do not encode in 
789         QUOTED-PRINTABLE.
791    <LI> Update build.bat file to add /DWINVER=0x0501 so that Alpine can 
792         build when using Visual Studio 2017. Fix contributed by 
793         Ulf-Dietrich Braunmann.
795    <LI> When the locale is not set up to UTF-8, alpine might determine the 
796         width of a character incorrectly. Reported by Alexandre Fedotov.
798    <LI> In some rare cases, when attachments are deleted before saving 
799         emails, the filenames will be displayed in RFC1522 representation, 
800         instead of in decoded form. Reported and patched by Wang Kang.
802    <LI> When colors are edited from the main setup configuration screen, some
803         color settings are not updated until Alpine is restarted. Reported by
804         Andrew Hill.
806    <LI> If the first part of a message is multipart/alternative, and the 
807         first part of this is also a multipart type, then Alpine might 
808         fail to select the first text part when replying to a message. 
809         Reported by Lucio Chiappetti.
811    <LI> TLS 1.2 works does not work if Alpine is compiled with openssl &gt;= 1.1.0.
812         Reported and patched by Kyle George.
814    <LI> If the directory where Alpine saves the certificates is empty,
815         alpine would not create a self-signed certificate to encrypt the 
816         password file.
818    <LI> S/MIME: The list of public certificates is freed before it is 
819         reused when a signature fails to verify. This causes Alpine to 
820         crash. Patch submitted by Linus Torvalds.
822    <LI> S/MIME: A message could fail to verify its signature even if the
823         certificate was saved when the message was open. Based on a report 
824         by David Woodhouse to the RedHat bugzilla system.
826    <LI> When there are time changes in the clock, Alpine might go to sleep
827         for big amounts of time while displaying messages in the screen. 
828         Reset sleep time to 5 seconds in case it finds it needs to sleep 
829         more than 5 seconds or a negative amount of time.
831    <LI> Restore recognition of empty directories. It was deleted by mistake
832         when added support for internationalization in folders. Based on a 
833         report by Michael Rutter.
835    <LI> Alpine stops parsing the mailcap file when it finds an invalid entry.
836         Reported by Matt Roberds to the Debian bug system at 
837         <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886370">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886370</A>.
839    <LI> Crash with error "Lock when already locked" when an attempt to check
840         for new mail on a locked stream that is being used for a save 
841         operation. Reported by Carlos E.R.
843    <LI> Alpine removes trailing spaces from passwords, making a longin attempt
844         fail. Reported by R. Lyons.
846    <LI> Alpine crashes when opening a remote imap folder and computing scores.
847         Reported by Paul DeStefano.
849    <LI> When more than one server was given in the server-name configuration
850         option of rldap servers, none of them worked. Reported by Robert Wolf.
851 </UL>
854 Version 2.21 addresses bugs found in previous releases and has several 
855 additions as well.
858 Additions include:
859 <UL>
860   <LI> PC-Alpine: New configuration option "Aspell Dictionaries" allows a
861        user to choose the dictionary used to spell check, in case the user 
862        communicates in more than one language. Examples of values for the 
863        variable are "en_US" or "de_DE", etc. Only the first 10 
864        dictionaries are offered.
866   <LI> Unix-Alpine: Connect securely to a LDAP server on a secure port. 
867        Based on a contribution by Wang Kang.
869   <LI> Colors configured in Alpine are inherited in the composer.
871   <LI> When Alpine is compiled with password file and SMIME support 
872        the password file is encrypted using a private key/public 
873        certificate pair. If one such pair cannot be found, one will be 
874        created. <A HREF="h_password_file_support">Learn more</A>.
876   <LI> Alpine builds with any version of OpenSSL greater than or equal
877        to 1.0.0c. This includes version 1.1.0. Alpine also builds with
878        LibreSSL.
880   <LI> New SHORTSUBJECT, SHORTSUBJKEY and SHORTSUBJKEYINIT token for index 
881        format, which removes text in the SUBJECT between &quot;[&quot; and 
882        &quot;]&quot;.
884   <LI> New SMARTTIME24 token for index screen. It is close to SMARTDATETIME
885        but it differns in that it gives the time in which the message was
886        sent for messages that are less than a week old. it uses a 24 hour
887        format.
889   <LI> Alpine will include attachments when forwarding some 
890        multipart/alternative messages for which it did not use to include 
891        attachments.
893   <LI> New configuration option 
894        <a href="h_config_alt_reply_menu"><!--#echo var="FEAT_alternate-reply-menu"--></a>
895        which adds more ways to control features and variables when you
896        start to reply to a message.
898   <LI> Added support for RFC 2971 - IMAP ID extension.
900   <LI> Add configuration <A href="h_config_ignore_size"><!--#echo var="FEAT_ignore-size-changes"--></A>
901        that allows users to ignore errors in the computation of the size
902        of a message from defective servers.
904   <LI> SMIME: Upgrade the default signature digest from sha1 to sha-256, since 
905        clients such as Thunderbird do not validate signatures that use sha1 digest.
907   <LI> Add the configuration variable "default-directories", which is called
908        <A href="h_config_history"><!--#echo var="VAR_default-directories"--></A>
909        variable saves a list of directories that are readily accessible 
910        for save or export of attachments. This makes it easier to save 
911        attachments in directories that are hard to navigate to, or that 
912        are accessed frequently.
914   <LI> When a filename is attached and its name is encoded, the save 
915        attachment command will offer to save the file in the encoded form. 
916        This might work for some users, but the save command will have a 
917        subcommand ^N to decode the file name and save the file with the 
918        decoded name.
920   <LI> The TAB key allows autocomplete in the Fcc field in the composer headers,
921        as well as autocompletes automatically when only one possibility exists 
922        for the ^J attach command.
924   <LI> Add support for the &quot;TYPE&quot; and &quot;VALUE&quot; attributes of
925        the html OL tag.
927   <LI> Ignore message from smtp server after a successful authentication
928        challenge.
930   <LI> When a message is saved in the Form Letter folder, add the ability
931        to save the role being used to compose such message so that settings
932        such as the SMTP server set in the role can be used when sending
933        such form message. Suggested and patched by Frank Doepper.
935   <LI> If SSLDIR is defined somehow, do not disable S/MIME if the
936        SSLCERTSDIR is not found.
938   <LI> When Alpine sends an attachment, it will set the boundary attribute
939        in lower case, as some SMTP servers, such as those of libero.it 
940        reject messages if the boundary attribute is in uppercase.
942   <LI> Add the ability to change the private key and certificates used
943        to encrypt a password file in the SMIME setup configuration screen.
944        <A HREF="h_config_smime_password_file_certificates">Learn more</A>
946   <LI> SMIME: The ctrl-E command that gives information on the certificate
947        is only available for messages that have a signed or encrypted 
948        part.
950   <LI> SMIME: If a message contains a RFC822 attachment that is
951        signed/decrypted add the ability to view its SMIME information.
953   <LI> SMIME: Certificate information in the S/MIME screen is available 
954        for certificates stored in a container.
956   <LI> SMIME: Offer the common name of the person, instead of the name of
957        file containing the certificate, as the name to be displayed in the 
958        certificate management screen for certificate authorities. 
959        Suggested by Matthias Rieber.
961   <LI> SMIME: Management of several alternate name (SAN) certificates is 
962        improved. When importing a SAN certificate, also import a certificate
963        for the filename, besides for the e-mail addresses in the
964        certificate. Suggested by Matthias Rieber.
966   <LI> SMIME: add full year when displaying information about a certificate
967        in the certificate management screen. Suggested by Matthias Rieber.
969   <LI> SMIME: sort certificates by some type of alphabetical order in the
970        displayed name.
972   <LI> SMIME: Alpine will ask users if they wish to save S/MIME 
973        certificates included in signatures, when the option "Validate 
974        Using Certificate Store Only" is enabled. If the user does not wish 
975        to save it, validation will fail.
977   <LI> HTML: Add support for decoding entities in hexadecimal notation.
978        Suggested by Tulip&aacute;nt Gergely.
980   <LI> The &quot;#&quot; command, when used as part of an aggregate
981        operation will allow users to select the role used in either 
982        replying, forwarding or replying to the group of selected messages, 
983        Suggested by Hisashi T Fujinaka.
985   <LI> If the charset of a message can not be determined, use the value set
986        in the <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A> for its value.
988   <LI> Resizing setup screen will redraw screen.
990   <LI> Unix Alpine only. Experimental: If Alpine/Pico finds a UCS4 code
991        in the width ambiguous zone, it will use other means to determine
992        the width, such as call wcwidth.
994   <LI> Pico: Code reorganization in the search command to make it easier to
995        add subcommands of the search command.
997   <LI> Pico: Search command can do a case sensitive match. Use the Ctrl-^
998        subcommand of the search command to bring this choice into view.
1000   <LI> Pico: Add the ability to search for strings in the beginning or end
1001        of a line. Use the Ctrl-^ subcommand of the search command to bring 
1002        this choice into view.
1004   <LI> For a multipart/alternative message, the Take Address command will 
1005        work on the part that is being read.
1007   <LI> When sending a message, allow for 512 characters of consecutive 
1008        non-white space before folding the subject line.
1010   <LI> Make sure titlebar (the line at the top of the screen) always 
1011        contains the name of the folder/newsgroup that is open, if this 
1012        fits in the title.
1014   <LI> The feature <a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
1015        will also scramble the name, version and operating system in the 
1016        message-id header. Based on a contribution by Dennis Davis, which 
1017        is itself based on a contribution by Mark Hills.
1019   <LI> Change in logic in imap_set_password function to make Alpine ask if
1020        a user wants to save a password before reading the password file.
1022   <LI> When exporting all parts of a message, if two attachments have the same
1023        name, do not overwrite a file more than once, but instead add a counter
1024        number to the filename to make a new file that does not exist in the file
1025        system.
1027   <LI> Add the Control-R subcommand to the save command for attachments. 
1028        This subcommand toggles if the saving will be done in binary mode 
1029        for text attachments. When a user saves an attachment using binary
1030        mode it will be saved as it was sent, otherwise the attachment will
1031        be transformed to UTF-8 for further transformation through internal
1032        and user defined filters for saving.
1034   <LI> Add command line argument -smimedir, which allows users to specify
1035        the default path for a directory that contains the public, private, 
1036        and ca directories. This is useful in case a user has a backup of 
1037        old certificates that cannot be installed in the ~/.alpine-smime 
1038        dir.
1040   <LI> Reimplementation of the code that allows the .pinerc file to be a
1041        symbolic link by Kyle George from tcpsoft.com to use realpath.
1043   <LI> When saving an attachment, the "^T" command leads to a screen where the
1044        "A" command can be used to add a file. A directory can be added by
1045        pressing "^X" after the "A" command. Added after a suggestion by
1046        Stefan Goessling.
1048   <LI> When saving an attachment, the ^Y and ^V commands allow a user to 
1049        scroll through the history of directories used to save attachments, 
1050        while preserving the given name of the file. Suggested by Peter 
1051        Koellner.
1053   <LI> SMIME: Turn off automatic signing and encrypting of a message when
1054        bouncing. Suggested after a discussion with Matthias Rieber.
1056   <LI> When messages are selected, warn the user if a message that is not
1057        selected will be bounced, or if not all selected messages will be 
1058        bounced. Suggested by Ulf-Dietrich Braumann.
1060   <LI> The bounce command adds a subcommand to choose a role.
1062   <LI> When selecting messages by number, the &quot;.&quot; character can 
1063        be used to specify the message on which the cursor is on.
1065   <LI> When Alpine opens an attachment, it sometimes changes the extension 
1066        of the file that is being opened and replaces it by another for the 
1067        same mime type. If Alpine finds that the extension of the file 
1068        corresponds with the mime type, according to the mime-types file, 
1069        then it will keep it, and no substitution will be made.
1071   <LI> Set no restrictions on the length of encoded subjects, but encode
1072        words in length of no more than 75 characters.
1073 </UL>
1077 Bugs that have been addressed include:
1078 <UL>
1079   <LI> SMIME: Crash when a certificate has an invalid date of validity. Also
1080        Alpine will use the function ASN1_TIME_print to determine the date 
1081        of validity. Reported by Ben Stienstra.
1083   <LI> SMIME: Crash when attempting to unlock the password file and an
1084        incorrect password is entered.
1086   <LI> SMIME: Crash when checking the signature of a message that contains
1087        a RFC822 attached message. Reported by Holger Trapp and Bj&ouml;rn 
1088        Krellner.
1090   <LI> SMIME: Cancelling entering password to unlock key will not reprompt.
1092   <LI> SMIME: fix a bug that did not allow users to transfer certificates to
1093        remote containers. Reported by Matthias Rieber.
1095   <LI> SMIME: certificates included in messages were not being transferred
1096        to a remote container.
1098   <LI> SMIME: Crash if public certificates are located in an inaccessible
1099        remote server and the private key is not available.
1101   <LI> SMIME: Alpine does not remove temporary files created when adding a 
1102        CA certificate to a container. Reported by Holger Trapp.
1104   <LI> SMIME: When reading a local certificate, Alpine converts the name 
1105        of the certificate to lowercase, which may make Alpine not be able 
1106        to read such certificate. Reported by Dennis Davis.
1108   <LI> SMIME: If the option "Remember S/MIME Passphrase" is disabled, then
1109        entering a password to read an encrypted message will make Alpine 
1110        forget the key and not ask the password to unlock it again in case 
1111        it is necessary to unlock it again. Reported by Ulf-Dietrich 
1112        Braumann.
1114   <LI> Alpine would use freed memory while trying to compute the color
1115        of the titlebar. This happened when trying to continue a postponed 
1116        message.
1118   <LI> Alpine failed to read an encrypted password file if too many
1119        passwords were saved in the password file.
1121   <LI> When selecting messages while in Threaded Index Screen, some 
1122        messages other than top of threads could appear in the index, making
1123        Alpine display messages &quot;out of the screen.&quot;
1125   <LI> The index format would be chopped at the position of an unrecognized 
1126        token, instead of skipping the token as intended.
1128   <LI> Work in progress: Avoid calling non-safe functions when Alpine
1129        receives a signal. See bug report 
1130        <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825772">here.</A>
1132   <LI> Crash when attempting to read a message after a bounce command. 
1133        In order to produce a crash one needed to use the ^T subcommand and 
1134        do a search in a LDAP directory. The crash is produced by changes 
1135        to the text in the title bar. Reported by Heinrich Mislik in the 
1136        Alpine-info list.
1138   <LI> HTML messages that contain UTF-8 may wrap at the wrong position,
1139        making Alpine not display the correct character at the position 
1140        that wrapping is done. Reported by Wang Kang.
1142   <LI> Pico: Searching for a string that is too long causes Pico to crash
1143        in the next search.
1145   <LI> Fix vulnerability in regex library. This only affects those who use
1146        this library, such as the windows version of Alpine. See 
1147        <A HREF="http://www.kb.cert.org/vuls/id/695940">http://www.kb.cert.org/vuls/id/695940</A>
1148        for more details.
1150   <LI> Alpine would not set include and lib paths for OpenSSL if this was
1151        installed in /usr/local/ssl.
1153   <LI> If the .pinerc file is a symbolic link, Alpine might not write its
1154        contents when saving its configuration.
1156   <LI> The _INIT_ token does not skip over non-alphanumeric characters in
1157        the name. Reported by Andreas Fehr.
1159   <LI> When opening an INBOX folder in a context different from the 
1160        incoming folders collection, from the command line, Alpine would 
1161        open the INBOX folder from the incoming folders collection.
1163   <LI> Mismatch in size of UCS and CELL caused a corruption in the
1164        content of a pointer, which made the speller in PC-Alpine get the 
1165        content of a word incorrectly.
1167   <LI> Skip testing openssl compatibility version when cross-compilation
1168        is detected. Fix contributed by Antti Sepp&auml;l&auml;
1170   <LI> Alpine fails to remove temporary files used during a display or sending
1171        filter. Fix contributed by Phil Brooke.
1173   <LI> When the index is in zoomed state, adding new messages to the 
1174        selection would not show those messages if those messages are on 
1175        top of the current message in the top of the screen. Reported by
1176        Ulf-Dietrich Braumann. In addition, when the user scrolls through
1177        the index, this scroll smoothly, without jumping pages. Reported
1178        by Holger Trapp.
1180   <LI> Crash when reviewing history of saving attachments.
1182   <LI> Crash when canceling a goto command on a local collection that has
1183        not been expanded and attempting to expand such collection.
1185   <LI> Crash in Pico when forwarding messages that contain a direction mark
1186        at the end of a line. Reported by James Mingo.
1188   <LI> Solve compilation errors when Alpine is built with Visual Studio 2015.
1189 </UL>
1193 Version 2.20 addresses bugs found in previous releases and has several 
1194 additions as well.
1197 Additions include:
1200 <UL>
1201   <LI> Upgrade UW-IMAP to Panda IMAP from 
1202        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
1203   <LI> S/MIME: Add screen to manage certificates.
1204   <LI> S/MIME: Signatures are validated using the user's certificates instead
1205        of the ones included in the message. Behavior can be disabled by
1206        disabling the option <A href="h_config_smime_use_cert_store">
1207         <!--#echo var="FEAT_smime-use-storey-only"--></A>, which is enabled
1208        by default.
1209   <LI> S/MIME: sign messages using intermediate certificates when needed 
1210        and possible.
1211   <LI> S/MIME: validation of certificates for servers that modify signed 
1212        content.
1213   <LI> S/MIME: signed and encrypted messages will be signed first and 
1214        encrypted second, so that they can be decoded by other clients.
1215   <LI> S/MIME: add the sender certificate to the list of certificates in
1216        encrypted messages to make it possible for the sender to decrypt
1217        the message they sent.
1218   <LI> S/MIME: When transferring certificates to a local container, create 
1219        container with default names PublicContainer, PrivateContainer and 
1220        CAContainer, as appropriate for these files, unless the user has 
1221        provided some other names.
1222   <LI> S/MIME: Forwarding a message will include the signed part as part
1223        of the text and not as a multipart message, just as the reply
1224        command does.
1225   <LI> HTML: Style tag in body of html message causes Alpine to not write
1226        its content until a new &lt;/style&gt;
1227   <LI> HTML: &lt;BR&gt;, &lt;BR /&gt;, and &lt;BR/&gt; are considered
1228        the same inline tag; the same is valid for the &lt;HR&gt; tag.
1229   <LI> Add support to selective expunge through a subcommand of the 
1230        select-apply commands. Read more in the <A 
1231        HREF="h_index_cmd_expunge">help</A> for the expunge command.
1232   <LI> Pico: New subcommand of the search command, allows to reverse the
1233        direction of search.
1234   <LI> Unix Alpine: If a password file is defined, and S/MIME is enabled, 
1235        the key and certificate used to encrypt the password file are saved 
1236        in the ~/.alpine-smime/.pwd directory, or in the directory specified
1237        by the -pwdcertdir command line option. 
1238        <A HREF="h_password_file_support">Learn more</A>.
1239   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
1240        server to use different ways to connect using ssl, for 
1241        example {server.com/tls1} will attempt to connect to 
1242        server.com at the ssl imap port (port 993) and establish a 
1243        connection using TLSv1. These flags can be used in 
1244        conjunction with the /ssl flag, the ssl flag is redundant. 
1245        Conversely, however, the /ssl flag does not imply any of 
1246        these flags; the /ssl flag means SSLv3 or, if not available, 
1247        SSLv2 in the SSL port.
1248   <LI> Alpine does not attempt to automatically reopen a collection 
1249        that was not opened due to cancellation by the user. 
1250        Instead, the user must try to open it explicitly.
1251   <LI> Alpine searches for a certificate that matches an email address in
1252        all addresses in a certificate (instead of just the first 
1253        one) but when it tries to unlock the certificate, it asks 
1254        for the password for the first email address in that 
1255        certificate.
1256   <LI> Style tag in body of html message causes Alpine to not write its content
1257        until a new &lt;/style&gt;
1258   <LI> Experimental: Write the content-type of a message in 
1259        lowercase, as some non-compliant servers do not understand 
1260        uppercase content-type, such as those of GMX.de.
1261   <LI> Experimental: Do not send the RSET command before attempting
1262        to send a message, as this causes a delay in some evily managed
1263        servers.
1264   <LI> Opening a folder updates recent count in maildrops (this 
1265        already works for other types of folders)
1266   <LI> Automatically redraw screen after opening an attachment 
1267        instead of simply clearing it.
1268   <LI> Pico: Justification works without need of a predefined quote 
1269        string. This allows justification of blocks of text that are 
1270        indented with spaces.
1271   <LI> Decode the name of attachment names, so they can be written as part   
1272        of the description of the part. 
1273   <LI> Check bounds and tie strings off to improve security. Contributed 
1274        by James Jerkins.
1275   <LI> Replace tabs by spaces in From and Subject fields to control for
1276        size in screen of these fields. Change only in index screen display.
1277   <LI> Aggregate operations allows bouncing a list of messages using a role.
1278        Suggested by Ulf-Dietrich Braumann.
1279   <LI> Disable saving new passwords to the password file. Implemented
1280        by Louis Raphael from dpslabs.com. <A HREF="h_config_disable_password_file_saving">Learn more.</A>
1281   <LI> Makefile: Add $(LIBINTL) to the flags to link rpdump, rpload, 
1282      alpined and alpineldap because MAC OSX 10.8 x86_64 needs it. Reported by
1283      Charles M. Register.
1284 </UL>
1288 Bugs that have been addressed include:
1289 <UL>
1290   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
1291        in personal names. Reported by Lev Gorenstein.
1292   <LI> When writing the .pinerc file, lines were truncated if they were longer
1293        than 10,000 characters. This could cause data corruption, so now lines
1294        are allowed to be of any length.
1295   <LI> S/MIME: signed messages that contained an attachment would not validate.
1296   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
1297        validate. Thanks to Andreas Schamanek for testing, debugging and 
1298        advising during the process of fixing this problem.
1299   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
1300        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
1301        and Stefan Mueller.
1302   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the 
1303        home directory.
1304   <LI> S/MIME: Accessing the S/MIME configuration screen would deinitialize
1305        SMIME making it not possible to sign or encrypt messages.
1306   <LI> S/MIME: Forwarding a signed message might make the body contain mime 
1307        information that is not part of the body, and hence making the body
1308        of the message seem wrong.
1309   <LI> S/MIME Alpine would compute incorrectly the signature of a message 
1310        that contains 8bit if the option "Enable 8bit ESMTP Negotiation" is 
1311        enabled, the message contains 8bit characters and the smtp server 
1312        supports 8bit sending.
1313   <LI> When replying to several messages, subject will be decoded first,
1314        and then stripped from re/fwd before they are compared to determine
1315        the subject of the replied message.
1316   <LI> Crash when tcp connection to NNTP server was lost after connection
1317        had been established, but lost immediately afterwards.
1318   <LI> Crash with message &quot;lock when already locked&quot;, when painting
1319        an index was based on scores that needed information from a remote
1320        addressbook in the same server as the folder opened. Reported by
1321        Peter Koellner.
1322   <LI> Crash in message/rfc822 attachments encoded in base64.
1323   <LI> Postponed messages whose content-type is text/html, text/enriched and
1324        text/richtext are sent with that content-type, even though, after
1325        resuming composition, Alpine had changed its type to text/plain.
1326   <LI> Alpine cannot handle correctly some characters in the Windows-1256 
1327        character set, which might lead to a crash or a corruption in the 
1328        screen. Work was done to contain the bug. A more complete fix will 
1329        be done in a future release. Reported by Professor Robert Funnell.
1330   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
1331   <LI> WebAlpine: fail to build with debug disabled. Fix from Sam Hathaway.
1332   <LI> Save command did not warn of existence of a message with a deleted 
1333        attachment in an aggregate save, unless cursor was positioned on a message 
1334        with a deleted attachment. Reported by Florian Herzig.
1335   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
1336        in an IMAP server.
1337   <LI> DATE tokens were not internally transformed to UTF-8, which made their
1338        values not appear complete in the screen. Reported by Werner Scheinast.
1339   <LI> Fixes to configure script so that it will not require PAM for every system.
1340   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
1341        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
1342        during the build. Fix by Ulf-Dietrich Braumann.
1343   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
1344        needs to use tcl_getstringresult() instead. Reported by 
1345        Ulf-Dietrich Braumann.
1346   <LI> Quoted string in URL Viewers configuration variable were not 
1347        unquoted before passing to viewer.
1348   <LI> Fix in configure script to detect location of tcl library; add
1349        /usr/local in FreeBSD and fix a bug in configure script that used 
1350        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
1351        by Werner Scheinast.
1352   <LI> Move SSL configurations from UW-IMAP to configure script, and
1353        update OpenSSL configuration for Mac OS X.
1354   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
1355   <LI> When the download of an attachment is interrumpted, Alpine stills
1356      caches what was downloaded, making the download incomplete for 
1357      subsequent calls of Alpine attempting to open the attachment. In the 
1358      future, Alpine will not cache any downloaded part of the attachment 
1359      when it is interrupted.
1360 </UL>
1365 Version 2.11 addresses bugs found in previous releases and has a few 
1366 additions as well.
1369 Additions include:
1372 <UL>
1373    <LI> Alpine requires version 1.0.0c of Openssl to build.
1374    <LI> Increase encryption of S/MIME encrypted messages.
1375    <LI> Pico: Improvements in justification of paragraphs: lines that begin
1376 with a quote string, followed by a space were considered individual paragraphs,
1377 now they are considered part of a paragraph. Based on earlier joint work
1378 with Jeff Franklin.
1379    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
1380    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
1381 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
1382    <LI> Added recognition of ws and wss URIs.
1383    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
1384  <A HREF="h_config_directory_color">directory names</A>,
1385  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
1386    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
1387 used in the display of the INDEX SCREEN.
1388    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
1389 that adds the ability to preserve To: and Cc: fields when replying to a 
1390 message, as specified by original sender.
1391    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
1392  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
1393    <LI> Quota command includes subcommands for printing, forwarding, etc.
1394 </UL>
1397 Bugs that have been addressed include:
1399 <UL>
1400   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
1401   <LI> Crash when resizing the screen in a configuration screen.
1402   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
1403   <LI> Do not use a shell to open a browser.
1404   <LI> Configure script did not test for crypto or pam libraries.
1405   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
1406   <LI> Change Cygwin directory separator to &quot;/&quot;.
1407   <LI> Alpine could set List- headers, contrary to RFC 2369.
1408 </UL>
1411 Version 2.10 addresses bugs found in previous releases and has a few 
1412 additions as well.
1415 Additions include:
1418 <UL>
1419    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
1420    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
1421    <LI> Foreign characters are decoded correctly in IMAP folder names.
1422    <LI> Question about breaking connection to slow servers includes their name.
1423    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
1424    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
1425    <LI> Cygwin: Alpine builds without need of patch.
1426    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
1427    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
1428    <LI> Add support for strong encryption of password file when S/MIME is built in.
1429 </UL>
1432 Bugs that have been addressed include:
1435 <UL>
1436    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
1437    <LI> Double allocation of memory in Pico.
1438    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
1439    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
1440    <LI> Not recognition of environment variables in some options.
1441    <LI> Not display of login prompt during initial keystrokes.
1442    <LI> justification of long urls breaks them.
1443    <LI> Incorrect New Mail message when envelope is not available.
1444    <LI> Incorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
1445    <LI> Crash when resizing the screen after display of LDAP search.
1446    <LI> Crash when redrawing screen while opening a remote folder collection.
1447    <LI> Infinite loop in scrolltool function during notification of new mail.
1448    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
1449    <LI> No display of signed and encrypted S/MIME messages.
1450    <LI> Alpine will not build with OpenSSL.
1451    <LI> Crash for double locking in calls to c-client.
1452    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
1453    <LI> Ignore the references header when threading messages
1454    <LI> No update of colors in index screen after update to addressbook.
1455 </UL>
1458 Version 2.01 addresses bugs found in previous releases and has a few 
1459 additions as well.
1462 Additions include:
1465 <UL>
1466    <LI> Fixed non-ASCII web alpine handling
1467    <LI> Added web alpine help.
1468    <LI> Allow web alpine inbox on second IMAP server.
1469    <LI> Allow web alpine config reset after bad inbox-path gets set.
1470    <LI> Added web alpine ability to create group contact from contact list members.
1471    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
1472    <LI> Tidied up web alpine script layout.
1473    <LI> Fixed web alpine status message ordering
1474    <LI> Added web alpine Fcc setting via Contacts in Compose
1475    <LI> Fixed web alpine autodraft attachment issues
1476    <LI> Fixed web alpine problems with recent count maintenance
1477    <LI> Fixed web alpine newmail arrival display in message list
1478    <LI> Added web alpine confirmation to folder create for Move/Copy
1479    <LI> Added web alpine user-domain support
1480    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
1481 </UL>
1484 Bugs that have been addressed include:
1487 <UL>
1488    <LI> In web alpine fixed delete all selected within a search result to reorient
1489         correctly to whole-mailbox message list.
1490    <LI> Fixed web alpine delete in view page to be sensitive to sort
1491    <LI> Fixed web alpine open of folder within directory from folder manager page.
1492    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
1493    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
1494    <LI> Fixed web alpine adding contacts from message list and view
1495    <LI> Fixed web alpine create of non-existent fcc
1496    <LI> Remove mistakenly left debugger statement in web alpine javascript.
1497    <LI> Some UNIX alpine build problems fixed
1498    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
1499         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
1500         by locale charmap call on some Solaris 8 systems.
1501    <LI> MacOS Keychain logins were not working correctly with generic host names, like
1502         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
1503         new password requests when not needed
1504    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
1505         last folder in the list
1506    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
1507         looked for along with the email address
1508    <LI> Changes to configure to get spellcheck options with work with arguments.
1509    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
1510         returned by gethostname (iPhone can do this)
1511    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
1512         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
1513    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
1514         Jake Scott of marganstanley.com.
1515    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
1516         is not used in alpine.
1517    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
1518         Apparently this causes RIM Blackberry BIS service problems. This is not
1519         used in alpine.
1520    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
1521    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
1522         Fix from Ludwig Nussel of SUSE and from Crispin.
1523    <LI> Include whole filename in export filename history
1524    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
1525 </UL>
1528 Version 2.00
1529 addressed bugs found in previous releases and had a few additions as well.
1531 Additions included:
1534 <UL>
1535    <LI> Redesigned Web Alpine interface
1536    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
1537         in UNIX versions of Alpine
1538    <LI> Attempt to include the attachment filename as part of the name of the
1539         temporary file used when viewing an attachment with an external program.
1540         Add some randomness to that filename to make it hard to predict the filename.
1541         Add a filename extension, usually derived from the type/subtype, to the
1542         temporary filename. This was previously done only on Windows and MacOS X.
1543    <LI> Enhance address completion in the composer (TAB command) so that it looks
1544         through nicknames, fullnames, and addresses from the address book; addresses
1545         from the message being viewed, if any; and the results from
1546         <A HREF="h_direct_config">LDAP Directory Server</A>
1547         lookups for all of the defined directory servers that have the
1548         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
1549         feature set.
1550    <LI> Make the default character set setting more liberal in what it will accept
1551         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
1552    <LI> Remove the Alpine revision number from the titlebar in released versions
1553         while leaving it there in snapshot versions
1554    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
1555         display of asterisks when you type a password for Alpine
1556    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
1557    <LI> When the
1558         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
1559         feature is turned on convert not only the dates in the index screen but also
1560         the dates in the MESSAGE VIEW
1561 </UL>
1564 Bugs addressed in the 2.00 release included:
1567 <UL>
1568    <LI> Crash when using tab-completion for selecting a Save filename
1569    <LI> Make Web Alpine help text images relative for more portability
1570    <LI> Fixed attach save of html parts in Web Alpine
1571    <LI> Viewing, printing, exporting, replying, and bouncing of message
1572         digests was broken. Replying and bouncing should not have been
1573         allowed at all for digests. It would be nice to have a more standard
1574         index-like view of a message digest but that has not been addressed
1575         with this minor bug fix.
1576    <LI> Adjust wrapping of HTML messages so that the margins specified by
1577         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
1578         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
1579         are observed correctly
1580    <LI> Interrupt of WhereIs command in index was broken
1581    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1582         option did not work correctly interpreting unknown characters in message headers
1583    <LI> Long address lines could cause blank continuation lines
1584    <LI> Save to a local default INBOX failed if the primary collection was also local,
1585         which it is by default. The save went to  ~/mail/inbox instead.
1586    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
1587         inbox, not the inbox in the primary collection
1588    <LI> Address book entries with lots of addresses would be truncated when
1589         entered in the composer with a screen size wider than 270 or so characters
1590    <LI> Some fields in the index screen were truncated when the screen width was
1591         wider than 256 characters
1592    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
1593         folder, and there is a more than 10 minute pause between typing the TAB
1594         and typing the Yes
1595 </UL>
1598 Version 1.10(962)
1599 addressed bugs found in previous releases and had a few additions as well.
1601 Additions included:
1604 <UL>
1605    <LI> Add the possibility of setting a default role
1606         (see <A HREF="h_role_select">Roles Screen</A>)
1607         which may be convenient if your work flow involves acting in one
1608         role for a while then switching to another role and staying in the
1609         new role for another period of time
1610    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
1611         is encountered, ask the user if he or she wants to continue with the
1612         risky Save anyway instead of aborting. This may be helpful if your
1613         IMAP server is broken in this way but be aware that it is possible there
1614         was a real error instead of just a broken server implementation.
1615    <LI> Some configure adjustments for Kerberos detection and
1616         for SCO OpenServer 5 support
1617    <LI> Hide INBOX in a collection if it also appears as an
1618         <A HREF="h_config_enable_incoming">Incoming Folder</A>
1619    <LI> Show asterisks for feedback when the user is typing a password
1620    <LI> Performance improvement for threading of large folders
1621    <LI> Previously, the search used to find
1622         Pattern matches containing To patterns searched for both To
1623         and Resent-To headers. The relatively complicated search this
1624         produces causes problems when using some deficient IMAP servers.
1625         Now the default is to look only for To headers and ignore the
1626         presence of Resent-To. The previous behavior may be restored
1627         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
1628    <LI> Add an
1629         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1630         to help with reading malformed unlabeled messages
1631    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
1632    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
1633    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
1634 </UL>
1637 Bugs addressed in the 1.10(962) release included:
1640 <UL>
1641    <LI> Crash when encountering certain errors from an SMTP server
1642    <LI> Crash in composer caused by overflow in replace_pat()
1643    <LI> Hang when authenticating to an SMTP server that fails with a
1644         &quot;connection disconnected&quot; error
1645    <LI> Bug in handling of trailing tab character in flowed text
1646    <LI> Security enhancement for mailcap parameter substitution
1647    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
1648         did not work if the message being replied to was not flowed text
1649         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
1650         was not turned on
1651    <LI> Don't allow printer to be changed through hidden config screen
1652         if system administrator didn't want it to be allowed
1653    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
1654         should know that it won't work, causing error messages to appear
1655    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
1656         of double-quote double-quote didn't work right
1657    <LI> Quoting wasn't being done to protect special characters from the
1658         MacOS X shell when
1659         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
1660         was not defined
1661    <LI> On MacOS X message attachments should be shown internally instead of
1662         being shown using the Mail application
1663    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
1664         sometimes set the outgoing charset to X-UNKNOWN, making the result
1665         unreadable
1666    <LI> When the sending of a message failed lines with leading spaces had one
1667         additional space inserted in each of those lines when the user
1668         was returned to the composer
1669    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
1670         that contained non-ascii characters because it was truncating the
1671         line being searched so that it was shorter than what was visible on
1672         the screen
1673    <LI> When composing, an attachment with a long name that causes wrapping in
1674         just the wrong place would generate an error and cause the send
1675         of the attachment to fail
1676    <LI> After calling the file browser to attach a file in the composer, a resize
1677         of the window when back in the composer would redraw the last screen that
1678         had been shown in the browser instead of the current composer screen
1679    <LI> Possible crash in index screen when encountering unparsable addresses
1680         or when using one of the PRIORITY tokens or the HEADER token in the
1681         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
1682    <LI> Problems with Header Color editing if the configuration option
1683         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
1684         was inadvertently changed to the Empty Value in the hidden config screen
1685    <LI> When resuming the final postponed message from an Exchange server the user
1686         could get a certificate validation failure because alpine was trying
1687         to validate the canonical name of the folder instead of the name the
1688         user used
1689    <LI> Windows line endings in a mimetypes file on a Unix system cause a
1690         failure to find a match
1691    <LI> Make matching of extension names case independent in mimetypes files
1692    <LI> Windows dialog boxes for entering text were not working correctly
1693    <LI> Replying to or Forwarding multipart/alternative messages which had a
1694         single text/html part did not work well
1695    <LI> Printing the print confirmation page caused a crash
1696    <LI> A To line with a long, quoted personal name could display incorrectly
1697         if it was close to the same width as the screen
1698    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
1699         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
1700         are turned on hide (0/0) when the folder is empty
1701    <LI> Folder completion while Saving didn't work if the collection being
1702         saved to was the local home directory
1703 </UL>
1706 Version 1.00
1707 was an evolutionary release based on Pine, which was also
1708 developed at the University of Washington.
1709 It is upwards-compatible for existing Pine users.
1712 Changes included:
1714 <UL>
1715    <LI> Ground-up reorganization of source code around addition
1716         of "pith/" core routine library.
1717    <LI> Fundamental improvement in Alpine's internal text handling, which
1718         is now based exclusively on Unicode. This allows displaying incoming
1719         messages and producing outgoing messages in many different languages.
1720    <LI> Ground-up reorganization of build and install procedures
1721         based on GNU Build System's autotools. NOTE, the included IMAP library
1722         build is not based on autotools, so some features will not work. However,
1723         it should get built automatically during the Alpine build process.
1724    <LI> Web-based version included built on TCL designed to run under
1725         a suitable CGI-supporting web server such as Apache.
1726 </UL>
1730 Details on changes in previous (prerelease) versions of Alpine
1731 may be found at the following URL:
1733 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1736 <HR WIDTH="75%"><P>
1738 <H2>Getting Help</H2>
1739 <DL>
1740 <DT>Online Help</DT>
1741 <DD>
1742 Every Alpine screen and command has associated help text
1743 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
1744 </DD>
1746 <DT>Web Help</DT>
1747 <DD>
1748 The most current source of information about Alpine,
1749 including new version availability, is the web page at
1751 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1752 </DD>
1753 </DL>
1755 <HR WIDTH="75%"><P>
1757 <H2>Additional Information</H2>
1759 General Alpine configuration information can be found
1760 <A HREF="h_news_config">here</A>.
1762 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
1763 Alpine mailbox and <A HREF="https://github.com/jonabbey/panda-imap/">IMAP</A> server
1764 access is provided by the IMAP Toolkit Environment (c-client library)
1765 version <!--#echo var="C_CLIENT_VERSION"-->.
1766 <P> 
1767 Alpine was developed until 2009 by the Office of Computing 
1768 &amp; Communications at the University of Washington in Seattle.  
1769 Since then, the effort of developing Alpine has been continued by
1770 a community of volunteers who make good software even better!
1773 Alpine Copyright 2013-2021 Eduardo Chappa, 
1774 <BR> Copyright 2006-2008 University of Washington.
1777 Additional legal notices can be found <A HREF="h_news_legal">here</A>,
1778 or instead you can find the Apache License, version 2.0 at the web URL:
1781 <CENTER><A HREF="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></CENTER>
1784 &lt;End of Release Notes&gt;
1785 </BODY>
1786 </HTML>
1787 ====== h_password_file_support ======
1788 <HTML>
1789 <HEAD>
1790 <TITLE>Encryption for Password File Support Explained</TITLE>
1791 </HEAD>
1792 <BODY>
1793 <H1>Encryption for Password File Support Explained</H1>
1795 Index<BR>
1796 <OL>
1797 <LI><A HREF="#content">Explanation</A>
1798 <LI><A HREF="#example_existing_key">Example of Use of Existing Key and Certificate</A>
1799 <LI><A HREF="#example_self_signed">Example of Creating Master Password</A>
1800 </OL>
1802 <P><A NAME="content">Unix Alpine Only.</A>
1804 <P> If your version of Alpine has been built with password file support
1805 then you can use a special file to save your passwords, and avoid typing
1806 them every time you open a connection to a remote server.
1808 <P> If, in addition, your version of Alpine was built with SMIME support, then your 
1809 password file will be encrypted with a strong key. There are two ways in 
1810 which this can happen: Alpine will either use a matching private key and 
1811 public certificate pair that you already own, or it will create one for 
1812 you, just for purposes of encrypting this file. We describe both processes 
1813 below.
1815 <P> Initially, Alpine will scan your public and private directories for a 
1816 certificate/private key pair that works. Alpine will pick the first pair 
1817 that it finds that matches. 
1819 <P> Once a pair has been chosen, it will be copied to the directory 
1820 ~/.alpine-smime/.pwd, and from then on, Alpine will use the pair found in 
1821 that directory. The first time this process is done, this directory will 
1822 be created, a key/certificate pair will be copied to it, from then on 
1823 this pair will be used to encrypt and decrypt your password file. 
1825 <P> If you want to use a specific key and certificate pair to encrypt
1826 your password file, you can create the directory ~/.alpine-smime/.pwd 
1827 manually, and then create your preferred key/certificate pair there.
1828 Alpine will use this key regardless of if it has expired, or if it is
1829 self-signed. These issues do not affect the encryption or decryption
1830 of the password file.
1832 <P> If you prefer not to use the directory ~/.alpine-smime/.pwd to save 
1833 your key/certificate pair, you can specify a different one with the 
1834 -pwdcertdir command line option in Alpine. If the directory specified by 
1835 this option is not found Alpine will fail to encrypt and decrypt your 
1836 password file. However if it exists, Alpine will search for a 
1837 key/certificate pair in that
1838 directory, and if it does not find one, it will create one and save it
1839 in that directory.
1841 <P> Alpine does not care about the names of the key and certificates in 
1842 this directory, but the private key must have &quot;.key&quot; extension 
1843 and your public certificate must have the &quot;.crt&quot; extension. The
1844 name of the private key will be used in the prompt when you are asked
1845 to unlock your key to decrypt your password.
1847 <P> If Alpine cannot find a suitable private key and public certificate 
1848 pair to encrypt your password, it will create one. You will be asked to 
1849 create a &quot;Master Password&quot; to protect such key. At this moment 
1850 there are no restrictions on passwords, other than they have to be at 
1851 least 8 characters long, but future versions of Alpine will include 
1852 functionality to restrict master passwords, as set up by the administrator 
1853 of the system in the pine.conf.fixed file.
1855 <P><A NAME="example_existing_key"><B>Example of Use of Existing Key and Certificate</B></A>
1857 <P>Assume you have a private key called peter@address.com.key in your, 
1858 ~/.alpine-smime/private directory, and a public certificate called 
1859 peter@address.com.crt in your ~/.alpine-smime/public directory, and these 
1860 are your only key/certificate pair.
1862 <P> When Alpine starts for the first time, without command line options, 
1863 it will check if the directory ~/.alpine-smime/.pwd exists, and if not, 
1864 it will create it. Then it will go through your keys and certificates and 
1865 find a pair that it can use, and copy the files peter@address.com.key,
1866 and peter@address.com.crt to the ~/.alpine-smime/.pwd directory. Alternatively
1867 you can do the same by copying these files by yourself. This can be done
1868 with the sequence of commands
1870 <PRE>
1871 mkdir ~/.alpine-smime/.pwd
1872 cp ~/.alpine-smime/private/peter@address.com.key ~/.alpine-smime/.pwd
1873 cp ~/.alpine-smime/public/peter@address.com.crt ~/.alpine-smime/.pwd
1874 </PRE>
1876 <P> When Alpine starts, you will be asked the password to unlock your
1877 private key with the prompt.
1879 <PRE>
1880 Enter password of key &lt;peter@address.com&gt; to unlock password file:
1881 </PRE>
1883 <P> If you prefer to use different names for your private and public keys 
1884 in the ~/.alpine-smime/.pwd directory, you can do so, but you must 
1885 preserve the extension of the files. For example, you can use the names 
1886 private_key.key and public_cert.crt instead. In this case, the prompt you 
1887 will see when you are asked to unlock your private key will read
1889 <PRE>
1890 Enter password of key &lt;private_key&gt; to unlock password file:
1891 </PRE>
1893 <P>Observe that you do not need to use an existing key/certificate pair, 
1894 and that you can create a new private key/public certificate pair to 
1895 encrypt and decrypt your password file. Alpine provides a mechanism to
1896 change the encryption key for this file in the S/MIME configuration
1897 screen.
1899 <P><A NAME="example_self_signed"><B>Example of Creating Master Password</B></A>
1901 <P> If Alpine cannot find a suitable private key and public certificate pair
1902 to encrypt your password file, it will create one. When doing so, it will
1903 start the process with the following warning:
1905 <PRE>
1906 Creating a Master Password for your Password file.
1907 </PRE>
1909 <P> Then Alpine will ask you to enter your Master Password:
1911 <PRE>
1912 Create master password (attempt 1 of 3):
1913 </PRE>
1915 <P> Once you enter this password, and it validates according to system policy,
1916 you will be asked to confirm this password. 
1918 <PRE>
1919 Confirm master password (attempt 1 of 3):
1920 </PRE>
1922 <P> If you input the same password, then Alpine will set that as your 
1923 Master Password, and you will use this password to unlock your key in the 
1924 future.
1926 <P> If you would like to switch your Master Password in the future, you can 
1927 do so by creating a new public key and public certificate pair. You can do 
1928 so in the S/MIME configuration screen, in the &quot;Manage Key and 
1929 Certificate for Password File&quot; section, simply enter your current 
1930 password to unlock your current key and then press &quot;C&quot; to create 
1931 a new key.
1934 &lt;End of help&gt;
1935 </BODY>
1936 </HTML>
1937 ====== h_network_encryption_security ======
1938 <HTML>
1939 <HEAD>
1940 <TITLE>Network Encryption Security Explained</TITLE>
1941 </HEAD>
1942 <BODY>
1943 <H1>Network Encryption Security Explained</H1>
1945 You can specify which encryption protocol you would like to try when
1946 creating a secure connection to a server. Alpine will attempt to use
1947 that encryption protocol, but in practice the protocol being used will
1948 default to the most secure protocol that both Alpine and the server
1949 support.
1951 <P> If you use the latest version of OpenSSL, the /ssl modifier to the 
1952 server definition will use the most secure version of the TLS encryption 
1953 protocol. The same will be true if you try /tls1_1 or /tls1_2, but in an 
1954 old version of OpenSSL (pre 1.1.0 series) /tls1_1 might mean to use 
1955 version 1.1 of the TLS protocol.
1957 <P> You will never go wrong by using the /ssl modifier. At the time of
1958 this writing OpenSSL had released version 1.1.1, with support for
1959 TLS version 1.3. If your version of OpenSSL does not support this version
1960 of the TLS protocol, then the /tls1_3 modifier will only mean to use
1961 the most secure version of the TLS protocol that OpenSSL and the
1962 server can negotiate. In future versions of OpenSSL, /tls1_3 might mean
1963 to try to negotiate a higher version of the TLS protocol.
1965 <P> In order to avoid confusion, the /ssl flag is the best way to guarantee
1966 the highest encryption protocol available, and it is the recommended
1967 modifier to the server definition to create a secure encrypted connection.
1970 &lt;End of help&gt;
1971 </BODY>
1972 </HTML>
1973 ====== h_gmail_configuration ======
1974 <HTML>
1975 <HEAD>
1976 <TITLE>Configuring Access to Gmail Using XOAUTH2</TITLE>
1977 </HEAD>
1978 <BODY>
1979 <H1>Configuring Access to Gmail Using XOAUTH2</H1>
1981 Gmail allows you to access their IMAP and SMTP server using either the XOAUTH2
1982 or OAUTHBEARER authentication method. You can choose any of them. A sample configuration for reading
1983 incoming mail is
1986 inbox-path = {imap.gmail.com/ssl/user=YourId@gmail.com/auth=xoauth2}INBOX<BR>
1987 smtp-server = smtp.gmail.com/ssl/user=YourId@gmail.com/auth=xoauth2
1990 Note that you can substitute /auth=xoauth2 by /auth=oauthbearer.
1993 Gmail implements the authorize method. This means that in order to use xoauth2, you must
1994 open a URL, login to your Gmail account, and authorize Alpine to access your email. As a
1995 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
1996 Once you have done that, Alpine will be able to get a refresh and access token, which
1997 Alpine will use later to read and send email.
2000 &lt;End of help&gt;
2001 </BODY>
2002 </HTML>
2003 ====== h_outlook_configuration ======
2004 <HTML>
2005 <HEAD>
2006 <TITLE>Configuring Access to Outlook Using XOAUTH2</TITLE>
2007 </HEAD>
2008 <BODY>
2009 <H1>Configuring Access to Outlook Using XOAUTH2</H1>
2011 Outlook allows you to access their IMAP and SMTP server using the XOAUTH2
2012 authentication method. A sample configuration for reading incoming mail is
2015 inbox-path = {outlook.office365.com/ssl/user=YourId@outlook.com/auth=xoauth2}INBOX<BR>
2016 smtp-server = smtp.office365.com/submit/user=YourId@outlook.com/auth=xoauth2
2019 Outlook implements the authorize and device methods to get your authorization to access
2020 your account. Alpine uses by default the device method, so try that one first.
2023 &lt;End of help&gt;
2024 </BODY>
2025 </HTML>
2026 ====== h_yahoo_configuration ======
2027 <HTML>
2028 <HEAD>
2029 <TITLE>Configuring Access to Yahoo! Using XOAUTH2</TITLE>
2030 </HEAD>
2031 <BODY>
2032 <H1>Configuring Access to Yahoo! Using XOAUTH2</H1>
2034 Yahoo! allows you to access their IMAP and SMTP server using either the XOAUTH2 or
2035 OAUTHBEARER authentication method. You can choose any of them. A sample configuration for
2036 reading incoming mail is
2039 inbox-path = {imap.mail.yahoo.com/ssl/user=YourId@yahoo.com/auth=xoauth2}INBOX<BR>
2040 smtp-server = smtp.mail.yahoo.com/ssl/user=YourId@yahoo.com/auth=xoauth2
2043 Note that you can substitute /auth=xoauth2 by /auth=oauthbearer.
2046 Yahoo! implements the authorize method. This means that in order to use xoauth2, you must
2047 open a URL, login to your Yahoo! account, and authorize Alpine to access your email. As a
2048 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
2049 Once you have done that, Alpine will be able to get a refresh and access token, which
2050 Alpine will use later to read and send email.
2053 &lt;End of help&gt;
2054 </BODY>
2055 </HTML>
2056 ====== h_yandex_configuration ======
2057 <HTML>
2058 <HEAD>
2059 <TITLE>Configuring Access to Yandex Using XOAUTH2</TITLE>
2060 </HEAD>
2061 <BODY>
2062 <H1>Configuring Access to Yandex Using XOAUTH2</H1>
2064 Yandex allows you to access their IMAP and SMTP server using the XOAUTH2
2065 authentication method. A sample configuration for reading incoming mail is
2068 inbox-path = {imap.yandex.com/ssl/user=YourId@yandex.com/auth=xoauth2}INBOX<BR>
2069 smtp-server = smtp.yandex.com/ssl/user=YourId@yandex.com/auth=xoauth2
2072 Yandex implements the authorize method. This means that in order to use xoauth2, you must
2073 open a URL, login to your Yandex account, and authorize Alpine to access your email. As a
2074 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
2075 Once you have done that, Alpine will be able to get a refresh and access token, which
2076 Alpine will use later to read and send email.
2079 &lt;End of help&gt;
2080 </BODY>
2081 </HTML>
2082 ====== h_xoauth2 ======
2083 <HTML>
2084 <HEAD>
2085 <TITLE>XOAUTH2 Authenticator Explained</TITLE>
2086 </HEAD>
2087 <BODY>
2088 <H1>XOAUTH2 Authenticator Explained</H1>
2090 The XOAUTH2 authenticator method is a way in which you can sign in to your
2091 account to read and send email. This method is different from the traditional
2092 username/password that users are accustomed to, and it needs to be set up
2093 by the user. This text will help you understand this authentication method.
2095 <P> A quick list of services supported by Alpine are (follow each link for
2096 specific configuration instructions)
2098 <UL>
2099 <LI> <A href="h_gmail_configuration">Gmail</A>
2100 <LI> <A href="h_outlook_configuration">Outlook</A>
2101 <LI> <A href="h_yahoo_configuration">Yahoo!</A>
2102 <LI> <A href="h_yandex_configuration">Yandex</A>
2103 </UL>
2106 The most important difference between this method and other authentication
2107 methods is what happens if someone steals your credentials. This method is
2108 attached to three components: Your username, your password and your email
2109 program.
2112 At the beginning of this process, the developer of the email program 
2113 registers the email program with the email service provider (Gmail, 
2114 Outlook, etc.) In return, the email service provider creates a client-id.
2115 In addition, some services provide a client-secret.
2116 Since Alpine is an open source program, these values are part
2117 of the source code, and are known to everyone, and cannot be obfuscated.
2120 After a program has been registered with an email service provider, the 
2121 user must authorize the email program access to their email account in 
2122 that service. Alpine helps you do that, but it cannot do all the process 
2123 for you, and you will need to use an external web browser to authorize
2124 Alpine to read and send email.
2127 This part of the process is simple. Alpine creates a URL based on the id 
2128 and secret created by the email service, which the user opens. Once the 
2129 URL has been opened, the user signs in to the server, and once signed into
2130 the account, the user is asked to authorize Alpine access to the email 
2131 account. If the user agrees, an &quot;<I>Access Code</I>&quot; will be
2132 generated.
2135 An Access Code is a very long string, and so the recommendation is to copy 
2136 and paste this code back into Alpine, at the time Alpine is helping you 
2137 set up this authenticator. This part of the process is done only once per 
2138 email program (If you run Alpine in several computers, you would do this 
2139 once per computer. Each computer gets its own Access Code.)
2142 Once Alpine has an Access Code, it goes back internally to the email 
2143 service and asks it to generate two strings, called the &quot;<I>Refresh 
2144 Token</I>&quot; and the &quot;<I>Access Token</I>&quot;. This part is 
2145 invisible to the user, and they will never see it, but in order for you to 
2146 understand what to do in case you lose them, you need to understand their 
2147 use.
2150 The <I>Access Token</I> is the equivalent of a temporary password. It 
2151 allows the user to access (and reaccess as many times as they would like)
2152 their email account for a limited amount of time, typically 1 hour after
2153 it was issued. After that time expires, users need a new Access Token.
2156 The <I>Refresh Token</I> is the equivalent of a password generator. With 
2157 this token, Alpine can go to the email service provider and request a new 
2158 Access Token. This part of the process does not need user intervention, 
2159 anyone can do this, as long as they have the Refresh Token, program id and 
2160 program secret, so it is important that users keep their Refresh Token as 
2161 secure as they can.
2164 Given that the Refresh Token and the Access Token are long strings, users 
2165 are not supposed to be able to memorize them and recall them later. Alpine 
2166 will store them in the password file, should a user have one. Otherwise, 
2167 the user will have to create one each time they run Alpine, starting by 
2168 creating the Access Code all over each time they try to sign in to their 
2169 email account. When Alpine is compiled with SSL and password file support, 
2170 it will default to saving this information using encryption and under a 
2171 master password, so unless they have made changes to this process, their 
2172 Refresh and Access Tokens are saved securely and persist from one session 
2173 to the next.
2176 Should any person steal your Refresh Token, you must login to your account 
2177 with your username and password and revoke Alpine authorization to your 
2178 account. This is enough to stop the person who stole your Refresh Token 
2179 from accessing your email service. In the case of Gmail, changing your 
2180 password will invalidate your Refresh Token, and this will be enough to 
2181 prevent others from using a stolen Refresh Token. Consult with your email
2182 service provider to learn what you can do if someone steals your Refresh
2183 Token.
2186 If, for any reason, Alpine cannot sign in to your email service for two 
2187 consecutive times with Access Codes generated by your Refresh Token, it 
2188 will remove the Refresh Token from your password file, forcing you to get 
2189 a new one, by getting an Access Code first, and granting authorization to
2190 Alpine to access your email once again.
2193 This implementation of XOAUTH2 knows the list of servers that it can
2194 access using the same credentials, so Alpine will be able to read and send
2195 emails using the same Access Token. You will not have to create
2196 Access and Refresh Tokens for the IMAP and SMTP servers separately.
2199 &lt;End of help&gt;
2200 </BODY>
2201 </HTML>
2202 ====== h_xoauth2_config_screen ======
2203 <HTML>
2204 <HEAD>
2205 <TITLE>XOAUTH2 Configuration Screen</TITLE>
2206 </HEAD>
2207 <BODY>
2208 <H1>XOAUTH2 Configuration Screen</H1>
2210 The XOAUTH2 configuration screen helps you connect your client-id and
2211 other configuration information about the service you want to use with
2212 Alpine.
2214 <P> Alpine provides a default configuration for you. For some providers
2215 this configuration does not work, and requires you to get your own
2216 Client-ID for Alpine. Depending on the service, you might need extra information,
2217 such as a Client-Secret or a Tenant.
2219 <P> If the default configuration of Alpine does not work for you, you can simply
2220 replace the default configuration of Alpine by your new configuration. If for
2221 any reason you need to have a second client-id, you can use the ^A command to
2222 add a new configuration for one of the supported services by Alpine.
2224 <P> If you wish to delete a configuration for a service, place the cursor
2225 on the configuration you want to delete and press ^D.
2227 <P> When you have more than one client-id for the same service, is is convenient
2228 to fill up the username field. This will tell Alpine that that specific configuration
2229 is to be used with the username(s) specified in that variable. If Alpine cannot
2230 determine which configuration to use, it will ask you to select the correct
2231 Client-ID for your connection. This could happen when you are trying to login to
2232 your account. The client-id you select will be used by Alpine for that and future
2233 connections to that server.
2237 &lt;End of help&gt;
2238 </BODY>
2239 </HTML>
2240 ====== h_tls_failure_details ======
2241 <HTML>
2242 <HEAD>
2243 <TITLE>Certificate Validation Details</TITLE>
2244 </HEAD>
2245 <BODY>
2246 <H1>Certificate Validation Details</H1>
2248 This screen gives details as to why the certificate validation failed: the
2249 name of the desired server system; the reason for failure; and the name on
2250 the certificate.  This is primarily of interest to experts.
2253 &lt;End of help&gt;
2254 </BODY>
2255 </HTML>
2256 ====== h_tls_failure ======
2257 <HTML>
2258 <HEAD>
2259 <TITLE>TLS or SSL Failure</TITLE>
2260 </HEAD>
2261 <BODY>
2262 <H1>TLS or SSL Failure</H1>
2264 An attempt was made to establish a secure, encrypted connection to the
2265 server system using either Transport Layer Security (TLS) or the older
2266 Secure Sockets Layer (SSL).  This attempt failed.
2269 You should contact your server system management for more assistance.
2270 The problem is probably at the server system and not in Alpine or your local
2271 system.  The text in this screen may be helpful for the server system
2272 management in debugging the problem,
2275 &lt;End of help&gt;
2276 </BODY>
2277 </HTML>
2278 ====== h_tls_validation_failure ======
2279 <HTML>
2280 <HEAD>
2281 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
2282 </HEAD>
2283 <BODY>
2284 <H1>TLS and SSL Certificate Validation Failures</H1>
2286 An attempt was made to establish a secure, encrypted connection to the
2287 server system using either Transport Layer Security (TLS) or the older
2288 Secure Sockets Layer (SSL).
2291 An important part of this procedure is server certificate validation.  A
2292 server certificate is an &quot;electronic identification card&quot; for the server
2293 system that is signed by a well-known certificate authority (CA).  Alpine
2294 compares the server system identity in the server certificate with the
2295 name of the server system to which it is trying to connect.  Alpine also
2296 verifies that the CA signature is authentic.
2299 Some common failure conditions are:
2302 <UL>
2303   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
2304 signed its own certificate.  This does not necessarily indicate anything
2305 bad; the server operators may simply have elected to not purchase a
2306 signed certificate from a certificate authority.
2308   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
2309 the signature on the server system is from an unknown certificate authority.
2310 It can also mean that no certificate authority certificates have been
2311 installed on the local UNIX system.
2313   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
2314 the same as either of the above two conditions in UNIX Alpine.  Note that
2315 Windows systems typically have a full set of certificate authority
2316 certificates installed, so it is more likely to be a self-signed
2317 certificate than an unknown certificate authority.
2319   <LI> Server name does not match certificate.  This means that the server
2320 presented a proper signed certificate for a name other than the desired
2321 name.
2322 </UL>
2325 Any of these conditions can indicate that you are being attacked and have
2326 been directed to an imposter server that will record your password and
2327 your private mail messages.  It can also mean something innocuous.
2330 If you are certain that the problem is innocuous, you can append the
2331 option
2334 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
2337 to the server system name where it appears in your configuration (e.g. the
2338 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
2339 a folder-collection, or a news or SMTP server).  This will
2340 disable certificate validation.  On the other hand, if you are attacked,
2341 you will get no warning if you do this.
2343 <P> When you get an error indicating a self-signed certificate from the 
2344 remote server, you can download and install the certificate for that 
2345 server. Avoid using the /NoValidate-Cert modifier. Alpine cannot help you 
2346 with this process because certificates are part of the system and are not 
2347 under the control of the user. Find directions on how to download and 
2348 install certificates for your system using your favorite search engine.
2351 &lt;End of Cert Validation Failures help&gt;
2352 </BODY>
2353 </HTML>
2354 ====== h_oauth2_start ======
2355 <HTML>
2356 <HEAD>
2357 <TITLE>Setting up XOAUTH2 Authentication</TITLE>
2358 </HEAD>
2359 <BODY>
2360 <H1>Setting up XOAUTH2 Authentication</H1>
2362 You are trying to connect to a server that uses the XOAUTH2 method of
2363 authentication.
2366 In order to complete this process use a browser in the same computer
2367 that you are using Alpine to open the given URL.
2370 You will be sent to authenticate and later to authorize Alpine access to
2371 your email. Once you have completed the authorization process you will get
2372 a code. Input this code into Alpine by pressing 'C'. If you do not see a
2373 code, but see an error message in your browser, copy and paste the URL of
2374 the error page and paste into alpine after pressing the 'C' key.
2377 After you have input the code, Alpine will conclude logging you into your
2378 account.
2381 If your version of Alpine was compiled to save passwords, then Alpine will save
2382 the refresh and access tokens securely, otherwise you will have to repeat this
2383 process every time you login to this server.
2386 &lt;End of setting up XOAUTH2 Authentication help&gt;
2387 </BODY>
2388 </HTML>
2389 ====== h_oauth2_start_device ======
2390 <HTML>
2391 <HEAD>
2392 <TITLE>Setting up XOAUTH2 Authentication Using the Device Flow</TITLE>
2393 </HEAD>
2394 <BODY>
2395 <H1>Setting up XOAUTH2 Authentication Using the Device Flow</H1>
2397 You are trying to connect to a server that uses the XOAUTH2 method of
2398 authentication.
2401 In order to complete this process use a browser in the same computer
2402 that you are using Alpine to open the given URL and enter the code that you
2403 were given by Alpine in that screen.
2406 You will be sent to authenticate and later to authorize Alpine access to
2407 your email. Once you have completed the authorization process Alpine will
2408 get the refresh and access tokens from the service servers and the authentication
2409 process will be completed by Alpine.
2412 If your version of Alpine was compiled to save passwords, then Alpine will save
2413 the refresh and access tokens securely, otherwise you will have to repeat this
2414 process every time you login to this server.
2417 &lt;End of setting up XOAUTH2 Authentication help&gt;
2418 </BODY>
2419 </HTML>
2420 ====== h_release_tlscerts ======
2421 <HTML>
2422 <HEAD>
2423 <TITLE>TLS and SSL usage note</TITLE>
2424 </HEAD>
2425 <BODY>
2426 <H1>TLS and SSL usage note</H1>
2429 When using Alpine from Unix or Windows 2000,
2430 server certificates must be signed by a trusted certificate authority.
2431 You may relax this requirement (at the cost of some security) by using
2433 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
2434 modifier in the mailbox name.
2437 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
2440 The fully-qualified host name of the server should be used
2441 so that it matches the host name in the server certificate.
2443 Here is an example of a host specification that directs Alpine to use
2444 the SSL port (993) and an encrypted data stream.
2446 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
2448 &lt;End of TLS usage help&gt;
2449 </BODY>
2450 </HTML>
2451 ====== h_news_config ======
2452 <HTML>
2453 <HEAD>
2454 <TITLE>Alpine Configuration</TITLE>
2455 </HEAD>
2456 <BODY>
2457 <H1>Alpine Configuration</H1>
2459 <H2>Using Environment Variables</H2>
2461 The values of Alpine configuration options may include environment variables
2462 that are replaced by the value of the variable at the time Alpine is run
2463 (and also at the time the config option is changed).
2464 The syntax to use environment variables is a subset of the common Unix
2465 shell dollar-syntax.
2466 For example, if
2468 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
2470 appears in the value of an Alpine configuration option it is looked up in the
2471 envirom ent (using getenv(&quot;VAR&quot;)) and its
2472 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
2473 To include a literal dollar sign you may precede the dollar sign with another
2474 dollar sign.
2475 In other words, if the text
2477 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
2479 is the value of a configuration option, it will be expanded to
2481 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
2483 and no environment lookup will be done.
2484 For Unix Alpine it will also work to use a backslash character to
2485 escape the special meaning of the dollar sign, but $$ is preferable since
2486 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
2487 to be in a shared configuration file.
2490 This all sounds more complicated than it actually is.
2491 An example may make it clearer.
2492 Unfortunately, the way in which environment variables are set is OS-dependent 
2493 and command shell-dependent.
2494 In some Unix command shells you may use
2496 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
2497    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
2499 Now, if you use Alpine's Setup/Config screen to set
2501 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
2503 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
2504 so that this would be equivalent to
2506 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
2508 Note, environment variable substitution happens after configuration
2509 options that are lists are split into the separate elements of the list,
2510 so a single environment variable can't contain a list of values.
2513 The environment variable doesn't have to be the only thing
2514 after the equal sign.
2515 However, if the name of the variable is not at the end of the line or
2516 followed by a space (so that you can tell where the variable name ends),
2517 it must be enclosed in curly braces like
2519 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
2521 It is always ok to use the braces even if you don't need to.
2523 It is also possible to set a default value for an environment variable.
2524 This default value will be used if the environment variable is not
2525 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
2526 The syntax used to set a default value is
2528 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
2530 If the config file contains
2532 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
2534 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
2535 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
2536 the value that <SAMP>VAR</SAMP> was set to, otherwise,
2537 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
2538 the default value.
2539 (Note that the variable is called &quot;personal-name&quot; in the config
2540 file but is displayed in the config screen as
2541 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
2542 In general, the value that goes into a config file is never exactly the
2543 same as the value you see on the screen.)
2546 An example where an environment variable might be useful is the
2547 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
2548 Suppose most users used the server
2550 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
2552 but that there were some exceptions who used
2554 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
2556 In this case, the system manager might include the following line in
2557 the systemwide default Alpine configuration file
2559 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
2561 For the exceptional users adding
2563 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
2565 to their environment should work.
2567 Another example might be the case where a user has to use a different
2568 SMTP server from work and from home.
2569 The setup might be something as simple as
2571 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
2573 or perhaps a default value could be given.
2574 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
2575 a list of SMTP servers.
2578 <H2>Configuration precedence</H2>
2580 There are several levels of Alpine configuration.  Configuration values at
2581 a given level override corresponding values at lower levels.  In order of
2582 increasing precedence:
2584 <UL>
2585  <LI> built-in defaults
2586  <LI> system-wide
2587 <!--chtml if pinemode="os_windows"-->
2588       config file from command line or provided
2589       by "PINECONF" environment variable
2590 <!--chtml else-->
2591       pine.conf file
2592 <!--chtml endif-->
2593  <LI> personal configuration file
2594  <LI> personal exceptions configuration file
2595  <LI> command-line options
2596  <!--chtml if pinemode="os_windows"--><!--chtml else-->
2597  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
2598 </UL>
2600 The values in both the personal configuration file and the
2601 <A HREF="h_config_exceptions">exceptions</A>
2602 configuration file may be set using the Setup command.
2603 Setup/Config is the command to change most of the personal configuration
2604 options.
2605 The other Setup subcommands are also used to change the configuration,
2606 for example, Setup/AddressBook, Setup/Rules, and so on.
2607 Changing the personal exceptions configuration is very similar.
2608 To change a value in the Config screen you would use the command
2609 Setup/eXceptions/Config.
2610 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
2612 There are a couple exceptions to the rule that configuration values are replaced
2613 by the value of the same option in a higher-precedence file.
2614 The Feature-List variable has values that are additive, but can be
2615 negated by prepending &quot;no-&quot; in front of an individual feature name.
2616 So for features, each individual feature's value is replaced by the value
2617 of the same feature in a higher-precedence file.
2618 Note that this is done automatically for you when you change these values via
2619 the Setup/Config command.
2620 The other exception to the <EM>replace</EM> semantics happens when you
2621 use <A HREF="h_config_inheritance">configuration inheritance</A>
2622 for option lists.
2625 <H2>File name defaults</H2>
2627 Notes:<P>
2629 <BR> &lt;exe dir&gt; = directory where pine.exe found.
2630 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
2631 <BR> # = default file name is overridable in pinerc.
2632 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
2633 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
2634 <BR> + between the mailcap paths implies that the two files are combined.
2635 <BR> ; between other default paths implies that the first one found is used.
2636 </P>
2637 Alpine looks for most support files in the same directory it finds its
2638 personal configuration file (pinerc).  The -p command-line flag may be
2639 used to specify a particular path name for the pinerc file.  If a
2640 pinerc file does not exist, it will be created (if directory permissions
2641 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
2642 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
2643 file does not exist in either one, it will create one in the first of those
2644 two directories that is writable.  In detail:
2645 <PRE>
2647 PC-Alpine:
2649  executable     &lt;DOS search path&gt;&#92;pine.exe
2650  help index     &lt;exe dir&gt;&#92;pine.ndx
2651  help text      &lt;exe dir&gt;&#92;pine.hlp
2653  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
2654  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
2655  global cfg     $PINECONF
2657  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
2658  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
2659  signature#     &lt;pinerc dir&gt;&#92;pine.sig
2660  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
2661  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
2662  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
2663  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
2664  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
2665  postponed#     $HOME&#92;mail&#92;postpond.mtx
2666  interrupted    $HOME&#92;mail&#92;intruptd
2668 Unix Alpine:
2670  executable     &lt;Unix search path&gt;/pine
2671  persnl cfg     ~/.pinerc
2672  except cfg     ~/.pinercex
2673  global cfg     <!--#echo var="PINE_CONF_PATH"-->
2674  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
2675  local help     <!--#echo var="PINE_INFO_PATH"-->
2677  interrupted    ~/.pine-interrupted-mail
2678  debug          ~/.pine-debugN
2679  crash          ~/.pine-crash
2680  newsrc#        ~/.newsrc
2681  signature#     &lt;pinerc dir&gt;/.signature
2682  addressbook#   &lt;pinerc dir&gt;/.addressbook
2683  postponed#     ~/mail/postponed-msgs
2684  sentmail#      ~/mail/sent-mail
2685  mailcap#       ~/.mailcap + /etc/mailcap
2686                            + /usr/etc/mailcap + /usr/local/etc/mailcap
2687  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
2689  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
2690  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
2691  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
2692  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
2693  password       /etc/passwd
2695 Unix Alpine and PC-Alpine:
2697  .ab*           remote addressbook support files
2698  a[1-9]*        temporary (while Alpine is running) addressbook files
2700 </PRE>
2703 <H2>Mailcap files</H2>
2705 Alpine honors the mailcap configuration system for specifying external
2706 programs for handling attachments.  The mailcap file maps MIME attachment
2707 types to the external programs loaded on your system that can display
2708 and/or print the file.  A sample mailcap file comes bundled with the Alpine
2709 distribution.  It includes comments that explain the syntax you need to
2710 use for mailcap.  With the mailcap file, any program (mail readers,
2711 newsreaders, WWW clients) can use the same configuration for handling
2712 MIME-encoded data.
2715 <H2>MIME-Types files</H2>
2717 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
2718 what Content-Type to use for labeling an attached file, based on
2719 the file extension.  That is, this file provides a mapping between
2720 filename extensions and MIME content-types.
2723 <H2>Environment variables</H2>
2725 PC-Alpine uses the following environment variables:
2726 <DL>
2727 <DT>PINERC</DT>
2728 <DD>Optional path to pinerc file.</DD>
2729 <DT>PINERCEX</DT>
2730 <DD>Optional path to personal exceptions configuration file.</DD>
2731 <DT>PINECONF</DT>
2732 <DD>Optional path to global pine config file.</DD>
2733 <DT>HOME</DT>
2734 <DT>TMPDIR, TMP, or TEMP</DT>
2735 <DT>COMSPEC</DT>
2736 <DT>MAILCAPS</DT>
2737 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
2738 <DT>USER_DICTIONARY</DT>
2739 <DD>Used to specify the file to contain the user's spell check
2740 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
2741 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
2742 </DL>
2744 Unix Alpine uses the following environment variables:
2745 <DL>
2746 <DT>TERM</DT>
2747 <DD>Tells Alpine what kind of terminal is being used.</DD>
2748 <DT>DISPLAY</DT>
2749 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
2750 <DT>SHELL</DT>
2751 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
2752 <DT>TMPDIR, TMP, or TEMP</DT>
2753 <DT>MAILCAPS</DT>
2754 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
2755 </DL>
2756 <!--chtml if pinemode="os_windows"-->
2758 <H2>Common PC-Alpine Configuration Problems</H2>
2760 <H3>Configuration settings aren't being saved</H3>
2762 <P>This problem can happen if you run pine from one directory and
2763 then decide to move your pine directory to another location.  PC-Alpine
2764 stores certain variables, including the configuration location, in the
2765 Windows Registry (which you shouldn't ever need to manually edit).  There
2766 are a couple of ways to go about removing or resetting the values in the
2767 registry.
2770 1) Run PC-Alpine's registry value deletion command.  This can be done by
2771 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
2772 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
2773 value to the above command.
2776 2) Tell PC-Alpine where to look for the configuration file.  Configuration
2777 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
2778 option, you can tell PC-Alpine the location of your pinerc.  An example of
2779 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;.
2780 Again, you can use the DOS prompt or the shortcut method explained in (1).
2783 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
2784 set registry values to the current setting, and is therefore useful with
2785 the &quot;-p&nbsp;PINERC&quot; option.
2787 <!--chtml endif-->
2789 &lt;End of Configuration Notes&gt;
2790 </BODY>
2791 </HTML>
2792 ====== h_news_legal ======
2793 <html>
2794 <head>
2795 <TITLE>Alpine Legal Notices</TITLE>
2796 </head>
2797 <body>
2799 <H1>Alpine Legal Notices</H1>
2801 Alpine and its constituent programs are covered by the Apache License Version 2.0.
2805 &lt;End of Alpine Legal Notices&gt;
2806 </BODY>
2807 </HTML>
2808 ===== h_info_on_mbox =====
2809 <HTML>
2810 <HEAD>
2811 <TITLE>Information on mbox driver</TITLE>
2812 </HEAD>
2813 <BODY>
2814 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
2816 Beginning with Pine 4.00 (Pine came before Alpine)
2817 a new INBOX access method is
2818 available as part of the standard configuration.  It is called the
2819 &quot;mbox&quot; driver and it works like this:<P>
2822 <BLOCKQUOTE>
2823 If the file &quot;mbox&quot; exists in the user's home directory, and
2824 is in Unix mailbox format, then when INBOX is opened this file will be
2825 selected as INBOX instead of the mail spool file.  Messages will be
2826 automatically transferred from the mail spool file into the mbox
2827 file.
2828 </BLOCKQUOTE>
2831 The advantage of this method is that, after new mail has been copied
2832 from the system mail spool, all subsequent access is confined to the
2833 user's home directory, which is desirable on some systems.  However, a
2834 possible disadvantage is that mail tools other than those from the
2835 University of Washington will not know to look for mail in the user's
2836 mbox file.  For example, POP or IMAP servers other than those from the
2837 University of Washington, and many &quot;new mail notification&quot;
2838 programs may not work as expected with this driver enabled.<P>
2840 To disable this behavior, either remove/rename the &quot;mbox&quot;
2841 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
2842 option in Setup/Config
2843 and add &quot;mbox&quot; to it:
2845 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
2847 &lt;End of help on this topic&gt;
2848 </BODY>
2849 </HTML>
2850 ===== h_info_on_locking =====
2851 <HTML>
2852 <HEAD>
2853 <TITLE>FAQs on Alpine Locking</TITLE>
2854 </HEAD>
2855 <BODY>
2856 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
2858 There is an extensive section on locking in the Alpine technical notes;
2859 this information is intended to provide answers to some common questions:<P>
2860 <OL>
2861 <LI> Why did locking change in Pine 4.00?<BR>
2862 The actual locking mechanisms did not change in 4.00.
2863 What changed is that when one particular locking mechanism used by Alpine 
2864 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
2865 failure would occur, but no warning was issued.<P>
2867 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
2868 Yes.  It means that Alpine was unable to create a lockfile in the
2869 spool directory, generally because of overly restrictive protections on the
2870 spool directory.  The correct permissions on the spool directory for
2871 running Alpine are 1777, i.e. read-write-execute permission for everyone,
2872 with the sticky-bit set, so only owners of a file can delete them.<P>
2874 <LI> Why does Alpine require that the mail spool directory have 1777
2875    protections?<BR>
2876 Alpine was designed to run without special privileges.  This means that in
2877 order to create a lockfile in the spool directory, it is necessary to have
2878 the spool directory permissions be world-writable.<P>
2880 <LI> Can't you create the lockfile somewhere else?<BR>
2881 No.  The lockfile in question must be in the mail spool directory, because
2882 that's where the mail delivery program expects to find it, and the purpose
2883 of the file is to coordinate access between the mail client (Alpine) and the
2884 mail delivery program.<P>
2886 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
2887 No.  Remember that the individual mail files in the spool directory are
2888 NOT world-writable, only the containing directory.  Setting the &quot;sticky
2889 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
2890 -- means that only the owner of the file (or root) can delete files in the 
2891 directory.  So the only bad behavior that is invited by the 1777 mode is that 
2892 anyone could
2893 create a random file in the spool directory.  If the spool directory is
2894 under quota control along with home directories, there is little incentive
2895 for anyone to do this, and even without quotas a periodic scan for
2896 non-mail files usually takes care of the problem.  <P>
2898 <LI> Why not run Alpine as setgid mail?<BR>
2899 Alpine was never designed to run with privileges, and to do so introduces a
2900 significant security vulnerability.  For example, if a user suspends Alpine,
2901 the resulting shell will have group privileges.  This is one example of
2902 why we strongly recommend against running Alpine as a privileged program.
2903 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
2904 users
2905 could not test Alpine versions or other mailers that had not been installed
2906 by the system administrators.<P>
2909 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
2910 There are, but they all have different sets of tradeoffs, and not all will
2911 work on all systems.  Some examples:<UL>
2912  <LI> Use lock system calls.  Works fine on a few systems, provided mail
2913    spool is local.   Doesn't work reliably if NFS is used.
2914    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
2915    use the same calls.
2916  <LI> Deliver mail to user's home directory.  An excellent solution, highly
2917    recommended -- but one which is incompatible with some &quot;legacy&quot; 
2918 mail tools that always look in the spool directory for the mail.
2919 </UL><P>
2921 <LI> Are these spool directory lock files the only kinds of locks used by
2922    Alpine?<BR>
2923 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
2924 mailbox format folders, these are used to coordinate access between
2925 multiple Alpine sessions.  <P>
2927 <LI> What about the 
2928 <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>
2929 This is for people who are content to live dangerously, or who have
2930 specific knowledge that the spool directory lockfiles are superfluous on
2931 their system (because both Alpine and the mail delivery program are using 
2932 system call file locking in a context that works reliably, e.g. not NFS.)<P>
2934 <LI> Where can I find more details on how Alpine locking works?<BR>
2935 See the Alpine Technical Notes.<P>
2937 </OL>
2939 &lt;End of help on this topic&gt;
2940 </BODY>
2941 </HTML>
2942 ===== h_finding_help ====
2943 <HTML>
2944 <HEAD>
2945 <TITLE>Finding more information and requesting help</TITLE>
2946 </HEAD>
2947 <BODY>
2948 <H1>Places to Look for More Answers</H1>
2949 If you have questions about or problems with Alpine that you cannot resolve 
2950 after consulting the program's internal, context-sensitive help screens, here 
2951 are additional information resources that you may find helpful:
2953 <UL>
2954   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
2956   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
2958   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
2959 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
2960   since the last version, which may be useful for you to be aware of, 
2961 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
2962 a change in the way an aspect of Alpine works.  There, you will also find notes 
2963 on Alpine configuration.<P>
2964   <LI> The main site for Alpine contains information on configuring and solving problems
2965        with Alpine, it can be found at
2967 <CENTER><A HREF="http://alpine.x10host.com/alpine/">http://alpine.x10host.com/alpine/</A></CENTER>  
2969   <LI> Archives of the Alpine-info mailing list, at <A 
2970 href="http://mailman13.u.washington.edu/pipermail/alpine-info/">http://mailman13.u.washington.edu/pipermail/alpine-info/</A>
2972   <LI>The newsgroup comp.mail.pine.
2974 </UL>
2975 <P><HR WIDTH="75%">
2976 <H1>Requesting help</H1>
2977 If the internal help, the Release Notes, and your 
2978 local online and print resources do not help you resolve a problem, please
2979 start by contacting your local computer support staff and asking for help.
2981 This is especially true if:
2982 <ul>
2983   <li>You suddenly have trouble sending or receiving mail.
2984   <li>You receive a "disk quota exceeded" message.
2985   <li>You have forgotten your password.
2986   <li>You think your account may have been compromised.
2987   <li>You need help viewing an attachment.
2988   <li>You need to know how to configure your:
2989       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
2990       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
2991       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
2992       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
2993   <li>You want to know what alternative editors or spellcheckers you may be able to use.
2994   <li>You want to block email from a particular person.
2995   <li>You're going on vacation and need to autorespond to incoming mail.
2996   <li>You want to automatically file or filter incoming messages.
2997 </ul>
2999 In all of these cases,
3000 you should contact <B>your</B> support staff, because <B>only they</B> 
3001 will be able to assist you effectively. Your support staff may be, depending on who 
3002 provides you with the email account you use Alpine with, for example:<UL>
3003 <LI> the computing help desk of (a department of) your university, school, 
3004 employer, ... ; or
3005 <LI> the customer service center of your Internet Service Provider; or
3006 <LI> the friendly volunteer helpers of your Freenet; or
3007 <LI> the person who setup your computer and internet connection.
3008 </UL>
3011 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
3012 newsgroup can be a valuable source of information and assistance for Alpine 
3013 user issues.
3015 For systems/email administrators, developers, trainers, user support
3016 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
3017 level, the mailing list alpine-info is available; for information on
3018 subscribing and posting to it, see
3020 <CENTER><A HREF="https://mailman13.u.washington.edu/mailman/listinfo/alpine-info">https://mailman13.u.washington.edu/mailman/listinfo/alpine-info</A></CENTER>
3023 Regardless of whom you are asking for help with Alpine, remember 
3024 to provide as much detail as you can about the
3025 nature of any problem you are encountering, such as
3026 <UL>
3027 <LI>when it first occurred;
3028 <LI>what, if anything, happened that might have brought it about;
3029 <LI>whether it still persists;
3030 <LI>whether it is reproducible, and if so, how;
3031 <LI>what, if anything, you already tried to solve it.
3032 </UL> 
3033 It may also be helpful if you specify what version of Alpine you are using 
3034 <!--chtml if pinemode="running"-->
3035 -- this is <!--#echo var="ALPINE_VERSION"--> --
3036 <!--chtml endif-->
3037 and on what system, and when the copy of Alpine you are using was created
3038 <!--chtml if pinemode="running"-->
3039 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
3040 <!--chtml endif-->
3042 <!--chtml if pinemode="running"-->
3043 <P>   
3044 When the Alpine program you are currently using was installed, a support
3045 contact email address may have been set up; in that case, you can simply select
3046 this link now to send a message to it:<BR>
3047 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
3048 <!--chtml endif-->
3049 <!--chtml if [ -r PINE_INFO_PATH ]-->
3050 <HR WIDTH="75%">Local Support Contacts:<P>
3051 <!--#include file="PINE_INFO_PATH"-->
3052 <HR WIDTH="75%">
3053 <!--chtml endif-->
3054 <P> 
3055 &lt;End of help on this topic&gt;
3056 </BODY>
3057 </HTML>
3058 ===== new_user_greeting ======
3059 <HTML>
3060 <HEAD>
3061 <TITLE>NEW USER GREETING</TITLE>
3062 </HEAD>
3063 <BODY>
3064 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
3065 <BR>
3066 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
3067 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
3068 select Setup/Config to see many of the options available to you. Also note
3069 that all screens have context-sensitive help text available.
3072 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
3073 href="h_apache_license">Apache License 2.0</A>.
3076 Alpine's privacy policy is a living, online only, document, which can be found at
3077 <A href="h_privacy_policy">http://alpine.x10host.com/privacy.html</A>.
3078 By following the previous link,  Alpine
3079 will connect to an external server, and will download it and display
3080 it for you. Please take some time to read it and understand it.
3081 Since the Privacy Policy could be amended to take into consideration
3082 new additions to Alpine, please check it periodically. You can always
3083 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
3086 To Exit this screen and continue your Alpine session press "E".
3087 </BODY>
3088 </HTML>
3089 ===== new_alpine_user_greeting ======
3090 <HTML>
3091 <HEAD>
3092 <TITLE>NEW ALPINE USER GREETING</TITLE>
3093 </HEAD>
3094 <BODY>
3095 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
3096 <BR>
3097 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
3098 Your Alpine configuration file indicates that you may have used Pine before
3099 but not Alpine.
3100 If you are familiar with the way Pine works, you should be comfortable
3101 using Alpine.
3102 Your Pine configuration file is automatically used for Alpine.
3103 The Release Notes may be viewed by pressing 
3104 &quot;R&quot; now or while in the MAIN MENU.
3107 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
3108 href="h_apache_license">Apache License 2.0</A>.
3111 Alpine's privacy policy is a living, online only, document, which can be found at
3112 <A href="h_privacy_policy">http://alpine.x10host.com/privacy.html</A>.
3113 By following the previous link,  Alpine
3114 will connect to an external server, and will download it and display
3115 it for you. Please take some time to read it and understand it.
3116 Since the Privacy Policy could be amended to take into consideration
3117 new additions to Alpine, please check it periodically. You can always
3118 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
3121 To Exit this screen and continue your Alpine session press "E".
3122 </BODY>
3123 </HTML>
3124 ===== new_version_greeting ======
3125 <HTML>
3126 <HEAD>
3127 <TITLE>NEW VERSION GREETING</TITLE>
3128 </HEAD>
3129 <BODY>
3130 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
3131 <BR>
3132 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
3133 Your Alpine configuration file indicates that you may not have used 
3134 this version of Alpine before.  This version's significant changes are
3135 documented in the Release Notes, which may be viewed by pressing 
3136 &quot;R&quot; now or while in the MAIN MENU.
3140 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
3141 href="h_apache_license">Apache License 2.0</A>.
3144 Alpine's privacy policy is a living, online only, document, which can be found at
3145 <A href="h_privacy_policy">http://alpine.x10host.com/privacy.html</A>.
3146 By following the previous link,  Alpine
3147 will connect to an external server, and will download it and display
3148 it for you. Please take some time to read it and understand it.
3149 Since the Privacy Policy could be amended to take into consideration
3150 new additions to Alpine, please check it periodically. You can always
3151 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
3154 To Exit this screen and continue your Alpine session press "E".
3155 </BODY>
3156 </HTML>
3158 ===== main_menu_tx ======
3159 <HTML>
3160 <HEAD>
3161 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
3162 </HEAD>
3163 <BODY>
3164 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
3165 <DIV ALIGN=CENTER>
3166 Version <!--#echo var="ALPINE_VERSION"-->
3167 <!--chtml if pinemode="running"-->
3168 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
3169 <!--chtml endif-->
3170 </DIV>
3171 <CENTER>Copyright 2013-2021 Eduardo Chappa,
3172 <BR>Copyright 2006-2008 University of Washington.
3173 </CENTER>
3176 When you are viewing a help screen, there may be links to
3177 other topics highlighted (in Reverse video) in the text.
3178 Here is an example.
3179 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
3180 highlighted.
3181 If you type carriage return (or V for View Link, see the commands at the
3182 bottom of the screen) you will be taken to a new help screen to view the
3183 Introduction.
3184 The commands at the bottom of the screen should then include
3185 &quot;P Prev Help&quot;.
3186 If you type &quot;P&quot; you will end up back here.
3187 If you type &quot;E&quot; for Exit, you will be back out of help and returned
3188 to the place you were in Alpine when you entered Help.
3189 In this case, you would go back to the MAIN MENU.
3190 There are also other links that are highlighted in bold (or the color used
3191 by your terminal to display bold).
3192 The items after the Introduction in the TABLE OF CONTENTS are all examples
3193 of such links.
3194 In order to view those links, you first have to make the link you want
3195 to view the current link.
3196 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
3197 (see bottom of screen) can do that for you.
3200 <H2>TABLE OF CONTENTS</H2>
3201 <OL>
3202   <LI> The Basics of Alpine
3203   <UL>
3204      <LI> <A HREF="h_mainhelp_intro">Introduction</A>
3205      <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
3206      <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
3207      <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
3208      <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
3209      <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
3210      <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
3211      <!--chtml if [ -r PINE_INFO_PATH ]-->
3212      <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
3213      <!--chtml endif-->
3214      <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
3215   </UL>
3217   <LI> Description of Alpine Screens
3218   <UL>
3219       <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
3220       <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
3221       <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
3222       <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
3223       <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
3224       <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
3225   </UL>
3227   <LI> Email Processing
3228   <UL>
3229       <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
3230       <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
3231       <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
3232   </UL>
3234   <LI> Configuring Additional Accounts
3235   <UL>
3236       <LI> <A HREF="h_mainhelp_folders">Folders</A>
3237       <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
3238       <LI> <A href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
3239       <LI> <A HREF="h_mainhelp_roles">Incoming and Outgoing Settings for other Accounts</A> (a.k.a Roles)
3240   </UL>
3242   <LI> Finding and Saving your Contacts
3243   <UL>
3244        <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
3245        <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
3246   </UL>
3248   <LI> Security
3249   <UL>
3250       <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
3251       <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
3252   </UL>
3254   <LI> Miscelaneous Configurations
3255   <UL>
3256       <LI> <A HREF="h_mainhelp_color">Color Setup</A>
3257       <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
3258       <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
3259   </UL>
3260 </OL>
3263 &lt;End of help on this topic&gt;
3264 </BODY>
3265 </HTML>
3266 ===== h_mainhelp_intro ======
3267 <HTML>
3268 <HEAD>
3269 <TITLE>Introduction</TITLE>
3270 </HEAD>
3271 <BODY>
3272 <H1>Introduction</H1>
3274 Alpine is an &quot;Alternatively Licensed Program for Internet
3275 News and Email&quot; produced until 2009 by the University of Washington.
3276 It is intended to be an easy-to-use program for
3277 sending, receiving, and filing Internet electronic mail messages and
3278 bulletin board (Netnews/Usenet) messages. Alpine supports the following
3279 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
3280 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
3281 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
3282 Directory Access Protocol).<p>
3284 Although originally designed for inexperienced email users, Alpine has
3285 evolved to support many advanced features.  There are an ever-growing
3286 number of configuration and personal-preference options, though which of
3287 them are available to you is determined by your local system managers. 
3289 <H2>WHAT ALPINE DOES...</H2>
3291 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
3292 allows you to
3293 compose and read messages using Internet mail standards.  (Whether you
3294 can correspond with others on the Internet depends on whether or not your
3295 computer is connected to the Internet.)  Alpine also allows reading and
3296 posting messages on the Internet &quot;net news&quot; system, provided
3297 that your site operates a suitable news server.
3299 <H2>WHAT ALPINE DOES NOT DO...</H2>
3301 A &quot;mail user agent&quot; such as Alpine is just one part of a
3302 messaging system. Here are some things that are <B>not</B> done by Alpine,
3303 but require other programs:<P>
3304 <UL>
3305  <LI> Actual relaying of email... which is done by &quot;message transfer 
3306 agents&quot;.
3307  <LI> Vacation messages... automatically responding to incoming messages
3308  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
3309 email.
3310  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
3311  <LI> List processing... resending one message to a list of recipients.
3312 </UL>
3315 &lt;End of help on this topic&gt;
3316 </BODY>
3317 </HTML>
3319 ===== h_mainhelp_pinehelp ======
3320 <HTML>
3321 <HEAD>
3322 <TITLE>Alpine Help</TITLE>
3323 </HEAD>
3324 <BODY>
3325 <H1>Alpine Help</H1>
3327 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
3328 use will have its own help text, explaining the choices available for that
3329 screen. This general help section, on the other hand, attempts to give an 
3330 overall picture of what Alpine is capable of doing, as well as pointers to 
3331 additional help sections about specific topics.<p>
3333 Much of the help text contains links to further help topics, similar to
3334 how the World Wide Web works.
3335 You may choose a link to view using the &quot;NextLink&quot; and
3336 &quot;PrevLink&quot; commands to change the link that is highlighted.
3337 The &quot;View Link&quot; command will then show you the highlighted link.
3338 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
3339 will return you to where you were before viewing the link, and &quot;Exit Help&quot
3340 will return you to the location in Alpine before you asked for help.
3341 For example, if you are reading this text in Alpine you may return to the
3342 help table of contents with the &quot;Prev Help&quot; command or you may view the
3343 Release notes link in the next paragraph and then return here with
3344 &quot;Prev Help&quot;.
3347 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
3348 on the current Alpine version are also available from the MAIN MENU: Press
3349 <!--chtml if pinemode="function_key"-->
3350 &quot;F9&quot;
3351 <!--chtml else-->
3352 &quot;R&quot;
3353 <!--chtml endif-->
3354 to browse the release notes.  These include changes since the last release,
3355 configuration information, the history of the Alpine
3356 project, credits, and legal notices.
3358 Alpine releases are available via the world wide web at
3360 <CENTER><SAMP><A 
3361 HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP
3362 ></CENTER>
3365 If you would like to print <EM>all</EM> of Alpine's internal help text
3366 (not recommended) for a little light bedtime reading, then press
3367 <!--chtml if pinemode="function_key"-->
3368 &quot;F12&quot;
3369 <!--chtml else-->
3370 &quot;Z&quot;
3371 <!--chtml endif-->
3372 now.  (This assumes that the
3373 copy of Alpine you are using has been properly configured for printing
3374 at your site.)
3376 &lt;End of help on this topic&gt;
3377 </BODY>
3378 </HTML>
3379 ===== h_mainhelp_localsupport ======
3380 <HTML>
3381 <HEAD>
3382 <TITLE>Local Support Contacts</TITLE>
3383 </HEAD>
3384 <BODY>
3385 <H1>Local Support Contacts</H1>
3387 <!--chtml if [ -r PINE_INFO_PATH ]-->
3388 <!--#include file="PINE_INFO_PATH"-->
3389 <!--chtml else-->
3390 No Local Support Contacts configured.
3391 <!--chtml endif-->
3394 &lt;End of help on this topic&gt;
3395 </BODY>
3396 </HTML>
3398 ===== h_mainhelp_cmds ======
3399 <HTML>
3400 <HEAD>
3401 <TITLE>Giving Commands in Alpine</TITLE>
3402 </HEAD>
3403 <BODY>
3404 <H1>Giving Commands in Alpine</H1>
3406 Unless configured otherwise
3407 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
3408 the bottom two lines of the screen are always used to list the
3409 commands you can give.  You press the keys that are highlighted to give
3410 the command.  The commands for getting help and going back to the main
3411 menu are always present (except when viewing help as you are now).
3412 <!--chtml if pinemode="function_key"-->
3413 <!--chtml else-->
3415 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
3416 you see at the bottom of any screen. In some cases there are 3 or
3417 even 4 different
3418 sets of keys that can be seen by using the O key. <EM>All commands are 
3419 active</EM>, even if they are not currently showing at the bottom of your 
3420 screen. In other words, you <EM>never</EM> need to press the O key, except to 
3421 remind yourself of the proper key to press to perform an operation.
3423 <H2>Control Key Commands</H2>
3424 When composing mail, and in a few other places, in Alpine you
3425 have to use Control keys. This means pressing the Control key (usually labeled 
3426 &quot;Ctrl&quot;) and the
3427 letter indicated at the same time.  Usually, this is shown with a
3428 &quot;^&quot; in front of the letter.  On some systems, certain control
3429 characters are intercepted before they get to Alpine.  As a work-around,
3430 you can press the ESCAPE key twice followed by the desired key.  For
3431 example, if Ctrl-O (^O) does not work on your system, try typing
3432 &quot;ESC ESC O&quot;.
3433 <!--chtml endif-->
3434 <H2>Paging Up and Down</H2>
3435 The &quot;+&quot; and &quot;-&quot; keys are used for
3436 moving to the next or previous page.  The space bar is a synonym for
3437 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
3438 up as you do in the message composer.  On screens with a WhereIs (search)
3439 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
3440 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
3441 of the message or list.
3443 <H2>Return Key</H2>
3444 The return key is usually a synonym for a frequently used
3445 command.  When viewing a message, there is currently not a default
3446 command, so RETURN does nothing; when in the index, it is synonymous with
3447 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
3448 enclosed in square brackets [] is the same as the return key.
3450 <H2>Control Keys Not Used By Alpine</H2>
3451 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
3452 value, but in places where Alpine is expecting text input, e.g. in the composer or 
3453 at prompts for file/folder names, control keys must be used for editing and 
3454 navigation functions.
3457 Alpine has used nearly all the control keys available.  There are, however,
3458 certain control keys that are reserved by other programs or for technical
3459 reasons.  Alpine does not use any of these keys:
3460 <DL>
3461  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
3462  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
3463  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
3464 </DL>
3466 Note: Ctrl-S and Ctrl-Q can be subject to 
3467 <A HREF="h_special_xon_xoff">special handling</A>.
3469 In addition, while the ESC key alone is not used for command input,
3470 Alpine will recognize two consecutive ESC key presses followed by a letter 
3471 key as a substitute for control key input.  For example, the control key
3472 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
3473 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
3474 This is useful if the communication program you are using
3475 (e.g. Telnet) has its own, conflicting, idea of what certain control
3476 characters mean.
3479 <H2>Repainting the Screen</H2>
3480 Sometimes what is displayed on the screen will be
3481 incorrect due to noise on the phone line or other causes and you will want
3482 to repaint the whole screen to make it correct.  You can use the Ctrl-L
3483 command to do this.  It never hurts to do it when in doubt.
3486 &lt;End of help on this topic&gt;
3487 </BODY>
3488 </HTML>
3489 ===== h_mainhelp_status ======
3490 <HTML>
3491 <HEAD>
3492 <TITLE>Titlebar Line</TITLE>
3493 </HEAD>
3494 <BODY>
3495 <H1>Titlebar Line</H1>
3497 The top line of the screen is Alpine's titlebar line.  It will always display
3498 the current version of Alpine and will also convey information about the
3499 status of the program.  This is where you look to find out what
3500 collection, folder and message number is active and where you are in Alpine.
3503 If the titlebar line says &quot;READONLY&quot; it means that the open folder
3504 (typically your INBOX) is &quot;locked&quot; by another mail session --
3505 most likely a more recent session of Alpine has taken the INBOX lock.
3508 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
3509 access a
3510 folder on a remote mail server, and for some reason, communication with
3511 the mail server has either been lost, or never successfully established.
3512 This can be a result of trying to open a non-existent folder, or one
3513 stored on an invalid or non-operational server, or it can mean that Alpine
3514 has been suspended for more that 30 minutes while accessing a remote mail
3515 server.
3518 &lt;End of help on this topic&gt;
3519 </BODY>
3520 </HTML>
3521 ===== h_mainhelp_mainmenu ======
3522 <HTML>
3523 <HEAD>
3524 <TITLE>Main Menu</TITLE>
3525 </HEAD>
3526 <BODY>
3527 <H1>Main Menu</H1>
3529 The Main Menu lists Alpine's main options.
3530 The key or keys you must type to enter your
3531 choice are to the left of each option or command name.
3532 You can type either uppercase or lowercase letters,
3533 and you should not press &lt;Return&gt; after typing the
3534 letter (unless you are specifically asking for the default,
3535 highlighted command).
3538 From the Main Menu you can choose to read online help, write (compose) and 
3539 send a message, look at an index of your mail messages, open or maintain
3540 your mail folders, update your address book, configure Alpine, and quit Alpine.
3541 There are additional options listed at
3542 the bottom of the screen as well.
3545 The Help command usually returns context-sensitive help information.
3546 However, in the Main Menu you get the most general help, which includes
3547 a Table of Contents.
3548 The last entry in the Table of Contents is an Index of help topics,
3549 so this is a good place to go if you are having trouble finding how
3550 to do something.
3552 <H2>Main Menu Commands</H2>
3553 The Alpine main menu lists the most common Alpine functions. A <a
3554 href="h_main_menu_commands">full list of these
3555 commands</a> and what they do is available.
3557 &lt;End of help on this topic&gt;
3558 </BODY>
3559 </HTML>
3560 ===== h_mainhelp_abooks ======
3561 <HTML>
3562 <HEAD>
3563 <TITLE>Address Books</TITLE>
3564 </HEAD>
3565 <BODY>
3566 <H1>Address Books</H1>
3569 As you use email, you can build a list of your regular email correspondents 
3570 in your Alpine
3571 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
3572 screen. Your
3573 personal address book will be highlighted. Press &lt;Return&gt; to view it.
3574 You can use the address book to store email addresses for individuals or
3575 groups, to create easily
3576 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
3577 address when you are composing a message.
3579 There are two ways to add addresses to your address book: you can add them 
3580 manually or take them from messages (by pressing T to access the Take command). 
3581 With either method, you specify nicknames for your correspondents. A single 
3582 address book entry (or nickname) can point to just one email address, or, it can
3583 point to more than one. When it points to more than one, it is called a 
3584 distribution list. Each distribution list has a nickname, a full name, and a 
3585 list of addresses. These
3586 addresses may be actual addresses, other nicknames in your address book, or 
3587 other
3588 distribution lists.
3591 Additional information is available in Alpine's online help:
3592 <ul>
3593   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
3594 </ul>
3596 &lt;End of help on this topic&gt;
3597 </BODY>
3598 </HTML>
3599 ===== h_mainhelp_ldap ======
3600 <HTML>
3601 <HEAD>
3602 <TITLE>LDAP</TITLE>
3603 </HEAD>
3604 <BODY>
3605 <H1>LDAP</H1>
3607 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
3608 an organization's shared
3609 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
3610 large address
3611 books, rather like the White Pages provided by the phone company. As an Alpine 
3612 user, it is not
3613 necessary to know much about how this works, only how to use it and how to 
3614 configure
3617 More information on configuring LDAP is available in Alpine's online help:
3618 <ul>
3619   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
3620 </ul>
3622 Additional help on using LDAP in Alpine is also available:
3623 <ul>
3624   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
3625 </ul>
3627 &lt;End of help on this topic&gt;
3628 </BODY>
3629 </HTML>
3630 ===== h_mainhelp_index ======
3631 <HTML>
3632 <HEAD>
3633 <TITLE>Index of Messages</TITLE>
3634 </HEAD>
3635 <BODY>
3636 <H1>Index of Messages</H1>
3638 In Alpine's message index, the selected message is highlighted. The first 
3639 column on the left is blank, shows a &quot;+&quot; if the message was
3640 sent directly to you (i.e., it is not a
3641 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
3643 The second column may be blank, or it may contain:
3644 <ul>
3645   <li>"N" if the message is new (unread), </li>
3646   <li>"A" if you have answered the message (using the Reply command), </li>
3647   <li>"D" if you have marked the message for deletion.</li>
3648 </ul>
3651 Note: If you answer a message as well as mark it deleted (in either order), 
3652 you will only see the &quot;D&quot;.
3655 The rest of the columns in the message line show you the message
3656 number, date sent, sender, size, and subject. For details, press ? (Help).  
3657 The behavior and appearance of the Index screen is highly configurable.
3658 In the Setup/Config screen search (with the WhereIs command) for options
3659 that contain the words &quot;index&quot; or &quot;thread&quot; to see
3660 many of the configuration possibilities.
3661 In particular, the
3662 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
3663 option may be used to configure the look of the standard MESSAGE INDEX lines
3664 in many different ways.
3665 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
3666 read the help text there for more information.
3668 Most of the commands you need to handle your messages are visible at the
3669 bottom of the screen, and you can press O (OTHER CMDS) to see additional
3670 commands that are available.
3671 You do not need to see these &quot;other commands&quot;
3672 on the screen to use them. That is, you never need to press O as a prefix
3673 for any other command.
3676 Additional information is available in Alpine's online help:
3677 <ul>
3678   <li><a href="h_mail_index">Message Index Commands</a></li>
3679 </ul>
3681 &lt;End of help on this topic&gt;
3682 </BODY>
3683 </HTML>
3684 ===== h_mainhelp_reading ======
3685 <HTML>
3686 <HEAD>
3687 <TITLE>Reading Messages</TITLE>
3688 </HEAD>
3689 <BODY>
3690 <H1>Reading Messages</H1>
3692 The message text screen shows you the text of the message along with
3693 its header. If a message has attachments, those will be listed (but not
3694 displayed) also.  The titlebar line displays information about the currently
3695 open message, folder and collection.  You see the name of the collection
3696 (if there is one) in angle brackets, then the name of the folder, then the
3697 message number and finally the position within the current message (in
3698 percent). If the message is marked for deletion
3699 &quot;DEL&quot; will appear in the
3700 upper right as well.
3703 As with every Alpine screen, the bottom two lines show you the commands 
3704 available.
3706 <P>Additional information is available in Alpine's online help:
3707 <ul>
3708   <li><a href="h_mail_view">Message Text Screen</a></li>
3709   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
3710   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
3711 </ul>
3713 &lt;End of help on this topic&gt;
3714 </BODY>
3715 </HTML>
3716 ===== h_mainhelp_composing ======
3717 <HTML>
3718 <HEAD>
3719 <TITLE>Composing Messages</TITLE>
3720 </HEAD>
3721 <BODY>
3722 <H1>Composing Messages</H1>
3724 To write a message, press C (Compose). You see the Compose Message
3725 screen, which is divided into two parts: the header area and the message
3726 text area. The header area is where information on the recipient (the To:
3727 field) and the subject line go, while the message text area contains the
3728 actual text of the email message. Different commands are available to you
3729 when your cursor is in different areas on this screen. To see additional
3730 help on commands in either the message text or header area, type
3731 <Control>G (Get help).
3734 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
3735 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
3737 <P>The following information from Alpine's online help may prove useful:
3738 <ul>
3739   <li><a href="h_composer_to">Message Header Commands</a></li>
3740   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
3741   <li><a href="h_composer">Composer Commands</a></li>
3742   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
3743   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
3744   <li><a href="h_compose_send">Send Command</a></li>
3745   <li><a href="h_compose_spell">Spell Check Command</a></li>
3746 </ul>
3748 &lt;End of help on this topic&gt;
3749 </BODY>
3750 </HTML>
3751 ===== h_mainhelp_collections ======
3752 <HTML>
3753 <HEAD>
3754 <TITLE>Collection Lists</TITLE>
3755 </HEAD>
3756 <BODY>
3757 <H1>Collection Lists</H1>
3759 Collection lists are Alpine's way of organizing groups of folders. Each
3760 "collection" can reside on a different server, for example, and contain a
3761 different group of mail folders.
3764 For more information on this, see:
3765 <ul>
3766   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
3767 </ul>
3769 Additional information relating to collection lists is also available in 
3770 Alpine's online
3771 help:
3772 <ul>
3773   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
3774   <li><a href="h_collection_screen">Collection List Screen</a></li>
3775 </ul>
3777 &lt;End of help on this topic&gt;
3778 </BODY>
3779 </HTML>
3780 ===== h_mainhelp_folders ======
3781 <HTML>
3782 <HEAD>
3783 <TITLE>Folders</TITLE>
3784 </HEAD>
3785 <BODY>
3786 <H1>Folders</H1>
3788 Messages can quickly accumulate in your INBOX folder. If you use email
3789 often, you soon could have hundreds. You need to delete messages you do
3790 not want, and you can use folders to organize messages you wish to save. A
3791 folder is a collection of one or more messages that are stored (just like
3792 the messages in your INBOX) so you can access and manage them.
3795 You can organize your email messages into different folders by topic,
3796 correspondent, date, or any other category that is meaningful to you. You
3797 can create your own folders, and Alpine automatically provides three:
3798 <ul>
3799   <li>The INBOX folder: messages sent to you are listed in this folder.
3800       When you first start Alpine and go to the Message Index screen, you are
3801 looking at the list of messages in your INBOX folder. Every incoming
3802 message remains in your INBOX until you delete it or save it in another
3803 folder. </li>
3804   <li>The sent-mail folder: copies of messages you send are stored in this 
3805 folder. This is
3806 convenient if you cannot remember whether you actually sent a message and want 
3807 to check, or
3808 if you want to send a message again.</li>
3809   <li>The saved-messages folder: copies of messages you save are stored in this 
3810 folder
3811 unless you choose to save them to other folders you create yourself.</li>
3812 </ul>
3815 More information about folders is available in Alpine's online help:
3816 <ul>
3817   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
3818   <li><a href="h_folder_maint">Help for Folder List</a></li>
3819   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
3820   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
3821 Explained</a></li>
3822   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
3823 </ul>
3825 &lt;End of help on this topic&gt;
3826 </BODY>
3827 </HTML>
3828 ===== h_mainhelp_color ======
3829 <HTML>
3830 <HEAD>
3831 <TITLE>Color</TITLE>
3832 </HEAD>
3833 <BODY>
3834 <H1>Color</H1>
3836 If the terminal emulator you are using is capable of displaying color or if
3837 you are using PC-Alpine, then it is possible to set up Alpine so that various
3838 parts of the display will be shown in colors you configure. This is done
3839 using the Setup Color screen, available from the MAIN MENU by selecting
3840 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
3841 stands for Config in this context).
3844 For example, you may color things like the titlebar, the current item,
3845 the keymenu, and the status messages.
3846 You may also color lines in the index, and headers and quoted text in the
3847 MESSAGE TEXT screen.
3848 You use the Color Setup screen for configuring most of this, but you must
3849 use the IndexColor setup for coloring whole index lines.
3850 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
3853 The following entries in Alpine's online help provide additional information 
3854 about how to use color:
3855 <UL>
3856   <LI> <A HREF="h_color_setup">Color Setup screen</A>
3857   <LI> <A HREF="h_rules_incols">Index Line Color</A>
3858   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
3859   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
3860 </UL>
3862 &lt;End of help on this topic&gt;
3863 </BODY>
3864 </HTML>
3865 ===== h_mainhelp_mouse ======
3866 <HTML>
3867 <HEAD>
3868 <TITLE>Using a Mouse</TITLE>
3869 </HEAD>
3870 <BODY>
3871 <H1>Using a Mouse</H1>
3873 If you are using PC-Alpine mouse support is turned on automatically.
3874 If you are using UNIX Alpine within an X terminal window or within
3875 a terminal emulator that supports an xterm-style mouse, then you may
3876 turn on support for the mouse with the feature
3877 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
3878 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
3880 PC-Alpine offers considerable mouse support.  You can view what is
3881 &quot;clickable&quot; by dragging your mouse over any screen; when the
3882 arrow cursor changes into a hand, you found something. Mouse-click
3883 possibilities include navigating between screens and folders and
3884 double-clicking on hyperlinks to open your Web browser.
3885 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
3886 screen.  Examples of right-click options include &quot;copy&quot; after
3887 selecting text to copy and &quot;View in New Window&quot; when you click
3888 on a particular message in the Message Index. The menu choices available
3889 to you will vary based upon what screen is open, where on the screen your
3890 cursor is located, and even what action you have already taken.
3891 Within a folder, you may set the &quot;Important&quot; flag on any
3892 message.
3894 X terminal mouse support is more limited but still quite powerful.
3895 As with PC-Alpine, clicking on any of the commands in the keymenu at
3896 the bottom of the screen will execute that command as if you typed it.
3897 Double-clicking on a link, for example the link to the
3898 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
3899 will take you to that link.
3900 Double-clicking on an index line will view the message, and so on.
3902 &lt;End of help on this topic&gt;
3903 </BODY>
3904 </HTML>
3905 ===== h_mainhelp_keywords ======
3906 <HTML>
3907 <HEAD>
3908 <TITLE>Keywords</TITLE>
3909 </HEAD>
3910 <BODY>
3911 <H1>Keywords</H1>
3913 Within a folder, you may set the &quot;Important&quot; flag on any
3914 message.
3915 This doesn't have any system-defined meaning and is only called
3916 the Important flag because many users use it to signify that a message
3917 is important to them in some way.
3919 You may also define your own set of keywords.
3920 You might know these as user defined flags or as labels.
3921 These are similar to the Important flag but you choose the names for yourself.
3923 Alpine will only display keywords that
3924 have been added by you in the Flag Details screen or
3925 that have been configured by you using the Setup/Config option
3926 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
3927 Keywords set by other means (for example, by another email client) will not
3928 show up in Alpine unless you configure Alpine to know about them.
3929 They will show up in the Flag Details screen, but will not show up, for example,
3930 in the index line.
3933 The following entries in Alpine's online help provide additional information 
3934 about how to use keywords:
3935 <ul>
3936   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
3937   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
3938 </ul>
3940 &lt;End of help on this topic&gt;
3941 </BODY>
3942 </HTML>
3943 ===== h_mainhelp_roles ======
3944 <HTML>
3945 <HEAD>
3946 <TITLE>Roles</TITLE>
3947 </HEAD>
3948 <BODY>
3949 <H1>Roles</H1>
3951 You may play different roles depending on who you are replying to. For
3952 example, if you are replying to a message addressed to help-desk you may
3953 be acting as a Help Desk Worker. That role may require that you use a
3954 different return address and/or a different signature.
3957 To configure roles, go to the MAIN MENU and use the Setup command
3958 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
3959 The following entries in Alpine's online help provide additional information 
3960 about how to
3961 use roles:
3962 <ul>
3963   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
3964   <li><a href="h_role_select">Roles Screen</a></li>
3965 </ul>
3967 &lt;End of help on this topic&gt;
3968 </BODY>
3969 </HTML>
3970 ===== h_mainhelp_filtering ======
3971 <HTML>
3972 <HEAD>
3973 <TITLE>Filtering</TITLE>
3974 </HEAD>
3975 <BODY>
3976 <H1>Filtering</H1>
3978 The software that actually delivers mail (the stuff that happens
3979 before Alpine is involved) for you is in a better position to do mail filtering
3980 than Alpine itself.
3981 If possible, you may want to look into using that sort of mail filtering to
3982 deliver mail to different folders, delete it, or forward it.
3983 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
3986 Filtering is a way to automatically move certain messages from one folder
3987 to another or to automatically delete messages.
3988 You may also automatically set the state (Important, New, Deleted, Answered) of messages
3989 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
3990 Alpine doesn't have the ability to forward mail to another address or
3991 to deliver vacation messages.
3994 To configure filtering, go to the MAIN MENU and use the Setup command
3995 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
3996 The following entries in Alpine's online help provide additional information 
3997 about how to use filtering:
3998 <UL>
3999   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
4000 </UL>
4002 &lt;End of help on this topic&gt;
4003 </BODY>
4004 </HTML>
4005 ===== h_mainhelp_patterns ======
4006 <HTML>
4007 <HEAD>
4008 <TITLE>Patterns</TITLE>
4009 </HEAD>
4010 <BODY>
4011 <H1>Patterns</H1>
4013 Patterns are used with Roles, Filtering, Index Coloring,
4014 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
4015 The following entries in Alpine's online help provide information 
4016 about using Patterns:
4017 <UL>
4018   <LI> <A HREF="h_rule_patterns">Patterns</A>
4019 </UL>
4021 &lt;End of help on this topic&gt;
4022 </BODY>
4023 </HTML>
4024 ===== h_mainhelp_cmdlineopts ======
4025 <HTML>
4026 <HEAD>
4027 <TITLE>Command Line Options</TITLE>
4028 </HEAD>
4029 <BODY>
4030 <H1>Command Line Options</H1>
4032 Alpine accepts a number of command line arguments, allowing you, for
4033 example, to start Alpine and immediately access a particular folder.
4034 Many of these arguments overlap with options in the Alpine configuration file.
4035 If there is a difference, then an option set on the command line takes
4036 precedence.
4037 Alpine expects command line arguments (other than addresses) to be
4038 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
4039 A <a href="h_command_line_options">full list</a> of command line
4040 possibilities is available.
4042 &lt;End of help on this topic&gt;
4043 </BODY>
4044 </HTML>
4045 ===== h_mainhelp_config ======
4046 <HTML>
4047 <HEAD>
4048 <TITLE>Alpine Configuration</TITLE>
4049 </HEAD>
4050 <BODY>
4051 <H1>Alpine Configuration</H1>
4053 Unless it has been administratively disabled, the Setup command on the
4054 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
4055 The possible subcommands are for general Configuration settings,
4056 Printer settings, Changing your Password, Signature setup,
4057 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
4058 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
4059 and Color configuration.
4060 In particular, the &quot;Config&quot; subcommand has many features you may
4061 set or unset and many other configuration variables that may be set to change
4062 the way Alpine works.
4063 Every one of the hundreds of options available in that configuration settings
4064 screen has help text associated with it.
4065 You may read that text by moving the cursor to highlight the option and then
4066 typing the Help command.
4068 These settings are stored in your personal
4069 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
4070 <A HREF="h_config_remote_config">remotely</A>),
4071 but on shared systems these settings
4072 may be over-ridden by a system-wide control file (due to local site
4073 security or support policies).  A global pine configuration file can also
4074 be used to set default values for all Alpine users on a particular system.
4075 Power users may be interested in splitting their personal configuration
4076 data into two pieces, a generic piece and
4077 <A HREF="h_config_exceptions">exceptions</A> which apply to
4078 a particular platform.
4079 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
4080 General Alpine configuration information can be found
4081 <A HREF="h_news_config">here</A>.
4083 &lt;End of help on this topic&gt;
4084 </BODY>
4085 </HTML>
4086 ===== h_mainhelp_aggops ======
4087 <HTML>
4088 <HEAD>
4089 <TITLE>Aggregate Operations</TITLE>
4090 </HEAD>
4091 <BODY>
4092 <H1>Aggregate Operations</H1>
4094 When you are in the MESSAGE INDEX, the available commands
4095 (for example, Delete, Undelete, Save, Reply, and so on)
4096 normally act on a single message.
4097 So, for example, if you press the Delete command, the currently highlighted
4098 message is marked Deleted.
4099 These commands that normally act on a single message may be applied to
4100 several messages at once instead.
4102 By default this feature is turned on, but it could be administratively turned
4103 off to reduce complexity.
4104 The feature
4105 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
4106 in the Setup/Config screen is used to turn it off or on.
4107 When this feature is turned on, the four commands &quot;Select&quot;,
4108 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
4109 are available.
4110 The two selection commands allow you to mark a set of
4111 messages as being &quot;selected&quot;.
4112 The &quot;ZoomMode&quot; command will toggle between
4113 displaying only the selected messages and displaying all the messages.
4114 The &quot;Apply&quot; command allows you to
4115 apply one of the regular MESSAGE INDEX commands to all of the selected
4116 messages instead of to only the highlighted message.
4118 An example aggregate operation would be to catch up when reading
4119 a news group.
4120 That is, get rid of all the messages in the news group so that you can
4121 start fresh.
4122 The easiest way to do this in Alpine is to use aggregate operations.
4123 You want to Delete all of the messages in the group.
4124 You could start at the top and type &quot;D&quot; once for every message.
4125 A much faster method is to first Select all of the messages in the group,
4126 and then Delete all of them.
4127 This would take four keystrokes:
4129 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
4130 <BR>
4131 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
4133 Another use of Select is to use it for searching for a particular message
4134 or set of messages in a large folder.
4135 You may know that the message was From a certain user.
4136 You could select all messages from that user to start, and use Zoom to
4137 look at only those messages.
4138 If there were still too many messages to look at you could Narrow the
4139 set of messages further by selecting from all of those messages only
4140 the ones that were after a certain date, or contained a particular phrase
4141 in the Subject, or were too a particular address, and so on.
4142 That may be the end of what you are doing, or you may want to use Apply to
4143 Save or Forward or Print all of the selected messages.
4145 Some related help topics are
4146 <UL>
4147 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
4148 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
4149 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
4150 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
4151 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
4152 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
4153 </UL>
4155 &lt;End of help on this topic&gt;
4156 </BODY>
4157 </HTML>
4158 ===== h_mainhelp_readingnews ======
4159 <HTML>
4160 <HEAD>
4161 <TITLE>Reading News</TITLE>
4162 </HEAD>
4163 <BODY>
4164 <H1>Reading News</H1>
4166 <H2>Background</H2>
4167 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
4168 commands as for mail. Similar to mailing lists but existing on a larger scale, 
4169 Usenet newsgroups allow groups of people with common interests to discuss 
4170 particular topics. You might find newsgroups related to your career, or you 
4171 might wish to check out the online discussion among the fans of your favorite 
4172 television show. 
4174 <H2>Configuring Alpine for Reading News</H2>
4175 Alpine often arrives
4176 pre-configured by your system administrator to automatically access the
4177 newsgroups offered by your organization, Internet Service Provider, or
4178 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
4179 need additional details on <a href="h_configuring_news">how to
4180 configure Alpine to read news</a>.
4182 <H2>Accessing Newsgroups</H2>
4183 The first step in reading news is to access the newsgroups collections
4184 screen from Alpine. If everything is configured properly, you should be able
4185 to do this by first typing L (folder List), then selecting the folder
4186 collection listed as "News." The actual name of this collection may differ
4187 from system to system.
4189 <H2>Subscribing to Newsgroups</H2>
4191 Once you have accessed the news collection, you need to subscribe to a
4192 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
4193 will keep a record of the newsgroups in which you are interested and which
4194 articles in those newsgroups have been read.
4196 <H2>Using Newsgroups</H2> 
4197 Alpine uses the similar commands to read news as to read mail. For example,
4198 the D command marks messages as Deleted (or "Dismissed," if you prefer),
4199 and the R command Replies to a news posting. Basically, Alpine allows you to
4200 read news as if it were mail, so you don't need to change the way you
4201 interact with Alpine.
4203 There is also additional Alpine help available on 
4204 <A HREF="h_reading_news">how to use Alpine to read news</A>.
4206 &lt;End of help on this topic&gt;
4207 </BODY>
4208 </HTML>
4209 ===== h_mainhelp_securing ======
4210 <HTML>
4211 <HEAD>
4212 <TITLE>Securing your Alpine Session</TITLE>
4213 </HEAD>
4214 <BODY>
4215 <H1>Securing your Alpine Session</H1>
4217 By default, Alpine will attempt to connect to an IMAP server on the normal
4218 IMAP service port (143).
4219 If the Alpine you are using has been built to
4220 support &quot;Transport Layer Security&quot; (TLS)
4221 and &quot;Secure Sockets Layer&quot; (SSL) 
4222 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
4223 and the server offers the STARTTLS capability, then a secure (encrypted)
4224 session will be established.
4226 When you are connected to a remote folder the titlebar will contain a plus sign
4227 in the far right column if the connection is encrypted using TLS or SSL.
4228 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
4229 if the connection is encrypted.
4231 <H2>More Information on Alpine with SSL and TLS</H2>
4232 <UL>
4233 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
4234 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
4235 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
4236 <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>
4237 </UL>
4238 <H2>Here are some other security-related features and options</H2>
4240 <UL>
4241 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
4242 <LI> <A HREF="h_config_disable_password_file_saving"><!--#echo var="FEAT_disable-password-file-saving"--></A> Disable password file saving</LI>
4243 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
4244 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
4245 <LI> <A HREF="h_config_encryption_range"><!--#echo var="VAR_encryption-protocol-range"--></A> option </LI>
4246 </UL>
4248 &lt;End of help on this topic&gt;
4249 </BODY>
4250 </HTML>
4251 ===== h_mainhelp_problems ======
4252 <HTML>
4253 <HEAD>
4254 <TITLE>Reporting Problems</TITLE>
4255 </HEAD>
4256 <BODY>
4257 <H1>Reporting Problems</H1>
4259 We ask that you first read the relevant help screens and then seek
4260 assistance from your own local support staff.  Once you are sure that your
4261 difficulty is not a local configuration problem, you might look at the
4262 help section explaining where to look for
4263 <A HREF="h_finding_help">more information</A> and where to 
4264 get assistance.
4267 <ADDRESS>
4268    Eduardo Chappa &lt;chappa@washington.edu&gt;
4269 </ADDRESS>
4272 &lt;End of help on this topic&gt;
4273 </BODY>
4274 </HTML>
4275 ===== h_main_menu_commands ======
4276 <HTML>
4277 <HEAD>
4278 <TITLE>MAIN MENU COMMANDS</TITLE>
4279 </HEAD>
4280 <BODY>
4281 <H1>MAIN MENU COMMANDS</H1>
4283 <!--chtml if pinemode="function_key"-->
4284 &nbsp;Available&nbsp;Commands&nbsp;--
4285 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
4286 &nbsp;------------------------------
4287 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
4288 ----------<BR>
4289 &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>
4290 &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>
4291 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
4292 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
4293 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
4294 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
4295 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
4296 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
4297 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
4298 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4299 &nbsp;F7&nbsp;&nbsp;<A 
4300 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
4301 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4302 &nbsp;F8&nbsp;&nbsp;<A 
4303 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
4304 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
4305 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 
4306 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
4307 &nbsp;F10&nbsp;<A 
4308 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 
4309 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
4310 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4311 &nbsp;F11&nbsp;<A 
4312 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
4313 <!--chtml else-->
4314 &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>
4315 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
4316 &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>
4317 &nbsp;C&nbsp;&nbsp;<A 
4318 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>
4319 &nbsp;I&nbsp;&nbsp;<A 
4320 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>
4321 &nbsp;L&nbsp;&nbsp;<A 
4322 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>
4323 &nbsp;A&nbsp;&nbsp;<A 
4324 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
4325 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
4326 &nbsp;S&nbsp;&nbsp;<A 
4327 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 
4328 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
4329 &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>
4330 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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 
4331 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
4332 <!--chtml endif-->
4335 NOTE:
4336 <OL>
4337  <LI>For help on a particular command, highlight the bold text associated
4338 with it above and hit Return.
4339  <LI> The availability of certain commands (e.g. some of the options under
4340 SETUP) is determined by Alpine configuration files and system capabilities.
4341 At some sites, certain commands may not be available due to security or
4342 support concerns.
4343 </OL>
4345 &lt;End of help on this topic&gt;
4346 </BODY>
4347 </HTML>
4349 ===== h_command_line_options ======
4350 <HTML>
4351 <HEAD>
4352 <TITLE>COMMAND LINE OPTIONS</TITLE>
4353 </HEAD>
4354 <BODY>
4355 <H1>COMMAND LINE OPTIONS</H1>
4356 Possible starting arguments for Alpine:
4358 <DL COMPACT>
4360 <DT> <EM>[addresses]</EM>
4362 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
4363 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
4364 <EM>Alpine</EM> will startup in
4365 the composer with a message started to the addresses specified.
4366 Once the message is sent, the <EM>Alpine</EM> session closes.
4367 Standard input redirection is allowed.
4368 Separate multiple addresses with a space between them.
4369 Addresses are placed in the &quot;To&quot; field only.
4372 <DT> &lt; <EM>file</EM>
4374 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
4375 into the body of the message.
4376 Once the message is sent, the <EM>Alpine</EM> session closes. 
4379 <DT> -attach <EM>file</EM>
4381 <DD> Go directly into composer with given file attached.
4384 <DT> -attachlist <EM>file-list</EM>
4386 <DD> Go directly into composer with given files attached.
4387 This must be the last option on the command line.
4390 <DT> -attach_and_delete <EM>file</EM>
4392 <DD> Go directly into composer with given file attached, delete when finished.
4395 <DT> -aux <EM>local_directory</EM>
4397 <DD> <EM>PC-Alpine</EM> only.
4398 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
4399 files, like debug files, address books, and signature files.  The pinerc may 
4400 be local or remote.
4403 <DT> -bail
4405 <DD> If the personal configuration file doesn't already exist, exit.
4406 This might be useful if the configuration file is accessed using some
4407 remote filesystem protocol. If the remote mount is missing this will cause
4408 <EM>Alpine</EM> to quit instead of creating a new pinerc.
4411 <DT> -c <EM>n</EM>
4413 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
4414 This is used when there are multiple folder collections (contexts) and you 
4415 want to open a folder not in the primary collection.
4418 <DT> -conf
4420 <DD> Configuration: Prints a sample system configuration file to the
4421 screen or standard output. To generate an initial system configuration 
4422 file, execute
4424 <PRE><CODE>
4425                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
4426 </CODE></PRE>
4429 To generate a system configuration file using settings from an old
4430 system configuration file, execute
4432 <PRE><CODE>
4433                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
4434 </CODE></PRE>
4436 A system configuration file is not required.
4439 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
4441 <DD> Copy an address book file to a remote address book folder.
4442 If the remote folder doesn't exist, it will be created.
4443 If it exists but the first message in the folder isn't a remote address
4444 book header message, the copy will be aborted.
4445 This flag will not usually be used by a user.
4446 Instead, the user will create a remote address book from within <EM>Alpine</EM>
4447 and copy entries from the local address book by using aggregate Save in
4448 the address book screen.
4451 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
4453 <DD> Copy a pinerc configuration file to a remote pinerc folder.
4454 If the remote folder doesn't exist, it will be created.
4455 If it exists but the first message in the folder isn't a remote pinerc
4456 header message, the copy will be aborted.
4457 This flag may be useful to users who already have a local pinerc file and
4458 would like to convert it to a remote pinerc folder and use that instead.
4459 This gives a way to bootstrap that conversion without having to manually
4460 reset all of the variables in the remote pinerc folder.
4463 <DT> -d <EM>debug-level</EM>
4465 <DD> Debug Level:  Sets the level of debugging information written by
4466 <EM>Alpine</EM>.
4467 <EM>debug-level</EM> can be set to any integer 0-9.
4468 A debug level of 0 turns off debugging for the session.
4469 (Actually there are some levels higher than 9, but you probably don't
4470 want to see them.)
4473 <DT> -d <EM>keywords</EM>
4475 <DD> You may use a more detailed version of the debugging flag to set
4476 the debug level in separate parts of <EM>Alpine</EM>.
4477 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
4478 verbose=0..9.
4479 <EM>Flush</EM> causes debugging information to be flushed immediately to
4480 the debug file as it is written.
4481 <EM>Verbose</EM> is the general debugging verbosity level.
4482 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
4483 is useful when you are trying to figure out what is responsible for delays.
4484 <EM>Numfiles</EM> sets the number of debug files saved.
4485 <EM>Imap</EM> sets the debug level for the debugging statements related
4486 to the conversation with the IMAP server, and more generally, for the
4487 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
4488 <EM>Tcp</EM> turns on some TCP/IP debugging.
4491 <DT> -f <EM>folder</EM>
4493 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
4494 of the standard INBOX.
4497 <DT> -F <EM>file</EM>
4499 <DD> Open named text file for viewing and forwarding.
4502 <DT> -h
4504 <DD> Help:  Prints the list of available command-line arguments to the
4505 screen.
4508 <DT> -i
4510 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
4511 screen instead of the MAIN MENU.
4514 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
4517 <DT> -I <EM>a,b,c,...</EM>
4519 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
4520 sequence of commands upon startup.
4521 This allows users to get <EM>Alpine</EM> to start in any
4522 of its menus/screens.
4523 You cannot include any input to the composer in the initial keystrokes.
4524 The key &lt;Return&gt; is represented by a ``CR'' in
4525 the keystroke list; the spacebar is designated by the letters ``SPACE''.
4526 Control keys are two character sequences beginning with ``^'', such as
4527 ``^I''.
4528 A tab character is ``TAB''.
4529 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
4530 ``DOWN'', ``LEFT'', and ``RIGHT''.
4531 A restriction is that you can't mix function keys and character keys in this
4532 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
4533 A user can always use only <EM>character</EM> keys in the startup list even
4534 if he or she is using <EM>function</EM> keys normally, or vice versa.
4535 If an element in this list is a string of characters surrounded by double
4536 quotes (&quot;) then it will be expanded into the individual characters in
4537 the string, excluding the double quotes.
4540 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
4543 <DT> -install
4545 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
4546 some basic information to help with getting properly set up.
4549 <DT> -k
4551 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
4552 the input of commands to be function-keys.
4553 Otherwise, commands are linked to the regular character keys.
4556 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
4557 <EM>Feature-List</EM>.
4560 <DT> -n <EM>n</EM>
4562 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
4563 FOLDER INDEX screen with the current message being the specified
4564 message number.
4567 <DT> -nosplash
4569 <DD> <EM>PC-Alpine</EM> only.
4570 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
4571 This may be helpful for certain troubleshooting or terminal server scenarios.
4574 <DT> -o <EM>folder</EM>
4576 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
4579 <DT> -p <EM>pinerc</EM>
4581 <DD> Uses the named file as the personal configuration file instead of
4582 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
4583 Alpinerc may be either a local file or a remote configuration folder.
4586 <DT> -P <EM>pinerc</EM>
4588 <DD> Uses the named file as the system wide configuration file instead of
4589 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
4590 Alpinerc may be either a local file or a remote configuration folder.
4593 <DT> -passfile <EM>passfile</EM>
4595 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
4596 This should be a fully-qualified filename.
4599 <DT> -pinerc <EM>file</EM>
4601 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
4602 settings of variables that the user has made.
4603 Use <EM>file</EM> set to ``-'' to make output go to standard out.
4606 <DT> -r
4608 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
4609 <EM>Alpine</EM> in restricted mode can only send email to itself.
4610 Save and export are limited.
4613 <DT> -registry <EM>cmd</EM>
4615 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
4616 <EM>Alpine</EM>'s registry entries.
4617 Possible values for <EM>cmd</EM> are set, clear, and dump.
4618 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
4619 entries according to its current settings.
4620 <EM>Clear</EM> will clear the registry values.
4621 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
4622 <EM>Dump</EM> will display the values of current registry settings.
4623 Note that the dump command is currently disabled.
4624 Without the -registry option, <EM>PC-Alpine</EM> will write values into
4625 the registry only if there currently aren't any values set.
4628 <DT> -sort <EM>key</EM>
4630 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
4631 FOLDER INDEX screen.
4632 <EM>Key</EM> can have the following values: 
4633 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
4634 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
4635 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
4636 The default value is &quot;arrival&quot;.
4637 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
4640 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
4643 <DT> -uninstall
4645 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
4646 in Windows settings.  The registry settings are removed and
4647 the password cache is cleared.
4650 <DT> -url <EM>url</EM>
4652 <DD> Open the given URL.
4655 <DT> -v
4657 <DD> Version:  Print version information to the screen.
4660 <DT> -x <EM>exceptions_config</EM>
4662 <DD> Configuration settings in the exceptions configuration override your normal
4663 default settings.
4664 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
4667 <DT> -z
4669 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
4670 will suspend the <EM>Alpine</EM> session.
4673 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
4674 <EM>Feature-List</EM>.
4677 <DT> -<EM>option</EM>=<EM>value</EM>
4679 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
4680 For example, <EM>-signature-file=sig1</EM> or
4681 <EM>-Feature-List=signature-at-bottom</EM>.
4682 Note:  Feature-List values are
4683 additive and features may be preceded with no- to turn them off.
4684 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
4685 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
4686 <EM>-Feature-List=signature-at-bottom</EM>.
4689 </DL>
4691 &lt;End of help on this topic&gt;
4692 </BODY>
4693 </HTML>
4694 ===== h_configuring_news ======
4695 <HTML>
4696 <HEAD>
4697 <TITLE>CONFIGURING NEWS</TITLE>
4698 </HEAD>
4699 <BODY>
4700 <H1>CONFIGURING NEWS</H1>
4701 Alpine can access news folders in any one of three different ways:
4702 <DL>
4703 <DT>REMOTE NNTP</DT>
4704 <DD>Using the Network News Transport Protocol (NNTP) to
4705 access news on a remote news server.  In this case the newsrc file is
4706 stored on the machine where Alpine is running.
4709 To specify a remote news-collection accessed via NNTP use the
4710 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
4711 Server: value to the NNTP server's hostname appended with the
4712 communication method &quot;/service=NNTP&quot;, and set the Path:
4713 value to the &quot;#news.&quot; namespace (without the quotes).  See
4714 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
4715 help text for a more complete explanation of access method, and the
4716 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
4717 text for a more complete explanation of &quot;namespace&quot;.
4719 Instead of specifying a news-collection, you may simply set the
4720 <A HREF="h_config_nntp_server">NNTP Server</A>
4721 option, which will cause Alpine to create a default news-collection for you.
4722 Another NNTP option that may be of interest is
4723 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
4725 <DT>REMOTE IMAP</DT>
4726 <DD>Using the Internet Message Access Protocol (IMAP) to
4727 access news on a remote news server.  In this case, your newsrc file is
4728 stored on the news server, in your home directory, so you must have an
4729 account on the news server, but you would be running Alpine on a different
4730 machine.  The news server must be running an IMAPd server process. 
4733 To specify a remote news-collection accessed via IMAP use the
4734 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
4735 Server: value to the IMAP server's hostname, and set the Path: value
4736 to the &quot;#news.&quot; namespace (without the quotes).  See the
4737 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
4738 text for a more complete explanation of &quot;namespace&quot;.
4740 </DD>
4742 <DT>LOCAL</DT>
4743 <DD>Using local file access to the news database.  In this
4744 case, your newsrc file is stored on the news server, in your home
4745 directory, so you must have an account on the news server, and you would
4746 be running Alpine on the same machine.
4749 To specify a local news-collection use the SETUP/collectionList
4750 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
4751 set the Path: value to the &quot;#news.&quot; namespace (without the
4752 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
4753 field's help text for a more complete explanation of &quot;namespace&quot;.
4755 </DD>
4756 </DL>
4760 NOTE: Should no news-collection be defined as above, Alpine will
4761 automatically create one using the Setup/Config screen's
4762 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
4763 will be created as a &quot;Remote NNTP&quot; as described above.
4767 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
4768 possible.  If you don't have an account on the news server, or if the news
4769 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
4770 sure, ask your service provider, university, or company for help.)  In
4771 this case, your Unix .newsrc file can be transferred to your PC.  A good
4772 place to put it would be in the same directory as your PINERC file, under
4773 the name NEWSRC, but you can 
4774 <A HREF="h_config_newsrc_path">specify a different location</A>
4775 via Alpine's Setup/Config screen.
4778 Other configuration features related to news are
4779 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
4780 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
4781 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
4782 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
4783 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
4784 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
4785 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
4786 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
4789 &lt;End of help on this topic&gt;
4790 </BODY>
4791 </HTML>
4792 ===== h_reading_news ======
4793 <HTML>
4794 <HEAD>
4795 <TITLE>READING NEWS</TITLE>
4796 </HEAD>
4797 <BODY>
4798 <H1>READING NEWS</H1>
4800 Alpine uses almost the same commands for manipulating news folders as for
4801 mail folders.  This means, for example, that when you are done with a
4802 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
4803 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
4804 most newsreaders, wherein a message is implicitly dismissed after you have
4805 looked at it once. We strongly believe that Alpine should offer as much
4806 consistency as possible between mail and news, so the mail paradigm --
4807 wherein a message does not magically disappear without explicit action by
4808 the user -- is used for news as well. <P>
4810 If you answer a message in a news folder, the index view will show the
4811 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
4812 keep track of what news as been read has no way of storing this flag, so
4813 it will not be preserved across sessions.  The Deleted flag is the only
4814 one that is preserved when you leave and then return to a newsgroup.  As an
4815 additional note on replies, when you Reply to a newsgroup message and say
4816 you want to reply to all recipients, Alpine will ask if you want to post the
4817 message to all the newsgroups listed in the original message. <P>
4819 If you would like Alpine to mark more-or-less recent news messages as
4820 &quot;New&quot;, then set the
4821 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
4822 feature (which is set by default).  This will cause messages after the last one you have marked as
4823 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
4824 &quot;N&quot; status often makes it easier to distinguish later news
4825 articles from those you've previously seen, but not yet disposed of via
4826 the &quot;D&quot; key.  Note that this is an approximation, not an exact
4827 record of which messages you have not seen.
4830 A frequent operation in news-reading is &quot;catching up&quot; -- that
4831 is, getting rid of all the messages in the newsgroup so that you can
4832 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
4833 Select command.  You would enter the following four keystrokes:
4834 <tt>;aad</tt> to select all messaged, and then apply the delete (or
4835 dismiss) command to all of them.
4838 There are also additional details on 
4839 <A HREF="h_configuring_news">configuring news</a>.
4842 &lt;End of help on this topic&gt;
4843 </BODY>
4844 </HTML>
4845 ====== h_help_index ======
4846 <HTML>
4847 <HEAD>
4848 <TITLE>Help Index</TITLE>
4849 </HEAD>
4850 <BODY>
4851 <H1>Help Index</H1>
4852 <ul>
4853 <li><a href="h_mainhelp_abooks">Address Books</a></li>
4854 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
4855 <li><a href="h_main_addrbook">Address Book Command</a>
4856 <li><a href="h_abook_view">Address Book View Explained</a>
4857 <li><a href="h_compose_addrcomplete">Address Completion</a>
4858 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
4859 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
4860 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
4861 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
4862 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
4863 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
4864 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
4865 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
4866 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
4867 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
4868 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
4869 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
4870 <li><a href="h_mainhelp_config">Alpine Configuration</a>
4871 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
4872 <li><a href="h_news_legal">Alpine Legal Notices</a>
4873 <li><a href="h_compose_alted">Alt Editor Command</a>
4874 <li><a href="h_index_cmd_apply">Apply Command</a>
4875 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
4876 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
4877 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
4878 <li><a href="h_composer_browse">BROWSER</a>
4879 <li><a href="h_common_bounce">Bounce Command</a>
4880 <li><a href="h_compose_cancel">Cancel Command</a>
4881 <li><a href="h_config_change_your_from">Changing your From Address</a>
4882 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
4883 <li><a href="h_mainhelp_color">Color</a>
4884 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
4885 <li><a href="h_composer">COMPOSER COMMANDS</a>
4886 <li><a href="h_mainhelp_composing">Composing Messages</a>
4887 <li><a href="h_mainhelp_collections">Collection Lists</a>
4888 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
4889 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
4890 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
4891 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
4892 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
4893 <li><a href="h_common_compose">Compose Command</a>
4894 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
4895 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
4896 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
4897 <li><a href="h_mainhelp_config">Configuration</a>
4898 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
4899 <li><a href="h_config_dflt_color">Default Color</a>
4900 <li><a href="h_common_delete">Delete and Undelete Commands</a>
4901 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
4902 <li><a href="h_special_list_commands">Email List Commands Explained</a>
4903 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
4904 <li><a href="h_folder_open">Explanation of Folder Selection</a>
4905 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
4906 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
4907 <li><a href="h_ge_export">Export File Selection</a>
4908 <li><a href="h_ge_allparts">Export Message File Selection</a>
4909 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
4910 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
4911 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
4912 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
4913 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
4914 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
4915 <li><a href="h_config_alt_reply_menu">FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></a>
4916 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
4917 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
4918 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
4919 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
4920 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
4921 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
4922 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
4923 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
4924 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
4925 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
4926 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
4927 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
4928 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
4929 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
4930 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
4931 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
4932 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
4933 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
4934 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
4935 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
4936 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
4937 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
4938 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
4939 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
4940 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
4941 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
4942 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
4943 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
4944 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
4945 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
4946 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
4947 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
4948 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
4949 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
4950 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
4951 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
4952 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
4953 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
4954 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
4955 <li><a href="h_config_delete_before_writing">FEATURE: <!--#echo var="FEAT_enable-delete-before-writing"--></a>
4956 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
4957 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
4958 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
4959 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
4960 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
4961 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
4962 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
4963 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
4964 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
4965 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
4966 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
4967 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
4968 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
4969 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
4970 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
4971 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
4972 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
4973 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
4974 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
4975 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
4976 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
4977 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
4978 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
4979 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
4980 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
4981 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
4982 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
4983 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
4984 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
4985 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
4986 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
4987 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
4988 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
4989 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
4990 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
4991 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
4992 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
4993 <li><a href="h_external_loads_inline_images_only">FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>
4994 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
4995 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
4996 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
4997 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
4998 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
4999 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
5000 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
5001 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
5002 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
5003 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
5004 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
5005 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
5006 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
5007 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
5008 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
5009 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
5010 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
5011 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
5012 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
5013 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
5014 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
5015 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
5016 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
5017 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
5018 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
5019 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
5020 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
5021 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
5022 <li><a href="h_config_ignore_size">FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></a>
5023 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
5024 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
5025 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
5026 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
5027 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
5028 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
5029 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
5030 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
5031 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
5032 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
5033 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
5034 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
5035 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
5036 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
5037 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
5038 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
5039 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
5040 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
5041 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
5042 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
5043 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
5044 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
5045 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
5046 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
5047 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
5048 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
5049 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
5050 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
5051 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
5052 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
5053 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
5054 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
5055 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
5056 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
5057 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
5058 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
5059 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
5060 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
5061 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
5062 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
5063 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
5064 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
5065 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
5066 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
5067 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
5068 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
5069 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
5070 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
5071 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
5072 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
5073 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
5074 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
5075 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
5076 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
5077 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
5078 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
5079 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
5080 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
5081 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
5082 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
5083 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
5084 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
5085 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
5086 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
5087 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
5088 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
5089 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
5090 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
5091 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
5092 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
5093 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
5094 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
5095 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
5096 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
5097 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
5098 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
5099 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
5100 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
5101 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
5102 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
5103 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
5104 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
5105 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
5106 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
5107 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
5108 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
5109 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
5110 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
5111 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
5112 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
5113 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
5114 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
5115 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
5116 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
5117 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
5118 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
5119 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
5120 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
5121 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
5122 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
5123 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
5124 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
5125 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
5126 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
5127 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
5128 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
5129 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
5130 <li><a href="h_mainhelp_filtering">Filtering</a>
5131 <li><a href="h_finding_help">Finding more information and requesting help</a>
5132 <li><a href="h_common_flag">Flag Command</a>
5133 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
5134 <li><a href="h_mainhelp_folders">Folders</a>
5135 <li><a href="h_what_are_collections">Folder Collections Explained</a>
5136 <li><a href="h_common_folders">Folder List Command</a>
5137 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
5138 <li><a href="h_folder_save">Folder Select for Save Explained</a>
5139 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
5140 <li><a href="h_config_change_your_from">From Address, Changing</a>
5141 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
5142 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
5143 <li><a href="h_common_goto">Goto Command</a>
5144 <li><a href="h_common_hdrmode">HdrMode Command</a>
5145 <li><a href="h_mainhelp_pinehelp">Help</a>
5146 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
5147 <li><a href="h_folder_maint">Help for Folder List</a>
5148 <li><a href="h_valid_folder_names">IMAP</a>
5149 <li><a href="h_ge_import">Import File Selection</a>
5150 <li><a href="h_mainhelp_index">Index of Messages</a>
5151 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
5152 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
5153 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
5154 <li><a href="h_info_on_mbox">Information on mbox driver</a>
5155 <li><a href="h_mainhelp_intro">Introduction</a>
5156 <li><a href="h_main_journal">Journal Command</a>
5157 <li><a href="h_common_jump">Jump Command</a>
5158 <li><a href="h_compose_justify">Justify Command</a>
5159 <li><a href="h_main_kblock">Keyboard Lock Command</a>
5160 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
5161 <li><a href="h_mainhelp_ldap">LDAP</a>
5162 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
5163 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
5164 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
5165 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
5166 <li><a href="h_config_ldap_opts_ldaps">LDAP FEATURE: Require-LDAPS-On-Connection</a>
5167 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
5168 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
5169 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
5170 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
5171 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
5172 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
5173 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
5174 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
5175 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
5176 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
5177 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
5178 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
5179 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
5180 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
5181 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
5182 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
5183 <li><a href="h_ldap_view">LDAP Response View Explained</a>
5184 <li><a href="h_maildrop">Mail Drop: What is it?</a>
5185 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
5186 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
5187 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
5188 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
5189 <li><a href="h_common_index">Message Index Command</a>
5190 <li><a href="h_mainhelp_mouse">Mouse</a>
5191 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
5192 <li><a href="new_user_greeting">NEW USER GREETING</a>
5193 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
5194 <li><a href="h_mainhelp_readingnews">News Reading</a>
5195 <li><a href="h_folder_subscribe">Newsgroup Subscribe Screen explained</a>
5196 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
5197 <li><a href="h_common_nextnew">NextNew Command</a>
5198 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
5199 <li><a href="h_mainhelp_readingnews">NNTP</a>
5200 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
5201 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
5202 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
5203 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
5204 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
5205 <li><a href="h_config_color_style">OPTION: Color Style</a>
5206 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
5207 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
5208 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
5209 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
5210 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
5211 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
5212 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
5213 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
5214 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
5215 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
5216 <li><a href="h_config_encryption_range">OPTION: <!--#echo var="VAR_encryption-protocol-range"--></a>
5217 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
5218 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
5219 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
5220 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
5221 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
5222 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
5223 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
5224 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
5225 <li><a href="h_config_file_dir">OPTION: File Directory</a>
5226 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
5227 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
5228 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
5229 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
5230 <li><a href="h_config_font_name">OPTION: Font Name</a>
5231 <li><a href="h_config_font_size">OPTION: Font Size</a>
5232 <li><a href="h_config_font_style">OPTION: Font Style</a>
5233 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
5234 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
5235 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
5236 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
5237 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
5238 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
5239 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
5240 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
5241 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
5242 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
5243 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
5244 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
5245 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
5246 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
5247 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
5248 <li><a href="h_config_index_color">OPTION: Index Colors</a>
5249 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
5250 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
5251 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
5252 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
5253 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
5254 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
5255 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
5256 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
5257 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
5258 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
5259 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
5260 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
5261 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
5262 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
5263 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
5264 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
5265 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
5266 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
5267 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
5268 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
5269 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
5270 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
5271 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
5272 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
5273 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
5274 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
5275 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
5276 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
5277 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
5278 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
5279 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
5280 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
5281 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
5282 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
5283 <li><a href="h_config_pat_old">OPTION: Patterns</a>
5284 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
5285 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
5286 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
5287 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
5288 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
5289 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
5290 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
5291 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
5292 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
5293 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
5294 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
5295 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
5296 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
5297 <li><a href="h_config_printer">OPTION: Printer</a>
5298 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
5299 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
5300 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
5301 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
5302 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
5303 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
5304 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
5305 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
5306 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
5307 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
5308 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
5309 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
5310 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
5311 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
5312 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
5313 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
5314 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
5315 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
5316 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
5317 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
5318 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
5319 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
5320 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
5321 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
5322 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
5323 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
5324 <li><a href="h_config_aspell_dictionary">OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></a>
5325 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
5326 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
5327 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
5328 <li><a href="h_config_status_color">OPTION: Status Color</a>
5329 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
5330 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
5331 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
5332 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
5333 <li><a href="h_config_quit_query_timeo">OPTION: <!--#echo var="VAR_close-connection-timeout"--></a>
5334 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
5335 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
5336 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
5337 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
5338 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
5339 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
5340 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
5341 <li><a href="h_config_title_color">OPTION: Title Color</a>
5342 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
5343 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
5344 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
5345 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
5346 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
5347 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
5348 <li><a href="h_config_history">OPTION: <!--#echo var="VAR_default-directories"--></a>
5349 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
5350 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
5351 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
5352 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
5353 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
5354 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
5355 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
5356 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
5357 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
5358 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
5359 <li><a href="h_config_window_position">OPTION: Window-Position</a>
5360 <li><a href="h_mainhelp_patterns">Patterns</a>
5361 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
5362 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
5363 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
5364 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
5365 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
5366 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
5367 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
5368 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
5369 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
5370 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
5371 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
5372 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
5373 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
5374 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
5375 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
5376 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
5377 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
5378 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
5379 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
5380 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
5381 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
5382 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
5383 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
5384 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
5385 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
5386 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
5387 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
5388 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
5389 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
5390 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
5391 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
5392 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
5393 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
5394 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
5395 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
5396 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
5397 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
5398 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
5399 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
5400 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
5401 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
5402 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
5403 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
5404 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
5405 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
5406 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
5407 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
5408 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
5409 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
5410 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
5411 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
5412 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
5413 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
5414 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
5415 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
5416 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
5417 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
5418 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
5419 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
5420 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
5421 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
5422 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
5423 <li><a href="h_common_pipe">Pipe Command</a>
5424 <li><a href="h_valid_folder_names">POP</a>
5425 <li><a href="h_common_postpone">Postpone Command</a>
5426 <li><a href="h_common_print">Print Command</a>
5427 <li><a href="h_mainhelp_readingnews">Reading News</a>
5428 <li><a href="h_news">RELEASE NOTES for Alpine</a>
5429 <li><a href="h_mainhelp_roles">Roles</a>
5430 <li><a href="h_role_select">ROLES SCREEN</a>
5431 <li><a href="h_compose_readfile">Read File Command</a>
5432 <li><a href="h_mainhelp_reading">Reading Messages</a>
5433 <li><a href="h_main_release_notes">Release Notes Command</a>
5434 <li><a href="h_common_reply">Reply and Forward Commands</a>
5435 <li><a href="h_compose_richhdr">Rich Header Command</a>
5436 <li><a href="h_common_role">Role Command</a>
5437 <li><a href="h_mainhelp_smime">S/MIME</a>
5438 <li><a href="h_index_cmd_select">Searching for Messages</a>
5439 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
5440 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
5441 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
5442 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
5443 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
5444 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
5445 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
5446 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
5447 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
5448 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
5449 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
5450 <li><a href="h_common_save">Save and Export Commands</a>
5451 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
5452 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
5453 <li><a href="h_compose_send">Send Command</a>
5454 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
5455 <li><a href="h_main_setup">Setup Command</a>
5456 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
5457 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
5458 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
5459 <li><a href="h_mainhelp_smime">S/MIME</a>
5460 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
5461 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
5462 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
5463 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
5464 <li><a href="h_config_smime_use_cert_store">S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></a>
5465 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
5466 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
5467 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
5468 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
5469 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
5470 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
5471 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
5472 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
5473 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
5474 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
5475 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
5476 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
5477 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
5478 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
5479 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
5480 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
5481 <li><a href="h_index_cmd_sort">Sort Command</a>
5482 <li><a href="h_compose_spell">Spell Check Command</a>
5483 <li><a href="h_common_suspend">Suspend Command</a>
5484 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
5485 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
5486 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
5487 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
5488 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
5489 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
5490 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
5491 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
5492 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
5493 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
5494 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
5495 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
5496 <li><a href="h_common_take">TakeAddr Command</a>
5497 <li><a href="h_mainhelp_status">Titlebar Line</a>
5498 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
5499 <li><a href="h_config_usenone_color">Use None Color</a>
5500 <li><a href="h_config_usenormal_color">Use Normal Color</a>
5501 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
5502 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
5503 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
5504 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
5505 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
5506 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
5507 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
5508 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
5509 </UL>
5512 &lt;End of Help Index&gt;
5513 </BODY>
5514 </HTML>
5517 ============== h_config_remote_config =============
5518 <HTML>
5519 <HEAD>
5520 <TITLE>Remote Configuration</TITLE>
5521 </HEAD>
5522 <BODY>
5523 <H1>Remote Configuration</H1>
5525 You may use the command line argument &quot;-p pinerc&quot; to tell
5526 Alpine to use a non-default configuration file.
5527 There are two types of storage for configuration information.
5528 <EM>Local</EM> configuration files are used by default.
5529 These are just regular files on the UNIX system or on the PC.
5530 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
5531 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
5532 <EM>Remote</EM> configuration folders are stored on an IMAP server.
5533 The advantage of using a remote configuration is that the same information
5534 may be accessed from multiple platforms.
5535 For example, if you use one computer at work and another at home, the same
5536 configuration could be used from both places.
5537 A configuration change from one place would be seen in both places.
5538 To use a remote configuration you simply give a
5539 <A HREF="h_valid_folder_names">remote folder name</A>
5540 as the argument to the &quot;-p&quot; command line option.
5541 The command line might look something like:
5543 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
5545 If there are special characters in the command shell you use, you may need to
5546 quote the last argument (to protect the curly braces from the shell).
5547 The command might look like:
5549 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
5551 You should choose a folder name for a folder that does not yet exist.
5552 It will be created containing an empty configuration.
5553 Do not use a folder that you wish to store regular mail messages in.
5555 The Setup/RemoteConfigSetup command will help you convert from a local
5556 configuration to a remote configuration.
5557 It will create a remote configuration for you and copy your current local
5558 configuration to it.
5559 It will also help you convert local address books into remote address books
5560 and local signature files into literal signatures contained in the
5561 remote configuration file.
5563 If the Setup/RemoteConfigSetup command doesn't do what you want, you
5564 may copy a local pinerc file to a remote configuration folder by hand
5565 by using the command line option &quot;-copy_pinerc&quot;.
5567 Another command line option, which is somewhat related to remote
5568 configuration, is the option &quot;-x exceptions_config&quot;.
5569 The configuration settings in the exceptions configuration override
5570 your default settings.
5571 It may be useful to store the default configuration (the -p argument) remotely
5572 and to have the exceptions configuration stored in a local file.
5573 You might put generic configuration information in the remote configuration
5574 and platform-specific configuration on each platform in the exceptions
5575 configuration.
5576 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
5577 can be either remote folders or local files.
5579 There is another command line argument that works only with PC-Alpine and
5580 which may prove useful when using a remote configuration.
5581 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
5582 to store your local auxiliary files.
5583 This only has an effect if your configuration file is remote.
5584 Some examples of auxiliary files are debug files, address book files, and
5585 signature files.
5587 &lt;End of help on this topic&gt;
5588 </BODY>
5589 </HTML>
5590 ============== h_config_exceptions =============
5591 <HTML>
5592 <HEAD>
5593 <TITLE>Generic and Exceptional Configuration</TITLE>
5594 </HEAD>
5595 <BODY>
5596 <H1>Generic and Exceptional Configuration</H1>
5598 If you use Alpine from more than one platform it may be convenient
5599 to split your configuration information into two pieces, a generic piece
5600 and exceptions that apply to a particular platform.
5601 For example, suppose you use Alpine from home and from work.
5602 Most of your configuration settings are probably the
5603 same in both locations, so those settings belong in the generic settings
5604 configuration.
5605 However, you may use a different SMTP server and INBOX
5606 from home than you do from work.
5608 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
5610 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
5611 options could be
5612 part of your exceptional configuration so that they could be different in the
5613 two places.
5615 The command line option &quot;-x exceptions_config&quot;
5616 may be used to split your configuration into generic and exceptional pieces.
5617 &quot;Exceptions_config&quot; may be either local or remote.
5618 The regular Alpine configuration file will contain the generic data, and
5619 &quot;exceptions_config&quot; will contain the exceptional data.
5621 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
5622 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
5623 in the same local directory that the regular config file is located in (usually
5624 the Unix home directory).
5625 If the regular config file is remote (because the command line option
5626 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
5627 directory for &quot;<CODE>.pinercex</CODE>&quot;.
5628 If the file does not already exist then no exceptions will be used.
5629 You can force exceptions to be used by using the &quot;-x&quot; option or
5630 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
5632 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
5633 PC-Alpine will use the value of the
5634 environment variable <CODE>$PINERCEX</CODE>.
5635 If that is not set, PC-Alpine will look for
5636 the local file &quot;<CODE>PINERCEX</CODE>&quot;
5637 in the same local directory that the regular config file is located in.
5638 If the regular config file is remote (because the command line option
5639 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
5640 local directory specified by the &quot;-aux local_directory&quot; command
5641 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
5642 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
5644 When you have an exception configuration there is a new command
5645 in the Alpine Setup screen, Setup/eXceptions.
5646 It toggles between exceptions and the regular configuration.
5647 This is the usual way to make changes in your exceptional configuration data.
5648 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
5649 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
5650 for Config or &quot;K&quot; for Kolor.
5652 For most people, splitting the configuration information into two pieces is
5653 going to be most useful if the generic information is accessed
5654 <A HREF="h_config_remote_config">remotely</A>).
5655 That data will be the same no matter where you access it from and if you
5656 change it that change will show up everywhere.
5657 The exceptional data will most commonly be in a local file, so that the
5658 contents may easily be different on each computing platform used.
5660 If you already have a local configuration file with settings you like
5661 you may find that the command Setup/RemoteConfigSetup is useful
5662 in helping you convert to a remote configuration.
5663 The command line flag &quot;-copy_pinerc&quot;
5664 may also be useful.
5666 &lt;End of help on this topic&gt;
5667 </BODY>
5668 </HTML>
5669 ============== h_config_inheritance =============
5670 <HTML>
5671 <HEAD>
5672 <TITLE>Configuration Inheritance</TITLE>
5673 </HEAD>
5674 <BODY>
5675 <H1>Configuration Inheritance</H1>
5677 Configuration inheritance is a power user feature.
5678 It is confusing and not completely supported by the configuration
5679 user interface.
5680 We start with an explanation of how configuration works in hopes of making
5681 it easier to describe how inheritance works.
5683 Alpine uses a hierarchy of configuration values from different locations.
5684 There are five ways in which each configuration option (configuration
5685 variable) can be set.
5686 In increasing order of precedence they are:
5688 <OL>
5689 <LI> the system-wide configuration file.
5691 <LI> the personal configuration file
5693 <LI> the personal exceptions file
5695 <LI> a command line argument
5697 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
5698 </OL>
5700 The fixed configuration file is normally
5701 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
5703 The system-wide configuration file is normally
5704 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
5705 set for PC-Alpine.
5706 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
5707 is used for the system-wide configuration.
5708 This location can be set or changed on the command line with the -P flag.
5709 The system-wide configuration file can be either a local file or a
5710 remote configuration folder.
5712 For Unix Alpine, the personal configuration file is normally the file
5713 <CODE>.pinerc</CODE> in the user's home directory.
5714 This can be changed with the -p command line flag.
5715 For PC-Alpine, the personal configuration file is in
5716 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
5717 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
5718 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
5719 This can be changed with the -p command line flag.
5720 If -p is used, the configuration data may be in a local file or a remote config
5721 folder.
5723 For Unix Alpine, the personal exceptions configuration file is named
5724 <CODE>.pinercex</CODE> and is in the same directory as the personal
5725 configuration file, if that configuration file is not remote, and is in
5726 the home directory if the personal configuration file is remote.
5727 If the file exists, then exceptions are turned on.
5728 If it doesn't, then you are not using exceptions.
5729 Alternatively, you may change the location of the exceptions configuration
5730 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
5731 Like the personal configuration data, exceptions_config may be
5732 either local or remote.
5734 For PC-Alpine, the personal exceptions configuration file is named
5735 <CODE>PINERCEX</CODE> and is in the same directory as the personal
5736 configuration file unless the personal configuration file is remote.
5737 In that case, it is in the local directory specified by the
5738 &quot;-aux local_directory&quot; command line argument.
5739 (In the case that the personal configuration is remote and there is no
5740 &quot;-aux&quot; command line argument, Alpine searches for
5741 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
5742 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
5743 If the file exists, then exceptions are turned on.
5744 If it doesn't, then you are not using exceptions.
5745 You may change the location of the exceptions configuration
5746 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
5747 or with the
5748 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
5749 option).
5751 To reiterate, the value of a configuration option is taken from the
5752 last location in the list above in which it is set.
5753 Or, thinking about it slightly differently, a default value for an option
5754 is established in the system-wide configuration file (or internally by Alpine
5755 if there is no value in the system-wide file).
5756 That default remains in effect until and unless it is overridden by a value in a
5757 location further down the list, in which case a new &quot;default&quot;
5758 value is established.
5759 As we continue down the list of locations we either retain the
5760 value at each step or establish a new value.
5761 The value that is still set after going through the whole list of
5762 configuration locations is the one that is used.
5764 So, for example, if an option is set in the system-wide configuration
5765 file and in the personal configuration file, but is not set in the
5766 exceptions, on the command line, or in the fixed file; then the value
5767 from the personal configuration file is the one that is used.
5768 Or, if it is set in the system-wide config, in the personal config, not
5769 in the exceptions, but is set on the command line; then the value
5770 on the command line is used.
5772 Finally we get to inheritance.
5773 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
5774 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
5775 the inheritance mechanism makes it possible to <EM>combine</EM>
5776 the values from different locations instead of <EM>replacing</EM> the value.
5777 This is true of all configuration lists other than the &quot;Feature-List&quot;,
5778 for which you may already set whatever you want at
5779 any configuration location (by using the &quot;no-&quot; prefix if
5780 necessary).
5782 To use inheritance, set the first item in a configuration list to the
5783 token &quot;INHERIT&quot;, without the quotes.
5784 If the first item is &quot;INHERIT&quot;,
5785 then instead of replacing the default value established so far, the rest of
5786 the list is appended to the default value established so far and that is
5787 the new value.
5789 Here is an example which may make it clearer. Suppose we have:
5791 <PRE>
5792  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5793  Personal config    :   smtp-server = INHERIT, mysmtp.home
5794  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
5795  Command line       :   smtp-server = &lt;No Value Set&gt;
5796  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5797 </PRE>
5800 This would result in an effective smtp-server option of
5802 <PRE>
5803  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
5804 </PRE>
5806 The &quot;INHERIT&quot; token can be used in any of the configuration files
5807 and the effect cascades.
5808 For example, if we change the above example to:
5810 <PRE>
5811  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5812  Personal config    :   smtp-server = INHERIT, mysmtp.home
5813  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
5814  Command line       :   smtp-server = &lt;No Value Set&gt;
5815  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5816 </PRE>
5819 This would result in:
5821 <PRE>
5822  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
5823 </PRE>
5825 Unset variables are skipped over (the default value is carried forward) so
5826 that, for example:
5828 <PRE>
5829  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5830  Personal config    :   smtp-server = &lt;No Value Set&gt;
5831  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
5832  Command line       :   smtp-server = &lt;No Value Set&gt;
5833  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5834 </PRE>
5837 produces:
5839 <PRE>
5840  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
5841 </PRE>
5844 If any later configuration location has a value set (for a particular list
5845 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
5846 then that value replaces whatever value has been defined up to that point.
5847 In other words, that cancels out any previous inheritance.
5849 <PRE>
5850  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5851  Personal config    :   smtp-server = INHERIT, mysmtp.org
5852  Exceptions config  :   smtp-server = yoursmtp.org
5853  Command line       :   smtp-server = &lt;No Value Set&gt;
5854  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5855 </PRE>
5858 results in:
5860 <PRE>
5861  smtp-server = yoursmtp.org
5862 </PRE>
5865 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
5866 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
5867 difficult to insert the value &quot;INHERIT&quot; into the list of values
5868 for the option using the normal Setup tools.
5869 In other words, the color setting screen (for example) does not
5870 provide a way to input the text &quot;INHERIT&quot; as the first
5871 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
5872 The way to do this is to either edit the pinerc file directly and manually
5873 insert it, or turn
5874 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
5875 feature and insert it using the Setup/Config screen.
5877 &lt;End of help on this topic&gt;
5878 </BODY>
5879 </HTML>
5880 ============== h_special_xon_xoff =============
5881 <HTML>
5882 <HEAD>
5883 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
5884 </HEAD>
5885 <BODY>
5886 <H1>XOFF/XON Handling within Alpine</H1>
5888 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
5889 and XON) as normal characters, even though Alpine does not use them.
5890 However, the printer, modem, or communication software you are using may
5891 be configured for &quot;software flow control,&quot; which means that
5892 XON/XOFF must be treated as special characters by the operating system.
5893 If you see messages such as &quot;^S not defined for this screen&quot;,
5894 then your system is probably using software flow control. In this case
5895 you will need to set the
5896 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
5897 feature.
5899 If you <EM>do</EM> set this
5900 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
5901 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
5902 and see if that puts things right.  Printing via the
5903 &quot;attached-to-ansi&quot; or 
5904 &quot;attached-to-wyse&quot;
5905 option will automatically enable software
5906 flow-control handling for the duration of the printing.
5908 &lt;End of help on this topic&gt;
5909 </BODY>
5910 </HTML>
5911 ============= h_special_help_nav =============
5912 <HTML>
5913 <HEAD>
5914 <TITLE>Help Text Navigation Explained</TITLE>
5915 </HEAD>
5916 <BODY>
5917 <H1>Help Text Navigation Explained</H1>
5919 Alpine contains extensive context-sensitive help text.   At any point, 
5920 pressing the &quot;?&quot; key will bring up a page of help text
5921 explaining the options available to you.  You can leave the help
5922 text screen and return to normal Alpine operation by pressing
5924 <!--chtml if pinemode="function_key"-->
5925 F3 function
5926 <!--chtml else-->
5927 &quot;E&quot;
5928 <!--chtml endif-->
5929 key to Exit Help at any time.
5932 Within the help screen you might find a word or phrase displayed in 
5933 inverse text and others displayed in bold typeface.  Such words and
5934 phrases are used to tell you Alpine has more information available on
5935 the topic they describe.
5936 The inverted text is the &quot;selected&quot; topic.  
5937 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
5938 displayed in bold type
5939 is &quot;selected&quot;.
5940 Hit the Return key to display the information Alpine has available on that
5941 topic.  While viewing such additional information, the 
5942 <!--chtml if pinemode="function_key"-->
5943 F3 function
5944 <!--chtml else-->
5945 &quot;P&quot;
5946 <!--chtml endif-->
5947 key will return you to the previous help screen, and the
5948 <!--chtml if pinemode="function_key"-->
5949 F2 function
5950 <!--chtml else-->
5951 &quot;E&quot;
5952 <!--chtml endif-->
5953 key will Exit the Help system altogether.
5956 The "N" command will tell you the internal name of the help text you are 
5957 reading each time, so that you can send this name in the text of a message 
5958 and create a direct link to that internal help using the x-pine-help URL 
5959 scheme. For example, the direct link to this item is 
5960 x-pine-help:h_special_help_nav. If you add this text to a message, then
5961 a person using Pine to read such message would have a direct link to this
5962 help text.
5965 When you are finished reading this help text, you can press the
5966 <!--chtml if pinemode="function_key"-->
5967 F3 function
5968 <!--chtml else-->
5969 &quot;P&quot;
5970 <!--chtml endif-->
5971 key to return to the previously displayed help text.
5974 &lt;End of help on this topic&gt;
5975 </BODY>
5976 </HTML>
5977 ============= h_special_list_commands =============
5978 <HTML>
5979 <HEAD>
5980 <TITLE>Email List Commands Explained</TITLE>
5981 </HEAD>
5982 <BODY>
5983 <H1>Email List Commands Explained</H1>
5985 Electonic mail lists provide a way for like-minded users to join in
5986 discussions on topics of interest.  The email list itself is 
5987 represented by a
5988 single address that participants send messages to when they have
5989 something of interest to share with other members of the list.  The
5990 receiving computer then, either automatically or after review by the
5991 list's owner (or moderator), sends a copy of that message to each
5992 member of the list.
5995 Usually, subscribing and unsubscribing is done by sending requests in
5996 an email message to a special address setup to handle managing list
5997 membership.  Often this is the name of the list followed by
5998 <I>-request</I>.  This address is almost <EM>never</EM> the same as
5999 the address used to send messages to the list.
6002 Unfortunately, email list participation commands are more a matter
6003 of convention than standard, and thus may vary from list to list.
6004 Increasingly, list management software is adding information to
6005 the copy of the postings as they're copied to the list members that
6006 explains how to do the various list management functions.
6009 Alpine will recognize this information and offer the management commands
6010 they represent in a simple display. One or more of the following
6011 operations will be made available:
6013 <DL>
6014 <DT>Help</DT>
6015 <DD>
6016 A method to get help on subscribing, unsubscribing, 
6017 an explanation of what the list is about, or special instructions
6018 for participation.  This may be in the form of a reply in response
6019 to an email message, or instructions on how to connect to a Web site.
6020 </DD>
6022 <DT>Unsubscribe</DT>
6023 <DD>
6024 A method to get your email addressed removed from the list of
6025 recipients of the email list.
6026 </DD>
6028 <DT>Subscribe</DT>
6029 <DD>
6030 A method to get your email address added to the list of recipients
6031 of the email list.  It may be in the form of a message sent to 
6032 a special address or you may be connected to a web site.
6033 <DD>
6034 </DD>
6036 <DT>Post</DT>
6037 <DD>
6038 A method used to post to the email list.  However, it might also 
6039 indicate that no posting is allowed directly to the list.
6040 </DD>
6042 <DT>Owner</DT>
6043 <DD>
6044 A method to contact the list owner for special questions you might
6045 have regarding the list.
6046 </DD>
6048 <DT>Archive</DT>
6049 <DD>
6050 A method to view an archive of previous messages posted to the list.
6051 This may be in the form of a mail folder on a remote computer, an
6052 IMAP mailbox or even a Web site.
6053 </DD>
6054 </DL>
6057 &lt;End of help on this topic&gt;
6058 </BODY>
6059 </HTML>
6060 ============= h_quota_command =============
6061 <HTML>
6062 <HEAD>
6063 <TITLE>Quota Screen Explained</TITLE>
6064 </HEAD>
6065 <BODY>
6066 <H1>Quota Screen Explained</H1>
6068 <P> This screen summarizes the quota report for this mailbox in the
6069 IMAP server. For each resource that you have a quota, this reports summarizes
6070 its use and limit.
6072 <P> Your IMAP server administrator may have set a quota based either on 
6073 the total size of your mailbox (STORAGE), or the number of messages in 
6074 your mailbox (MESSAGES), or some other criteria. This will be reported
6075 to you indicating the type of quota, its total use and its limit.
6077 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
6078 1024 bytes. Each of the characters that you see in this help text is one 
6079 byte, and this help text is about 1 kibibyte in size. Small messages sent 
6080 by Alpine are normally less than 4 kibibytes in size (which includes 
6081 headers and text). Other email programs may send messages with bigger 
6082 sizes when they send messages, since they send plain text and an 
6083 alternative part in HTML.
6085 <P> A convenient way to save space for the STORAGE type of quota is by 
6086 deleting attachments. This is done on each individual message by pressing 
6087 the &quot;V&quot; command while reading the message text, then moving the cursor 
6088 to the position of the attachment that is to be deleted, then pressing
6089 &quot;D&quot; to delete such attachment, going back to reading the 
6090 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
6091 save the message in the same folder you are reading from. The saved 
6092 message will not have the attachment that was marked deleted. Now you
6093 can delete and expunge the message with the unwanted attachment.
6096 &lt;End of help on this topic&gt;
6097 </BODY>
6098 </HTML>
6099 ============= h_mail_thread_index =============
6100 <HTML>
6101 <HEAD>
6102 <TITLE>THREAD INDEX COMMANDS</TITLE>
6103 </HEAD>
6104 <BODY>                 
6105 <H1>THREAD INDEX COMMANDS</H1>
6106 <!--chtml if pinemode="function_key"-->
6107 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>
6108 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
6109 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>
6110 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>
6111 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>
6112 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>
6113 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>
6114 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>
6115 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>
6116 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>
6117 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>
6118 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>
6119 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>
6120 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>
6121 <BR>
6122 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
6123 -----------------------------<BR>
6124 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>
6125 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>
6126 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>
6127 <BR>
6128 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
6129 -----------------------------<BR>
6130 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
6131 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
6132 <BR>
6133 <!--chtml else-->
6134 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>
6135 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
6136 &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>
6137 &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>
6138 &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>
6139 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>
6140 &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>
6141 &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>
6142 &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>
6143 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>
6144 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
6145 <BR>
6146 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
6147 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
6148 &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>
6149 &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>
6150 &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>
6151 &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>
6152 &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>
6153 &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>
6154 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
6155 <!--chtml endif-->
6158 NOTE:
6159 <OL>
6160  <LI>For help on a particular command, highlight the bold text associated
6161 with it above and hit Return.
6162  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
6163 </OL>
6165 <H2>Description of the THREAD INDEX Screen</H2>
6167 The THREAD INDEX displays summary information from each
6168 thread (conversation) in the current folder.
6169 This is useful if you want to quickly
6170 scan new threads, or find a particular thread without having to go
6171 through the text of each message, or to quickly get rid of junk
6172 threads, etc.
6173 The current thread is always highlighted.
6174 Each line of the THREAD INDEX contains the following columns: <P>
6175 <DL>
6176  <DT>STATUS:</DT>
6177  <DD> The markings on the left side of the thread tell you about its
6178 status.  You may see one or more of the following codes on any given
6179 thread:
6180 <UL>
6181   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
6182   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
6183   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
6184   <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.
6185   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
6186         message in the thread was sent to you as a cc:. This symbol will only show up if
6187         the feature
6188         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
6189   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
6190         &quot;select&quot; command.  (Some systems may optionally allow selected
6191         messages to be denoted by the index line being displayed in bold
6192         type instead.)
6193   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
6194       to mark at least one message in this thread as &quot;important&quot;.
6195 </UL></DD><P>
6197  <DT>THREAD NUMBER:</DT>
6198  <DD>Threads in a folder are numbered, from one through the number
6199 of threads in the folder, to help you know where you are in the folder.
6200 </DD><P>
6202  <DT>DATE STARTED:</DT>
6203  <DD>The date the thread was started. This is actually from the Date header
6204 of the first message in the thread. It doesn't take different time zones
6205 into account.</DD><P>
6207  <DT>WHO STARTED THE THREAD:</DT>
6208  <DD>This is usually the name of the sender of the first message in the thread, taken from
6209 the From header of the message.
6210 If there is no personal name given in that
6211 address, then the email address is used instead.
6212 If the message is from you (or from one of your
6213 <A HREF="h_config_alt_addresses">alternate addresses</A>),
6214 then the recipient's name is shown here instead, with the characters
6215 &quot;To: &quot; inserted before the name.
6216 (The idea of this is that if you started the thread you would rather see who
6217 the mail was sent to instead of that the mail was from you.)
6218 In Newsgroups, if you are
6219 the sender and there are no email recipients, the newsgroup name will be
6220 listed after the &quot;To: &quot;.
6221 </DD><P>
6223  <DT>SIZE:</DT>
6224  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
6226  <DT>SUBJECT:</DT>
6227  <DD>As much of the thread's subject line as will fit on the screen.
6228 This is the subject of the first message in the thread.</DD>
6229 </DL>
6231 <P><UL>
6232 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6233 </UL>
6235 &lt;End of help on this topic&gt;
6236 </BODY>
6237 </HTML>
6238 ============= h_mail_index =============
6239 <HTML>
6240 <HEAD>
6241 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
6242 </HEAD>
6243 <BODY>                 
6244 <H1>MESSAGE INDEX COMMANDS</H1>
6245 <!--chtml if pinemode="function_key"-->
6246 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>
6247 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
6248 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>
6249 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>
6250 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>
6251 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>
6252 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>
6253 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>
6254 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>
6255 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>
6256 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>
6257 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>
6258 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>
6259 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>
6260 <BR>
6261 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
6262 -----------------------------<BR>
6263 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>
6264 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>
6265 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>
6266 <BR>
6267 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
6268 -----------------------------<BR>
6269 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
6270 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>
6271 <BR>
6272 <!--chtml else-->
6273 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>
6274 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
6275 &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>
6276 &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>
6277 &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>
6278 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>
6279 &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>
6280 &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>
6281 &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>
6282 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>
6283 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
6284 Miscellaneous&nbsp;Operations<BR>
6285 ------------------------<BR>
6286 &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>
6287 &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>
6288 &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>
6289 &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>
6290 &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>
6291 &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>
6292 &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>
6293 &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>
6294 <!--chtml endif-->
6297 NOTE:
6298 <OL>
6299  <LI>For help on a particular command, highlight the bold text associated
6300 with it above and hit Return.
6301  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
6302 </OL>
6304 <H2>Description of the MESSAGE INDEX Screen</H2>
6306 The MESSAGE INDEX displays summary information from each
6307 message in the current folder.
6308 This is useful if you want to quickly
6309 scan new messages, or find a particular message without having to go
6310 through the text of each message, or to quickly get rid of junk
6311 messages, etc.
6313 The current message is always highlighted
6314 and many commands operate on the current message.
6315 For example, the Delete command will delete the current message.
6316 If the folder is sorted by either Threads or OrderedSubject, then, depending
6317 on some of your configuration settings, a single line in the index may
6318 refer to an entire thread or to a subthread.
6319 If that is the case, then the commands that normally operate on the current
6320 message will operate on the thread or subthread instead.
6321 For example, the Delete command will delete the whole collapsed thread
6322 instead of just a single message.
6324 Each line of the MESSAGE INDEX contains the following columns (by default -- 
6325 you can change this with the 
6326 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
6327 in the SETUP CONFIGURATION screen): <P>
6328 <DL>
6329  <DT>STATUS:</DT>
6330  <DD> The markings on the left side of the message tell you about its
6331 status.  You may see one or more of the following codes on any given
6332 message:
6333 <UL>
6334   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
6335          yet eXpunged the folder.
6336   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
6337   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
6338          to be answered.
6339   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
6340          forward a message.
6341   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
6342         directly to your account, your copy is not part of a cc: or a
6343         mailing list.
6344   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
6345         message was sent to you as a cc:. This symbol will only show up if
6346         the feature
6347         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
6348   <LI> &quot;X&quot; for selected.  You have selected the message by using the
6349         &quot;select&quot; command.  (Some systems may optionally allow selected
6350         messages to be denoted by the index line being displayed in bold
6351         type.)
6352   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
6353       to mark this message as &quot;important&quot;.
6354 </UL></DD><P>
6356  <DT>MESSAGE NUMBER:</DT>
6357  <DD>Messages in a folder are numbered, from one through the number
6358 of messages in the folder, to help you know where you are in the folder.
6359 These numbers are always in increasing order, even if you sort the folder
6360 in a different way.</DD><P>
6362  <DT>DATE SENT:</DT>
6363  <DD>The date the message was sent.  By default, messages are
6364 ordered by arrival time, not by date sent.  Most of the time, arrival time
6365 and date sent (effectively departure time) are similar.  Sometimes,
6366 however, the index will appear to be out of order because a message took a
6367 long time in delivery or because the sender is in a different time
6368 zone than you are. This date is just the date from the Date header
6369 field in the message.</DD><P>
6371  <DT>WHO SENT THE MESSAGE:</DT>
6372  <DD>This is usually the name of the sender of the message, taken from
6373 the From header of the message.
6374 If there is no personal name given in that
6375 address, then the email address is used instead.
6376 If the message is from you (or from one of your
6377 <A HREF="h_config_alt_addresses">alternate addresses</A>),
6378 then the recipient's name is shown here instead, with the characters
6379 &quot;To: &quot; inserted before the name.
6380 (The idea of this is that if you sent the mail you would rather see who
6381 the mail was sent to instead of that the mail was from you.
6382 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
6383 above.
6384 In particular, use the FROM token or the FROMORTONOTNEWS token
6385 in place of the FROMORTO token.)
6386 In Newsgroups, if you are
6387 the sender and there are no email recipients, the newsgroup name will be
6388 listed after the &quot;To: &quot;. </DD><P>
6390  <DT>SIZE:</DT>
6391  <DD>The number in parentheses is the number of characters in the message.
6392 It may have a suffix of K, M, or G which means the number should be
6393 multiplied by one thousand, one million, or one billion to get the
6394 size of the message.</DD><P>
6396  <DT>SUBJECT:</DT>
6397  <DD>As much of the message's subject line as will fit on the screen.</DD>
6398 </DL>
6400 <P><UL>
6401 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6402 </UL>
6404 &lt;End of help on this topic&gt;
6405 </BODY>
6406 </HTML>
6407 ============= h_mail_view ========================
6408 <HTML>
6409 <HEAD>
6410 <TITLE>MESSAGE TEXT SCREEN</TITLE>
6411 </HEAD>
6412 <BODY>
6413 <H1>MESSAGE TEXT SCREEN</H1>
6414 <!--chtml if pinemode="function_key"-->
6415 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>
6416 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
6417 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>
6418 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>
6419 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>
6420 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>
6421 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>
6422 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>
6423 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>
6424 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>
6425 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>
6426 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>
6427 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>
6428 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>
6429 <BR>
6430 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
6431 ------------------------------<BR>
6432 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
6433 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
6434 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
6435 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
6436 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
6437 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
6438 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
6439 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
6440 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
6441 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
6442 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
6443 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
6444 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
6445 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
6446 <!--chtml else-->
6447 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
6448 ---------------------------------<BR>
6449 <BR>
6450 &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>
6451 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>
6452 &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>
6453 &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>
6454 &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>
6455 &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>
6456 &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>
6457 &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>
6458 &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>
6459 <BR>
6460 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
6461 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
6462 &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>
6463 &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>
6464 &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>
6465 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>
6466 <BR>
6467 General&nbsp;Alpine&nbsp;Commands<BR>
6468 ---------------------<BR>
6469 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
6470 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
6471 &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>
6472 &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>
6473 &nbsp;&nbsp;&nbsp;&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>
6474 <!--chtml endif-->
6477 NOTE:
6478 <OL>
6479  <LI>For help on a particular command, highlight the bold text associated
6480 with it above and hit Return.
6481  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
6482 </OL>
6484 <H2>Description of the MESSAGE TEXT Screen</H2>
6486 The top line of the view message screen displays status
6487 information about the currently open collection and folder and about the
6488 current message.  It shows the name of the collection in angle brackets
6489 and then the name of the folder.  The line also displays the number
6490 of messages in the folder, the number of the current message and the
6491 percentage of the current message that has been displayed on the screen.
6492 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
6493 right corner.
6494 If the message has been answered (but not deleted) &quot;ANS&quot; will show
6495 in the corner.
6498 NOTE: to rapidly move to the end of a message, hit the
6499 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6500 (or Ctrl-W) key followed
6501 by Ctrl-V.  Similarly,
6502 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6503 followed by Ctrl-Y will take you to the beginning of
6504 a message.
6506 <H2>Explanation of Alternate Character Sets</H2>
6508 Alpine attempts to stay out of the way so that it won't prevent you from
6509 viewing mail in any character set.  It will simply send the message to
6510 your display device.  If the device is capable of displaying the
6511 message as it was written it will do so.  If not, the display may be
6512 partially or totally incorrect.
6513 If the message contains characters that are not representable in your 
6514 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
6515 variable in your configuration, then a warning message will be printed
6516 to your screen at the beginning of the message display.
6517 It is probably best to use UNIX Alpine in a terminal emulator
6518 capable of displaying UTF-8 characters.
6519 See <A HREF="h_config_char_set">Display Character Set</A> for a little
6520 more information about character set settings.
6522 <P><UL>
6523 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6524 </UL>
6526 &lt;End of help on this topic&gt;
6527 </BODY>
6528 </HTML>
6529 ======= h_index_cmd_select =======
6530 <HTML>
6531 <HEAD>
6532 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
6533 </HEAD>
6534 <BODY>
6535 <H1>Selecting: Select and WhereIs/Select</H1>
6537 Aggregate operations give you the ability to process a group of messages
6538 at once.  Acting on multiple messages requires two steps: (1) selecting a
6539 set of messages and then; (2) applying a command to that set. The first
6540 part is handled by the select command.  Select allows you to
6541 select messages based on their status (read, answered, etc.), contents,
6542 date, size, or keywords.
6543 You may also select based on one of your Rules or based on threads,
6544 and there are quick options to select a specific message or range of messages,
6545 to select the current message, or to select all messages.
6548 We describe the various selection criteria briefly:
6551 <DL>
6552 <DT>select All</DT>
6553 <DD> Marks all the messages in the folder as selected.
6554 </DD>
6556 <DT>select Cur</DT>
6557 <DD> Selects the currently highlighted message or currently highlighted
6558 set of messages if in a threaded view.
6559 </DD>
6561 <DT>select by Number</DT>
6562 <DD> Select by message number. This may be a comma-separated list instead or
6563 a single entry.
6564 Each element in the list may be either a single message number or a range
6565 of numbers with a dash between the lowest and highest member of the range.
6566 Some examples are 7 to select only message number 7; 2-5 to select messages
6567 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
6568 The word &quot;end&quot; or the character &quot;$&quot; may be used as a 
6569 substitute for the highest numbered message in the folder, while the
6570 character &quot;.&quot; represents the message number holding the position
6571 of the cursor in the folder.
6572 If in a separate thread index where the numbers refer to threads instead of
6573 to messages, then you will be selecting all of the messages in the
6574 referenced threads instead of selecting by message number.
6575 </DD>
6577 <DT>select by Date</DT>
6578 <DD> Select by either the date stored in the Date headers of each message,
6579 or by the date when the messages arrived.
6580 This does not adjust for different time zones, but just checks to see what
6581 day the message was sent on.
6582 You may type in a date. If you do, the date should be in the form
6583 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
6584 For example,
6585 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
6587 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
6588 If the date you want is close to the current date, it is probably
6589 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
6590 is displayed, instead of typing in the date yourself.
6591 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
6592 the date of the currently highlighted message. 
6594 There are six possible settings that are selected using the
6595 &quot;^W&nbsp;Toggle When&quot; command.
6596 Three of them select messages based on the Date headers.
6597 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
6598 and &quot;SENT ON&quot;.
6599 SINCE is all messages with the selected date or later.
6600 BEFORE is all messages earlier than the selected date (not including the day
6601 itself).
6602 ON is all messages sent on the selected date.
6603 The other three select messages in the same way but they use the arrival
6604 times of the messages instead of the Date headers included in the messages.
6605 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
6606 and &quot;ARRIVED ON&quot;.
6607 When you save a message from one folder to another the arrival time is
6608 preserved.
6609 </DD>
6611 <DT>select by Text</DT>
6612 <DD> Selects messages based on the message contents.
6613 This allows you to select a set of messages based on whether or not the
6614 message headers or message body contain specified text.
6615 You may look for text in the Subject, the From header,
6616 the To header, or the Cc header.
6617 You may also choose Recipient, which searches for the text in
6618 either the To or the Cc header;
6619 or Participant, which means To or Cc or From.
6620 Besides those specific header searches, you may also search the entire
6621 header and text of the message with &quot;All Text&quot;, or just the
6622 body of the message.
6624 To search for the absence of text, first type the &quot;! Not&quot; command
6625 before typing the specific type of text search.
6626 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
6627 search for all messages that do not contain a particular word in their
6628 Subjects.
6630 If you choose a Subject search, you may use the subject from the current
6631 message by typing the &quot;^X Cur Subject&quot; command.
6632 You may then edit it further if you wish.
6633 For example, you might select the subject of a reply and edit the
6634 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
6635 the original message being replied to.
6636 All of the other header searches allow you to use addresses from the
6637 headers of the current message if you want to.
6638 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
6639 &quot;^W Cur Cc&quot;.
6640 In each case, if there is more than one address, only the first is offered.
6641 </DD>
6643 <DT>select by Status</DT>
6644 <DD> Selects messages based on their status.
6645 You may select all New, Important, Deleted, Answered, Recent, or Unseen
6646 messages.
6647 Or, if you first type the &quot;! Not&quot; command, you get not New,
6648 or not Important, and so on.
6649 If you select Deleted messages, you will get all messages with their
6650 Deleted flag set.
6651 Likewise for Important messages, all messages that you have flagged as
6652 being Important with the
6653 <A HREF="h_common_flag">Flag</A> command.
6654 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
6655 because they try to match what you see on the screen by default.
6656 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
6657 and Unanswered.
6658 If you have looked at the message, or deleted it, or answered it; then it
6659 is not considered &quot;New &quot;.
6660 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
6662 &quot;Answered&quot; is another one that is a little different.
6663 It means that the message has been Answered <EM>and</EM> is not deleted.
6664 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
6665 the opposite of &quot;Answered&quot;!
6666 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
6667 both Unanswered <EM>and</EM> not deleted.
6669 The other two types were added later because the special nature of the
6670 New flag was not what was wanted by all users.
6671 New does match what you see in the index by default, but if you use
6672 the IMAPSTATUS or SHORTIMAPSTATUS token in the
6673 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
6674 be exactly what you want.
6675 &quot;Unseen&quot; simply selects all unseen messages, whether or not
6676 they are deleted or answered, and
6677 &quot;Recent&quot; selects all of the messages that have been added to
6678 the folder since you started this Alpine session.
6679 (That's not technically quite true. If there are multiple mail clients
6680 reading an IMAP mailbox, each message will be marked as Recent in only
6681 one of the client's sessions.)
6682 </DD>
6684 <DT>select by siZe</DT>
6685 <DD> Selects messages based on their size being smaller than or larger
6686 than the size you specify.
6687 The size is the number of bytes.
6688 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
6689 the number.
6690 For example, 7K is the same as 7000.
6691 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
6692 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
6693 Use the &quot;^W&quot; command to toggle back and forth between Smaller
6694 and Larger.
6695 </DD>
6697 <DT>select by Keyword</DT>
6698 <DD> Selects messages that either have or do not have
6699 (using the &quot;!&nbsp;Not&quot; command)
6700 a particular <A HREF="h_config_keywords">Keyword</A> set.
6701 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
6702 command to select one from your list of keywords.
6704 <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.
6705 </DD>
6707 <DT>select by Rule</DT>
6708 <DD> Selects messages that either match or don't match
6709 (using the &quot;!&nbsp;Not&quot; command)
6710 one of the Rules you have defined.
6711 The most likely method of filling in the Rule is to use the
6712 &quot;^T&nbsp;To&nbsp;List&quot;
6713 command to select one of your Rules.
6714 All of the Rules you have defined will be in the list, including
6715 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
6716 They may not all make sense for this purpose, but they are all there for
6717 flexibility.
6718 You might find it useful to define some rules solely for the purpose
6719 of being used by the Select command.
6720 There is a special category for such Rules. They are called Search Rules.
6722 Unfortunately, Alpine does not allow all possible Rules to be defined.
6723 For example, there is no logical OR operation.
6724 OR is accomplished in the Filter Rules or the other types of Rules by
6725 simply defining two rules, one that matches the first part of the OR
6726 and another that matches the second part.
6727 But you can't do that here, since you only have a single Rule to work with.
6728 Likewise, the order of Rules is usually important.
6729 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
6730 a message, then that stops the search for a further match.
6731 This means that you may be confused if you try to use Select by Rule to
6732 check your Filter rules because the order is important when filtering but
6733 is not considered here.
6734 </DD>
6736 <DT>select by tHread</DT>
6737 <DD> Selects all of the messages in the current thread.
6738 </DD>
6739 </DL>
6741 After you have an initial selection, the next and subsequent selection
6742 commands modify the selection.
6743 The select command changes. It first gives
6744 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
6745 &quot;unselect Current&quot;,
6746 &quot;Broaden selection&quot; (implements a logical OR), and
6747 &quot;Narrow selection&quot; (implements a logical AND).
6748 After you choose either Broaden or Narrow, you then choose one of the
6749 selection criteria listed above (by Text or Number or ...).
6750 You may use select as many times as you wish to get the selected set right.
6753 The WhereIs command has a feature (Ctrl-X) to
6754 select all the messages that match the WhereIs search. WhereIs searches
6755 through just the text that appears on the MESSAGE INDEX screen.
6756 This method is often slower than using the select command itself, unless the
6757 line you are looking for is not too far away in the index.
6760 The availability of the aggregate operations commands is determined by the
6761 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
6762 Feature-List option in your Alpine
6763 configuration, which defaults to set.
6764 The features
6765 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
6767 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
6768 affect the behavior of the Select command.
6771 &lt;End of help on this topic&gt;
6772 </BODY>
6773 </HTML>
6774 ======= h_select_rule =======
6775 <HTML>
6776 <HEAD>
6777 <TITLE>Select: Rule</TITLE>
6778 </HEAD>
6779 <BODY>
6780 <H1>Select: Rule</H1>
6782 You are selecting messages that either match or don't match
6783 one of the Rules you have defined.
6784 You may either type the nickname of the Rule at the prompt, or use the
6785 &quot;^T&nbsp;To&nbsp;List&quot;
6786 command to select one of your Rules.
6787 All of the Rules you have defined will be in the list, including
6788 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
6789 They may not all make sense for this purpose, but they are all there for
6790 flexibility.
6791 Rules may be added by using the Setup/Rules screen off of the main Alpine
6792 menu.
6794 Unfortunately, Alpine does not allow all possible Rules to be defined.
6795 For example, there is no logical OR operation.
6796 OR is accomplished in the Filter Rules or the other types of Rules by
6797 simply defining two rules, one that matches the first part of the OR
6798 and another that matches the second part.
6799 But you can't do that here, since you only have a single Rule to work with.
6800 Likewise, the order of Rules is usually important.
6801 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
6802 a message, then that stops the search for a further match.
6803 This means that you may be confused if you try to use Select by Rule to
6804 check your Filter rules because the order is important when filtering but
6805 is not considered here.
6808 &lt;End of help on this topic&gt;
6809 </BODY>
6810 </HTML>
6811 ======= h_select_text =======
6812 <HTML>
6813 <HEAD>
6814 <TITLE>Select: Text</TITLE>
6815 </HEAD>
6816 <BODY>
6817 <H1>Select: Text</H1>
6819 You are selecting messages based on the contents of the message.
6820 This allows you to select a set of messages based on whether or not the
6821 message headers or message body contain specified text.
6822 You may look for text in the Subject, the From header,
6823 the To header, or the Cc header.
6824 You may also choose Recipient, which searches for the text in
6825 either the To or the Cc header;
6826 or Participant, which means either the To header, or the Cc header,
6827 or the From header.
6828 Besides those specific header searches, you may also search the entire
6829 header and text of the message with &quot;All Text&quot;, or just the
6830 body of the message with &quot;Body&quot;.
6832 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
6833 before typing the specific type of text search.
6834 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
6835 search for all messages that do not contain a particular word in their
6836 Subjects.
6838 If you choose a Subject search, you may use the subject from the current
6839 message by typing the &quot;^X Cur Subject&quot; command.
6840 You may then edit it further if you wish.
6841 For example, you might select the subject of a reply and edit the
6842 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
6843 the original message being replied to.
6844 All of the other header searches allow you to use addresses from the
6845 headers of the current message if you want to.
6846 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
6847 &quot;^W Cur Cc&quot;.
6848 In each case, if there is more than one address, only the first is offered.
6851 &lt;End of help on this topic&gt;
6852 </BODY>
6853 </HTML>
6854 ======= h_select_status =======
6855 <HTML>
6856 <HEAD>
6857 <TITLE>Select: Status</TITLE>
6858 </HEAD>
6859 <BODY>
6860 <H1>Select: Status</H1>
6862 You are selecting messages based on the status of the message.
6863 For example, whether or not the message has been marked Deleted or Important,
6864 or whether or not it has been Answered or is New.
6865 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
6866 opposite: not Deleted, not Important, and so on.
6868 If you select Deleted messages, you will get all messages with their
6869 Deleted flag set.
6870 Likewise for Important messages, all messages that you have flagged as
6871 being Important with the
6872 <A HREF="h_common_flag">Flag</A> command.
6873 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
6874 because they try to match what you see on the screen by default.
6875 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
6876 and Unanswered.
6877 If you have looked at the message, or deleted it, or answered it; then it
6878 is not considered &quot;New &quot;.
6879 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
6881 &quot;Answered&quot; is another one that is a little different.
6882 It means that the message has been Answered <EM>and</EM> is not deleted.
6883 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
6884 the opposite of &quot;Answered&quot;!
6885 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
6886 both Unanswered <EM>and</EM> not deleted.
6888 (The New and Answered options may seem counter-intuitive.
6889 The reason it is done this way is
6890 because, by default, a Deleted message will show up with the &quot;D&quot;
6891 symbol in the MAIL INDEX screen even if it is New or Answered.
6892 The Delete symbol overrides the New and Answered symbols, because you
6893 usually don't care about the message anymore once you've deleted it.
6894 Similarly, you usually only care about whether a message is Answered or
6895 not if it is not Deleted.
6896 Once it is Deleted you've put it out of your mind.)
6898 The other two options were added later because the special nature of the
6899 New flag was not what was wanted by all users.
6900 New does match what you see in the index by default, but if you use
6901 the IMAPSTATUS or SHORTIMAPSTATUS token in the
6902 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
6903 be exactly what you expect.
6904 &quot;Unseen&quot; simply selects all unseen messages, whether or not
6905 they are deleted or answered, and
6906 &quot;Recent&quot; selects all of the messages that have been added to
6907 the folder since you started this Alpine session.
6908 (That's not technically quite true. If there are multiple mail clients
6909 reading an IMAP mailbox, each message will be marked as Recent in only
6910 one of the client's sessions.
6911 That behavior can be convenienent for some purposes, like filtering, but
6912 it isn't usually what you expect when selecting.)
6915 &lt;End of help on this topic&gt;
6916 </BODY>
6917 </HTML>
6918 ======= h_index_cmd_apply =======
6919 <HTML>
6920 <HEAD>
6921 <TITLE>Apply Command</TITLE>
6922 </HEAD>
6923 <BODY>
6924 <H1>Apply Command</H1>
6926 Apply
6927 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
6928 is the second step of most aggregate operations.  Apply
6929 becomes active any time there is a defined set of selected messages.  The
6930 following commands can be applied to a selected message set: delete,
6931 undelete, reply, forward,
6932 <!--chtml if pinemode="os_windows"-->
6933 <!--chtml else--> 
6934 pipe,
6935 <!--chtml endif-->
6936 print, take address, save, export, bounce, and flag.
6939 The behavior of some of these commands in an aggregate sense is not easy to
6940 explain.  Try them out to see what they do.
6941 The feature
6942 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
6943 affects the behavior of the Apply command, as does the feature
6944 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
6947 &lt;End of help on this topic&gt;
6948 </BODY>
6949 </HTML>
6950 ======= h_index_cmd_zoom =======
6951 <HTML>
6952 <HEAD>
6953 <TITLE>ZoomMode Command</TITLE>
6954 </HEAD>
6955 <BODY>
6956 <H1>ZoomMode Command</H1>
6958 Another action you might want to take on a set of selected messages is to
6959 zoom in on them.  Like apply, zoom only becomes active when messages have
6960 been selected.
6961 ZoomMode
6962 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
6963 is a toggle command that allows you to
6964 zoom-in (and only see the selected messages) and zoom-out (to see all
6965 messages in the folder).  Neither apply nor zoom removes the markings that
6966 define the selected set; you need to use a select command in order
6967 to do that.
6970 &lt;End of help on this topic&gt;
6971 </BODY>
6972 </HTML>
6973 ======= h_index_collapse_expand =======
6974 <HTML>
6975 <HEAD>
6976 <TITLE>Collapse/Expand Command</TITLE>
6977 </HEAD>
6978 <BODY>
6979 <H1>Collapse/Expand Command</H1>
6981 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
6982 the folder is sorted by either Threads or OrderedSubject, and the
6983 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
6984 is set to something other than &quot;none&quot;.
6985 By default, this command collapses or expands the subthread that starts at
6986 the currently highlighted message, if any.
6987 If the subthread is already collapsed, then this command expands it.
6988 If the subthread is expanded, then this command collapses it.
6989 If there are no more messages below the current message in the
6990 thread tree (that is, there are no replies to the current message) then
6991 this command does nothing.
6994 The behavior of this command is affected by the option
6995 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
6996 Normally, this command Collapses or Expands the subthread that
6997 starts at the currently highlighted message.
6998 If the above option is set, then this command Collapses or Expands the
6999 entire current thread instead of just the subthread.
7000 The current thread is simply the top-level thread that contains the
7001 current message.
7004 &lt;End of help on this topic&gt;
7005 </BODY>
7006 </HTML>
7007 ======= h_index_cmd_sort =======
7008 <HTML>
7009 <HEAD>
7010 <TITLE>Sort Command</TITLE>
7011 </HEAD>
7012 <BODY>
7013 <H1>Sort Command</H1>
7015 In Alpine's generic configuration, messages are presented in the order in
7016 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
7017 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
7018 You can also re-sort the folder on demand with the sort
7019 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
7020 command.
7021 Your sorting options are:
7023 <UL>
7024  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
7025  <LI> <A HREF="h_index_sort_date">D</A>ate
7026  <LI> <A HREF="h_index_sort_subj">S</A>ubject
7027  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
7028  <LI> t<A HREF="h_index_sort_thread">H</A>read
7029  <LI> <A HREF="h_index_sort_from">F</A>rom
7030  <LI> si<A HREF="h_index_sort_size">Z</A>e
7031  <LI> scor<A HREF="h_index_sort_score">E</A>,
7032  <LI> <A HREF="h_index_sort_to">T</A>o
7033  <LI> <A HREF="h_index_sort_cc">C</A>c
7034 </UL>
7037 The Reverse option will toggle the order the index is currently
7038 sorted by, but will not change the relative sort order.
7041 Sorting a folder does not actually rearrange the way the folder is saved,
7042 it just re-arranges how the messages are presented to you.  This means
7043 that Alpine has to do the work of sorting every time you change sort order.
7044 Sometimes, especially with PC-Alpine or with large folders, this could take
7045 a while.
7048 &lt;End of help on this topic&gt;
7049 </BODY>
7050 </HTML>
7051 ======= h_index_sort_default =======
7052 <HTML>
7053 <HEAD>
7054 <TITLE>SORT OPTION: Default</TITLE>
7055 </HEAD>
7056 <BODY>
7057 <H1>SORT OPTION: Default</H1>
7059 The <EM>Default</EM> sort option just means to use the default sort order
7060 set in the
7061 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
7062 option in Setup/Config.
7065 &lt;End of help on this topic&gt;
7066 </BODY>
7067 </HTML>
7068 ======= h_index_sort_arrival =======
7069 <HTML>
7070 <HEAD>
7071 <TITLE>SORT OPTION: Arrival</TITLE>
7072 </HEAD>
7073 <BODY>
7074 <H1>SORT OPTION: Arrival</H1>
7076 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7077 in the order that they exist in the folder.  This is usually the same as the
7078 order in which they arrived.  This option is comparable to not sorting
7079 the messages at all.
7082 &lt;End of help on this topic&gt;
7083 </BODY>
7084 </HTML>
7085 ======= h_index_sort_date =======
7086 <HTML>
7087 <HEAD>
7088 <TITLE>SORT OPTION: Date</TITLE>
7089 </HEAD>
7090 <BODY>
7091 <H1>SORT OPTION: Date</H1>
7093 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7094 according to the date and time they were
7095 sent.
7098 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
7099 identical to sorting by &quot;Arrival&quot;.
7102 &lt;End of help on this topic&gt;
7103 </BODY>
7104 </HTML>
7105 ======= h_index_sort_subj =======
7106 <HTML>
7107 <HEAD>
7108 <TITLE>SORT OPTION: Subject</TITLE>
7109 </HEAD>
7110 <BODY>
7111 <H1>SORT OPTION: Subject</H1>
7113 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7114 by subject. 
7117 Messages with the same subject are
7118 first grouped together, and then the groups of like-subject messages
7119 are arranged alphabetically.
7122 Alpine ignores leading &quot;Re:&quot; and
7123 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
7124 likeness and alphabetical order of subject lines.
7127 &lt;End of help on this topic&gt;
7128 </BODY>
7129 </HTML>
7130 ======= h_index_sort_ordsubj =======
7131 <HTML>
7132 <HEAD>
7133 <TITLE>SORT OPTION: OrderedSubject</TITLE>
7134 </HEAD>
7135 <BODY>
7136 <H1>SORT OPTION: OrderedSubject</H1>
7138 The <EM>OrderedSubject</EM> sort option arranges messages in the
7139 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
7140 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
7143 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
7144 messages by the date of the oldest message in the group.
7147 This sort method provides for pseudo threading of conversations within
7148 a folder.
7149 You may want to try sorting by Thread instead.
7152 &lt;End of help on this topic&gt;
7153 </BODY>
7154 </HTML>
7155 ======= h_index_sort_thread =======
7156 <HTML>
7157 <HEAD>
7158 <TITLE>SORT OPTION: Thread</TITLE>
7159 </HEAD>
7160 <BODY>
7161 <H1>SORT OPTION: Thread</H1>
7163 The <EM>Thread</EM> sort option arranges messages in the
7164 MESSAGE&nbsp;INDEX by grouping all messages that indicate
7165 they are part of a conversation (discussion thread) taking
7166 place within a mailbox or newsgroup.  This indication is
7167 based on information in the message's header -- specifically
7168 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
7171 &lt;End of help on this topic&gt;
7172 </BODY>
7173 </HTML>
7174 ======= h_index_sort_from =======
7175 <HTML>
7176 <HEAD>
7177 <TITLE>SORT OPTION: From</TITLE>
7178 </HEAD>
7179 <BODY>
7180 <H1>SORT OPTION: From</H1>
7182 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7183 by the name of the author of the message.
7186 Messages with the same author are grouped together. Groups of
7187 messages are then put into alphabetical order according to message
7188 author.
7191 &lt;End of help on this topic&gt;
7192 </BODY>
7193 </HTML>
7194 ======= h_index_sort_size =======
7195 <HTML>
7196 <HEAD>
7197 <TITLE>SORT OPTION: Size</TITLE>
7198 </HEAD>
7199 <BODY>
7200 <H1>SORT OPTION: Size</H1>
7202 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7203 by their relative sizes.
7206 &lt;End of help on this topic&gt;
7207 </BODY>
7208 </HTML>
7209 ======= h_index_sort_score =======
7210 <HTML>
7211 <HEAD>
7212 <TITLE>SORT OPTION: Score</TITLE>
7213 </HEAD>
7214 <BODY>
7215 <H1>SORT OPTION: Score</H1>
7217 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7218 by their scores.
7221 Messages with the same score are sorted in arrival order.
7222 Scores are something you create using the
7223 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
7226 &lt;End of help on this topic&gt;
7227 </BODY>
7228 </HTML>
7229 ======= h_index_sort_to =======
7230 <HTML>
7231 <HEAD>
7232 <TITLE>SORT OPTION: To</TITLE>
7233 </HEAD>
7234 <BODY>
7235 <H1>SORT OPTION: To</H1>
7237 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
7238 by the names of the recipients of the message.
7241 Messages with the same recipients are grouped together. Groups of
7242 messages are then put into alphabetical order according to message
7243 recipients.
7246 &lt;End of help on this topic&gt;
7247 </BODY>
7248 </HTML>
7249 ======= h_index_sort_cc =======
7250 <HTML>
7251 <HEAD>
7252 <TITLE>SORT OPTION: Cc</TITLE>
7253 </HEAD>
7254 <BODY>
7255 <H1>SORT OPTION: Cc</H1>
7257 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
7258 the names of the carbon copy addresses of the message.
7261 &lt;End of help on this topic&gt;
7262 </BODY>
7263 </HTML>
7264 ======= h_index_cmd_whereis =======
7265 <HTML>
7266 <HEAD>
7267 <TITLE>WhereIs Command</TITLE>
7268 </HEAD>
7269 <BODY>
7270 <H1>WhereIs Command</H1>
7272 The WhereIs
7273 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
7274 command lets you search the MESSAGE INDEX for a word.
7275 It scans through whatever you see, usually the name of the author
7276 and the Subject line.
7277 WhereIs has special subcommands to let you find the beginning of the
7278 index (Ctrl-Y -- first message)
7279 or the end of the index (Ctrl-V -- last message).
7281 Note that WhereIs only searches through the visible text on the screen.
7282 For example, if only part of the Subject of a message is shown because it
7283 is long, then only the visible portion of the Subject is searched.
7284 Also note that WhereIs does not &quot;see&quot; the 
7285 &quot;X&quot; in column one of Index entries for selected messages
7286 so it can't be used to search for
7287 selected messages (use &quot;Zoom&quot; instead).
7289 If the feature
7290 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
7291 is turned on,
7292 WhereIs can also be used as a quick way to select messages that match the
7293 string being searched for.
7294 Instead of typing carriage return to search for the next match, type
7295 Ctrl-X to select all matches.
7296 Once again, this only selects matches that are (or would be if the right
7297 index line was on the screen) visible.
7298 Truncated From lines or Subjects will cause matches to be missed.
7299 Although WhereIs is sometimes convenient for quick matching, the Select
7300 command is usually more powerful and usually faster.
7303 &lt;End of help on this topic&gt;
7304 </BODY>
7305 </HTML>
7306 ======= h_view_cmd_whereis =======
7307 <HTML>
7308 <HEAD>
7309 <TITLE>WhereIs Command</TITLE>
7310 </HEAD>
7311 <BODY>
7312 <H1>WhereIs Command</H1>
7314 The WhereIs
7315 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
7316 command does a &quot;find in current message&quot; operation.  You
7317 type in text and Alpine will try to find it in the message you are
7318 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
7319 or end (Ctrl-V) of the message.
7320 That is, to rapidly move to the end of a message, hit the 
7321 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
7322 (or Ctrl-W) key followed
7323 by Ctrl-V.  Similarly,
7324 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
7325 followed by Ctrl-Y will take you to the beginning of a message.
7328 &lt;End of help on this topic&gt;
7329 </BODY>
7330 </HTML>
7331 ======= h_view_cmd_hilite =======
7332 <HTML>
7333 <HEAD>
7334 <TITLE>View Hilite and Next item/Previous item</TITLE>
7335 </HEAD>
7336 <BODY>
7337 <H1>View Hilite and Next item/Previous item</H1>
7339 Sometimes messages may be in the form of formatted HTML text
7340 or they may contain URLs or Web server hostnames.
7341 When any of the features
7342 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
7343 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
7344 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
7346 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
7347 are enabled, Alpine will represent such selectable items in the text
7348 in bold typeface.  One of the selectable items will be displayed in
7349 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
7350 Press the Return key to view the currently selected item.
7353 The Up and Down Arrows keys can be used to change the selected item
7354 (also see the feature
7355 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
7356 If there are no selectable items in the direction of the arrow you
7357 pressed, Alpine will scroll the display in that direction until one
7358 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
7359 items in the message text, use the Previous and Next item commands,
7360 <!--chtml if pinemode="function_key"-->F5 and F6
7361 <!--chtml else-->^B and ^F<!--chtml endif-->.
7364 &lt;End of help on this topic&gt;
7365 </BODY>
7366 </HTML>
7367 ======= h_view_cmd_viewattch =======
7368 <HTML>
7369 <HEAD>
7370 <TITLE>ViewAttch Command</TITLE>
7371 </HEAD>
7372 <BODY>
7373 <H1>ViewAttch Command</H1>
7376 The View/Save Attachment
7377 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
7378 command allows you to handle MIME attachments to a message you have
7379 received.  Alpine shows you a list of the message attachments -- you just
7380 choose the attachment you want.  You may either view or save the
7381 selected attachment.
7384 Because many attachments require external programs for display, there
7385 is some system configuration that has to happen before you can
7386 actually display attachments.  Hopefully much of that will have been
7387 done already by your system administrator.  MIME configuration is
7388 handled with the &quot;mailcap&quot; configuration file.  (See the section 
7389 on configuration in the
7390 <A HREF="h_news">release notes</A> for more information.)
7393 &lt;End of help on this topic&gt;
7394 </BODY>
7395 </HTML>
7396 ======= h_index_cmd_expunge =======
7397 <HTML>
7398 <HEAD>
7399 <TITLE>Expunge/Exclude Command</TITLE>
7400 </HEAD>
7401 <BODY>
7402 <H1>Expunge/Exclude Command</H1>
7404 Expunge/Exclude
7405 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
7406 is the command Alpine uses to actually remove all messages
7407 marked for deletion.  With regular email files, expunge literally deletes
7408 the text from the current folder.  With newsgroups or shared mailboxes,
7409 you don't have permission to actually remove the message, so it is an
7410 exclude -- Alpine removes the message from your view of the folder even
7411 though it is not technically gone.
7413 <P> A selective expunge command is available in IMAP folders that support 
7414 the UID EXPUNGE extension in <A 
7415 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
7416 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
7417 as a subcommand of the apply command. If some selected messages are marked 
7418 deleted, then the apply command will offer the eXpunge command, which when 
7419 executed will only expunge those messages that are selected and deleted.
7421 <P> 
7422 Observe that the expunge command (when not used from the apply command) 
7423 will expunge/exclude all deleted messages from the folder, and so all 
7424 messages marked deleted will be expunged, regardless of if they are 
7425 selected or not. In other words, there is no protection against 
7426 potentially expunging more messages than only those that have been 
7427 selected and deleted.
7430 The configuration features
7431 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
7433 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
7434 affect the behavior of the Expunge command.
7437 &lt;End of help on this topic&gt;
7438 </BODY>
7439 </HTML>
7440 ======= h_common_compose =======
7441 <HTML>
7442 <HEAD>
7443 <TITLE>Compose Command</TITLE>
7444 </HEAD>
7445 <BODY>
7446 <H1>Compose Command</H1>
7448 The Compose command takes you into the Alpine message composer where you
7449 can start a new message for sending.  This is where you type in the
7450 message's text and specify its recipient list (the &quot;To:&quot;
7451 address), where copies should be directed (e.g., &quot;Fcc&quot;,
7452 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
7453 be attached to the message.
7456 When you type this command, Alpine will also automatically check for any
7457 interrupted (i.e., a message that was being composed when your modem
7458 or network connection was broken) or previously postponed messages and
7459 offer you a chance to continue working on those.
7462 <UL>   
7463 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7464 </UL><P>
7465 &lt;End of help on this topic&gt;
7466 </BODY>
7467 </HTML>
7468 ======= h_common_index =======
7469 <HTML>
7470 <HEAD>
7471 <TITLE>Message Index Command</TITLE>
7472 </HEAD>
7473 <BODY>
7474 <H1>Message Index Command</H1>
7476 The Index command takes you to the MESSAGE INDEX screen that displays a
7477 summary caption for each message in the currently-open folder. One
7478 message will be highlighted; this is the &quot;Current&quot; message.
7479 The message commands available from this screen (e.g. View, Reply,
7480 Forward, Delete, Print, Save, etc) apply to the current message.
7483 &lt;End of help on this topic&gt;
7484 </BODY>
7485 </HTML>
7486 ======= h_common_folders =======
7487 <HTML>
7488 <HEAD>
7489 <TITLE>Folder List Command</TITLE>
7490 </HEAD>
7491 <BODY>
7492 <H1>Folder List Command</H1>
7494 This Folder List command takes you to the FOLDER LIST screen that displays
7495 the names of all your message folders and allows you to view, rename,
7496 delete, and add folders.  You can open (view) a different folder than the
7497 one currently open by highlighting the desired one (using the arrow keys
7498 or their control-key equivalents) and pressing RETURN.
7501 If you have multiple folder collections defined (see the Help text for
7502 the FOLDER LIST screen to learn more about Collections), you may need
7503 to press Return to expand the collection and display all of the
7504 folders in it.
7507 &lt;End of help on this topic&gt;
7508 </BODY>
7509 </HTML>
7510 ======= h_main_addrbook =======
7511 <HTML>
7512 <HEAD>
7513 <TITLE>Address Book Command</TITLE>
7514 </HEAD>
7515 <BODY>
7516 <H1>Address Book Command</H1>
7518 This command, available only from the MAIN MENU, takes you
7519 to the ADDRESS BOOK management screen.  From here, your personal address
7520 book(s) may be updated.
7523 &lt;End of help on this topic&gt;
7524 </BODY>
7525 </HTML>
7526 ======= h_main_setup =======
7527 <HTML>
7528 <HEAD>
7529 <TITLE>Setup Command</TITLE>
7530 </HEAD>
7531 <BODY>
7532 <H1>Setup Command</H1>
7534 The Setup command, available only from the MAIN MENU, prompts you for
7535 one of several configuration screens, including the SETUP CONFIGURATION 
7536 screen, by which you may activate optional Alpine features.
7539 &lt;End of help on this topic&gt;
7540 </BODY>
7541 </HTML>
7542 ======= h_main_release_notes =======
7543 <HTML>
7544 <HEAD>
7545 <TITLE>Release Notes Command</TITLE>
7546 </HEAD>
7547 <BODY>
7548 <H1>Release Notes Command</H1>
7550 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
7551 as well as pointers to further information such as history and legal notes.
7554 &lt;End of help on this topic&gt;
7555 </BODY>
7556 </HTML>
7557 ======= h_main_kblock =======
7558 <HTML>
7559 <HEAD>
7560 <TITLE>Keyboard Lock Command</TITLE>
7561 </HEAD>
7562 <BODY>
7563 <H1>Keyboard Lock Command</H1>
7565 This command allows your Alpine session to be protected
7566 during a temporary absence from your terminal.
7569 &lt;End of help on this topic&gt;
7570 </BODY>
7571 </HTML>
7572 ======= h_main_journal =======
7573 <HTML>
7574 <HEAD>
7575 <TITLE>Journal Command</TITLE>
7576 </HEAD>
7577 <BODY>
7578 <H1>Journal Command</H1>
7580 This command displays a list of all the status messages Alpine has
7581 displayed (on the third line from the bottom of the screen). This may
7582 be useful if a message disappeared before you had a chance to read it.
7585 &lt;End of help on this topic&gt;
7586 </BODY>
7587 </HTML>
7588 ======= h_common_role =======
7589 <HTML>
7590 <HEAD>
7591 <TITLE>Role Command</TITLE>
7592 </HEAD>
7593 <BODY>
7594 <H1>Role Command</H1>
7596 The Role command is similar to the Compose command except that it starts
7597 off by letting you select a <A HREF="h_rules_roles">role</A>
7598 to be used for the composition.
7599 You may set up alternate roles by using Setup/Rules/Roles.
7602 &lt;End of help on this topic&gt;
7603 </BODY>
7604 </HTML>
7605 ======= h_common_conditional_cmds =======
7606 <HTML>
7607 <HEAD>
7608 <TITLE>Conditional Commands</TITLE>
7609 </HEAD>
7610 <BODY>
7611 <H1>Conditional Commands</H1>
7613 The presence or absence of certain commands, particularly in the
7614 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
7615 whether or not specific features are set in your Alpine configuration.  
7616 (You can access the SETUP CONFIGURATION screen, where they are found, from 
7617 Alpine's MAIN MENU.)  To see if a desired command's availability is
7618 conditioned on a feature setting, see the command's help text (highlight
7619 the phrase associated with the command and hit Return).
7622 Also note that some
7623 commands may be administratively disabled by your system manager;
7624 if they don't work, please check with your local help desk.
7627 <UL>   
7628 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7629 </UL><P>
7630 &lt;End of help on this topic&gt;
7631 </BODY>
7632 </HTML>
7633 ======= h_common_pipe =======
7634 <HTML>
7635 <HEAD>
7636 <TITLE>Pipe Command</TITLE>
7637 </HEAD>
7638 <BODY>
7639 <H1>Pipe Command</H1>
7641 Pipe
7642 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
7643 allows you to send a message to a specified Unix command for external
7644 processing.
7645 This command's availability is controlled by the
7646 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
7647 feature.
7648 By default, the processed text of the message is sent to the command
7649 you specify and the output is captured by Alpine and shown to you.
7650 When you run the pipe command, there are some sub-commands which may be
7651 used to alter this behavior.
7652 These sub-commands are described <A HREF="h_pipe_command">here</A>.
7655 &lt;End of help on this topic&gt;
7656 </BODY>
7657 </HTML>
7658 ======= h_common_goto =======
7659 <HTML>
7660 <HEAD>
7661 <TITLE>Goto Command</TITLE>
7662 </HEAD>
7663 <BODY>
7664 <H1>Goto Command</H1>
7666 Goto
7667 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
7668 is the command that lets you bypass Alpine's folder selection screens
7669 and jump directly to a new folder.  You can select any folder in the
7670 world: one in your current collection, one in a different collection or
7671 one in a collection you've never even used before.
7674 Alpine will help you as much as possible to narrow in on the folder you want.
7675 However, if the folder is outside of your defined collections, you are
7676 going to have to enter the exact folder location using the correct
7677 <A HREF="h_valid_folder_names">syntax</A>
7678 for a remote folder and/or fully-qualified path name.
7681 &lt;End of help on this topic&gt;
7682 </BODY>
7683 </HTML>
7684 ======= h_common_nextnew =======
7685 <HTML>
7686 <HEAD>
7687 <TITLE>NextNew Command</TITLE>
7688 </HEAD>
7689 <BODY>
7690 <H1>NextNew Command</H1>
7692 When you press the TAB key, Alpine advances to the next
7693 &quot;interesting&quot; message.
7694 This will be the next message you have not seen before, or the next message
7695 you have flagged Important, whichever comes first.
7696 Unread messages that have been deleted are not considered interesting.
7697 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
7698 articles after you have read them if you want to remove them from future
7699 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
7700 more information.)
7703 The NextNew command is affected by the feature
7704 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
7705 which causes Alpine to only consider Unread messages interesting, not messages
7706 flagged Important.
7709 This command behaves a little differently when it finds there are no more
7710 interesting messages left in the current folder.
7711 If the current folder is one of your Incoming Message Folders
7712 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
7713 or it is a newsgroup, then Alpine will try to find the next folder or
7714 newsgroup that contains <EM>Recent</EM> messages and will ask you
7715 if you want to open that folder.
7716 This behavior may be modified by using the
7717 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
7718 feature that causes Alpine to look for Unseen messages instead of Recent
7719 messages.
7720 The NextNew command's behavior is also affected by the configuration features
7721 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
7723 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
7726 &lt;End of help on this topic&gt;
7727 </BODY>
7728 </HTML>
7729 ======= h_common_jump =======
7730 <HTML>
7731 <HEAD>
7732 <TITLE>Jump Command</TITLE>
7733 </HEAD>
7734 <BODY>
7735 <H1>Jump Command</H1>
7737 This is Alpine's way of allowing you to go straight to a specific message.
7738 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
7739 configured such that typing in any number automatically jumps you to that
7740 message 
7741 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
7742 in the SETUP CONFIGURATION).
7745 &lt;End of help on this topic&gt;
7746 </BODY>
7747 </HTML>
7748 ======= h_common_flag =======
7749 <HTML>
7750 <HEAD>
7751 <TITLE>Flag Command</TITLE>
7752 </HEAD>
7753 <BODY>
7754 <H1>Flag Command</H1>
7756 Flag
7757 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
7758 is the command that allows users to manipulate the status flags that
7759 appear on the left side of the MESSAGE INDEX screen.  The most common
7760 use of this is to mark a message as important. This is something of a
7761 note to yourself to get back to that message.  You may also use the
7762 flag command to set (or unset) the flags that indicate that a message
7763 is new, answered, deleted, or forwarded.<P>
7765 Provided the mail server supports it,
7766 you may also manipulate user-defined keywords
7767 for a message using the flag command.
7768 These keywords will be available if you use the Flag Details screen that you
7769 can get to after typing the
7770 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
7771 command.
7772 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
7773 which are always present.
7774 You may add new keywords by using the Add KW command from the Flag Details screen
7775 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
7777 The availability of the flag command is determined by the
7778 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
7779 feature in your Alpine configuration. Also, it is possible that Flag could be
7780 administratively disabled by your system manager; if it doesn't work,
7781 please check with your local help desk before reporting a bug.
7782 The behavior of the flag command may be modified by the
7783 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
7784 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
7787 &lt;End of help on this topic&gt;
7788 </BODY>
7789 </HTML>
7790 ======= h_common_hdrmode =======
7791 <HTML>
7792 <HEAD>
7793 <TITLE>HdrMode Command</TITLE>
7794 </HEAD>
7795 <BODY>
7796 <H1>HdrMode Command</H1>
7798 Every email message comes with some header lines that you normally
7799 don't see (and don't want to see).
7800 These include anywhere from 3-20 lines (or more) added by the
7801 Internet mail transport system to record the route your message took,
7802 for diagnostic purposes.
7803 These are normally of no import and simply
7804 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
7805 This also includes other non-standard headers the message may contain.
7806 If you want to see these headers, there is a way to reveal them.
7809 The Header Mode
7810 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
7811 command is a toggle that controls Alpine's handling of these header
7812 lines.  Normally, full headers is &quot;off&quot; and you only see a
7813 few lines about who a message is to and who it is from.  When you
7814 press
7815 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
7816 to turn full headers on, Alpine will show you
7817 the normal header lines as well as delivery headers, comment headers,
7818 MIME headers, and any other headers present.
7821 Several different Alpine commands honor the header mode -- it affects how
7822 messages are displayed, how they appear in forward and reply email, how
7823 they are printed, how they are saved, and how they are exported.
7824 <!--chtml if pinemode="os_windows"-->
7825 <!--chtml else--> 
7826 The pipe command is also affected.
7827 <!--chtml endif-->
7830 The presence or absence of the Header Mode command is determined by the
7831 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
7832 Feature-List option in your Alpine configuration.
7835 If you have also turned on the
7836 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
7837 option then the HdrMode command actually rotates through three states
7838 instead of just two.
7839 The first is the normal view with long quotes suppressed.
7840 The second is the normal view but with the long quotes included.
7841 The last enables the display of all headers in the message.
7842 When using Export, Pipe, Print, Forward, or Reply the quotes are
7843 never suppressed, so the first two states are identical.
7846 The behavior of the Header Mode command may be altered slightly by
7847 turning on the
7848 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
7849 Feature-List option in your Alpine configuration.
7850 In particular, it will cause the Header Mode to be persistent when moving
7851 from message to message instead of resetting to the default for each message.
7854 <UL>   
7855 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7856 </UL><P>
7857 &lt;End of help on this topic&gt;
7858 </BODY>
7859 </HTML>
7860 ======= h_common_print =======
7861 <HTML>
7862 <HEAD>
7863 <TITLE>Print Command</TITLE>
7864 </HEAD>
7865 <BODY>
7866 <H1>Print Command</H1>
7868 The Print
7869 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
7870 command allows you to print a copy of a message.
7871 There are many SETUP CONFIGURATION features that affect the
7872 Print command, including
7873 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
7874 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
7875 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
7876 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
7877 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
7878 You set up for printing by using the Printer option of the Setup command
7879 on the MAIN MENU.
7883 &lt;End of help on this topic&gt;
7884 </BODY>
7885 </HTML>
7886 ======= h_common_take =======
7887 <HTML>
7888 <HEAD>
7889 <TITLE>TakeAddr Command</TITLE>
7890 </HEAD>
7891 <BODY>
7892 <H1>TakeAddr Command</H1>
7895 With the Take Address
7896 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
7897 command, you can extract email addresses from an
7898 incoming message and save them in an address book.  This is an easy way
7899 to add to your address book and avoid having to remember the email
7900 addresses of the people who write to you.
7903 If the message is just to you individually, then you will only need to
7904 provide a nickname.  If the message contains more than one email address,
7905 then you will see an address
7906 selection screen that lets you choose the address you want to save into
7907 your address book, or lets you choose several of them add to a
7908 personal distribution list.
7911 Once you've added an entry to your address book, you can use it from the
7912 message composer by typing the nickname of the entry into one of the
7913 header fields (for example, into the To: field), or you can use ^T from
7914 the header field to select the entry from your address book.
7917 If the configuration feature
7918 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
7919 is set, the behavior of the Take command is altered slightly.
7922 &lt;End of help on this topic&gt;
7923 </BODY>
7924 </HTML>
7925 ======= h_ge_import =======
7926 <HTML>
7927 <HEAD>
7928 <TITLE>Import File Selection</TITLE>
7929 </HEAD>
7930 <BODY>
7931 <H1>Import File Selection</H1>
7933 You are importing a file that you previously
7934 exported from Alpine.
7935 You are now being asked for the name of that file.
7936 The easiest way to select a file is probably with the &quot;^T&quot;
7937 &quot;To Files&quot; command.
7938 Alternatively, you may type in a file name.
7939 It may be an absolute pathname.
7940 Otherwise, it is a file located in your home directory
7941 or current working directory
7942 <!--chtml if pinemode="running"-->
7943 (which, at least for your current Alpine &quot;session,&quot; 
7944 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7945 <!--chtml endif-->, depending on the
7946 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7947 In any case, you finish by typing a carriage return to accept the
7948 file name that is displayed.
7949 When the feature
7950 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7951 is turned on you may use TAB to complete partially typed in names.
7953 You may cancel the import operation by typing &quot;^C&quot; after exiting
7954 this help.
7956 &lt;End of help on this topic&gt;
7957 </BODY>
7958 </HTML>
7959 ======= h_ge_allparts =======
7960 <HTML>
7961 <HEAD>
7962 <TITLE>Export Message File Selection</TITLE>
7963 </HEAD>
7964 <BODY>
7965 <H1>Export Message File Selection</H1>
7967 You are Exporting a message from an Alpine mail folder
7968 to a plain text file.
7969 You also have the option of exporting all of the attachments associated
7970 with the message.
7971 You are now being asked for the name of the file to export <EM>to</EM>.
7972 The easiest way to select a file is probably with the &quot;^T&quot;
7973 &quot;To Files&quot; subcommand.
7974 After returning from that subcommand you will still be allowed to
7975 edit the name you have selected.
7976 Alternatively, you may type in a file name.
7977 It may be an absolute pathname.
7978 Otherwise, it is a file located in your home directory
7979 or current working directory
7980 <!--chtml if pinemode="running"-->
7981 (which, at least for your current Alpine &quot;session,&quot; 
7982 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7983 <!--chtml endif-->, depending on the
7984 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7985 In any case, you finish by typing a carriage return to accept the
7986 file name that is displayed.
7987 When the feature
7988 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7989 is turned on you may use TAB to complete partially typed in names.
7991 The message you are exporting appears to have some attachments.
7992 If you wish to save <EM>all</EM> of the attachments at once,
7993 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
7994 saving of the attachments.
7995 You may turn it back off by typing &quot;^P&quot; again, which will now
7996 be labeled &quot;NoAllParts&quot; instead.
7997 If you want to save the parts the command displayed should be
7998 &quot;NoAllParts&quot;!
7999 When you choose to save attachments like this, the attachments will be saved
8000 in a newly created directory.
8001 That directory will have the same name as the file name you choose here,
8002 with the letters &quot;.d&quot; appended.
8003 If that directory already exists, then the letters &quot;.d_1&quot; will
8004 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
8005 is found.
8006 For example, if you select the file name
8008 <CENTER><SAMP>filename</SAMP></CENTER>
8010 to export the message to, then the directory used for the attachments will be
8012 <CENTER><SAMP>filename.d</SAMP></CENTER>
8014 or perhaps
8016 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
8018 The attachments will then be put into files inside that directory.
8019 The names for the attachment files will be derived from the attachments
8020 if possible.
8021 This is done in the same way as the default values are derived if you
8022 save them one at a time.
8023 (The &quot;filename&quot; parameter from the Content-Disposition header
8024 is the first choice. If that doesn't exist, the &quot;name&quot;
8025 parameter from the Content-Type header is used.)
8026 If a name for a particular attachment is not available, then the
8027 part number of the attachment is used, with the characters &quot;part_&quot;
8028 prepended.
8029 An example of that would be
8031 <CENTER><SAMP>part_2.1</SAMP></CENTER>
8033 If you want to save only some of the attachments or if you want more control
8034 over the directory and filename where an attachment is saved you may
8035 cancel out of this command and View the attachment list.
8036 From there you can save each attachment individually.
8038 You may cancel the Export operation by typing &quot;^C&quot; after exiting
8039 this help.
8041 &lt;End of help on this topic&gt;
8042 </BODY>
8043 </HTML>
8044 ======= h_ge_export =======
8045 <HTML>
8046 <HEAD>
8047 <TITLE>Export File Selection</TITLE>
8048 </HEAD>
8049 <BODY>
8050 <H1>Export File Selection</H1>
8052 You are Exporting or Saving something from within the Alpine world
8053 (a message, an attachment, etc.)
8054 to a plain text file.
8055 You are now being asked for the name of the file to export <EM>to</EM>.
8056 The easiest way to select a file is probably with the &quot;^T&quot;
8057 &quot;To Files&quot; subcommand.
8058 After returning from that subcommand you will still be allowed to
8059 edit the name you have selected.
8060 Alternatively, you may type in a file name.
8061 It may be an absolute pathname.
8062 Otherwise, it is a file located in your home directory
8063 or current working directory
8064 <!--chtml if pinemode="running"-->
8065 (which, at least for your current Alpine &quot;session,&quot; 
8066 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8067 <!--chtml endif-->, depending on the
8068 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
8069 In any case, you finish by typing a carriage return to accept the
8070 file name that is displayed.
8071 When the feature
8072 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
8073 is turned on you may use TAB to complete partially typed in names.
8075 If the object you are exporting is a message with some attachments,
8076 you may wish to save all of the attachments by typing the &quot;^P&quot;
8077 &quot;AllParts&quot; command to turn on saving of the attachments.
8078 This subcommand will only be visible if the message actually has attachments.
8079 You may also View the attachment list and save individual attachments from
8080 there.
8082 If you are SAVING a text part (text/plain, text/html, etc.) you can use
8083 the Control-R subcommand to toggle if saving will be done in binary mode,
8084 meaning that the attachment will be decoded, but will not be transformed
8085 to UTF-8 for further processing (either in internal filters, or user
8086 supplied filters.) This is useful in case you either want to preserve
8087 the text as it was encoded originally to you, or the attachment was
8088 incorrectly attached (the attachment is not of text type) and you need
8089 the original text to process the attachment.
8091 You may cancel the Export operation by typing &quot;^C&quot; after exiting
8092 this help.
8094 &lt;End of help on this topic&gt;
8095 </BODY>
8096 </HTML>
8097 ======= h_common_save =======
8098 <HTML>
8099 <HEAD>
8100 <TITLE>Save and Export Commands</TITLE>
8101 </HEAD>
8102 <BODY>
8103 <H1>Save and Export Commands</H1>
8105 Save
8106 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
8107 and Export
8108 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
8109 are the two alternatives Alpine gives you to keep a copy of the message
8110 you are reading. If you want to keep the message within Alpine's email
8111 world, use &quot;Save&quot;; if you want to use the message in another
8112 program, use &quot;Export&quot;.
8115 When you Save a message, it is put into an existing folder or into a new
8116 folder in one of your existing folder collections.  The message stays in
8117 email format and can be read by Alpine again.  Alpine may use a special format
8118 for its mail folders -- never edit an Alpine folder by hand or with any
8119 program other than Alpine.  The exact behavior of the Save command can be
8120 configured with the
8121 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
8122 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
8123 and 
8124 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
8125 feature list settings.
8126 The name of the folder offered as a default is controlled by the option
8127 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
8130 When you use Export, the message is placed in a plain text file in your
8131 home directory 
8132 <!--chtml if pinemode="running"-->
8133 (which, in the present configuration of your system, is
8134  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
8135 <!--chtml endif-->
8136 or current working directory
8137 <!--chtml if pinemode="running"-->
8138 (which, at least for your current Alpine &quot;session,&quot; 
8139 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8140 <!--chtml endif-->, depending on the
8141 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
8142 configuration setting.  In the normal case, only minimal
8143 headers are exported with the message; however, if the full header mode 
8144 (whose availability may be disabled  by setting the feature 
8145 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
8146 in SETUP CONFIGURATION) is
8147 toggled on, then complete headers are exported along with the message
8148 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
8149 defined, they may affect the contents of the exported file.)
8152 &lt;End of help on this topic&gt;
8153 </BODY>
8154 </HTML>
8155 ======= h_common_bounce =======
8156 <HTML>
8157 <HEAD>
8158 <TITLE>Bounce Command</TITLE>
8159 </HEAD>
8160 <BODY>
8161 <H1>Bounce Command</H1>
8163 The Bounce 
8164 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
8165 command allows you to re-send, or &quot;remail&quot;, a
8166 message, as if you were never in the loop.  It is analogous to crossing
8167 out your address on a postal letter, writing a different address on the
8168 envelope, and putting it into the mailbox. Bounce is used primarily to
8169 redirect email that was sent to you in error.
8170 Also, some owners of email
8171 lists need the bounce command to handle list traffic.
8172 Bounce is not anonymous.
8173 A ReSent-From header is added to the message so that the recipient may
8174 tell that you Bounced it to them.
8177 The presence or absence of the Bounce command is determined by the
8178 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
8179 feature in your Alpine configuration.
8180 The feature
8181 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
8182 affects the behavior of the Bounce command.
8183 Also, it is possible that Bounce could be
8184 administratively disabled by your system manager; if it doesn't work,
8185 please check with your local help desk before reporting a bug.
8188 &lt;End of help on this topic&gt;
8189 </BODY>
8190 </HTML>
8191 ======= h_common_reply =======
8192 <HTML>
8193 <HEAD>
8194 <TITLE>Reply and Forward Commands</TITLE>
8195 </HEAD>
8196 <BODY>
8198 <H1>Reply and Forward Commands</H1>
8200 Replying 
8201 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
8202 and Forwarding 
8203 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
8204 are your two alternatives for following up on the
8205 message you are reading.  You would use reply if you want to get email
8206 back to the author of the message and/or the other people who have
8207 already seen it.  You use forward if you want somebody new to see the
8208 message.
8211 In the normal case, the only thing that you must supply when forwarding a
8212 message is the name/email address of the new recipient.
8213 Alpine will include the text of the forwarded message.
8214 Alpine will also include any attachments to the message.
8215 There is space above the forwarded text for you to include additional comments.
8218 When replying, you usually have to answer some questions.
8219 If the message is to multiple people and/or specified with a Reply-To: header,
8220 then you will have to decide who should get the reply.
8221 You also need to decide whether or not to include the previous
8222 message in your reply.
8223 Some of this is configurable.
8224 Specifically, see the
8225 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
8226 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
8227 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
8229 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
8230 configuration features.
8233 Both the Reply and Forward commands react to the full header mode toggle.
8234 If the full header mode is on, then all the header and delivery lines are
8235 included with the text of the message in your reply/forward.
8238 Other configuration features that affect the Reply command are
8239 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
8240 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
8241 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
8244 &lt;End of help on this topic&gt;
8245 </BODY>
8246 </HTML>
8247 ======= h_common_delete =======
8248 <HTML>
8249 <HEAD>
8250 <TITLE>Delete and Undelete Commands</TITLE>
8251 </HEAD>
8252 <BODY>
8253 <H1>Delete and Undelete Commands</H1>
8255 Delete 
8256 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
8257 and Undelete 
8258 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
8259 allow you to change the Deleted flag for the current message.
8260 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
8261 removes the mark.
8262 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
8263 at the left hand edge of the index line.
8264 When viewing a deleted message, the letters &quot;DEL&quot; will be present
8265 in the upper right hand corner of the screen.
8266 Delete simply <EM>marks</EM> a message Deleted, it does not actually
8267 get rid of the message.
8268 The eXpunge command (available from the MESSAGE INDEX screen) actually
8269 removes all of the deleted messages in a folder.
8270 Once a message is eXpunged, it can't be retrieved.
8273 The Delete command is affected by the setting of the configuration feature
8274 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
8277 &lt;End of help on this topic&gt;
8278 </BODY>
8279 </HTML>
8280 ======= h_common_postpone =======
8281 <HTML>
8282 <HEAD>
8283 <TITLE>Postpone Command</TITLE>
8284 </HEAD>
8285 <BODY>
8286 <H1>Postpone Command</H1>
8288 The postpone
8289 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
8290 command allows you to temporarily stop working on the current
8291 message so you may read
8292 other messages or compose another message.  When you want to resume a
8293 message later, start to compose and answer &quot;yes&quot; to the
8294 &quot;Continue postponed composition?&quot; question.  You may
8295 postpone as many messages as you like.
8298 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
8299 in the Setup/Config screen, then the Postpone command will prompt you for
8300 the folder in which to store your outgoing message.
8303 &lt;End of help on this topic&gt;
8304 </BODY>
8305 </HTML>
8306 ======= h_compose_cancel =======
8307 <HTML>
8308 <HEAD>
8309 <TITLE>Cancel Command</TITLE>
8310 </HEAD>
8311 <BODY>
8312 <H1>Cancel Command</H1>
8314 Cancel
8315 <!--chtml if pinemode="function_key"-->
8316 (F2)
8317 <!--chtml else-->
8318 (^C) 
8319 <!--chtml endif-->
8321 The Cancel command returns you to Alpine's normal mail processing and
8322 causes the message currently under composition to be thrown out.
8323 The message text <EM>will be lost</EM>.
8326 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
8327 will be preserved in the file named
8328 <!--chtml if pinemode="os_windows"-->
8329 &quot;DEADLETR&quot;.
8330 <!--chtml else-->
8331 &quot;dead.letter&quot; in your home directory.
8332 <!--chtml endif-->
8333 If you unintentionally cancel a message, look there for its text.
8336 &lt;End of help on this topic&gt;
8337 </BODY>
8338 </HTML>
8339 ======= h_compose_addrcomplete =======
8340 <HTML>
8341 <HEAD>
8342 <TITLE>Address Completion</TITLE>
8343 </HEAD>
8344 <BODY>
8345 <H1>Address Completion</H1>
8347 When entering addresses in the address fields of the composer (To, Cc, etc.)
8348 the TAB key may be used to help complete the address.
8349 Type a partial nickname and tap the TAB key to complete the typing.
8350 The unambiguous part of the name will be filled in automatically.
8351 Typing TAB twice in succession will bring up a selection list of possibilities,
8352 making it easy to find and choose the correct address.
8355 The matching algorithm is rather ad hoc.
8356 The search starts with a search of your address book.
8357 It counts as a match if the nickname, address, or fullname field of an
8358 entry begins with the text typed in so far. It is also a match if
8359 a later word in the fullname (for example, the middle name or last name)
8360 begins with the entered text.
8362 Next comes an LDAP search.
8363 The search will happen for any servers that have the
8364 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
8365 feature set. You can set or unset the feature for each server independently
8366 in the Setup/Directory screen.
8368 Finally, if you are replying to or forwarding a message, that message is
8369 searched for likely candidate addresses that match the typed-in text.
8372 &lt;End of help on this topic&gt;
8373 </BODY>
8374 </HTML>
8375 ======= h_compose_richhdr =======
8376 <HTML>
8377 <HEAD>
8378 <TITLE>Rich Header Command</TITLE>
8379 </HEAD>
8380 <BODY>
8381 <H1>Rich Header Command</H1>
8383 The Rich Header command allows you to toggle between the list of 
8384 all message headers available for editing and those that are most
8385 common.
8388 Use this toggle to expose headers that are not normally visible by
8389 default.
8390 This set usually includes the
8391 &quot;Bcc:&quot;,
8392 &quot;Fcc:&quot;,
8393 &quot;Lcc:&quot;,
8394 and &quot;Newsgroups&quot;
8395 headers.
8396 If you are posting to a newsgroup the set of defaults is a little different.
8397 Obviously, in that case, the Newsgroups header is of interest so is not
8398 hidden.
8399 For news posting the hidden set includes the
8400 &quot;To:&quot;,
8401 &quot;Cc:&quot;,
8402 &quot;Bcc:&quot;,
8403 &quot;Fcc:&quot;,
8404 and &quot;Lcc:&quot;
8405 headers.
8406 You won't normally want to edit these, which is why they are hidden,
8407 but it is sometimes useful to be able to set them manually.
8410 The default sets of headers listed above can be altered.
8411 Any header that you have added to the
8412 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
8413 option, but not to the
8414 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
8415 option will appear when you use the Rich Headers command to
8416 make the Rich Headers visible.
8417 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
8418 even without toggling the Rich Headers command.)
8421 &lt;End of help on this topic&gt;
8422 </BODY>
8423 </HTML>
8424 ======= h_compose_send =======
8425 <HTML>
8426 <HEAD>
8427 <TITLE>Send Command</TITLE>
8428 </HEAD>
8429 <BODY>
8430 <H1>Send Command</H1>
8432 The Send command
8433 <!--chtml if pinemode="function_key"-->
8434 (F3)
8435 <!--chtml else-->
8436 (^X) 
8437 <!--chtml endif-->
8438 tells Alpine you are finished composing.
8439 Before actually sending it, though, Alpine will ask you to confirm 
8440 your intention, and, at the same time, redisplayed the message text
8441 with the recipients at the top of the screen to give you the opportunity
8442 to review and verify that the message is addressed to the people
8443 you intended.
8445 If the feature
8446 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
8447 then this confirmation prompt and any options it allows are skipped.
8450 This confirmation prompt may also offer, depending
8451 on your particular Setup/Config, options allowing you to set
8452 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
8453 include attachments in the &quot;Fcc&quot; (if you had previously
8454 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
8455 observe details of the
8456 <A HREF="h_config_verbose_post">message submission process</A>,
8457 choose the filter through which the
8458 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
8459 or turn of flowed text generation.
8462 &lt;End of help on this topic&gt;
8463 </BODY>
8464 </HTML>
8465 ======= h_compose_markcutpaste =======
8466 <HTML>
8467 <HEAD>
8468 <TITLE>Mark, Cut and Paste Commands</TITLE>
8469 </HEAD>
8470 <BODY>
8471 <H1>Mark, Cut and Paste Commands</H1>
8473 You can define a &quot;block&quot; of text, which can subsequently
8474  be deleted or
8475 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
8476 then moving the cursor to the end of the desired text block.  You can then
8477 &quot;cut&quot; the block out 
8478 <!--chtml if pinemode="function_key"-->
8479 &quot;F9&quot;,
8480 <!--chtml else-->
8481 &quot;Ctrl-K&quot;,
8482 <!--chtml endif-->
8483 move the cursor, and &quot;paste&quot; it
8484 <!--chtml if pinemode="function_key"-->
8485 &quot;F10&quot;,
8486 <!--chtml else-->
8487 &quot;Ctrl-U&quot;,
8488 <!--chtml endif-->
8489 in the new location.  Also, you can paste more than once, allowing you
8490 to use this feature to copy a block of text.<P>
8492 If you press 
8493 <!--chtml if pinemode="function_key"-->
8494 &quot;F9&quot;
8495 <!--chtml else-->
8496 &quot;^K&quot;
8497 <!--chtml endif-->
8498 without having marked anything, Alpine will delete
8499 a single line.  If you delete a group of lines together, Alpine keeps them
8500 in the same buffer, so 
8501 <!--chtml if pinemode="function_key"-->
8503 <!--chtml else-->
8505 <!--chtml endif-->
8506 will restore them as a block.  About
8507 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
8508 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
8509 &quot;type the character ^&quot;.
8512 &lt;End of help on this topic&gt;
8513 </BODY>
8514 </HTML>
8515 ======= h_compose_justify =======
8516 <HTML>
8517 <HEAD>
8518 <TITLE>Justify Command</TITLE>
8519 </HEAD>
8520 <BODY>
8521 <H1>Justify Command</H1>
8523 The Justify
8524 <!--chtml if pinemode="function_key"-->
8525 (F4)
8526 <!--chtml else-->
8527 (^J) 
8528 <!--chtml endif-->
8529 command reformats the text in the paragraph the cursor is in.
8530 Paragraphs are separated by one blank line or a line beginning with a space.
8531 This is useful when you have been editing a paragraph and the lines become
8532 uneven.  The text is left aligned or justified and the right is ragged.  If
8533 the text is already justified as typed with auto-wrap, no justification will
8534 be done.
8537 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
8538 block of text, the Justify command is modified.
8539 Instead of automatically justifying the current paragraph you will be
8540 asked if you want to justify the paragraph, justify the selected region,
8541 or adjust the quote level of the selected region.
8542 Adjusting the quote level only works if you are using standard
8543 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
8544 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
8547 When composing a reply containing included text, the justify command
8548 will reformat text to the right of the 
8549 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
8550 adding or removing indented lines as needed.  Paragraphs are separated
8551 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
8552 line containing the indent string and one or more blank spaces.
8553 Included text that was previously indented (or &quot;quoted&quot;) is
8554 not preserved.
8557 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
8558 in 1999 and its wide-spread adoption since then, you will usually be better off if you
8559 use the standard
8560 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
8563 &lt;End of help on this topic&gt;
8564 </BODY>
8565 </HTML>
8566 ======= h_compose_spell =======
8567 <HTML>
8568 <HEAD>
8569 <TITLE>Spell Check Command</TITLE>
8570 </HEAD>
8571 <BODY>
8572 <H1>Spell Check Command</H1>
8574 The &quot;To Spell&quot;
8575 <!--chtml if pinemode="function_key"-->
8576 (F12)
8577 <!--chtml else-->
8578 (^T) 
8579 <!--chtml endif-->
8580 command calls an external spell checking program to look over the
8581 message you are composing.  By default, Alpine uses
8583 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
8585 if it knows where to find &quot;aspell&quot;.
8586 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
8587 then the command used is
8589 <CENTER><SAMP>ispell -l</SAMP></CENTER>
8591 Otherwise, the ancient &quot;spell&quot; command is used.
8593 For PC-Alpine, you must install the aspell library code that you
8594 may get from
8595 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
8598 &lt;End of help on this topic&gt;
8599 </BODY>
8600 </HTML>
8601 ======= h_compose_alted =======
8602 <HTML>
8603 <HEAD>
8604 <TITLE>Alt Editor Command</TITLE>
8605 </HEAD>
8606 <BODY>
8607 <H1>Alt Editor Command</H1>
8609 The &quot;Alt Editor&quot; command's availability depends on the
8610 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
8613 When the variable specifies a valid editor on your system, this
8614 command will launch it with the current text of your message
8615 already filled in.
8618 &lt;End of help on this topic&gt;
8619 </BODY>
8620 </HTML>
8621 ======= h_compose_readfile =======
8622 <HTML>
8623 <HEAD>
8624 <TITLE>Read File Command</TITLE>
8625 </HEAD>
8626 <BODY>
8627 <H1>Read File Command</H1>
8629 The &quot;Read File&quot;
8630 <!--chtml if pinemode="function_key"-->
8631 (F5)
8632 <!--chtml else-->
8633 (^R) 
8634 <!--chtml endif-->
8635 command allows you to copy in text from an existing file. You will be
8636 prompted for the name of a file to be inserted into the message.  The file
8637 name is relative to your home directory 
8638 <!--chtml if pinemode="running"-->
8639 (which, in the present configuration of your system, is
8640  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
8641 <!--chtml endif-->
8642 or current working directory
8643 <!--chtml if pinemode="running"-->
8644 (which, at least for your current Alpine &quot;session,&quot; 
8645 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8646 <!--chtml endif-->, depending on the
8647 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
8648 configuration setting; or, the file name must be specified as a full path name 
8649 <!--chtml if pinemode="os_windows"-->
8650 -- for example: &quot;A:&#92;PAPER.TXT&quot;
8651 <!--chtml else-->
8652 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
8653 <!--chtml endif-->
8654 (without the quotation marks).
8657 The file will be inserted where the cursor is located.  <B>The
8658 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
8659 Unix machine but have files on a PC or Mac, the files must be transferred
8660 to the system Alpine is running on before they can be read.  Please ask your
8661 local computer support people about the correct way to transfer a file to 
8662 your Alpine system.
8665 &lt;End of help on this topic&gt;
8666 </BODY>
8667 </HTML>
8668 ======= h_config_tray_icon =======
8669 <HTML>
8670 <HEAD>
8671 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
8672 </HEAD>
8673 <BODY>
8674 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
8676 PC-Alpine only.
8678 This option restores a behavior of previous versions of PC-Alpine.
8679 These
8680 versions, when started, installed a PC-Alpine icon in the notification 
8681 tray of Window's Taskbar.  The primary use of this icon was to indicate
8682 new mail arrival by turning red (while the Taskbar icon remained green).
8683 Additionally, the icon now changes to yellow to signify that a mail folder
8684 has been closed unexpectedly.
8687 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
8688 color its Taskbar entry's icon red (as well as the icon in the Window
8689 Title).  This feature is only provided for backwards compatibility.
8692 &lt;End of help on this topic&gt;
8693 </BODY>
8694 </HTML>
8695 ======= h_common_suspend =======
8696 <HTML>
8697 <HEAD>
8698 <TITLE>Suspend Command</TITLE>
8699 </HEAD>
8700 <BODY>
8701 <H1>Suspend Command</H1>
8703 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
8704 enabled, you can, at almost any time, temporarily halt your Alpine session,
8705 <!--chtml if pinemode="os_windows"-->
8706 minimizing it into an icon.
8707 <!--chtml else-->
8708 and return to your system prompt.
8709 <!--chtml endif-->
8712 &lt;End of help on this topic&gt;
8713 </BODY>
8714 </HTML>
8715 ======= h_pipe_command =======
8716 <HTML>
8717 <HEAD>
8718 <TITLE>Pipe Command SubOptions</TITLE>
8719 </HEAD>
8720 <BODY>
8721 <H1>Pipe Command SubOptions</H1>
8723 By default, when you use the Pipe command, the processed text of the
8724 message is sent to the Unix command
8725 you specify and the output is captured by Alpine and shown to you.
8726 (This command is available in PC-Alpine, as well, but there aren't many
8727 Windows commands that work well with piping.)
8728 There are some sub-commands that may be used to alter this behavior.
8729 These are toggles that switch the behavior between two possibilities.
8730 They can be combined in any way you wish.
8732 By default, the prompt at the bottom of the screen looks like
8734 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
8738 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
8740 if you are piping more than one message.
8742 The sub-command options are:
8743 <DL>
8744    <DT>Shown Text or Raw Text</DT>
8745    <DD>This option toggles between sending the shown (processed) text
8746 of the message to the Unix command, and sending the
8747 raw (unprocessed) text of the message to the Unix command.
8748 The default is to send the shown text.
8749 The raw version of the message will contain all of the headers and any
8750 MIME encoding that the message contains.
8751 If you've selected the Raw Text then the prompt will have the additional word
8752 &quot;RAW&quot; in it, like
8754 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
8756 You can experiment with this option by piping to something simple like the
8757 Unix &quot;cat&quot; command.
8758    </DD>
8759    <DT>Captured Output or Free Output</DT>
8760    <DD>This option toggles between having Alpine capture the output of
8761 the Unix pipe command for display, and not capturing it.
8762 If the command you are piping to is a filter that will produce output
8763 you want to view, then you want to capture that output
8764 for display (the default).
8765 If the Unix command doesn't produce output or handles the display itself,
8766 then you want free output.
8767 When you've selected the Free Output option the prompt will change to
8769 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
8771    </DD>
8772    <DT>No Delimiter or With Delimiter</DT>
8773    <DD>This option controls whether or not a Unix mailbox style delimiter
8774 will come before the text of the message.
8775 This is the delimiter used in the common Unix mailbox format.
8776 It's the single line that begins with the five characters
8777 &quot;From&quot; followed by a &lt;SPACE&gt; character.
8778 You'll usually only want to include this if the Unix command requires
8779 input in the format of a traditional Unix mailbox file.
8780 When you've selected the With Delimiter option the prompt will change to
8782 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
8784    </DD>
8785    <DT>To Same Pipe or To Individual Pipes</DT>
8786    <DD>This option only shows up if you are running an aggregate
8787 pipe command.
8788 That is, the command was Apply Pipe, not just Pipe.
8789 You have the option of piping all of the selected messages through a
8790 single pipe to a single instance of the Unix command,
8791 or piping each individual message through a separate pipe to separate
8792 instances of the Unix command.
8793 The default is that all of the output will go through a single pipe
8794 to a single instance of the command.
8795 You can try this option with a command like &quot;less&quot;, with Free
8796 Output enabled.
8797 When you've selected the Individual Pipes option the prompt will change to
8799 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
8801    </DD>
8802 </DL>
8805 As mentioned earlier, the options can be combined in any way you wish.
8806 You may leave them all off, turn them all on, or turn some of them on
8807 and some of them off.
8808 If you use the pipe command a second time in the same session the default
8809 options will be what you used the last time.
8812 &lt;End of help on this topic&gt;
8813 </BODY>
8814 </HTML>
8815 ========== h_emptydir_subfolder_name =========
8816 <HTML>
8817 <HEAD>
8818 <TITLE>ENTER SUBFOLDER NAME</TITLE>
8819 </HEAD>
8820 <BODY>
8821 <H1>Enter Subfolder Name</H1>
8823 <P> 
8824 This is the name of a new subfolder in the directory you are creating.
8825 Because empty directories are hidden and therefore not useful, you must also
8826 create a subfolder in the directory you are creating in order that the
8827 directory remains visible.
8829 Alternatively, you may turn off the configuration feature
8830 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
8831 so that empty directories remain visible.
8832 If you do that, you will not be required to create the subfolder when you
8833 create a directory.
8836 &lt;End of help on this topic&gt;
8837 </BODY>
8838 </HTML>
8839 ========== h_incoming_add_folder_name =========
8840 <HTML>
8841 <HEAD>
8842 <TITLE>ENTER FOLDER NAME</TITLE>
8843 </HEAD>
8844 <BODY>
8845 <H1>Enter Folder Name</H1>
8847 <P> 
8848 This is the name of the folder on the previously specified server.
8849 By default the folder name is interpreted as defining a section of your personal
8850 folder area.  This area and how you specify it are defined by the
8851 server, if one is specified.
8854 To define a folder outside the default area, prefix
8855 the path with the namespace to use when interpreting the
8856 given path.  If a namespace is specified, the folder name begins with the
8857 sharp (#) character followed by the name of the namespace
8858 and then the namespace's path-element-delimiter.  Aside from the
8859 name's format, namespaces can also imply access rights, content
8860 policy, audience, location, and, occasionally, access methods.
8863 Each server exports its own set (possibly of size one) of 
8864 namespaces.
8865 For a more detailed explanation read about
8866 <A HREF="h_folder_name_namespaces">Namespaces</A>.
8869 To specify the default for INBOX on the server you can usually just enter
8870 &quot;INBOX&quot;, and the server will understand the special meaning of
8871 that word.
8874 &lt;End of help on this topic&gt;
8875 </BODY>
8876 </HTML>
8877 ========== h_incoming_add_folder_host =========
8878 <HTML>
8879 <HEAD>
8880 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
8881 </HEAD>
8882 <BODY>
8883 <H1>Enter Incoming Folder Server</H1>
8885 You are being asked for the name of the server for use with this incoming
8886 folder.
8887 If the folder is on the machine where Alpine is running, then just enter
8888 RETURN without typing a server name.
8891 If the folder is on an IMAP server then type the server's name followed
8892 by RETURN.
8893 You may use the ^X command if the server is the same as the server that
8894 the INBOX is on.
8897 You may have to add optional extra information to the server name.
8898 For example, if the IMAP server is using a non-standard port number you
8899 would specify that by appending a colon (:) followed by the port number
8900 to the server name
8903 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8906 or you may need to specify a different protocol if the server is not an
8907 IMAP server. For example:
8910 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8913 for a POP server or
8916 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8919 for an NNTP news server.
8920 For an explanation of all of the possibilities, see
8921 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8922 for folders.
8925 There is a special command (^W) if you want to set up a folder that gets its
8926 mail from a
8927 <A HREF="h_maildrop">Mail Drop</A>.
8928 If you type that command, you will be prompted for the information for
8929 both the Mail Drop folder and the destination folder.
8932 &lt;End of help on this topic&gt;
8933 </BODY>
8934 </HTML>
8935 ========== h_incoming_add_inbox =========
8936 <HTML>
8937 <HEAD>
8938 <TITLE>ENTER INBOX SERVER</TITLE>
8939 </HEAD>
8940 <BODY>
8941 <H1>Enter INBOX Server</H1>
8943 You are being asked for the name of the server for use with
8944 the INBOX folder.
8945 Type the server's name followed by RETURN.
8948 You may have to add optional extra information to the server name.
8949 For example, if the server is using a non-standard port number you
8950 would specify that by appending a colon (:) followed by the port number
8951 to the server name
8954 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8957 or you may need to specify a different protocol if the server is not an
8958 IMAP server. For example:
8961 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8964 for a POP server.
8967 For an explanation of all of the possibilities, see
8968 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8969 for folders.
8972 If the INBOX folder is on the machine where Alpine is running, then just enter
8973 RETURN without typing a server name.
8976 There is a special command (^W) if you want to set up a folder that gets its
8977 mail from a
8978 <A HREF="h_maildrop">Mail Drop</A>.
8979 If you type that command, you will be prompted for the information for
8980 both the Mail Drop folder and the destination folder, which will be used
8981 as your INBOX folder.
8984 &lt;End of help on this topic&gt;
8985 </BODY>
8986 </HTML>
8987 ========== h_incoming_add_maildrop_destn =========
8988 <HTML>
8989 <HEAD>
8990 <TITLE>ENTER DESTINATION SERVER</TITLE>
8991 </HEAD>
8992 <BODY>
8993 <H1>Enter Destination Server</H1>
8995 You are being asked for the name of the server where the destination
8996 folder is for use with this Mail Drop incoming folder.
8997 That is, you are using a Mail Drop for this incoming folder and
8998 you've already entered
8999 the server and folder name for the Mail Drop.
9000 Now you need to enter the server for the destination folder
9001 where the mail should be copied to.
9002 Mail will come from the Mail Drop and be copied to the destination folder.
9005 Type the server's name followed by RETURN.
9006 If the folder is local to this computer, just type RETURN without entering
9007 a server name.
9010 You may have to add optional extra information to the server name.
9011 For example, if the server is using a non-standard port number you
9012 would specify that by appending a colon (:) followed by the port number
9013 to the server name
9016 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
9019 For an explanation of all of the possibilities, see
9020 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9021 for folders.
9024 &lt;End of help on this topic&gt;
9025 </BODY>
9026 </HTML>
9027 ========== h_inbox_add_maildrop_destn =========
9028 <HTML>
9029 <HEAD>
9030 <TITLE>ENTER DESTINATION SERVER</TITLE>
9031 </HEAD>
9032 <BODY>
9033 <H1>Enter Destination Server</H1>
9035 You are being asked for the name of the server where the destination
9036 folder is for use with your Mail Drop INBOX.
9037 That is, you are using a Mail Drop for your INBOX and you've already entered
9038 the server and folder name for the Mail Drop.
9039 Now you need to enter the server for the destination folder
9040 where the mail should be copied to.
9041 Mail will come from the Mail Drop and be copied to the destination folder.
9044 Type the server's name followed by RETURN.
9045 If the folder is local to this computer, just type RETURN without entering
9046 a server name.
9049 You may have to add optional extra information to the server name.
9050 For example, if the server is using a non-standard port number you
9051 would specify that by appending a colon (:) followed by the port number
9052 to the server name
9055 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
9058 For an explanation of all of the possibilities, see
9059 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9060 for folders.
9063 &lt;End of help on this topic&gt;
9064 </BODY>
9065 </HTML>
9066 ========== h_inbox_add_maildrop =========
9067 <HTML>
9068 <HEAD>
9069 <TITLE>ENTER MAILDROP SERVER</TITLE>
9070 </HEAD>
9071 <BODY>
9072 <H1>Enter Mail Drop Server</H1>
9074 You are being asked for the name of the Mail Drop server for use with
9075 your INBOX.
9078 Type the server's name followed by RETURN.
9081 You may have to add optional extra information to the server name.
9082 For example, if the server is using a non-standard port number you
9083 would specify that by appending a colon (:) followed by the port number
9084 to the server name
9087 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
9090 or you may need to specify a different protocol if the server is not an
9091 IMAP server. For example:
9094 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
9097 for a POP server or
9100 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
9103 for an NNTP news server.
9104 For an explanation of all of the possibilities, see
9105 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9106 for folders.
9109 &lt;End of help on this topic&gt;
9110 </BODY>
9111 </HTML>
9112 ========== h_incoming_add_maildrop =========
9113 <HTML>
9114 <HEAD>
9115 <TITLE>ENTER MAILDROP SERVER</TITLE>
9116 </HEAD>
9117 <BODY>
9118 <H1>Enter Mail Drop Server</H1>
9120 You are being asked for the name of the Mail Drop server for use with
9121 this incoming folder.
9124 Type the server's name followed by RETURN.
9125 You may use the ^X command if the server is the same as the server that
9126 the INBOX is on.
9129 You may have to add optional extra information to the server name.
9130 For example, if the server is using a non-standard port number you
9131 would specify that by appending a colon (:) followed by the port number
9132 to the server name
9135 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
9138 or you may need to specify a different protocol if the server is not an
9139 IMAP server. For example:
9142 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
9145 for a POP server or
9148 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
9151 for an NNTP news server.
9152 For an explanation of all of the possibilities, see
9153 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9154 for folders.
9157 If the Mail Drop folder is on the machine where Alpine is running, then just enter
9158 RETURN without typing a server name.
9161 &lt;End of help on this topic&gt;
9162 </BODY>
9163 </HTML>
9164 ========== h_maildrop =========
9165 <HTML>
9166 <HEAD>
9167 <TITLE>WHAT IS A MAIL DROP?</TITLE>
9168 </HEAD>
9169 <BODY>
9170 <H1>What is a Mail Drop?</H1>
9172 In some situaions it may make sense to have your mail delivered to one
9173 folder (the Mail Drop) and then when you want to read mail that has been
9174 delivered to the Mail Drop folder Alpine will move it to another
9175 destination folder.
9176 Often the Mail Drop will be a remote folder and messages will be moved from
9177 there to a local destination folder.
9180 One example where this might make sense is if the Mail Drop folder is accessible
9181 only with the POP protocol.
9182 You could designate your POP inbox as the Mail Drop folder and have Alpine move
9183 mail from there to a local (on the same machine Alpine is running on)
9184 destination folder, where you'll read it.
9187 A Mail Drop may only be used as your Inbox or as an
9188 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
9191 There is no attempt to synchronize the contents of the destination folder
9192 with the contents of the Mail Drop folder.
9193 All that happens is that all of the messages in the Mail Drop folder are
9194 copied to the destination folder and then they are deleted and expunged (if possible)
9195 from the Mail Drop folder.
9196 The next time a check for new mail is made, any messages in the Mail 
9197 Drop folder are once again copied to the destination folder and deleted
9198 and expunged from the Mail Drop folder.
9199 (If the Mail Drop folder is a news group, then the messages can't be
9200 expunged from the newsgroup. Instead, only Recent messages are copied from
9201 the newsgroup to the destination folder.)
9204 Configuration of a Mail Drop is a little different from configuration of
9205 a folder that does not use a Mail Drop because you have to specify two
9206 folder names instead of one.
9207 The two folders may be any types of folders that Alpine can normally use.
9208 They don't have to be a remote folder and a local folder, that is
9209 simply the most common usage.
9210 When you use a Mail Drop folder Alpine will periodically re-open the Mail
9211 Drop to check for new mail.
9212 The new-mail checks will happen at the frequency set with the
9213 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
9214 but with a minimum time
9215 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
9216 between checks.
9217 Because of this minimum you may notice that new mail does not
9218 appear promptly when you expect it.
9219 The reason for this is to protect the server from over-zealous opening and
9220 closing of the Mail Drop folder.
9221 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
9222 the end of the folder index, then the check will happen, regardless of how
9223 long it has been since the previous check.
9225 If there is new mail, that mail will be copied to the destination folder
9226 and then will be deleted from the Mail Drop.
9227 Note that using a Mail Drop with a local destination folder does not make
9228 sense if you read mail from more than one machine, because the mail is
9229 downloaded to the destination folder (which is accessible from only one
9230 machine) and deleted from the Mail Drop.
9232 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
9235 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
9238 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
9240 The brackets are not literal.
9242 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
9244 is a single character that does not appear in the MailDropFolder name.
9245 If the name doesn't contain spaces then it can be a space character.
9246 The two folder names are full technical
9247 <A HREF="h_valid_folder_names">folder names</A>
9248 as used by Alpine.
9249 Here are a couple examples to give you an idea what is being talked about:
9252 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
9254 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
9257 A #move folder may only be used as an
9258 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
9259 an Inbox.
9260 When you are in the FOLDER LIST of Incoming Message Folders (after turning
9261 on the
9262 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
9263 option)
9264 the Add command has a subcommand &quot;Use Mail Drop&quot;
9265 which may be helpful for defining the folder in your Alpine configuration.
9266 The same is true when you edit the
9267 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
9268 option in Setup/Config.
9269 Each of these configuration methods will also create the DestinationFolder
9270 if it doesn't already exist.
9271 If you are having problems, make sure the DestinationFolder exists.
9274 &lt;End of help on this topic&gt;
9275 </BODY>
9276 </HTML>
9277 ========== h_save =========
9278 <HTML>
9279 <HEAD>
9280 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
9281 </HEAD>
9282 <BODY>
9283 <H1>Choose a Folder to Save Into</H1>
9285 After Exiting from this help text,
9286 type the name of the folder you want to save into and press RETURN.
9288 Press ^T to get a list of your folders to choose from.
9289 Press ^C to cancel the Save.
9291 If you have Folder Collections defined you may use
9292 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
9293 the collection being saved to.
9295 If Tab Completion is enabled (it is enabled by default)
9296 you may type a Tab character to have Alpine complete the folder name for you.
9298 If Partial Match Lists is enabled (it is enabled by default) you may type
9299 Ctrl-X to get a list of matches to the prefix you've typed in so far.
9301 If the Ctrl-R subcommand is present that means you can decide to Delete or
9302 not Delete the message you are saving after you save it.
9303 The label on that key gives the action to switch to.
9304 If it says Delete and you type Ctrl-R the label displayed will change to
9305 No Delete and the source message will be deleted after the save. If it
9306 says No Delete and you type Ctrl-R the label displayed will change to
9307 Delete and the message will not be deleted.
9308 You can control the default for the Delete parameter with the
9309 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
9311 Similarly, if the Ctrl-W subcommand is present that means you can decide
9312 to Preserve the order of the messages being saved or not.
9313 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
9314 will be in the same order as you see them in the source folder now.
9315 The opposite action (which is usually the default) is that you don't care
9316 about the order.
9317 The Saved messages may or may not be in the same order in the destination folder.
9318 There may be a performance penalty for choosing to save the messages in order.
9319 You can control the default for the Preserve Order parameter with the
9320 configuration feature
9321 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
9324 If you haven't disabled the Save Input History and you've already done a
9325 Save earlier in this session then you may use the Up and Down arrows to retrieve
9326 a folder name used in a previous Save.
9329 &lt;End of help on this topic&gt;
9330 </BODY>
9331 </HTML>
9332 ============= h_simple_index ========================
9333 <HTML>
9334 <HEAD>
9335 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
9336 </HEAD>
9337 <BODY>
9338 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
9339 <!--chtml if pinemode="function_key"-->
9340 <PRE>
9341 Navigating the List of Messages               General Alpine Commands
9342 -------------------------------               -----------------------
9343  F5   Move to previous message                 F1   Show this help text
9344  F6   Move to next message
9345  F7   Show previous screen of messages
9346  F8   Show next screen of messages
9348 Message Selection Commands
9349 --------------------------
9350  F3   Exit the Message Select menu (canceling Send command)
9351  F4   Select the currently highlighted message
9352  F9   Mark the currently highlighted message as deleted
9353  F10  Undelete (remove deletion mark from) the highlighted message
9354 </PRE>
9355 <!--chtml else-->
9356 <PRE>
9357 Navigating the List of Messages               General Alpine Commands
9358 -------------------------------               -----------------------
9359   P  Move to previous message                  ?  Show this help text
9360   N  Move to next message
9361   -  Show previous screen of messages
9362  Spc (space bar) Show next screen of messages
9364 Message Selection Commands
9365 --------------------------
9366   E  Exit the Message Select menu (canceling Send command)
9367   S  Select the currently highlighted message
9368   D  Mark the currently highlighted message as deleted
9369   U  Undelete (remove deletion mark from) the highlighted message
9370 </PRE>
9371 <!--chtml endif-->
9373 <H2>Description of the Select Postponed Message Screen</H2>
9375 This screen allows you to select one of several previously postponed
9376 messages in order to continue composition.  Your options are very limited
9377 -- the screen is not meant to let you manipulate these messages.  However,
9378 you may now delete messages from this list.  Once you choose a message,
9379 Alpine reads it in and puts you into the regular message composer.
9382 Messages do not stay in this postponed state automatically.  If you select
9383 a message and then want to postpone it again, use the normal postpone
9384 (Ctrl-O) command in the composer.
9387 If you exit this screen without selecting a message, the Compose command
9388 that got you here is canceled.  Other than messages explicitly marked
9389 &quot;Deleted&quot;, no messages will be removed.
9392 &lt;End of help on this topic&gt;
9393 </BODY>
9394 </HTML>
9395 ============= h_collection_screen ========================
9396 <HTML>
9397 <HEAD>
9398 <TITLE>COLLECTION LIST screen</TITLE>
9399 </HEAD>
9400 <BODY>
9401 <H1>COLLECTION LIST screen</H1>
9403 The COLLECTION LIST screen is used to select one of your  
9404 collection definitions to display the folders they contain.  See
9405 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
9406 detailed explanation of collections.<P>
9408 To manage your collection definitions (Add, Change, Delete, etc.), use
9409 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
9410 MAIN MENU.
9413 &lt;End of help on this topic&gt;
9414 </BODY>
9415 </HTML>
9416 ============= h_collection_maint ========================
9417 <HTML>
9418 <HEAD>
9419 <TITLE>SETUP COLLECTION LIST screen</TITLE>
9420 </HEAD>
9421 <BODY>
9422 <H1>SETUP COLLECTION LIST screen</H1>
9424 The SETUP COLLECTION LIST screen lets you manage your collection
9425 definitions.  See 
9426 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
9427 for detailed explanation of collections.<P>
9429 Maintenance commands include:
9430 <DL>
9431 <DT>Change
9432 <!--chtml if pinemode="function_key"-->
9433 (F4)
9434 <!--chtml else-->
9436 <!--chtml endif-->
9437 </DT>
9439 <DD>Modify attributes of the selected collection definition.
9441 <DT>Add Cltn
9442 <!--chtml if pinemode="function_key"-->
9443 (F9)
9444 <!--chtml else-->
9446 <!--chtml endif-->
9447 </DT>
9449 <DD>Create a new collection definition.
9450 </DD>
9452 <DT>Del Cltn
9453 <!--chtml if pinemode="function_key"-->
9454 (F10)
9455 <!--chtml else-->
9457 <!--chtml endif-->
9458 </DT>
9460 <DD>Delete the selected collection definition.<BR>
9461 NOTE: The folders and directories referred to by the
9462 collection definition are <EM>NOT</EM> deleted.  Folders must
9463 be deleted, if that's what you wish to do, from the 
9464 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
9465 individual folders in a collection.
9466 </DD>
9468 <DT>Shuffle
9469 <!--chtml if pinemode="function_key"-->
9470 (F11)
9471 <!--chtml else-->
9473 <!--chtml endif-->
9474 </DT>
9476 <DD>Change the order of the displayed collections.  Alpine will offer
9477 to move the currently selected collection one position UP
9478 or DOWN.
9479 </DD>
9480 </DL>
9483 &lt;End of help on this topic&gt;
9484 </BODY>
9485 </HTML>
9486 ============ h_what_are_collections ==========
9487 <HTML>
9488 <HEAD>
9489 <TITLE>Folder Collections Explained</TITLE>
9490 </HEAD>
9491 <BODY>
9492 <H1>Folder Collections Explained</H1>
9495 Those of you with simple mail configurations will just see a list of all the
9496 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
9497 The special folders for INBOX, sent mail and saved messages
9498 will appear at the top of the list.  All others are in alphabetical order.
9500 If you
9501 or your system administrator have defined more than one collection or if
9502 you have a collection (for newsgroups or email folders) defined on your 
9503 system, then you will see the COLLECTION LIST screen first when choosing 
9504 FOLDER LIST from Alpine's MAIN MENU.
9506 <H2>Why have multiple folder collections?</H2>
9508 For Alpine users who only maintain email folders (and not too many) on one host, 
9509 a single folder collection is probably sufficient.<P>
9511 However, people who have more than one email account - for example, one 
9512 at their university, and one with their personal Internet Service Provider - 
9513 will have different sets of folders on different hosts, and they may want to
9514 access them all from the same installation of Alpine, rather than use different 
9515 software and/or log into other hosts to manipulate messages in different 
9516 accounts.  (If in doubt whether one of your email accounts can be accessed 
9517 with Alpine, contact the technical support people for that account.)  Even people
9518 who have only one email account on one host, but have dozens or
9519 hundreds of email folders, may want to arrange these folders together in a 
9520 meaningful way.<BR>
9521 That is where multiple collections come in.
9523 <H2>Types of Collections</H2>
9524 <DL>
9525 <DT>INCOMING FOLDERS</DT>
9526 <DD>&quot;Incoming Message Folders&quot; 
9527 is a special collection typically used to supplement your single INBOX.  
9528 All the folders here are meant to be ones that receive incoming messages, 
9529 which you intend to check more or less frequently.  
9530 You may have multiple folders like this because you or your systems 
9531 administrator have set up an external program or you may have set up
9532 Alpine to filter incoming 
9533 messages into different folders, based on certain criteria such as 
9534 sender, recipient, or subject; or because you have multiple accounts and 
9535 wish to check their INBOXes easily.  This collection is established by 
9536 setting the 
9537 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
9538 feature in the SETUP CONFIGURATION screen, which is accessed from the 
9539 MAIN MENU.
9540 </DD>
9542 <DT>NEWS</DT>
9543 <DD>You can also define a collection specifically for
9544 newsgroups.  Alpine does this for you implicitly when you 
9545 <A HREF="h_config_nntp_server">define an NNTP Server</A>
9546 in your Alpine configuration.  The news collection appears last in the 
9547 COLLECTION LIST (though you can shuffle it up in the order of presentation),
9548 and Alpine knows not to save messages there.
9549 </DD>
9551 <DT>DEFAULT COLLECTION</DT>
9552 <DD>This is the default collection for your saved and sent messages folders.
9553 </DD>
9554 </DL>
9558 <H2>Defining Collections</H2>
9560 In the absence of any folder-collection definitions, Alpine will assume a
9561 single default folder collection.
9562 <!--chtml if pinemode="os_windows"-->
9563 <!--chtml else-->
9564 If necessary, Alpine will create the directory
9565 &quot;mail&quot; in your Unix home directory 
9566 to hold your folders.
9567 <!--chtml endif-->
9569 You can use the 
9570 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
9571 the MAIN MENU, to manage your collection list.  
9573 &lt;End of help on this topic&gt;
9574 </BODY>
9575 </HTML>
9576 ===== h_select_address_screen =====
9577 <HTML>
9578 <HEAD>
9579 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
9580 </HEAD>
9581 <BODY>
9582 <H1>SELECT AN ADDRESS SCREEN</H1>
9583 <H2>COMMANDS</H2>
9584 <!--chtml if pinemode="function_key"-->
9585 <PRE>
9586 Available  Commands                        
9587 -------------------------------            
9588 F1  Show Help Text
9589 F3  Exit without selecting anything
9590 F4  Select the highlighted address
9591 F5  Move highlight to previous address
9592 F6  Move highlight to next address
9593 F7  Previous page of addresses
9594 F8  Next page of addresses
9595 F11 Print
9596 F12 WhereIs
9597 </PRE>
9598 <!--chtml else-->
9599 <PRE>
9600 Navigation                     General Alpine Commands
9601 -------------------------      -----------------------
9602  P  Prev Address                ?  Display this help text
9603  N  Next Address                E  Exit without selecting anything
9604  -  Previous page               %  Print
9605 Spc (space bar) Next page
9606  W  WhereIs
9608 Select Command
9609 ------------------------------------------------
9610  S  Select the highlighted address
9611 </PRE>
9612 <!--chtml endif-->
9614 <H2>Description of the Select Address Screen</H2>
9616 This screen gives you an easy way to select an address from all of
9617 the address book entries that match the prefix typed so far.
9619 <P><UL>
9620 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9621 </UL>
9623 &lt;End of help on this topic&gt;
9624 </BODY>
9625 </HTML>
9626 ===== h_select_rule_screen =====
9627 <HTML>
9628 <HEAD>
9629 <TITLE>SELECT A RULE SCREEN</TITLE>
9630 </HEAD>
9631 <BODY>
9632 <H1>SELECT A RULE SCREEN</H1>
9633 <H2>COMMANDS</H2>
9634 <!--chtml if pinemode="function_key"-->
9635 <PRE>
9636 Available  Commands                        
9637 -------------------------------            
9638 F1  Show Help Text
9639 F3  Exit without selecting anything
9640 F4  Select the highlighted rule
9641 F5  Move highlight to previous rule
9642 F6  Move highlight to next rule
9643 F7  Previous page of rules
9644 F8  Next page of rules
9645 F11 Print
9646 F12 WhereIs
9647 </PRE>
9648 <!--chtml else-->
9649 <PRE>
9650 Navigation                     General Alpine Commands
9651 -------------------------      -----------------------
9652  P  Prev Rule                   ?  Display this help text
9653  N  Next Rule                   E  Exit without selecting anything
9654  -  Previous page               %  Print
9655 Spc (space bar) Next page
9656  W  WhereIs
9658 Select Command
9659 ------------------------------------------------
9660  S  Select the highlighted rule
9661 </PRE>
9662 <!--chtml endif-->
9664 <H2>Description of the Select Rule Screen</H2>
9666 This screen just gives you an easy way to select a rule from all of your
9667 defined rules.
9668 The list of rules presented is the list of nicknames of all of the rules
9669 defined using Setup/Rules.
9670 For selecting messages, it is likely that the Indexcolor rules and possibly
9671 the Roles rules will be most useful.
9672 The others are there also, in case you find a use for them.
9674 In order for this to be useful for selecting messages, the nicknames of
9675 the rules have to be different.
9676 Alpine actually just gets the nickname of the rule that you select and then
9677 looks up that rule using the nickname.
9678 So if there are duplicate nicknames, the first rule that has that
9679 nickname will be used.
9681 <P><UL>
9682 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9683 </UL>
9685 &lt;End of help on this topic&gt;
9686 </BODY>
9687 </HTML>
9688 ===== h_select_priority_screen =====
9689 <HTML>
9690 <HEAD>
9691 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
9692 </HEAD>
9693 <BODY>
9694 <H1>SELECT A PRIORITY SCREEN</H1>
9695 <H2>COMMANDS</H2>
9696 <!--chtml if pinemode="function_key"-->
9697 <PRE>
9698 Available  Commands                        
9699 -------------------------------            
9700 F1  Show Help Text
9701 F3  Exit without selecting anything
9702 F4  Select the highlighted priority
9703 F5  Move highlight to previous priority
9704 F6  Move highlight to next priority
9705 F7  Previous page of priorities
9706 F8  Next page of priorities
9707 F11 Print
9708 F12 WhereIs
9709 </PRE>
9710 <!--chtml else-->
9711 <PRE>
9712 Navigation                     General Alpine Commands
9713 -------------------------      -----------------------
9714  P  Prev Priority               ?  Display this help text
9715  N  Next Priority               E  Exit without selecting anything
9716  -  Previous page               %  Print
9717 Spc (space bar) Next page
9718  W  WhereIs
9720 Select Command
9721 ------------------------------------------------
9722  S  Select the highlighted priority
9723 </PRE>
9724 <!--chtml endif-->
9726 <H2>Description of the Select Priority Screen</H2>
9728 This screen gives you a way to select a priority for the message you are sending.
9729 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
9730 Some mail programs will display an indication of the priority level to
9731 the recipient of the message, some will ignore it.
9732 Even in cases where the mail programs of both the sender and the recipient
9733 agree on the meaning of this header, keep in mind that it is
9734 something that the sender sets so it is only an indication
9735 of the priority that the sender attaches to the mail.
9736 Alpine can be made to display an indication of this priority in incoming
9737 messages by use of one of the tokens
9738 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
9739 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
9740 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
9742 <P><UL>
9743 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9744 </UL>
9746 &lt;End of help on this topic&gt;
9747 </BODY>
9748 </HTML>
9749 ===== h_select_keyword_screen =====
9750 <HTML>
9751 <HEAD>
9752 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
9753 </HEAD>
9754 <BODY>
9755 <H1>SELECT A KEYWORD SCREEN</H1>
9756 <H2>COMMANDS</H2>
9757 <!--chtml if pinemode="function_key"-->
9758 <PRE>
9759 Available  Commands                        
9760 -------------------------------            
9761 F1  Show Help Text
9762 F3  Exit without selecting anything
9763 F4  Select the highlighted keyword
9764 F5  Move highlight to previous keyword
9765 F6  Move highlight to next keyword
9766 F7  Previous page of keywords
9767 F8  Next page of keywords
9768 F11 Print
9769 F12 WhereIs
9770 </PRE>
9771 <!--chtml else-->
9772 <PRE>
9773 Navigation                     General Alpine Commands
9774 -------------------------      -----------------------
9775  P  Prev Keyword                ?  Display this help text
9776  N  Next Keyword                E  Exit without selecting anything
9777  -  Previous page               %  Print
9778 Spc (space bar) Next page
9779  W  WhereIs
9781 Select Command
9782 ------------------------------------------------
9783  S  Select the highlighted keyword
9784 </PRE>
9785 <!--chtml endif-->
9787 <H2>Description of the Select Keyword Screen</H2>
9789 This screen just gives you an easy way to select a keyword.
9790 The list of keywords presented is the list of all keywords defined in your 
9791 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
9792 If you have given a keyword a nickname, that nickname is displayed
9793 instead of the actual keyword.
9795 <P><UL>
9796 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9797 </UL>
9799 &lt;End of help on this topic&gt;
9800 </BODY>
9801 </HTML>
9802 ===== h_select_charset_screen =====
9803 <HTML>
9804 <HEAD>
9805 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
9806 </HEAD>
9807 <BODY>
9808 <H1>SELECT A CHARACTER SET SCREEN</H1>
9809 <H2>COMMANDS</H2>
9810 <!--chtml if pinemode="function_key"-->
9811 <PRE>
9812 Available  Commands                        
9813 -------------------------------            
9814 F1  Show Help Text
9815 F3  Exit without selecting anything
9816 F4  Select the highlighted character set
9817 F5  Move highlight to previous character set
9818 F6  Move highlight to next character set
9819 F7  Previous page of character sets
9820 F8  Next page of character sets
9821 F11 Print
9822 F12 WhereIs
9823 </PRE>
9824 <!--chtml else-->
9825 <PRE>
9826 Navigation                     General Alpine Commands
9827 -------------------------      -----------------------
9828  P  Prev Character Set          ?  Display this help text
9829  N  Next Character Set          E  Exit without selecting anything
9830  -  Previous page               %  Print
9831 Spc (space bar) Next page
9832  W  WhereIs
9834 Select Command
9835 ------------------------------------------------
9836  S  Select the highlighted character set
9837 </PRE>
9838 <!--chtml endif-->
9840 <H2>Description of the Select A Character Set Screen</H2>
9842 This screen just gives you an easy way to select a character set from the
9843 set of character sets Alpine knows about.
9844 The list presented will vary slightly depending on what option you are
9845 selecting the character set for.
9847 <P><UL>
9848 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9849 </UL>
9851 &lt;End of help on this topic&gt;
9852 </BODY>
9853 </HTML>
9854 ===== h_select_multcharsets_screen =====
9855 <HTML>
9856 <HEAD>
9857 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
9858 </HEAD>
9859 <BODY>
9860 <H1>SELECT CHARACTER SETS SCREEN</H1>
9861 <H2>COMMANDS</H2>
9862 <!--chtml if pinemode="function_key"-->
9863 <PRE>
9864 Available  Commands
9865 -------------------------------            
9866 F1  Show Help Text
9867 F3  Exit without selecting anything
9868 F4  Select the highlighted charset (or chosen charsets in ListMode)
9869 F5  Move highlight to previous charset
9870 F6  Move highlight to next charset
9871 F7  Previous page of charsets
9872 F8  Next page of charsets
9873 F9  Toggle choices when using ListMode
9874 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
9875 F11 Print
9876 F12 WhereIs
9877 </PRE>
9878 <!--chtml else-->
9879 <PRE>
9880 Navigation                     General Alpine Commands
9881 -------------------------      -----------------------
9882  P  Prev Charset                ?  Display this help text
9883  N  Next Charset                E  Exit without selecting anything
9884  -  Previous page               %  Print
9885 Spc (space bar) Next page
9886  W  WhereIs
9888 Select Command
9889 ------------------------------------------------
9890  S  Select the highlighted charset (or chosen charsets in ListMode)
9891  L  Turn on ListMode (makes it easy to choose multiple charsets)
9892  1  Turn off ListMode
9893  X  Toggle choices when using ListMode
9894 </PRE>
9895 <!--chtml endif-->
9897 <H2>Description of the Select Character Set Screen</H2>
9899 This screen just gives you an easy way to select a character set or a list of
9900 character sets.
9901 The list of character sets presented is the list of all character sets known to
9902 Alpine.
9903 You may select other character sets by typing them in directly.
9905 <P><UL>
9906 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9907 </UL>
9909 &lt;End of help on this topic&gt;
9910 </BODY>
9911 </HTML>
9912 ===== h_select_multkeyword_screen =====
9913 <HTML>
9914 <HEAD>
9915 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
9916 </HEAD>
9917 <BODY>
9918 <H1>SELECT KEYWORDS SCREEN</H1>
9919 <H2>COMMANDS</H2>
9920 <!--chtml if pinemode="function_key"-->
9921 <PRE>
9922 Available  Commands
9923 -------------------------------            
9924 F1  Show Help Text
9925 F3  Exit without selecting anything
9926 F4  Select the highlighted keyword (or chosen keywords in ListMode)
9927 F5  Move highlight to previous keyword
9928 F6  Move highlight to next keyword
9929 F7  Previous page of keywords
9930 F8  Next page of keywords
9931 F9  Toggle choices when using ListMode
9932 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
9933 F11 Print
9934 F12 WhereIs
9935 </PRE>
9936 <!--chtml else-->
9937 <PRE>
9938 Navigation                     General Alpine Commands
9939 -------------------------      -----------------------
9940  P  Prev Keyword                ?  Display this help text
9941  N  Next Keyword                E  Exit without selecting anything
9942  -  Previous page               %  Print
9943 Spc (space bar) Next page
9944  W  WhereIs
9946 Select Command
9947 ------------------------------------------------
9948  S  Select the highlighted keyword (or chosen keywords in ListMode)
9949  L  Turn on ListMode (makes it easy to choose multiple keywords)
9950  1  Turn off ListMode
9951  X  Toggle choices when using ListMode
9952 </PRE>
9953 <!--chtml endif-->
9955 <H2>Description of the Select Keyword Screen</H2>
9957 This screen just gives you an easy way to select a keyword or a list of
9958 keywords.
9959 The list of keywords presented is the list of all keywords defined in your 
9960 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
9961 If you have given a keyword a nickname, that nickname is displayed
9962 instead of the actual keyword.
9964 <P><UL>
9965 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9966 </UL>
9968 &lt;End of help on this topic&gt;
9969 </BODY>
9970 </HTML>
9971 ===== h_select_incoming_to_monitor =====
9972 <HTML>
9973 <HEAD>
9974 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
9975 </HEAD>
9976 <BODY>
9977 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
9978 <H2>COMMANDS</H2>
9979 <!--chtml if pinemode="function_key"-->
9980 <PRE>
9981 Available  Commands
9982 -------------------------------            
9983 F1  Show Help Text
9984 F3  Exit without selecting anything
9985 F4  Select the marked folders
9986 F5  Move highlight to previous folder
9987 F6  Move highlight to next folder
9988 F7  Previous page of folders
9989 F8  Next page of folders
9990 F9  Toggle choices on or off
9991 F11 Print
9992 F12 WhereIs
9993 </PRE>
9994 <!--chtml else-->
9995 <PRE>
9996 Navigation                     General Alpine Commands
9997 -------------------------      -----------------------
9998  P  Prev Folder                 ?  Display this help text
9999  N  Next Folder                ^C  exit without changing anything
10000  -  Previous page               %  Print
10001 Spc (space bar) Next page
10002  W  WhereIs
10004 Select Command
10005 ------------------------------------------------
10006  S  Select the marked folders
10007  X  Toggle choices on or off
10008 </PRE>
10009 <!--chtml endif-->
10011 <H2>Description of the Select Folders to Check Screen</H2>
10013 This screen is only useful if the feature
10014 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
10015 is set.
10016 By default, when you set that feature all of your incoming folders
10017 will be checked periodically for Unseen messages.
10018 By using this screen, you may restrict the set of monitored folders to
10019 a subset of all of the incoming folders.
10021 Mark the folders you want to monitor for Unseen messages with
10022 an &quot;X&quot;.
10023 When you've finished marking all your selections use the Select
10024 command to register your choices.
10025 To return to the default of checking all incoming folders
10026 delete all folders or unmark all folders.
10028 <P><UL>
10029 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10030 </UL>
10032 &lt;End of help on this topic&gt;
10033 </BODY>
10034 </HTML>
10035 ===== h_role_select =====
10036 <HTML>
10037 <HEAD>
10038 <TITLE>ROLES SCREEN</TITLE>
10039 </HEAD>
10040 <BODY>
10041 <H1>ROLES SCREEN</H1>
10042 <H2>ROLES COMMANDS</H2>
10043 <!--chtml if pinemode="function_key"-->
10044 <PRE>
10045 Available  Commands                        
10046 -------------------------------            
10047 F1  Show Help Text
10048 F3  Exit without a selection
10049 F4  Select a role to use in composition
10050 F5  Move to previous role
10051 F6  Move to next role
10052 F7  Previous page of roles
10053 F8  Next page of roles
10054 F11 Change Default Role
10055 F12 Whereis (search role nicknames)
10056 </PRE>
10057 <!--chtml else-->
10058 <PRE>
10059 Navigation                     General Alpine Commands
10060 -------------------------      -----------------------
10061  P  Prev Role                     ?  Display this help text
10062  N  Next Role                     E  Exit without a selection
10063  -  Previous page
10064 Spc (space bar) Next page
10065  W  WhereIs (search for word in role nicknames)
10067 Select Role Commands
10068 ------------------------------------------------
10069  [Return]  Select highlighted role
10070  D         Change Default Role
10071 </PRE>
10072 <!--chtml endif-->
10074 <H2>Description of the Roles Screen</H2>
10076 With this screen you select a role to be used in the composition of a
10077 message.
10078 Use the Previous and Next commands to highlight the role you wish to
10079 use.
10080 When you type carriage return you will be placed in the composer using the highlighted role.
10082 You don't have any non-default <A HREF="h_rules_roles">roles</A>
10083 available unless you set them up.
10084 You may do so by using the Setup/Rules command on the MAIN MENU.
10086 By using the D command, you may set a default role that will persist until
10087 you change it or until you exit Alpine.
10088 The D command toggles through three states: set the default role, unset the
10089 default role, and leave the default role as it is.
10090 <P><UL>
10091 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10092 </UL>
10094 &lt;End of help on this topic&gt;
10095 </BODY>
10096 </HTML>
10097 ===== h_role_abook_select =====
10098 <HTML>
10099 <HEAD>
10100 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
10101 </HEAD>
10102 <BODY>
10103 <H1>SELECT ADDRESS BOOK SCREEN</H1>
10104 <H2>COMMANDS</H2>
10105 <!--chtml if pinemode="function_key"-->
10106 <PRE>
10107 Available  Commands                        
10108 -------------------------------            
10109 F1  Show Help Text
10110 F3  Exit screen without selecting anything
10111 F4  Select highlighted address book
10112 F5  Move to previous address book
10113 F6  Move to next address book
10114 F7  Previous page of address books
10115 F8  Next page of address books
10116 F12 Whereis
10117 </PRE>
10118 <!--chtml else-->
10119 <PRE>
10120 Navigation                     General Alpine Commands
10121 -------------------------      -----------------------
10122  P  Previous addrbook          ?  Display this help text
10123  N  Next addrbook
10124  -  Previous page
10125 Spc (space bar) Next page
10126  W  WhereIs
10128 Select Role Commands
10129 ------------------------------------------------
10130  S  Select highlighted address book
10131  E  Exit screen without selecting anything
10132 </PRE>
10133 <!--chtml endif-->
10135 <H2>Description of the Select Address Book Screen</H2>
10137 This screen helps you select one of your address books.
10138 Use the Previous and Next commands to highlight the address book you wish to
10139 select.
10140 <P><UL>
10141 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10142 </UL>
10144 &lt;End of help on this topic&gt;
10145 </BODY>
10146 </HTML>
10147 ======== h_rule_patterns =============
10148 <HTML>
10149 <HEAD>
10150 <TITLE>PATTERNS</TITLE>
10151 </HEAD>
10152 <BODY>
10153 <H1>PATTERNS</H1>
10154 Patterns are used with Roles, Filtering, Index Coloring,
10155 Scoring, Other Rules, and Search Rules.
10156 Patterns are compared with a message to see if there is a match.
10157 For Filtering, the messages being checked are all the messages in the
10158 folder, one at a time.
10159 For Index Line Coloring, each message that is visible on the screen is
10160 checked for matches with the Index Coloring Patterns.
10161 Roles are used with the Reply, Forward, and Compose commands.
10162 For Reply, the message used to compare the Pattern with is the message
10163 being replied to;
10164 for Forward, the message used to compare the Pattern with is the message
10165 being forwarded;
10166 and for Compose, there is no message, so the parts of the Pattern that depend
10167 on a message (everything other than Current Folder Type and the
10168 Beginning of Month and Year)
10169 are not used.
10170 Only the Current Folder Type matters for Compose (plus the Beginning of
10171 Month or Year, which you wouldn't usually use for a Role).
10172 For Scoring, the message being scored is compared with all of the Score
10173 Patterns, and the Score Values from the ones that match are added together to 
10174 get the message's score.
10175 For Other Rules, there is no message. Only the Current Folder Type is checked
10176 for Other Rules.
10178 Each Pattern has several possible parts, all of which are optional.
10179 In order for there to be a match, <EM>ALL</EM> of the
10180 <EM>defined</EM> parts of the Pattern must match the message.
10181 If a part is not defined it is considered a match, but note that a filtering
10182 Pattern must have at least one defined part or it will be ignored.
10183 For example, if the To pattern is not defined it will be
10184 displayed as
10186 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
10188 That is considered a match because it is not defined.
10189 This means that the Pattern with nothing defined is a match if the
10190 Current Folder Type matches, but there is an exception that was mentioned
10191 in the previous paragraph.
10192 Because filtering is a potentially destructive action, filtering Patterns
10193 with nothing other than Current Folder Type defined are ignored.
10194 If you really want a filtering Pattern to match all messages (subject to
10195 Current Folder Type) the best way to do it is to define a Score interval
10196 that includes all possible scores.
10197 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
10198 This can be used even if you haven't defined any rules to Set Scores.
10200 There are six predefined header patterns called the To, From, Sender, Cc, News,
10201 and Subject patterns.
10202 Besides those six predefined header patterns, you may add
10203 additional header patterns with header fieldnames of your choosing.
10204 You add an extra header pattern by placing the cursor on one of the
10205 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
10206 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
10207 and the Partic pattern is a header pattern that stands for
10208 Participant (From OR To OR Cc).
10209 (Defining the Recip pattern does not have the same effect as defining both
10210 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
10211 Similar to the header patterns are the AllText pattern and the BodyText pattern.
10212 Instead of comparing this pattern's text against only the contents of
10213 a particular header field, the text for the AllText pattern is compared
10214 with text anywhere in the message's header or body, and the text for the
10215 BodyText pattern is compared with text anywhere in the message's body.
10217 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
10218 &quot;!&quot; &quot;toggle NOT&quot; command.
10219 You can tell that <EM>NOT</EM> has been turned on by looking for the character
10220 &quot;!&quot; at the beginning of the pattern line.
10221 When the &quot;!&quot; is present, it reverses the meaning of the match.
10222 That is, if the pattern matches then it is considered to NOT be a match, and
10223 if it does not match it is considered to be a match.
10225 Don't make the mistake of putting the &quot;!&quot; in the data field for
10226 a pattern.
10227 For example, if you type the characters &quot;!urgent&quot; into the Subject
10228 pattern, the pattern will look like:
10230 <PRE>
10231  Subject pattern = !urgent
10232 </PRE>
10234 This means you want to match the 7 character sequence &quot;!urgent&quot;.
10235 In order to match messages that do not have &quot;urgent&quot; in
10236 their Subject field, first type the characters &quot;urgent&quot; followed
10237 by carriage return for the value of the Subject pattern, then negate it
10238 by typing the &quot;!&quot; command.
10239 It should look like
10241 <PRE>
10242  ! Subject pattern = urgent
10243 </PRE>
10245 The contents of each of these header patterns (or the AllText or BodyText patterns) may
10246 be a complete email address, part of an address, or a random set of
10247 characters to match against.
10248 It may also be a list of such patterns, which means you
10249 are looking for a match against the first pattern in the list <EM>OR</EM>
10250 the second pattern <EM>OR</EM> the third and so on.
10251 For example, a Subject pattern equal to
10253 <PRE>
10254  Subject pattern = urgent
10255                    emergency
10256                    alert
10257 </PRE>
10259 would match all messages with a subject that contained at least one
10260 of those words.
10261 It would also match subjects containing the words &quot;alerts&quot; or
10262 &quot;Urgently&quot;.
10264 The same example with &quot;NOT&quot; turned on would be
10266 <PRE>
10267  ! Subject pattern = urgent
10268                      emergency
10269                      alert
10270 </PRE>
10272 which would match all messages with a subject that did <EM>NOT</EM> contain any of
10273 those words.
10274 You can use the &quot;Add Value&quot; command to add new words to the list,
10275 or you can enter them as a comma-separated list.
10277 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
10278 present for a match.
10279 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
10280 pattern2 must be present,
10281 and that is exactly what using a list does.)
10283 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
10284 also part of the Pattern, although the &quot;Score Interval&quot; is not used
10285 when checking for matches for Scoring.
10286 There are five similar settings that relate to the status of the message.
10287 These settings rely on the message being New or not, Deleted or not,
10288 Answered or not, Important or not, and Recent or not.
10289 There are also some other miscellaneous settings.
10290 The first is the Age of the message in days.
10291 Another is the Size of the message, in bytes.
10292 The third is a setting that detects whether or not the Subject of a
10293 message contains raw 8-bit characters (unencoded characters with the most
10294 significant bit set).
10295 There is a setting that detects whether or not this is the first time
10296 Alpine has been run this month (doesn't depend on individual messages),
10297 and another that detects whether or not this is the first time Alpine has
10298 been run this year.
10299 Other parts of the Pattern detect whether or not the From address of a
10300 message appears in your address book, whether or not certain keywords
10301 are set for a message, and whether or not certain character sets are
10302 used in a message.
10304 <H2>Parts of a Pattern</H2>
10306 <H3>Header patterns</H3>
10308 A header pattern is simply text that is searched for in the corresponding
10309 header field.
10310 For example, if a Pattern has a From header pattern with the value
10311 &quot;@company.com&quot;, then only messages that have a From header
10312 that contains the text &quot;@company.com&quot; will be possible
10313 matches.
10314 Matches don't have to be exact.
10315 For example, if the relevant field of a message contains the text
10316 &quot;mailbox@domain&quot; somewhere
10317 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
10318 &quot;mailbox@domain&quot; are all matches.
10320 All parts of the Pattern must match so, for example,
10321 if a message matches a defined
10322 From pattern, it still must be checked against the other parts of the
10323 Pattern that have been defined.
10324 The To header pattern is a slightly special case.
10325 If the message being checked has a Resent-To header
10326 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
10327 there are used in place of the addresses in the To header.
10328 This is only true for the To header.
10329 Resent-cc and Resent-From headers are never used unless you add them
10330 with the eXtraHdrs command.
10332 The meaning of a header pattern may be negated with the
10333 &quot;!&quot; &quot;toggle NOT&quot; command.
10334 You can tell that <EM>NOT</EM> has been turned on by looking for the character
10335 &quot;!&quot; at the beginning of the pattern line.
10336 It would look something like
10338 <PRE>
10339  ! From pattern = susan@example.com
10340 </PRE>
10342 When the &quot;!&quot; is present, it reverses the meaning of the match.
10344 If you want to check for the presence of a header field but don't care
10345 about its value, then
10346 the empty pattern that you get by entering a pair of
10347 double quotes (&quot;&quot;) should match any message that
10348 has the corresponding header field.
10350 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
10352 AllText patterns are just like header patterns except that the text is
10353 searched for anywhere in the message's headers or body, not just in the
10354 contents of a particular header field.
10357 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
10359 BodyText patterns are just like header patterns except that the text is
10360 searched for anywhere in the message's body, not just in the
10361 contents of a particular header field.
10364 If there is more than one header pattern or AllText pattern or BodyText pattern
10365 for which you want to take the
10366 same action there is a shorthand notation that may be used.
10367 Any of these patterns may be a list of patterns instead of
10368 just a single pattern.
10369 If any one of the patterns in the list matches the message
10370 then it is considered a match.
10371 For example, if &quot;company1&quot; and &quot;company2&quot; both required
10372 you to use the same role when replying to messages, you might have
10373 a To pattern that looks like
10375 <PRE>
10376  To pattern = company1.com
10377               company2.com
10378 </PRE>
10380 This means that if the mail you are replying to was addressed to
10381 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
10382 then this Pattern is a match and the same actions will be taken.
10384 The meaning of an AllText or BodyText pattern may be negated with the
10385 &quot;!&quot; &quot;toggle NOT&quot; command.
10386 You can tell that <EM>NOT</EM> has been turned on by looking for the character
10387 &quot;!&quot; at the beginning of the pattern line.
10388 When the &quot;!&quot; is present, it reverses the meaning of the match.
10390 A technicality: Since comma is the character used to separate multiple values
10391 in any of the fields that may have multiple values (such as header patterns,
10392 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
10393 you must escape comma with a
10394 backslash (&#92;) if you want to include a literal comma in one of those fields.
10395 In other words, if you type a backslash followed by a comma it will
10396 be interpreted as a comma by Alpine, instead of as a separator between
10397 pattern values.
10398 All other backslashes (those not followed by a comma) are literal
10399 backslashes and should not be escaped.
10400 It's unlikely you'll ever need to enter a literal comma or backslash in
10401 any of the patterns.
10403 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
10405 The &quot;Current Folder Type&quot; may be set to one of four different
10406 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
10407 &quot;Specific&quot;.
10408 If the value is set to &quot;News&quot;, then the
10409 Pattern will only match if the currently open folder is a newsgroup.
10410 The value &quot;Email&quot; only matches if the current folder is not news and
10411 the value &quot;Any&quot; causes any folder to match.
10412 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
10413 then you must fill in a value for &quot;Folder&quot;, which is on the line
10414 below the &quot;Specific&quot; line.
10415 In this case you will only get a match if the currently open folder is
10416 the specific folder you list.
10417 You may give a list of folders instead of just a single
10418 folder name, in which case the Pattern will match if the open folder is
10419 any one of the folders in the list.
10420 The name of each folder in the list may be either &quot;INBOX&quot;,
10421 the technical specification
10422 of the folder (like what appears in your configuration file) or, if the
10423 folder is one of your incoming folders, it may be the nickname you've given
10424 the folder.
10425 Here are some samples of specific folder names:
10427 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
10429 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
10431 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
10433 The easiest way to fill in the &quot;Folder&quot; field is to use
10434 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
10435 highlighted, or to use the &quot;Take&quot; command with the configuration
10436 feature
10437 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
10438 turned on.
10440 When reading a newsgroup, there may be a performance penalty
10441 incurred when collecting the information necessary to check whether
10442 or not a Pattern matches a message.
10443 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
10444 If you have Patterns with a Current Folder Type of either
10445 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
10446 Index Line Coloring or Scoring, you may experience
10447 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
10449 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
10451 The &quot;Age Interval&quot; may be set to an interval of message
10452 ages that should be considered a match.
10453 Like the other parts of the Pattern, if it is unset it will be ignored.
10454 The Age Interval looks like
10456 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
10458 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
10459 than or equal to zero.
10460 The special value &quot;INF&quot; may be used for
10461 the max value. It represents infinity.
10463 Actually, this option may be defined as a list of intervals instead
10464 of just a single interval.
10465 The list is separated by commas.
10466 It can look like
10468 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
10470 When there is an Age Interval defined, it is a match if the age, in days, of
10471 the message is contained in any of the intervals.
10472 The intervals include both endpoints.
10474 Even though this option is called Age, it isn't actually
10475 the <EM>age</EM> of the message.
10476 Instead, it is how many days ago the message arrived in one of your folders.
10477 If the current time is a little past midnight, then a message that arrived
10478 just before midnight arrived yesterday, even though the message is only
10479 a few minutes old.
10480 By default, the date being used is not the date in the Date
10481 header of the message.
10482 It is the date that the message arrived in one of your folders.
10483 When you Save a message from one folder to another that arrival date
10484 is preserved.
10485 If you would like to use the date in the Date header that is possible.
10486 Turn on the option
10487 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
10488 near the bottom of the rule definition.
10489 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
10491 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
10493 The &quot;Size Interval&quot; may be set to an interval of message
10494 sizes that should be considered a match.
10495 Like the other parts of the Pattern, if it is unset it will be ignored.
10496 The Size Interval looks like
10498 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
10500 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
10501 than or equal to zero.
10502 The special value &quot;INF&quot; may be used for
10503 the max value. It represents infinity.
10505 Actually, this option may be defined as a list of intervals instead
10506 of just a single interval.
10507 The list is separated by commas.
10508 It can look like
10510 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
10512 When there is a Size Interval defined, it is a match if the size, in bytes, of
10513 the message is contained in any of the intervals.
10514 The intervals include both endpoints.
10516 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
10518 The &quot;Score Interval&quot; may be set to an interval of message
10519 scores that should be considered a match.
10520 Like the other parts of the Pattern, if it is unset it will be ignored.
10521 The Score Interval looks like
10523 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
10525 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
10526 negative integers, with min_score less than or equal to max_score.
10527 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
10528 the min and max values to represent negative and positive infinity.
10530 Actually, a list of intervals may be used if you wish.
10531 A list would look like
10533 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
10535 When there is a Score Interval defined, it is a match if the score for
10536 the message is contained in any of the intervals in the list.
10537 The intervals include the endpoints.
10538 The score for a message is calculated by looking at every Score rule defined and
10539 adding up the Score Values for the ones that match the message.
10540 When deciding whether or not a Pattern matches a message for purposes of
10541 calculating the score, the Score Interval is ignored.
10543 <H3><A NAME="pattern_message_status">Message Status</A></H3>
10545 There are five separate message status settings.
10546 By default, all five are set to the value &quot;Don't care&quot;, which
10547 will match any message.
10548 The value &quot;Yes&quot; means that the particular status must be true
10549 for a match, and the value &quot;No&quot; means that the particular
10550 status must not be true for a match.
10551 For example, one of the five Message Status settings is whether a message
10552 is marked Important or not.
10553 A &quot;Yes&quot; means that the message must be Important to be
10554 considered a match and &quot;No&quot; means that the message must not be
10555 Important to be considered a match.
10556 The same is true of the other four message status settings that depend
10557 on whether or not the message is New; whether the message has 
10558 been Answered or not; whether the message has been Deleted or not, and
10559 whether the message is Recent or not. 
10561 The nomenclature for New and Recent is a bit confusing:
10563 New means that the message is Unseen.
10564 It could have been in your mailbox for a long time but if you haven't looked
10565 at it, it is still considered New.
10566 That matches the default Alpine index display that shows an N for such a
10567 message.
10569 Recent means that the message was added to this folder since the last time
10570 you opened the folder.
10571 Alpine also shows an N by default for these types of messages.
10572 If you were to run two copies of Alpine that opened a folder one right after
10573 the other, a message would only show up as Recent in (at most) the first
10574 Alpine session.
10576 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
10578 Keywords are similar to Message Status, but they are chosen by the user.
10579 Provided the mail server allows for it, you may add a set of possible keywords
10580 to a folder and then you may set those keywords or not for each message
10581 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
10582 The syntax of this part of the Pattern is similar to the header patterns.
10583 It is a list of keywords.
10584 The Keyword part of the Pattern is a match if the message has any of
10585 the keywords in the list set.
10586 Like other parts of the Pattern, if this is unset it will be ignored.
10588 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
10590 A message may use one or more character sets.
10591 This part of the Pattern matches messages that make use of one or more of
10592 the character sets specified in the pattern.
10593 It will be considered a match if a message uses any of the character
10594 sets in the list you give here.
10597 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
10598 GB2312) you may also use some shorthand names that Alpine provides.
10599 These names are more understandable shorthand names for sets of 
10600 character set names.
10601 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
10602 Selecting one of these shorthand names is equivalent to selecting all of
10603 the character sets that make up the set.
10604 You can see all of these shorthand names and the lists of character sets
10605 they stand for by typing the &quot;T&quot; command with the Character
10606 Set pattern highlighted.
10607 The syntax of this part of the Pattern is similar to the header patterns
10608 and the Message Keywords pattern.
10609 It is a list of character sets (or shorthand names).
10610 The Character Set part of the Pattern is a match if the message uses any
10611 of the character sets in the list.
10612 Like other parts of the Pattern, if this is unset it will be ignored.
10614 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
10616 It seems that lots of unwanted email contains unencoded 8-bit characters
10617 in the Subject.
10618 Normally, characters with the 8th bit set are not allowed in the Subject
10619 header unless they are MIME-encoded.
10620 This option gives you a way to match messages that have Subjects that
10621 contain unencoded 8-bit characters.
10622 By default, the value of this option is &quot;Don't care&quot;, which
10623 will match any message.
10624 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
10625 the Subject of the message in order for there to be a match,
10626 and the value &quot;No&quot; is the opposite.
10627 Setting this option will affect performance in large folders because the
10628 subject of each message in the folder has to be checked.
10630 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
10632 This option gives you a way to take some action once per month.
10633 By default, the value of this option is &quot;Don't care&quot;, which
10634 will always match.
10635 The value &quot;Yes&quot; means that this must be the first time Alpine has
10636 been run this month in order to count as a match,
10637 and the value &quot;No&quot; is the opposite.
10639 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
10641 This option gives you a way to take some action once per year.
10642 By default, the value of this option is &quot;Don't care&quot;, which
10643 will always match.
10644 The value &quot;Yes&quot; means that this must be the first time Alpine has
10645 been run this year in order to count as a match,
10646 and the value &quot;No&quot; is the opposite.
10648 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
10650 This option gives you a way to match messages that have an address
10651 that is in one of your address books.
10652 Only the simple entries in your address books are searched.
10653 Address book distribution lists are ignored!
10654 By default, the value of this option is &quot;Don't care&quot;, which
10655 will match any message.
10656 The value &quot;Yes, in any address book&quot; means the address
10657 from the message must be in at least one of your
10658 address books in order to be a match.
10659 The value &quot;No, not in any address book&quot;
10660 means none of the addresses may
10661 be in any of your address books in order to be a match.
10662 The values &quot;Yes, in specific address books&quot; and
10663 &quot;No, not in any of specific address books&quot; are similar but instead
10664 of depending on all address books you are allowed to give a list of address
10665 books to look in.
10666 The addresses from the message that are checked for are determined by the
10667 setting you have for &quot;Types of addresses to check for in address book&quot;.
10668 If you set this to &quot;From&quot; the From address from the message will
10669 be looked up in the address book.
10670 If you set it to only &quot;To&quot; then the To addresses will be used.
10671 If any of the To addresses are in the address book then it is considered
10672 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
10673 You could set it to both From and To, in which case all of the From and To
10674 addresses are used.
10675 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
10676 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
10677 exists or the From address if there is no Reply-To address.
10678 Same for the Sender address.
10679 Setting this option may affect performance in large folders because the
10680 From and Reply-To of each message in the folder have to be checked.
10682 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
10684 This is a command that is run with its standard input set to the message
10685 being checked and its standard output discarded.
10686 The full directory path should be specified.
10687 The command will be run and then its exit status will be checked against
10688 the Exit Status Interval, which defaults to just the value zero.
10689 If the exit status of the command falls in the interval, it is considered
10690 a match, otherwise it is not a match.
10693 This option may actually be a list of commands.
10694 The first one that exists and is executable is used.
10695 That makes it possible to use the same configuration with Unix Alpine and
10696 PC-Alpine.
10699 If none of the commands in the list exists and is executable then the rule
10700 is <EM>not</EM> a match.
10701 If it is possible that the command may not exist, you should be careful
10702 to structure your rules so that nothing destructive
10703 happens when the command does not exist.
10704 For example, you might have a filter that filters away spam when there is
10705 a match but does nothing when there is not a match.
10706 That would continue to work correctly if the command didn't exist.
10707 However, if you have a filter that filters away spam when there is not
10708 a match and keeps it when there is a match, that would filter everything
10709 if the categorizer command didn't exist.
10711 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
10712 setup for the bogofilter filter.
10715 &lt;End of help on this topic&gt;
10716 </BODY>
10717 </HTML>
10718 ===== h_rules_roles =====
10719 <HTML>
10720 <HEAD>
10721 <TITLE>SETUP ROLES SCREEN</TITLE>
10722 </HEAD>
10723 <BODY>
10724 <H1>SETUP ROLES SCREEN</H1>
10725 <H2>SETUP ROLES COMMANDS</H2>
10726 <!--chtml if pinemode="function_key"-->
10727 <PRE>
10728 Available  Commands -- Group 1         Available Commands -- Group 2   
10729 -------------------------------        ------------------------------  
10730 F1  Show Help Text                      F1  Show Help Text             
10731 F2  See commands in next group          F2  See commands in next group
10732 F3  Back to MAIN Alpine menu
10733 F4  Change configuration for role
10734 F5  Move to previous role               F5  Include file in role config
10735 F6  Move to next role                   F6  Exclude file from config
10736 F7  Previous page of roles
10737 F8  Next page of roles
10738 F9  Add new role                        F9  Replicate existing role
10739 F10 Delete existing role
10740 F11 Shuffle the order of roles
10741 F12 Whereis (search role nicknames)
10742 </PRE>
10743 <!--chtml else-->
10744 <PRE>
10745 Navigation                     General Alpine Commands
10746 -------------------------      -----------------------
10747  P  Prev Role                     ?  Display this help text
10748  N  Next Role                     E  Back to MAIN Alpine menu
10749  -  Previous page
10750 Spc (space bar) Next page
10751  W  WhereIs (search for word in role nicknames)
10753 Setup Roles Commands
10754 ------------------------------------------------
10755  A  Add new role                  $  Shuffle the order of roles
10756  D  Delete existing role          C  Change configuration for highlighted role
10757  R  Replicate existing role
10758  I  Include file in role config   X  Exclude file from role config
10759 </PRE>
10760 <!--chtml endif-->
10762 <H2>Description of the Setup Roles Screen</H2>
10764 This screen lets you add, delete, modify, or change the order of the rules
10765 that determine the role you are playing when composing a message.
10767 You may play different roles depending on who you are replying to.
10768 For example, if you are replying to a message addressed to help-desk you
10769 may be acting as a Help Desk Worker.
10770 That role may require that you use a different return address and/or
10771 a different signature.
10773 Roles are optional.
10774 If you set up roles they work like this:  Each role has a set of
10775 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
10776 considered for a particular use; a &quot;Pattern&quot;,
10777 which is used to decide which of the eligible roles is used; and a set
10778 of &quot;Actions&quot;, which are taken when that role is used.
10779 When you reply to a message, the message you are replying to is compared
10780 with the Patterns of the roles marked as eligible for use when replying.
10781 The comparisons start with the first eligible role and keep going until there
10782 is a match.
10783 If a match is found, the matching role's Actions are taken.
10785 It is also possible to set a default role and to change that role during
10786 your Alpine session.
10787 When you start Alpine no default role will be set.
10788 You may set or change the current default role by using the &quot;D&quot;
10789 command in the role selection screen.
10790 You'll see that screen while composing a message and being asked to select
10791 a role.
10792 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
10793 compose a message.
10794 You may find a default role useful if you normally perform the duties of one
10795 of your roles for a while, then you switch to another role and stay in the
10796 new role for another period of time.
10797 It may be easier than using the Role Command to select the role each time you
10798 compose a message.
10800 <H2>Role Uses</H2>
10802 There are three types of use to be configured;
10803 one for Replying, one for Forwarding, and one for Composing.
10804 These indicate whether or not you want a role to be considered when you
10805 type the Reply, Forward, or Compose commands.
10806 (The Role command is an alternate form of the Compose command, and it is
10807 not affected by these settings.)
10808 Each of these Use types has three possible values.
10809 The value &quot;Never&quot;
10810 means that the role will never be considered as a candidate for use with
10811 the corresponding command.
10812 For example, if you set a role's Reply Use to Never, then when you Reply to
10813 a message, that role won't even be considered.
10814 (That isn't quite true. If the message you are replying to matches some other
10815 role that requires confirmation,
10816 then there will be a ^T command available which allows you to select a role
10817 from all of your roles, not just the reply-eligible roles.)
10820 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
10821 both mean that you do want to consider this role when using the corresponding
10822 command.
10823 For either of these settings the role's Pattern will
10824 be checked to see if it matches the message.
10825 For Reply Use, the message used to compare the Pattern with is the message
10826 being replied to.
10827 For Forward Use, the message used to compare the Pattern with is the message
10828 being forwarded.
10829 For Compose Use, there is no message, so the parts of the Pattern that depend
10830 on a message (everything other than Current Folder Type) are ignored.
10831 In all cases, the Current Folder Type is checked if defined.
10832 If there is a match then this role will either be used without confirmation
10833 or will be the default when confirmation is asked for, depending on
10834 which of the two options is selected.
10835 If confirmation is requested, you will have a chance to
10836 choose No Role instead of the offered role, or to
10837 change the role to any one of your other roles (with the ^T command).
10839 <H2>Role Patterns</H2>
10841 In order to determine whether or not a message matches a role the message is
10842 compared with the Role's Pattern.
10843 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10844 Scoring, Other Rules, and Search Rules, so are described in only one place,
10845 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10847 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
10848 a role that has all header patterns unset, the AllText pattern unset,
10849 the BodyText pattern unset,
10850 the Score Interval unset, and the Current Folder Type set to
10851 &quot;Any&quot; may be used as a default role.
10852 It should be put last in the list of roles since the matching
10853 starts at the beginning and proceeds until one of the roles is a match.
10854 If no roles at all match, then Alpine will
10855 use its regular methods of defining the role.
10856 If you wanted to, you could define a different &quot;default&quot; role
10857 for Replying, Forwarding, and Composing by setting the
10858 &quot;Use&quot; fields appropriately.
10860 <H2>Role Actions</H2>
10862 Once a role match is found, the role's Actions are taken.
10863 For each role there are several possible actions that may be defined.
10864 They are actions to set the From address, the Reply-To address,
10865 the Fcc, the Signature, the Template file, and Other Headers.
10867 <H3>Set From</H3>
10869 The From address is the address used on the From line of the message
10870 you are sending.
10872 <H3>Set Reply-To</H3>
10874 The Reply-To address is the address used on the Reply-To line of the message
10875 you are sending.
10876 You don't need a Reply-To address unless it is different from the From address.
10878 <H3>Set Other Headers</H3>
10880 If you want to set the value of the From or Reply-To headers, use
10881 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
10882 If you want to set the values of other headers, use this field.
10883 This field is similar to the
10884 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
10885 Each header you specify here must include the header tag
10886 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
10887 and may optionally include a value for that header.
10888 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
10889 for a header here will replace any value that already exists.
10890 For example, if you are Replying to a message there will be at least one
10891 address in the To header (the address you are Replying to).
10892 However, if you Reply using a role that sets the To header, that role's
10893 To header value will be used instead.
10895 <H3>Set Fcc</H3>
10897 The Fcc is used as the Fcc for the message you are sending.
10899 <H3>Set Signature or Set LiteralSig</H3>
10901 The Signature is the name of a file to be used as the signature file when
10902 this role is being used.
10903 If the name of the file has a vertical bar following it (|)
10904 then it is assumed that the file is a program that should be run to
10905 produce the signature.
10906 If the LiteralSig is set, then it is used instead of the signature file.
10907 LiteralSig is just a different way to store the signature.
10908 It is stored in the pine configuration file instead of in a separate
10909 signature file.
10910 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
10911 either in the role or as the default signature in the Setup/Config screen,
10912 then the signature file is ignored.
10914 <H3>Set Template</H3>
10916 A Template is the name of a file to be included in the message when this
10917 role is being used.
10918 If the name of the file has a vertical bar following it (|)
10919 then it is assumed that the file is a program that should be run to
10920 produce the template.
10923 Both signature files and template files may be stored remotely on an IMAP
10924 server.
10925 In order to do that you just give the file a remote name.
10926 This works just like the regular
10927 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
10928 option that is configured from the Setup/Configuration screen.
10929 A remote signature file name might look like:
10931 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
10933 Once you have named the remote signature or template file you create its
10934 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
10935 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
10936 line of the role editor.
10939 Both signature files and template files (or the output of signature programs
10940 and template file programs) may contain special tokens
10941 that are replaced with contents
10942 that depend on the message being replied to or forwarded.
10943 See the help for the individual fields inside the role editor for more
10944 information on tokens.
10946 <H3>Use SMTP Server</H3>
10948 If this field has a value, then it will be used as the SMTP server
10949 to send mail when this role is being used (unless the SMTP server variable
10950 is set in the system-wide fixed configuration file).
10951 It has the same semantics as the
10952 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
10953 variable in the Setup/Config screen.
10954 When you postpone the composition this SMTP server list will be saved
10955 with the postponed composition and it cannot be changed later.
10956 Because of that, you may want to make this a list of SMTP servers
10957 with the preferred server at the front of the list and alternate servers
10958 later in the list.
10961 If any of the actions are left unset, then the action depends on what
10962 is present in the &quot;Initialize settings using role&quot; field.
10963 If you've listed the nickname of another one of your roles there, then the
10964 corresponding action from that role will be used here.
10965 If that action is also blank, or if there is no nickname specified,
10966 then Alpine will do whatever it normally does to set these actions.
10967 This depends on other configuration options and features you've set.
10969 <H2>Command Descriptions</H2>
10971 <H3>Add</H3>
10973 The Add command is used to add a new role definition to your set of
10974 roles.
10975 The new role will be added after the highlighted role.
10977 <H3>Delete</H3>
10979 The Delete command deletes the currently highlighted role.
10981 <H3>Change</H3>
10983 The Change command lets you edit the nickname, Uses, Pattern,
10984 and Actions of the currently highlighted role.
10986 <H3>Shuffle</H3>
10988 The Shuffle command allows you to change the order of the roles.
10989 You may move the currently highlighted role up or down in the list.
10990 The order of the roles is important since the roles are tested for a
10991 match starting with the first role and continuing until a match is found.
10992 You should place the roles with more specific Patterns near the beginning
10993 of the list, and those with more general Patterns near the end so that
10994 the more specific matches will happen when appropriate.
10996 <H3>Replicate</H3>
10998 The Replicate command is used to copy an existing role and modify it.
10999 The new role will be added after the highlighted role.
11001 <H3>IncludeFile</H3>
11003 The IncludeFile command allows you to add a roles file to your configuration.
11004 Usually, your roles will be contained in your Alpine configuration file.
11005 If you wish, some or all of your roles may be stored in a separate file.
11006 If a roles file already exists (maybe it was made by somebody else using
11007 Alpine), you may insert it before the currently highlighted role.
11008 You may also insert an empty file or a file that does not yet exist.
11009 Once you have an empty roles file in your configuration, you may use
11010 the Shuffle command to move roles into it.
11011 In fact, that's the only way to get the initial role into the file.
11013 <H3>eXcludeFile</H3>
11015 The eXcludeFile command removes a roles file from your roles configuration.
11016 A limitation of the program is that in order to exclude a roles file
11017 that file must have at least one role
11018 in it, otherwise you won't be able to highlight a line in the file.
11019 So you may have to add a dummy role to the file in order to exclude the file.
11020 <P><UL>
11021 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11022 </UL>
11024 &lt;End of help on this topic&gt;
11025 </BODY>
11026 </HTML>
11027 ===== h_rules_other =====
11028 <HTML>
11029 <HEAD>
11030 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
11031 </HEAD>
11032 <BODY>
11033 <H1>SETUP OTHER RULES SCREEN</H1>
11034 <H2>SETUP OTHER RULES COMMANDS</H2>
11035 <!--chtml if pinemode="function_key"-->
11036 <PRE>
11037 Available  Commands -- Group 1         Available Commands -- Group 2   
11038 -------------------------------        ------------------------------  
11039 F1  Show Help Text                      F1  Show Help Text             
11040 F2  See commands in next group          F2  See commands in next group
11041 F3  Back to MAIN Alpine menu
11042 F4  Change configuration for rule
11043 F5  Move to previous rule               F5  Include file in rule config
11044 F6  Move to next rule                   F6  Exclude file from config
11045 F7  Previous page of rules
11046 F8  Next page of rules
11047 F9  Add new rule                        F9  Replicate existing rule
11048 F10 Delete existing rule
11049 F11 Shuffle the order of rules
11050 F12 Whereis (search rule nicknames)
11051 </PRE>
11052 <!--chtml else-->
11053 <PRE>
11054 Navigation                     General Alpine Commands
11055 -------------------------      -----------------------
11056  P  Prev rule                     ?  Display this help text
11057  N  Next rule                     E  Back to MAIN Alpine menu
11058  -  Previous page
11059 Spc (space bar) Next page
11060  W  WhereIs (search for word in rule nicknames)
11062 Setup Other Rules Commands
11063 ------------------------------------------------
11064  A  Add new rule                  $  Shuffle the order of rules
11065  D  Delete existing rule          C  Change configuration for highlighted rule
11066  R  Replicate existing rule
11067  I  Include file in rule config   X  Exclude file from rule config
11068 </PRE>
11069 <!--chtml endif-->
11071 <H2>Description of the Setup Other Rules Screen</H2>
11073 This is where you may set various actions that do not fit well into the
11074 other Rules categories.
11076 <H2>Patterns</H2>
11078 Other Rules are a little different from the rest of the Rules because
11079 they depend only on the current folder, and not on a particular message.
11080 In order to determine whether or not a rule's actions should be applied
11081 the current folder is compared with the rule's Pattern, which consists
11082 of only the Current Folder Type.
11083 Current Folder Type works the same for Other Rules as it does for Roles,
11084 Filtering, Index Coloring, and Scoring.
11085 Keep in mind that the only part of the Pattern that applies to Other
11086 Rules is the Current Folder Type when looking at the description of
11087 Patterns given
11088 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11090 <H2>The Actions</H2>
11092 <H3>Set Sort Order</H3>
11094 When you enter a new folder, these rules will be checked to see if you
11095 have set a sort order that is different from your default sort order.
11096 The default is set in the Setup/Config screen with
11097 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
11098 If the Sort Order action is set, then the folder will be displayed sorted in
11099 that sort order instead of in the default order.
11101 A possible point of confusion arises when you change the configuration
11102 of the Sort Order for the currently open folder.
11103 The folder will normally be re-sorted when you go back to viewing the
11104 index.
11105 However, if you have manually sorted the folder with the
11106 Sort
11107 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
11108 command, then it will not be re-sorted until the next time it is opened.
11110 <H3>Set Index Format</H3>
11112 When you enter a new folder, these rules will be checked to see if you
11113 have set an Index Format that is different from your default Index Format,
11114 which is set with the
11115 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
11116 If so, the index will be displayed with this format instead of the default.
11118 <H3>Set Startup Rule</H3>
11120 When you enter a new folder, these rules will be checked to see if you
11121 have set a startup rule that is different from the default startup rule.
11122 The default for incoming folders is set in the Setup/Config screen with
11123 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
11124 The default for folders other than INBOX that are not part of your
11125 incoming collection
11126 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
11127 is to start with the last message in the folder.
11128 If the Startup Rule is set to something other than &quot;default&quot;,
11129 then the rule will determine which message will be the current message when
11130 the folder is first opened.
11132 The various startup rule possibilities work the same here as they do in
11133 the incoming collection, so check
11134 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
11135 for more help.
11137 <H2>Command Descriptions</H2>
11139 <H3>Add</H3>
11141 The Add command is used to add a new rule definition to your set of
11142 rules.
11143 The new rule will be added after the highlighted rule.
11145 <H3>Delete</H3>
11147 The Delete command deletes the currently highlighted rule.
11149 <H3>Change</H3>
11151 The Change command lets you edit the nickname, Pattern,
11152 and Action of the currently highlighted rule.
11154 <H3>Shuffle</H3>
11156 The Shuffle command allows you to change the order of the rules.
11157 You may move the currently highlighted rule up or down in the list.
11158 The order of the rules is important since the rules are tested for a
11159 match starting with the first rule and continuing until a match is found.
11160 You should place the rules with more specific Patterns near the beginning
11161 of the list, and those with more general Patterns near the end so that
11162 the more specific matches will happen when appropriate.
11164 <H3>Replicate</H3>
11166 The Replicate command is used to copy an existing rule definition and modify it.
11167 The new rule will be added after the highlighted rule.
11169 <H3>IncludeFile</H3>
11171 The IncludeFile command allows you to add a rules file to your configuration.
11172 Usually, your rules will be contained in your Alpine configuration file.
11173 If you wish, some or all of your rules may be stored in a separate file.
11174 If a rules file already exists (maybe it was made by somebody else using
11175 Alpine), you may insert it before the currently highlighted rule.
11176 You may also insert an empty file or a file that does not yet exist.
11177 Once you have an empty rules file in your configuration, you may use
11178 the Shuffle command to move rules into it.
11179 In fact, that's the only way to get the initial rule into the file.
11181 <H3>eXcludeFile</H3>
11183 The eXcludeFile command removes a rules file from your rules configuration.
11184 A limitation of the program is that in order to exclude a rules file
11185 that file must have at least one rule
11186 in it, otherwise you won't be able to highlight a line in the file.
11187 So you may have to add a dummy rule to the file in order to exclude the file.
11188 <P><UL>
11189 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11190 </UL>
11192 &lt;End of help on this topic&gt;
11193 </BODY>
11194 </HTML>
11195 ===== h_rules_srch =====
11196 <HTML>
11197 <HEAD>
11198 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
11199 </HEAD>
11200 <BODY>
11201 <H1>SETUP SEARCH RULES SCREEN</H1>
11202 <H2>SETUP SEARCH RULES COMMANDS</H2>
11203 <!--chtml if pinemode="function_key"-->
11204 <PRE>
11205 Available  Commands -- Group 1         Available Commands -- Group 2   
11206 -------------------------------        ------------------------------  
11207 F1  Show Help Text                      F1  Show Help Text             
11208 F2  See commands in next group          F2  See commands in next group
11209 F3  Back to MAIN Alpine menu
11210 F4  Change configuration for rule
11211 F5  Move to previous rule               F5  Include file in rule config
11212 F6  Move to next rule                   F6  Exclude file from config
11213 F7  Previous page of rules
11214 F8  Next page of rules
11215 F9  Add new rule                        F9  Replicate existing rule
11216 F10 Delete existing rule
11217 F11 Shuffle the order of rules
11218 F12 Whereis (search rule nicknames)
11219 </PRE>
11220 <!--chtml else-->
11221 <PRE>
11222 Navigation                     General Alpine Commands
11223 -------------------------      -----------------------
11224  P  Prev rule                     ?  Display this help text
11225  N  Next rule                     E  Back to MAIN Alpine menu
11226  -  Previous page
11227 Spc (space bar) Next page
11228  W  WhereIs (search for word in rule nicknames)
11230 Setup Search Rules Commands
11231 ------------------------------------------------
11232  A  Add new rule                  $  Shuffle the order of rules
11233  D  Delete existing rule          C  Change configuration for highlighted rule
11234  R  Replicate existing rule
11235  I  Include file in rule config   X  Exclude file from rule config
11236 </PRE>
11237 <!--chtml endif-->
11239 <H2>Description of the Setup Search Rules Screen</H2>
11241 One of the commands that becomes available when that feature is turned on
11242 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
11243 screen to select a set of messages.
11244 One way of selecting messages is to use a Rule.
11245 All of the messages that match (or don't match if you wish)
11246 a Rule's Pattern will be selected.
11248 Any of your Rules may be used for this purpose.
11249 You might already have Rules set up for filtering, index line color, scores, or roles;
11250 and you may use any of those Rules with the Select command.
11251 However, you might find it more convenient to set up a separate set of Rules
11252 just for this purpose without having to worry about what other effects
11253 they may cause.
11254 That is the purpose of these Select Rules.
11257 Each rule has a &quot;Pattern&quot;
11258 that is used to decide which messages are selected when you use it with
11259 the Select command.
11261 <H2>Patterns</H2>
11263 In order to determine whether or not a message should be selected
11264 the message is compared with the rule's Pattern.
11265 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11266 Scoring, Other Rules, and Search Rules, so are described in only one place,
11267 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11269 <H2>Command Descriptions</H2>
11271 <H3>Add</H3>
11273 The Add command is used to add a new rule definition to your set of
11274 rules.
11275 The new rule will be added after the highlighted rule.
11277 <H3>Delete</H3>
11279 The Delete command deletes the currently highlighted rule.
11281 <H3>Change</H3>
11283 The Change command lets you edit the nickname and Pattern
11284 of the currently highlighted rule.
11286 <H3>Shuffle</H3>
11288 The Shuffle command allows you to change the order of the rules.
11289 This affects only the order they are presented in when you use the
11290 ^T subcommand of the Select by Rule command.
11291 You may move the currently highlighted rule up or down in the list.
11293 <H3>Replicate</H3>
11295 The Replicate command is used to copy an existing rule definition and modify it.
11296 The new rule will be added after the highlighted rule.
11298 <H3>IncludeFile</H3>
11300 The IncludeFile command allows you to add a rules file to your configuration.
11301 Usually, your rules will be contained in your Alpine configuration file.
11302 If you wish, some or all of your rules may be stored in a separate file.
11303 If a rules file already exists (maybe it was made by somebody else using
11304 Alpine), you may insert it before the currently highlighted rule.
11305 You may also insert an empty file or a file that does not yet exist.
11306 Once you have an empty rules file in your configuration, you may use
11307 the Shuffle command to move rules into it.
11308 In fact, that's the only way to get the initial rule into the file.
11310 <H3>eXcludeFile</H3>
11312 The eXcludeFile command removes a rules file from your rules configuration.
11313 A limitation of the program is that in order to exclude a rules file
11314 that file must have at least one rule
11315 in it, otherwise you won't be able to highlight a line in the file.
11316 So you may have to add a dummy rule to the file in order to exclude the file.
11317 <P><UL>
11318 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11319 </UL>
11321 &lt;End of help on this topic&gt;
11322 </BODY>
11323 </HTML>
11324 ===== h_rules_incols =====
11325 <HTML>
11326 <HEAD>
11327 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
11328 </HEAD>
11329 <BODY>
11330 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
11331 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
11332 <!--chtml if pinemode="function_key"-->
11333 <PRE>
11334 Available  Commands -- Group 1         Available Commands -- Group 2   
11335 -------------------------------        ------------------------------  
11336 F1  Show Help Text                      F1  Show Help Text             
11337 F2  See commands in next group          F2  See commands in next group
11338 F3  Back to MAIN Alpine menu
11339 F4  Change configuration for rule
11340 F5  Move to previous rule               F5  Include file in rule config
11341 F6  Move to next rule                   F6  Exclude file from config
11342 F7  Previous page of rules
11343 F8  Next page of rules
11344 F9  Add new rule                        F9  Replicate existing rule
11345 F10 Delete existing rule
11346 F11 Shuffle the order of rules
11347 F12 Whereis (search rule nicknames)
11348 </PRE>
11349 <!--chtml else-->
11350 <PRE>
11351 Navigation                     General Alpine Commands
11352 -------------------------      -----------------------
11353  P  Prev rule                     ?  Display this help text
11354  N  Next rule                     E  Back to MAIN Alpine menu
11355  -  Previous page
11356 Spc (space bar) Next page
11357  W  WhereIs (search for word in rule nicknames)
11359 Setup Index Color Commands
11360 ------------------------------------------------
11361  A  Add new rule                  $  Shuffle the order of rules
11362  D  Delete existing rule          C  Change configuration for highlighted rule
11363  R  Replicate existing rule
11364  I  Include file in rule config   X  Exclude file from rule config
11365 </PRE>
11366 <!--chtml endif-->
11368 <H2>Description of the Setup Index Line Colors Screen</H2>
11370 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
11371 This action is only available if your terminal is capable of displaying
11372 color and color display has been enabled with the
11373 <A HREF="h_config_color_style">Color Style</A> option within the
11374 Setup Color screen.
11375 (In PC-Alpine, color is always enabled so there is no option to turn on.)
11376 This screen lets you add, delete, modify, or change the order of the rules
11377 that cause the lines in the MESSAGE INDEX to be displayed in different
11378 colors.
11380 Each rule has a &quot;Pattern&quot;,
11381 which is used to decide which of the rules is used; and the color that
11382 is used if the Pattern matches a particular message.
11384 <H2>Index Color Patterns</H2>
11386 In order to determine whether or not a message matches an Index Color Rule
11387 the message is compared with the rule's Pattern.
11388 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11389 Scoring, Other Rules, and Search Rules, so are described in only one place,
11390 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11393 If none of the Index Color rules is a match for a particular index line,
11394 then the color used is set using
11395 the <A HREF="h_color_setup">Setup Kolor</A> screen.
11397 <H2>Index Line Color</H2>
11399 This is the color that index lines are colored when there is a matching
11400 Pattern.
11401 This colors the whole index line, except possibly the status letters,
11402 which may be colored separately using
11403 the <A HREF="h_color_setup">Setup Kolor</A> screen.
11405 <H2>Command Descriptions</H2>
11407 <H3>Add</H3>
11409 The Add command is used to add a new rule definition to your set of
11410 rules.
11411 The new rule will be added after the highlighted rule.
11413 <H3>Delete</H3>
11415 The Delete command deletes the currently highlighted rule.
11417 <H3>Change</H3>
11419 The Change command lets you edit the nickname, Pattern,
11420 and Index Line Color of the currently highlighted rule.
11422 <H3>Shuffle</H3>
11424 The Shuffle command allows you to change the order of the rules.
11425 You may move the currently highlighted rule up or down in the list.
11426 The order of the rules is important since the rules are tested for a
11427 match starting with the first rule and continuing until a match is found.
11428 You should place the rules with more specific Patterns near the beginning
11429 of the list, and those with more general Patterns near the end so that
11430 the more specific matches will happen when appropriate.
11432 <H3>Replicate</H3>
11434 The Replicate command is used to copy an existing rule definition and modify it.
11435 The new rule will be added after the highlighted rule.
11437 <H3>IncludeFile</H3>
11439 The IncludeFile command allows you to add a rules file to your configuration.
11440 Usually, your rules will be contained in your Alpine configuration file.
11441 If you wish, some or all of your rules may be stored in a separate file.
11442 If a rules file already exists (maybe it was made by somebody else using
11443 Alpine), you may insert it before the currently highlighted rule.
11444 You may also insert an empty file or a file that does not yet exist.
11445 Once you have an empty rules file in your configuration, you may use
11446 the Shuffle command to move rules into it.
11447 In fact, that's the only way to get the initial rule into the file.
11449 <H3>eXcludeFile</H3>
11451 The eXcludeFile command removes a rules file from your rules configuration.
11452 A limitation of the program is that in order to exclude a rules file
11453 that file must have at least one rule
11454 in it, otherwise you won't be able to highlight a line in the file.
11455 So you may have to add a dummy rule to the file in order to exclude the file.
11456 <P><UL>
11457 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11458 </UL>
11460 &lt;End of help on this topic&gt;
11461 </BODY>
11462 </HTML>
11463 ===== h_rules_filter =====
11464 <HTML>
11465 <HEAD>
11466 <TITLE>SETUP FILTERING SCREEN</TITLE>
11467 </HEAD>
11468 <BODY>
11469 <H1>SETUP FILTERING SCREEN</H1>
11470 <H2>SETUP FILTERING COMMANDS</H2>
11471 <!--chtml if pinemode="function_key"-->
11472 <PRE>
11473 Available  Commands -- Group 1         Available Commands -- Group 2   
11474 -------------------------------        ------------------------------  
11475 F1  Show Help Text                      F1  Show Help Text             
11476 F2  See commands in next group          F2  See commands in next group
11477 F3  Back to MAIN Alpine menu
11478 F4  Change configuration for filter
11479 F5  Move to previous filter             F5  Include file in filter config
11480 F6  Move to next filter                 F6  Exclude file from config
11481 F7  Previous page of filters
11482 F8  Next page of filters
11483 F9  Add new filter                      F9  Replicate existing filter
11484 F10 Delete existing filter
11485 F11 Shuffle the order of filters
11486 F12 Whereis (search filter nicknames)
11487 </PRE>
11488 <!--chtml else-->
11489 <PRE>
11490 Navigation                     General Alpine Commands
11491 -------------------------      -----------------------
11492  P  Prev Filter                   ?  Display this help text
11493  N  Next Filter                   E  Back to MAIN Alpine menu
11494  -  Previous page
11495 Spc (space bar) Next page
11496  W  WhereIs (search for word in filter nicknames)
11498 Setup Filters Commands
11499 ------------------------------------------------
11500  A  Add new filter                $  Shuffle the order of filters
11501  D  Delete existing filter        C  Change configuration for highlighted filter
11502  R  Replicate existing filter
11503  I  Include file in filter config X  Exclude file from filter config
11504 </PRE>
11505 <!--chtml endif-->
11507 <H2>Description of the Setup Filtering Screen</H2>
11509 This screen lets you add, delete, modify, or change the order of the rules
11510 that determine the filtering Alpine does on folders you view.
11512 The software that actually delivers mail (the stuff that happens
11513 before Alpine is involved) for you is in a better position to do mail filtering
11514 than Alpine itself.
11515 If possible, you may want to look into using that sort of mail filtering to
11516 deliver mail to different folders, delete it, or forward it.
11517 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
11519 Filtering is a way to automatically move certain messages from one folder
11520 to another or to delete messages.
11521 It can also be used to set message status (Important, Deleted, New,
11522 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
11523 Alpine doesn't have the ability to forward mail to another address or
11524 to deliver vacation messages.
11526 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
11527 When a folder is opened, when new mail arrives in an open folder, or
11528 when mail is Expunged from a folder; each
11529 message is compared with the Patterns of your filtering rules.
11530 The comparisons start with the first rule and keep going until there
11531 is a match.
11532 If a match is found, the message may be deleted or moved, depending on
11533 the setting of the Filter Action.
11534 If the message is not deleted, it may have its status altered.
11537 <EM>NOTE:</EM>
11538 When setting up a Pattern used to delete messages,
11539 it is recommended that you test the Pattern first with a &quot;Move&quot;
11540 folder specified in
11541 case unintended matches occur.  Messages that are deleted will be removed 
11542 from the folder and <EM>unrecoverable</EM> from within Alpine after the
11543 next Expunge command or once the folder being filtered has been closed.
11545 <H2>Filter Patterns</H2>
11547 In order to determine whether or not a message matches a filter the message is
11548 compared with the Filter's Pattern.
11549 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11550 Scoring, Other Rules, and Search Rules, so are described in only one place,
11551 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11553 Since filtering is a potentially destructive action, if you have a filtering
11554 Pattern with nothing other than Current Folder Type set, that filtering
11555 rule is ignored.
11557 <H2>Filter Actions</H2>
11559 Once a filter match is found for a particular message, there are some actions
11560 that may be taken.
11561 First, the message may have its status changed.
11562 This is the same message status that you can manipulate manually using the
11563 <a href="h_common_flag">Flag Command</a>.
11564 There are always four elements of message status that you can control.
11565 You can set or clear the Important status, the New status, the Deleted
11566 status, and the Answered status.
11567 Of course, if the filter is going to delete the message,
11568 then there is no point in setting message status.
11569 You may also be able to set user-defined keywords for a message.
11570 Read a little about keywords in the help text for the
11571 <A HREF="h_common_flag">Flag</A> command.
11573 Second, the filter may delete or move the message.
11574 Deleting the message marks it Deleted and removes it from view.
11575 It is effectively gone forever (though it technically is still there until
11576 the next expunge command, which may happen implicitly).
11577 Moving the message moves it from the open folder into the folder
11578 listed on the &quot;Folder List&quot; line of the filter configuration.
11579 If you list more than one folder name (separated by commas) then the message
11580 will be copied to each of those folders.
11581 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
11582 message is removed from the current folder.
11583 If you just want to set the messages status without deleting it from
11584 the folder, then set the filter action to
11585 &quot;Just Set Message Status&quot;.
11587 (There is no way to do a Copy instead of a Move, due to the difficulties
11588 involved in keeping track of whether or not a message has
11589 already been copied.)
11591 <H2>Command Descriptions</H2>
11593 <H3>Add</H3>
11595 The Add command is used to add a new filter definition to your set of
11596 filters.
11597 The new filter will be added after the highlighted filter.
11599 <H3>Delete</H3>
11601 The Delete command deletes the currently highlighted filter.
11603 <H3>Change</H3>
11605 The Change command lets you edit the nickname, Pattern,
11606 and Folder of the currently highlighted filter.
11608 <H3>Shuffle</H3>
11610 The Shuffle command allows you to change the order of the filters.
11611 You may move the currently highlighted filter up or down in the list.
11612 The order of the filters is important since the filters are tested for a
11613 match starting with the first filter and continuing until a match is found.
11614 You should place the filters with more specific Patterns near the beginning
11615 of the list, and those with more general Patterns near the end so that
11616 the more specific matches will happen when appropriate.
11618 <H3>Replicate</H3>
11620 The Replicate command is used to copy an existing filter and modify it.
11621 The new filter will be added after the highlighted filter.
11623 <H3>IncludeFile</H3>
11625 The IncludeFile command allows you to add a filters file to your configuration.
11626 Usually, your filters will be contained in your Alpine configuration file.
11627 If you wish, some or all of your filters may be stored in a separate file.
11628 If a filters file already exists (maybe it was made by somebody else using
11629 Alpine), you may insert it before the currently highlighted filter.
11630 You may also insert an empty file or a file that does not yet exist.
11631 Once you have an empty filters file in your configuration, you may use
11632 the Shuffle command to move filters into it.
11633 In fact, that's the only way to get the initial filter into the file.
11635 <H3>eXcludeFile</H3>
11637 The eXcludeFile command removes a filters file from your filters configuration.
11638 A limitation of the program is that in order to exclude a filters file
11639 that file must have at least one filter
11640 in it, otherwise you won't be able to highlight a line in the file.
11641 So you may have to add a dummy filter to the file in order to exclude the file.
11642 <P><UL>
11643 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11644 </UL>
11646 <H3>Performance Considerations</H3>
11647 The number and type of patterns being tested can 
11648 adversely effect performance.  Issues to be aware
11649 of include:
11651 <UL>
11652   <LI> The more filters you have defined the longer it will take to run down
11653 the list.  Deleting unused filters is a good idea.
11654   <LI> Filtering in newsgroups served by an NNTP server will be slow
11655 if your patterns include tests other than &quot;From:&quot;
11656 or &quot;Subject:&quot;.
11657 </UL>
11659 &lt;End of help on this topic&gt;
11660 </BODY>
11661 </HTML>
11662 ===== h_rules_score =====
11663 <HTML>
11664 <HEAD>
11665 <TITLE>SETUP SCORING SCREEN</TITLE>
11666 </HEAD>
11667 <BODY>
11668 <H1>SETUP SCORING SCREEN</H1>
11669 <H2>SETUP SCORING COMMANDS</H2>
11670 <!--chtml if pinemode="function_key"-->
11671 <PRE>
11672 Available  Commands -- Group 1         Available Commands -- Group 2   
11673 -------------------------------        ------------------------------  
11674 F1  Show Help Text                      F1  Show Help Text             
11675 F2  See commands in next group          F2  See commands in next group
11676 F3  Back to MAIN Alpine menu
11677 F4  Change configuration for rule
11678 F5  Move to previous rule               F5  Include file in rule config
11679 F6  Move to next rule                   F6  Exclude file from config
11680 F7  Previous page of rules
11681 F8  Next page of rules
11682 F9  Add new rule                        F9  Replicate existing rule
11683 F10 Delete existing rule
11684 F11 Shuffle the order of rules
11685 F12 Whereis (search rule nicknames)
11686 </PRE>
11687 <!--chtml else-->
11688 <PRE>
11689 Navigation                     General Alpine Commands
11690 -------------------------      -----------------------
11691  P  Prev rule                     ?  Display this help text
11692  N  Next rule                     E  Back to MAIN Alpine menu
11693  -  Previous page
11694 Spc (space bar) Next page
11695  W  WhereIs (search for word in rule nicknames)
11697 Setup Scoring Commands
11698 ------------------------------------------------
11699  A  Add new rule                  $  Shuffle the order of rules
11700  D  Delete existing rule          C  Change configuration for highlighted rule
11701  R  Replicate existing rule
11702  I  Include file in rule config   X  Exclude file from rule config
11703 </PRE>
11704 <!--chtml endif-->
11706 <H2>Description of the Setup Scoring Screen</H2>
11708 Most people will not use scores at all, but if you do use them, here's how
11709 they work in Alpine.
11710 Using this screen, you may define Scoring rules.
11711 The score for a message is calculated by looking at every Score rule defined
11712 and adding up the Score Values for the ones that match the message.
11713 If there are no matches for a message, it has a score of zero.
11714 Message scores may be used a couple of ways in Alpine.
11716 <H3>Sorting by Score</H3>
11718 One of the methods you may use to sort message indexes is to sort by
11719 score.
11720 The scores of all the messages in a folder will be calculated and then
11721 the index will be ordered by placing the messages in order of ascending or
11722 descending score.
11724 <H3>Scores for use in Patterns</H3>
11726 The Patterns used for Roles, Index Line Coloring, and Filtering have a
11727 category labeled &quot;Score Interval&quot;.
11728 When a message is being compared with a Pattern to check for a match, if
11729 the Score Interval is set only messages that have a score somewhere in
11730 the interval are a match.
11732 <H2>Scoring Rule Patterns</H2>
11734 In order to determine whether or not a message matches a scoring rule
11735 the message is compared with the rule's Pattern.
11736 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11737 Scoring, Other Rules, and Search Rules, so are described in only one place,
11738 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11741 Actually, Scoring rule Patterns are slightly different from the other types of
11742 Patterns because Scoring rule Patterns don't contain a Score Interval.
11743 In other words, when calculating the score for a message, which is done
11744 by looking at the Scoring rule Patterns, scores aren't used.
11746 <H2>Score Value</H2>
11748 This is the value that will be added to the score for a message if the
11749 rule's Pattern is a match.
11750 Each individual Score Value is an integer between -100 and 100, and the
11751 values from matching rules are added together to get a message's score.
11752 There is also a way to extract the value from a particular header of each
11753 message. See the help text for Score Value for further information.
11755 <H2>Command Descriptions</H2>
11757 <H3>Add</H3>
11759 The Add command is used to add a new scoring rule definition.
11760 The new rule will be added after the highlighted rule.
11762 <H3>Delete</H3>
11764 The Delete command deletes the currently highlighted scoring rule.
11766 <H3>Change</H3>
11768 The Change command lets you edit the nickname, Pattern,
11769 and Score Value of the currently highlighted scoring rule.
11771 <H3>Shuffle</H3>
11773 The Shuffle command allows you to change the order of the scoring rules.
11774 You may move the currently highlighted rule up or down in the list.
11775 The order of the rules is important since the rules are tested for a
11776 match starting with the first rule and continuing until a match is found.
11777 You should place the rules with more specific Patterns near the beginning
11778 of the list, and those with more general Patterns near the end so that
11779 the more specific matches will happen when appropriate.
11781 <H3>Replicate</H3>
11783 The Replicate command is used to copy an existing rule and modify it.
11784 The new rule will be added after the highlighted rule.
11786 <H3>IncludeFile</H3>
11788 The IncludeFile command allows you to add a rules file to your configuration.
11789 Usually, your rules will be contained in your Alpine configuration file.
11790 If you wish, some or all of your rules may be stored in a separate file.
11791 If a rules file already exists (maybe it was made by somebody else using
11792 Alpine), you may insert it before the currently highlighted rule.
11793 You may also insert an empty file or a file that does not yet exist.
11794 Once you have an empty rules file in your configuration, you may use
11795 the Shuffle command to move rules into it.
11796 In fact, that's the only way to get the initial rule into the file.
11798 <H3>eXcludeFile</H3>
11800 The eXcludeFile command removes a rules file from your rules configuration.
11801 A limitation of the program is that in order to exclude a rules file
11802 that file must have at least one rule
11803 in it, otherwise you won't be able to highlight a line in the file.
11804 So you may have to add a dummy rule to the file in order to exclude the file.
11805 <P><UL>
11806 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11807 </UL>
11809 &lt;End of help on this topic&gt;
11810 </BODY>
11811 </HTML>
11812 ===== h_direct_config =====
11813 <HTML>
11814 <HEAD>
11815 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
11816 </HEAD>
11817 <BODY>
11818 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
11819 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
11820 <!--chtml if pinemode="function_key"-->
11821 <PRE>
11822 Available  Commands                        
11823 -------------------------------            
11824 F1  Show Help Text                         
11825 F3  Back to MAIN Alpine menu                 
11826 F4  Change configuration for directory server  
11827 F5  Move to previous directory server          
11828 F6  Move to next directory server              
11829 F7  Previous page of directory servers         
11830 F8  Next page of directory servers
11831 F9  Add new directory server
11832 F10 Delete existing directory server
11833 F11 Shuffle the order of directory servers
11834 F12 Whereis (search directory server titles)   
11835 </PRE>
11836 <!--chtml else-->
11837 <PRE>
11838 Navigation                     General Alpine Commands
11839 -------------------------      -----------------------
11840  P  Prev Directory Server         ?  Display this help text
11841  N  Next Directory Server         E  Back to MAIN Alpine menu
11842  -  Previous page
11843 Spc (space bar) Next page
11844  W  WhereIs (search for word in directory server titles)
11846 Setup LDAP Directory Server Commands
11847 ------------------------------------------------
11848  A  Add new directory server      $  Shuffle the order of directory servers
11849  D  Delete existing dir server    C  Change configuration for highlighted server
11850 </PRE>
11851 <!--chtml endif-->
11853 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
11855 This screen lets you add, delete, modify, or change the order of your
11856 directory servers. You may also set some optional behavior for each server.
11857 The &quot;Add Dir&quot; command brings up a blank form to 
11858 fill in. You will have to supply at least the name of the LDAP server.
11859 You will often have to supply a search base to be used with that server,
11860 as well. Once the form has been brought up on your screen, there is help
11861 available for each of the options you may set.
11863 The &quot;Del Dir&quot; command allows you to remove a directory server
11864 from your configuration.
11866 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
11867 The difference is that instead of bringing up a form for a new server
11868 configuration, you are changing the configuration of an existing entry.
11869 For example, you might want to correct a typing error, change a
11870 nickname, or change one of the options set for that server.
11872 The &quot;Shuffle&quot; command is used to change the order of directory
11873 servers.
11874 <P><UL>
11875 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11876 </UL>
11878 &lt;End of help on this topic&gt;
11879 </BODY>
11880 </HTML>
11881 ============= h_address_display ========================
11882 <HTML>
11883 <HEAD>
11884 <TITLE>SEARCH RESULTS INDEX</TITLE>
11885 </HEAD>
11886 <BODY>
11887 <H1>SEARCH RESULTS INDEX</H1>
11888 This screen shows the results, if any, of your Directory Server search.  
11889 Commands (besides those for screen navigation) are:
11890 <DL>
11891 <DT>View
11892 <!--chtml if pinemode="function_key"-->
11893 (F4)
11894 <!--chtml else-->
11896 <!--chtml endif-->
11897 </DT>
11898 <DD>See the full information for the selected entry.
11900 <DT>Compose
11901 <!--chtml if pinemode="function_key"-->
11902 (F9)
11903 <!--chtml else-->
11905 <!--chtml endif--></DT>
11906 <DD>Compose a message with the selected entry as the recipient.
11908 <DT>Role
11909 <!--chtml if pinemode="function_key"-->
11910 (F2)
11911 <!--chtml else-->
11913 <!--chtml endif--></DT>
11914 <DD>Compose a message with the selected entry as the recipient. This differs
11915 from Compose in that you may select a role before beginning your composition.
11917 <DT>Forward
11918 <!--chtml if pinemode="function_key"-->
11919 (F10)
11920 <!--chtml else-->
11922 <!--chtml endif--></DT>
11923 <DD>Send the full information for the selected entry as an 
11924 email message to someone else.
11926 <DT>Save
11927 <!--chtml if pinemode="function_key"-->
11928 (F11)
11929 <!--chtml else-->
11931 <!--chtml endif-->
11932 </DT>
11933 <DD>Save to your address book:
11934 <UL>
11935 <LI>the result of the search (as just found through your query) for the 
11936 selected entry; or 
11937 <LI>the selected entry for repeated Directory Server searching when used 
11938 in the future.
11939 </UL>
11940 or<BR>
11941 Export to a file (external to Alpine):
11942 <UL>
11943 <LI>the full information for the selected entry; or
11944 <LI>the email address from the selected entry; or
11945 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
11946 </UL>
11947 <DT>WhereIs
11948 <!--chtml if pinemode="function_key"-->
11949 (F12)
11950 <!--chtml else-->
11952 <!--chtml endif-->
11953 </DT>
11954 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
11955 displayed text, not the full records for each entry.)  
11956 </DL>
11957 &lt;End of help on this topic&gt;
11958 </BODY>
11959 </HTML>
11960 ============= h_address_select ========================
11961 <HTML>
11962 <HEAD>
11963 <TITLE>SEARCH RESULTS INDEX</TITLE>
11964 </HEAD>
11965 <BODY>
11966 <H1>SEARCH RESULTS INDEX</H1>
11967 This screen shows the results, if any, of your Directory Server search.  
11968 Commands (besides those for screen navigation) are:
11969 <DL>
11970 <DT>Select
11971 </DT>
11972 <DD>Select this entry for use.
11974 <DT>ExitSelect
11975 <DD>Exit without selecting any of the entries.
11977 <DT>WhereIs
11978 </DT>
11979 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
11980 displayed text, not the full records for each entry.)  
11981 </DL>
11982 &lt;End of help on this topic&gt;
11983 </BODY>
11984 </HTML>
11985 ===== h_folder_maint =====
11986 <HTML>
11987 <HEAD>
11988 <TITLE>Help for Folder List</TITLE>
11989 </HEAD>
11990 <BODY>
11991 <H1>FOLDER LIST COMMANDS</H1>
11992 <!--chtml if pinemode="function_key"-->
11993 <PRE>
11994 Available Commands -- Group 1        Available Commands -- Group 2
11995 -------------------------------      ------------------------------
11996 F1  Show Help Text                    F1  Show Help Text               
11997 F2  See commands in next group        F2  See commands in next group  
11998 F3  MAIN MENU Screen                  F3  Quit Alpine                    
11999 F4  Select folder and view it         F4  MAIN MENU Screen
12000 F5  Move to previous folder
12001 F6  Move to next folder               F6  Specify a folder to go to
12002 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
12003 F8  Show next screen of listing       F8  Compose a message
12004 F9  Add a new folder                  F9  Print folder listing
12005 F10 Delete selected folder
12006 F11 Rename selected folder
12007 F12 Whereis (search folder names)
12009 Available Commands -- Group 3
12010 F1  Show Help Text
12011 F2  See commands in next group
12012 F5  Go to next new message
12013     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
12014 F8  Compose a message using roles
12015 F9  Export folder to a file
12016 F10 Import the file back to a folder
12017 </PRE>
12018 <!--chtml else-->
12019 <PRE>
12020 Navigating the Folder Screen            Operations on the Selected Folder
12021 ----------------------------            ---------------------------------
12022  P   Move to previous folder              V  View Index of selected folder
12023  N   Move to next folder                  D  Delete
12024  -   Show previous page of listing        R  Rename
12025 Spc  (space bar) Show next page           E  Export to file
12026                                           U  Import from file to folder
12028 FOLDER LIST Screen Commands              General Alpine Command
12029 ---------------------------              -----------------------
12030  A  Add a folder                          O  Show all other available commands
12031  G  Specify a folder to go to             ?  Show Help text
12032  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
12033  W  Whereis (search folder names)         Q  Quit Alpine
12034  %  Print folder listing                  C  Compose a message
12035                                           #  Compose a message using roles
12036 </PRE>
12037 <!--chtml endif-->
12039 These commands are only available in the FOLDER LIST screen when the 
12040 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
12041 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
12042 <DT>Select:</DT>
12043 <DD>Select folders by certain criteria:<UL>
12044 <LI>All: of limited use, since there is no Apply command.
12045 <LI>by Property: <UL>
12046         <LI>folder contains messages not yet seen 
12047         <LI>folder contains new messages
12048         <LI>folder contains exactly as many, more, or fewer messages 
12049 than a given number
12050         </UL>
12051 <LI>by Text: <UL>
12052         <LI>contained in name of folder (Name Select)
12053         <LI>contained in messages in folder (Content Select)
12054         </UL>
12055 </UL></DD>
12057 <DT>Select current:</DT>
12058 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
12059 add one or more folders to a set created with the Select command described 
12060 above.)</DD>
12061 <DT>Zoom mode:</DT>
12062 <DD>Toggles display of only selected folders or all folders on and off.</DD>
12063 </DL>
12065 If the feature
12066 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
12067 is set then the TAB key will display the number of recent messages and
12068 the total number of messages in the highlighted folder.
12070 The &quot;Export&quot; command causes the lowest common denominator style
12071 mailbox to be written to a file.
12072 If the file already exists, you are asked if you want to delete it.
12073 If you say No, then the operation is aborted.
12074 Export might be a reasonable way to store a backup or an archival copy of
12075 a folder.
12076 The exported-to file is a local file on the system where you are running Alpine.
12077 The &quot;Import&quot; command is the opposite of the Export command.
12078 It reads a file created by Export and asks where it should save it in your
12079 folders.
12080 This could be a new folder or an existing folder.
12081 If the folder already exists, the messages from the exported file will be
12082 appended to the folder.
12084 <CENTER>Description of the FOLDER LIST Screen</CENTER>
12086 The purpose of the FOLDER LIST screen is to help you browse and manage
12087 the folders and directories (also known as &quot;hierarchy&quot;)
12088 contained within a collection.
12091 Folders and directories are arranged alphabetically across lines of
12092 the screen.  Directories, if present, are denoted by a special
12093 character at the end of the name known as the hierarchy delimiter
12094 (typically, &quot;/&quot;).  By default, folders and directories are
12095 mixed together.  The
12096 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
12097 configuration option can be used to group directories toward the 
12098 beginning or end of the list.
12101 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
12102 commands change the &quot;selected&quot; (i.e., highlighted) folder or
12103 directory, and the View Fldr/Dir commands will &quot;open&quot; the
12104 selected item.  Folder and directory management is provided via the
12105 Rename, Delete and Add commands.
12107 <P><CENTER>About Folders</CENTER>
12108 What are Folders?<P>
12110 Folders are simply files where messages are kept.  Every message has to be
12111 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
12112 folder for sent mail and a folder for saved messages.<P>
12114 You may create as many other folders as you wish.  They must be given
12115 names that can be filenames on the filesystem.  
12118 You can move messages from one folder to another by opening the original
12119 folder and saving messages into the other folder just as you can save
12120 message from your INBOX to any other folder.<P>
12122 Folders are typically just files in the filesystem.  However, the files
12123 that are
12124 folders have some special formatting in them (so that Alpine knows where one
12125 message ends and another begins) and should <EM>not</EM> be edited outside of
12126 Alpine.  If you want copies of your messages in text files that you can edit
12127 or otherwise manipulate, use the Export command to copy them from Alpine into
12128 your regular file area.
12131 FOR MORE INFORMATION: See the section on
12132 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12134 <CENTER>About Directories</CENTER>
12136 A directory is simply a container used to group folders within a
12137 folder list.  You can create as many directories as you like.  And 
12138 directories can even contain directories themselves.
12141 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
12142 to note that not all IMAP servers support directories.  If you find that
12143 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
12144 then it's likely that directories are not supported by the server serving
12145 in that collection.
12148 Similarly, servers that do provide for directories may not do so in
12149 the same way.  On some servers, for example, each folder name you
12150 create is at the same time capable of being a directory.  When this
12151 happens, Alpine will display both the folder name and the name of the
12152 directory (with trailing hierarchy delimiter) in the folder list.
12155 Another issue with IMAP access, though with a much smaller set of servers,
12156 is that not all servers accept the request to list out the available
12157 folders and directories in the same way.  If you find yourself having
12158 trouble viewing folders on your server, you might investigate the
12159 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
12160 feature.
12162 <UL>
12163 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12164 </UL>
12166 &lt;End of help on this topic&gt;
12167 </BODY>
12168 </HTML>
12169 ========= h_valid_folder_names ========
12170 <HTML>
12171 <HEAD>
12172 <TITLE>Explanation of Valid Folder Names</TITLE>
12173 </HEAD>
12174 <BODY>
12175 <H1>Folder Name Syntax Explained</H1>
12177 Once your folder collections are defined, you can usually refer to
12178 folders by their simple (unqualified) name, or pick from a FOLDER LIST
12179 display.  However, understanding the complete syntax for folder names,
12180 both local and remote, is handy when using the Goto command and when
12181 you are adding new folder collections via the Setups/collectionList screen.
12183 An Alpine folder name looks like
12186 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
12189 The square brackets ([]) mean that the part is optional.
12192 If there is no remote-specification, then the folder name is interpreted
12193 locally on the computer running Alpine.
12194 Local folder names depend on the operating system used by the computer 
12195 running Alpine, as well as the configuration of that system.  For example,
12196 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
12197 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
12198 system running Unix.
12201 Alpine users have the option of using folders that are stored on some other
12202 computer.  Alpine accesses remote folders via IMAP (the Internet Message
12203 Access Protocol), or in the case of news, via NNTP (the Network News
12204 Transport Protocol).  To be able to access remote folders in Alpine, the
12205 remote host must be running the appropriate server software (imapd or
12206 nntpd) and you must correctly specify the name of the folder to Alpine,
12207 including the domain name of the remote machine. For example,
12209 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
12211 could be a remote folder specification, and so could
12213 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
12216 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
12218 Note that in the case of remote folders, the directory/file path in the specification is 
12219 determined by the operating system of the remote computer, <B>not</B> by
12220 the operating system of the computer on which you are running Alpine.
12222 As you can tell, the name of the computer is in &#123;} brackets
12223 followed immediately by the name of the folder.  (In each of these cases the
12224 optional namespace is missing.)  If, as in these
12225 examples, there is no remote access protocol specified, then IMAP is
12226 assumed.  Check
12227 <A HREF="h_folder_server_syntax">here</A>
12228 for a more detailed look at what options can be placed between the brackets.
12229 If there are no brackets at all, then the folder name is interpreted locally
12230 on the computer on which you are running Alpine.
12233 To the right of the brackets when a server name is present, or at the
12234 start of the foldername if no server is present, the sharp sign,
12235 &quot;#&quot;, holds special meaning.  It indicates a folder name
12236 outside the area reserved for your personal folders.  In fact, it's
12237 used to indicate both the name of the folder, and a special phrase
12238 telling Alpine how to interpret the name that follows.
12241 So, for example, Alpine can be used to access a newsgroup that might be 
12242 available on your computer using:
12244 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
12246 The sharp sign indicates the folder name is outside your personal
12247 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
12248 interpret the remainder of the name as a newsgroup.
12251 Similarly, to access a newsgroup on your IMAP server, you might
12252 use something like:
12254 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
12257 There are a number of such special phrases (or &quot;namespaces&quot;)
12258 available.  For a more detailed explanation read about
12259 <A HREF="h_folder_name_namespaces">Namespaces</A>.
12262 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
12263 names.  The name INBOX refers to your &quot;principal incoming
12264 message folder&quot; and will be mapped to the actual file name used for your
12265 INBOX on any given host.  Therefore, a name like
12266 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
12267 store incoming mail for you on that particular host.
12270 &lt;End of help on this topic&gt;
12271 </BODY>
12272 </HTML>
12273 ======= h_folder_name_namespaces =======
12274 <HTML>
12275 <HEAD>
12276 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
12277 </HEAD>
12278 <BODY>
12279 <H1>Folder Name Namespaces Explained</H1>
12281 An Alpine folder name looks like
12284 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
12287 The local part of a folder name has an optional &quot;Namespace&quot; which
12288 tells Alpine how to interpret the rest of the name.
12290 <P> 
12291 By default the folder name is interpreted as defining a section of your personal
12292 folder area.  This area and how you specify it are defined by the
12293 server, if one is specified, or, typically, the home
12294 directory, if no server is defined.
12297 If a namespace is specified, it begins with the
12298 sharp, &quot;#&quot;, character followed by the name of the namespace
12299 and then the namespace's path-element-delimiter.  Aside from the
12300 path's format, namespaces can also imply access rights, content
12301 policy, audience, location, and, occasionally, access methods.
12304 Each server exports its own set (possibly of size one) of 
12305 namespaces.  Hence, it's likely communication with your server's
12306 administrator will be required for specific configurations.  Some of
12307 the more common namespaces, however, include:
12309 <DL>
12310 <DT>#news.</DT>
12311 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
12312 names are hierarchically defined with each level delimited by a period.
12314 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
12316 </DD>
12317 <DT>#public/</DT>
12318 <DD>This specifies a folder area that the server may export to the general
12319 public.
12320 </DD>
12321 <DT>#shared/</DT>
12322 <DD>This specifies a folder area that the server may export to groups
12323 of users.
12324 </DD>
12325 <DT>#ftp/</DT>
12326 <DD>This specifies a folder area that is the same as that it may have 
12327 exported via the &quot;File Transfer Protocol&quot;.
12328 </DD>
12329 <DT>#mh/</DT>
12330 <DD>This specifies the personal folder area associated with folders
12331 and directories that were created using the MH message handling system.
12332 </DD>
12333 <DT>#move/</DT>
12334 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
12336 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
12338 The #move namespace is followed by two folder names separated by a delimiter
12339 character.
12340 The delimiter character may be any character that does not appear in
12341 the MailDropFolder name.
12342 The meaning of #move is that mail will be copied from the MailDropFolder to
12343 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
12344 Periodic checks at frequency
12345 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
12346 time between checks set by
12347 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
12348 are made for new mail arriving in the MailDropFolder.
12349 An example that copies mail from a POP inbox to a local folder follows
12351 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
12353 To you it appears that mail is being delivered to the local folder when it
12354 is copied from the MailDropFolder, and you read mail from the local folder.
12356 Note that if the DestinationFolder does not exist then the messages are not
12357 copied from the MailDropFolder.
12358 A #move folder may only be used as an
12359 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
12360 an Inbox.
12361 When you are in the FOLDER LIST of Incoming Message Folders (after turning
12362 on the
12363 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
12364 option)
12365 the Add command has a subcommand &quot;Use Mail Drop&quot;
12366 which may be helpful for defining the folder in your Alpine configuration.
12367 The same is true when you edit the
12368 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
12369 option in Setup/Config.
12370 Each of these configuration methods will also create the DestinationFolder
12371 if it doesn't already exist.
12372 If you are having problems, make sure the DestinationFolder exists.
12373 You may find some more useful information about Mail Drops at
12374 <A HREF="h_maildrop">What is a Mail Drop?</A>.
12375 </DD>
12376 </DL>
12379 In addition, the server may support access to other user's folders,
12380 provided you have suitable permissions.  Common methods use a prefix
12381 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
12382 indicate the root of the other user's folder area.
12385 No, nothing's simple.
12388 &lt;End of help on this topic&gt;
12389 </BODY>
12390 </HTML>
12391 ============= h_whatis_vcard ========================
12392 <HTML>
12393 <HEAD>
12394 <TITLE>VCARD EXPLAINED</TITLE>
12395 </HEAD>
12396 <BODY>
12397 <H1>What is the vCard format?</H1>
12398 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
12399 information about and among people and organizations electronically.  
12400 More information about vCard can be found (as of May 1998) on the WWW site 
12401 of the Internet Mail Consortium at the URL:
12403 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
12405 &lt;End of help on this topic&gt;
12406 </BODY>
12407 </HTML>
12408 ===== h_folder_open =====
12409 <HTML>
12410 <HEAD>
12411 <TITLE>Explanation of Folder Selection</TITLE>
12412 </HEAD>
12413 <BODY>
12414 <BR>
12415 <BR>
12416 This screen is designed to allow you to quickly and easily survey your
12417 folders and select one to open.
12418 <!--chtml if pinemode="function_key"-->
12419 <PRE>
12420 Navigating the List of Folders             General Alpine Commands
12421 ------------------------------             -----------------------
12422  P   Move to previous folder               ?   Show this help text
12423  N   Move to next folder
12424  -   Show previous screen of folders
12425 Spc  (space bar) Show next screen
12426  W   WhereIs (search folder names)
12428 Folder Selection Commands
12429 -------------------------
12430  E   Exit the Folder Select menu (without selecting a folder)
12431  S   Select the currently highlighted folder
12432 </PRE>
12433 <!--chtml else-->
12434 <PRE>
12435 Navigating the List of Folders             General Alpine Commands
12436 ------------------------------             -----------------------
12437 F5   Move to previous folder               F1  Show this help text
12438 F6   Move to next folder
12439 F7   Show previous screen of folders
12440 F8   Show next screen of folders
12441 F12  WhereIs (search folder names)
12443 Folder Selection Commands
12444 -------------------------
12445 F3   Exit the Folder Select menu (without selecting a folder)
12446 F4   Select the currently highlighted folder
12447 </PRE>
12448 <!--chtml endif-->
12450 FOR MORE INFORMATION: See the section on
12451 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12453 &lt;End of help on this topic&gt;
12454 </BODY>
12455 </HTML>
12456 ===== h_folder_subscribe =====
12457 <HTML>
12458 <HEAD>
12459 <TITLE>Newsgroup Subscribe Screen explained</TITLE>
12460 </HEAD>
12461 <BODY>
12462 <H1>FOLDER SUBSCRIBE HELP</H1>
12464 This screen is designed to help you subscribe to newsgroups you are
12465 not currently subscribed to.  The screen display is a list of all
12466 available newsgroups (or possibly a partial list if you specified a
12467 partial name when entering the screen).  Groups you have already
12468 subscribed to have the letters &quot;SUB&quot; next to them.  You may
12469 select a single new group to subscribe to by moving the cursor to that
12470 group and pressing &quot;S&quot; or carriage return.  Alternatively,
12471 you may change into ListMode with the &quot;ListMode&quot; command.
12472 The display will change slightly so that each group has a checkbox in
12473 front of it.  Use the cursor and the Set/Unset command to place an
12474 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
12477 When you are finished marking groups, the &quot;Subscribe&quot;
12478 command will subscribe you to those groups you have marked.  Note, you
12479 may not unsubscribe to groups with this command.  Instead of the
12480 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
12481 UnSbscrbe command.
12484 <!--chtml if pinemode="function_key"-->
12485 <PRE>
12486 Navigating the List of Newsgroups          General Alpine Commands
12487 ---------------------------------          -----------------------
12488 F5   Move to previous group                F1   Show this help text
12489 F6   Move to next group
12490 F7   Show previous screen of groups
12491 F8   Show next screen of groups
12492 F12  WhereIs (search group names)
12493 F9   Use ListMode
12495 Group Selection Commands
12496 -------------------------
12497 F3  Exit the News Subscribe menu (without selecting any groups)
12498 F4  Subscribe to the currently highlighted newsgroup
12499 </PRE>
12500 <!--chtml else-->
12501 <PRE>
12502 Navigating the List of Newsgroups          General Alpine Commands
12503 ---------------------------------          -----------------------
12504  P   Move to previous group                ?   Show this help text
12505  N   Move to next group
12506  -   Show previous screen of groups
12507 Spc  (space bar) Show next screen
12508  W   WhereIs (search group names)
12509  L   Use ListMode
12511 Group Selection Commands
12512 -------------------------
12513  E   Exit the News Subscribe menu (without selecting any groups)
12514  S   Subscribe to the currently highlighted newsgroup
12515 </PRE>
12516 <!--chtml endif-->
12518 When in ListMode, there is an additional command for marking groups to
12519 subscribe to:
12521 <!--chtml if pinemode="function_key"-->
12522 <PRE>
12523 ListMode Commands
12524 -------------------------
12525 F9  Set or unset the highlighted group
12526 </PRE>
12527 <!--chtml else-->
12528 <PRE>
12529 ListMode Commands
12530 -------------------------
12531 X   Set or unset the highlighted group
12532 </PRE>
12533 <!--chtml endif-->
12535 &lt;End of help on this topic&gt;
12536 </BODY>
12537 </HTML>
12538 ===== h_folder_postnews =====
12539 <HTML>
12540 <HEAD>
12541 <TITLE>Newsgroup selecting for Posting explained</TITLE>
12542 </HEAD>
12543 <BODY>
12544 This screen is designed to allow you to quickly and easily survey
12545 the available newsgroups and select one to post news to.
12547 <!--chtml if pinemode="function_key"-->
12548 <PRE>
12549 Navigating the List of Newsgroups          General Alpine Commands
12550 ---------------------------------          -----------------------
12551 F5   Move to previous group                F1  Show this help text
12552 F6   Move to next group
12553 F7   Show previous screen of groups
12554 F8   Show next screen of groups
12555 F12  WhereIs (search group names)
12557 Group Selection Commands
12558 -------------------------
12559 F3   Exit the Selection menu (without selecting a group)
12560 F4   Select the currently highlighted newsgroup
12561 </PRE>
12562 <!--chtml else-->
12563 <PRE>
12564 Navigating the List of Newsgroups          General Alpine Commands
12565 ---------------------------------          -----------------------
12566  P   Move to previous group                ?  Show this help text
12567  N   Move to next group
12568  -   Show previous screen of groups
12569 Spc  (space bar) Show next screen of groups
12570  W   WhereIs (search group names)
12572 Group Selection Commands
12573 -------------------------
12574  E   Exit the Selection menu (without selecting a group)
12575  S   Select the currently highlighted newsgroup
12576 </PRE>
12577 <!--chtml endif-->
12579 &lt;End of help on this topic&gt;
12580 </BODY>
12581 </HTML>
12582 ===== h_folder_save =====
12583 <HTML>
12584 <HEAD>
12585 <TITLE>Folder Select for Save Explained</TITLE>
12586 </HEAD>
12587 <BODY>
12588 This screen is designed to allow you to quickly and easily survey your
12589 folders and select one to use for saving the current message.
12592 <!--chtml if pinemode="function_key"-->
12593 <PRE>
12594 Navigating the List of Folders             General Alpine Commands
12595 ------------------------------             -----------------------
12596 F5   Move to previous folder               F1  Show this help text
12597 F6   Move to next folder
12598 F7   Show previous screen of folders
12599 F8   Show next screen of folders
12600 F12  WhereIs (search folder names)
12602 Folder Selection Commands
12603 -------------------------
12604 F3   Exit the Folder Select menu (without selecting a folder)
12605 F4   Select the currently highlighted folder
12606 F11  AddNew folder (just like Select, but you type in a new folder name)
12607 </PRE>
12608 <!--chtml else-->
12609 <PRE>
12610 Navigating the List of Folders             General Alpine Commands
12611 ------------------------------             -----------------------
12612  P   Move to previous folder               ?  Show this help text
12613  N   Move to next folder
12614  -   Show previous screen of folders
12615 Spc  (space bar) Show next screen of folders
12616  W   WhereIs (search folder names)
12618 Folder Selection Commands
12619 -------------------------
12620  E   Exit the Folder Select menu (without selecting a folder)
12621  S   Select the currently highlighted folder
12622  A   AddNew folder (just like Select, but you type in a new folder name)
12623 </PRE>
12624 <!--chtml endif-->
12626 FOR MORE INFORMATION: See the section on
12627 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12629 &lt;End of help on this topic&gt;
12630 </BODY>
12631 </HTML>
12632 ===== h_folder_fcc =====
12633 <HTML>
12634 <HEAD>
12635 <TITLE>Folder Select for Fcc Explained</TITLE>
12636 </HEAD>
12637 <BODY>
12638 This screen is designed to allow you to quickly and easily survey your
12639 folders and select one to use as the file carbon copy (fcc) for the
12640 current message.
12643 <!--chtml if pinemode="function_key"-->
12644 <PRE>
12645 Navigating the List of Folders             General Alpine Commands
12646 ------------------------------             -----------------------
12647 F5   Move to previous folder               F1  Show this help text
12648 F6   Move to next folder
12649 F7   Show previous screen of folders
12650 F8   Show next screen of folders
12651 F12  WhereIs (search folder names)
12653 Folder Selection Commands
12654 -------------------------
12655 F3   Exit the Folder Select menu (without selecting a folder)
12656 F4   Select the currently highlighted folder
12657 F11  AddNew folder (just like Select, but you type in a new folder name)
12658 </PRE>
12659 <!--chtml else-->
12660 <PRE>
12661 Navigating the List of Folders             General Alpine Commands
12662 ------------------------------             -----------------------
12663  P   Move to previous folder               ?  Show this help text
12664  N   Move to next folder
12665  -   Show previous screen of folders
12666 Spc  (space bar) Show next screen of folders
12667  W   WhereIs (search folder names)
12669 Folder Selection Commands
12670 -------------------------
12671  E   Exit the Folder Select menu (without selecting a folder)
12672  S   Select the currently highlighted folder
12673  A   AddNew folder (just like Select, but you type in a new folder name)
12674 </PRE>
12675 <!--chtml endif-->
12677 FOR MORE INFORMATION: See the section on
12678 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12680 &lt;End of help on this topic&gt;
12681 </BODY>
12682 </HTML>
12683 ===== h_folder_pattern_roles =====
12684 <HTML>
12685 <HEAD>
12686 <TITLE>Folder Select for Current Folder Explained</TITLE>
12687 </HEAD>
12688 <BODY>
12689 This screen is designed to allow you to quickly and easily survey your
12690 folders and select one to use as the specific Current Folder
12691 in a Pattern.
12694 <!--chtml if pinemode="function_key"-->
12695 <PRE>
12696 Navigating the List of Folders             General Alpine Commands
12697 ------------------------------             -----------------------
12698 F5   Move to previous folder               F1  Show this help text
12699 F6   Move to next folder
12700 F7   Show previous screen of folders
12701 F8   Show next screen of folders
12702 F12  WhereIs (search folder names)
12704 Folder Selection Commands
12705 -------------------------
12706 F3   Exit the Folder Select menu (without selecting a folder)
12707 F4   Select the currently highlighted folder
12708 F11  AddNew folder (just like Select, but you type in a new folder name)
12709 </PRE>
12710 <!--chtml else-->
12711 <PRE>
12712 Navigating the List of Folders             General Alpine Commands
12713 ------------------------------             -----------------------
12714  P   Move to previous folder               ?  Show this help text
12715  N   Move to next folder
12716  -   Show previous screen of folders
12717 Spc  (space bar) Show next screen of folders
12718  W   WhereIs (search folder names)
12720 Folder Selection Commands
12721 -------------------------
12722  E   Exit the Folder Select menu (without selecting a folder)
12723  S   Select the currently highlighted folder
12724  A   AddNew folder (just like Select, but you type in a new folder name)
12725 </PRE>
12726 <!--chtml endif-->
12728 FOR MORE INFORMATION: See the section on
12729 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12731 &lt;End of help on this topic&gt;
12732 </BODY>
12733 </HTML>
12734 ===== h_folder_stayopen_folders =====
12735 <HTML>
12736 <HEAD>
12737 <TITLE>Folder Select Explained</TITLE>
12738 </HEAD>
12739 <BODY>
12740 This screen is designed to allow you to quickly and easily survey your
12741 folders and select one to use as a Stay-Open folder.
12744 <!--chtml if pinemode="function_key"-->
12745 <PRE>
12746 Navigating the List of Folders             General Alpine Commands
12747 ------------------------------             -----------------------
12748 F5   Move to previous folder               F1  Show this help text
12749 F6   Move to next folder
12750 F7   Show previous screen of folders
12751 F8   Show next screen of folders
12752 F12  WhereIs (search folder names)
12754 Folder Selection Commands
12755 -------------------------
12756 F3   Exit the Folder Select menu (without selecting a folder)
12757 F4   Select the currently highlighted folder
12758 F11  AddNew folder (just like Select, but you type in a new folder name)
12759 </PRE>
12760 <!--chtml else-->
12761 <PRE>
12762 Navigating the List of Folders             General Alpine Commands
12763 ------------------------------             -----------------------
12764  P   Move to previous folder               ?  Show this help text
12765  N   Move to next folder
12766  -   Show previous screen of folders
12767 Spc  (space bar) Show next screen of folders
12768  W   WhereIs (search folder names)
12770 Folder Selection Commands
12771 -------------------------
12772  E   Exit the Folder Select menu (without selecting a folder)
12773  S   Select the currently highlighted folder
12774  A   AddNew folder (just like Select, but you type in a new folder name)
12775 </PRE>
12776 <!--chtml endif-->
12778 FOR MORE INFORMATION: See the section on
12779 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12781 &lt;End of help on this topic&gt;
12782 </BODY>
12783 </HTML>
12784 ===== h_folder_action_roles =====
12785 <HTML>
12786 <HEAD>
12787 <TITLE>Folder Select Explained</TITLE>
12788 </HEAD>
12789 <BODY>
12790 This screen is designed to allow you to quickly and easily survey your
12791 folders and select one to use as the folder into which messages
12792 matching this filter will be moved.
12795 <!--chtml if pinemode="function_key"-->
12796 <PRE>
12797 Navigating the List of Folders             General Alpine Commands
12798 ------------------------------             -----------------------
12799 F5   Move to previous folder               F1  Show this help text
12800 F6   Move to next folder
12801 F7   Show previous screen of folders
12802 F8   Show next screen of folders
12803 F12  WhereIs (search folder names)
12805 Folder Selection Commands
12806 -------------------------
12807 F3   Exit the Folder Select menu (without selecting a folder)
12808 F4   Select the currently highlighted folder
12809 F11  AddNew folder (just like Select, but you type in a new folder name)
12810 </PRE>
12811 <!--chtml else-->
12812 <PRE>
12813 Navigating the List of Folders             General Alpine Commands
12814 ------------------------------             -----------------------
12815  P   Move to previous folder               ?  Show this help text
12816  N   Move to next folder
12817  -   Show previous screen of folders
12818 Spc  (space bar) Show next screen of folders
12819  W   WhereIs (search folder names)
12821 Folder Selection Commands
12822 -------------------------
12823  E   Exit the Folder Select menu (without selecting a folder)
12824  S   Select the currently highlighted folder
12825  A   AddNew folder (just like Select, but you type in a new folder name)
12826 </PRE>
12827 <!--chtml endif-->
12829 FOR MORE INFORMATION: See the section on
12830 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12832 &lt;End of help on this topic&gt;
12833 </BODY>
12834 </HTML>
12835 ===== h_abook_config =====
12836 <HTML>
12837 <HEAD>
12838 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
12839 </HEAD>
12840 <BODY>
12841 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
12842 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
12843 <!--chtml if pinemode="function_key"-->
12844 <PRE>
12845 Available  Commands                        
12846 -------------------------------            
12847 F1  Show Help Text                         
12848 F3  Back to MAIN Alpine menu                 
12849 F4  Change configuration for address book  
12850 F5  Move to previous address book          
12851 F6  Move to next address book              
12852 F7  Previous page of address books         
12853 F8  Next page of address books             
12854 F9  Add new address book                   
12855 F10 Delete existing address book           
12856 F11 Shuffle the order of address books     
12857 F12 Whereis (search address book titles)   
12858 </PRE>
12859 <!--chtml else-->
12860 <PRE>
12861 Navigation                     General Alpine Commands
12862 -----------------------        -----------------------
12863  P  Prev Address Book           ?  Display this help text
12864  N  Next Address Book           E  Back to MAIN Alpine menu
12865  -  Previous page
12866 Spc (space bar) Next page
12867  W  WhereIs (search for word in address book titles)
12869 Setup Address Books Commands
12870 ------------------------------------------------
12871  A  Add new address book          $  Shuffle the order of address books
12872  D  Delete existing address book  C  Change configuration for address book
12873 </PRE>
12874 <!--chtml endif-->
12876 <H2>Description of the Setup Address Books Screen</H2>
12878 This screen lets you add, delete, modify, or change the order of your
12879 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
12880 fill in.  If you are adding a remote address book on an IMAP server
12881 you should fill in the name of the IMAP server.  Otherwise, leave
12882 that field blank.  (Note that remote IMAP address books are an Alpine
12883 concept and are unlikely to interoperate with other mail clients.)
12884 For a remote address book, fill in the name of the remote folder
12885 in the Folder field.  This should be a folder that is used only for
12886 this one purpose, not a general purpose folder you expect to store
12887 messages in.
12888 <P>If you are adding a local address book, fill in the
12889 Folder Name field with a local file name (e.g., .addressbook).
12891 <B>Please note:</B> Remote address books stored on an IMAP server are 
12892 of an entirely different format (namely, a special-purpose 
12893 &quot;mail folder&quot;) than that of the local addressbook familiar 
12894 to Alpine users.  Therefore, 
12895 you cannot use &quot;add a remote address book&quot; to make an existing 
12896 Alpine .addressbook file you may have on a remote IMAP server accessible to 
12897 Alpine running on a different host.  
12900 The &quot;Del Abook&quot; command allows you to remove an address book
12901 from your configuration.  It will also ask you if you wish to remove
12902 the data for that address book, which would erase all traces of the
12903 address book if you answer Yes.
12906 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
12907 The difference is that instead of adding a new address book to your
12908 configuration, you are changing the configuration of an existing entry.
12909 For example, you might want to correct a typing error or change a
12910 nickname.  The &quot;Change&quot; command is not a move command.  If you
12911 change the folder name or server name the data will not be moved for you.
12914 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
12915 an address book toward another address book in the same group then
12916 the order of those two address books will be swapped.  If you shuffle
12917 the last Personal address book down towards the Global address book
12918 section, it will become a Global address book.  If you shuffle
12919 the first Global address book up it will become a Personal address
12920 book.  The main difference between Personal and Global address
12921 books is that Global address books are forced read-only.
12922 <P><UL>
12923 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12924 </UL>
12926 &lt;End of help on this topic&gt;
12927 </BODY>
12928 </HTML>
12929 ===== h_abook_top =====
12930 <HTML>
12931 <HEAD>
12932 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
12933 </HEAD>
12934 <BODY>
12935 <H1>ADDRESS BOOK LIST COMMANDS</H1>
12936 <!--chtml if pinemode="function_key"-->
12937 <PRE>
12938 Available  Commands -- Group 1         Available Commands -- Group 2
12939 -------------------------------        ------------------------------
12940 F1  Show Help Text                      F1  Show Help Text
12941 F2  See commands in next group          F2  See commands in next group
12942 F3  Exit to MAIN MENU                   F3  Quit Alpine
12943 F4  View/Edit selected address book
12944 F5  Move to previous address book       F5  FOLDER LIST screen
12945 F6  Move to next address book           F6  Specify a folder to go to
12946 F7  Previous page                       F7  MESSAGE INDEX screen
12947 F8  Next page                           F9  Print list of address books
12948 F12 Whereis (search for word)
12949 </PRE>
12950 <!--chtml else-->
12951 <PRE>
12952 Navigation                       General Alpine Commands
12953 -----------------------          -----------------------
12954  P  Previous Entry                ?  Display this help text
12955  N  Next Entry                    O  Show all other available commands
12956  -  Previous page                 &lt;  Back to MAIN Alpine menu
12957 Spc (space bar) Next page         Q  Quit Alpine
12958  W  WhereIs (search for word)     L  FOLDER LIST screen
12959                                   G  Specify a folder to go to
12960 Address Book Commands             I  MESSAGE INDEX screen
12961 ------------------------------------------------
12962  &gt;  View/Edit selected address book
12963               or
12964  &gt;  Search on selected directory server
12966  %  Print list of address books and directory servers
12967 </PRE>
12968 <!--chtml endif-->
12970 <H2>Description of the Address Book List Screen</H2>
12972 From this screen you may choose which address book you wish to view
12973 or edit. For more information on address books, view one of your
12974 address books (with
12975 <!--chtml if pinemode="function_key"-->
12977 <!--chtml else-->
12978 &quot;&gt;&quot;
12979 <!--chtml endif-->)
12980 and see the Help Text there.<P>
12982 You may also choose a directory server on which to search for entries.
12983 You do that by highlighting the directory server line and using
12984 <!--chtml if pinemode="function_key"-->
12986 <!--chtml else-->
12987 &quot;&gt;&quot;
12988 <!--chtml endif-->.<P>
12990 If you wish to define new address books or directory servers go to the Main
12991 menu and choose Setup. You may then either choose to setup AddressBooks or
12992 Directory (among other things). It's possible that the Directory option
12993 will not be there if the Alpine you are using does not contain LDAP directory
12994 lookup functionality.
12996 <P><UL>
12997 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12998 </UL><P>
12999 &lt;End of help on this topic&gt;
13000 </BODY>
13001 </HTML>
13002 ===== h_abook_opened =====
13003 <HTML>
13004 <HEAD>
13005 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
13006 </HEAD>
13007 <BODY>
13008 <H1>THE ALPINE ADDRESS BOOK</H1>
13009 <H2>ADDRESS BOOK COMMANDS</H2>
13010 <PRE>
13011 <!--chtml if pinemode="function_key"-->
13012 Available  Commands -- Group 1         Available Commands -- Group 2   
13013 -------------------------------        ------------------------------  
13014 F1  Show Help Text                      F1  Show Help Text             
13015 F2  See commands in next group          F2  See commands in next group
13016 F3  Exit this screen                    F3  Quit Alpine                  
13017 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
13018 F5  Move to previous entry              F5  FOLDER LIST screen         
13019 F6  Move to next entry                  F6  Specify a folder to go to  
13020 F7  Previous page of address book       F7  MESSAGE INDEX screen        
13021 F8  Next page of address book           F8  Compose to entry using roles
13022 F9  Add new entry to address book       F9  Print address book         
13023 F10 Delete selected entry               F10 TakeAddr to another addrbook
13024 F11 Compose to selected entry           F11 Save or Export addrbook selections
13025 F12 Whereis (search address book)       F12 Forward entry by mail       
13027 Available Commands -- Group 3                                           
13028 ------------------------------                                          
13029 F3  Select                              F6  Zoom (or unZoom)            
13030 F5  Select Current                      F7  Apply Command to Selection  
13031 <!--chtml else-->
13032 Address Book Navigation        General Alpine Commands
13033 -----------------------        -----------------------
13034  P  Prev Address                  ?  Display this help text
13035  N  Next Address                  O  Show all other available commands
13036  -  Previous page of address book M  Back to MAIN MENU
13037 Spc (space bar) Next page         Q  Quit Alpine
13038  W  WhereIs (search for word      C  Compose message to selected addr
13039      or name in address book)     #  Compose to addr using roles
13040  &lt;  To List of Address Books if   L  FOLDER LIST screen
13041      more than one, else to MAIN  G  Specify a folder to go to
13042                                   I  MESSAGE INDEX screen
13044 Address Book Commands
13045 ----------------------------------------------------
13046  &gt;  View/Update selected entry    D  Delete selected entries
13047  %  Print address book            S  Save or Export address book selections
13048  F  Forward entries by mail       @  Add new entry to address book
13050  ;  Select command                Z  Toggle Zoom Mode
13051  :  Select highlighted entry      A  Apply command to selected entries
13053 <!--chtml endif-->
13054 </PRE>
13055 Note:  The presence or absence of the final four commands above is
13056 controlled by the option 
13057 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
13060 <H2>Description of the Address Book Screen</H2>
13062 This screen lets you edit and manage entries in your address book.  It
13063 also acts as a short-cut for composing messages to people in the address
13064 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
13065 message starts &quot;pre-addressed&quot; to whatever address book entry is
13066 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
13067 role to use in your composition.
13069 Alpine's address book helps you keep a list of addresses you send email to so
13070 you do not have to remember addresses that are often complex.  Each entry
13071 in the address book has five fields, all of them optional.  The three
13072 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
13074         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
13075         This is what you type in as you are addressing the message in the
13076         composer.  If there is a matching entry in your address book(s),
13077         Alpine will extract the corresponding FullName and Address fields to
13078         generate the actual address for your message.
13080         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
13081 of the
13082         person or organization.  Usually the full names are put in last
13083         name first so they sort nicely in alphabetical order.  Whatever
13084         you put as the name here will appear on the message when it is
13085         finally delivered.  Examples:<PRE>
13086            Garcia Marquez, Gabriel
13087            Henscheid, Eckhard
13088            Alpine-Info mailing list
13089            Library materials renewal requests
13090            Kim An-guk
13091            &quot;George III, King of Great Britain, 1738-1820&quot;
13092 </PRE>
13093 (In the second-to-last example, no comma is used in the name so that 
13094 the family name appears first in the address book and when the entry is 
13095 used in the composer.
13096 In the last example, retaining the commas is intended; 
13097 double-quotation marks surround the name to 
13098 prevent the transposition of its parts when the entry is used in 
13099 the composer.)
13101         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
13102         a valid Internet address that conforms to the Internet message
13103         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
13105 The two fields that aren't usually visible are:<DL>
13107   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
13108         message to this address to be saved in.  If this field is set, and
13109         this address is the first one in the message's To: header, then
13110         Alpine will use this folder name for the FCC in lieu of the normal
13111         FCC folder name.
13113   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
13114         </DL>
13116 Due to screen width limitations, these last two fields do not show up in
13117 the normal ADDRESS BOOK display.  You may select the 
13118 &quot;View/Update&quot; command to
13119 view or modify them.  You may use the configuration variable
13120 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
13121 to add these fields to your ADDRESS BOOK 
13122 display, or to modify the format of the display.
13124 <H2>Sorting the Address book</H2>
13126 By default, address book entries are sorted alphabetically on the full
13127 name with distribution lists sorted to the end.  Sorting can be changed by
13128 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
13129 --assuming you have &quot;write&quot; permission for the address book file.
13131 Unlike the sorting of folders (which only changes presentation), sorting an
13132 address book actually changes the file as it is kept on the computer.  For
13133 this reason you won't be able to sort a shared or system-wide address
13134 book.
13136 <H2>Adding New Entries</H2>
13138 The easiest way to add new entries to your address book is to use the
13139 &quot;TakeAddr&quot; command when viewing a message.
13140 This command allows you to take addresses from the header and body of the
13141 message and put them into your address book, without having to type
13142 them in.
13145 To manually add a new entry from within the address book screen, use the AddNew
13146 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
13147 Use this command both for adding a simple alias and for adding a
13148 distribution list.
13150 <H2>Distribution Lists</H2>
13152 Address book entries can be simple cases of aliases (a single nickname is linked
13153 to a single email address) or distribution lists (a single nickname
13154 pointing at more than one email address).  Each distribution list has a
13155 nickname, a full name and a list of addresses.  The addresses may be
13156 actual addresses or they may be other nicknames in your address book.
13157 They may even refer to other distribution lists.
13158 There's really no difference between a simple alias and a distribution list,
13159 other than the number of addresses.
13160 Therefore, you can turn a simple alias with one address into a distribution
13161 list simply by adding more addresses.
13162 To add entries to an existing list or alias
13163 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
13164 a single address from the list if the cursor is placed on the address;
13165 it will delete the entire distribution list if the cursor is on the
13166 nickname/fullname line.  View/Update may also be used to delete addresses
13167 from a list.
13169 Address field entries in distribution lists may take any one of three
13170 forms: a nickname existing in any of the defined address books, a normal
13171 address of the form &quot;jsmith@art.example.com&quot;, or a complete
13172 fullname/address combination, e.g. &quot;John Smith
13173 &lt;jsmith@art.example.com&gt;&quot;.
13175 Distribution lists in Alpine address books can only be used by the person or
13176 people who have access to that address book.  They are not usually used to
13177 implement discussion groups, but can be used to facilitate small
13178 discussion groups if all the participants have access to the same shared
13179 address book.
13181 <H2>FCC and Comments</H2>
13183 As mentioned above, each entry in the address book also has two other optional
13184 fields, Fcc and Comments.  The command to look at or change either of these
13185 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
13186 Comments field is just for your own use.  The Fcc field overrides the
13187 default Fcc if this address is the first one on the To line.  The WhereIs
13188 command may be used to search for particular strings in the address book,
13189 including fields that are not visible (like Comment and Fcc by default).
13191 <H2>Aggregate Operations</H2>
13193 If the feature
13194 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
13195 is turned on (the default), then the four commands &quot;Select&quot;,
13196 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
13197 are available.  The two selection commands allow you to mark a set of
13198 address book entries as being selected.  If you have more than one address
13199 book, the selections may be in more than one of those address books.
13200 The &quot;Zoom&quot; command will toggle between displaying only the selected
13201 entries and all of the entries.  The &quot;Apply&quot; command allows you to
13202 apply one of the regular address book commands to all of the selected
13203 entries.  Usually the address book commands apply to only the entry
13204 highlighted by the cursor.  The &quot;Apply&quot; command works with the
13205 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
13206 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
13208 <H2>Exporting and Forwarding Address book entries</H2>
13210 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
13211 address book entry is placed in a plain text file in your home directory
13212 <!--chtml if pinemode="running"-->
13213 (which, in the present configuration of your system, is
13214  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13215 <!--chtml endif-->
13216 or current working directory
13217 <!--chtml if pinemode="running"-->
13218 (which, at least for your current Alpine &quot;session,&quot; 
13219 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13220 <!--chtml endif-->, depending on the 
13221 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13222 configuration setting.  If you have some entries selected and use the
13223 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
13224 placed in the text file.
13226 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
13227 address book entry is placed in a special attachment and you are put into
13228 the composer.  You can fill in some comments in the body of the message,
13229 if you'd like, and send it to somebody else who uses Alpine.  The recipient
13230 may use the TakeAddr command on that message to insert the address book
13231 entry you sent in their own address book.  If you have some entries
13232 selected and use the Apply Forward command all of the selected entries
13233 will be forwarded in a single message.  You may
13234 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.
13235 The recipient must be using Alpine in order to receive this correctly.
13236 One way for the recipient to handle this might be to create an empty
13237 address book and then &quot;Take&quot; your forwarded address book entries into
13238 that empty address book.
13240 <H2>Multiple and/or Site-Wide Address books</H2>
13242 You may have more than one personal address book.  In addition, there may
13243 be one or more global address books.  This capability allows you to have
13244 multiple personal address books (some of which may be shared) and it also
13245 allows system administrators to implement site-wide address books that
13246 contain entries for users on multiple machines within the organization.
13247 <P><DL>
13248 <DT>Searching
13249   <DD> If you enter a nickname when composing a message, your
13250   personal address books will be searched through in order, and then the
13251   global address book(s) searched. If more than one address book has an entry
13252   for the nickname, Alpine uses the first one that it finds, so an entry in
13253   your personal address book would override a global address book entry. If
13254   after searching all the address books there is still no match, (Unix) Alpine
13255   then searches the local host password file on the assumption that you have
13256   entered a local user name rather than an address book nickname.
13257   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
13258   command, but global address books are always searched after personal
13259   address books.
13261   <P><DT>Tab completion
13262   <DD> If the
13263   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
13264   feature is turned on (the default) then the Tab key may be used
13265   in the composer to complete partially typed nicknames in the To
13266   or Cc lines. You type the first few letters of a nickname and then
13267   press the Tab key. It there is only one nickname that matches it will
13268   be filled in by Alpine. If there is more than one the unambiguous part
13269   of the nicknames will be filled in. For example, if your address book or
13270   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
13271   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
13272   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
13273   If you then type a second Tab character you will be presented with a list
13274   of matching nicknames to select from. Alternatively, you could type another
13275   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
13276   in the entire &quot;barbecue&quot; entry.
13278   <P><DT>Defining
13279   <DD> You define multiple personal address books in the 
13280   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
13281   from the MAIN MENU.  
13282   You may add as many as you like.  Global address books are usually
13283   site-wide address books defined by the System administrator, but
13284   you may define global address books of your own just like you define
13285   personal address books.
13287   <P><DT>Creating and updating
13288   <DD> Personal address books are normally created empty
13289   and populated by explicit additions from within Alpine, e.g. via the
13290   TakeAddr command.  Unlike personal address books, global address books may
13291   not be modified/updated from within Alpine; that is, they are Read-Only.
13292   Thus, global address books are created, populated and updated outside of
13293   Alpine. They might be hand-edited, generated by a program from another
13294   database, or by copying an existing address book.  They might also be
13295   some other user's personal address book, and so be modified normally by
13296   that user but accessed Read-Only by you.  See the Alpine Technical
13297   Notes document (included in the Alpine distribution) for more information on
13298   this.
13300   <P><DT>Accessing
13301   <DD>There are two different types of address books in Alpine.
13302   A local address book is stored in a regular file and the normal file
13303   access permissions apply.  A remote address book is stored on an IMAP
13304   server in a special folder that contains only messages pertaining to
13305   that address book.  The last message in the remote folder contains a
13306   copy of the address book data, and that data is copied to a local cache
13307   file in your home directory.  From there it is accessed just like a local
13308   address book.  The name of the cache file is kept track of in a special
13309   file called the
13310   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
13311   the name of which is stored in
13312   your Alpine configuration file the first time you use a remote address book.
13313   Just as local Alpine address books use a format that only Alpine understands,
13314   remote Alpine address books do the same and other mail reading programs
13315   are unlikely to be able to understand them.<P>
13316   While global address books are explicitly intended to be shared, there is
13317   nothing to prevent you from sharing a personal address book with other
13318   Alpine users. This might be useful in the case of a small workgroup.
13319   However, it is recommended that updates to shared personal address books
13320   be done when other Alpine users are not accessing the address book. Alpine
13321   does not do any file-locking to manage concurrent updates to the
13322   addressbook, but it does check to see if the file has been modified before
13323   making any changes.  Consequently, inadvertent concurrent updates will
13324   only cause other Alpine users to have to restart their address book
13325   operation, which will cause Alpine to reopen the updated file.
13327   <P><DT>Converting to Remote
13328   <DD>The easiest way to convert an existing local
13329   address book into a remote address book is to create an empty new remote
13330   personal address book by typing &quot;A&quot; to execute the
13331   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
13332   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
13333   address book.
13334   After you have added the empty
13335   remote address book, go into the screen for the address book you wish
13336   to copy and &quot;Select&quot; &quot;All&quot;.
13337   This selects every entry in that
13338   address book.  Then type the command &quot;Apply Save&quot;.
13339   You will be asked for the address book to save to.  You may use ^P and ^N
13340   to get to the new empty address book, then hit RETURN and the addresses
13341   will be copied.
13342   At this point you'll probably want to unselect all the entries in the local
13343   address book before proceeding. You do that with
13344   &quot;Select&quot; &quot;unselect All&quot;.
13346 </DL>
13347 <UL>
13348 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13349 </UL>
13350 <P><UL>
13351 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13352 </UL>
13354 &lt;End of help on this topic&gt;
13355 </BODY>
13356 </HTML>
13357 ===== h_abook_select_addr =====
13358 <HTML>
13359 <HEAD>
13360 <TITLE>Addressbook Selection Explained</TITLE>
13361 </HEAD>
13362 <BODY>
13363 <H1>SELECT ADDRESS</H1>
13364 <!--chtml if pinemode="function_key"-->
13365 <PRE>
13366 Navigating the List of Messages               General Alpine Commands
13367 -------------------------------               -----------------------
13368 F5   Move to previous entry                   F1  Show this help text
13369 F6   Move to next entry
13370 F7   Show previous screen of address book
13371 F8   Show next screen of address book
13372 F12  WhereIs (search through address book)
13374 Address Selection Commands
13375 --------------------------
13376 F3   Exit the Address Select screen (without selecting an address)
13377 F4   Select the currently highlighted entry
13378 </PRE>
13379 <!--chtml else-->
13380 <PRE>
13381 Navigating the List of Messages               General Alpine Commands
13382 -------------------------------               -----------------------
13383  P   Move to previous entry                    ?  Show this help text
13384  N   Move to next entry
13385  -   Show previous screen of address book
13386 Spc  (space bar) Show next screen of address book
13387  W   WhereIs (search through address book)
13389 Address Selection Commands
13390 --------------------------
13391  E   Exit the Address Select screen (without selecting an address)
13392  S   Select the currently highlighted entry
13393 </PRE>
13394 <!--chtml endif-->
13397 This screen is designed to let you easily scan your address book(s) in
13398 order to select an entry for the message you are composing.  You cannot
13399 edit your address book in any way at this time, for address book
13400 maintenance, select the address book command when not composing a message.
13403 If you are composing a message and know the nickname of the person/list you
13404 want, you can bypass this screen by simply typing in the nickname on the
13405 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13406 selecting an entry does not cancel your message.
13409 FOR MORE INFORMATION on addressing see
13410 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13411 <A HREF="h_abook_opened">Address Book Screen's</A>
13412 help text.
13414 &lt;End of help on this topic&gt;
13415 </BODY>
13416 </HTML>
13417 ===== h_abook_select_top =====
13418 <HTML>
13419 <HEAD>
13420 <TITLE>Addressbook Selection Navigation Explained</TITLE>
13421 </HEAD>
13422 <BODY>
13423 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
13424 <!--chtml if pinemode="function_key"-->
13425 <PRE>
13426 Navigating the List of Address Books       General Alpine Commands
13427 ------------------------------------       -----------------------
13428 F4   View the highlighted address book
13429 F5   Move to previous address book         F1  Show this help text
13430 F6   Move to next address book
13431 F7   Show previous screen of address books
13432 F8   Show next screen of address books
13433 F12  WhereIs (search through address books)
13435 Address Selection Commands
13436 --------------------------
13437 F3   Exit the Address Select screen (without selecting an address)
13438 F4   Select the currently selected entries (if using ListMode)
13439 F9   Change to ListMode
13440 </PRE>
13441 <!--chtml else-->
13442 <PRE>
13443 Navigating the List of Address Books       General Alpine Commands
13444 ------------------------------------       -----------------------
13445  &gt;   View the highlighted address book
13446  P   Move to previous address book         ?  Show this help text
13447  N   Move to next address book
13448  -   Show previous screen of address books
13449 Spc  (space bar) Show next screen of address books
13450  W   WhereIs (search through address books)
13452 Address Selection Commands
13453 --------------------------
13454  E   Exit the Address Select screen (without selecting an address)
13455  S   Select the currently selected entries (if using ListMode)
13456  L   Change to ListMode
13457 </PRE>
13458 <!--chtml endif-->
13461 This screen is designed to let you easily scan your address book(s) in
13462 order to select entries for the message you are composing.  You cannot
13463 edit your address book in any way at this time.  For address book
13464 maintenance, select the address book command when not composing a message.
13467 If you are composing a message and know the nickname of the person/list you
13468 want, you can bypass this screen by simply typing in the nickname on the
13469 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13470 selecting an entry does not cancel your message.
13473 The ListMode command will add a column at the left edge of the screen.
13474 You mark the entries that you wish to select with the &quot;X&quot; command.
13475 This allows you to choose more than one entry at a time.
13478 An alternative method of composing a message to entries in your
13479 address book(s) is to first use the &quot;Select&quot; command from
13480 the address book maintenance screen and then the &quot;Apply&quot;
13481 &quot;ComposeTo&quot; command to start the composer composing to the
13482 selected entries.
13485 FOR MORE INFORMATION on addressing see
13486 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13487 <A HREF="h_abook_opened">Address Book Screen's</A>
13488 help text.
13490 &lt;End of help on this topic&gt;
13491 </BODY>
13492 </HTML>
13493 ===== h_abook_select_listmode =====
13494 <HTML>
13495 <HEAD>
13496 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
13497 </HEAD>
13498 <BODY>
13499 <H1>COMPOSER: SELECT ADDRESSES</H1>
13500 <!--chtml if pinemode="function_key"-->
13501 <PRE>
13502 Navigating the List of Messages                 General Alpine Commands
13503 -------------------------------                 -----------------------
13504 F5   Move to previous entry                     F1  Show this help text
13505 F6   Move to next entry
13506 F7   Show previous screen of address book
13507 F8   Show next screen of address book
13508 F12  WhereIs (search through address book)
13510 Address Selection Commands
13511 --------------------------
13512 F3   Exit the Address Select screen (without selecting an address)
13513 F4   Select the currently highlighted entry
13514 F9   Change to ListMode
13515 </PRE>
13516 <!--chtml else-->
13517 <PRE>
13518 Navigating the List of Messages                 General Alpine Commands
13519 -------------------------------                 -----------------------
13520  P   Move to previous entry                     ?  Show this help text
13521  N   Move to next entry
13522  -   Show previous screen of address book
13523 Spc  (space bar) Show next screen of address book
13524  W   WhereIs (search through address book)
13526 Address Selection Commands
13527 --------------------------
13528  E   Exit the Address Select screen (without selecting an address)
13529  S   Select the currently highlighted entry
13530  L   Change to ListMode
13531 </PRE>
13532 <!--chtml endif-->
13535 This screen is designed to let you easily scan your address book(s) in
13536 order to select entries for the message you are composing.  You cannot
13537 edit your address book in any way at this time, for address book
13538 maintenance, select the address book command when not composing a message.
13541 If you are composing a message and know the nickname of the person/list you
13542 want, you can bypass this screen by simply typing in the nickname on the
13543 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13544 selecting an entry does not cancel your message.
13547 The ListMode command will add a column at the left edge of the screen.
13548 You mark the entries that you wish to select with the &quot;X&quot; command.
13549 This allows you to choose more than one entry at a time.
13552 An alternative method of composing a message to entries in your
13553 address book(s) is to first use the &quot;Select&quot; command from
13554 the address book maintenance screen and then the &quot;Apply&quot;
13555 &quot;ComposeTo&quot; command to start the composer composing to the
13556 selected entries.
13559 FOR MORE INFORMATION on addressing see
13560 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13561 <A HREF="h_abook_opened">Address Book Screen's</A>
13562 help text.
13564 &lt;End of help on this topic&gt;
13565 </BODY>
13566 </HTML>
13567 ===== h_abook_select_checks =====
13568 <HTML>
13569 <HEAD>
13570 <TITLE>Address Selection from Composer Explained</TITLE>
13571 </HEAD>
13572 <BODY>
13573 <H1>COMPOSER: SELECT ADDRESSES</H1>
13574 <!--chtml if pinemode="function_key"-->
13575 <PRE>
13576 Navigating the List of Messages                 General Alpine Commands
13577 -------------------------------                 -----------------------
13578 F5   Move to previous entry                     F1  Show this help text
13579 F6   Move to next entry
13580 F7   Show previous screen of address book
13581 F8   Show next screen of address book
13582 F12  WhereIs (search through address book)
13584 Address Selection Commands
13585 --------------------------
13586 F3   Exit the Address Select screen (without selecting an address)
13587 F4   Select the currently highlighted entry
13588 F8   Either Sets or Unsets all entries in this address book
13589 F9   Set or Unset the highlighted entry
13590 </PRE>
13591 <!--chtml else-->
13592 <PRE>
13593 Navigating the List of Messages                 General Alpine Commands
13594 -------------------------------                 -----------------------
13595  P   Move to previous entry                     ?  Show this help text
13596  N   Move to next entry
13597  -   Show previous screen of address book
13598 Spc  (space bar) Show next screen of address book
13599  W   WhereIs (search through address book)
13601 Address Selection Commands
13602 --------------------------
13603  E   Exit the Address Select screen (without selecting an address)
13604  S   Select the currently highlighted entry
13605  X   Set or Unset the highlighted entry
13606  A   Either Sets or Unsets all entries in this address book
13607 </PRE>
13608 <!--chtml endif-->
13611 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
13612 command.  Type &quot;S Select&quot; to select all of the entries you
13613 have marked, just as if you had typed them in by hand.
13616 An alternative method of composing a message to entries in your
13617 address book(s) is to first use the &quot;Select&quot; command from
13618 the address book maintenance screen and then the &quot;Apply&quot;
13619 &quot;ComposeTo&quot; command to start the composer composing to the
13620 selected entries.
13623 FOR MORE INFORMATION on addressing see
13624 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13625 <A HREF="h_abook_opened">Address Book Screen's</A>
13626 help text.
13628 &lt;End of help on this topic&gt;
13629 </BODY>
13630 </HTML>
13631 ===== h_abook_select_nicks_take =====
13632 <HTML>
13633 <HEAD>
13634 <TITLE>Take Address Nickname Selection Explained</TITLE>
13635 </HEAD>
13636 <BODY>
13637 <H1>TAKEADDR: SELECT NICKNAME</H1>
13638 <!--chtml if pinemode="function_key"-->
13639 <PRE>
13640 Navigating the List of Messages                 General Alpine Commands
13641 -------------------------------                 -----------------------
13642 F5   Move to previous entry                     F1  Show this help text
13643 F6   Move to next entry
13644 F7   Show previous screen of address book
13645 F8   Show next screen of address book
13646 F12  WhereIs (search through address book)
13648 Message Selection Commands
13649 --------------------------
13650 F3   Exit the Nickname Select screen (without selecting an address)
13651 F4   Select the currently highlighted entry
13652 </PRE>
13653 <!--chtml else-->
13654 <PRE>
13655 Navigating the List of Messages                 General Alpine Commands
13656 -------------------------------                 -----------------------
13657  P   Move to previous entry                     ?  Show this help text
13658  N   Move to next entry
13659  -   Show previous screen of address book
13660 Spc  (space bar) Show next screen of address book
13661  W   WhereIs (search through address book)
13663 Message Selection Commands
13664 --------------------------
13665  E   Exit the Nickname Select screen (without selecting an address)
13666  S   Select the currently highlighted entry
13667 </PRE>
13668 <!--chtml endif-->
13671 This screen is designed to let you modify or add to an existing
13672 address book entry.  You have already selected the name(s) and
13673 address(es) through &quot;Take Address&quot;.  This screen simply lets
13674 you scan your address books and select the nickname to be
13675 changed/augmented.  If you want to add a new entry, then you are in
13676 the wrong place-- Select &quot;Exit&quot; command.
13679 FOR MORE INFORMATION on addressing see
13680 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13681 <A HREF="h_abook_opened">Address Book Screen's</A>
13682 help text.
13684 &lt;End of help on this topic&gt;
13685 </BODY>
13686 </HTML>
13687 ===== h_abook_select_nick =====
13688 <HTML>
13689 <HEAD>
13690 <TITLE>Nickname Selection Explained</TITLE>
13691 </HEAD>
13692 <BODY>
13693 <H1>SELECT NICKNAME</H1>
13694 <!--chtml if pinemode="function_key"-->
13695 <PRE>
13696 Navigating the List of Messages                 General Alpine Commands
13697 -------------------------------                 -----------------------
13698 F5   Move to previous entry                     F1  Show this help text
13699 F6   Move to next entry
13700 F7   Show previous screen of address book
13701 F8   Show next screen of address book
13702 F12  WhereIs (search through address book)
13704 Message Selection Commands
13705 --------------------------
13706 F3   Exit the Nickname Select screen (without selecting an address)
13707 F4   Select the currently highlighted entry
13708 </PRE>
13709 <!--chtml else-->
13710 <PRE>
13711 Navigating the List of Messages                 General Alpine Commands
13712 -------------------------------                 -----------------------
13713  P   Move to previous entry                     ?  Show this help text
13714  N   Move to next entry
13715  -   Show previous screen of address book
13716 Spc  (space bar) Show next screen of address book
13717  W   WhereIs (search through address book)
13719 Message Selection Commands
13720 --------------------------
13721  E   Exit the Nickname Select screen (without selecting an address)
13722  S   Select the currently highlighted entry
13723 </PRE>
13724 <!--chtml endif-->
13727 This screen is designed to let you look at the nicknames in your address
13728 books before choosing a new one.
13731 FOR MORE INFORMATION on addressing see
13732 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13733 <A HREF="h_abook_opened">Address Book Screen's</A>
13734 help text.
13736 &lt;End of help on this topic&gt;
13737 </BODY>
13738 </HTML>
13739 ===== h_takeaddr_screen =====
13740 <HTML>
13741 <HEAD>
13742 <TITLE>Take Address Screen Explained</TITLE>
13743 </HEAD>
13744 <BODY>
13745 <H1>TAKE ADDRESS COMMANDS</H1>
13746 <!--chtml if pinemode="function_key"-->
13747 <PRE>
13748 Navigating the List of Addresses       Address Selection Commands        
13749 --------------------------------       --------------------------        
13750  F5  Move to previous entry            F3  Exit without taking address
13751  F6  Move to next entry                F4  Take current address(es)
13752  F7  Show previous page of address list
13753  F8  Show next page of address list
13754  F2  WhereIs (search list)
13755                                --------------
13756 Mode Toggle            F9  Set/Unset current address
13757 -----------            F10 Set all
13758  F12 Toggle between List and single mode       F11 Unset all
13759 </PRE>
13760 <!--chtml else-->
13761 <PRE>
13762 Navigating the List of Addresses       Address Selection Commands
13763 --------------------------------       --------------------------
13764  P  Move to previous entry              &lt;  Exit without taking address
13765  N  Move to next entry                  T  Take address
13766  -  Show previous page of address list
13767 Spc (space bar) Show next page of address list
13768  W  WhereIs (search list)              List Mode
13769                                        ---------
13770 Single Mode                             X  Set/Unset current address
13771 -----------                             A  Set all addresses
13772  L  Switch to list mode                 U  Unset all addresses
13773                                         S  Switch to single mode
13774 </PRE>
13775 <!--chtml endif-->
13777 <H2>Description of the Take Address Screen</H2>
13779 This screen is designed to let you select one or more address/name
13780 combinations from the current message and put them into your address book.
13781 The cursor is initially placed on the line with the message author.
13782 Other lines include the names of people and/or mailing lists who also
13783 received the message.  Other people &quot;involved&quot; in the
13784 message (e.g. the person named as Reply-To:) are also listed here.
13787 The simple case is adding a new, single entry into your address book. To
13788 do this, simply highlight the correct line and press 
13789 <!--chtml if pinemode="function_key"-->
13791 <!--chtml else-->
13792 &quot;T&quot;.
13793 <!--chtml endif-->
13794 To create a new list or add to an existing list, switch the screen display
13795 into List Mode by pressing
13796 <!--chtml if pinemode="function_key"-->
13797 F12.
13798 <!--chtml else-->
13799 &quot;L&quot;.
13800 <!--chtml endif-->
13801 In List Mode, you select the
13802 group of addresses you wish to manipulate by marking them with an
13803 &quot;X&quot;.
13804 The Set/Unset
13805 <!--chtml if pinemode="function_key"-->
13806 (F9)
13807 <!--chtml else-->
13808 (&quot;X&quot;)
13809 <!--chtml endif-->
13810 command will turn the &quot;X&quot; on for the
13811 highlighted address if it was off or turn it off if it was previously on.
13812 The SetAll command will select all of the addresses, and the UnSetAll
13813 command will turn off all the selections.  Once you've gotten the
13814 selection the way you want it, you may create a new list by pressing
13815 <!--chtml if pinemode="function_key"-->
13817 <!--chtml else-->
13818 &quot;T&quot;.
13819 <!--chtml endif-->
13822 In both the simple and list cases, after choosing to take the address,
13823 you will be asked for the nickname of the entry.  Typing in a new name
13824 creates the new entry/list.  Entering an existing nickname will replace
13825 the entry (simple case) or add to the list (list case).  Alternatively,
13826 you can press Ctrl-T at the nickname prompt and select an existing
13827 nickname from your address book.
13830 You will normally start in Single Mode, unless you used the Apply command
13831 to startup the TakeAddr screen, in which case you will start in List Mode.
13832 You may switch between the two modes at any time.  If you've already
13833 selected several addresses in List Mode, those will be remembered when you
13834 switch to Single Mode and then back to List Mode.  The set of addresses
13835 that are pre-selected when you start in List Mode are the From addresses
13836 of all of the messages you are operating on.  You may, of course, easily
13837 erase those selections with the UnSetAll command.
13840 If you have more than one writable address book, you will be prompted for
13841 the name of the address book you wish to add the new entry to before
13842 anything else. You can use ^N and ^P to choose among the defined address
13843 books, or type in the address book name.
13846 FOR MORE INFORMATION on addressing see
13847 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13848 <A HREF="h_abook_opened">Address Book Screen's</A>
13849 help text.
13851 &lt;End of help on this topic&gt;
13852 </BODY>
13853 </HTML>
13854 ===== h_takeexport_screen =====
13855 <HTML>
13856 <HEAD>
13857 <TITLE>Take Export Screen Explained</TITLE>
13858 </HEAD>
13859 <BODY>
13860 <H1>TAKE EXPORT COMMANDS</H1>
13861 <!--chtml if pinemode="function_key"-->
13862 <PRE>
13863 Navigating the List of Addresses       Address Selection Commands        
13864 --------------------------------       --------------------------        
13865  F5  Move to previous entry            F3  Exit without taking address
13866  F6  Move to next entry                F4  Take current address(es)
13867  F7  Show previous page of address list
13868  F8  Show next page of address list
13869  F2  WhereIs (search list)
13870                                --------------
13871 Mode Toggle            F9  Set/Unset current address
13872 -----------            F10 Set all
13873  F12 Toggle between List and single mode       F11 Unset all
13874 </PRE>
13875 <!--chtml else-->
13876 <PRE>
13877 Navigating the List of Addresses       Address Selection Commands
13878 --------------------------------       --------------------------
13879  P  Move to previous entry              &lt;  Exit without taking address
13880  N  Move to next entry                  T  Take address
13881  -  Show previous page of address list
13882 Spc (space bar) Show next page of address list
13883  W  WhereIs (search list)              List Mode
13884                                        ---------
13885 Single Mode                             X  Set/Unset current address
13886 -----------                             A  Set all addresses
13887  L  Switch to list mode                 U  Unset all addresses
13888                                         S  Switch to single mode
13889 </PRE>
13890 <!--chtml endif-->
13892 <H2>Description of the Take Export Screen</H2>
13894 This screen is designed to let you select one or more addresses
13895 from the current message and put them into a file.
13896 Only the user@domain_name part of each address is put into the file.
13899 To put a single entry into a file simply highlight the correct line and press 
13900 <!--chtml if pinemode="function_key"-->
13902 <!--chtml else-->
13903 &quot;T&quot;.
13904 <!--chtml endif-->
13905 To put more than one entry into a file
13906 switch the screen display
13907 into List Mode by pressing
13908 <!--chtml if pinemode="function_key"-->
13909 F12.
13910 <!--chtml else-->
13911 &quot;L&quot;.
13912 <!--chtml endif-->
13913 In List Mode, you select the
13914 group of addresses you wish to manipulate by marking them with an
13915 &quot;X&quot;.
13916 The Set/Unset
13917 <!--chtml if pinemode="function_key"-->
13918 (F9)
13919 <!--chtml else-->
13920 (&quot;X&quot;)
13921 <!--chtml endif-->
13922 command will turn the &quot;X&quot; on for the
13923 highlighted address if it was off or turn it off if it was previously on.
13924 The SetAll command will select all of the addresses, and the UnSetAll
13925 command will turn off all the selections.  Once you've gotten the
13926 selection the way you want it, you may put the addresses in a file by typing
13927 <!--chtml if pinemode="function_key"-->
13929 <!--chtml else-->
13930 &quot;T&quot;.
13931 <!--chtml endif-->
13934 You will be asked for the name of a file to put the addresses in.
13935 If the file already exists, you will be asked whether you want to Overwrite
13936 (replace) the contents of the file or Append to the contents of the file.
13939 &lt;End of help on this topic&gt;
13940 </BODY>
13941 </HTML>
13942 ============= h_abook_view ========================
13943 <HTML>
13944 <HEAD>
13945 <TITLE>Address Book View Explained</TITLE>
13946 </HEAD>
13947 <BODY>
13948 This function allows you to view the contents of an address book entry. You
13949 can only view one entry at a time.
13951 <DL>
13952 <DT>Help
13953 <!--chtml if pinemode="function_key"-->
13954 (F1)
13955 <!--chtml else-->
13957 <!--chtml endif-->
13958 </DT>
13959 <DD>
13960 Display this help text.
13962 <DT>Abook
13963 <!--chtml if pinemode="function_key"-->
13964 (F3)
13965 <!--chtml else-->
13966 (&lt;)
13967 <!--chtml endif-->
13968 </DT>
13969 <DD>
13970 Go back to index of address book entries.
13972 <DT>Update
13973 <!--chtml if pinemode="function_key"-->
13974 (F4)
13975 <!--chtml else-->
13977 <!--chtml endif-->
13978 </DT>
13979 <DD>
13980 Update (modify) this entry.
13982 <DT>ComposeTo
13983 <!--chtml if pinemode="function_key"-->
13984 (F5)
13985 <!--chtml else-->
13987 <!--chtml endif-->
13988 </DT>
13989 <DD>Compose a message to the address(es) in this entry.
13991 <DT>Role
13992 <!--chtml if pinemode="function_key"-->
13993 (F6)
13994 <!--chtml else-->
13996 <!--chtml endif-->
13997 </DT>
13998 <DD>Compose a message to the address(es) in this entry using roles.
14000 <DT>Prev Page
14001 <!--chtml if pinemode="function_key"-->
14002 (F7)
14003 <!--chtml else-->
14005 <!--chtml endif-->
14006 </DT>
14007 <DD>
14008 Show the previous page of the current entry.
14010 <DT>Next Page
14011 <!--chtml if pinemode="function_key"-->
14012 (F8)
14013 <!--chtml else-->
14014 (Space)
14015 <!--chtml endif-->
14016 </DT>
14017 <DD>
14018 Show the next page of the current entry.
14020 <DT>Print
14021 <!--chtml if pinemode="function_key"-->
14022 (F9)
14023 <!--chtml else-->
14025 <!--chtml endif-->
14026 </DT>
14027 <DD>Print the current entry.  You can select the
14028 printer or the print command via the &quot;Setup&quot; command
14029 on the MAIN MENU.
14031 <DT>WhereIs
14032 <!--chtml if pinemode="function_key"-->
14033 (F10)
14034 <!--chtml else-->
14036 <!--chtml endif-->
14037 </DT>
14038 <DD>Search the entry for a string of letters.  If it is
14039 found, move to it.  The string can be one word or a phrase.
14040 If there are multiple occurrences, the cursor moves to the
14041 first occurrence beyond the current cursor position.
14043 <DT>Fwd Email
14044 <!--chtml if pinemode="function_key"-->
14045 (F11)
14046 <!--chtml else-->
14048 <!--chtml endif-->
14049 </DT>
14050 <DD>Begin composition of a new mail message with the displayed
14051 text already inserted in the message body.
14053 </DL>
14055 &lt;End of help on this topic&gt;
14056 </BODY>
14057 </HTML>
14058 ============= h_ldap_view ========================
14059 <HTML>
14060 <HEAD>
14061 <TITLE>LDAP Response View Explained</TITLE>
14062 </HEAD>
14063 <BODY>
14064 This function allows you to view the contents of a directory entry. You
14065 can only view one entry at a time.
14067 <DL>
14068 <DT>Help
14069 <!--chtml if pinemode="function_key"-->
14070 (F1)
14071 <!--chtml else-->
14073 <!--chtml endif-->
14074 </DT>
14075 <DD>
14076 Display this help text.
14078 <DT>Results Index
14079 <!--chtml if pinemode="function_key"-->
14080 (F3)
14081 <!--chtml else-->
14082 (&lt;)
14083 <!--chtml endif-->
14084 </DT>
14085 <DD>Go back to index of search results.
14087 <DT>ComposeTo
14088 <!--chtml if pinemode="function_key"-->
14089 (F5)
14090 <!--chtml else-->
14092 <!--chtml endif-->
14093 </DT>
14094 <DD>Compose a message to the address(es) in this entry.
14096 <DT>Role
14097 <!--chtml if pinemode="function_key"-->
14098 (F6)
14099 <!--chtml else-->
14101 <!--chtml endif-->
14102 </DT>
14103 <DD>Compose a message to the address(es) in this entry using roles.
14105 <DT>Prev Page
14106 <!--chtml if pinemode="function_key"-->
14107 (F7)
14108 <!--chtml else-->
14110 <!--chtml endif-->
14111 </DT>
14112 <DD>
14113 Show the previous page of the current entry.
14115 <DT>Next Page
14116 <!--chtml if pinemode="function_key"-->
14117 (F8)
14118 <!--chtml else-->
14119 (Space)
14120 <!--chtml endif-->
14121 </DT>
14122 <DD>
14123 Show the next page of the current entry.
14125 <DT>Print
14126 <!--chtml if pinemode="function_key"-->
14127 (F9)
14128 <!--chtml else-->
14130 <!--chtml endif-->
14131 </DT>
14132 <DD>Print the current entry on paper.  You can select the
14133 printer or the print command via the &quot;Setup&quot; command
14134 on the MAIN MENU.
14136 <DT>WhereIs
14137 <!--chtml if pinemode="function_key"-->
14138 (F10)
14139 <!--chtml else-->
14141 <!--chtml endif-->
14142 </DT>
14143 <DD>Search the entry for a string of letters.  If it is
14144 found, move to it.  The string can be one word or a phrase.
14145 If there are multiple occurrences, the cursor moves to the
14146 first occurrence beyond the current cursor position.
14148 <DT>Fwd Email
14149 <!--chtml if pinemode="function_key"-->
14150 (F11)
14151 <!--chtml else-->
14153 <!--chtml endif-->
14154 </DT>
14155 <DD>Begin composition of a new mail message with the displayed
14156 text already inserted in the message body.
14158 <DT>Save
14159 <!--chtml if pinemode="function_key"-->
14160 (F12)
14161 <!--chtml else-->
14163 <!--chtml endif-->
14164 </DT>
14165 <DD>Save the displayed entry to one of your address books or export
14166 it to a file.
14167 </DL>
14169 &lt;End of help on this topic&gt;
14170 </BODY>
14171 </HTML>
14172 ===== h_attachment_screen =====
14173 <HTML>
14174 <HEAD>
14175 <TITLE>Attachment Index Screen Explained</TITLE>
14176 </HEAD>
14177 <BODY>
14178 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
14179 message's attachments, and allows various operations on them.  The
14180 first attachment is usually the message text, but does not include the
14181 header portion of the message.
14183 Available commands include:
14185 <DL>
14187 <DT>Help</DT>
14188 <DD>Show this help text.
14190 <DT>Msg #<I>num</I></DT>
14191 <DD>Leave this screen without displaying or saving any attachments.
14193 <DT>View</DT>
14194 <DD>View the currently selected attachment.
14196 <DT>External</DT>
14197 <DD>Passes a TEXT/HTML message to an external browser for its display.
14199 <DT>Prev Attach</DT>
14200 <DD>Move to previous attachment.
14202 <DT>Next Attach</DT>
14203 <DD>Move to next attachment.
14205 <DT>Prev Page</DT>
14206 <DD>Previous page of the listed attachments.
14208 <DT>Next Page</DT>
14209 <DD>Next page of the listed attachments.
14211 <DT>Delete</DT>
14212 <DD>Mark the currently selected attachment for Deletion.
14213 This does not modify the current message by deleting the attachment from
14214 it, but instead the delete flag <EM>only</EM> has an effect when saving
14215 the message to a folder.
14216 Attachments marked for deletion are not copied to the destination folder
14217 along with the rest of the message when it is saved.
14218 It is ok for the destination folder to be the same as the current folder.
14219 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
14221 <DT>Undelete</DT>
14222 <DD>Turn off the Delete flag for the selected attachment.
14224 <DT>Save</DT>
14225 <DD>Save the selected attachment to a file.  If the attachment is of
14226 type &quot;RFC822/Message&quot;, then the attachment will be saved to
14227 the specified mail folder.
14229 <DT>Export</DT>
14230 <DD>If the attachment is of
14231 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
14232 copy the message to a file in the same way this command works on 
14233 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
14235 <DT>Pipe</DT>
14236 <DD>Pipe the attachment contents into a UNIX command (if enabled).
14237 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
14239 <DT>WhereIs</DT>
14240 <DD>Find a matching string in the attachment list.
14242 <DT>AboutAttch</DT>
14243 <DD>Examine various aspects of the selected attachment.
14245 <DT>Print</DT>
14246 <DD>Print the selected attachment.
14248 <DT>Forward</DT>
14249 <DD>Forward the selected attachment as an attachment.
14250 </DL>
14254 All attachments can be saved or piped into a UNIX command, but some may
14255 not be readily displayed by either Alpine or an external tool.  In such
14256 cases, the reason why the message cannot be displayed is displayed on
14257 Alpine's message line.
14259 &lt;End of help on this topic&gt;
14260 </BODY>
14261 </HTML>
14262 ============= h_mail_text_att_view ========================
14263 <HTML>
14264 <HEAD>
14265 <TITLE>Attachment View Screen Explained</TITLE>
14266 </HEAD>
14267 <BODY>
14268 This function allows you to view the contents of a text attachment. You
14269 can only view one attachment at a time.
14271 Available commands include:
14273 <DL>
14275 <DT>Help</DT>
14276 <DD>Display this help text
14278 <DT>AttchIndex</DT>
14279 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
14281 <DT>Prev Page</DT>
14282 <DD>Show the previous page of the current attachment.
14284 <DT>Next Page</DT>
14285 <DD>Show the next page of the current attachment by pressing the space bar.
14287 <DT>Delete</DT>
14288 <DD>Mark the viewed attachment for Deletion.  The delete
14289 flag <EM>only</EM> has affect when saving the message to a folder.
14290 Attachments marked for deletion are excluded from the message when
14291 it is saved.  In addition, the delete mark <EM>only</EM> applies to
14292 this Alpine session.
14294 <DT>Undelete</DT>
14295 <DD>Turn off the Delete flag for the selected attachment.
14297 <DT>Save</DT>
14298 <DD>Copy the current attachment to a file.  If you just enter
14299 a filename, the attachment will be saved with that name in
14300 your home directory 
14301 <!--chtml if pinemode="running"-->
14302 (which, in the present configuration of your system, is
14303  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14304 <!--chtml endif-->
14305 or current working directory
14306 <!--chtml if pinemode="running"-->
14307 (which, at least for your current Alpine &quot;session,&quot; 
14308 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14309 <!--chtml endif-->, depending on the
14310 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14311 configuration setting.  You may enter the full
14312 path and filename to save it in another directory instead.
14314 <DT>Export</DT>
14315 <DD>If the attachment is of
14316 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
14317 copy the message to a file in the same way this command works on 
14318 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
14319 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
14320 defined, they may affect the contents of the exported file.)
14322 <DT>Pipe</DT>
14323 <DD>Pipe the attachment contents into a UNIX command (if enabled)
14325 <DT>WhereIs</DT>
14326 <DD>Search the attachment for a string of letters.  If it is
14327 found, move to it.  The string can be one word or a phrase.
14328 If there are multiple occurrences, the cursor moves to the
14329 first occurrence beyond the current cursor position.
14331 <DT>Print</DT>
14332 <DD>Print the current attachment on paper.  You can select the
14333 printer or the print command via the &quot;Setup&quot; command
14334 on the MAIN MENU.
14336 <DT>Forward</DT>
14337 <DD>Forward the selected attachment as an attachment.
14338 </DL>
14340 &lt;End of help on this topic&gt;
14341 </BODY>
14342 </HTML>
14343 ============= h_journal ==============
14344 <HTML>
14345 <HEAD>
14346 <TITLE>Recent Message Journal Explained</TITLE>
14347 </HEAD>
14348 <BODY>
14350 The following commands are available on this screen:
14352 <DL>
14353 <DT>Help</DT>
14354 <DD>Show this help text
14356 <DT>Exit</DT>
14357 <DD>Exit Viewer, and go back to mail processing
14359 <DT>Prev Page</DT>
14360 <DD>Show the previous page text
14362 <DT>Next Page</DT>
14363 <DD>Show the next page of text by pressing the space bar
14365 <DT>Print</DT>
14366 <DD>Print the displayed text on paper.  You can select the
14367 printer or the print command via the &quot;Setup&quot; command
14368 on the MAIN MENU.
14370 <DT>Fwd Email</DT>
14371 <DD>Begin composition of a new mail message with the displayed
14372 text already inserted in the message body.
14374 <DT>Save</DT>
14375 <DD>Copy the displayed text to a file.  If you just enter
14376 a filename, the text will be saved with that name in
14377 your 
14378 home directory 
14379 <!--chtml if pinemode="running"-->
14380 (which, in the present configuration of your system, is
14381  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14382 <!--chtml endif-->
14383 or current working directory
14384 <!--chtml if pinemode="running"-->
14385 (which, at least for your current Alpine &quot;session,&quot; 
14386 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14387 <!--chtml endif-->, depending on the
14388 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14389 configuration setting.   You may enter the full
14390 path and filename to save it in another directory instead.
14392 <DT>WhereIs</DT>
14393 <DD>Search the text for a string of letters.  If it is
14394 found, move to it.  The string can be one word or a phrase.
14395 If there are multiple occurrences, the cursor moves to the
14396 first occurrence beyond the current cursor position.
14397 </DL>
14399 &lt;End of help on this topic&gt;
14400 </BODY>
14401 </HTML>
14402 ============= h_debugjournal ==============
14403 <HTML>
14404 <HEAD>
14405 <TITLE>Debug Journal Explained</TITLE>
14406 </HEAD>
14407 <BODY>
14409 The following commands are available on this screen:
14411 <DL>
14412 <DT>Help</DT>
14413 <DD>Show this help text
14415 <DT>Exit</DT>
14416 <DD>Exit Viewer, and go back to mail processing
14418 <DT>Timestamps</DT>
14419 <DD>Turn on or off timestamps.
14421 <DT>DebugView</DT>
14422 <DD>Set the level of debugging you want to see. The level may be any number
14423 in the range 0-9. Higher numbers show more debugging detail. Note that the
14424 debugging information has already been captured. This setting just causes the
14425 debugging information that you see to be filtered. If you set this to
14426 the number &quot;5&quot; then you will be shown all of the debugging information
14427 at levels 5 and below.
14428 It's actually a bit more complicated than that. A fixed amount of memory
14429 is used to store the debug information.
14430 Since the amount of memory used is limited the debugging information
14431 has to be trimmed back when it gets too large.
14433 <DT>Prev Page</DT>
14434 <DD>Show the previous page text
14436 <DT>Next Page</DT>
14437 <DD>Show the next page of text by pressing the space bar
14439 <DT>Print</DT>
14440 <DD>Print the displayed text on paper.  You can select the
14441 printer or the print command via the &quot;Setup&quot; command
14442 on the MAIN MENU.
14444 <DT>Fwd Email</DT>
14445 <DD>Begin composition of a new mail message with the displayed
14446 text already inserted in the message body.
14448 <DT>Save</DT>
14449 <DD>Copy the displayed text to a file.  If you just enter
14450 a filename, the text will be saved with that name in
14451 your 
14452 home directory 
14453 <!--chtml if pinemode="running"-->
14454 (which, in the present configuration of your system, is
14455  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14456 <!--chtml endif-->
14457 or current working directory
14458 <!--chtml if pinemode="running"-->
14459 (which, at least for your current Alpine &quot;session,&quot; 
14460 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14461 <!--chtml endif-->, depending on the
14462 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14463 configuration setting.   You may enter the full
14464 path and filename to save it in another directory instead.
14466 <DT>WhereIs</DT>
14467 <DD>Search the text for a string of letters.  If it is
14468 found, move to it.  The string can be one word or a phrase.
14469 If there are multiple occurrences, the cursor moves to the
14470 first occurrence beyond the current cursor position.
14471 </DL>
14473 &lt;End of help on this topic&gt;
14474 </BODY>
14475 </HTML>
14476 ============= h_simple_text_view ==============
14477 <HTML>
14478 <HEAD>
14479 <TITLE>Simple Text View Screen Explained</TITLE>
14480 </HEAD>
14481 <BODY>
14483 The following commands are available on this screen:
14485 <DL>
14486 <DT>Help</DT>
14487 <DD>Show this help text
14489 <DT>Exit</DT>
14490 <DD>Exit Viewer, and go back to mail processing
14492 <DT>Prev Page</DT>
14493 <DD>Show the previous page text
14495 <DT>Next Page</DT>
14496 <DD>Show the next page of text by pressing the space bar
14498 <DT>Print</DT>
14499 <DD>Print the displayed text on paper.  You can select the
14500 printer or the print command via the &quot;Setup&quot; command
14501 on the MAIN MENU.
14503 <DT>Fwd Email</DT>
14504 <DD>Begin composition of a new mail message with the displayed
14505 text already inserted in the message body.
14507 <DT>Save</DT>
14508 <DD>Copy the displayed text to a file.  If you just enter
14509 a filename, the attachment will be saved with that name in
14510 your 
14511 home directory 
14512 <!--chtml if pinemode="running"-->
14513 (which, in the present configuration of your system, is
14514  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14515 <!--chtml endif-->
14516 or current working directory
14517 <!--chtml if pinemode="running"-->
14518 (which, at least for your current Alpine &quot;session,&quot; 
14519 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14520 <!--chtml endif-->, depending on the
14521 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14522 configuration setting.   You may enter the full
14523 path and filename to save it in another directory instead.
14525 <DT>WhereIs</DT>
14526 <DD>Search the attachment for a string of letters.  If it is
14527 found, move to it.  The string can be one word or a phrase.
14528 If there are multiple occurrences, the cursor moves to the
14529 first occurrence beyond the current cursor position.
14530 </DL>
14532 &lt;End of help on this topic&gt;
14533 </BODY>
14534 </HTML>
14535 ======= h_pine_for_windows ========
14536 <HTML>
14537 <HEAD>
14538 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
14539 </HEAD>
14540 <BODY>
14541 <H1>Getting Help In PC-Alpine</H1>
14544 PC-Alpine offers general and specific help text. From the <A
14545 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
14546 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
14547 specific help for that screen is available from the toolbar Help menu or
14548 with the 
14549 <!--chtml if pinemode="function_key"-->
14550 &quot;F1&quot; key.
14551 <!--chtml else-->
14552 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
14553 typing &quot;?&quot; would be mistaken as entering text.
14554 <!--chtml endif-->
14557 Although this version of Alpine is for Microsoft Windows, it is not
14558 considered a full &quot;Graphical User Interface&quot; application. 
14559 Yet, many of the controls that Windows users are accustomed to seeing, 
14560 such as scrollbars and toolbars, are available.
14563 PC-Alpine offers considerable mouse support.  You can view what is
14564 &quot;click-able&quot; by dragging your mouse over any screen; when the
14565 arrow cursor changes into a hand, you found something. Mouse-click
14566 possibilities include navigating between screens and folders and
14567 double-clicking on hyperlinks to open your Web browser.
14568 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
14569 screen.  Examples of right-click options include &quot;copy&quot; after
14570 selecting text to copy and &quot;View in New Window&quot; when you click
14571 on a particular message in the Message Index. The menu choices available
14572 to you will vary based upon what screen is open, where on the screen your
14573 cursor is located, and even what action you have already taken.
14576 &lt;End of help on this topic&gt;
14577 </BODY>
14578 </HTML>
14579 ===== h_composer =====
14580 <HTML>
14581 <HEAD>
14582 <TITLE>COMPOSER COMMANDS</TITLE>
14583 </HEAD>
14584 <BODY>
14585 <H1>COMPOSER COMMANDS</H1>
14587 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>
14588 &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>
14589 &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>
14590 &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>
14591 &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>
14592 &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>
14593 &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>
14594 &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>
14595 &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>
14596 &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>
14597 ---------------------------------------|&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>
14598 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>
14599 &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>
14600 &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>
14601 &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>
14604 NOTE:
14605 <OL>
14606  <LI>For help on a particular command, highlight the bold text associated
14607 with it above and hit Return.
14608  <LI> The availability of certain commands
14609 is determined by Alpine configuration files and system capabilities.
14610 At some sites, certain commands may not be available due to security or
14611 support concerns.
14612  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14613 Ctrl-&#92;, ESC.
14614  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14615 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14616 </OL>
14619 HINT: To move rapidly to the bottom of a message you are composing,
14620 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
14621 with the Mark and Cut commands to eliminate large amounts of unwanted
14622 text in a Reply.
14624 <H2>Description of Composer</H2>
14626 Alpine has a built-in editing program that allows you to compose messages
14627 without having to leave Alpine.  The editor is designed to be very simple to
14628 use so that you can get started writing email right away.
14631 Messages are usually just text, about 80 columns wide.  Using upper and
14632 lower case is encouraged.  On some systems the size limit of the message
14633 is about 100,000 characters, which is about 2,000 lines.  You can include
14634 punctuation and special characters found on most keyboards, but you can't
14635 include characters with diacritical marks and certain special symbols.
14638 Text automatically wraps as you type past the end of a line so you do not
14639 have to hit return.  Using the
14640 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
14641 you can also reformat text explicitly, perhaps after you have
14642 deleted some text.
14645 You can include other text files with the 
14646 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
14647 which will prompt you for the name of the file to insert at the
14648 current cursor position.
14651 <UL>
14652 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14653 </UL>
14655 &lt;End of help on this topic&gt;
14656 </BODY>
14657 </HTML>
14658 ====== h_composer_browse =====
14659 <HTML>
14660 <HEAD>
14661 <TITLE>BROWSER</TITLE>
14662 </HEAD>
14663 <BODY>
14664 <H1>BROWSER</H1>
14665 This screen lets you browse your files and directories.  To go to another 
14666 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
14667 choose &quot;Select&quot; (the default choice on the menu); 
14668 or choose &quot;Goto&quot; and enter the name of the directory.
14669 <!--chtml if pinemode="os_windows"-->
14670 <!--chtml else--> 
14671 In Unix Alpine, you may use 
14672 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
14673 to another's home directory.  
14674 <!--chtml endif--><P>
14675 To select a file, move the cursor to it and 
14676 choose &quot;Select&quot; (the default choice on the menu).  
14678 <UL>
14679 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
14680 inclusion in the 
14681 message body (that is, you chose &quot;Read File&quot; with the cursor under 
14682 the 
14683 &quot;----- Message Text -----&quot; line
14684 while composing, then &quot;To Files&quot;):  Since the file 
14685 selected will become part of the message text, it must be in a format 
14686 suitable for that (Alpine does not check!), such as a plain text file.
14687 Files of other formats (for example, graphics, databases, software 
14688 programs) should be 
14689 <B>attached</B> to the message instead --
14690 by moving the cursor in the COMPOSE MESSAGE screen into the 
14691 message header area and pressing 
14692 <!--chtml if pinemode="function_key"-->
14694 <!--chtml else-->
14695 Ctrl-J.
14696 <!--chtml endif--> 
14698 <P><LI>
14699 Note <B>if</B> you are currently using the BROWSER for saving a message 
14700 attachment, or exporting a message, to a file: You can use the Add command to 
14701 provide the name for a new file to save/export to, and then select that name 
14702 to use it for the save/export operation.  Back at the prompt 
14703 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
14704 either Overwrite or Append (it doesn't make a difference, since the file is 
14705 so far empty).  Note: If you cancel the 
14706 operation at that point, the file created with the Add command will remain 
14707 0 bytes in size.
14709 </UL>
14710 <P><UL>
14711 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14712 </UL>
14714 &lt;End of help on this topic&gt;
14715 </BODY>
14716 </HTML>
14717 ====== h_composer_ins =====
14718 <HTML>
14719 <HEAD>
14720 <TITLE>INSERT TEXT FILE</TITLE>
14721 </HEAD>
14722 <BODY>
14723 <H1>INSERT TEXT FILE</H1>
14725 Use this function to insert a text file. The file name
14726 given can be an absolute file path name for your system
14727 <!--chtml if pinemode="os_windows"-->
14728 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
14729 with a relative pathname, or simply a file name without
14730 drive or directory specification.  
14731 <!--chtml else-->
14732 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
14733 a file in your home directory, or a file path relative to your 
14734 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
14735 your home directory or &quot;~user&quot; to refer to another
14736 account's home directory.
14737 <!--chtml endif-->
14739 No wild card characters may be used.  
14740 The file must reside on the system running Alpine.
14742 If the 
14743 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14744 feature is set, names are relative to your current working directory 
14745 <!--chtml if pinemode="running"-->
14746 (which, at least for your current Alpine &quot;session,&quot; 
14747 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14748 <!--chtml endif-->
14749 rather than your home directory
14750 <!--chtml if pinemode="running"-->
14751 (which, in the present configuration of your system, is
14752  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14753 <!--chtml endif-->
14755 <P><UL>
14756 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14757 </UL>
14759 &lt;End of help on this topic&gt;
14760 </BODY>
14761 </HTML>
14762 ====== h_composer_ins_m =====
14763 <HTML>
14764 <HEAD>
14765 <TITLE>INSERT MESSAGE</TITLE>
14766 </HEAD>
14767 <BODY>
14768 <H1>INSERT MESSAGE</H1>
14770 Type in the number of a message in the currently open folder to insert it
14771 into your message.
14772 <P><UL>
14773 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14774 </UL>
14776 &lt;End of help on this topic&gt;
14777 </BODY>
14778 </HTML>
14779 ====== h_composer_search =====
14780 <HTML>
14781 <HEAD>
14782 <TITLE>Explanation of Composer Whereis Command </TITLE>
14783 </HEAD>
14784 <BODY>
14785 <H1>Help For Whereis Command</H1>
14787 Whereis is used to search the message for a word or part of a word.
14788 When searching in the composer, only the message part of your mail is
14789 searched, and the cursor is put on the first occurrence appearing
14790 after the location of the cursor.  The search will wrap to the
14791 beginning of the message when it no longer finds matches in the
14792 remainder of the message.
14794 To search for the same string a second time, press 
14795 <!--chtml if pinemode="function_key"-->
14796 &quot;F6&quot;
14797 <!--chtml else-->
14798 &quot;^W&quot;
14799 <!--chtml endif-->
14800 to begin search and then just press RETURN to accept the previous
14801 search string shown in square brackets rather than entering a new
14802 search string.<P>
14804 The &quot;Search&quot; prompt has several sub-command available:
14806 <DL>
14807 <DT>Get Help</DT>
14808 <DD> Takes you to this help page.
14810 <DT>Cancel</DT>
14811 <DD> Cancels the prompt.  No search takes place.
14813 <DT>First Line</DT>
14814 <DD> Takes you back to the composer with the cursor on the first character
14815 of the first line of text.
14817 <DT>Last Line</DT>
14818 <DD> Takes you back to the composer with the cursor on the last character
14819 of the last line of text.
14821 <DT>Replace (Optional)</DT>
14822 <DD> This sub-command is enabled by the 
14823 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
14824 feature (which is on by default); see its help screen for details on how replacing works.
14826 </DL>
14828 &lt;End of help on this topic&gt;
14829 </BODY>
14830 </HTML>
14831 ====== h_sigedit_search =====
14832 <HTML>
14833 <HEAD>
14834 <TITLE>Explanation of Whereis Command </TITLE>
14835 </HEAD>
14836 <BODY>
14837 <H1>Help For Whereis Command</H1>
14839 Whereis is used to search for a word or part of a word.
14840 When searching the cursor is put on the first occurrence appearing
14841 after the location of the cursor.  The search will wrap to the
14842 beginning of the signature when it no longer finds matches in the
14843 remainder of the signature.
14845 To search for the same string a second time, press 
14846 <!--chtml if pinemode="function_key"-->
14847 &quot;F6&quot;
14848 <!--chtml else-->
14849 &quot;^W&quot;
14850 <!--chtml endif-->
14851 to begin search and then just press RETURN to accept the previous
14852 search string shown in square brackets rather than entering a new
14853 search string.<P>
14855 The &quot;Search&quot; prompt has several sub-command available:
14857 <DL>
14858 <DT>Get Help</DT>
14859 <DD> Takes you to this help page.
14861 <DT>Cancel</DT>
14862 <DD> Cancels the prompt.  No search takes place.
14864 <DT>First Line</DT>
14865 <DD> Takes you back to the composer with the cursor on the first character
14866 of the first line of text.
14868 <DT>Last Line</DT>
14869 <DD> Takes you back to the composer with the cursor on the last character
14870 of the last line of text.
14872 <DT>Replace (Optional)</DT>
14873 <DD> This sub-command is enabled by the 
14874 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
14875 feature (which is on by default); see its help screen for details on how replacing works.
14877 </DL>
14879 &lt;End of help on this topic&gt;
14880 </BODY>
14881 </HTML>
14882 ======= h_composer_to ====
14883 <HTML>
14884 <HEAD>
14885 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
14886 </HEAD>
14887 <BODY>
14888 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
14890 <H2>The &quot;To:&quot; field</H2>
14891 The address you enter here must be a valid email address that is reachable
14892 from your site. 
14894 <H2>Email Address Format</H2>
14895 You may enter a full name and email address, 
14896 <!--chtml if pinemode="os_windows"-->
14897 <!--chtml else-->
14898 a local (meaning, on the same 
14899 host as the one you are running Alpine on) username that Alpine will
14900 complete for you, 
14901 <!--chtml endif-->
14902 the nickname of someone in a 
14903 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
14904 mail alias defined by your system administrator.  When you move the cursor
14905 out of this field, the nicknames will be expanded to the addresses in your
14906 address book, and the local usernames will be expanded to include the 
14907 persons' actual names.  You may enter as many addresses as you wish, but they 
14908 must be separated by commas.  You can move around this and other header fields
14909 with the arrow keys and use many of the usual composer editing keys.
14911 <UL>
14912 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14913 </UL>
14916 <H2>MESSAGE HEADER COMMANDS</H2>
14917 <!--chtml if pinemode="function_key"-->
14918 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
14919 ^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>
14920 ^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>
14921 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
14922 ^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>
14923 ^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>
14924 ^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>
14925 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>
14926 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>
14927 ^@&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>
14928 ----------------------------------------|<BR>
14929 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
14930 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>
14931 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>
14932 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>
14933 <!--chtml else-->
14934 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
14935 ^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>
14936 ^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>
14937 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
14938 ^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>
14939 ^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>
14940 ^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>
14941 ^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>
14942 ^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>
14943 ^@&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>
14944 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
14945 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>
14946 ^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>
14947 ^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>
14948 ^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>
14949 <!--chtml endif-->
14952 NOTE:
14953 <OL>
14954  <LI>For help on a particular command, highlight the bold text associated
14955 with it above and hit Return.
14956  <LI> The availability of certain commands 
14957 is determined by Alpine configuration files and system capabilities.
14958 At some sites, certain commands may not be available due to security or
14959 support concerns.
14960 </OL>
14963 <UL>   
14964 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14965 </UL><P>
14966 &lt;End of help on this topic&gt;
14967 </BODY>
14968 </HTML>
14969 ======= h_composer_cc ====
14970 <HTML>
14971 <HEAD>
14972 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
14973 </HEAD>
14974 <BODY>
14975 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
14976 The Cc: field is just like the To: field, except it is used for addressees
14977 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
14978 not directly meant directly &quot;for&quot; these recipients, but you wanted 
14979 them to see the message.  The only difference the recipients see is that their 
14980 name is in the Cc: field, rather than the To: field.
14982 For help with Cc: field editing
14983 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14985 <UL>
14986 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14987 </UL>
14989 <UL>   
14990 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14991 </UL><P>
14992 &lt;End of help on this topic&gt;
14993 </BODY>
14994 </HTML>
14995 ======= h_composer_bcc ====
14996 <HTML>
14997 <HEAD>
14998 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
14999 </HEAD>
15000 <BODY>
15001 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
15002 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
15003 a copy of the message to one or more people whose addresses you do not
15004 wish disclosed, either to reduce clutter or for confidentiality.
15006 The format of the Bcc: field is just the same as the To: and Cc: fields in
15007 the way the addresses are entered.  The recipients listed here will
15008 receive a copy of the message, but --assuming your site's mail transport
15009 software is properly configured-- their addresses will not show up in the
15010 headers of the message, as delivered to all of the recipients.  The To:
15011 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
15013 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
15014 will automatically generate and place in the To: field a pseudo-address of 
15015   &quot;undisclosed-recipients: ;&quot;
15016 or whatever string has been specified in the 
15017 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
15018 variable.
15020 The reason for this is to avoid embarrassment caused by some Internet
15021 mail transfer software that interprets a &quot;missing&quot; To: header as 
15022 an error and replaces it with an Apparently-to: header that may contain
15023 the addresses you entered on the Bcc: line.  In addition, it may be
15024 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
15026 You can manipulate what text ends up on the (originally) empty To:
15027 field.  Just remember to put a colon and semicolon at the end of the
15028 field, which is a special notation denoting that it is not a real address.
15030 For information on message header editing
15031 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15033 <UL>
15034 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15035 </UL>
15037 <UL>   
15038 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15039 </UL><P>
15040 &lt;End of help on this topic&gt;
15041 </BODY>
15042 </HTML>
15043 ======= h_composer_lcc ====
15044 <HTML>
15045 <HEAD>
15046 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
15047 </HEAD>
15048 <BODY>
15049 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
15050 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
15051 you wish to send a message to a list of people but avoid having all
15052 of their addresses visible, in order to reduce clutter when the
15053 message is received.
15055 It is similar to the 
15056 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
15057 in that individual
15058 addressees are hidden, but Lcc is designed to work specifically with
15059 distribution lists you have created in your 
15060 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
15061 the nickname of the list on the Lcc line will result in the full name of
15062 your Alpine Address Book list being placed on the To: line of the message,
15063 using a special notation that distinguishes it from a real address. You
15064 must leave the To: line blank for your list name to appear there.
15066 For example, if you have this list entered in your Address Book:<PRE>
15068         largo         Key Largo List       DISTRIBUTION LIST:
15069                                            bogie@mgm.com
15070                                            lauren@mgm.com
15071                                            walter@mgm.com</PRE>
15074 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
15075 the result is:<PRE>
15077         To      : Key Largo List: ;
15078         Cc      :
15079         Bcc     :
15080         Fcc     : sent-mail
15081         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
15082                   lauren@mgm.com,
15083                   walter@mgm.com
15084         Subject :</PRE>
15086 Each recipient listed on the Lcc: line receives a copy of the message
15087 without their address being visible (as though they were listed on the
15088 Bcc: line). The colon-semicolon notation used to put the full-name of the
15089 list on the To: line is a special address format that doesn't specify any
15090 actual addressees, but does give some information to the recipients of the
15091 message.
15093 Note: if after entering an LCC, you delete the list name that is placed
15094 on the To: line, then recipients will see <PRE>
15095        To: undisclosed-recipients: ;</PRE>
15097 (or whatever string is defined in the 
15098 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
15099 variable) just as in the BCC case. 
15101 For help with Lcc: field editing
15102 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15104 <UL>
15105 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15106 </UL>
15108 <UL>   
15109 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15110 </UL><P>
15111 &lt;End of help on this topic&gt;
15112 </BODY>
15113 </HTML>
15114 ======= h_composer_from =======
15115 <HTML>
15116 <HEAD>
15117 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
15118 </HEAD>
15119 <BODY>
15120 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
15122 This header carries your return address.  It is the address toward which
15123 replies (and often, future unrelated correspondence) will be directed,
15124 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
15125 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
15126 sure this address is correct.
15128 For help with message header editing
15129 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15131 <UL>
15132 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15133 </UL>
15135 <UL>   
15136 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15137 </UL><P>
15138 &lt;End of help on this topic&gt;
15139 </BODY>
15140 </HTML>
15141 ======= h_composer_reply_to =======
15142 <HTML>
15143 <HEAD>
15144 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
15145 </HEAD>
15146 <BODY>
15147 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
15149 Most people should not need this header. The Reply-To: header is used in
15150 cases where you would like replies to your messages to be directed to an
15151 address other than your normal &quot;From:&quot; address.  This is atypical, 
15152 but can happen when you use multiple machines and do not have the same account
15153 name on each one, or when you wish to direct certain replies to accounts
15154 or folders designated for specific classes of correspondence.
15156 For help with message header editing
15157 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15159 <UL>
15160 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15161 </UL>
15164 <UL>   
15165 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15166 </UL><P>
15167 &lt;End of help on this topic&gt;
15168 </BODY>
15169 </HTML>
15170 ======= h_composer_custom_addr ====
15171 <HTML>
15172 <HEAD>
15173 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
15174 </HEAD>
15175 <BODY>
15176 <H1>CUSTOMIZED HEADER FIELD</H1>
15177 This is a customized header, i.e. not one that is part of Alpine's normal
15178 set of Compose headers.
15180 For help with message header editing
15181 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15183 <UL>
15184 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15185 </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_free ====
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 This field consists of arbitrary text.
15205 For help with message header editing
15206 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15208 <UL>   
15209 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15210 </UL><P>
15211 &lt;End of help on this topic&gt;
15212 </BODY>
15213 </HTML>
15214 ====== h_composer_news =====
15215 <HTML>
15216 <HEAD>
15217 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
15218 </HEAD>
15219 <BODY>
15220 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
15221 Use the newsgroups line to specify any and all USENET newsgroups to which
15222 your message should be posted.  When composing a message from scratch, this
15223 line may be hidden.  If so, just press the rich headers command
15224 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
15225 to make it visible.
15227 <EM>Be aware</EM> that when you post to a newsgroup thousands of
15228 people will be reading your message.  Also, you or your system manager
15229 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
15230 in order for you to be able to post.
15232 For help with message header editing
15233 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15234 <P><UL>
15235 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15236 </UL>
15238 &lt;End of help on this topic&gt;
15239 </BODY>
15240 </HTML>
15241 ======= h_composer_fcc ====
15242 <HTML>
15243 <HEADER>
15244 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
15245 </HEADER>
15246 <BODY>
15247 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
15248 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
15249 each outgoing message.  The default value can be configured with the
15250 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
15251 the file carbon copy on any message you send by editing the FCC header.<p>
15253 You may type ^T to get a list of all your folders and select one to use as
15254 the FCC for this message.<P>
15256 For help with message header editing
15257 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15259 <UL>   
15260 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15261 </UL><P>
15262 &lt;End of help on this topic&gt;
15263 </BODY>
15264 </HTML>
15265 ======= h_composer_subject ====
15266 <HTML>
15267 <HEADER>
15268 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
15269 </HEADER>
15270 <BODY>
15271 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
15273 The subject header provides a place to enter a few words that summarize
15274 the topic of the message you are sending.  You may leave this line blank,
15275 but it is considered a courtesy to use a meaningful subject.<p>
15277 For help with message header editing
15278 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15280 <UL>   
15281 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15282 </UL><P>
15283 &lt;End of help on this topic&gt;
15284 </BODY>
15285 </HTML>
15286 ======= h_composer_attachment ====
15287 <HTML>
15288 <HEAD>
15289 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
15290 </HEAD>
15291 <BODY>
15292 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
15294 The &quot;Attchmnt:&quot; field is where you specify what file or
15295 files you'd like attached to
15296 the message you are composing.  Those files must reside on the machine
15297 running Alpine. If your file is on a PC or Mac and you run Alpine with an
15298 account on a Unix machine, you'll have to transfer it before attaching it.
15299 Contact local computer support people for assistance with transferring.
15302 The file name
15303 given can be an absolute file path name for your system
15304 <!--chtml if pinemode="os_windows"-->
15305 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
15306 with a relative pathname, or simply a file name without
15307 drive or directory specification.  
15308 <!--chtml else-->
15309 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
15310 a file in your home directory, or a file path relative to your 
15311 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
15312 your home directory or &quot;~user&quot; to refer to another
15313 account's home directory.
15314 <!--chtml endif--><P>
15315 No wild card characters may be used.
15316 <P>If the 
15317 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
15318 feature is set, names are relative to your current working directory 
15319 <!--chtml if pinemode="running"-->
15320 (which, at least for your current Alpine &quot;session,&quot; 
15321 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
15322 <!--chtml endif-->
15323 rather than your home directory
15324 <!--chtml if pinemode="running"-->
15325 (which, in the present configuration of your system, is
15326  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
15327 <!--chtml endif-->
15330 Alpine uses MIME encoding for attachments, so binaries and files of any
15331 length can safely be delivered to any MIME-capable mail reading program.
15332 If you send an attachment to someone who does not have a MIME-capable mail
15333 reading program yet, then the main message text will be readable, but
15334 attachments (even attachments that are just plain text) are not.
15337 Typing the filename on the Attchmnt: line achieves the same
15338 result as using the 
15339 <!--chtml if pinemode="function_key"-->
15341 <!--chtml else-->
15342 Ctrl-J
15343 <!--chtml endif--> command.
15346 If you Forward a message with attachments, you may delete them from your
15347 Forwarded message by editing the Attchmnt header line.
15350 For help with message header editing
15351 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15353 <UL>   
15354 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15355 </UL><P>
15356 &lt;End of help on this topic&gt;
15357 </BODY>
15358 </HTML>
15359 ======= h_composer_ctrl_j ====
15360 <HTML>
15361 <HEAD>
15362 <TITLE>COMPOSER ATTACH</TITLE>
15363 </HEAD>
15364 <BODY>
15365 After the
15366 <!--chtml if pinemode="function_key"-->
15368 <!--chtml else-->
15369 Ctrl-J
15370 <!--chtml endif--> command:
15371 At the &quot;File to attach:&quot; prompt, enter the name of the 
15372 existing file to attach to your message.  
15373 When the feature
15374 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
15375 is set
15376 you need only enter the beginning of the filename (enough of it to uniquely 
15377 identify the file) and press TAB to complete it.
15379 Or, press ^T to use the BROWSER screen for 
15380 selecting the file.  <P>
15381 For more information on attaching files, see the help screen for the 
15382 composer's 
15383 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
15384 but can be revealed using the 
15385 <!--chtml if pinemode="function_key"-->
15387 <!--chtml else-->
15388 Ctrl-R
15389 <!--chtml endif--> 
15390 command with the cursor positioned above the
15391 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
15393 &lt;End of help on this topic&gt;
15394 </BODY>
15395 </HTML>
15396 ======= h_edit_nav_cmds =========
15397 <HTML>
15398 <HEAD>
15399 <TITLE>Composer Editing Commands Explained</TITLE>
15400 </HEAD>
15401 <BODY>
15402 <H1>EDITING and NAVIGATION COMMANDS</H1>
15403 <!--chtml if pinemode="function_key"-->
15404 <PRE>
15405 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
15406 ^B (Left Arrow)    Back character       | ^D       Delete current character
15407 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
15408 ^P (Up Arrow)      Previous line        |
15409 ^N (Down Arrow)    Next line            | F9       Cut marked text or
15410 ^A                 Beginning of line    |            delete current line
15411 ^E                 End of line          | F10      Undelete line(s)
15412 F7                 Previous page        |
15413 F8                 Next page            |-------------------------------------
15414 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
15415 ----------------------------------------|
15416 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
15417 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
15418 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
15419 </PRE>
15420 <!--chtml else-->
15421 <PRE>
15422 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
15423 ^B (Left Arrow)    Back character       | ^D       Delete current character
15424 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
15425 ^P (Up Arrow)      Previous line        |
15426 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
15427 ^A                 Beginning of line    |            delete current line
15428 ^E                 End of line          | ^U       Undelete line(s)
15429 ^Y                 Previous page        |
15430 ^V                 Next page            |-------------------------------------
15431 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
15432 ----------------------------------------|
15433 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
15434 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
15435 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
15436 </PRE>
15437 <!--chtml endif-->
15438 &lt;End of help on this topic&gt;
15439 </BODY>
15440 </HTML>
15441 ===== h_composer_sigedit =====
15442 <HTML>
15443 <HEAD>
15444 <TITLE>Signature Editor Commands Explained</TITLE>
15445 </HEAD>
15446 <BODY>
15447 <H1>SIGNATURE EDITOR COMMANDS</H1>
15448 <!--chtml if pinemode="function_key"-->
15449 <PRE>
15450 CURSOR MOTION KEYS                     |EDITING KEYS
15451   ^B (Left Arrow)   Back character     | ^D       Delete current character
15452   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15453   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15454   ^N (Down Arrow)   Next line          | F9       Cut marked text or
15455   ^A                Beginning of line  |           delete current line
15456   ^E                End of line        | F10       Paste text, undelete lines
15457   F7                Previous page      |           cut with ^K, or unjustify
15458   F8                Next page          |-------------------------------------
15459   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15460 ---------------------------------------| F6       Whereis (search for string)
15461 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
15462  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
15463                  |  ^Z    Suspend      | ^L       Redraw Screen
15464  F2   Send       |  F6    Alt. editor  | F5       Read in a file
15465 </PRE>
15466 <!--chtml else-->
15467 <PRE>
15468 CURSOR MOTION KEYS                     |EDITING KEYS
15469   ^B (Left Arrow)   Back character     | ^D       Delete current character
15470   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15471   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15472   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
15473   ^A                Beginning of line  |           delete current line
15474   ^E                End of line        | ^U        Paste text, undelete lines
15475   ^Y                Previous page      |           cut with ^K, or unjustify
15476   ^V                Next page          |-------------------------------------
15477   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15478 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
15479 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
15480  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
15481                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
15482  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
15483 </PRE>
15484 <!--chtml endif-->
15486 NOTE: The presence or absence of the following commands is determined
15487 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
15488 some of these commands may be administratively disabled by your system
15489 manager; if they don't work, please check with your local help desk
15490 before reporting a bug.
15492 <UL>
15493  <LI>Suspend (suspends Alpine and gives a system prompt)
15494  <LI>Alternate editor (allows you to compose with your own editor)
15495 </UL>
15498 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
15499 Ctrl-&#92;, ESC
15502 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
15503 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
15505 &lt;End of help on this topic&gt;
15506 </BODY>
15507 </HTML>
15508 ===== h_composer_commentedit =====
15509 <HTML>
15510 <HEAD>
15511 <TITLE>Comment Editor Commands Explained</TITLE>
15512 </HEAD>
15513 <BODY>
15514 <H1>COMMENT EDITOR COMMANDS</H1>
15515 <!--chtml if pinemode="function_key"-->
15516 <PRE>
15517 CURSOR MOTION KEYS                     |EDITING KEYS
15518   ^B (Left Arrow)   Back character     | ^D       Delete current character
15519   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15520   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15521   ^N (Down Arrow)   Next line          | F9       Cut marked text or
15522   ^A                Beginning of line  |           delete current line
15523   ^E                End of line        | F10       Paste text, undelete lines
15524   F7                Previous page      |           cut with ^K, or unjustify
15525   F8                Next page          |-------------------------------------
15526   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15527 ---------------------------------------| F6       Whereis (search for string)
15528 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
15529  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
15530                  |  ^Z    Suspend      | ^L       Redraw Screen
15531  F2   Send       |  F6    Alt. editor  | F5       Read in a file
15532 </PRE>
15533 <!--chtml else-->
15534 <PRE>
15535 CURSOR MOTION KEYS                     |EDITING KEYS
15536   ^B (Left Arrow)   Back character     | ^D       Delete current character
15537   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15538   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15539   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
15540   ^A                Beginning of line  |           delete current line
15541   ^E                End of line        | ^U        Paste text, undelete lines
15542   ^Y                Previous page      |           cut with ^K, or unjustify
15543   ^V                Next page          |-------------------------------------
15544   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15545 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
15546 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
15547  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
15548                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
15549  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
15550 </PRE>
15551 <!--chtml endif-->
15553 NOTE: The presence or absence of the following commands is determined
15554 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
15555 some of these commands may be administratively disabled by your system
15556 manager; if they don't work, please check with your local help desk
15557 before reporting a bug.
15559 <UL>
15560  <LI>Suspend (suspends Alpine and gives a system prompt)
15561  <LI>Alternate editor (allows you to compose with your own editor)
15562 </UL>
15565 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
15566 Ctrl-&#92;, ESC
15569 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
15570 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
15572 &lt;End of help on this topic&gt;
15573 </BODY>
15574 </HTML>
15575 ======= h_composer_abook_nick =======
15576 <HTML>
15577 <HEAD>
15578 <TITLE>Addressbook Nickname Explained</TITLE>
15579 </HEAD>
15580 <BODY>
15581 This is a short nickname for this address book entry.  If it is used in
15582 place of an address from the composer, the composer will fill in the
15583 address(es) for the entry that matches the nickname. 
15586 Look <A HREF="h_edit_nav_cmds">here</A>
15587 to see the available Editing and Navigation commands.
15589 &lt;End of help on this topic&gt;
15590 </BODY>
15591 </HTML>
15592 ======= h_composer_abook_full =======
15593 <HTML>
15594 <HEAD>
15595 <TITLE>Addressbook Fullname Explained</TITLE>
15596 </HEAD>
15597 <BODY>
15598 This is the full name field for this entry.  If this is going to be a
15599 distribution list (more than one address), it should be a descriptive
15600 phrase describing the list.  It will be included in the mail header if you
15601 put the list in the To: or CC: field, or in the To: line if you put the
15602 list in the Lcc: field.  It's OK to leave this field blank (and OK to
15603 leave any of the other fields blank, too). If this address book entry is
15604 going to be a simple entry with just one address, then this field is the
15605 person's name. When you send mail to this entry, this is the field to the
15606 left of the brackets. That is, it is the most readable part of the 
15607 address. For example, in the sample address:
15608 <PRE>
15609        John Doe &lt;jdoe@some.domain&gt;
15610 </PRE>
15611 "John Doe" is the full name field. If you are sorting your address book
15612 with one of the options that uses full names, then it might be useful to
15613 enter the full name as "Last, First", for example:
15614 <PRE>
15615        Doe, John
15616 </PRE>
15617 so that it will be sorted using Doe instead of John. This will be changed
15618 back into John Doe when you use it.
15620 Look <A HREF="h_edit_nav_cmds">here</A>
15621 to see the available Editing and Navigation commands.
15623 &lt;End of help on this topic&gt;
15624 </BODY>
15625 </HTML>
15626 ======= h_composer_abook_fcc =======
15627 <HTML>
15628 <HEAD>
15629 <TITLE>Addressbook Fcc Explained</TITLE>
15630 </HEAD>
15631 <BODY>
15632 If this entry is the first one in the To: line of an outgoing message,
15633 this field will be used for the Fcc (File Carbon Copy) instead of whatever
15634 you would normally get (which depends on which
15635 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
15636 you've chosen). 
15638 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
15639 that you don't want any Fcc associated with this entry.
15641 Look <A HREF="h_edit_nav_cmds">here</A>
15642 to see the available Editing and Navigation commands.
15644 &lt;End of help on this topic&gt;
15645 </BODY>
15646 </HTML>
15647 ====== h_config_combined_abook_display =====
15648 <HTML>
15649 <HEAD>
15650 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
15651 </HEAD>
15652 <BODY>
15653 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
15655 This feature affects the address book display screens.
15656 Normally, expanding an address book from the ADDRESS BOOK LIST screen
15657 will cause the remaining address books and directory servers to disappear
15658 from the screen, leaving only the entries of the expanded address book.
15659 If this feature is set, then the other address books will remain on the screen,
15660 so that all of the address books can be present at once.
15663 The way that commands work won't be changed.
15664 For example, the Select All command will select all of the entries in the
15665 current address book, not all of the entries in all of the address books.
15666 The WhereIs command will change a little.
15667 It will search through all of the text on the screen plus all of the entries
15668 from expanded address books.
15671 When this feature is set, the setting of the feature
15672 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
15673 has an effect.
15675 &lt;End of help on this topic&gt;
15676 </BODY>
15677 </HTML>
15678 ====== h_config_titlebar_color_style =====
15679 <HTML>
15680 <HEAD>
15681 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
15682 </HEAD>
15683 <BODY>
15684 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
15686 This option affects the colors used to display the titlebar (the top
15687 line on the screen) when viewing a message.
15690 The available options include:
15693 <DL>
15694 <DT>default</DT>
15695 <DD>The color of the titlebar will be the color you set for the
15696 <A HREF="h_config_title_color">Title Color</A>.
15697 The Title Color may be set by using the
15698 <A HREF="h_color_setup">Setup Kolor</A> screen.
15699 </DD>
15701 <DT>indexline</DT>
15702 <DD>The color of the titlebar will be the same as the color of the
15703 index line corresponding to the message being viewed.
15704 The rules that determine what color the index line will be may be set
15705 up by going to the Setup/Rules/Indexcolor screen.
15706 If the index line for a message is not colored explicitly by the
15707 Indexcolor rules, then the titlebar will be colored the same as for
15708 the &quot;default&quot; option above (which is not the same color that
15709 the index line itself will have).
15710 </DD>
15712 <DT>reverse-indexline</DT>
15713 <DD>This is similar to the &quot;indexline&quot; option except the
15714 foreground and background colors from the corresponding index line will
15715 be reversed.
15716 For example, if the index line color is red letters on a white background,
15717 then the titlebar will be white letters on a red background.
15718 If the index line for a message is not colored explicitly by the
15719 Indexcolor rules, then the titlebar will be colored the same as for
15720 the &quot;default&quot; option above (which is not the same color that
15721 the index line itself will have).
15722 </DD>
15723 </DL>
15727 <UL>   
15728 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15729 </UL><P>
15730 &lt;End of help on this topic&gt;
15731 </BODY>
15732 </HTML>
15733 ====== h_config_index_color_style =====
15734 <HTML>
15735 <HEAD>
15736 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
15737 </HEAD>
15738 <BODY>
15739 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
15741 This option affects the colors used to display the current line in the
15742 MESSAGE INDEX screen.
15743 If you do not have Index Color Rules defined, then this option will
15744 have no effect in the index.
15745 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
15747 If the option
15748 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
15749 is turned on and the
15750 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
15751 is set to something other than the default, then
15752 this option also affects the color used to display the current folder
15753 in the Incoming FOLDER LIST screen.
15756 The available options include:
15759 <DL>
15760 <DT>flip-colors</DT>
15761 <DD>This is the default.
15762 If an index line is colored because it matches one of your
15763 Index Color Rules, then its colors will be reversed when it is the currently
15764 highlighted line.
15765 For example, if the line is normally red text on a blue background, then
15766 when it is the current line it will be drawn as blue text on a red background.
15768 The rest of the option values all revert to this flip-colors behavior if
15769 there is no Reverse Color defined.
15770 </DD>
15772 <DT>reverse</DT>
15773 <DD>With this option the Reverse color is always used to highlight the
15774 current line.
15775 </DD>
15777 <DT>reverse-fg</DT>
15778 <DD>The foreground part of the Reverse Color is used to highlight
15779 the current line.
15780 If this would cause the text to be unreadable (because the foreground and
15781 background colors are the same) or if it would cause no change in the
15782 color of the index line, then the colors are flipped instead.
15784 Some people think this works particularly well if you use different
15785 background colors to emphasize &quot;interesting&quot; lines,
15786 but always with the same Normal foreground color,
15787 and you use a different foreground color for the Reverse Color.
15788 </DD>
15790 <DT>reverse-fg-no-ambiguity</DT>
15791 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
15792 the resulting color will be exactly the same as the regular Reverse
15793 Color.
15794 That can lead to some possible confusion because an
15795 &quot;interesting&quot;
15796 line that is the current line will be displayed exactly the same as a
15797 non-interesting line that is current.
15798 You can't tell whether the line is just a regular current line or if it is
15799 an &quot;interesting&quot; current line by looking at the color.
15800 Setting the option to this value removes that ambiguity.
15801 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
15802 interesting current line would look just like a non-interesting current line.
15803 In that case, the interesting line's colors are simply flipped (like in the
15804 default behavior).
15806 As an alternative way to preserve the line's interestingness in this case,
15807 you may find that using both a different foreground and a different
15808 background color for the interesting line will help.
15809 </DD>
15811 <DT>reverse-bg</DT>
15812 <DD>The background part of the Reverse Color is used to highlight
15813 the current line.
15814 If this would cause the text to be unreadable (because the foreground and
15815 background colors are the same) or if it would cause no change in the
15816 color of the index line, then the colors are flipped instead.
15818 Some people think this works particularly well if you use different
15819 foreground colors to emphasize &quot;interesting&quot; lines,
15820 but always with the same Normal background color,
15821 and you use a different background color for the Reverse Color.
15822 </DD>
15824 <DT>reverse-bg-no-ambiguity</DT>
15825 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
15826 rule may also result in a color that is exactly the same as the regular
15827 Reverse Color.
15828 Setting the option to this value removes that ambiguity.
15829 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
15830 current line has the same color as the Reverse Color.
15831 In that case, the interesting line's colors are simply flipped (like in the
15832 default behavior).
15833 </DD>
15834 </DL>
15838 <UL>   
15839 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15840 </UL><P>
15841 &lt;End of help on this topic&gt;
15842 </BODY>
15843 </HTML>
15844 ====== h_config_expanded_addrbooks =====
15845 <HTML>
15846 <HEAD>
15847 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
15848 </HEAD>
15849 <BODY>
15850 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
15852 If multiple address books (either personal or global) are defined, and you
15853 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
15854 screen, then set this feature. This feature will have no effect unless the
15855 feature
15856 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
15857 is also set.
15859 &lt;End of help on this topic&gt;
15860 </BODY>
15861 </HTML>
15862 ====== h_config_combined_folder_display =====
15863 <HTML>
15864 <HEAD>
15865 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
15866 </HEAD>
15867 <BODY>
15868 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
15870 This feature affects the folder list display screens.
15871 Normally, each folder list is viewed within its collection only.  This
15872 command allows folder lists to be viewed within a single screen that
15873 combines the contents of all collections.
15876 The way that commands work won't be changed.
15877 For example, the Select All command will select all of the folders in the
15878 current collection, not all of the entries in all of the collections.
15879 The WhereIs command will change a little.
15880 It will search through all of the folders in the current collection as well
15881 as all the folder in any other expanded collection.
15884 When this feature is set, the setting of the feature
15885 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
15886 has an effect.
15888 &lt;End of help on this topic&gt;
15889 </BODY>
15890 </HTML>
15891 ====== h_config_combined_subdir_display =====
15892 <HTML>
15893 <HEAD>
15894 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
15895 </HEAD>
15896 <BODY>
15897 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
15899 This feature affects the Folder List screen when
15901 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
15902 feature is enabled.  Normally, selecting a directory from the Folder
15903 List takes you into a new screen displaying only the contents of
15904 that directory.
15907 Enabling this feature will cause the contents of the selected
15908 directory to be
15909 displayed within the boundaries of the &quot;Collection&quot; it
15910 is a part of.  All previously displayed collections will remain
15911 in the screen.
15914 The way that commands work won't be changed.
15915 For example, the Select All command will select all of the folders in the
15916 directory, as opposed to all of the entries in all of the collections.
15917 The WhereIs command will change a little.
15918 It will search through all of the folders in the current collection as well
15919 as all the folder in any other expanded collection.
15922 &lt;End of help on this topic&gt;
15923 </BODY>
15924 </HTML>
15925 ====== h_config_separate_fold_dir_view =====
15926 <HTML>
15927 <HEAD>
15928 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
15929 </HEAD>
15930 <BODY>
15931 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
15933 This feature affects folder collections wherein a folder
15934 and directory can have the same name.  By default, Alpine displays them
15935 only once, denoting that it is both a folder and directory by appending
15936 the folder name with the hierarchy character enclosed
15937 in square brackets.
15941 Enabling this feature will cause Alpine to display such names
15942 separately marking the name representing a directory with a trailing
15943 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
15946 The feature also alters the command set slightly.  By default, the
15947 right-arrow descends into the directory, while hitting the Return key will
15948 cause the folder by that name to be opened.
15951 With this feature set, the Return key will open the highlighted folder, or
15952 enter the highlighted directory.
15955 &lt;End of help on this topic&gt;
15956 </BODY>
15957 </HTML>
15958 ====== h_config_expanded_folders =====
15959 <HTML>
15960 <HEAD>
15961 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
15962 </HEAD>
15963 <BODY>
15964 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
15966 If multiple folder collections are defined, and you
15967 wish to have them all expanded implicitly upon entering the FOLDER LIST
15968 screen, then set this feature. This feature will have no effect unless the
15969 feature
15970 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
15971 is also set.
15973 &lt;End of help on this topic&gt;
15974 </BODY>
15975 </HTML>
15976 ======= h_config_ldap_server =======
15977 <HTML>
15978 <HEAD>
15979 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
15980 </HEAD>
15981 <BODY>
15982 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
15983 This is the name of the host where an LDAP server is running.
15984 For redundancy, this may be a space-delimited set of server names, in which
15985 case the first server that answers is used.
15986 Each of the server names may be optionally followed by
15987 a colon and a port number.
15988 If this form is used then the port number configured below in the
15989 <EM>port</EM> field is not used.
15991 To find out whether your organization has its own LDAP server, 
15992 contact its computing support staff.
15993 <P><UL>
15994 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15995 </UL>
15997 &lt;End of help on this topic&gt;
15998 </BODY>
15999 </HTML>
16000 ======= h_config_ldap_base =======
16001 <HTML>
16002 <HEAD>
16003 <TITLE>LDAP OPTION: Search-Base</TITLE>
16004 </HEAD>
16005 <BODY>
16006 <H1>LDAP OPTION: Search-Base</H1>
16008 This is the search base to be used on this server.  It functions as a filter 
16009 by restricting your searches in the LDAP server database
16010 to the specified contents of the specified fields.  Without it, searches 
16011 submitted to this directory server may fail.  It might be something
16012 like:
16014 <PRE>
16015       O = &lt;Your Organization Name&gt;, C = US
16016 </PRE>
16017 or it might be blank.  
16018 (Some LDAP servers actually ignore anything specified here.)
16020 If in doubt what parameters you should specify here, 
16021 contact the maintainers of the LDAP server.
16022 <P><UL>
16023 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
16024 </UL>
16026 &lt;End of help on this topic&gt;
16027 </BODY>
16028 </HTML>
16029 ======= h_config_ldap_port =======
16030 <HTML>
16031 <HEAD>
16032 <TITLE>LDAP OPTION: Port</TITLE>
16033 </HEAD>
16034 <BODY>
16035 <H1>LDAP OPTION: Port</H1>
16037 This is the TCP port number to be used with this LDAP server. If you leave
16038 this blank port 389 will be used.
16040 &lt;End of help on this topic&gt;
16041 </BODY>
16042 </HTML>
16043 ======= h_config_ldap_nick =======
16044 <HTML>
16045 <HEAD>
16046 <TITLE>LDAP OPTION: Nickname</TITLE>
16047 </HEAD>
16048 <BODY>
16049 <H1>LDAP OPTION: Nickname</H1>
16051 This is a nickname to be used in displays. If you don't supply a
16052 nickname the server name
16053 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
16054 will be used instead.  This option is strictly for your convenience.
16056 &lt;End of help on this topic&gt;
16057 </BODY>
16058 </HTML>
16059 ======= h_config_ldap_binddn =======
16060 <HTML>
16061 <HEAD>
16062 <TITLE>LDAP OPTION: Bind-DN</TITLE>
16063 </HEAD>
16064 <BODY>
16065 <H1>LDAP OPTION: Bind-DN</H1>
16067 You may need to authenticate to the LDAP server before you are able to use it.
16068 This is the Distinguished Name to bind to when authenticating to this server.
16069 Try leaving this blank until you know you need it.
16071 Alpine only knows about LDAP Simple authentication.
16072 It does not attempt LDAP SASL authentication.
16073 The DN and password will be sent in the clear unless TLS encryption is
16074 being used on this connection.
16075 Because of this, you may want to set the LDAP feature
16076 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
16077 or the feature
16078 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
16079 if you are going to be providing a password.
16080 <P><UL>
16081 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
16082 </UL>
16084 &lt;End of help on this topic&gt;
16085 </BODY>
16086 </HTML>
16087 ======= h_config_ldap_opts_impl =======
16088 <HTML>
16089 <HEAD>
16090 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
16091 </HEAD>
16092 <BODY>
16093 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
16095 Set this to have lookups done to this server implicitly from the composer.
16096 If an address doesn't look like a fully-qualified address, it will be looked
16097 up in your address books, and if it doesn't match a nickname there, then it
16098 will be looked up on the LDAP servers that have this feature set.
16099 The lookups will also be done when using the address completion feature
16100 (TAB command) in the composer if any of the servers have this feature set.
16101 Also see the LDAP feature
16102 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
16103 and the Setup/Config feature
16104 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
16106 &lt;End of help on this topic&gt;
16107 </BODY>
16108 </HTML>
16109 ======= h_config_ldap_opts_tls =======
16110 <HTML>
16111 <HEAD>
16112 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
16113 </HEAD>
16114 <BODY>
16115 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
16117 When connecting to this server Alpine will attempt to use TLS encryption
16118 on the connection.
16119 Also see the closely related feature
16120 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
16122 Note that if this option is set, then 
16123 <A HREF="h_config_ldap_opts_ldaps">
16124 &quot;Require-LDAPS-On-Connection&quot;</A>
16125 can not be enabled for this server. You must disable this feature in
16126 order to use 
16127 <A HREF="h_config_ldap_opts_ldaps">
16128 &quot;Require-LDAPS-On-Connection&quot;</A>
16130 &lt;End of help on this topic&gt;
16131 </BODY>
16132 </HTML>
16133 ======= h_config_ldap_opts_tlsmust =======
16134 <HTML>
16135 <HEAD>
16136 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
16137 </HEAD>
16138 <BODY>
16139 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
16141 When connecting to this server Alpine will attempt to use TLS encryption
16142 on the connection.
16143 If the StartTLS operation fails then the connection will not be used.
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_ldaps =======
16157 <HTML>
16158 <HEAD>
16159 <TITLE>LDAP FEATURE: Require-LDAPS-On-Connection</TITLE>
16160 </HEAD>
16161 <BODY>
16162 <H1>LDAP FEATURE: Require-LDAPS-On-Connection</H1>
16164 When connecting to this server Alpine will use LDAPS (LDAP over SSL/TLS) 
16165 on the connection.
16167 This feature can not be used along with 
16168 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
16169  or
16170 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>.
16171 If you want to connect using StartTLS to this server, you must disable
16172 this feature first.
16174 &lt;End of help on this topic&gt;
16175 </BODY>
16176 </HTML>
16177 ====== h_config_ldap_opts_rhs =====
16178 <HTML>
16179 <HEAD>
16180 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
16181 </HEAD>
16182 <BODY>
16183 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
16185 Normally implicit LDAP lookups from the composer are done only for the
16186 strings you type in from the composer screen. In other words, you type in
16187 something in the To or CC field and press return, then the string is looked up.
16188 First that string is looked up in your address books. If a match is found
16189 there, then the results of that match are looked up again. If you place
16190 a string in your address book that you want to have looked up on the LDAP
16191 directory server, you need to turn on this feature. If you set this feature
16192 for a server, you almost always will also want to set the
16193 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
16194 feature. An example might serve to best illustrate this feature.
16196 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
16197 entry with an
16198 address of pres@whitehouse.gov, then you might put an entry in your address
16199 book that looks like:
16201 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
16202 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
16204 Now, when you type &quot;bill&quot; into an
16205 address field in the composer Alpine will
16206 find the &quot;bill&quot; entry in your address book.
16207 It will replace &quot;bill&quot; with
16208 &quot;William Clinton&quot;.
16209 It will then search for an entry with that nickname
16210 in your address book and not find one. If this feature
16211 is set, Alpine will then attempt to lookup
16212 &quot;William Clinton&quot; on the LDAP server and find the entry with address
16213 pres@whitehouse.gov.
16215 A better way to accomplish the same thing is probably to use the feature
16216 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
16218 &lt;End of help on this topic&gt;
16219 </BODY>
16220 </HTML>
16221 ====== h_config_ldap_opts_ref =====
16222 <HTML>
16223 <HEAD>
16224 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
16225 </HEAD>
16226 <BODY>
16227 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
16229 Normally when you save the results of an LDAP directory lookup to your
16230 address book the results of the lookup are saved. If this feature is set
16231 and the entry being saved was found on this directory server, then the
16232 search criteria is saved instead of the results of the search. When this
16233 address book entry is used in the future, instead of copying the results
16234 from the address book the directory lookup will be done again. This could
16235 be useful if the copied result might become stale because the data on
16236 the directory server changes (for example, the entry's email address changes).
16237 You probably don't want to set this feature if the server is at all slow or
16238 unreliable.
16240 The way this actually works is that instead of saving the email address
16241 in your address book, Alpine saves enough information to look up the same
16242 directory entry again. In particular, it saves the server name and the
16243 distinguished name of the entry. It's possible that the server administrators
16244 might change the format of distinguished names on the server, or that the
16245 entry might be removed from the server. If Alpine notices this, you will be warned
16246 and a backup copy of the email address will be used. You may want to create
16247 a new entry in this case, since you will get the annoying warning every
16248 time you use the old entry. You may do that by Saving the entry to a new
16249 nickname in the same address book. You will be asked whether or not you
16250 want to use the backup email address.
16252 A related feature in the Setup/Config screen is
16253 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
16255 &lt;End of help on this topic&gt;
16256 </BODY>
16257 </HTML>
16258 ======= h_config_ldap_opts_nosub =======
16259 <HTML>
16260 <HEAD>
16261 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
16262 </HEAD>
16263 <BODY>
16264 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
16266 Spaces in your input are normally handled specially.
16267 Each space character is replaced
16270 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
16272 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
16273 The reason this is done is so the input string
16275 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
16277 (which is converted to &quot;Greg* Donald&quot;) will match
16278 the names &quot;Greg Donald&quot;,
16279 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
16280 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
16281 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
16282 then it would also match the name &quot;Greg Donaldson&quot;.
16284 Turning on this feature will disable this substitution.
16286 &lt;End of help on this topic&gt;
16287 </BODY>
16288 </HTML>
16289 ====== h_config_ldap_searchtypes =======
16290 <HTML>
16291 <HEAD>
16292 <TITLE>LDAP OPTION: Search-Type</TITLE>
16293 </HEAD>
16294 <BODY>
16295 <H1>LDAP OPTION: Search-Type</H1>
16297 This affects the way that LDAP searches are done.
16298 In particular, this tells the server where to look for the string to be matched.
16299 If set to &quot;name&quot; then the string that is being searched for will
16300 be compared with the string in the
16301 &quot;Name&quot; field on the server
16302 (technically, it is the &quot;commonname&quot; field on the server).
16303 &quot;Surname&quot; means we're looking for a
16304 match in the &quot;Surname&quot; field on the
16305 server (actually the &quot;sn&quot; field).
16306 &quot;Givenname&quot; really is &quot;givenname&quot;
16307 and &quot;email&quot; is the electronic mail address (this is actually the field
16308 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
16309 The other three types are combinations of
16310 the types listed so far. &quot;Name-or-email&quot;
16311 means the string should appear
16312 in either the &quot;name&quot; field OR the &quot;email&quot; field.
16313 Likewise, &quot;surname-or-givenname&quot;
16314 means &quot;surname&quot; OR &quot;givenname&quot;
16315 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
16317 This search TYPE is combined with the
16318 search <A HREF="h_config_ldap_searchrules">RULE</A>
16319 to form the actual search query.
16321 The usual default value for this
16322 option is &quot;sur-or-given-or-name-or-email&quot;.
16323 This type of search may be slow on some servers.
16324 Try &quot;name-or-email&quot;, which is often
16325 faster, or just &quot;name&quot; if the performance seems to be a problem.
16327 Some servers have been configured with different attribute names for
16328 these four fields.
16329 In other words, instead of using the attribute name &quot;mail&quot;
16330 for the email address field, the server might be configured to use something
16331 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
16332 Alpine can be configured to use these different attribute names by using
16333 the four configuration options:
16334 <P><UL>
16335 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
16336 </UL>
16337 <P><UL>
16338 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
16339 </UL>
16340 <P><UL>
16341 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
16342 </UL>
16343 <P><UL>
16344 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
16345 </UL>
16347 &lt;End of help on this topic&gt;
16348 </BODY>
16349 </HTML>
16350 ====== h_config_ldap_searchrules =======
16351 <HTML>
16352 <HEAD>
16353 <TITLE>LDAP OPTION: Search-Rule</TITLE>
16354 </HEAD>
16355 <BODY>
16356 <H1>LDAP OPTION: Search-Rule</H1>
16358 This affects the way that LDAP searches are done.
16359 If set to &quot;equals&quot; then
16360 only exact matches count.
16361 &quot;Contains&quot; means that the string you type in
16362 is a substring of what you are matching against.
16363 &quot;Begins-with&quot; and &quot;ends-with&quot;
16364 mean that the string starts or ends with the string you type in.
16366 Spaces in your input are normally handled specially, but you can turn that
16367 special handling off with the
16368 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
16369 feature.
16371 The usual default value for this option is &quot;begins-with&quot;.
16373 &lt;End of help on this topic&gt;
16374 </BODY>
16375 </HTML>
16376 ======= h_config_ldap_email_attr =======
16377 <HTML>
16378 <HEAD>
16379 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
16380 </HEAD>
16381 <BODY>
16382 <H1>LDAP OPTION: EmailAttribute</H1>
16384 This is the name of the attribute that is searched for when looking for
16385 an email address. The default value for this option is &quot;mail&quot; or
16386 &quot;electronicmail&quot;.
16387 If the server you are using uses a different attribute name for the email
16388 address, put that attribute name here.
16390 This will affect the search filter used if your Search-Type is one that
16391 contains a search for &quot;email&quot;.
16392 It will also cause the attribute value matching this attribute name to be used
16393 as the email address when you look up an entry from the composer.
16395 &lt;End of help on this topic&gt;
16396 </BODY>
16397 </HTML>
16398 ======= h_config_ldap_sn_attr =======
16399 <HTML>
16400 <HEAD>
16401 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
16402 </HEAD>
16403 <BODY>
16404 <H1>LDAP OPTION: SurnameAttribute</H1>
16406 This is the name of the attribute that is searched for when looking for
16407 the surname of the entry. The default value for this option is &quot;sn&quot;.
16408 If the server you are using uses a different attribute name for the surname,
16409 put that attribute name here.
16410 This will affect the search filter used if your Search-Type is one that
16411 contains a search for &quot;surname&quot;.
16413 &lt;End of help on this topic&gt;
16414 </BODY>
16415 </HTML>
16416 ======= h_config_ldap_gn_attr =======
16417 <HTML>
16418 <HEAD>
16419 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
16420 </HEAD>
16421 <BODY>
16422 <H1>LDAP OPTION: GivennameAttribute</H1>
16424 This is the name of the attribute that is searched for when looking for
16425 the given name of the entry. The default value for this option is &quot;givenname&quot;.
16426 If the server you are using uses a different attribute name for the given name,
16427 put that attribute name here.
16428 This will affect the search filter used if your Search-Type is one that
16429 contains a search for &quot;givenname&quot;.
16431 &lt;End of help on this topic&gt;
16432 </BODY>
16433 </HTML>
16434 ======= h_config_ldap_cn_attr =======
16435 <HTML>
16436 <HEAD>
16437 <TITLE>LDAP OPTION: NameAttribute</TITLE>
16438 </HEAD>
16439 <BODY>
16440 <H1>LDAP OPTION: NameAttribute</H1>
16442 This is the name of the attribute that is searched for when looking for
16443 the name of the entry. The default value for this option is &quot;cn&quot;, which
16444 stands for common name.
16445 If the server you are using uses a different attribute name for the name,
16446 put that attribute name here.
16447 This will affect the search filter used if your Search-Type is one that
16448 contains a search for &quot;name&quot;.
16450 &lt;End of help on this topic&gt;
16451 </BODY>
16452 </HTML>
16453 ======= h_config_ldap_time =======
16454 <HTML>
16455 <HEAD>
16456 <TITLE>LDAP OPTION: Timelimit</TITLE>
16457 </HEAD>
16458 <BODY>
16459 <H1>LDAP OPTION: Timelimit</H1>
16461 This places a limit on the number of seconds the LDAP search will continue.
16462 The default is 30 seconds. A value of 0 means no limit. Note that some servers
16463 may place limits of their own on searches.
16465 &lt;End of help on this topic&gt;
16466 </BODY>
16467 </HTML>
16468 ======= h_config_ldap_size =======
16469 <HTML>
16470 <HEAD>
16471 <TITLE>LDAP OPTION: Sizelimit</TITLE>
16472 </HEAD>
16473 <BODY>
16474 <H1>LDAP OPTION: Sizelimit</H1>
16476 This places a limit on the number of entries returned by the LDAP server.
16477 A value of 0 means no limit. The default is 0. Note that some servers
16478 may place limits of their own on searches.
16480 &lt;End of help on this topic&gt;
16481 </BODY>
16482 </HTML>
16483 ======= h_config_ldap_cust =======
16484 <HTML>
16485 <HEAD>
16486 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
16487 </HEAD>
16488 <BODY>
16489 <H1>LDAP OPTION: Custom-Search-Filter</H1>
16491 This one is for advanced users only! If you define this, then the
16492 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
16493 However, the feature
16494 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
16495 is still in effect.
16496 That is, the space substitution will take place even in a custom filter unless
16497 you disable it.
16499 If your LDAP service stops working and you suspect it might be because
16500 of your custom filter, just delete this filter and try using the
16501 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
16502 Another option that sometimes causes trouble is the
16503 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
16505 This variable may be set to the string representation of an LDAP search
16506 filter (see RFC1960). In the places where you want the address string to be
16507 substituted in, put a '%s' in this filter string. Here are some examples:
16509 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
16510 is equivalent to the &quot;Custom-Search-Filter&quot;
16511 <PRE>
16512      (cn=%s*)
16513 </PRE>
16514 When you try to match against the string &quot;string&quot; the program replaces
16515 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
16516 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
16518 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
16519 of &quot;contains&quot; is equivalent to
16520 <PRE>
16521      (|(cn=*%s*)(mail=*%s*))
16522 </PRE>
16524 If your server uses a different attribute <EM>name</EM> than
16525 Alpine uses by default,
16526 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
16527 then you may be able to use one or more of the four attribute configuration
16528 options instead of defining a custom filter:
16529 <P><UL>
16530 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
16531 </UL>
16532 <P><UL>
16533 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
16534 </UL>
16535 <P><UL>
16536 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
16537 </UL>
16538 <P><UL>
16539 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
16540 </UL>
16542 &lt;End of help on this topic&gt;
16543 </BODY>
16544 </HTML>
16545 ======= h_composer_abook_comment =======
16546 <HTML>
16547 <HEAD>
16548 <TITLE>Addressbook Comment Explained</TITLE>
16549 </HEAD>
16550 <BODY>
16551 This is a comment to help you remember what this entry is. The WhereIs
16552 command searches comments so that it is easier to find an entry with a comment
16553 you know about attached to it. This field is not used in the outgoing message.
16555 Look <A HREF="h_edit_nav_cmds">here</A>
16556 to see the available Editing and Navigation commands.
16558 &lt;End of help on this topic&gt;
16559 </BODY>
16560 </HTML>
16561 ======= h_composer_abook_addrs =======
16562 <HTML>
16563 <HEAD>
16564 <TITLE>Addressbook Lists</TITLE>
16565 </HEAD>
16566 <BODY>
16567 <H1>Addressbook Lists</H1>
16569 This is a list of addresses to send to when sending to this address book
16570 entry.  Each member of the list may be an address or another nickname from
16571 any of your address books.  If it is an address, it is OK to include the
16572 full name field as well as the electronic address portion of that address.
16573 For example, the following are all legitimate entries in this field:
16575 <DL><DT>&nbsp;</DT>
16576 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
16577 <DD>jdoe@some.domain
16578 <DD>John Doe &lt;jdoe@some.domain&gt;
16579 </DL>
16581 The addresses should be listed separated by commas, just like you would
16582 enter them from the composer.
16586 The only difference between a distribution list and a simple entry with a
16587 single address, is that a distribution list has more than one address   
16588 listed in the Addresses: field, whereas a simple personal entry has just  
16589 one address.
16593 For individual address book entries, if there is a full name in the
16594 Fullname: field (filling in the Fullname: field is not required), it is
16595 used.  If the full name is specified in the Address: field and not in the
16596 Fullname: field, then the full name from the Address: field is used.
16600 If you type the nickname of a distribution list from one of your address 
16601 books in the Lcc: field, then the full name of that list is used in the  
16602 To: field.  If you put a list in the To: or Cc: fields, that list will be
16603 expanded into all of its addresses.  If the list has a full name, then
16604 that will appear at the beginning of the addresses.
16606 <DL><DT>&nbsp;</DT>
16607 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
16608 &lt;sal@here.there&gt;
16609 </DL>
16611 If the first address in the distribution list also has a full name, then
16612 the list full name and that full name are combined into something like the
16613 following:
16615 <DL><DT>&nbsp;</DT>
16616 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
16617 </DL>
16620 If you specify a list via Lcc, the full name is used in the To: line.  If
16621 you specify a list in the To: or Cc: fields, then it uses the same method
16622 as for individual entries for filling in the full name.
16626 For help with editing and navigation commands, check the Help for the
16627 Nickname: field.
16630 &lt;End of help on this topic&gt;
16631 </BODY>
16632 </HTML>
16633 ======= h_config_xoauth2_client_id =======
16634 <HTML>
16635 <HEAD>
16636 <TITLE>Client-Id Explained</TITLE>
16637 </HEAD>
16638 <BODY>
16639 <H1>Client-Id Explained</H1>
16641 If you have registered Alpine with your service provider to use the XOAUTH2 authenticator, or
16642 someone has shared a client-id and client-secret with you, use this field to input the
16643 client-id.
16645 The Client-Id field is a string that your provider generates for the program
16646 being registered. However, some providers allow different users to register
16647 the same program. Users of the Mutt email program already do this to use
16648 XOAUTH2 authentication in Gmail.
16651 &lt;End of help on this topic&gt;
16652 </BODY>
16653 </HTML>
16654 ======= h_config_xoauth2_client_secret =======
16655 <HTML>
16656 <HEAD>
16657 <TITLE>Client-Secret Explained</TITLE>
16658 </HEAD>
16659 <BODY>
16660 <H1>Client-Secret Explained</H1>
16662 If you have registered Alpine with your service provider to use the XOAUTH2 authenticator, or
16663 someone has shared a client-id and client-secret with you, use this field to input the
16664 client-secret. Some servers require both a client-id and a client-secret, some other servers do
16665 not require a client-secret. If a client-secret is required, use this field to add one.
16667 <P> The client-secret field is supposed to be kept secret, that is, not
16668 shared with any of the users, but due to the open source nature of Alpine,
16669 it is not possible to keep it secret in any meaningful way. The intention
16670 of this field is so that only the coders of an app can use the codes given
16671 to them and authenticate their users to the services they are requesting.
16672 This means that other coders would not be able to impresonate that app,
16673 and use it to steal data from those users. In the case of Alpine this is
16674 not possible, as Alpine does not steal data from its users, so users are safe
16675 sharing client-secrets. Just make sure you obtain your copy of Alpine from
16676 a reputable provider or compile the source code by yourself. The official
16677 source code of this project is located at
16679 <P><CENTER><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A>.</CENTER>
16682 &lt;End of help on this topic&gt;
16683 </BODY>
16684 </HTML>
16685 ======= h_config_xoauth2_tenant =======
16686 <HTML>
16687 <HEAD>
16688 <TITLE>Tenant Explained</TITLE>
16689 </HEAD>
16690 <BODY>
16691 <H1>Tenant Explained</H1>
16693 The tenant is a way in which an app can be restricted. Alpine by default
16694 has no restrictions, which means that it can be used to access any service;
16695 however, a system administrator might register their own app and make it
16696 available only to those in their organization.
16699 This setting allows a system administrator to register Alpine with a different
16700 client-id and client-secret and further restrict access to only authorized
16701 users.
16704 &lt;End of help on this topic&gt;
16705 </BODY>
16706 </HTML>
16707 ======= h_config_xoauth2_flow =======
16708 <HTML>
16709 <HEAD>
16710 <TITLE>Flow Explained</TITLE>
16711 </HEAD>
16712 <BODY>
16713 <H1>Flow Explained</H1>
16715 The first time you connect to a service to authorize Alpine access to your
16716 email, you will have to do a certain number of steps, which typically involve
16717 to login to your account using a browser, and agreeing to give Alpine certain
16718 rights to access your account.
16721 How this process is going to be done depends on the service. Some services
16722 allow you to give access to Alpine and later generate a code that you
16723 input into Alpine, while others give you a code you have to use before you
16724 approve access to Alpine to access your email.
16726 <P> An example of a service that gives you a code after you authorize
16727 Alpine is Gmail, and this process is called internally as &quot;Authorize&quot;.
16728 An example of a service that gives you a code before you authorize Alpine
16729 is Outlook, and this process is called &quot;Device&quot;. However, some services,
16730 like Outlook, offer both services, and you can choose which flow you would like
16731 to use. You
16732 can choose between the &quot;Authorize&qupt; and &quot;Device&quot; in these servers.
16733 If you forget to configure
16734 this, Alpine will ask you in these situations which method to use before it starts
16735 to setup the process to get your authrization.
16738 &lt;End of help on this topic&gt;
16739 </BODY>
16740 </HTML>
16741 ======= h_config_xoauth2_username =======
16742 <HTML>
16743 <HEAD>
16744 <TITLE>Username Explained</TITLE>
16745 </HEAD>
16746 <BODY>
16747 <H1>Username Explained</H1>
16749 This variable is a list of usernames for which the configuration for the
16750 given service is valid. You may have more than one username for which this
16751 configuration is correct.
16754 Alpine will use the usernames in this list to associate your username with
16755 the correct configuration in Alpine. If Alpine cannot determine which configuration
16756 to use, Alpine will offer you a list of client-ids that you have configured
16757 for that service and ask you to pick one. Your answer will be saved  in your
16758 .pinerc file.
16761 &lt;End of help on this topic&gt;
16762 </BODY>
16763 </HTML>
16764 ======= h_config_role_nick =======
16765 <HTML>
16766 <HEAD>
16767 <TITLE>Nickname Explained</TITLE>
16768 </HEAD>
16769 <BODY>
16770 <H1>Nickname Explained</H1>
16772 This is a nickname to help you.
16773 You should have a different nickname for each role you define.
16774 The nickname will be used in the SETUP ROLE RULES screen to allow you to
16775 pick a role to edit.
16776 It will also be used when you send a message to let you know you are
16777 sending with a different role than you use by default, and
16778 it will be useful for choosing a role when composing with the Role command
16779 or when composing with one of the Role Uses set to With Confirmation.
16780 This field is not used in the outgoing message.
16782 Look <A HREF="h_edit_nav_cmds">here</A>
16783 to see the available Editing and Navigation commands.
16785 &lt;End of help on this topic&gt;
16786 </BODY>
16787 </HTML>
16788 ======= h_config_role_comment =======
16789 <HTML>
16790 <HEAD>
16791 <TITLE>Comment Explained</TITLE>
16792 </HEAD>
16793 <BODY>
16794 <H1>Comment Explained</H1>
16796 This is a comment to help you.
16797 This comment does not play any functional role, it is simply an optional
16798 comment to help you remember what the rule is for.
16800 Look <A HREF="h_edit_nav_cmds">here</A>
16801 to see the available Editing and Navigation commands.
16803 &lt;End of help on this topic&gt;
16804 </BODY>
16805 </HTML>
16806 ======= h_config_other_nick =======
16807 <HTML>
16808 <HEAD>
16809 <TITLE>Nickname Explained</TITLE>
16810 </HEAD>
16811 <BODY>
16812 <H1>Nickname Explained</H1>
16814 This is a nickname to help you.
16815 You should have a different nickname for each rule you define.
16816 The nickname will be used in the SETUP OTHER RULES screen to allow you to
16817 pick a rule to edit.
16819 Look <A HREF="h_edit_nav_cmds">here</A>
16820 to see the available Editing and Navigation commands.
16822 &lt;End of help on this topic&gt;
16823 </BODY>
16824 </HTML>
16825 ======= h_config_score_nick =======
16826 <HTML>
16827 <HEAD>
16828 <TITLE>Nickname Explained</TITLE>
16829 </HEAD>
16830 <BODY>
16831 <H1>Nickname Explained</H1>
16833 This is a nickname to help you.
16834 You should have a different nickname for each scoring rule you define.
16835 The nickname will be used in the SETUP SCORING RULES screen to allow you to
16836 pick a rule to edit.
16838 Look <A HREF="h_edit_nav_cmds">here</A>
16839 to see the available Editing and Navigation commands.
16841 &lt;End of help on this topic&gt;
16842 </BODY>
16843 </HTML>
16844 ======= h_config_incol_nick =======
16845 <HTML>
16846 <HEAD>
16847 <TITLE>Nickname Explained</TITLE>
16848 </HEAD>
16849 <BODY>
16850 <H1>Nickname Explained</H1>
16852 This is a nickname to help you.
16853 You should have a different nickname for each color rule you define.
16854 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
16855 pick a rule to edit.
16857 Look <A HREF="h_edit_nav_cmds">here</A>
16858 to see the available Editing and Navigation commands.
16860 &lt;End of help on this topic&gt;
16861 </BODY>
16862 </HTML>
16863 ======= h_config_filt_nick =======
16864 <HTML>
16865 <HEAD>
16866 <TITLE>Nickname Explained</TITLE>
16867 </HEAD>
16868 <BODY>
16869 <H1>Nickname Explained</H1>
16871 This is a nickname to help you.
16872 You should have a different nickname for each filtering rule you define.
16873 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
16874 pick a rule to edit.
16876 Look <A HREF="h_edit_nav_cmds">here</A>
16877 to see the available Editing and Navigation commands.
16879 &lt;End of help on this topic&gt;
16880 </BODY>
16881 </HTML>
16882 ======= h_config_score_topat =======
16883 <HTML>
16884 <HEAD>
16885 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16886 </HEAD>
16887 <BODY>
16888 <H1>&quot;To:&quot; Pattern Explained</H1>
16890 Any text you enter as the &quot;To pattern&quot;
16891 will be compared to the recipients from the To: line of
16892 the message being scored.
16893 When the text you entered matches
16894 all or part of the To: line of a message, then the Score Value
16895 you have specified will be added to the score for the message.
16896 (Any other non-blank parts of the Pattern must match, too.)
16899 You may enter a complete email address, part of an address, or a
16900 list of addresses or partial addresses.
16901 For example:
16904 <PRE>
16905  To pattern = friend@public.com
16907  To pattern = rated.net
16909  To pattern = xxx@adults.com
16910               admin@msn.com
16911               fool@motleyfool.com
16912 </PRE>
16915 Each of those are valid To patterns.
16918 Messages match those patterns if any of the
16919 addresses in the To: line of the message contains the pattern.
16920 If the pattern is a list of patterns
16921 (like the last example above) then it is a match if any of the patterns in
16922 the list match any of the addresses in the To: line.
16923 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16924 present for a match.
16925 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16926 address2 must be present.
16927 That is exactly what using a list does.)
16930 Some messages may be &quot;bounced&quot; to you, and will
16931 have a &quot;Resent-To:&quot; header line.
16932 If the message contains a Resent-To: line
16933 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16934 Alpine will look for
16935 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16936 the original To: line.
16939 When entering a pattern, you may choose an address from your address book
16940 with the &quot;T&quot; command.
16943 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16944 &quot;!&quot; &quot;toggle NOT&quot; command.
16945 This changes the meaning of the To pattern so that it has the opposite meaning.
16946 It will be considered a match if there are no matches between the
16947 addresses in the To: line and the list of To patterns.
16949 Don't make the mistake of putting the &quot;!&quot; in the data field for
16950 the pattern.
16951 For example, if you type the characters &quot;!frizzle&quot; into the To
16952 pattern, the pattern will look like:
16954 <PRE>
16955  To pattern = !frizzle
16956 </PRE>
16958 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16959 In order to match messages that do not have &quot;frizzle&quot; in
16960 their To field, first type the characters &quot;frizzle&quot; followed
16961 by carriage return for the value of the To pattern, then negate it
16962 by typing the &quot;!&quot; command.
16963 It should end up looking like
16965 <PRE>
16966  ! To pattern = frizzle
16967 </PRE>
16969 You are not limited to using the six standard header patterns that are
16970 normally shown (To, From, Sender, Cc, News, and Subject).
16971 You may add any other header to a Pattern by
16972 using the &quot;eXtraHdr&quot; command to specify a different
16973 message header line; and then the Add or Change command to fill in
16974 a pattern for the new header line, just like you would for a standard header.
16976 A technicality: Since comma is the character used to separate multiple
16977 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16978 you want to include a literal comma in the field.
16979 In other words, if you type a backslash followed by a comma it will
16980 be interpreted as a comma by Alpine, instead of as a separator between
16981 pattern values.
16982 All other backslashes are literal backslashes and should not be escaped.
16984 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16985 for more information on Patterns.
16987 Look <A HREF="h_edit_nav_cmds">here</A>
16988 to see the available Editing and Navigation commands.
16990 &lt;End of help on this topic&gt;
16991 </BODY>
16992 </HTML>
16993 ======= h_config_incol_topat =======
16994 <HTML>
16995 <HEAD>
16996 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16997 </HEAD>
16998 <BODY>
16999 <H1>&quot;To:&quot; Pattern Explained</H1>
17001 Any text you enter as the &quot;To pattern&quot;
17002 will be compared to the recipients from the To: lines of
17003 the messages in the index.
17004 When the text you entered matches
17005 all or part of the To: line of a message, then the Index Line Color you have
17006 specified will be used for that line in the index.
17007 (Any other non-blank parts of the Pattern must match, too.)
17010 You may enter a complete email address, part of an address, or a
17011 list of addresses or partial addresses.
17012 For example:
17015 <PRE>
17016  To pattern = friend@public.com
17017  To pattern = rated.net
17018  To pattern = xxx@adults.com
17019               admin@msn.com
17020               fool@motleyfool.com
17021 </PRE>
17024 Each of those are valid To patterns.
17027 Messages match those patterns if any of the
17028 addresses in the To: line of the message contains the pattern.
17029 If the pattern is a list of patterns
17030 (like the last example above) then it is a match if any of the patterns in
17031 the list match any of the addresses in the To: line.
17032 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
17033 present for a match.
17034 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
17035 address2 must be present.
17036 That is exactly what using a list does.)
17039 Some messages may be &quot;bounced&quot; to you, and will
17040 have a &quot;Resent-To:&quot; header line.
17041 If the message contains a Resent-To: line
17042 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
17043 Alpine will look for
17044 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
17045 the original To: line.
17048 When entering a pattern, you may choose an address from your address book
17049 with the &quot;T&quot; command.
17052 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
17053 &quot;!&quot; &quot;toggle NOT&quot; command.
17054 This changes the meaning of the To pattern so that it has the opposite meaning.
17055 It will be considered a match if there are no matches between the
17056 addresses in the To: line and the list of To patterns.
17058 Don't make the mistake of putting the &quot;!&quot; in the data field for
17059 the pattern.
17060 For example, if you type the characters &quot;!frizzle&quot; into the To
17061 pattern, the pattern will look like:
17063 <PRE>
17064  To pattern = !frizzle
17065 </PRE>
17067 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17068 In order to match messages that do not have &quot;frizzle&quot; in
17069 their To field, first type the characters &quot;frizzle&quot; followed
17070 by carriage return for the value of the To pattern, then negate it
17071 by typing the &quot;!&quot; command.
17072 It should end up looking like
17074 <PRE>
17075  ! To pattern = frizzle
17076 </PRE>
17079 You are not limited to using the six standard header patterns that are
17080 normally shown (To, From, Sender, Cc, News, and Subject).
17081 You may add any other header to a Pattern by
17082 using the &quot;eXtraHdr&quot; command to specify a different
17083 message header line; and then the Add or Change command to fill in
17084 a pattern for the new header line, just like you would for a standard header.
17086 A technicality: Since comma is the character used to separate multiple
17087 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17088 you want to include a literal comma in the field.
17089 In other words, if you type a backslash followed by a comma it will
17090 be interpreted as a comma by Alpine, instead of as a separator between
17091 pattern values.
17092 All other backslashes are literal backslashes and should not be escaped.
17094 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17095 for more information on Patterns.
17097 Look <A HREF="h_edit_nav_cmds">here</A>
17098 to see the available Editing and Navigation commands.
17100 &lt;End of help on this topic&gt;
17101 </BODY>
17102 </HTML>
17103 ======= h_config_other_topat =======
17104 <HTML>
17105 <HEAD>
17106 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
17107 </HEAD>
17108 <BODY>
17109 <H1>&quot;To:&quot; Pattern Explained</H1>
17111 For some of the OTHER RULES actions, there is no message that is being
17112 compared against.
17113 If that is the case, then only the Current Folder Type is checked.
17114 In particular, this To pattern is ignored.
17115 Actions that fall into this category include both
17116 Sort Order and Index Format.
17118 A technicality: Since comma is the character used to separate multiple
17119 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17120 you want to include a literal comma in the field.
17121 In other words, if you type a backslash followed by a comma it will
17122 be interpreted as a comma by Alpine, instead of as a separator between
17123 pattern values.
17124 All other backslashes are literal backslashes and should not be escaped.
17126 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17127 for more information on Patterns.
17129 Look <A HREF="h_edit_nav_cmds">here</A>
17130 to see the available Editing and Navigation commands.
17132 &lt;End of help on this topic&gt;
17133 </BODY>
17134 </HTML>
17135 ======= h_config_filt_topat =======
17136 <HTML>
17137 <HEAD>
17138 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
17139 </HEAD>
17140 <BODY>
17141 <H1>&quot;To:&quot; Pattern Explained</H1>
17143 Any text you enter as the &quot;To pattern&quot;
17144 will be compared to the recipients from the To: line of
17145 messages when Alpine opens folders.
17146 When the text you entered matches
17147 all or part of the To: line of a message, then the Filter Action you have
17148 specified will be carried out.
17149 (Any other non-blank parts of the Pattern must match, too.)
17152 You may enter a complete email address, part of an address, or a
17153 list of addresses or partial addresses.
17154 For example:
17157 <PRE>
17158  To pattern = friend@public.com
17159  To pattern = rated.net
17160  To pattern = xxx@adults.com
17161               admin@msn.com
17162               fool@motleyfool.com
17163 </PRE>
17166 Each of those are valid To patterns.
17169 Messages match those patterns if any of the
17170 addresses in the To: line of the message contains the pattern.
17171 If the pattern is a list of patterns
17172 (like the last example above) then it is a match if any of the patterns in
17173 the list match any of the addresses in the To: line.
17174 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
17175 present for a match.
17176 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
17177 address2 must be present.
17178 That is exactly what using a list does.)
17181 Some messages may be &quot;bounced&quot; to you, and will
17182 have a &quot;Resent-To:&quot; header line.
17183 If the message contains a Resent-To: line
17184 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
17185 Alpine will look for
17186 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
17187 the original To: line.
17190 When entering a pattern, you may choose an address from your address book
17191 with the &quot;T&quot; command.
17194 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
17195 &quot;!&quot; &quot;toggle NOT&quot; command.
17196 This changes the meaning of the To pattern so that it has the opposite meaning.
17197 It will be considered a match if there are no matches between the
17198 addresses in the To: line and the list of To patterns.
17200 Don't make the mistake of putting the &quot;!&quot; in the data field for
17201 the pattern.
17202 For example, if you type the characters &quot;!frizzle&quot; into the To
17203 pattern, the pattern will look like:
17205 <PRE>
17206  To pattern = !frizzle
17207 </PRE>
17209 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17210 In order to match messages that do not have &quot;frizzle&quot; in
17211 their To field, first type the characters &quot;frizzle&quot; followed
17212 by carriage return for the value of the To pattern, then negate it
17213 by typing the &quot;!&quot; command.
17214 It should end up looking like
17216 <PRE>
17217  ! To pattern = frizzle
17218 </PRE>
17221 You are not limited to using the six standard header patterns that are
17222 normally shown (To, From, Sender, Cc, News, and Subject).
17223 You may add any other header to a Pattern by
17224 using the &quot;eXtraHdr&quot; command to specify a different
17225 message header line; and then the Add or Change command to fill in
17226 a pattern for the new header line, just like you would for a standard header.
17228 A technicality: Since comma is the character used to separate multiple
17229 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17230 you want to include a literal comma in the field.
17231 In other words, if you type a backslash followed by a comma it will
17232 be interpreted as a comma by Alpine, instead of as a separator between
17233 pattern values.
17234 All other backslashes are literal backslashes and should not be escaped.
17236 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17237 for more information on Patterns.
17239 Look <A HREF="h_edit_nav_cmds">here</A>
17240 to see the available Editing and Navigation commands.
17242 &lt;End of help on this topic&gt;
17243 </BODY>
17244 </HTML>
17245 ======= h_config_role_topat =======
17246 <HTML>
17247 <HEAD>
17248 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
17249 </HEAD>
17250 <BODY>
17251 <H1>&quot;To:&quot; Pattern Explained</H1>
17253 Any text you enter as the &quot;To pattern&quot;
17254 will be compared to the recipients from the To: line of
17255 the message being replied to or forwarded.
17256 (Any other non-blank parts of the Pattern must match, too.)
17257 In the case of the Compose command, this pattern and the other header
17258 patterns are ignored.
17261 You may enter a complete email address, part of an address, or a
17262 list of addresses or partial addresses.
17263 For example:
17266 <PRE>
17267  To pattern = friend@public.com
17268  To pattern = rated.net
17269  To pattern = xxx@adults.com
17270               admin@msn.com
17271               fool@motleyfool.com
17272 </PRE>
17275 Each of those are valid To patterns.
17278 Messages match those patterns if any of the
17279 addresses in the To: line of the message contains the pattern.
17280 If the pattern is a list of patterns
17281 (like the last example above) then it is a match if any of the patterns in
17282 the list match any of the addresses in the To: line.
17283 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
17284 present for a match.
17285 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
17286 address2 must be present.
17287 That is exactly what using a list does.)
17290 Some messages may be &quot;bounced&quot; to you, and will
17291 have a &quot;Resent-To:&quot; header line.
17292 If the message contains a Resent-To: line
17293 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
17294 Alpine will look for
17295 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
17296 the original To: line.
17299 When entering a pattern, you may choose an address from your address book
17300 with the &quot;T&quot; command.
17303 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
17304 &quot;!&quot; &quot;toggle NOT&quot; command.
17305 This changes the meaning of the To pattern so that it has the opposite meaning.
17306 It will be considered a match if there are no matches between the
17307 addresses in the To: line and the list of To patterns.
17309 Don't make the mistake of putting the &quot;!&quot; in the data field for
17310 the pattern.
17311 For example, if you type the characters &quot;!frizzle&quot; into the To
17312 pattern, the pattern will look like:
17314 <PRE>
17315  To pattern = !frizzle
17316 </PRE>
17318 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17319 In order to match messages that do not have &quot;frizzle&quot; in
17320 their To field, first type the characters &quot;frizzle&quot; followed
17321 by carriage return for the value of the To pattern, then negate it
17322 by typing the &quot;!&quot; command.
17323 It should end up looking like
17325 <PRE>
17326  ! To pattern = frizzle
17327 </PRE>
17330 You are not limited to using the six standard header patterns that are
17331 normally shown (To, From, Sender, Cc, News, and Subject).
17332 You may add any other header to a Pattern by
17333 using the &quot;eXtraHdr&quot; command to specify a different
17334 message header line; and then the Add or Change command to fill in
17335 a pattern for the new header line, just like you would for a standard header.
17337 A technicality: Since comma is the character used to separate multiple
17338 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17339 you want to include a literal comma in the field.
17340 In other words, if you type a backslash followed by a comma it will
17341 be interpreted as a comma by Alpine, instead of as a separator between
17342 pattern values.
17343 All other backslashes are literal backslashes and should not be escaped.
17345 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17346 for more information on Patterns.
17348 Look <A HREF="h_edit_nav_cmds">here</A>
17349 to see the available Editing and Navigation commands.
17351 &lt;End of help on this topic&gt;
17352 </BODY>
17353 </HTML>
17354 ======= h_config_role_frompat =======
17355 <HTML>
17356 <HEAD>
17357 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
17358 </HEAD>
17359 <BODY>
17360 <H1>&quot;From:&quot; Pattern Explained</H1>
17362 This is just like the &quot;To pattern&quot; except that it is compared with
17363 the address in the From: line of the message
17364 instead of the addresses from the To: line.
17365 See the help for the To pattern for more information on header patterns.
17367 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17368 for more information on Patterns.
17370 Look <A HREF="h_edit_nav_cmds">here</A>
17371 to see the available Editing and Navigation commands.
17373 &lt;End of help on this topic&gt;
17374 </BODY>
17375 </HTML>
17376 ======= h_config_role_senderpat =======
17377 <HTML>
17378 <HEAD>
17379 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
17380 </HEAD>
17381 <BODY>
17382 <H1>&quot;Sender:&quot; Pattern Explained</H1>
17384 This is just like the &quot;To pattern&quot; except that it is compared with
17385 the address from the Sender: line of the message
17386 instead of the addresses from the To: line.
17387 See the help for the To pattern for more information on header patterns.
17389 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17390 for more information on Patterns.
17392 Look <A HREF="h_edit_nav_cmds">here</A>
17393 to see the available Editing and Navigation commands.
17395 &lt;End of help on this topic&gt;
17396 </BODY>
17397 </HTML>
17398 ======= h_config_role_ccpat =======
17399 <HTML>
17400 <HEAD>
17401 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
17402 </HEAD>
17403 <BODY>
17404 <H1>&quot;Cc:&quot; Pattern Explained</H1>
17406 This is just like the &quot;To pattern&quot; except that it is compared with
17407 the addresses from the Cc: line of the message
17408 instead of the addresses from the To: line.
17409 See the help for the To pattern for more information on header patterns.
17411 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17412 for more information on Patterns.
17414 Look <A HREF="h_edit_nav_cmds">here</A>
17415 to see the available Editing and Navigation commands.
17417 &lt;End of help on this topic&gt;
17418 </BODY>
17419 </HTML>
17420 ======= h_config_role_recippat =======
17421 <HTML>
17422 <HEAD>
17423 <TITLE>Recipient Pattern Explained</TITLE>
17424 </HEAD>
17425 <BODY>
17426 <H1>Recipient Pattern Explained</H1>
17428 This is just like the &quot;To pattern&quot; except that it is compared with
17429 the addresses from both the To: line and the Cc: line of the
17430 message instead of just the addresses from the To: line.
17431 In other words, it is considered a match if the pattern matches
17432 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
17433 in the Cc: line.
17434 (Notice that defining the Recipient pattern does not have the same
17435 effect as defining both the To and Cc patterns.
17436 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
17437 It is equivalent to having two different rules;
17438 one with a To pattern and the other with the same Cc pattern.)
17440 A technicality: Since comma is the character used to separate multiple
17441 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17442 you want to include a literal comma in the field.
17443 In other words, if you type a backslash followed by a comma it will
17444 be interpreted as a comma by Alpine, instead of as a separator between
17445 pattern values.
17446 All other backslashes are literal backslashes and should not be escaped.
17448 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17449 for more information on Patterns.
17451 Look <A HREF="h_edit_nav_cmds">here</A>
17452 to see the available Editing and Navigation commands.
17454 &lt;End of help on this topic&gt;
17455 </BODY>
17456 </HTML>
17457 ======= h_config_role_particpat =======
17458 <HTML>
17459 <HEAD>
17460 <TITLE>Participant Pattern Explained</TITLE>
17461 </HEAD>
17462 <BODY>
17463 <H1>Participant Pattern Explained</H1>
17465 This is just like the &quot;To pattern&quot; except that it is compared with
17466 the addresses from the From: line, the To: line, and the Cc: line of the
17467 message instead of just the addresses from the To: line.
17468 In other words, it is considered a match if the pattern matches
17469 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
17470 in the To: line, <EM>OR</EM> an address in the Cc: line.
17471 (Notice that defining the Participant pattern does not have the same
17472 effect as defining all of the From, To, and Cc patterns.
17473 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
17474 From <EM>AND</EM> To <EM>AND</EM> Cc.
17475 It is equivalent to having three different rules;
17476 one with a From pattern, another with the same To pattern, and a third with
17477 the same Cc pattern.)
17479 A technicality: Since comma is the character used to separate multiple
17480 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17481 you want to include a literal comma in the field.
17482 In other words, if you type a backslash followed by a comma it will
17483 be interpreted as a comma by Alpine, instead of as a separator between
17484 pattern values.
17485 All other backslashes are literal backslashes and should not be escaped.
17487 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17488 for more information on Patterns.
17490 Look <A HREF="h_edit_nav_cmds">here</A>
17491 to see the available Editing and Navigation commands.
17493 &lt;End of help on this topic&gt;
17494 </BODY>
17495 </HTML>
17496 ======= h_config_role_newspat =======
17497 <HTML>
17498 <HEAD>
17499 <TITLE>News Pattern Explained</TITLE>
17500 </HEAD>
17501 <BODY>
17502 <H1>News Pattern Explained</H1>
17504 If this pattern is non-blank, then for this rule to be considered a
17505 match, at least one of the newsgroups from
17506 the Newsgroups line of the message must match this pattern.
17507 If this pattern is a list of patterns, then at least one of the
17508 newsgroups must match at least one of the patterns.
17509 (Any other non-blank parts of the Pattern must match, too.)
17511 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
17512 &quot;!&quot; &quot;toggle NOT&quot; command.
17513 This changes the meaning of the News pattern so that it has the opposite meaning.
17514 It will be considered a match if there are no matches between the
17515 addresses in the Newsgroups: line and the list of News patterns.
17517 Don't make the mistake of putting the &quot;!&quot; in the data field for
17518 the pattern.
17519 For example, if you type the characters &quot;!frizzle&quot; into the News
17520 pattern, the pattern will look like:
17522 <PRE>
17523  News pattern = !frizzle
17524 </PRE>
17526 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17527 In order to match messages that do not have &quot;frizzle&quot; in
17528 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
17529 by carriage return for the value of the News pattern, then negate it
17530 by typing the &quot;!&quot; command.
17531 It should end up looking like
17533 <PRE>
17534  ! News pattern = frizzle
17535 </PRE>
17537 A technicality: Since comma is the character used to separate multiple
17538 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17539 you want to include a literal comma in the field.
17540 In other words, if you type a backslash followed by a comma it will
17541 be interpreted as a comma by Alpine, instead of as a separator between
17542 pattern values.
17543 All other backslashes are literal backslashes and should not be escaped.
17546 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17547 for more information on Patterns.
17549 Look <A HREF="h_edit_nav_cmds">here</A>
17550 to see the available Editing and Navigation commands.
17552 &lt;End of help on this topic&gt;
17553 </BODY>
17554 </HTML>
17555 ======= h_config_role_subjpat =======
17556 <HTML>
17557 <HEAD>
17558 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
17559 </HEAD>
17560 <BODY>
17561 <H1>&quot;Subject:&quot; Pattern Explained</H1>
17563 This is similar to the other parts of the Pattern.
17564 It is compared with
17565 the contents from the Subject of the message.
17567 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17568 for more information on Patterns.
17570 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
17571 &quot;!&quot; &quot;toggle NOT&quot; command.
17572 This changes the meaning of the Subject pattern so that it has the opposite meaning.
17573 It will be considered a match if there are no matches between the
17574 text in the Subject: line and the list of Subject patterns.
17577 If you wish to have a header pattern that is not one of the six standard
17578 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
17580 A technicality: Since comma is the character used to separate multiple
17581 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17582 you want to include a literal comma in the field.
17583 In other words, if you type a backslash followed by a comma it will
17584 be interpreted as a comma by Alpine, instead of as a separator between
17585 pattern values.
17586 All other backslashes are literal backslashes and should not be escaped.
17588 Look <A HREF="h_edit_nav_cmds">here</A>
17589 to see the available Editing and Navigation commands.
17591 &lt;End of help on this topic&gt;
17592 </BODY>
17593 </HTML>
17594 ======= h_config_role_alltextpat =======
17595 <HTML>
17596 <HEAD>
17597 <TITLE>AllText Pattern Explained</TITLE>
17598 </HEAD>
17599 <BODY>
17600 <H1>AllText Pattern Explained</H1>
17602 This is similar to the header patterns.
17603 Instead of comparing with text in a particular header field it 
17604 is compared with all of the text in the message header and body.
17606 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
17607 &quot;!&quot; &quot;toggle NOT&quot; command.
17608 This changes the meaning of the AllText pattern so that it has the opposite meaning.
17609 It will be considered a match if there are no matches between the
17610 text of the message and the list of AllText patterns.
17612 Don't make the mistake of putting the &quot;!&quot; in the data field for
17613 the pattern.
17614 For example, if you type the characters &quot;!frizzle&quot; into the AllText
17615 pattern, the pattern will look like:
17617 <PRE>
17618  AllText pattern = !frizzle
17619 </PRE>
17621 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17622 In order to match messages that do not have &quot;frizzle&quot; in
17623 the text of the message, first type the characters &quot;frizzle&quot; followed
17624 by carriage return for the value of the AllText pattern, then negate it
17625 by typing the &quot;!&quot; command.
17626 It should end up looking like
17628 <PRE>
17629  ! AllText pattern = frizzle
17630 </PRE>
17632 It is possible that you may notice degraded performance when using
17633 AllText Patterns.
17635 A technicality: Since comma is the character used to separate multiple
17636 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17637 you want to include a literal comma in the field.
17638 In other words, if you type a backslash followed by a comma it will
17639 be interpreted as a comma by Alpine, instead of as a separator between
17640 pattern values.
17641 All other backslashes are literal backslashes and should not be escaped.
17643 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17644 for more information on Patterns.
17646 Look <A HREF="h_edit_nav_cmds">here</A>
17647 to see the available Editing and Navigation commands.
17649 &lt;End of help on this topic&gt;
17650 </BODY>
17651 </HTML>
17652 ======= h_config_role_bodytextpat =======
17653 <HTML>
17654 <HEAD>
17655 <TITLE>BodyText Pattern Explained</TITLE>
17656 </HEAD>
17657 <BODY>
17658 <H1>BodyText Pattern Explained</H1>
17660 This is similar to the header patterns.
17661 Instead of comparing with text in a particular header field it 
17662 is compared with all of the text in the message body.
17664 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
17665 &quot;!&quot; &quot;toggle NOT&quot; command.
17666 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
17667 It will be considered a match if there are no matches between the
17668 text of the body of the message and the list of BodyText patterns.
17670 Don't make the mistake of putting the &quot;!&quot; in the data field for
17671 the pattern.
17672 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
17673 pattern, the pattern will look like:
17675 <PRE>
17676  BdyText pattern = !frizzle
17677 </PRE>
17679 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17680 In order to match messages that do not have &quot;frizzle&quot; in
17681 their BodyText, first type the characters &quot;frizzle&quot; followed
17682 by carriage return for the value of the BodyText pattern, then negate it
17683 by typing the &quot;!&quot; command.
17684 It should end up looking like
17686 <PRE>
17687  ! BodyText pattern = frizzle
17688 </PRE>
17690 It is possible that you may notice degraded performance when using
17691 BodyText Patterns.
17693 A technicality: Since comma is the character used to separate multiple
17694 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17695 you want to include a literal comma in the field.
17696 In other words, if you type a backslash followed by a comma it will
17697 be interpreted as a comma by Alpine, instead of as a separator between
17698 pattern values.
17699 All other backslashes are literal backslashes and should not be escaped.
17701 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17702 for more information on Patterns.
17704 Look <A HREF="h_edit_nav_cmds">here</A>
17705 to see the available Editing and Navigation commands.
17707 &lt;End of help on this topic&gt;
17708 </BODY>
17709 </HTML>
17710 ======= h_config_role_charsetpat =======
17711 <HTML>
17712 <HEAD>
17713 <TITLE>Character Set Pattern Explained</TITLE>
17714 </HEAD>
17715 <BODY>
17716 <H1>Character Set Pattern Explained</H1>
17718 A message may use one or more character sets.
17719 This part of the Pattern matches messages that make use of
17720 certain specified character sets.
17721 It will be considered a match if a message uses any of the character
17722 sets in the list you give here.
17725 When filling in a value for this field, you may use
17726 the &quot;T&quot; command, which presents you with a large list of
17727 possible character sets to choose from.
17728 You may also just type in the name of a character set, and it need not
17729 be one that Alpine knows about.
17732 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
17733 GB2312) you may also use some shorthand names that Alpine provides.
17734 These names are more understandable shorthand names for sets of 
17735 character set names.
17736 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
17737 Selecting one of these shorthand names is equivalent to selecting all of
17738 the character sets that make up the set.
17739 You can see all of these shorthand names and the lists of character sets
17740 they stand for by typing the &quot;T&quot; command.
17743 For the purposes of this Pattern,
17744 Alpine will search through a message for all of the text parts and
17745 collect the character sets declared for each part.
17746 It will also look in the Subject line for a character set used there.
17747 Alpine does not actually look at the text of the message or the text
17748 of the Subject to determine if a declared character set is actually
17749 used, it looks only at the declarations themselves in the MIME part headers
17750 and in the Subject.
17753 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
17754 &quot;!&quot; &quot;toggle NOT&quot; command.
17755 This changes the meaning of the Character Set pattern so that
17756 it has the opposite meaning.
17757 It will be considered a match if none of the character sets in the
17758 list are used in a message.
17760 Don't make the mistake of putting the &quot;!&quot; in the data field for
17761 the pattern.
17762 For example, if you type the characters &quot;!GB2312&quot; into the
17763 Character Set pattern, the pattern will look like:
17765 <PRE>
17766  Charset pattern = !GB2312
17767 </PRE>
17769 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
17770 In order to match messages that do not have the
17771 character set &quot;GB2312&quot;
17772 set, first type the characters &quot;GB2312&quot; followed
17773 by carriage return for the value of the Character Set pattern, then negate it
17774 by typing the &quot;!&quot; command.
17775 It should end up looking like
17777 <PRE>
17778  ! Charset pattern = GB2312
17779 </PRE>
17781 A technicality: Since comma is the character used to separate multiple
17782 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17783 you want to include a literal comma in the field.
17784 In other words, if you type a backslash followed by a comma it will
17785 be interpreted as a comma by Alpine, instead of as a separator between
17786 pattern values.
17787 All other backslashes are literal backslashes and should not be escaped.
17789 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17790 for more information on Patterns.
17792 Look <A HREF="h_edit_nav_cmds">here</A>
17793 to see the available Editing and Navigation commands.
17795 &lt;End of help on this topic&gt;
17796 </BODY>
17797 </HTML>
17798 ======= h_config_role_keywordpat =======
17799 <HTML>
17800 <HEAD>
17801 <TITLE>Keyword Pattern Explained</TITLE>
17802 </HEAD>
17803 <BODY>
17804 <H1>Keyword Pattern Explained</H1>
17806 A folder may have user-defined keywords.
17807 These are similar to the Important flag, which the user may set using the
17808 Flag command.
17809 The difference is that the Important flag is always present for each folder.
17810 User-defined keywords are picked by the user.
17811 You may add new keywords by defining them in the
17812 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
17813 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
17814 the Flag command may be used to set or clear the keyword on individual messages.
17815 If you have given a keyword a nickname when configuring it,
17816 that nickname may be used instead of the actual keyword.
17819 When filling in a value for this field, it may be easiest to use
17820 the &quot;T&quot; command, which presents you with a list of the keywords
17821 you have defined to choose from.
17824 This part of the Pattern matches messages with certain keywords set.
17825 It will be considered a match if a message has any of the keywords in the
17826 list set.
17827 A keyword that you have not defined using the
17828 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
17829 will not be a match.
17832 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
17833 &quot;!&quot; &quot;toggle NOT&quot; command.
17834 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
17835 It will be considered a match if none of the keywords in the list are set
17836 for a message.
17837 A keyword that you have not defined using the
17838 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
17839 will not be a match, so a <EM>NOT</EM> of that keyword does match.
17841 Don't make the mistake of putting the &quot;!&quot; in the data field for
17842 the pattern.
17843 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
17844 pattern, the pattern will look like:
17846 <PRE>
17847  Keyword pattern = !frizzle
17848 </PRE>
17850 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17851 In order to match messages that do not have the keyword &quot;frizzle&quot;
17852 set, first type the characters &quot;frizzle&quot; followed
17853 by carriage return for the value of the Keyword pattern, then negate it
17854 by typing the &quot;!&quot; command.
17855 It should end up looking like
17857 <PRE>
17858  ! Keyword pattern = frizzle
17859 </PRE>
17861 A technicality: Since comma is the character used to separate multiple
17862 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17863 you want to include a literal comma in the field.
17864 In other words, if you type a backslash followed by a comma it will
17865 be interpreted as a comma by Alpine, instead of as a separator between
17866 pattern values.
17867 All other backslashes are literal backslashes and should not be escaped.
17869 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17870 for more information on Patterns.
17872 Look <A HREF="h_edit_nav_cmds">here</A>
17873 to see the available Editing and Navigation commands.
17875 &lt;End of help on this topic&gt;
17876 </BODY>
17877 </HTML>
17878 ======= h_config_role_arbpat =======
17879 <HTML>
17880 <HEAD>
17881 <TITLE>Extra Header Patterns Explained</TITLE>
17882 </HEAD>
17883 <BODY>
17884 <H1>Extra Header Patterns Explained</H1>
17886 The header patterns that come after the Participant pattern but before the 
17887 AllText pattern are extra header patterns that you have added to a rule's
17888 Pattern. These are just like the other header patterns except that
17889 the contents of the particular header listed on the left hand side will
17890 be used for comparisons.
17892 The &quot;eXtraHdr&quot; command may be used to add more of these
17893 header patterns to the rule you are editing.
17895 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
17896 extra header pattern from the rule you are editing.
17898 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
17899 &quot;!&quot; &quot;toggle NOT&quot; command.
17900 This changes the meaning of the pattern so that it has the opposite meaning.
17901 It will be considered a match if there are no matches between the
17902 text in the header line and the list of patterns.
17904 Don't make the mistake of putting the &quot;!&quot; in the data field for
17905 the pattern.
17906 For example, if you type the characters &quot;!frizzle&quot; into the
17907 pattern, the pattern will look like:
17909 <PRE>
17910  Xyz pattern = !frizzle
17911 </PRE>
17913 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17914 In order to match messages that do not have &quot;frizzle&quot; in
17915 their Xyz field, first type the characters &quot;frizzle&quot; followed
17916 by carriage return for the value of the pattern, then negate it
17917 by typing the &quot;!&quot; command.
17918 It should end up looking like
17920 <PRE>
17921  ! Xyz pattern = frizzle
17922 </PRE>
17925 A technicality: Since comma is the character used to separate multiple
17926 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17927 you want to include a literal comma in the field.
17928 In other words, if you type a backslash followed by a comma it will
17929 be interpreted as a comma by Alpine, instead of as a separator between
17930 pattern values.
17931 All other backslashes are literal backslashes and should not be escaped.
17933 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17934 for more information on Patterns.
17936 Look <A HREF="h_edit_nav_cmds">here</A>
17937 to see the available Editing and Navigation commands.
17939 &lt;End of help on this topic&gt;
17940 </BODY>
17941 </HTML>
17942 ======= h_config_role_cat_cmd =======
17943 <HTML>
17944 <HEAD>
17945 <TITLE>Categorizer Command Explained</TITLE>
17946 </HEAD>
17947 <BODY>
17948 <H1>Categorizer Command Explained</H1>
17950 This is a command that is run with its standard input set to the message
17951 being checked and its standard output discarded.
17952 The full directory path should be specified.
17953 The command will be run and then its exit status will be checked against
17954 the Exit Status Interval, which defaults to just the value zero.
17955 If the exit status of the command falls in the interval, it is considered
17956 a match, otherwise it is not a match.
17959 This option may actually be a list of commands.
17960 The first one that exists and is executable is used.
17961 That makes it possible to use the same configuration with Unix Alpine and
17962 PC-Alpine.
17965 If none of the commands in the list exists and is executable then the rule
17966 is <EM>not</EM> a match.
17967 If it is possible that the command may not exist, you should be careful
17968 to structure your rules so that nothing destructive
17969 happens when the command does not exist.
17970 For example, you might have a filter that filters away spam when there is
17971 a match but does nothing when there is not a match.
17972 That would cause no harm if the command didn't exist.
17973 However, if you have a filter that filters away spam when there is not
17974 a match and keeps it when there is a match, that would filter everything
17975 if the categorizer command didn't exist.
17977 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
17978 setup for the bogofilter filter.
17981 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17982 for more information on Patterns.
17984 Look <A HREF="h_edit_nav_cmds">here</A>
17985 to see the available Editing and Navigation commands.
17987 &lt;End of help on this topic&gt;
17988 </BODY>
17989 </HTML>
17990 ======= h_config_role_cat_cmd_example =======
17991 <HTML>
17992 <HEAD>
17993 <TITLE>Categorizer Command Example</TITLE>
17994 </HEAD>
17995 <BODY>
17996 <H1>Categorizer Command Example</H1>
17998 Bogofilter
17999 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
18000 is a mail filter that attempts to classify mail as spam or
18001 non-spam using statistical analysis of the message content.
18002 When run with no arguments and a message as standard input, it exits with
18003 exit status 0 if it thinks a message is spam and 1 if it thinks
18004 it is not spam.
18005 To use bogofilter as your Categorizer Command you would simply set Command to
18006 the pathname of the bogofilter program.
18007 For example,
18009 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
18011 Exit status of zero is what you are interested in, so you'd set the
18012 Exit Status Interval to
18014 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
18017 In order to prevent downloading an entire huge message to check for spam, you
18018 might want to set the Character Limit to a few thousand characters (the
18019 assumption being that the spam will reveal itself in those characters)
18021 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
18024 You would probably use bogofilter in an Alpine Filter Rule, and have the action
18025 be to move the message to a spam folder.
18026 It would usually be wise to also check the &quot;Message is Recent&quot;
18027 part of the rule so that messages are only checked when they first arrive,
18028 and to restrict the Current Folder Type to just your INBOX.
18029 The reason for checking only Recent messages is to save the time it takes
18030 to run bogofilter on each message.
18031 As an experiment, you might start out by using this in an Indexcolor Rule
18032 instead of a Filter Rule.
18033 In that case, you probably wouldn't check the Recent checkbox.
18035 The use described above assumes that you are somehow maintaining bogofilter's
18036 database of words associated with spam and non-spam messages.
18037 One way to start your database would be to select a bunch of spam messages
18038 in Alpine (you might Save spam messages to a special folder or use Alpine's
18039 Select command to select several) and then Apply
18040 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
18041 a pipe command to the spam messages.
18042 For example, you could have a shell script or an alias
18043 called <EM>this_is_spam</EM>, which would simply be the command
18045 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
18048 It is probably best to use the pipe command's Raw Text, With Delimiter,
18049 and Free Output options,
18050 which are at the bottom of the screen when you type the pipe command.
18051 That's because bogofilter expects the raw message as input, and uses
18052 the Delimiters to tell when a new message starts.
18053 You would not need to use a separate pipe for each message, because
18054 bogofilter can handle multiple messages at once.
18056 Similarly, you would select a group of non-spam messages
18057 and run them through a <EM>this_is_nonspam</EM> script
18058 that was something like
18060 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
18063 For the more adventurous, the next step might be to automate the upkeep of
18064 the bogofilter database.
18065 It might make more sense to have bogofilter be part of the delivery process,
18066 but it is also possible to do it entirely from within Alpine.
18067 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
18068 the &quot;-u&quot; argument will cause bogofilter to update the database.
18070 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
18072 You'd want a couple more aliases or shell scripts called something like
18073 <EM>change_to_spam</EM>
18075 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
18078 <EM>change_to_nonspam</EM>
18080 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
18082 When you run across a message in your INBOX that should have been
18083 classified as spam you would pipe it to the change_to_spam script, and
18084 when you run across a message in your spam folder that should have been
18085 left in your INBOX you would pipe it through change_to_nonspam.
18088 There is a technical problem with this approach.
18089 Alpine may check your filters more than once.
18090 In particular, every time you start Alpine the filters will be checked for
18091 each message.
18092 Also, if you have any filters that depend on message state (New, Deleted, etc.)
18093 then Alpine will recheck for matches in messages that have changed state
18094 at the time you close the folder and before expunging.
18095 This is usually ok.
18096 However, in this case it is a problem because the command
18098 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
18100 has the side effect of updating the database.
18101 So you run the risk of updating the database multiple times for a single
18102 message instead of updating it just once per message.
18103 There are some ways to work around this problem.
18104 What you need is a way to mark the message after you have run the filter.
18105 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
18106 Besides having the filter move the message to a spam folder, also have it
18107 set the Bogo keyword.
18108 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
18109 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
18110 This rule can only set the Bogo keyword for the messages that it matches.
18111 You will also need to add a second rule right after this one that
18112 matches all the messages that don't have the Bogo keyword set
18113 (put the keyword in the Keyword pattern and toggle
18114 the Not with the ! command)
18115 and takes the action of setting it.
18116 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
18117 (and so it won't re-run the bogofilter command) if the keyword is already
18118 set.
18120 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
18121 on all messages that don't have the Bogo keyword set.
18122 This will have the side effect of inserting that message in the bogofilter
18123 database, match or not.
18124 If this rule matches (it is spam), the Bogo keyword will be set and
18125 the message will be moved to a spam folder.
18126 If it does not match, the
18127 following rule will mark the message by turning on the keyword.
18128 This second rule should be a non-terminating
18129 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
18130 rule so that it doesn't stop the filtering process before the rest of
18131 your rules are consulted.
18134 In summary, the first rule is something like
18135 <PRE>
18136   Nickname          = bogofilter -u rule
18137   Current Folder Type =
18138                (*) Specific
18139                    Folder = INBOX
18141   ! Keyword pattern = Bogo
18143   External Categorizer Commands =
18144        Command              = /usr/local/bin/bogofilter -u
18145        Exit Status Interval = (0,0)
18146        Character Limit      = <No Value Set: using "-1">  (optionally set this)
18148   Filter Action =
18149        (*) Move
18150            Folder = spam
18151   
18152   Set These Keywords   = Bogo
18153 </PRE>
18155 and the following rule is
18156 <PRE>
18157   Nickname          = Set Bogo Keyword
18158   Current Folder Type =
18159                (*) Specific
18160                    Folder = INBOX
18162   ! Keyword pattern = Bogo
18164   Filter Action =
18165        (*) Just Set Message Status
18167   Set These Keywords   = Bogo
18169   Features =
18170       [X]  dont-stop-even-if-rule-matches
18171 </PRE>
18173 If it is possible for you to insert bogofilter in the delivery process instead
18174 of having it called from Alpine you could prevent having to wait
18175 for the bogofilter processing while you read your mail.
18176 You would have bogofilter add a header to the message at the time of delivery
18177 that identified it as spam or nonspam.
18178 With this method, you could avoid using a Categorizer Command while running Alpine,
18179 and just match on the header instead.
18180 You might still want to use the scripts mentioned above to initialize the
18181 database or to re-classify wrongly classified messages.
18184 Finally, it isn't for the faint-hearted,
18185 but it is also possible to run bogofilter from PC-Alpine.
18186 You can install Cygwin from
18187 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
18188 then compile bogofilter in the cygwin environment, and run it from
18189 within PC-Alpine.
18190 You would end up with a Categorizer command that looked something like
18192 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
18194 Note that the &quot;.exe&quot; extension is explicit,
18195 and that the bogofilter.exe executable should be in the same directory
18196 as cygwin1.dll.
18199 &lt;End of help on this topic&gt;
18200 </BODY>
18201 </HTML>
18202 ======= h_config_role_cat_status =======
18203 <HTML>
18204 <HEAD>
18205 <TITLE>Exit Status Interval Explained</TITLE>
18206 </HEAD>
18207 <BODY>
18208 <H1>Exit Status Interval Explained</H1>
18210 The categorizer command is run and the result is the exit status of
18211 that command.
18212 If that exit status falls in the Exit Status Interval
18213 then it is considered a match, otherwise it is not a match.
18214 Of course for the entire rule to match, it must also be checked against
18215 the other defined parts of the Pattern.
18217 The Exit Status Interval defaults to the single value 0 (zero).
18218 If you define it, it should be set to something like:
18220 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
18222 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
18223 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
18224 positive and negative integers.
18226 Actually, a list of intervals may be used if you wish.
18227 A list would look like
18229 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
18231 When there is an Exit Status Interval defined, it is a match if the exit status
18232 of the categorizer command is contained in any of the intervals.
18233 The intervals include both endpoints.
18235 The default interval is
18237 <CENTER><SAMP>(0,0)</SAMP></CENTER>
18239 and it matches only if the command exits with exit status equal to zero.
18242 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18243 for more information on Patterns.
18245 Look <A HREF="h_edit_nav_cmds">here</A>
18246 to see the available Editing and Navigation commands.
18248 &lt;End of help on this topic&gt;
18249 </BODY>
18250 </HTML>
18251 ======= h_config_role_cat_limit =======
18252 <HTML>
18253 <HEAD>
18254 <TITLE>Character Limit Explained</TITLE>
18255 </HEAD>
18256 <BODY>
18257 <H1>Character Limit Explained</H1>
18259 Setting this option makes it possible to limit how much of the message
18260 is made available to the categorizer command as input.
18261 The default value (-1) means that the entire message is fed to the
18262 command.
18263 A value of 0 (zero) means that only the headers of the message are
18264 made available.
18265 A positive integer means that the headers plus that many characters from
18266 the body of the message are passed to the categorizer.
18269 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18270 for more information on Patterns.
18272 Look <A HREF="h_edit_nav_cmds">here</A>
18273 to see the available Editing and Navigation commands.
18275 &lt;End of help on this topic&gt;
18276 </BODY>
18277 </HTML>
18278 ======= h_config_role_age =======
18279 <HTML>
18280 <HEAD>
18281 <TITLE>Age Interval Explained</TITLE>
18282 </HEAD>
18283 <BODY>
18284 <H1>Age Interval Explained</H1>
18286 The Age Interval, if defined, is part of the Pattern.
18287 If you use this, it should be set to something like:
18289 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
18291 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
18292 The special value &quot;INF&quot; may be used for the max value.
18293 It represents infinity.
18295 In rare cases it may be useful to use the more general form of the value,
18296 which is a comma-separated list of intervals.
18297 It would look something like:
18299 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
18301 When there is an Age Interval defined, it is a match if the age, in days, of
18302 the message is contained in the interval.
18303 The interval includes both endpoints.
18304 If the option is set to a list of intervals then it is a match if the
18305 age of the message is contained in any of the intervals.
18307 Even though this option is called Age, it isn't actually
18308 the <EM>age</EM> of the message.
18309 Instead, it is how many days ago the message arrived in one of your folders.
18310 If the current time is a little past midnight, then a message that arrived
18311 just before midnight arrived yesterday, even though the message is only
18312 a few minutes old.
18313 By default, the date being used is not the date in the Date
18314 header of the message.
18315 It is the date that the message arrived in one of your folders.
18316 When you Save a message from one folder to another that arrival date
18317 is preserved.
18318 If you would like to use the date in the Date header that is possible.
18319 Turn on the option
18320 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
18321 near the bottom of the rule definition.
18323 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
18324 The age interval
18326 <CENTER><SAMP>(2,2)</SAMP></CENTER>
18328 matches all messages that arrived on the day before yesterday.
18329 The interval
18331 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
18333 matches all messages that arrived at least 180 days before today.
18334 The interval
18336 <CENTER><SAMP>(0,1)</SAMP></CENTER>
18338 matches all messages that arrived today or yesterday.
18341 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18342 for more information on Patterns.
18344 Look <A HREF="h_edit_nav_cmds">here</A>
18345 to see the available Editing and Navigation commands.
18347 &lt;End of help on this topic&gt;
18348 </BODY>
18349 </HTML>
18350 ======= h_config_role_size =======
18351 <HTML>
18352 <HEAD>
18353 <TITLE>Size Interval Explained</TITLE>
18354 </HEAD>
18355 <BODY>
18356 <H1>Size Interval Explained</H1>
18358 The Size Interval, if defined, is part of the Pattern.
18359 If you use this, it should be set to something like:
18361 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
18363 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
18364 The special value &quot;INF&quot; may be used for the max value.
18365 It represents infinity.
18367 In rare cases it may be useful to use the more general form of the value,
18368 which is a comma-separated list of intervals.
18369 It would look something like:
18371 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
18373 When there is a Size Interval defined, it is a match if the size of
18374 the message is contained in the interval.
18375 The interval includes both endpoints.
18376 If the option is set to a list of intervals then it is a match if the
18377 size of the message is contained in any of the intervals.
18379 The size interval
18381 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
18383 matches all messages with sizes greater than or equal to 10000, and less
18384 than or equal to 50000.
18385 The interval
18387 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
18389 matches all messages with sizes greater than or equal to 100000.
18392 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18393 for more information on Patterns.
18395 Look <A HREF="h_edit_nav_cmds">here</A>
18396 to see the available Editing and Navigation commands.
18398 &lt;End of help on this topic&gt;
18399 </BODY>
18400 </HTML>
18401 ======= h_config_role_scorei =======
18402 <HTML>
18403 <HEAD>
18404 <TITLE>Score Interval Explained</TITLE>
18405 </HEAD>
18406 <BODY>
18407 <H1>Score Interval Explained</H1>
18409 The Score Interval, if defined, is part of the Pattern.
18410 If you use this, it should be set to something like:
18412 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
18414 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
18415 -32000 and 32000.
18416 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
18417 the min and max values.
18418 These represent negative and positive infinity.
18420 Actually, the value may be a list of intervals rather than just a
18421 single interval if that is useful.
18422 The elements of the list are separated by commas like:
18424 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
18426 When there is a Score Interval defined, it is a match if the score for
18427 the message is contained in any of the intervals.
18428 The intervals include both endpoints.
18429 The score for a message is calculated by looking at every scoring rule
18430 defined and adding up the Score Values for the rules that match the message.
18431 Scoring rules are created using the
18432 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
18435 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18436 for more information on Patterns.
18438 Look <A HREF="h_edit_nav_cmds">here</A>
18439 to see the available Editing and Navigation commands.
18441 &lt;End of help on this topic&gt;
18442 </BODY>
18443 </HTML>
18444 ======= h_config_role_fldr_type =======
18445 <HTML>
18446 <HEAD>
18447 <TITLE>Current Folder Type Explained</TITLE>
18448 </HEAD>
18449 <BODY>
18450 <H1>Current Folder Type Explained</H1>
18452 The Current Folder Type is part of the role's Pattern.
18453 It refers to the type of the currently open folder, which is the folder
18454 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
18455 In order for a role to be considered a match, the current folder must
18456 be of the type you set here.
18457 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18458 all what you might think.
18460 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
18461 example, then
18462 that role will only be a match if the current folder is a newsgroup and
18463 the rest of the Pattern matches.
18464 The value &quot;Specific&quot; may be used when you want to limit the match
18465 to a specific folder (not just a specific type of folder), or to a list of
18466 specific folders.
18468 In order to match a specific folder you Select the &quot;Specific&quot;
18469 button <EM>AND</EM> fill in
18470 the name (or list of names) of
18471 the folder in the &quot;Folder List&quot; field.
18472 If the current folder is any of the folders in the list, that is considered
18473 a match.
18474 The name of each folder in the list may be either &quot;INBOX&quot;,
18475 the technical specification
18476 of the folder (like what appears in your configuration file) or, if the
18477 folder is one of your incoming folders, it may be the nickname you've given
18478 the folder.
18479 Here are a couple samples of specific folder names:
18481 <CENTER><SAMP>{monet.art.example.com/user=vincent}mail/art-class</SAMP></CENTER>
18483 <CENTER><SAMP>{news.example.com/nntp/user=peter}#news.comp.mail.pine</SAMP></CENTER>
18485 Observe that in order for an external folder (IMAP, POP, News) to be a match,
18486 you must also add the /user= option in the definition of the incoming folder.
18488 The easiest way to fill in the &quot;Folder List&quot; field is to use
18489 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
18490 highlighted, or to use the &quot;Take&quot; command with the configuration
18491 feature
18492 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
18493 turned on.
18494 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18495 Current Folder Type is set to &quot;Specific&quot;, and any value that
18496 &quot;Folder List&quot; has is ignored unless the type
18497 is set to &quot;Specific&quot;.
18499 When reading a newsgroup, there may be a performance penalty
18500 incurred when collecting the information necessary to check a Pattern.
18501 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18503 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18504 for more information on Patterns.
18506 Look <A HREF="h_edit_nav_cmds">here</A>
18507 to see the available Editing and Navigation commands.
18509 &lt;End of help on this topic&gt;
18510 </BODY>
18511 </HTML>
18512 ======= h_config_filt_rule_type =======
18513 <HTML>
18514 <HEAD>
18515 <TITLE>Filter Action Explained</TITLE>
18516 </HEAD>
18517 <BODY>
18518 <H1>Filter Action Explained</H1>
18520 The Filter Action specifies the action to be taken when the Pattern is a
18521 match.
18522 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
18523 &quot;Just Set Message Status&quot;.
18525 If it is set to &quot;Delete&quot;, then the message that matches the
18526 Pattern will be deleted from the open folder.
18528 If it is set to &quot;Move&quot;, then the name of the folder to which
18529 the matching message should be moved is given in the &quot;Folder List&quot; field on the
18530 next line of the screen.
18531 A list of folders separated by commas may be given, in which case the
18532 message will be copied to all of the folders in the list before it is
18533 deleted.
18535 If it is set to neither of those two values (it is set to the value
18536 labeled &quot;Just Set Message Status&quot;) then the message status
18537 setting will happen
18538 but the message will not be deleted or moved.
18540 If you are Moving a message you may also set Message Status if you wish.
18542 The easiest way to fill in the &quot;Folder List&quot; field is to use
18543 the T command that is available when the &quot;Folder List&quot; line is
18544 highlighted.
18545 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18546 Filter Action is set to &quot;Move&quot;, and any value that
18547 &quot;Folder List&quot; has is ignored unless the type
18548 is set to &quot;Move&quot;.
18550 There are a few tokens that may be used in the names in the Folder List.
18551 They are all related to the date on which the filtering is taking place.
18552 The tokens are words surrounded by underscores.
18553 For example, if you want your filter to move messages to a folder named
18554 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
18555 you could specify the folder as
18556 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
18557 which would result in a file named something like
18558 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
18560 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
18561 which would result in a file named something like
18562 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
18563 The available tokens are listed
18564 <A HREF="h_index_tokens">here</A>.
18566 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18567 for more information on Patterns.
18569 Look <A HREF="h_edit_nav_cmds">here</A>
18570 to see the available Editing and Navigation commands.
18572 &lt;End of help on this topic&gt;
18573 </BODY>
18574 </HTML>
18575 ======= h_config_score_fldr_type =======
18576 <HTML>
18577 <HEAD>
18578 <TITLE>Current Folder Type Explained</TITLE>
18579 </HEAD>
18580 <BODY>
18581 <H1>Current Folder Type Explained</H1>
18583 The Current Folder Type is part of the scoring rule's Pattern.
18584 It refers to the type of the folder that
18585 the message being scored is in.
18586 In order for a rule to be considered a match, the current folder must
18587 be of the type you set here.
18588 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18589 all what you might think.
18591 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18592 example, then
18593 that Pattern will only match if the current folder is a newsgroup and
18594 the rest of the Pattern matches.
18595 The value &quot;Specific&quot; may be used when you want to limit the match
18596 to a specific folder (not just a specific type of folder), or to a list of
18597 specific folders.
18599 In order to match a specific folder you Select the &quot;Specific&quot;
18600 button <EM>AND</EM> fill in
18601 the name (or list of names) of
18602 the folder in the &quot;Folder List&quot; field.
18603 If the current folder is any of the folders in the list, that is considered
18604 a match.
18605 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18606 of the folder (like what appears in your configuration file) or, if the
18607 folder is one of your incoming folders, it may be the nickname you've given
18608 the folder.
18609 Here are a couple samples of specific folder names:
18611 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18613 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18615 The easiest way to fill in the &quot;Folder List&quot; field is to use
18616 the T command that is available when the &quot;Folder List&quot; line is
18617 highlighted.
18618 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18619 Current Folder Type is set to &quot;Specific&quot;, and any value that
18620 &quot;Folder List&quot; has is ignored unless the type
18621 is set to &quot;Specific&quot;.
18623 When reading a newsgroup, there may be a performance penalty
18624 incurred when collecting the information necessary to check a Pattern.
18625 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18626 For example, if you have Index Line Coloring rules that have Score Intervals
18627 defined then the scores for all the visible messages will need to be calculated.
18628 If some of your Scoring rules have 
18629 a Current Folder Type of
18630 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
18631 screen to draw more slowly when in a newsgroup.
18633 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18634 for more information on Patterns.
18636 Look <A HREF="h_edit_nav_cmds">here</A>
18637 to see the available Editing and Navigation commands.
18639 &lt;End of help on this topic&gt;
18640 </BODY>
18641 </HTML>
18642 ======= h_config_other_fldr_type =======
18643 <HTML>
18644 <HEAD>
18645 <TITLE>Current Folder Type Explained</TITLE>
18646 </HEAD>
18647 <BODY>
18648 <H1>Current Folder Type Explained</H1>
18650 The Current Folder Type is part of the rule's Pattern.
18651 It refers to the type of the folder being viewed.
18652 In order for a rule to be considered a match, the current folder must
18653 be of the type you set here.
18654 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18655 all what you might think.
18657 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18658 example, then
18659 that Pattern will only match if the current folder is a newsgroup.
18660 The value &quot;Specific&quot; may be used when you want to limit the match
18661 to a specific folder (not just a specific type of folder), or to a list of
18662 specific folders.
18664 In order to match a specific folder you Select the &quot;Specific&quot;
18665 button <EM>AND</EM> fill in
18666 the name (or list of names) of
18667 the folder in the &quot;Folder List&quot; field.
18668 If the current folder is any of the folders in the list, that is considered
18669 a match.
18670 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18671 of the folder (like what appears in your configuration file) or, if the
18672 folder is one of your incoming folders, it may be the nickname you've given
18673 the folder.
18674 Here are a couple samples of specific folder names:
18676 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18678 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18680 The easiest way to fill in the &quot;Folder List&quot; field is to use
18681 the T command that is available when the &quot;Folder List&quot; line is
18682 highlighted.
18683 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18684 Current Folder Type is set to &quot;Specific&quot;, and any value that
18685 &quot;Folder List&quot; has is ignored unless the type
18686 is set to &quot;Specific&quot;.
18688 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18689 for more information on Patterns.
18691 Look <A HREF="h_edit_nav_cmds">here</A>
18692 to see the available Editing and Navigation commands.
18694 &lt;End of help on this topic&gt;
18695 </BODY>
18696 </HTML>
18697 ======= h_config_incol_fldr_type =======
18698 <HTML>
18699 <HEAD>
18700 <TITLE>Current Folder Type Explained</TITLE>
18701 </HEAD>
18702 <BODY>
18703 <H1>Current Folder Type Explained</H1>
18705 The Current Folder Type is part of the Line Coloring rule's Pattern.
18706 It refers to the type of the folder for which the MESSAGE INDEX is
18707 being viewed.
18708 In order for a rule to be considered a match, the current folder must
18709 be of the type you set here.
18710 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18711 all what you might think.
18713 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18714 example, then
18715 that Pattern will only match if the current folder is a newsgroup and
18716 the rest of the Pattern matches.
18717 The value &quot;Specific&quot; may be used when you want to limit the match
18718 to a specific folder (not just a specific type of folder), or to a list of
18719 specific folders.
18721 In order to match a specific folder you Select the &quot;Specific&quot;
18722 button <EM>AND</EM> fill in
18723 the name (or list of names) of
18724 the folder in the &quot;Folder List&quot; field.
18725 If the current folder is any of the folders in the list, that is considered
18726 a match.
18727 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18728 of the folder (like what appears in your configuration file) or, if the
18729 folder is one of your incoming folders, it may be the nickname you've given
18730 the folder.
18731 Here are a couple samples of specific folder names:
18733 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18735 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18737 The easiest way to fill in the &quot;Folder List&quot; field is to use
18738 the T command that is available when the &quot;Folder List&quot; line is
18739 highlighted.
18740 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18741 Current Folder Type is set to &quot;Specific&quot;, and any value that
18742 &quot;Folder List&quot; has is ignored unless the type
18743 is set to &quot;Specific&quot;.
18745 When reading a newsgroup, there may be a performance penalty
18746 incurred when collecting the information necessary to check a Pattern.
18747 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18748 For example, a rule with a non-Normal Index Line Color
18749 and a Current Folder Type of
18750 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
18751 screen to draw more slowly when in a newsgroup.
18753 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18754 for more information on Patterns.
18756 Look <A HREF="h_edit_nav_cmds">here</A>
18757 to see the available Editing and Navigation commands.
18759 &lt;End of help on this topic&gt;
18760 </BODY>
18761 </HTML>
18762 ======= h_config_filt_fldr_type =======
18763 <HTML>
18764 <HEAD>
18765 <TITLE>Current Folder Type Explained</TITLE>
18766 </HEAD>
18767 <BODY>
18768 <H1>Current Folder Type Explained</H1>
18770 The Current Folder Type is part of the Filtering rule's Pattern.
18771 It refers to the type of the folder for which the filtering is being done.
18772 In order for a rule to be considered a match, the current folder must
18773 be of the type you set here.
18774 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18775 all what you might think.
18777 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18778 example, then
18779 that Pattern will only match if the current folder is a newsgroup and
18780 the rest of the Pattern matches.
18781 The value &quot;Specific&quot; may be used when you want to limit the match
18782 to a specific folder (not just a specific type of folder), or to a list of
18783 specific folders.
18785 In order to match a specific folder you Select the &quot;Specific&quot;
18786 button <EM>AND</EM> fill in
18787 the name (or list of names) of
18788 the folder in the &quot;Folder List&quot; field.
18789 If the current folder is any of the folders in the list, that is considered
18790 a match.
18791 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18792 of the folder (like what appears in your configuration file) or, if the
18793 folder is one of your incoming folders, it may be the nickname you've given
18794 the folder.
18795 Here are a couple samples of specific folder names:
18797 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18799 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18801 The easiest way to fill in the &quot;Folder List&quot; field is to use
18802 the T command that is available when the &quot;Folder List&quot; line is
18803 highlighted.
18804 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18805 Current Folder Type is set to &quot;Specific&quot;, and any value that
18806 &quot;Folder List&quot; has is ignored unless the type
18807 is set to &quot;Specific&quot;.
18809 When reading a newsgroup, there may be a performance penalty
18810 incurred when collecting the information necessary to check a Pattern.
18811 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18812 For example, a rule with a Current Folder Type of either
18813 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
18814 more slowly when opening a newsgroup.
18816 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18817 for more information on Patterns.
18819 Look <A HREF="h_edit_nav_cmds">here</A>
18820 to see the available Editing and Navigation commands.
18822 &lt;End of help on this topic&gt;
18823 </BODY>
18824 </HTML>
18825 ======= h_config_role_stat_imp =======
18826 <HTML>
18827 <HEAD>
18828 <TITLE>Message Important Status Explained</TITLE>
18829 </HEAD>
18830 <BODY>
18831 <H1>Message Important Status Explained</H1>
18833 This part of the Pattern may have one of three possible values.
18834 The default value is &quot;Don't care&quot;, which matches any message.
18835 The other two values are &quot;Yes&quot;, which means the message must be
18836 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
18837 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
18838 to be a match.
18840 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18841 for more information on Patterns.
18843 Look <A HREF="h_edit_nav_cmds">here</A>
18844 to see the available Editing and Navigation commands.
18846 &lt;End of help on this topic&gt;
18847 </BODY>
18848 </HTML>
18849 ======= h_config_role_stat_new =======
18850 <HTML>
18851 <HEAD>
18852 <TITLE>Message New Status Explained</TITLE>
18853 </HEAD>
18854 <BODY>
18855 <H1>Message New Status Explained</H1>
18857 This part of the Pattern may have one of three possible values.
18858 The default value is &quot;Don't care&quot;, which matches any message.
18859 The other two values are &quot;Yes&quot;, which means the message must be
18860 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
18861 means the message must <EM>not</EM> be &quot;New&quot; in order
18862 to be a match.
18863 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
18864 same as <EM>Seen</EM>.
18866 The nomenclature for New and Recent is a bit confusing:
18868 New means that the message is Unseen.
18869 It could have been in your mailbox for a long time but if you haven't looked
18870 at it, it is still considered New.
18871 That matches the default Alpine index display that shows an N for such a
18872 message.
18874 Recent means that the message was added to this folder since the last time
18875 you opened the folder.
18876 Alpine also shows an N by default for these types of messages.
18877 If you were to run two copies of Alpine that opened a folder one right after
18878 the other, a message would only show up as Recent in (at most) the first
18879 Alpine session.
18881 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18882 for more information on Patterns.
18884 Look <A HREF="h_edit_nav_cmds">here</A>
18885 to see the available Editing and Navigation commands.
18887 &lt;End of help on this topic&gt;
18888 </BODY>
18889 </HTML>
18890 ======= h_config_role_stat_recent =======
18891 <HTML>
18892 <HEAD>
18893 <TITLE>Message Recent Status Explained</TITLE>
18894 </HEAD>
18895 <BODY>
18896 <H1>Message Recent Status Explained</H1>
18898 This part of the Pattern may have one of three possible values.
18899 The default value is &quot;Don't care&quot;, which matches any message.
18900 The other two values are &quot;Yes&quot;, which means the message must be
18901 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
18902 means the message must <EM>not</EM> be &quot;Recent&quot; in order
18903 to be a match.
18904 &quot;Recent&quot; means that the message was added to the folder since
18905 the last time the folder was opened.
18906 If more than one mail client has the folder opened, the message will
18907 appear to be &quot;Recent&quot; to only one of the clients.
18909 The nomenclature for New and Recent is a bit confusing:
18911 New means that the message is Unseen.
18912 It could have been in your mailbox for a long time but if you haven't looked
18913 at it, it is still considered New.
18914 That matches the default Alpine index display that shows an N for such a
18915 message.
18917 Recent means that the message was added to this folder since the last time
18918 you opened the folder.
18919 Alpine also shows an N by default for these types of messages.
18920 If you were to run two copies of Alpine that opened a folder one right after
18921 the other, a message would only show up as Recent in (at most) the first
18922 Alpine session.
18924 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18925 for more information on Patterns.
18927 Look <A HREF="h_edit_nav_cmds">here</A>
18928 to see the available Editing and Navigation commands.
18930 &lt;End of help on this topic&gt;
18931 </BODY>
18932 </HTML>
18933 ======= h_config_role_stat_del =======
18934 <HTML>
18935 <HEAD>
18936 <TITLE>Message Deleted Status Explained</TITLE>
18937 </HEAD>
18938 <BODY>
18939 <H1>Message Deleted Status Explained</H1>
18941 This part of the Pattern may have one of three possible values.
18942 The default value is &quot;Don't care&quot;, which matches any message.
18943 The other two values are &quot;Yes&quot;, which means the message must be
18944 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
18945 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
18946 to be a match.
18948 If you are thinking of using this part of the Pattern as a way to prevent
18949 messages from being filtered more than once in a Filter Pattern,
18950 take a look at the Filter Option
18951 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
18952 instead.
18953 It should work better than using this field since it will hide the filtered
18954 messages even if they are already Deleted.
18955 That option is at the bottom of the Filter configuration screen.
18957 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18958 for more information on Patterns.
18960 Look <A HREF="h_edit_nav_cmds">here</A>
18961 to see the available Editing and Navigation commands.
18963 &lt;End of help on this topic&gt;
18964 </BODY>
18965 </HTML>
18966 ======= h_config_role_stat_ans =======
18967 <HTML>
18968 <HEAD>
18969 <TITLE>Message Answered Status Explained</TITLE>
18970 </HEAD>
18971 <BODY>
18972 <H1>Message Answered Status Explained</H1>
18974 This part of the Pattern may have one of three possible values.
18975 The default value is &quot;Don't care&quot;, which matches any message.
18976 The other two values are &quot;Yes&quot;, which means the message must be
18977 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
18978 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
18979 to be a match.
18981 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18982 for more information on Patterns.
18984 Look <A HREF="h_edit_nav_cmds">here</A>
18985 to see the available Editing and Navigation commands.
18987 &lt;End of help on this topic&gt;
18988 </BODY>
18989 </HTML>
18990 ======= h_config_role_abookfrom =======
18991 <HTML>
18992 <HEAD>
18993 <TITLE>Address in Address Book Explained</TITLE>
18994 </HEAD>
18995 <BODY>
18996 <H1>Address in Address Book Explained</H1>
18998 This option gives you a way to match messages that contain an address
18999 that is in one of your address books.
19000 Only the simple entries in your address books are searched.
19001 Address book distribution lists are ignored!
19003 This part of the Pattern may have one of five possible values.
19004 The default value is &quot;Don't care&quot;, which matches any message.
19005 The value &quot;Yes, in any address book&quot; means at least one of the addresses
19006 from the message must be in at least one of your
19007 address books in order to be a match.
19008 The value &quot;No, not in any address book&quot;
19009 means none of the addresses may
19010 be in any of your address books in order to be a match.
19012 The values &quot;Yes, in specific address books&quot; and
19013 &quot;No, not in any of specific address books&quot; are similar but instead
19014 of depending on all address books you are allowed to give a list of address
19015 books to look in.
19016 Usually this would be a single address book but it may be a
19017 list of address books as well.
19018 For each of these &quot;specific&quot; address book options you Select which
19019 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
19020 name (or list of names) of the address book in the
19021 &quot;Abook List&quot; field.
19022 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
19023 The easiest way to fill in the Abook List field it to use
19024 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
19025 line is highlighted.
19026 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
19027 option is set to one of the two &quot;Specific&quot;, values.
19029 The addresses from the message that are checked for are determined by the
19030 setting you have for &quot;Types of addresses to check for in address book&quot;.
19031 If you set this to &quot;From&quot; the From address from the message will
19032 be looked up in the address book.
19033 If you set it to &quot;To&quot; instead then the To addresses will be used.
19034 If any of the To addresses are in the address book then it is considered
19035 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
19036 You could set it to both From and To, in which case all of the From and To
19037 addresses are used.
19038 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
19039 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
19040 exists or the From address if there is no Reply-To address.
19041 Same for the Sender address.
19043 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19044 for more information on Patterns.
19046 Look <A HREF="h_edit_nav_cmds">here</A>
19047 to see the available Editing and Navigation commands.
19049 &lt;End of help on this topic&gt;
19050 </BODY>
19051 </HTML>
19052 ======= h_config_inabook_from =======
19053 <HTML>
19054 <HEAD>
19055 <TITLE>From</TITLE>
19056 </HEAD>
19057 <BODY>
19058 <H1>From</H1>
19060 Setting the From line will cause the address from the From header line
19061 of the message to be checked for in the address book.
19063 &lt;End of help on this topic&gt;
19064 </BODY>
19065 </HTML>
19066 ======= h_config_inabook_replyto =======
19067 <HTML>
19068 <HEAD>
19069 <TITLE>Reply-To</TITLE>
19070 </HEAD>
19071 <BODY>
19072 <H1>Reply-To</H1>
19074 Setting the Reply-To line will cause the address from the Reply-To header line
19075 of the message to be checked for in the address book.
19076 However, if there is no Reply-To header line in the message the From header
19077 line will be used instead.
19078 We understand this is dumb but we don't have an easy way around it.
19080 &lt;End of help on this topic&gt;
19081 </BODY>
19082 </HTML>
19083 ======= h_config_inabook_sender =======
19084 <HTML>
19085 <HEAD>
19086 <TITLE>Sender</TITLE>
19087 </HEAD>
19088 <BODY>
19089 <H1>Sender</H1>
19091 Setting the Sender line will cause the address from the Sender header line
19092 of the message to be checked for in the address book.
19093 However, if there is no Sender header line in the message the From header
19094 line will be used instead.
19095 We understand this is dumb but we don't have an easy way around it.
19097 &lt;End of help on this topic&gt;
19098 </BODY>
19099 </HTML>
19100 ======= h_config_inabook_to =======
19101 <HTML>
19102 <HEAD>
19103 <TITLE>To</TITLE>
19104 </HEAD>
19105 <BODY>
19106 <H1>To</H1>
19108 Setting the To line will cause the address from the To header line
19109 of the message to be checked for in the address book.
19111 &lt;End of help on this topic&gt;
19112 </BODY>
19113 </HTML>
19114 ======= h_config_inabook_cc =======
19115 <HTML>
19116 <HEAD>
19117 <TITLE>CC</TITLE>
19118 </HEAD>
19119 <BODY>
19120 <H1>CC</H1>
19122 Setting the CC line will cause the address from the CC header line
19123 of the message to be checked for in the address book.
19125 &lt;End of help on this topic&gt;
19126 </BODY>
19127 </HTML>
19128 ======= h_config_role_stat_8bitsubj =======
19129 <HTML>
19130 <HEAD>
19131 <TITLE>Raw 8-bit in Subject Explained</TITLE>
19132 </HEAD>
19133 <BODY>
19134 <H1>Raw 8-bit in Subject Explained</H1>
19136 It seems that lots of unwanted email contains unencoded 8-bit characters
19137 in the Subject.
19138 Normally, characters with the 8th bit set are not allowed in the Subject
19139 header unless they are MIME-encoded.
19140 This option gives you a way to match messages that have Subjects that
19141 contain unencoded 8-bit characters.
19143 This part of the Pattern may have one of three possible values.
19144 The default value is &quot;Don't care&quot;, which matches any message.
19145 The other two values are &quot;Yes&quot;, which means the Subject of
19146 the message must contain unencoded 8-bit characters (characters with the
19147 most significant bit set)
19148 in order to be a match; or &quot;No&quot;, which
19149 means the Subject must <EM>not</EM>
19150 contain unencoded 8-bit characters in order to be a match.
19152 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19153 for more information on Patterns.
19155 Look <A HREF="h_edit_nav_cmds">here</A>
19156 to see the available Editing and Navigation commands.
19158 &lt;End of help on this topic&gt;
19159 </BODY>
19160 </HTML>
19161 ======= h_config_role_bom =======
19162 <HTML>
19163 <HEAD>
19164 <TITLE>Beginning of Month</TITLE>
19165 </HEAD>
19166 <BODY>
19167 <H1>Beginning of Month</H1>
19169 This option gives you a limited ability to take different actions depending on whether
19170 this is the first time Alpine has been run this month or not.
19171 Though it would be nice to have such an option available, this is not the
19172 same as whether or not this is the first time a particular folder has been
19173 opened this month.
19174 If you want some action (probably Filtering) to take place in a folder each
19175 month, then you will need to be sure that the folder is opened during the
19176 first Alpine session of the month in order for this option to be helpful.
19178 This part of the Pattern may have one of three possible values.
19179 The default value is &quot;Don't care&quot;, which matches any message.
19180 The other two values are &quot;Yes&quot;, which means this is the first
19181 time Alpine has been run this month;
19182 or &quot;No&quot;, which
19183 means this is not the first time Alpine has been run this month.
19185 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19186 for more information on Patterns.
19188 Here are some technical details.
19189 The way that Alpine decides if it is the beginning of the month or not is
19190 to compare today's date with the date stored in the
19191 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
19192 variable in the config file.
19193 If the month of today's date is later than the month stored in the variable,
19194 then this is considered to be the first time you have run Alpine this month, and
19195 that turns the Beginning of the Month option on.
19197 Look <A HREF="h_edit_nav_cmds">here</A>
19198 to see the available Editing and Navigation commands.
19200 &lt;End of help on this topic&gt;
19201 </BODY>
19202 </HTML>
19203 ======= h_config_role_boy =======
19204 <HTML>
19205 <HEAD>
19206 <TITLE>Beginning of Year</TITLE>
19207 </HEAD>
19208 <BODY>
19209 <H1>Beginning of Year</H1>
19211 This option gives you a limited ability to take different actions depending on whether
19212 this is the first time Alpine has been run this year or not.
19213 Though it would be nice to have such an option available, this is not the
19214 same as whether or not this is the first time a particular folder has been
19215 opened this year.
19216 If you want some action (probably Filtering) to take place in a folder each
19217 year, then you will need to be sure that the folder is opened during the
19218 first Alpine session of the year in order for this option to be helpful.
19220 This part of the Pattern may have one of three possible values.
19221 The default value is &quot;Don't care&quot;, which matches any message.
19222 The other two values are &quot;Yes&quot;, which means this is the first
19223 time Alpine has been run this year;
19224 or &quot;No&quot;, which
19225 means this is not the first time Alpine has been run this year.
19227 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19228 for more information on Patterns.
19230 Here are some technical details.
19231 The way that Alpine decides if it is the beginning of the year or not is
19232 to compare today's date with the date stored in the
19233 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
19234 variable in the config file.
19235 If the year of today's date is later than the year stored in the variable,
19236 then this is considered to be the first time you have run Alpine this year, and
19237 that turns the Beginning of the Year option on.
19239 Look <A HREF="h_edit_nav_cmds">here</A>
19240 to see the available Editing and Navigation commands.
19242 &lt;End of help on this topic&gt;
19243 </BODY>
19244 </HTML>
19245 ======= h_config_role_inick =======
19246 <HTML>
19247 <HEAD>
19248 <TITLE>Initialize Values From Role Explained</TITLE>
19249 </HEAD>
19250 <BODY>
19251 <H1>Initialize Values From Role Explained</H1>
19253 This is a power user feature.
19254 You will usually want to leave this field empty.
19255 The value of this field is the nickname of another one of your roles.
19256 The Action values from that other role
19257 are used as the initial values of the Action items for this role.
19258 If you put something in any of the action fields for this role, that will
19259 override whatever was in the corresponding field of the initializer role.
19261 You might use this field if the &quot;Action&quot; part of one of your roles
19262 is something you want to use in more than one role.
19263 Instead of filling in those action values again for each role, you
19264 may give the nickname of the role where the values are filled in.
19265 It's just a shortcut way to define Role Actions.
19267 Here's an example to help explain how this works.
19268 Suppose you have a role with nickname &quot;role1&quot; and role1 has
19269 (among other things)
19271 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
19273 set.
19274 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
19275 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
19276 from role1 by default (and any of the other inheritable action values
19277 that are set).
19278 So if role2 had
19280 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
19282 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
19283 However, if role2 had
19285 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
19287 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
19289 If you wish,
19290 you may choose a nickname from your list of roles by using the
19291 &quot;T&quot; command.
19292 If the role you are using to initialize also has a role it initializes from,
19293 then that initialization happens first.
19294 That is, inheritance works as expected with the grandparent and
19295 great-grandparent (and so on) roles having the expected effect.
19297 Look <A HREF="h_edit_nav_cmds">here</A>
19298 to see the available Editing and Navigation commands.
19300 &lt;End of help on this topic&gt;
19301 </BODY>
19302 </HTML>
19303 ======= h_config_role_setfrom =======
19304 <HTML>
19305 <HEAD>
19306 <TITLE>Set From Explained</TITLE>
19307 </HEAD>
19308 <BODY>
19309 <H1>Set From Explained</H1>
19311 This describes part of the action to be taken if the Pattern for this
19312 role is a match.
19313 This field consists of a single address that will be used as the From
19314 address on the message you are sending.
19315 This should be a fully-qualified address like
19317 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
19319 or just
19321 <CENTER><SAMP>user@domain</SAMP></CENTER>
19323 If you wish,
19324 you may choose an address from your address book with the
19325 &quot;T&quot; command.
19327 If this is left blank, then your normal From address will be used.
19329 You may also find it useful to add the changed From address to the
19330 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
19331 configuration option.
19333 Look <A HREF="h_edit_nav_cmds">here</A>
19334 to see the available Editing and Navigation commands.
19336 &lt;End of help on this topic&gt;
19337 </BODY>
19338 </HTML>
19339 ======= h_config_role_setreplyto =======
19340 <HTML>
19341 <HEAD>
19342 <TITLE>Set Reply-To Explained</TITLE>
19343 </HEAD>
19344 <BODY>
19345 <H1>Set Reply-To Explained</H1>
19347 This describes part of the action to be taken if the Pattern for this
19348 role is a match.
19349 This field consists of a single address that will be used as the Reply-To
19350 address on the message you are sending.
19351 This may be a fully-qualified address like
19353 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
19355 or just
19357 <CENTER><SAMP>user@domain</SAMP></CENTER>
19359 If you wish,
19360 you may choose an address from your address book with the
19361 &quot;T&quot; command.
19363 If this is left blank, then there won't be a Reply-To address unless
19364 you have configured one specially with the
19365 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
19366 configuration option.
19368 Look <A HREF="h_edit_nav_cmds">here</A>
19369 to see the available Editing and Navigation commands.
19371 &lt;End of help on this topic&gt;
19372 </BODY>
19373 </HTML>
19374 ======= h_config_role_setfcc =======
19375 <HTML>
19376 <HEAD>
19377 <TITLE>Set Fcc Explained</TITLE>
19378 </HEAD>
19379 <BODY>
19380 <H1>Set Fcc Explained</H1>
19382 This describes part of the action to be taken if the Pattern for this
19383 role is a match.
19384 This field consists of a single folder name that will be used in
19385 the Fcc field of the message you are sending.
19386 You may put anything here that you would normally type into the Fcc
19387 field from the composer.
19389 In addition, an fcc of &quot;&quot; (two double quotation marks) means
19390 no Fcc.
19392 A blank field here means that Alpine will use its normal rules for deciding
19393 the default value of the Fcc field.
19394 For many roles, perhaps most, it may make more sense for you to use the
19395 other Alpine facilities for setting the Fcc.
19396 In particular, if you want the Fcc to depend on who you are sending the
19397 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
19398 is probably more useful.
19399 In that case, you would want to leave the Fcc field here blank.
19400 However, if you have a role that depends on who the message you are replying
19401 to was From, or what address that message was sent to;
19402 then it might make sense to set the Fcc for that role here.
19404 If you wish,
19405 you may choose a folder from your folder collections by using the
19406 &quot;T&quot; command.
19408 Look <A HREF="h_edit_nav_cmds">here</A>
19409 to see the available Editing and Navigation commands.
19411 &lt;End of help on this topic&gt;
19412 </BODY>
19413 </HTML>
19414 ======= h_config_role_usesmtp =======
19415 <HTML>
19416 <HEAD>
19417 <TITLE>Use SMTP Server Explained</TITLE>
19418 </HEAD>
19419 <BODY>
19420 <H1>Use SMTP Server Explained</H1>
19422 This describes part of the action to be taken if the Pattern for this
19423 role is a match.
19424 If this field has a value, then it will be used as the SMTP server
19425 to send mail when this role is being used (unless the SMTP server variable
19426 is set in the system-wide fixed configuration file).
19427 It has the same semantics as the
19428 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
19429 variable in the Setup/Config screen.
19431 If you are using this to post from home when you are at home and from
19432 work when you are at work you need to be careful about postponing messages.
19433 When you postpone a composition that was using a role with this variable
19434 set, the SMTP server list will be saved
19435 with the postponed composition.
19436 It cannot be changed later.
19437 Because of this, you may want to make this a list of SMTP servers
19438 with the preferred server at the front of the list and alternate servers
19439 later in the list.
19440 In your &quot;Home&quot; role you would put the home SMTP server first and
19441 the work SMTP server last.
19442 In your &quot;Work&quot; role you would put the work SMTP server first and
19443 the home SMTP server last.
19444 Then if you start a composition as &quot;Work&quot;, postpone
19445 it, and then later resume it from home the work SMTP server will fail but
19446 the home SMTP server later in the list will succeed.
19448 You may be able to simplify things by making the regular
19449 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
19450 variable in the Setup/Config screen a list instead of using roles
19451 to set the SMTP server.
19454 Look <A HREF="h_edit_nav_cmds">here</A>
19455 to see the available Editing and Navigation commands.
19457 &lt;End of help on this topic&gt;
19458 </BODY>
19459 </HTML>
19460 ======= h_config_role_usenntp =======
19461 <HTML>
19462 <HEAD>
19463 <TITLE>Use NNTP Server Explained</TITLE>
19464 </HEAD>
19465 <BODY>
19466 <H1>Use NNTP Server Explained</H1>
19468 This describes part of the action to be taken if the Pattern for this
19469 role is a match.
19470 If this field has a value, then it will be used as the NNTP server
19471 to post to newsgroups when this role is being used (unless the NNTP server
19472 variable
19473 is set in the system-wide fixed configuration file).
19474 It has the same semantics as the
19475 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
19476 variable in the Setup/Config screen.
19478 This role setting can facilitate posting to the right nntp server for someone
19479 who reads news from various news sources.  The feature
19480 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
19481 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
19482 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
19483 nntp servers for roles may be more desirable for some people.
19485 If you are using this to post from home when you are at home and from
19486 work when you are at work you need to be careful about postponing messages.
19487 When you postpone a composition that was using a role with this variable
19488 set, the NNTP server list will be saved
19489 with the postponed composition.
19490 It cannot be changed later.
19491 Because of this, you may want to make this a list of NNTP servers
19492 with the preferred server at the front of the list and alternate servers
19493 later in the list.
19494 In your &quot;Home&quot; role you would put the home NNTP server first and
19495 the work NNTP server last.
19496 In your &quot;Work&quot; role you would put the work NNTP server first and
19497 the home NNTP server last.
19498 Then if you start a composition as &quot;Work&quot;, postpone
19499 it, and then later resume it from home the work NNTP server will fail but
19500 the home NNTP server later in the list will succeed.
19502 You may be able to simplify things by making the regular
19503 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
19504 variable in the Setup/Config screen a list instead of using roles
19505 to set the NNTP server.
19508 Look <A HREF="h_edit_nav_cmds">here</A>
19509 to see the available Editing and Navigation commands.
19511 &lt;End of help on this topic&gt;
19512 </BODY>
19513 </HTML>
19514 ======= h_config_role_setotherhdr =======
19515 <HTML>
19516 <HEAD>
19517 <TITLE>Set Other Headers Explained</TITLE>
19518 </HEAD>
19519 <BODY>
19520 <H1>Set Other Headers Explained</H1>
19522 This describes part of the action to be taken if the Pattern for this
19523 role is a match.
19524 This field gives you a way to set values for headers besides
19525 &quot;From&quot; and &quot;Reply-To&quot;.
19526 If you want to set either of those, use the specific
19527 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
19529 This field is similar to the
19530 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
19531 Each header you specify here must include the header tag 
19532 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
19533 and may optionally include a value for that header.
19534 In order to see these headers when you compose using this role you 
19535 must use the rich header
19536 <!--chtml if pinemode="function_key"-->(F5)
19537 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
19538 Here's an example that shows how you might set the To address.
19540 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
19542 Headers set in this way are different from headers set with the
19543 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
19544 will replace any value that already exists.
19545 For example, if you are Replying to a message there will already be at
19546 least one address in the To header (the address you are Replying to).
19547 However, if you Reply using a role that sets the To header, that role's
19548 To header value will be used instead.
19550 Limitation: Because commas are used to separate the list of
19551 Other Headers, it is not possible to have the value of a
19552 header contain a comma;
19553 nor is there currently an &quot;escape&quot; mechanism provided
19554 to make this work.
19556 Look <A HREF="h_edit_nav_cmds">here</A>
19557 to see the available Editing and Navigation commands.
19559 &lt;End of help on this topic&gt;
19560 </BODY>
19561 </HTML>
19562 ======= h_config_role_setlitsig =======
19563 <HTML>
19564 <HEAD>
19565 <TITLE>Set Literal Signature Explained</TITLE>
19566 </HEAD>
19567 <BODY>
19568 <H1>Set Literal Signature Explained</H1>
19570 This describes part of the action to be taken if the Pattern for this
19571 role is a match.
19572 This field contains the actual text for your signature, as opposed to
19573 the name of a file containing your signature.
19574 If this is defined it takes precedence over any value set in the
19575 &quot;Set Signature&quot; field.
19577 This is simply a different way to store the signature.
19578 The signature is stored inside your Alpine configuration file instead of in
19579 a separate file.
19580 Tokens work the same way they do with
19581 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
19582 help text there for more information.
19585 The two character sequence &#92;n (backslash followed by
19586 the character n) will be used to signify a line-break in your signature.
19587 You don't have to enter the &#92;n, but it will be visible in the
19588 CHANGE THIS ROLE RULE window after you are done editing the signature.
19590 Look <A HREF="h_edit_nav_cmds">here</A>
19591 to see the available Editing and Navigation commands.
19593 &lt;End of help on this topic&gt;
19594 </BODY>
19595 </HTML>
19596 ======= h_config_role_setsig =======
19597 <HTML>
19598 <HEAD>
19599 <TITLE>Set Signature Explained</TITLE>
19600 </HEAD>
19601 <BODY>
19602 <H1>Set Signature Explained</H1>
19604 This describes part of the action to be taken if the Pattern for this
19605 role is a match.
19607 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
19608 option from Setup/Config
19609 or the &quot;Set LiteralSig&quot; option for this role are defined,
19610 then this option will be ignored.
19611 You can tell that that is the case because the value of this
19612 option will show up as
19614 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
19616 You may either use all Literal Signatures (signatures stored in your
19617 configuration file) throughout Alpine, or all signature files.
19618 You can't mix the two.
19620 This field consists of a filename that will be used as the signature
19621 file when using this role.
19623 If the filename is followed by a vertical bar (|) then instead
19624 of reading the contents of the file the file is assumed to be a
19625 program that will produce the text to be used on its standard output.
19626 The program can't have any arguments and doesn't receive any input from Alpine,
19627 but the rest of the processing works as if the contents came from a file.
19629 Instead of storing the data in a local file, the
19630 signature data may be stored remotely in an IMAP folder.
19631 In order to do this, 
19632 you must use a remote name for the signature.
19633 A remote signature name might look like:
19635 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
19638 The syntax used here is the same as the syntax used for a remote
19639 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
19640 Note that you may not access an existing signature file remotely,
19641 you have to create a new <EM>folder</EM> that contains the signature data.
19642 If the name you use here for the signature data is a remote name, then when
19643 you edit the file using the &quot;F&quot; command the data will
19644 be saved remotely in the folder.
19645 You aren't required to do anything special to create the folder, it
19646 gets created if you use a remote name.
19649 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
19650 the name of the file) you have specified.
19651 If you type &quot;T&quot; you may use a browser to choose an existing filename.
19653 Besides containing regular text, a signature file may also
19654 contain (or a signature program may produce) tokens that are replaced with text
19655 that depends on the message you are replying to or forwarding.
19656 The tokens all look like _word_ (a word surrounded by underscores).
19657 For example, if the token
19659 <CENTER><SAMP>_DATE_</SAMP></CENTER>
19661 is included in the text of the signature file, then when you reply to
19662 or forward a message, the token will be replaced with the actual date
19663 the message you are replying to or forwarding was sent.
19665 If you use a role that has a signature file for a plain composition
19666 (that is, not a reply or forward) then there is no original message, so
19667 any tokens that depend on the message will be replaced with nothing.
19668 So if you want a signature file to be useful for new compositions it
19669 shouldn't include any of the tokens that depend on the message being
19670 replied to or forwarded.
19672 The list of available tokens is
19673 <A HREF="h_index_tokens">here</A>.
19675 Actually, for the adventurous, there is a way to conditionally include text based
19676 on whether or not a token would result in specific replacement text.
19677 For example, you could include some text based on whether or not
19678 the _NEWS_ token would result in any newsgroups if it was used.
19679 It's explained in detail
19680 <A HREF="h_reply_token_conditionals">here</A>.
19682 In the very unlikely event that you want to include a literal token in
19683 a signature file, you must precede it with a backslash character.
19684 For example, to include the literal text _DATE_ you must actually use
19685 &#92;_DATE_.
19686 It is not possible to have a literal backslash followed by an expanded token.
19688 A blank field here means that Alpine will use its normal rules for deciding
19689 which file (if any) to use for the signature file.
19691 An alternate method for storing the signature is available in
19692 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
19694 Look <A HREF="h_edit_nav_cmds">here</A>
19695 to see the available Editing and Navigation commands.
19697 &lt;End of help on this topic&gt;
19698 </BODY>
19699 </HTML>
19700 ======= h_config_role_settempl =======
19701 <HTML>
19702 <HEAD>
19703 <TITLE>Set Template Explained</TITLE>
19704 </HEAD>
19705 <BODY>
19706 <H1>Set Template Explained</H1>
19708 This describes part of the action to be taken if the Pattern for this
19709 role is a match.
19710 This field consists of a filename that will be used as the template
19711 file when using this role.
19712 The template file is a file that is included at the top of the message you
19713 are composing.
19715 If the filename is followed by a vertical bar (|) then instead
19716 of reading the contents of the file the file is assumed to be a
19717 program that will produce the text to be used on its standard output.
19718 The program can't have any arguments and doesn't receive any input from Alpine,
19719 but the rest of the processing works as if the contents came from a file.
19721 Instead of storing the data in a local file, the
19722 template may be stored remotely in an IMAP folder.
19723 In order to do this, 
19724 you must use a remote name for the template.
19725 A remote template name might look like:
19727 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
19730 The syntax used here is the same as the syntax used for a remote
19731 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
19732 Note that you may not access an existing template file remotely,
19733 you have to create a new <EM>folder</EM> that contains the template data.
19734 If the name you use here for the template is a remote name, then when
19735 you edit the file using the &quot;F&quot; command the data will
19736 be saved remotely in the folder.
19737 You aren't required to do anything special to create the folder, it
19738 gets created if you use a remote name.
19740 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
19741 the name of the file) you have specified.
19742 If you type &quot;T&quot; you may use a browser to choose an existing filename.
19744 Besides containing regular text, the template file may also
19745 contain (or a template file program may produce) tokens that are replaced with text
19746 that depends on the message you are replying to or forwarding.
19747 The tokens all look like _word_ (a word surrounded by underscores).
19748 For example, if the token
19750 <CENTER><SAMP>_DATE_</SAMP></CENTER>
19752 is included in the text of the template file, then when you reply to
19753 or forward a message, the token will be replaced with the actual date
19754 the message you are replying to or forwarding was sent.
19756 If you use a role that has a template file for a plain composition
19757 (that is, not a reply or forward) then there is no original message, so
19758 any tokens that depend on the message will be replaced with nothing.
19759 So if you want a template file to be useful for new compositions it
19760 shouldn't include any of the tokens that depend on the message being
19761 replied to or forwarded.
19763 The list of available tokens is
19764 <A HREF="h_index_tokens">here</A>.
19766 Actually, for the adventurous, there is a way to conditionally include text based
19767 on whether or not a token would result in specific replacement text.
19768 For example, you could include some text based on whether or not
19769 the _NEWS_ token would result in any newsgroups if it was used.
19770 It's explained in detail
19771 <A HREF="h_reply_token_conditionals">here</A>.
19773 In the very unlikely event that you want to include a literal token in
19774 a template file, you must precede it with a backslash character.
19775 For example, to include the literal text _DATE_ you must actually use
19776 &#92;_DATE_.
19777 It is not possible to have a literal backslash followed by an expanded token.
19779 A blank template field means that Alpine will not use a template file when
19780 this role is being used.
19782 Look <A HREF="h_edit_nav_cmds">here</A>
19783 to see the available Editing and Navigation commands.
19785 &lt;End of help on this topic&gt;
19786 </BODY>
19787 </HTML>
19788 ======= h_config_filt_stat_imp =======
19789 <HTML>
19790 <HEAD>
19791 <TITLE>Set Important Status Explained</TITLE>
19792 </HEAD>
19793 <BODY>
19794 <H1>Set Important Status Explained</H1>
19796 This describes part of the action to be taken if the Pattern for this
19797 filter is a match.
19798 If set to &quot;Don't change it&quot; then this does nothing.
19799 If set to &quot;Set this state&quot; then the Important flag is set
19800 for the matching message.
19801 If set to &quot;Clear this state&quot; then the Important flag is cleared
19802 for the matching message.
19803 The important flag usually causes an asterisk to show up in the MESSAGE
19804 INDEX.
19805 It may also be useful when selecting a set of messages
19806 with the Select command.
19808 Look <A HREF="h_edit_nav_cmds">here</A>
19809 to see the available Editing and Navigation commands.
19811 &lt;End of help on this topic&gt;
19812 </BODY>
19813 </HTML>
19814 ======= h_config_filt_stat_new =======
19815 <HTML>
19816 <HEAD>
19817 <TITLE>Set New Status Explained</TITLE>
19818 </HEAD>
19819 <BODY>
19820 <H1>Set New Status Explained</H1>
19822 This describes part of the action to be taken if the Pattern for this
19823 filter is a match.
19824 If set to &quot;Don't change it&quot; then this does nothing.
19825 If set to &quot;Set this state&quot; then the
19826 matching message is marked New.
19827 If set to &quot;Clear this state&quot; then the
19828 matching message is marked Seen.
19830 Look <A HREF="h_edit_nav_cmds">here</A>
19831 to see the available Editing and Navigation commands.
19833 &lt;End of help on this topic&gt;
19834 </BODY>
19835 </HTML>
19836 ======= h_config_filt_stat_ans =======
19837 <HTML>
19838 <HEAD>
19839 <TITLE>Set Answered Status Explained</TITLE>
19840 </HEAD>
19841 <BODY>
19842 <H1>Set Answered Status Explained</H1>
19844 This describes part of the action to be taken if the Pattern for this
19845 filter is a match.
19846 If set to &quot;Don't change it&quot; then this does nothing.
19847 If set to &quot;Set this state&quot; then the Answered flag is set
19848 for the matching message.
19849 If set to &quot;Clear this state&quot; then the Answered flag is cleared
19850 for the matching message.
19852 Look <A HREF="h_edit_nav_cmds">here</A>
19853 to see the available Editing and Navigation commands.
19855 &lt;End of help on this topic&gt;
19856 </BODY>
19857 </HTML>
19858 ======= h_config_filt_stat_del =======
19859 <HTML>
19860 <HEAD>
19861 <TITLE>Set Deleted Status Explained</TITLE>
19862 </HEAD>
19863 <BODY>
19864 <H1>Set Deleted Status Explained</H1>
19866 This describes part of the action to be taken if the Pattern for this
19867 filter is a match.
19868 If set to &quot;Don't change it&quot; then this does nothing.
19869 If set to &quot;Set this state&quot; then the
19870 matching message is marked Deleted.
19871 If set to &quot;Clear this state&quot; then the
19872 matching message is marked UnDeleted.
19874 You should not use this option unless you are prepared to have matching
19875 messages expunged from the folder permanently.
19876 For example, if you type the Expunge command, this filter is applied
19877 before the expunge, so matching messages will be marked Deleted and then
19878 will be permanently expunged from the folder.
19879 However, since the index isn't redrawn in between the time that the message
19880 is marked Deleted and the time that you are asked to expunge, the only
19881 indication that you are expunging the message comes in the number of messages
19882 being expunged.
19883 The same thing may happen when you close a folder.
19884 It is also possible that an expunge not initiated by you will
19885 delete matching messages.
19887 Look <A HREF="h_edit_nav_cmds">here</A>
19888 to see the available Editing and Navigation commands.
19890 &lt;End of help on this topic&gt;
19891 </BODY>
19892 </HTML>
19893 ======= h_config_role_scoreval =======
19894 <HTML>
19895 <HEAD>
19896 <TITLE>Score Value Explained</TITLE>
19897 </HEAD>
19898 <BODY>
19899 <H1>Score Value Explained</H1>
19901 A message's score is the sum of the Score Values from all of the Scoring rules
19902 with Patterns that match the message.
19903 The value you give here is the Score Value associated with this rule.
19904 A Score Value is an integer between -100 and 100, with the default
19905 value of zero.
19907 Alternatively, if the
19908 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
19909 field is defined
19910 (on the line right below the &quot;Score Value&quot; field)
19911 then the &quot;Score Value&quot; is ignored and
19912 the &quot;Score From Header&quot; field is used instead.
19914 Look <A HREF="h_edit_nav_cmds">here</A>
19915 to see the available Editing and Navigation commands.
19917 &lt;End of help on this topic&gt;
19918 </BODY>
19919 </HTML>
19920 ======= h_config_role_scorehdrtok =======
19921 <HTML>
19922 <HEAD>
19923 <TITLE>Score Value From Header Explained</TITLE>
19924 </HEAD>
19925 <BODY>
19926 <H1>Score Value From Header Explained</H1>
19928 This option provides a way to use a number that appears in the headers of your
19929 messages as the message's score, or as a component of that score.
19930 If this field is defined then it is used instead of the &quot;Score Value&quot;.
19931 The idea behind this option is that there may be a score embedded in the
19932 headers of messages that has already been calculated outside of Alpine.
19933 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
19934 somewhere in that header there is a score.
19936 The value for this option is the name of the header followed by parentheses
19937 with two arguments inside:
19939 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
19941 No space is allowed between the comma and the start of the field_separators.
19942 It would be interpreted as the first separator if it was there.
19943 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
19944 starts after that and goes to the second separator, and so on.
19945 It's easier to explain with examples.
19947 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
19949 In the above example the header that is used is the &quot;X-Spam&quot; header.
19950 The value of that header (the part after the colon and the space) is split
19951 into fields separated by spaces.
19953 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
19955 The second field is selected and converted to an integer. It only makes sense
19956 if Field2 really is an integer.
19958 Here's an example of a SpamAssassin header.
19959 The exact look of the header will vary, but if your incoming mail
19960 contains headers that look like the following
19962 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
19964 you might want to use the hits value as a score.
19965 Since the score is an integer value you can't make use of the decimal part of
19966 the number, but
19967 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
19968 and &quot;.&quot; as your separators.
19970 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
19972 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
19973 hits.
19974 The second field is &quot;10&quot; so the score value would be 10.
19976 Another example we've seen has headers that look like
19978 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
19980 Because there are two equals before the 7% the value
19982 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
19984 should capture the probability as the score.
19986 The Score From Header scoring value actually works just like the
19987 regular Score Value in that the rest of the pattern has to match before
19988 it is used and the scores from all the different scoring rules that
19989 match for a particular message are added together.
19990 When using the Score From Header method it may (or may not) make sense to
19991 use only a single scoring rule with a pattern that matches every message.
19993 Look <A HREF="h_edit_nav_cmds">here</A>
19994 to see the available Editing and Navigation commands.
19996 &lt;End of help on this topic&gt;
19997 </BODY>
19998 </HTML>
19999 ======= h_config_role_replyuse =======
20000 <HTML>
20001 <HEAD>
20002 <TITLE>Reply Use Explained</TITLE>
20003 </HEAD>
20004 <BODY>
20005 <H1>Reply Use Explained</H1>
20007 This option determines how this particular role will be used when Replying
20008 to a message.
20009 There are three possible values for this option.
20010 The value &quot;Never&quot;
20011 means that this role will not be a candidate for use when Replying.
20012 The role's Pattern will not be checked for a match, however the role will
20013 be available to be manually switched to if there is a confirmation prompt.
20016 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
20017 mean that you do want to consider this role when Replying.
20018 For either of these settings, the role's Pattern will be compared with
20019 the message being replied to.
20020 If there is a match then this role will either be used without confirmation
20021 or will be the default when confirmation is asked for, depending on
20022 which of the two options is selected.
20023 If confirmation is requested, you will also have a chance to
20024 manually change the role to any one of your other roles.
20027 You won't be prompted for confirmation if none of your role Patterns
20028 match the message being replied to.
20029 This is independent of the value of the current option.
20030 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
20031 feature may be used to change this behavior.
20033 &lt;End of help on this topic&gt;
20034 </BODY>
20035 </HTML>
20036 ======= h_config_role_forwarduse =======
20037 <HTML>
20038 <HEAD>
20039 <TITLE>Forward Use Explained</TITLE>
20040 </HEAD>
20041 <BODY>
20042 <H1>Forward Use Explained</H1>
20044 This option determines how this particular role will be used when Forwarding
20045 a message.
20046 There are three possible values for this option.
20047 The value &quot;Never&quot;
20048 means that this role will not be a candidate for use when Forwarding.
20049 The role's Pattern will not be checked for a match, however the role will
20050 be available to be manually switched to if there is a confirmation prompt.
20053 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
20054 mean that you do want to consider this role when Forwarding.
20055 For either of these settings, the role's Pattern will be compared with
20056 the message being forwarded.
20057 If there is a match then this role will either be used without confirmation
20058 or will be the default when confirmation is asked for, depending on
20059 which of the two options is selected.
20060 If confirmation is requested, you will also have a chance to
20061 manually change the role to any one of your other roles.
20064 You won't be prompted for confirmation if none of your role Patterns
20065 match the message being forwarded.
20066 This is independent of the value of the current option.
20067 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
20068 feature may be used to change this behavior.
20070 &lt;End of help on this topic&gt;
20071 </BODY>
20072 </HTML>
20073 ======= h_config_role_composeuse =======
20074 <HTML>
20075 <HEAD>
20076 <TITLE>Compose Use Explained</TITLE>
20077 </HEAD>
20078 <BODY>
20079 <H1>Compose Use Explained</H1>
20081 This option determines how this particular role will be used when Composing
20082 a new message using the &quot;Compose&quot; command.
20083 This does not affect what happens when using the &quot;Role&quot; command
20084 to compose a new message.
20085 The &quot;Role&quot; command allows you to select a role from all of the
20086 roles you have defined, regardless of what Uses you've assigned to those
20087 roles.
20090 There are three possible values for this option.
20091 The value &quot;Never&quot;
20092 means that this role will not be a candidate for use when Composing.
20093 The role's Current Folder Type will not be checked for a match, however the role
20094 will be available to be manually switched to if there is a confirmation prompt.
20097 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
20098 mean that you do want to consider this role when Composing.
20099 For either of these settings,
20100 the role's Current Folder Type will be checked (since there is no message
20101 to compare with, the rest of the Pattern is considered a match).
20102 If there is a match then this role will either be used without confirmation
20103 or will be the default when confirmation is asked for, depending on
20104 which of the two options is selected.
20105 If confirmation is requested, you will also have a chance to
20106 manually change the role to any one of your other roles.
20109 When using the Compose command the role checking is a little different
20110 because there is no message being replied to or forwarded.
20111 Because of this the Current Folder Type is checked but the header pattern
20112 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
20113 A role is considered to be a match if it is a candidate for Compose Use and
20114 its Current Folder Type matches the currently open folder.
20115 This could be useful if you want to set a role based on the folder you
20116 are reading, or the type of folder you are reading.
20119 You won't be prompted for confirmation if none of your role Patterns
20120 are a match.
20121 This is independent of the value of the current option.
20122 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
20123 feature may be used to change this behavior.
20125 &lt;End of help on this topic&gt;
20126 </BODY>
20127 </HTML>
20128 ======= h_config_filter_folder =======
20129 <HTML>
20130 <HEAD>
20131 <TITLE>Filter Folder Explained</TITLE>
20132 </HEAD>
20133 <BODY>
20134 <H1>Filter Folder Explained</H1>
20136 When the Filter Action is set to &quot;Move&quot;,
20137 the folder or folders specified here will be used to store messages matching
20138 the provided pattern.
20141 If you set the Filter Action to &quot;Move&quot; you must give a folder name
20142 here.
20145 If you wish,
20146 you may choose a folder from your folder collections by using the
20147 &quot;T&quot; command.
20149 Besides regular text, the folder name may also contain
20150 tokens that are replaced with text representing the current date
20151 when you run Alpine.
20152 For example, if the folder name you use is
20154 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
20156 that is replaced with something like
20158 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
20162 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
20164 becomes
20166 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
20168 The token names must be surrounded by underscores in order to be recognized
20169 as tokens.
20170 The tokens that may be used are those that are derived from the current date.
20171 They're listed near the bottom of the list of tokens give
20172 <A HREF="h_index_tokens">here</A>.
20174 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
20175 for more information on Patterns.
20177 Look <A HREF="h_edit_nav_cmds">here</A>
20178 to see the available Editing and Navigation commands.
20180 &lt;End of help on this topic&gt;
20181 </BODY>
20182 </HTML>
20183 ======= h_config_filter_kw_set =======
20184 <HTML>
20185 <HEAD>
20186 <TITLE>Set These Keywords Explained</TITLE>
20187 </HEAD>
20188 <BODY>
20189 <H1>Set These Keywords Explained</H1>
20191 This describes part of the action to be taken if the Pattern for this
20192 filter is a match.
20193 Read a little about keywords in the help text for the
20194 <A HREF="h_common_flag">Flag</A> command.
20195 This option is a list of keywords that will be Set when there is a match.
20196 If you wish, you may choose keywords from the list of keywords you have
20197 defined with the &quot;T&quot; command.
20198 You may add new keywords by defining them in the
20199 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
20200 If you have given a keyword a nickname when configuring it,
20201 that nickname may be used instead of the actual keyword.
20204 Look <A HREF="h_edit_nav_cmds">here</A>
20205 to see the available Editing and Navigation commands.
20207 &lt;End of help on this topic&gt;
20208 </BODY>
20209 </HTML>
20210 ======= h_config_filter_kw_clr =======
20211 <HTML>
20212 <HEAD>
20213 <TITLE>Clear These Keywords Explained</TITLE>
20214 </HEAD>
20215 <BODY>
20216 <H1>Clear These Keywords Explained</H1>
20218 This describes part of the action to be taken if the Pattern for this
20219 filter is a match.
20220 Read a little about keywords in the help text for the
20221 <A HREF="h_common_flag">Flag</A> command.
20222 This option is a list of keywords that will be Cleared when there is a match.
20223 If you wish, you may choose keywords from the list of keywords you have
20224 defined with the &quot;T&quot; command.
20225 You may add new keywords by defining them in the
20226 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
20227 If you have given a keyword a nickname when configuring it,
20228 that nickname may be used instead of the actual keyword.
20231 Look <A HREF="h_edit_nav_cmds">here</A>
20232 to see the available Editing and Navigation commands.
20234 &lt;End of help on this topic&gt;
20235 </BODY>
20236 </HTML>
20237 ======= h_index_tokens =======
20238 <HTML>
20239 <HEAD>
20240 <TITLE>Tokens for Index and Replying</TITLE>
20241 </HEAD>
20242 <BODY>
20244 This set of special tokens may be used in the
20245 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
20246 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
20247 in signature files,
20248 in template files used in
20249 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
20250 that is the target of a Filter Rule.
20251 Some of them aren't available in all situations.
20253 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
20254 option, but they must be surrounded by underscores for the
20255 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
20256 and in the target of Filter Rules.
20260 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
20262 <DL>
20263 <DT>SUBJECT</DT>
20264 <DD>
20265 This token represents the Subject the sender gave the message.
20266 Alternatives for use in the index screen are SHORTSUBJECT,
20267 SUBJKEY, SHORTSUBJKEY, SUBJKEYINIT, SHORTSUBJKEYINIT, SUBJECTTEXT, 
20268 SUBJKEYTEXT, and SUBJKEYINITTEXT.
20269 You may color the subject text in the MESSAGE INDEX screen differently by using the
20270 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
20271 <A HREF="h_config_index_opening_color">Index Opening Color</A>
20272 options available from
20273 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20274 </DD>
20276 <DT>FROM</DT>
20277 <DD>
20278 This token represents the personal name (or email address if the name
20279 is unavailable) of the person specified in the message's &quot;From:&quot;
20280 header field.
20281 You may color the from text in the MESSAGE INDEX screen differently by using the
20282 <A HREF="h_config_index_from_color">Index From Color</A>
20283 option available from
20284 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20285 </DD>
20287 <DT>ADDRESS</DT>
20288 <DD>
20289 This is similar to the &quot;FROM&quot; token, only it is always the
20290 email address, never the personal name.
20291 For example, &quot;mailbox@domain&quot;.
20292 </DD>
20294 <DT>MAILBOX</DT>
20295 <DD>
20296 This is the same as the &quot;ADDRESS&quot; except that the 
20297 domain part of the address is left off.
20298 For example, &quot;mailbox&quot;.
20299 </DD>
20301 <DT>SENDER</DT>
20302 <DD>
20303 This token represents the personal name (or email address) of the person
20304 listed in the message's &quot;Sender:&quot; header field.
20305 </DD>
20307 <DT>TO</DT>
20308 <DD>
20309 This token represents the personal names (or email addresses if the names
20310 are unavailable) of the persons specified in the
20311 message's &quot;To:&quot; header field.
20312 </DD>
20314 <DT>NEWSANDTO</DT>
20315 <DD>
20316 This token represents the newsgroups from the
20317 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
20318 the personal names (or email addresses if the names
20319 are unavailable) of the persons specified in the
20320 message's &quot;To:&quot; header field.
20321 </DD>
20323 <DT>TOANDNEWS</DT>
20324 <DD>
20325 Same as &quot;NEWSANDTO&quot; except in the opposite order.
20326 </DD>
20328 <DT>NEWS</DT>
20329 <DD>
20330 This token represents the newsgroups from the
20331 message's &quot;Newsgroups:&quot; header field.
20332 </DD>
20334 <DT>CC</DT>
20335 <DD>
20336 This token represents the personal names (or email addresses if the names
20337 are unavailable) of the persons specified in the
20338 message's &quot;Cc:&quot; header field.
20339 </DD>
20341 <DT>RECIPS</DT>
20342 <DD>
20343 This token represents the personal names (or email addresses if the names
20344 are unavailable) of the persons specified in both the
20345 message's &quot;To:&quot; header field and
20346 the message's &quot;Cc:&quot; header field.
20347 </DD>
20349 <DT>NEWSANDRECIPS</DT>
20350 <DD>
20351 This token represents the newsgroups from the
20352 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
20353 the personal names (or email addresses if the names
20354 are unavailable) of the persons specified in the
20355 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
20356 </DD>
20358 <DT>RECIPSANDNEWS</DT>
20359 <DD>
20360 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
20361 </DD>
20363 <DT>INIT</DT>
20364 <DD>
20365 This token represents the initials from the personal name
20366 of the person specified in the message's &quot;From:&quot;
20367 header field.
20368 If there is no personal name, it is blank.
20369 </DD>
20371 <DT>DATE</DT>
20372 <DD>
20373 This token represents the date on which the message was sent, according
20374 to the &quot;Date&quot; header field.
20375 It has the format MMM DD. For example, &quot;Oct 23&quot;.
20376 The feature
20377 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
20378 which adjusts for the timezone the message was sent from,
20379 may have an effect on the value of this token as well as the values of
20380 all of the other DATE or TIME tokens.
20381 Some of the DATE and TIME tokens are displayed in a locale-specific
20382 way unless the option
20383 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
20384 </DD>
20386 <DT>SMARTDATE</DT>
20387 <DD>
20388 This token represents the date on which the message was sent, according
20389 to the &quot;Date&quot; header field.
20390 It is &quot;Today&quot; if the message was sent today,
20391 &quot;Yesterday&quot; for yesterday,
20392 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
20393 message is from last year and is more than six months old it includes the year, as well.
20394 See the SMARTDATE alternatives below, as well.
20395 </DD>
20397 <DT>SMARTTIME</DT>
20398 <DD>
20399 This token represents the most relevant elements of the date on which
20400 the message was sent (according to the &quot;Date&quot; header field),
20401 in a compact form. If the message was sent today, only the time is used
20402 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
20403 the past week, the day of the week and the hour are used
20404 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
20405 given as date, month, and year (e.g. &quot;23Aug00&quot;,
20406 &quot;9Apr98&quot;).
20407 </DD>
20409 <DT>SMARTTIME24</DT>
20410 <DD>
20411 This token has the structure &quot;day hour:minute&quot;
20412 (e.g. &quot;Sun 19:03&quot;) for messages dated less than a week
20413 from the current date, or &quot;month day&quot; (e.g.
20414 &quot;Nov 23&quot;) for messages dated less than 6 months
20415 ago, or &quot;day/month/year&quot; (e.g &quot;06/Jan/16&quot;)
20416 for messages dated more than 6 months ago. It uses 9 characters
20417 of the width of the screen, and it left aligned.
20418 </DD>
20420 <DT>SMARTDATETIME</DT>
20421 <DD>
20422 This is a combination of SMARTDATE and SMARTTIME.
20423 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
20424 case it is SMARTTIME.
20425 See the SMARTDATETIME alternatives below, as well.
20426 </DD>
20428 <DT>DATEISO</DT>
20429 <DD>
20430 This token represents the date on which the message was sent, according
20431 to the &quot;Date&quot; header field.
20432 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
20433 </DD>
20435 <DT>SHORTDATEISO</DT>
20436 <DD>
20437 This token represents the date on which the message was sent, according
20438 to the &quot;Date&quot; header field.
20439 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
20440 </DD>
20442 <DT>SHORTDATE1</DT>
20443 <DD>
20444 This token represents the date on which the message was sent, according
20445 to the &quot;Date&quot; header field.
20446 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
20447 </DD>
20449 <DT>SHORTDATE2</DT>
20450 <DD>
20451 This token represents the date on which the message was sent, according
20452 to the &quot;Date&quot; header field.
20453 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
20454 </DD>
20456 <DT>SHORTDATE3</DT>
20457 <DD>
20458 This token represents the date on which the message was sent, according
20459 to the &quot;Date&quot; header field.
20460 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
20461 </DD>
20463 <DT>SHORTDATE4</DT>
20464 <DD>
20465 This token represents the date on which the message was sent, according
20466 to the &quot;Date&quot; header field.
20467 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
20468 </DD>
20470 <DT>LONGDATE</DT>
20471 <DD>
20472 This token represents the date on which the message was sent, according
20473 to the &quot;Date&quot; header field.
20474 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
20475 </DD>
20477 <DT>SMARTDATE alternatives</DT>
20478 <DD>
20479 There are several versions of SMARTDATE that are all the same except
20480 for the way they format dates far in the past.
20481 SMARTDATE formats the date using the information from your locale settings
20482 to format the date string. It may end up formatting dates so that they look
20483 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
20484 The feature
20485 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
20486 may have an effect on the values of these tokens.
20487 If you want more control you may use one of the following.
20488   <DL>
20489   <DT>SMARTDATE</DT> <DD>If the option
20490 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
20491 then this will be locale specific. Control this with the
20492 LC_TIME locale setting on a UNIX system. On Windows
20493 the Regional Options control panel may be used to set the Short date
20494 format. At the programming level, the strftime routine is what Alpine
20495 uses to print the date.
20496 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
20497 to SMARTDATES1.</DD>
20498   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
20499   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
20500   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
20501   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
20502   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
20503   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
20504   </DL>
20505 </DD>
20507 <DT>SMARTDATETIME alternatives</DT>
20508 <DD>
20509 There are several versions of SMARTDATETIME that are all very similar.
20510 The ones that end in 24 use a 24-hour clock for Today's messages instead
20511 of a 12-hour clock.
20512 The other variation is
20513 for the way they format dates far in the past.
20514 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
20515 to format the date string. It may end up formatting dates so that they look
20516 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
20517 The feature
20518 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
20519 may have an effect on the values of these tokens.
20520 The possible choices are:
20521   <DL>
20522   <DT>SMARTDATETIME</DT> <DD>If the option
20523 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
20524 then this will be locale specific. Control this with the
20525 LC_TIME locale setting on a UNIX system. On Windows
20526 the Regional Options control panel may be used to set the Short date
20527 format. At the programming level, the strftime routine is what Alpine
20528 uses to print the date.
20529 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
20530 to SMARTDATETIMES1.</DD>
20531   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
20532   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
20533   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
20534   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
20535   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
20536   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
20537   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
20538   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
20539   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
20540   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
20541   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
20542   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
20543   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
20544   </DL>
20545 </DD>
20547 <DT>DAYDATE</DT>
20548 <DD>
20549 This token represents the date on which the message was sent, according
20550 to the &quot;Date&quot; header field.
20551 It looks like &quot;Sat, 23 Oct 1998&quot;.
20552 This token is never converted in any locale-specific way.
20553 </DD>
20555 <DT>PREFDATE</DT>
20556 <DD>
20557 This token represents the date on which the message was sent, according
20558 to the &quot;Date&quot; header field.
20559 It is your operating system's idea of the preferred date representation for the current locale.
20560 Internally it uses the %x version of the date from the strftime routine.
20561 </DD>
20563 <DT>PREFTIME</DT>
20564 <DD>
20565 This token represents the time at which the message was sent, according
20566 to the &quot;Date&quot; header field.
20567 It is the preferred time representation for the current locale.
20568 Internally it uses the %X version of the time from the strftime routine.
20569 </DD>
20571 <DT>PREFDATETIME</DT>
20572 <DD>
20573 This token represents the date and time at which the message was sent, according
20574 to the &quot;Date&quot; header field.
20575 It is the preferred date and time representation for the current locale.
20576 Internally it uses the %c version of the time from the strftime routine.
20577 </DD>
20579 <DT>DAY</DT>
20580 <DD>
20581 This token represents the day of the month on which the message was sent,
20582 according to the &quot;Date&quot; header field.
20583 For example, &quot;23&quot; or &quot;9&quot;.
20584 </DD>
20586 <DT>DAY2DIGIT</DT>
20587 <DD>
20588 This token represents the day of the month on which the message was sent,
20589 according to the &quot;Date&quot; header field.
20590 For example, &quot;23&quot; or &quot;09&quot;.
20591 It is always 2 digits.
20592 </DD>
20594 <DT>DAYORDINAL</DT>
20595 <DD>
20596 This token represents the ordinal number that is the day of
20597 the month on which the message was sent,
20598 according to the &quot;Date&quot; header field.
20599 For example, &quot;23rd&quot; or &quot;9th&quot;.
20600 </DD>
20602 <DT>DAYOFWEEK</DT>
20603 <DD>
20604 This token represents the day of the week on which the message was sent,
20605 according to the &quot;Date&quot; header field.
20606 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
20607 </DD>
20609 <DT>DAYOFWEEKABBREV</DT>
20610 <DD>
20611 This token represents the day of the week on which the message was sent,
20612 according to the &quot;Date&quot; header field.
20613 For example, &quot;Sun&quot; or &quot;Wed&quot;.
20614 </DD>
20616 <DT>MONTHABBREV</DT>
20617 <DD>
20618 This token represents the month the message was sent, according
20619 to the &quot;Date&quot; header field.
20620 For example, &quot;Oct&quot;.
20621 </DD>
20623 <DT>MONTHLONG</DT>
20624 <DD>
20625 This token represents the month in which the message was sent, according
20626 to the &quot;Date&quot; header field.
20627 For example, &quot;October&quot;.
20628 </DD>
20630 <DT>MONTH</DT>
20631 <DD>
20632 This token represents the month in which the message was sent, according
20633 to the &quot;Date&quot; header field.
20634 For example, &quot;10&quot; or &quot;9&quot;.
20635 </DD>
20637 <DT>MONTH2DIGIT</DT>
20638 <DD>
20639 This token represents the month in which the message was sent, according
20640 to the &quot;Date&quot; header field.
20641 For example, &quot;10&quot; or &quot;09&quot;.
20642 It is always 2 digits.
20643 </DD>
20645 <DT>YEAR</DT>
20646 <DD>
20647 This token represents the year the message was sent, according
20648 to the &quot;Date&quot; header field.
20649 For example, &quot;1998&quot; or &quot;2001&quot;.
20650 </DD>
20652 <DT>YEAR2DIGIT</DT>
20653 <DD>
20654 This token represents the year the message was sent, according
20655 to the &quot;Date&quot; header field.
20656 For example, &quot;98&quot; or &quot;01&quot;.
20657 It is always 2 digits.
20658 </DD>
20660 <DT>TIME24</DT>
20661 <DD>
20662 This token represents the time at which the message was sent, according
20663 to the &quot;Date&quot; header field.
20664 There is no adjustment made for different time zones, so you'll get
20665 the time the message was sent according to the time zone the sender
20666 was in.
20667 It has the format HH:MM. For example, &quot;17:28&quot;.
20668 </DD>
20670 <DT>TIME12</DT>
20671 <DD>
20672 This token represents the time at which the message was sent, according
20673 to the &quot;Date&quot; header field.
20674 This time is for a 12 hour clock.
20675 It has the format HH:MMpm.
20676 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
20677 </DD>
20679 <DT>TIMEZONE</DT>
20680 <DD>
20681 This token represents the numeric timezone from
20682 the &quot;Date&quot; header field.
20683 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
20684 </DD>
20686 </DL>
20689 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
20691 <DL>
20692 <DT>MSGNO</DT>
20693 <DD>
20694 This token represents the message's current position in the folder that,
20695 of course, may change as the folder is sorted or new mail arrives.
20696 </DD>
20698 <DT>STATUS</DT>
20699 <DD>
20700 This token represents a three character wide field displaying various
20701 aspects of the message's state.
20702 The first character is either blank,
20703 a '*' for message marked Important, or a '+' indicating a message
20704 addressed directly to you (as opposed to your having received it via a
20705 mailing list, for example).
20706 When the feature
20707 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
20708 is set, if the first character would have been
20709 blank then it will instead be a '-' if the message is cc'd to you.
20710 The second character is typically blank,
20711 though the arrow cursor may occupy it if either the 
20712 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
20713 or the
20714 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
20715 is set (or you actually are on a slow link).
20716 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
20717 '<A HREF="h_flag_answered">A</A>' (Answered),
20718 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
20719 '<A HREF="h_flag_new">N</A>' (New), or blank.
20721 If you are using a threaded view of the index and this message is at the
20722 top of a collapsed portion of a thread,
20723 then this token refers to all of the messages in the collapsed portion of
20724 the thread instead of just the top message.
20725 The first character will be a '*' if <EM>any</EM> of the messages in the thread
20726 are marked Important, else a '+' if any of the messages are addressed
20727 to you, else a '-' if any of the messages are cc'd to you.
20728 The third character will be a 'D' if <EM>all</EM> of the messages
20729 in the collapsed thread are marked deleted,
20730 an 'A' if <EM>all</EM> of the messages
20731 in the collapsed thread are marked answered,
20732 it will be an 'N' if any of
20733 the messages are undeleted and unseen, and it will be blank otherwise.
20734 </DD>
20736 <DT>FULLSTATUS</DT>
20737 <DD>
20738 This token represents a less abbreviated alternative
20739 to the &quot;STATUS&quot; token.
20740 It is six characters wide.
20741 The first character is '+', '-', or blank, the
20742 second blank, the third either '*' or blank, the fourth
20743 '<A HREF="h_flag_new">N</A>' or blank,
20744 the fifth '<A HREF="h_flag_answered">A</A>'
20745 or blank, and the sixth character is
20746 either '<A HREF="h_flag_deleted">D</A>' or
20747 blank.
20749 If you are using a threaded view of the index and this message is at the
20750 top of a collapsed portion of a thread,
20751 then this token refers to all of the messages in the collapsed portion of
20752 the thread instead of just the top message.
20753 The first character is '+', '-', or blank depending on whether <EM>any</EM>
20754 of the messages in the collapsed thread are addressed to you or cc'd to you.
20755 The third character will be '*' if any of the messages are marked
20756 Important.
20757 The fourth character will be 'N' if all of the messages in the thread
20758 are New, else 'n' if some of the messages in the thread are New, else blank.
20759 The fifth character will be 'A' or 'a' or blank, and the sixth character
20760 will be 'D' or 'd' or blank.
20761 </DD>
20763 <DT>IMAPSTATUS</DT>
20764 <DD>
20765 This token represents an even less abbreviated alternative to the
20766 &quot;STATUS&quot; token.
20767 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
20768 an 'N' if the message is new to this folder since the last time
20769 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
20770 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
20771 new to the folder since it was last opened <EM>but</EM> has not been
20772 viewed, or a blank if the message has been in the folder since it was
20773 last opened and has been viewed.
20775 If you are using a threaded view of the index and this message is at the
20776 top of a collapsed portion of a thread,
20777 then the fourth character will be
20778 'N' if all of the messages in the thread are unseen and recent;
20779 else 'n' if some of the messages in the thread are unseen and recent;
20780 else 'U' if all of the messages in the thread are unseen and not recent;
20781 else 'u' if some of the messages in the thread are unseen and not recent;
20782 else 'R' if all of the messages in the thread are seen and recent;
20783 else 'r' if some of the messages in the thread are seen and recent;
20784 else blank.
20785 </DD>
20787 <DT>SHORTIMAPSTATUS</DT>
20788 <DD>
20789 This is the same as the last four of the six characters of IMAPSTATUS,
20790 so the '+' To Me information will be missing.
20791 </DD>
20793 <DT>SIZE</DT>
20794 <DD>
20795 This token represents the total size, in bytes, of the message.
20796 If a &quot;K&quot; (Kilobyte)
20797 follows the number, the size is approximately 1,000
20798 times that many bytes (rounded to the nearest 1,000).
20799 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20800 1,000,000 times that many bytes.
20801 Commas are not used in this field.
20802 This field is seven characters wide, including the enclosing parentheses.
20803 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
20804 The progression of sizes used looks like:
20807 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
20809 </DD>
20811 <DT>SIZECOMMA</DT>
20812 <DD>
20813 This token represents the total size, in bytes, of the message.
20814 If a &quot;K&quot; (Kilobyte)
20815 follows the number, the size is approximately 1,000
20816 times that many bytes (rounded to the nearest 1,000).
20817 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20818 1,000,000 times that many bytes.
20819 Commas are used if the number shown is 1,000 or greater.
20820 The SIZECOMMA field is one character wider than the SIZE field.
20821 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
20822 The progression of sizes used looks like:
20825 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
20827 </DD>
20829 <DT>KSIZE</DT>
20830 <DD>
20831 This token represents the total size of the message, expressed in
20832 kilobytes or megabytes, as most appropriate.
20833 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
20834 The progression of sizes used looks like:
20837 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
20839 </DD>
20841 <DT>SIZENARROW</DT>
20842 <DD>
20843 This token represents the total size, in bytes, of the message.
20844 If a &quot;K&quot; (Kilobyte)
20845 follows the number, the size is approximately 1,000
20846 times that many bytes.
20847 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20848 1,000,000 times that many bytes.
20849 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
20850 1,000,000,000 times that many bytes.
20851 This field uses only five characters of screen width, including the enclosing
20852 parentheses.
20853 The progression of sizes used looks like:
20856 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
20858 </DD>
20860 <DT>DESCRIPSIZE</DT>
20861 <DD>
20862 This token is intended to represent a more useful description of the
20863 message than just its size, but it isn't very useful at this point.
20864 The plus sign in this view means there are attachments.
20865 Note that including this token in
20866 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
20867 display a little while Alpine collects the necessary information.
20868 </DD>
20870 <DT>SHORTSUBJECT</DT> 
20871 <DD> This token is the same as SUBJECT, but removes 
20872 text between &quot;[&quot; and &quot;]&quot;. Typically text enclosed 
20873 between these characters corresponds to mailing list names, and may be 
20874 unnecessary or unwanted in some instances. 
20875 </DD>
20877 <DT>SUBJKEY</DT>
20878 <DD>
20879 This token is the same as the SUBJECT token unless keywords are set for
20880 the message.
20881 In that case, a list of keywords enclosed in braces will be prepended to
20882 the subject of the message.
20883 Only those keywords that you have defined in your
20884 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20885 in Setup/Config are considered in the list.
20886 In other words, keywords that have been set by some other means, perhaps
20887 by another email program, won't show up unless included in
20888 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20889 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
20890 prepended to the subject in the MESSAGE TEXT screen.
20891 If you have given a keyword a nickname
20892 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
20893 instead of the actual keyword.
20894 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
20895 option may be used to modify this token slightly.
20896 It is also possible to color keywords in the index using the
20897 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20898 </DD>
20900 <DT>SHORTSUBJKEY</DT>
20901 <DD> This token is the same as SUBJKEY, but it is based on
20902 SHORTSUBJECT, instead of in SUBJECT.
20903 </DD>
20905 <DT>SUBJKEYINIT</DT>
20906 <DD>
20907 This token is the same as the SUBJKEY token except that instead of
20908 prepending a list of keywords to the subject, a list of first initials
20909 of keywords will be prepended instead.
20910 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
20911 set (or Work and Now are the Alpine nicknames of keywords that are set)
20912 then the SUBJKEY token would cause a result like
20914 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
20916 whereas the SUBJKEYINIT token would give
20918 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
20920 Only those keywords that you have defined in your
20921 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20922 in Setup/Config are considered in the list.
20923 In other words, keywords that have been set by some other means, perhaps
20924 by another email program, won't show up unless included in
20925 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20926 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
20927 option may be used to modify this token slightly.
20928 It is also possible to color keywords in the index using the
20929 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20930 </DD>
20932 <DT>SHORTSUBJKEYINIT</DT>
20933 <DD> This token is the same as SUBJKEYINIT, but it is based on
20934 SHORTSUBJECT, instead of in SUBJECT.
20935 </DD>
20937 <DT>SUBJECTTEXT</DT>
20938 <DD>
20939 Same as SUBJECT but if there is room in the Subject field for more text,
20940 the opening part of the text of the message is displayed after the subject.
20941 The time needed to fetch the text may cause a performance problem
20942 which can, of course, be avoided by using the SUBJECT version of
20943 the Subject instead.
20944 You may color this opening text differently by using the
20945 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
20946 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20947 You may adjust the characters that are displayed between the Subject and the
20948 opening text with the option
20949 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
20950 </DD>
20952 <DT>SUBJKEYTEXT</DT>
20953 <DD>
20954 Same as SUBJKEY but with the opening message text.
20955 </DD>
20957 <DT>OPENINGTEXT</DT>
20958 <DD>
20959 This is similar to SUBJECTTEXT.
20960 Instead of combining the Subject and the opening text in a single
20961 field in the index screen this token allows you to allocate a
20962 separate column just for the opening text of the message.
20963 The time needed to fetch this text may cause a performance problem.
20964 You may color this opening text differently by using the
20965 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
20966 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20967 </DD>
20969 <DT>OPENINGTEXTNQ</DT>
20970 <DD>
20971 This is very similar to OPENINGTEXT.
20972 The NQ stands for No Quotes.
20973 The only difference is that quoted text (lines beginning with &gt;) is deleted.
20974 For some messages this may be confusing.
20975 For example, a message might have a line preceding some quoted
20976 text that reads something like &quot;On May 8th person A said.&quot;
20977 That no longer makes sense after the quoted text is deleted and it
20978 will appear that person A said whatever the text after the quote
20979 is, even though that is really person B talking.
20980 </DD>
20982 <DT>SUBJKEYINITTEXT</DT>
20983 <DD>
20984 Same as SUBJKEYINIT but with the opening message text.
20985 </DD>
20987 <DT>KEY</DT>
20988 <DD>
20989 This is a space-delimited list of keywords that are set for the message.
20990 Only those keywords that you have defined in your
20991 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20992 in Setup/Config are considered in the list.
20993 In other words, keywords that have been set by some other means, perhaps
20994 by another email program, won't show up unless included in
20995 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20996 If you have given a keyword a nickname
20997 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
20998 instead of the actual keyword.
20999 It is also possible to color keywords in the index using the
21000 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
21001 This token defaults to an arbitrary width of 5.
21002 You should set it to whatever width suits you using something
21003 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
21004 </DD>
21006 <DT>KEYINIT</DT>
21007 <DD>
21008 This is a list of keyword initials that are set for the message.
21009 If you have given a keyword a nickname
21010 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
21011 is displayed instead of the initial of the actual keyword.
21012 It is also possible to color keyword initials in the index using the
21013 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
21014 This token defaults to an arbitrary width of 2.
21015 You should set it to whatever width suits you using something
21016 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
21017 </DD>
21019 <DT>PRIORITY</DT>
21020 <DD>
21021 The X-Priority header is a non-standard header that is used in a
21022 somewhat standard way by many mail programs.
21023 Alpine expects the value of this header to be a digit with a value
21024 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
21025 Since this priority is something that the sender sets it is only an indication
21026 of the priority that the sender attaches to the mail and it is therefore almost
21027 totally unreliable for use as a filtering criterion.
21028 This token will display the numeric value of the priority if it is between
21029 1 and 5.
21030 It will be suppressed (blank) if the value is 3, which is normal priority.
21031 This token may be colored with the
21032 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
21033 </DD>
21035 <DT>PRIORITYALPHA</DT>
21036 <DD>
21037 This is a more verbose interpretation of the X-Priority field.
21038 Once again nothing is displayed unless the value of the field
21039 is 1, 2, 4, or 5.
21040 The values displayed for those values are:
21042 <TABLE>
21043 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
21044 <TR> <TD>2</TD> <TD>High</TD> </TR>
21045 <TR> <TD>4</TD> <TD>Low</TD> </TR>
21046 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
21047 </TABLE>
21049 This token may be colored with the
21050 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
21051 </DD>
21053 <DT>PRIORITY!</DT>
21054 <DD>
21055 This is a one character, non-numeric version of the X-Priority field.
21056 If the value of the X-Priority header is 1 or 2 an exclamation
21057 point is displayed.
21058 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
21059 This token may be colored with the
21060 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
21061 </DD>
21063 <DT>ATT</DT>
21064 <DD>
21065 This is a one column wide field that represents the number of attachments
21066 a message has. It will be blank if there are no attachments, a single
21067 digit for one to nine attachments, or an asterisk for more than nine.
21068 Note that including this token in
21069 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
21070 display a little while Alpine collects the necessary information.
21071 </DD>
21073 <DT>FROMORTO</DT>
21074 <DD>
21075 This token represents <EM>either</EM> the personal name (or email address) of
21076 the person listed in the message's &quot;From:&quot; header
21077 field, <EM>or</EM>, if that address is yours or one of your
21078 <A HREF="h_config_alt_addresses">alternate addresses</A>,
21079 the first person specified in the
21080 message's &quot;To:&quot; header field
21081 with the prefix &quot;To: &quot; prepended.
21082 If the from address is yours and there is also no &quot;To&quot; address,
21083 Alpine will use the address on the &quot;Cc&quot; line.
21084 If there is no address there, either, Alpine will look for a newsgroup name
21085 from the &quot;Newsgroups&quot; header field and put
21086 that after the &quot;To: &quot; prefix.
21087 </DD>
21089 <DT>FROMORTONOTNEWS</DT>
21090 <DD>
21091 This is almost the same as <EM>FROMORTO</EM>.
21092 The difference is that newsgroups aren't considered.
21093 When a message is from you, doesn't have a To or Cc, and does have
21094 a Newsgroups header; this token will be your name instead of the name
21095 of the newsgroup (like it would be with FROMORTO).
21096 </DD>
21098 <DT>TEXT</DT>
21099 <DD>
21100 This is a different sort of token.
21101 It allows you to display a label within each index line.
21102 It will be the same fixed text for each line.
21103 It is different from all the other tokens in that there is no space column
21104 displayed after this token.
21105 Instead, it is butted up against the following field.
21106 It also has a different syntax.
21107 The text to display is given following a colon after the
21108 word &quot;TEXT&quot;.
21109 For example,
21111 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
21113 would insert the literal text &quot;abc=&quot; (without the quotes)
21114 into the index display line.
21115 You must quote the text if it includes space characters, like
21117 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
21119 </DD>
21121 <DT>HEADER</DT>
21122 <DD>
21123 This allows you to display the text from a particular header line in the
21124 message.
21125 The syntax for this token is substantially different from all the others
21126 in order that you might be able to display a portion of the text following
21127 a particular header.
21128 The header name you are interested in is given following a colon
21129 after the word &quot;HEADER&quot;.
21130 For example,
21132 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
21134 would display the text of the X-Spam header, if any.
21135 Like for other index tokens a width field may (and probably should)
21136 follow this.
21138 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
21140 displays the first ten characters of the X-Spam header.
21141 Unlike other index tokens, the syntax for HEADER is more flexible.
21142 An optional second argument comes after a comma inside the parentheses.
21143 It specifies the &quot;field&quot; number.
21144 By default, the field separator is a space character.
21145 No extra space characters are allowed in the argument list.
21147 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
21149 would display the second field, left-justified, in a 10 character
21150 wide field.
21151 The second field would consist of all the text after the first space
21152 up to the next space or the end of the header.
21153 The default field number is zero, which stands for the entire line.
21154 There is also an optional third argument that is a list of field
21155 separators. It defaults to a space character.
21156 The example
21158 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
21160 would cause the field separators to be any of colon, percent,
21161 or space (there is a space character between the percent and the
21162 right parenthesis).
21163 The first field runs from the start of the header value up to the first
21164 colon, percent, or space; the second goes from there to the next; and so on.
21165 In order to use a comma character as a field separator you must escape
21166 it by preceding it with a backslash (&#92;).
21167 The same is true of the backslash character itself.
21168 There is one further optional argument.
21169 It is an R or an L to specify right or left adjustment of the text
21170 within the field.
21171 The default is to left justify, however if you are displaying numbers
21172 you might prefer to right justify.
21174 Here's an example of a SpamAssassin header.
21175 The exact look of the header will vary, but if your incoming mail
21176 contains headers that look like the following
21178 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
21180 you might want to display the hits value.
21181 The first field starts with the Y in Yes.
21182 To get what you're interested in you might use &quot;=&quot; and
21183 space as the field separators and display the third field, like
21185 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
21187 or maybe you would break at the dot instead
21189 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
21191 Another example we've seen has headers that look like
21193 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
21195 Because there are two equals and a comma before the 7% and a comma
21196 after it, the token
21198 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
21200 should display the probability (for example 7% or 83%) right justified
21201 in a 3-wide field.
21202 </DD>
21204 <DT>ARROW</DT>
21205 <DD>
21206 This gives an alternative way to display the current message in the
21207 MESSAGE INDEX screen.
21208 Usually the current message is indicated by the line being shown in
21209 reverse video.
21210 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
21211 the current line will include an &quot;arrow&quot; that
21212 looks like
21214 <CENTER><SAMP>-&gt;</SAMP></CENTER>
21216 in the ARROW token's field.
21217 For all of the non-current messages, the ARROW field will be filled
21218 with blanks.
21219 If you use the fixed-field width feature the length of the &quot;arrow&quot;
21220 may be adjusted.
21221 The arrow will be drawn as width-1 dashes followed by a greater than sign.
21222 For example, if you use ARROW(3) you will get
21224 <CENTER><SAMP>--&gt;</SAMP></CENTER>
21226 and ARROW(1) will give you just
21228 <CENTER><SAMP>&gt;</SAMP></CENTER>
21230 It is also possible to set the color of the ARROW field.
21231 By default (and for non-current messages) the arrow is colored the same
21232 as the index line it is part of.
21233 You may set it to be another color with the 
21234 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
21235 the <A HREF="h_color_setup">Setup Kolor</A> screen.
21236 </DD>
21238 <DT>SCORE</DT>
21239 <DD>
21240 This gives the
21241 <a href="h_rules_score">score</a>
21242 of each message.
21243 This will be six columns wide to accommodate the widest possible score.
21244 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
21245 to limit the width of the field to the widest score that
21246 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
21247 If you have not defined any score rules the scores will all be zero.
21248 If any of your score rules contain AllText or BodyText patterns
21249 then including SCORE in the <!--#echo var="VAR_index-format"-->
21250 may slow down the display of the MESSAGE INDEX screen.
21251 </DD>
21252 </DL>
21255 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
21257 <DL>
21258 <DT>CURNEWS</DT>
21259 <DD>
21260 This token represents the current newsgroup if there is one.
21261 For example, &quot;comp.mail.pine&quot;.
21262 </DD>
21264 <DT>MSGID</DT>
21265 <DD>
21266 This token represents the message ID of the message.
21267 This token does not work with Filter Rule folder names.
21268 </DD>
21270 <DT>CURDATE</DT>
21271 <DD>
21272 This token represents the current date.
21273 It has the format MMM DD. For example, &quot;Oct 23&quot;.
21274 </DD>
21276 <DT>CURDATEISO</DT>
21277 <DD>
21278 This token represents the current date.
21279 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
21280 </DD>
21282 <DT>CURDATEISOS</DT>
21283 <DD>
21284 This token represents the current date.
21285 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
21286 </DD>
21288 <DT>CURPREFDATE</DT>
21289 <DD>
21290 This token represents the current date.
21291 It is your operating system's idea of the preferred date representation for the current locale.
21292 Internally it uses the %x version of the date from the strftime routine.
21293 </DD>
21295 <DT>CURPREFTIME</DT>
21296 <DD>
21297 This token represents the current time.
21298 It is the preferred time representation for the current locale.
21299 Internally it uses the %X version of the time from the strftime routine.
21300 </DD>
21302 <DT>CURPREFDATETIME</DT>
21303 <DD>
21304 This token represents the current date and time.
21305 It is the preferred date and time representation for the current locale.
21306 Internally it uses the %c version of the time from the strftime routine.
21307 </DD>
21309 <DT>CURTIME24</DT>
21310 <DD>
21311 This token represents the current time.
21312 It has the format HH:MM. For example, &quot;17:28&quot;.
21313 </DD>
21315 <DT>CURTIME12</DT>
21316 <DD>
21317 This token represents the current time.
21318 This time is for a 12 hour clock.
21319 It has the format HH:MMpm.
21320 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
21321 </DD>
21323 <DT>CURDAY</DT>
21324 <DD>
21325 This token represents the current day of the month.
21326 For example, &quot;23&quot; or &quot;9&quot;.
21327 </DD>
21329 <DT>CURDAY2DIGIT</DT>
21330 <DD>
21331 This token represents the current day of the month.
21332 For example, &quot;23&quot; or &quot;09&quot;.
21333 It is always 2 digits.
21334 </DD>
21336 <DT>CURDAYOFWEEK</DT>
21337 <DD>
21338 This token represents the current day of the week.
21339 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
21340 </DD>
21342 <DT>CURDAYOFWEEKABBREV</DT>
21343 <DD>
21344 This token represents the current day of the week.
21345 For example, &quot;Sun&quot; or &quot;Wed&quot;.
21346 </DD>
21348 <DT>CURMONTH</DT>
21349 <DD>
21350 This token represents the current month.
21351 For example, &quot;10&quot; or &quot;9&quot;.
21352 </DD>
21354 <DT>CURMONTH2DIGIT</DT>
21355 <DD>
21356 This token represents the current month.
21357 For example, &quot;10&quot; or &quot;09&quot;.
21358 It is always 2 digits.
21359 </DD>
21361 <DT>CURMONTHLONG</DT>
21362 <DD>
21363 This token represents the current month.
21364 For example, &quot;October&quot;.
21365 </DD>
21367 <DT>CURMONTHABBREV</DT>
21368 <DD>
21369 This token represents the current month.
21370 For example, &quot;Oct&quot;.
21371 </DD>
21373 <DT>CURYEAR</DT>
21374 <DD>
21375 This token represents the current year.
21376 For example, &quot;1998&quot; or &quot;2001&quot;.
21377 </DD>
21379 <DT>CURYEAR2DIGIT</DT>
21380 <DD>
21381 This token represents the current year.
21382 For example, &quot;98&quot; or &quot;01&quot;.
21383 It is always 2 digits.
21384 </DD>
21386 <DT>LASTMONTH</DT>
21387 <DD>
21388 This token represents last month.
21389 For example, if this is November (the 11th month),
21390 it is equal to &quot;10&quot; or if this is October (the 10th month),
21391 it is &quot;9&quot;.
21392 It is possible that this and the other tokens beginning with LASTMONTH
21393 below could be useful when used with a Filtering Rule that
21394 has the &quot;Beginning of Month&quot; option set.
21395 </DD>
21397 <DT>LASTMONTH2DIGIT</DT>
21398 <DD>
21399 This token represents last month.
21400 For example, if this is November (the 11th month),
21401 it is equal to &quot;10&quot; or if this is October (the 10th month),
21402 it is &quot;09&quot;.
21403 It is always 2 digits.
21404 </DD>
21406 <DT>LASTMONTHLONG</DT>
21407 <DD>
21408 This token represents last month.
21409 For example, if this is November the value is &quot;October&quot;.
21410 </DD>
21412 <DT>LASTMONTHABBREV</DT>
21413 <DD>
21414 This token represents last month.
21415 For example, if this is November the value is &quot;Oct&quot;.
21416 </DD>
21418 <DT>LASTMONTHYEAR</DT>
21419 <DD>
21420 This token represents what the year was a month ago.
21421 For example, if this is October, 1998, it is &quot;1998&quot;.
21422 If this is January, 1998, it is &quot;1997&quot;.
21423 </DD>
21425 <DT>LASTMONTHYEAR2DIGIT</DT>
21426 <DD>
21427 This token represents what the year was a month ago.
21428 For example, if this is October, 1998, it is &quot;98&quot;.
21429 If this is January, 1998, it is &quot;97&quot;.
21430 </DD>
21432 <DT>LASTYEAR</DT>
21433 <DD>
21434 This token represents last year.
21435 For example, if this is 1998, it equals &quot;1997&quot;.
21436 It is possible that this
21437 could be useful when used with a Filtering Rule that
21438 has the &quot;Beginning of Year&quot; option set.
21439 </DD>
21441 <DT>LASTYEAR2DIGIT</DT>
21442 <DD>
21443 This token represents last year.
21444 For example, if this is 1998, it equals &quot;97&quot;.
21445 It is always 2 digits.
21446 </DD>
21448 <DT>ROLENICK</DT>
21449 <DD>
21450 This token represents the nickname of the
21451 role currently being used.  If no role is being used,
21452 then no text will be printed for this token.
21453 This token does not work with Filter Rule folder names.
21454 </DD>
21455 </DL>
21458 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
21459 See the help for the
21460 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
21461 to see why you might want to use this.
21462 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
21463 must be surrounded by underscores when used.
21465 <DL>
21466 <DT>NEWLINE</DT>
21467 <DD>
21468 This is an end of line marker.
21469 </DD>
21470 </DL>
21473 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
21475 <DL>
21476 <DT>CURSORPOS</DT>
21477 <DD>
21478 This token is different from the others.
21479 When it is replaced it is replaced with nothing, but it sets an Alpine
21480 internal variable that tells the composer to start with the cursor
21481 positioned at the position where this token was.
21482 If both the template file and the signature file contain
21483 a &quot;CURSORPOS&quot; token, then the position in the template file
21484 is used.
21485 If there is a template file and neither it nor the signature file contains
21486 a &quot;CURSORPOS&quot; token, then the cursor is positioned
21487 after the end of the contents of the
21488 template file when the composer starts up.
21489 </DD>
21490 </DL>
21493 &lt;End of help on this topic&gt;
21494 </BODY>
21495 </HTML>
21496 ======= h_reply_token_conditionals =======
21497 <HTML>
21498 <HEAD>
21499 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
21500 </HEAD>
21501 <BODY>
21502 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
21504 Conditional text inclusion may be used with
21505 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
21506 in signature files, and in template files used in
21507 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
21508 It may <EM>not</EM> be used with the
21509 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
21512 There is a limited if-else capability for including text.
21513 The if-else condition is based
21514 on whether or not a given token would result in replacement text you
21515 specify.
21516 The syntax of this conditional inclusion is
21518 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
21520 The left parenthesis must follow the underscore immediately, with no
21521 intervening space.
21522 It means the token is expanded and the results of that expansion are
21523 compared against the &quot;match_this&quot; argument.
21524 If there is an exact match, then the &quot;if_matched&quot; text is used
21525 as the replacement text.
21526 Otherwise, the &quot;if_not_matched&quot; text is used.
21527 One of the most useful values for the &quot;match_this&quot; argument is
21528 the empty string, &quot;&quot;.
21529 In that case the expansion is compared against the empty string.
21531 Here's an example to make it clearer.
21532 This text could be included in one of your template files:
21534 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
21536 If that is included in a template file that you are using while replying
21537 to a message (because you chose to use the role it was part of),
21538 and that message has a newsgroup header and a newsgroup in that header,
21539 then the text
21541 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
21543 will be included in the message you are about to compose.
21544 On the other hand, if the message you are replying to does not have
21545 a newsgroup, then the text
21547 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
21549 would be included instead.
21550 This would also work in signature files and in
21551 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
21552 If the &quot;match_this&quot;, &quot;if_matched&quot;,
21553 or &quot;if_not_matched&quot; arguments contain
21554 spaces, parentheses, or commas;
21555 they have to be quoted with double quotation marks (like in the example
21556 above).
21557 If you want to include a literal quote (&quot;) in the text you must escape the
21558 quote by preceding it with a backslash (&#92;) character.
21559 If you want to include a literal backslash character you must escape it
21560 by preceding it with another backslash.
21562 The comma followed by &quot;if_not_matched&quot; is optional.
21563 If there is no &quot;if_not_matched&quot;
21564 present then no text is included if the not_matched case is true.
21565 Here's another example:
21567 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
21569 Here you can see that tokens may appear in the arguments.
21570 The same is true for tokens with the conditional parentheses.
21571 They may appear in arguments,
21572 though you do have to be careful to get the quoting and escaping of
21573 nested double quotes correct.
21574 If this was in the signature file being used and you were replying to a message
21575 sent to comp.mail.pine the resulting text would be:
21577 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
21579 If you were replying to a message that wasn't sent to any newsgroup the
21580 resulting text would be a single blank line.
21581 The reason you'd get a blank line is because the end of the line is
21582 outside of the conditional, so is always included.
21583 If you wanted to get rid of that blank line you could do so by moving
21584 the end of line inside the conditional.
21585 In other words, it's ok to have multi-line
21586 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
21587 template file.
21588 The text just continues until the next double quotation, even if it's not
21589 on the same line.
21591 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
21593 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
21595 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
21596 while reading the newsgroup comp.mail.pine the resulting text would be:
21598 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
21600 If you were replying to a message while reading an email folder instead
21601 of a newsgroup the resulting leadin text would be
21603 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
21605 Here's one more (contrived) example illustrating a matching argument
21606 that is not the empty string.
21608 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
21610 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
21611 were replying to
21612 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
21613 would be
21615 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
21617 But if you were replying to a message sent on Oct. 27 (and that wasn't
21618 today) you would get
21620 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
21623 &lt;End of help on this topic&gt;
21624 </BODY>
21625 </HTML>
21626 ======= h_composer_cntxt_nick =======
21627 <HTML>
21628 <HEAD>
21629 <TITLE>Collection Nickname Explained</TITLE>
21630 </HEAD>
21631 <BODY>
21632 <H1>Collection Edit Help -- Nickname Field</H1>
21634 This field is provided so you can add a short nickname to use when
21635 referring to this collection within Alpine.  Spaces are allowed, and
21636 you don't need to use double-quotes.  However, the double-quote
21637 character is not allowed.
21639 Look <A HREF="h_edit_nav_cmds">here</A>
21640 to see the available Editing and Navigation commands.
21642 &lt;End of help on this topic&gt;
21643 </BODY>
21644 </HTML>
21645 ======= h_folder_server_syntax =======
21646 <HTML>
21647 <HEAD>
21648 <TITLE>Server Name Syntax</TITLE>
21649 </HEAD>
21650 <BODY>
21651 <H1>Server Name Syntax</H1>
21653 This help describes the syntax that may be used for server names
21654 that may be associated with remote folders or SMTP servers.
21657 A server name is the hostname of the server.
21658 It's a good idea to use the host's fully-qualified network name.
21661 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
21664 However, IP addresses are allowed if surrounded
21665 with square-brackets.
21668 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
21671 An optional network port number may be supplied by appending
21672 a colon (:) followed by the port number
21673 to the server name.
21674 By default, the IMAP port number, 143, is used.
21677 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
21680 Besides server name and optional port number, various other optional
21681 parameters may be supplied that alter Alpine's interaction with the server.
21682 A parameter is supplied by appending a slash (/) character followed by
21683 the parameter's name and,
21684 depending on the particular parameter, the value assigned to that
21685 name, to the server name (and optional port number).
21686 Parameter names are <EM>not</EM> case sensitive.
21687 Currently supported parameters include:
21689 <DL>
21691 <DT>User</DT>
21692 <DD>This parameter requires an associated value, and is intended to
21693 provide the username identifier with which to establish the server
21694 connection.
21695 If your SMTP server offers SMTP AUTH authentication, adding this 
21696 parameter to the
21697 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
21698 option will cause Alpine to attempt to authenticate to the server using the
21699 supplied username.
21700 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
21701 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
21702 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
21703 option (or to the server name for any folder collection using NNTP)
21704 will cause Alpine to attempt
21705 to authenticate to the server using the supplied username.
21706 An example might be:
21709 <CENTER><SAMP>/user=katie</SAMP></CENTER>
21712 </DD>
21714 <DT>STARTTLS</DT>
21715 <DD>
21716 This is a unary parameter indicating communication with the server must 
21717 take place over a TLS connection. If you use this parameter, Alpine will 
21718 establish an insecure connection to the server, and later will attempts to 
21719 use a secure encrypted connection. If the attempt to use TLS fails then 
21720 this parameter will cause the connection to fail instead of falling back 
21721 to an insecure connection.
21723 Use this option when you are told to use STARTTLS. If you are told to use 
21724 SSL or TLS on port 993, use the /ssl unary parameter instead, and not this 
21725 parameter. Use this parameter when establishing a connection to a server 
21726 on an insecure port (normally port 143 for IMAP) and then needing to 
21727 establish a secure connection using STARTTLS.
21729 <P><A href="h_security_considerations">Learn more</A> about security 
21730 considerations when you use this option.
21733 <CENTER><SAMP>/starttls</SAMP></CENTER>
21736 </DD>
21738 <DT>SSL</DT>
21739 <DD>
21740 This is a unary parameter indicating communication with the server should 
21741 take place over a Secure Socket Layer connection.  The server must support
21742 this method, and be prepared to accept connections on the appropriate
21743 port (993 by default).
21744 Alpine must be linked with an SSL library for this option to be operational.
21745 Using this option will make Alpine try to connect to the server using the
21746 most secure encrypted SSL connection that both your version of Alpine and the
21747 server support.
21750 <CENTER><SAMP>/ssl</SAMP></CENTER>
21753 </DD>
21755 <DT>TLS1</DT>
21756 <DD>
21757 This parameter indicates that the connection to the server will be made
21758 over the SSL port, but using the TLSv1 protocol, instead of the usual
21759 SSLv3 or SSLv2 protocols.
21760 Alpine must be linked with an SSL library for this option to be operational.
21763 <CENTER><SAMP>/tls1</SAMP></CENTER>
21765 </DD>
21767 <DT>TLS1_1</DT>
21768 <DD>
21769 This parameter indicates that the connection to the server will be made
21770 over the SSL port, but using the TLSv1.1 protocol.
21771 Alpine must be linked with an SSL library that supports this encryption
21772 protocol for this option to be operational.
21775 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
21777 </DD>
21779 <DT>TLS1_2</DT>
21780 <DD>
21781 This parameter indicates that the connection to the server will be made
21782 over the SSL port, but using the TLSv1.2 protocol.
21783 Alpine must be linked with an SSL library that supports this encryption
21784 protocol for this option to be operational.
21787 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
21789 </DD>
21791 <DT>TLS1_3</DT>
21792 <DD>
21793 This parameter indicates that the connection to the server will be made
21794 over the SSL port, but using the TLSv1.3 protocol.
21795 Alpine must be linked with an SSL library that supports this encryption
21796 protocol for this option to be operational.
21799 <CENTER><SAMP>/tls1_3</SAMP></CENTER>
21801 </DD>
21803 <DT>NoValidate-Cert</DT>
21804 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
21805 This is needed if the server uses self-signed certificates or if Alpine
21806 cannot validate the certificate for some other known reason. You should avoid
21807 using this option, and instead install the certificate of the server, so you
21808 are not a victim of a cracker-in-the-middle attack.
21810 </DD>
21812 <DT>Anonymous</DT>
21813 <DD>This is a unary parameter (that means it does not have a value)
21814 indicating that the connection be logged in as
21815 &quot;anonymous&quot; rather than a specific user.
21816 Not all servers offer anonymous
21817 access; those which do generally only offer read-only access to certain
21818 &quot;public&quot; folders.
21821 <CENTER><SAMP>/anonymous</SAMP></CENTER>
21824 </DD>
21826 <DT>Secure</DT>
21827 <DD>This is a unary parameter indicating that the connection use the
21828 most secure authentication method mutually supported by Alpine and the
21829 server.
21830 Alpine is capable of authenticating connections to 
21831 the server using several methods.
21832 By default, Alpine will attempt each
21833 method until either a connection is established or the
21834 list of methods is exhausted.
21835 This parameter causes Alpine to instead fail 
21836 the connection if the first (generally most &quot;secure&quot;) method fails.
21839 <CENTER><SAMP>/secure</SAMP></CENTER>
21842 </DD>
21844 <DT>Submit</DT>
21845 <DD>This is a unary parameter for use with the
21846 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
21847 It indicates that the connection should be made to the Submit server
21848 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
21849 (port 587) instead of the SMTP port (25).
21850 At the time this help was written the submit option was equivalent to
21851 specifying port 587. <A href="h_security_considerations">Learn more</A>
21852 about security considerations when you use this option.
21855 <CENTER><SAMP>/submit</SAMP></CENTER>
21859 <CENTER><SAMP>host:587</SAMP></CENTER>
21862 </DD>
21864 <DT>Debug</DT>
21865 <DD>This is a unary parameter indicating that the connection be established
21866 in a verbose mode.  Basically, it causes Alpine to log the communication with
21867 the server in Alpine's debug file.
21868 Normally, the pine -d command-line flag would be used instead.
21870 </DD>
21872 <DT>NoRsh</DT>
21873 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
21874 the UNIX remote shell program.
21875 Including &quot;NoRsh&quot; will cause connections to this server to skip
21876 the &quot;rsh&quot; attempt.
21877 This might be useful to avoid long timeouts caused by rsh firewalls, for
21878 example.
21880 </DD>
21882 <DT>Loser</DT>
21883 <DD>This option makes sense only for IMAP servers that do not perform
21884 a SEARCH command correctly. If your filtering rules
21885 fail to filter some messages, that should have been filtered, then this
21886 option will make Alpine download all data necessary data to perform that 
21887 search. There is a performance penalty when using this option. Downloading 
21888 the data to perform the search will take longer than requesting the IMAP
21889 server to perform the filtering, but the filtering will be done correctly.
21891 </DD>
21894 <DT>Service</DT>
21895 <DD>This parameter requires an associated value.  The default value is
21896 &quot;IMAP&quot; which indicates communication with the server based
21897 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
21898 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
21900 Other service values include:
21901  <DL>
21902  <DT>NNTP</DT>
21903  <DD>This value indicates communication with the server takes place via
21904 the Network News Transfer Protocol.  Use this to define a collection
21905 of newsgroups on a remote news server.  So
21908 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
21910 or just
21912 <CENTER><SAMP>/NNTP</SAMP></CENTER>
21915 is the way to specify NNTP access.
21917  </DD>
21919  <DT>POP3</DT>
21920  <DD>This value indicates communication with the server takes place via the
21921 Post Office Protocol 3 protocol.
21924 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
21926 or just
21928 <CENTER><SAMP>/POP3</SAMP></CENTER>
21931 Note that there are several important issues
21932 to consider when selecting this option:
21933 <OL>
21934  <LI> POP3 provides access to only your INBOX.  In other words,
21935 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
21936  <LI> Alpine's implementation of POP3 does not follow the traditional POP
21937 model and will leave your mail on the server. Refer to the
21938 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
21939  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
21940 </OL>
21941 </DD>
21942 </DL>
21943 </DL>
21946 Note that it is possible to include more than one parameter in a server
21947 specification by concatenating the parameters. For example:
21950 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
21954 &lt;End of help on this topic&gt;
21955 </BODY>
21956 </HTML>
21957 ======= h_security_considerations =======
21958 <HTML>
21959 <HEAD>
21960 <TITLE>SSL, TLS, STARTTLS and More Security Considerations</TITLE>
21961 </HEAD>
21962 <BODY>
21963 <H1>SSL, TLS, STARTTLS and More Security Considerations</H1>
21965 The purpose of this text is to educate users on how to best choose
21966 the type of security connection to a remote server using the SSL and TLS
21967 encryption protocols.
21970 In the past, and when Alpine originally started to support encrypted connections
21971 to remote servers, the /ssl modifier was needed, and it meant any of the SSLv2
21972 or SSLv3 protocols. Those encryption protocols are considered not fully secure
21973 anymore, and in fact, you might not be able to use them anymore.
21975 <P> Today the /ssl modifier means to use the most secure encryption 
21976 protocol between your version of Alpine and what the server supports. This 
21977 might mean more modern protocols, such as TLS 1.0, TLS 1.1, etc. As of 
21978 this writing, Alpine supports connection using TLS 1.3. These protocols
21979 are considered more secure today and they should be preferred over the old
21980 SSL protocols.
21982 <P> A source of confusion for Alpine users might be the meaning of the 
21983 modifier /tls with respect to the names of the encryption protocols, such 
21984 as TLS 1.2. The meaning of /tls is to start an encrypted connection to a 
21985 server after an insecure connection has been established, and we will 
21986 discuss this later in this help text. The preferred way flag is to use
21987 /starttls, instead of /tls.
21989 <P>The best way to start an encrypted connection to a server is to use the 
21990 /ssl modifier. If your provider allows encrypted connections on port 993 
21991 for IMAP, or port 995 for POP3, or in port 465 for SMTP, just define your 
21992 server by adding the /ssl modifier and do not add the port to the server. 
21993 Alpine knows that the secure connection will be done in the correct port, 
21994 and will use the most secure encryption available between Alpine and the 
21995 server. You only need to use the port number when it is different from the
21996 default port numbers for this type of connections, and those were given
21997 above.
21999 <P>Most email service providers identify secure connections by saying 
22000 &quot;SSL or TLS&quot;. In this case, use the /ssl modifier, and only use 
22001 the port number in case it is different to the ones above.
22003 <P>If your service provider says to use STARTTLS, then you need to use the 
22004 /starttls modifier. If your service provider gives you the option to use SSL or 
22005 TLS and to use STARTTLS choose the secure port and choose the /ssl 
22006 modifier. This is because connections using the /starttls modifier can be 
22007 attacked and your username and password can be stolen by a hacker. The next
22008 paragraph describes in short how to do this.
22010 <P> When you use the /starttls modifier, Alpine connects insecurely to the 
22011 remote server. Because the connection is insecure, it is possible that you 
22012 connect to a different server, which connects you to the real server. This 
22013 is called &quot;man-in-the-middle&quot; attack, and so your communication 
22014 will pass through the hackers computer before it reaches the real target. 
22015 An example of a possible man-in-the-middle is your internet service provider, 
22016 or your employer in some instances.
22017 This means that the hacker can modify the replies from the correct server 
22018 and give you the illusion of security before you are actually connected to 
22019 the secure server. Therefore, you might disclose your username and 
22020 password to the hacker before you establish a secure connection to the correct
22021 server.
22023 <P> Therefore, if possible avoid using STARTTLS (for IMAP and POP) or SUBMIT
22024 for SMTP (in port 587), as these are subject to attack. If possible
22025 ask your provider for secure connections for SSL or TLS in the secure ports
22026 993 for IMAP, 995 for POP or 465 for SMTP.
22028 <P> In the current state, even as of TLS 1.3, these protocols are considered 
22029 secure but they do not protect your privacy. For example your internet 
22030 service provider might track to which servers you are connecting securely. 
22031 Encryption protocols are evolving to not only protect the security of your 
22032 data, but also your privacy.
22034 <P> Other types of errors can lead to insecure connections. An example is
22035 when the name of the server as provided by the user does not match the
22036 name of the server in the certificate. 
22037 <A href="h_tls_validation_failure">Read more</A> about security errors
22038 of this type and learn how to protect yourself against this type of
22039 errors.
22042 &lt;End of help on this topic&gt;
22043 </BODY>
22044 </HTML>
22045 ======= h_composer_cntxt_server =======
22046 <HTML>
22047 <HEAD>
22048 <TITLE>Collection Server: Explained</TITLE>
22049 </HEAD>
22050 <BODY>
22051 <H1>Collection Edit Help -- Server Field</H1>
22053 This collection's &quot;Server:&quot; definition indicates the
22054 hostname of the server providing access to the folders in this
22055 collection.
22056 The syntax of this server name is the same as for other server names used
22057 in remote folder names in
22058 Alpine and is described
22059 <A HREF="h_folder_server_syntax">here</A>.
22062 &lt;End of help on this topic&gt;
22063 </BODY>
22064 </HTML>
22065 ======= h_composer_cntxt_path =======
22066 <HTML>
22067 <HEAD>
22068 <TITLE>Collection Path: Explained</TITLE>
22069 </HEAD>
22070 <BODY>
22071 <H1>Collection Edit Help -- Path Field</H1>
22073 The collection's &quot;Path:&quot; definition indicates the location
22074 of the folders in this collection.  If the path or any of its components
22075 do not exist, Alpine will prompt you for their creation when exiting the
22076 Add/Change screen.
22078 <P> 
22079 By default the path is interpreted as defining a section of your personal
22080 folder area.  This area and how you specify it are defined by the
22081 server, if one is specified in the collection, or, typically, the home
22082 directory if no server is defined.
22085 To define a collection outside the default &quot;area&quot;, prefix
22086 the path with the &quot;namespace&quot; to use when interpreting the
22087 given path.  If a namespace is specified, the Path begins with the
22088 sharp, &quot;#&quot;, character followed by the name of the namespace
22089 and then the namespace's path-element-delimiter.  Aside from the
22090 path's format, namespaces can also imply access rights, content
22091 policy, audience, location, and, occasionally, access methods.
22094 Each server exports its own set (possibly of size one) of 
22095 namespaces.  Hence, it's likely communication with your server's
22096 administrator will be required for specific configurations.  Some of
22097 the more common namespaces, however, include:
22099 <DL>
22100 <DT>#news.</DT>
22101 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
22102 names are hierarchically defined with each level delimited by a period.
22103 </DD>
22104 <DT>#public/</DT>
22105 <DD>This specifies a folder area that the server may export to the general
22106 public.
22107 </DD>
22108 <DT>#shared/</DT>
22109 <DD>This specifies a folder area that the folder may export to groups
22110 of users.
22111 </DD>
22112 <DT>#ftp/</DT>
22113 <DD>This specifies a folder area that is the same as that it may have 
22114 exported via the &quot;File Transfer Protocol&quot;.
22115 </DD>
22116 <DT>#mh/</DT>
22117 <DD>This specifies the personal folder area associated with folders
22118 and directories that were created using the MH message handling system.
22119 </DD>
22120 </DL>
22123 In addition, the server may support access to other user's folders,
22124 provided you have suitable permissions.  Common methods use a prefix
22125 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
22126 indicate the root of the other user's folder area.
22129 No, nothing's simple.
22132 &lt;End of help on this topic&gt;
22133 </BODY>
22134 </HTML>
22135 ======= h_composer_cntxt_view =======
22136 <HTML>
22137 <HEAD>
22138 <TITLE>Collection View: Explained</TITLE>
22139 </HEAD>
22140 <BODY>
22141 <H1>Collection Edit Help -- View Field</H1>
22143 The collection's &quot;View:&quot; definition provides a way to limit
22144 the displayed list of folders within a collection.  By default, only
22145 folders that contain the specified characters anywhere in their name
22146 are shown in the collection's folder list.
22149 Additionally, you can use a wildcard character to better control
22150 the list of folders selected for display.  The wildcard specifier is
22151 the star, &quot;*&quot;, character.
22154 So, for example, to define a collection of all folders ending with
22155 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
22156 quote characters!).  Or, similarly, to define a collection of folders
22157 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
22158 specify a view of &quot;a*z&quot;.
22161 &lt;End of help on this topic&gt;
22162 </BODY>
22163 </HTML>
22164 ======= h_composer_abook_add_server =======
22165 <HTML>
22166 <HEAD>
22167 <TITLE>Addressbook Server Name Field Explained</TITLE>
22168 </HEAD>
22169 <BODY>
22170 This field should be left blank if the address book is stored in a regular
22171 file on this system.  If it is a remote address book stored on an IMAP
22172 server then this is the name of that IMAP server.
22174 Look <A HREF="h_edit_nav_cmds">here</A>
22175 to see the available Editing and Navigation commands.
22177 &lt;End of help on this topic&gt;
22178 </BODY>
22179 </HTML>
22180 ======= h_composer_abook_add_folder =======
22181 <HTML>
22182 <HEAD>
22183 <TITLE>Addressbook Folder Name Field Explained</TITLE>
22184 </HEAD>
22185 <BODY>
22186 For a remote address book (one for which the Server Name is filled in)
22187 this is the name of a folder on the remote server. The address book data
22188 will be stored in this folder. This folder should be used only for
22189 storing this single address book, not for other address books or for
22190 other messages.
22192 For a local address book (one for which the Server Name is not filled in)
22193 this is the name of a file in which the address book will be stored.
22194 The file is in the same directory as the Alpine configuration file if the
22195 configuration file is local.
22196 If the configuration file is remote, then this will be in the home directory
22197 for Unix Alpine and in the directory specified by the
22198 &quot;-aux local_directory&quot; command line argument.
22200 Look <A HREF="h_edit_nav_cmds">here</A>
22201 to see the available Editing and Navigation commands.
22203 &lt;End of help on this topic&gt;
22204 </BODY>
22205 </HTML>
22206 ======= h_composer_abook_add_nick =======
22207 <HTML>
22208 <HEAD>
22209 <TITLE>Addressbook NickName Field Explained</TITLE>
22210 </HEAD>
22211 <BODY>
22212 This is just an optional nickname for this address book. If present, it
22213 is used in some of the displays and error messages in the address book
22214 maintenance screens. It is for your convenience only and serves no
22215 other purpose.
22217 Look <A HREF="h_edit_nav_cmds">here</A>
22218 to see the available Editing and Navigation commands.
22220 &lt;End of help on this topic&gt;
22221 </BODY>
22222 </HTML>
22223 ======= h_composer_qserv_cn =======
22224 <HTML>
22225 <HEAD>
22226 <TITLE>Directory Query Form Explained</TITLE>
22227 </HEAD>
22228 <BODY>
22230 Fill in as many of these fields as you wish to narrow down your
22231 search. All the fields you fill in must match in order for an entry
22232 to be returned. You may use the wildcard character &quot;*&quot; in
22233 any of the fields, it matches any zero or more characters at that
22234 point in the string. There are no implicit wildcards, so the match is
22235 exact unless you include wildcards.
22238 Note that if an attribute isn't present at all, then the match will fail.
22239 For example, if a server doesn't support the Locality attribute, then no
22240 matter what you put in the Locality field (other than leaving it empty)
22241 the search will fail.
22244 This field, the Common Name field, is typically a person's full name.
22247 <H1>EDITING and NAVIGATION COMMANDS</H1>
22248 <!--chtml if pinemode="function_key"-->
22249 <PRE>
22250 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
22251 ^B (Left Arrow)    Back character       | ^D       Delete current character
22252 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
22253 ^P (Up Arrow)      Previous line        |
22254 ^N (Down Arrow)    Next line            | F9       Cut marked text or
22255 ^A                 Beginning of line    |            delete current line
22256 ^E                 End of line          | F10      Undelete line(s)
22257 F7                 Previous page        |
22258 F8                 Next page            |-------------------------------------
22259 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
22260 ----------------------------------------|
22261 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
22262 F2   Cancel      |   F1    Get help     |
22263 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
22264 </PRE>
22265 <!--chtml else-->
22266 <PRE>
22267 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
22268 ^B (Left Arrow)    Back character       | ^D       Delete current character
22269 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
22270 ^P (Up Arrow)      Previous line        |
22271 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
22272 ^A                 Beginning of line    |            delete current line
22273 ^E                 End of line          | ^U       Undelete line(s)
22274 ^Y                 Previous page        |
22275 ^V                 Next page            |-------------------------------------
22276 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
22277 ----------------------------------------|
22278 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
22279 ^C   Cancel      |   ^G    Get help     |
22280 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
22281 </PRE>
22282 <!--chtml endif-->
22283 <P><UL>
22284 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22285 </UL><P>
22286 &lt;End of help on this topic&gt;
22287 </BODY>
22288 </HTML>
22289 ======= h_composer_qserv_sn =======
22291 The Surname is usually the family name of a person.
22293 <End of help on this topic>
22294 ======= h_composer_qserv_gn =======
22296 This is the part of a person's name that isn't the surname or initials.
22298 <End of help on this topic>
22299 ======= h_composer_qserv_mail =======
22301 This is the email address of a person.
22303 <End of help on this topic>
22304 ======= h_composer_qserv_org =======
22306 This is the organization a person belongs to.
22308 <End of help on this topic>
22309 ======= h_composer_qserv_unit =======
22311 This is the organizational unit a person belongs to.
22313 <End of help on this topic>
22314 ======= h_composer_qserv_country =======
22316 This is the country a person belongs to.
22318 <End of help on this topic>
22319 ======= h_composer_qserv_state =======
22321 This is the state a person belongs to.
22323 <End of help on this topic>
22324 ======= h_composer_qserv_locality =======
22326 This is the locality a person belongs to.
22328 <End of help on this topic>
22329 ======= h_composer_qserv_custom =======
22331 This one is for advanced users only! If you put something in this field,
22332 then the rest of the fields are ignored.
22334 This field may be set to the string representation of an LDAP search
22335 filter (see RFC1960). Here are some examples:
22337 To search for an entry with a surname equal to "clinton" you could set
22338 the custom filter to:
22340      (sn=clinton)
22341     
22342 This is equivalent to putting "clinton" in the SurName field.
22343 To search for an entry that has a surname that begins with "clint" and
22344 has a givenname equal to "william" you could use:
22346      (&(sn=clint*)(givenname=william))
22347     
22348 This is equivalent to setting the SurName field to "clint*" and the
22349 GivenName field to "william".
22350 To search for an entry where either the common name OR the email address
22351 contains "abcde" you could use:
22353      (|(cn=*abcde*)(mail=*abcde*))
22355 That isn't equivalent to anything you can do by setting the other fields
22356 because of the OR.
22358 <End of help on this topic>
22359 ======= h_composer_qserv_qq =======
22361 This one is a little different from the rest of the categories.  It causes
22362 a search to be formed from the configured search filter that you filled
22363 in when you added the directory server to your configuration. It can also
22364 be combined with the other fields if you'd like.
22366 <End of help on this topic>
22367 ======= h_address_format =======
22368 <HTML>
22369 <HEAD>
22370 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
22371 </HEAD>
22372 <BODY>
22373 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
22375 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
22376 and then a domain, with no spaces.  
22377 For example, jsmith@art.example.com might be the email address
22378 of a person  
22379 with the username &quot;jsmith&quot; who has an account in the domain
22380 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
22381 right of the &quot;@&quot; sign can vary - a shorter example would be 
22382 isabelle@elsewhere.edu (the shortest possible form: here, only the 
22383 organization's domain is specified after the &quot;@&quot; sign); a longer 
22384 example would be 
22385  jsingh@shakti.edutech.example.com
22386 (here, the name of the host &quot;shakti&quot; in the domain 
22387 edutech.example.com is also specified).  
22388 <P>  
22389 If you do not know the exact email address of someone you want to write 
22390 to, ask them what it is using other means of communication than email; or 
22391 use the tools for 
22392 finding people's addresses that are available on the Internet.
22394 If you are sending to someone on the same system as you are, you can leave
22395 the &quot;@&quot; sign and all the information to its right off of the 
22396 address, and Alpine will fill it in automatically, 
22397 unless the feature 
22398 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
22401 When an email address you send a message to is not reachable -- either because 
22402 it is simply an incorrect address, or because email can temporarily not be 
22403 delivered to it due to a technical problem on the way to or at the recipient's 
22404 end -- you will almost always get an error notification email message back.
22406 If you encounter problems with, or have questions about, email delivery or
22407 email address syntax, contact your local network computing consultants.
22408 <P><UL>
22409 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22410 </UL>
22412 &lt;End of help on this topic&gt;
22413 </BODY>
22414 </HTML>
22415 ======= h_flag_user_flag =======
22416 <HTML>
22417 <HEAD>
22418 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
22419 </HEAD>
22420 <BODY>
22421 <H1>STATUS FLAG: User Defined Keyword</h1>
22423 This is a keyword that is defined for this folder.
22424 It was most likely defined by the owner of the folder.
22425 Alpine will not set or clear this flag on its own.
22427 <P><UL>
22428 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22429 </UL><P>
22430 &lt;End of help on this topic&gt;
22431 </BODY>
22432 </HTML>
22433 ======= h_flag_important =======
22434 <html>
22435 <title>STATUS FLAG: Important</title>
22436 <body>
22437 <h1>STATUS FLAG: Important</h1>
22440 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
22441 MESSAGE&nbsp;INDEX
22442 screen, can only be set by the user, and is intended to be used in
22443 whatever fashion makes sense to you.  You are the only one that can set or
22444 clear it. 
22447 &lt;End of help on this topic&gt;
22448 </BODY>
22449 </HTML>
22450 ======= h_flag_new =======
22451 <html>
22452 <title>STATUS FLAG: New</title>
22453 <body>
22454 <h1>STATUS FLAG: New</h1>
22457 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
22458 MESSAGE&nbsp;INDEX screen,
22459 is automatically set when messages are delivered to your Inbox (or other
22460 folder specified outside of Alpine).  Likewise, it is cleared automatically
22461 the first time you read the message it is associated with.
22464 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
22465 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
22466 you'd like to be reminded of it next time you read mail.  This can be done
22467 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
22471 &lt;End of help on this topic&gt;
22472 </BODY>
22473 </HTML>
22474 ======= h_flag_answered =======
22475 <html>
22476 <title>STATUS FLAG: Answered</title>
22477 <body>
22478 <h1>STATUS FLAG: Answered</h1>
22480 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
22481 MESSAGE&nbsp;INDEX
22482 screen, is automatically set when you reply to a message.  This flag is not
22483 automatically cleared.
22486 &lt;End of help on this topic&gt;
22487 </BODY>
22488 </HTML>
22489 ======= h_flag_forwarded =======
22490 <html>
22491 <title>STATUS FLAG: Forwarded</title>
22492 <body>
22493 <h1>STATUS FLAG: Forwarded</h1>
22495 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
22496 MESSAGE&nbsp;INDEX
22497 screen, is automatically set when you forward a message.  This flag is not
22498 automatically cleared.
22501 &lt;End of help on this topic&gt;
22502 </BODY>
22503 </HTML>
22504 ======= h_flag_deleted =======
22505 <html>
22506 <title>STATUS FLAG: Deleted</title>
22507 <body>
22508 <h1>STATUS FLAG: Deleted</h1>
22510 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
22511 MESSAGE&nbsp;INDEX
22512 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
22513 It is cleared
22514 when you use the &quot;U&nbsp;Undelete&quot; command.
22517 Messages marked with this flag will be permanently removed from
22518 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
22519 command, or
22520 when you indicate acceptance of their removal upon leaving the folder.
22523 Note, there can be other actions implicit in the
22524 &quot;D&nbsp;Delete&quot; command,
22525 such as advancing to the next message, that may be momentarily undesirable.
22526 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
22527 flag <A HREF="h_common_flag">explicitly</A>.
22530 &lt;End of help on this topic&gt;
22531 </BODY>
22532 </HTML>
22533 ====== h_config_incoming_timeo ======
22534 <HTML>
22535 <HEAD>
22536 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
22537 </HEAD>
22538 <BODY>
22539 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
22541 This option has no effect unless the feature
22542 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22543 is set, which in turn has no effect unless
22544 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22545 is set.
22547 Sets the time in seconds that Alpine will
22548 attempt to open a network connection used for monitoring for Unseen
22549 messages in Incoming Folders. The default is 5.
22550 If a connection has not completed within this many seconds Alpine will
22551 give up and consider it a failed connection.
22553 <UL>   
22554 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22555 </UL><P>
22556 &lt;End of help on this topic&gt;
22557 </BODY>
22558 </HTML>
22559 ====== h_config_incoming_interv ======
22560 <HTML>
22561 <HEAD>
22562 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
22563 </HEAD>
22564 <BODY>
22565 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
22567 This option has no effect unless the feature
22568 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22569 is set, which in turn has no effect unless
22570 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22571 is set.
22573 This option specifies, in seconds, how often Alpine will check
22574 for new mail and state changes in Incoming Folders when Incoming Folders
22575 Checking is turned on.
22576 The default is 3 minutes (180).
22577 This value applies only to folders that are local to the system that
22578 Alpine is running on or that are accessed using the IMAP protocol.
22579 The similar option
22580 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
22581 applies to all other monitored folders.
22583 <UL>   
22584 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22585 </UL><P>
22586 &lt;End of help on this topic&gt;
22587 </BODY>
22588 </HTML>
22589 ====== h_config_incoming_second_interv ======
22590 <HTML>
22591 <HEAD>
22592 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
22593 </HEAD>
22594 <BODY>
22595 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
22597 This option has no effect unless the feature
22598 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22599 is set, which in turn has no effect unless
22600 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22601 is set.
22603 This option together with the option
22604 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
22605 specifies, in seconds, how often Alpine will check
22606 for new mail and state changes in Incoming Folders when Incoming Folders
22607 Checking is turned on.
22608 The default for this option is 3 minutes (180).
22609 For folders that are local to this system or
22610 that are accessed using the IMAP protocol
22611 the value of the option
22612 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
22613 is used.
22614 For all other monitored folders, the value of this option is used.
22616 The reason there are two separate options is because it is usually
22617 less expensive to check local and IMAP folders than it is to check
22618 other types, like POP or NNTP folders.
22619 You may want to set this secondary value to a higher number than
22620 the primary check interval.
22622 <UL>   
22623 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22624 </UL><P>
22625 &lt;End of help on this topic&gt;
22626 </BODY>
22627 </HTML>
22628 ====== h_config_incoming_list ======
22629 <HTML>
22630 <HEAD>
22631 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
22632 </HEAD>
22633 <BODY>
22634 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
22636 This option has no effect unless the feature
22637 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22638 is set, which in turn has no effect unless
22639 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22640 is set.
22642 When monitoring the Incoming Message Folders for Unseen messages Alpine will
22643 normally monitor all Incoming Folders.
22644 You may use this option to restrict the list of monitored folders to a
22645 subset of all Incoming Folders.
22647 <UL>   
22648 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22649 </UL><P>
22650 &lt;End of help on this topic&gt;
22651 </BODY>
22652 </HTML>
22653 ====== h_config_pers_name ======
22654 <HTML>
22655 <HEAD>
22656 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
22657 </HEAD>
22658 <BODY>
22659 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
22661 This value is used to determine the full name part of the "From" address
22662 on messages you send.
22663 <!--chtml if pinemode="os_windows"-->
22664  PC-Alpine requires that this be set in order to properly construct the "From" address.
22665 <!--chtml else-->
22666  If unset, Unix Alpine will obtain your full name from
22667  the system password file. PC-Alpine, on the other hand, requires that this be set.
22668 <!--chtml endif-->
22670 If you want to change the value of what gets included in the From header
22671 in messages you send (other than just the Personal Name)
22672 look <A HREF="h_config_change_your_from">here</A> for a description.
22673 <P><UL>
22674 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22675 </UL><P>
22676 &lt;End of help on this topic&gt;
22677 </BODY>
22678 </HTML>
22679 ====== h_config_pruned_folders ======
22680 <html>
22681 <header>
22682 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
22683 </header>
22684 <body>
22685 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
22687 This variable allows you to define a list of one or more folders that
22688 Alpine will offer to prune for you in the same way it automatically offers
22689 to prune your "sent-mail" folder each month.
22690 Each folder in this list must be a folder in your default folder collection
22691 (the first folder collection if you have more than one), and it is just
22692 the relative name of the folder in the collection, not the fully-qualified name.
22693 It is similar to sent-mail.
22694 Instead of something like
22696 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
22698 the correct value to use would be
22700 <CENTER><SAMP>folder</SAMP></CENTER>
22702 There is an assumption here that your first collection is the folders in
22704 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
22707 Once a month, for each folder listed, Alpine will offer to move
22708 the contents of the folder to a new folder of the same name but with
22709 the previous month's date appended.  Alpine will then look for any such
22710 date-appended folder names created for a previous month, and offer each
22711 one it finds for deletion.
22714 If you decline the first offer, no mail is moved and no new folder is
22715 created.
22718 The new folders will be created
22719 in your default folder collection.
22722 <UL>   
22723 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22724 </UL><P>
22725 &lt;End of help on this topic&gt;
22726 </body>
22727 </html>
22728 ====== h_config_upload_cmd ======
22729 <HTML>
22730 <HEAD>
22731 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
22732 </HEAD>
22733 <BODY>
22734 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
22736 This option affects the behavior of the Composer's &quot;Read File&quot; 
22737 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
22738 commands.  It specifies
22739 a Unix program name, and any necessary command line arguments, that Alpine can
22740 use to transfer files from your personal computer into messages that you are
22741 composing.<P>
22743 <B>Note:</B> this facility is intended for use with serial line transfer 
22744 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
22745 to work with TCP/IP file transfer programs such as ftp.<P>
22747 If a program is specified, the commands listed above are modified to offer a
22748 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
22749 specified here must match the transfer program or protocol available on the
22750 personal computer.<P>
22752 Alpine expects to exchange uploaded data via a file on your Unix system.  When
22753 the specified upload program finishes, Alpine expects the uploaded data to be
22754 contained in this file.<P>
22756 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
22757 generates a
22758 temporary file name that it will pass to the specified Unix program.  Alpine
22759 will read the resulting uploaded text from this file and then delete it when
22760 the upload command is finished.<P>
22762 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
22763 prompt
22764 you for the name of the file that is to contain the uploaded information that
22765 it is to attach.  Alpine will attach this file to the composition, but will
22766 <B>not</B> delete this file after the upload command is finished.<P>
22768 The special token &quot;_FILE_&quot; may be included among the Unix program's 
22769 command
22770 line arguments.  Alpine will replace this symbol with the name of the file
22771 being used to exchange the uploaded information.  This token allows you to
22772 position the file name where it is required in the Unix program's command
22773 line arguments.<P>
22775 If the &quot;_FILE_&quot; token is not present in the specified command, the
22776 temporary file's name is automatically appended to the specified Unix
22777 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
22778 <B>last</B> command line argument.
22779 <P><UL>
22780 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22781 </UL><P>
22782 &lt;End of help on this topic&gt;
22783 </BODY>
22784 </HTML>
22785 ====== h_config_upload_prefix ======
22786 <HTML>
22787 <HEAD>
22788 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
22789 </HEAD>
22790 <BODY>
22791 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
22793 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
22794 It defines text to be written to the terminal emulator (via standard output)
22795 immediately prior to starting upload command.  This is useful for
22796 integrated serial line file transfer agents that permit command passing
22797 (e.g., Kermit's APC method).<P>
22799 The special token &quot;_FILE_&quot; may be included in the string specification.
22800 That symbol will be replaced with the (Alpine-created) name of the temporary
22801 file in which Alpine will expect to find the uploaded file.
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_download_cmd ======
22809 <HTML>
22810 <HEAD>
22811 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
22812 </HEAD>
22813 <BODY>
22814 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
22816 This option affects the behavior of the Export command.  It specifies a Unix
22817 program name, and any necessary command line arguments, that Alpine can use to
22818 transfer the exported message to your personal computer's disk.<P>
22819 Note: this facility is intended for use with serial line transfer 
22820 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
22821 to work with TCP/IP file transfer programs such as ftp.<P>
22822 If a program is specified, the Export command is modified to offer a
22823 subcommand (^V) to activate the transfer (in lieu of saving it to
22824  the machine where Alpine is running).  Obviously, the Unix program
22825 specified here must match the transfer program or protocol available on the
22826 personal computer.<P>
22828 When this subcommand is selected and before Alpine invokes the specified Unix
22829 program, Alpine will create a temporary file containing the text of the
22830 exported message.  Alpine uses this file to pass the exported message text to
22831 the specified Unix program.<P>
22833 The special token &quot;_FILE_&quot; may be included among the Unix program's command
22834 line arguments.  Alpine will replace this symbol with the temporary file's name
22835 before executing the Unix program.  This token allows you to position the
22836 file name where it is required in the Unix program's command line arguments.
22838 If the &quot;_FILE_&quot; token is not present in the specified command, the
22839 temporary file's name is automatically appended to the specified Unix
22840 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
22841 <B>last</B> command line argument.
22842 <P><UL>
22843 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22844 </UL><P>
22845 &lt;End of help on this topic&gt;
22846 </BODY>
22847 </HTML>
22848 ====== h_config_download_prefix ======
22849 <HTML>
22850 <HEAD>
22851 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
22852 </HEAD>
22853 <BODY>
22854 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
22856 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
22857 It defines text to be written to the terminal emulator (via standard output)
22858 immediately prior to starting the download command.  This is useful for
22859 integrated serial line file transfer agents that permit command passing
22860 (e.g., Kermit's APC method).
22862 The special token &quot;_FILE_&quot; may be included in the string 
22863 specification.
22864 That symbol will be replaced with the (Alpine-created) name of the temporary
22865 file into which Alpine will place the message to be downloaded.
22866 <P><UL>
22867 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22868 </UL><P>
22869 &lt;End of help on this topic&gt;
22870 </BODY>
22871 </HTML>
22872 ====== h_config_mailcap_path ======
22873 <HTML>
22874 <HEAD>
22875 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
22876 </HEAD>
22877 <BODY>
22878 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
22879 This variable is used to replace Alpine's default mailcap file search path.
22880 It takes one or more file names (full paths must be specified) in which to
22881 look for mail capability data.  The default search path can be found in this
22882 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
22883 If there is more than one file name listed, list members should be delimited
22884 by 
22885 <!--chtml if pinemode="os_windows"-->
22886 a semi-colon (;) under Windows; for example:<PRE>
22887         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
22888 </PRE>
22889 <!--chtml else-->
22890 a colon (:) under UNIX; for example:<PRE>
22891         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
22892 </PRE>
22893 <!--chtml endif-->
22894 <P><UL>
22895 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22896 </UL>
22898 &lt;End of help on this topic&gt;
22899 </BODY>
22900 </HTML>
22901 ====== h_config_mimetype_path ======
22902 <HTML>
22903 <HEAD>
22904 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
22905 </HEAD>
22906 <BODY>
22907 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
22909 This variable is used to replace Alpine's default mime.types file search path.
22910 It takes one or more file names (full paths must be specified) in which to
22911 look for file-name-extension to MIME type mapping data.  The default search
22912 path can be found in this
22913 <A HREF="h_news_config">Alpine Configuration</A> help.
22917 If there is more than one file name listed, list members should be delimited
22918 by a colon (:) under UNIX and a semi-colon (;) under Windows.
22920 &lt;End of help on this topic&gt;
22921 </BODY></HTML>
22922 ====== h_config_system_certs_path ======
22923 <HTML>
22924 <HEAD>
22925 <TITLE>OPTION: <!--#echo var="VAR_system-certs-path"--></TITLE>
22926 </HEAD>
22927 <BODY>
22928 <H1>OPTION: <!--#echo var="VAR_system-certs-path"--></H1>
22930 When Alpine is built to support secure connections to remote servers, a directory
22931 must be reserved in the system to store certificates that will be used to validate
22932 remote servers. This is normally configured at the time that Alpine is built, but
22933 there might be circumstances under which a user might want to use a different
22934 directory. For example, the directory might not be accessible, or has not been 
22935 updated and contains old certificates that have expired.
22938 This variable can be used to list
22939 the directory where such certificates can be found. Alpine will use the first
22940 directory in this list that exists in your system and can be accessed. This
22941 allows for users to be able to use the same pinerc file in different systems.
22944 Example of values for this option might be:
22946 <PRE>
22947 System CACerts Dir = /etc/ssl/certs
22948                      /usr/local/ssl/certs
22949                      C:\\libressl\\ssl\\certs
22950 <PRE>
22953 In unix systems, the default location of the certificates for openssl can
22954 be obtained by first executing the command
22956 <PRE>openssl version -d</PRE>
22958 and adding &quot;/certs&quot; to that value. In Windows the default location
22959 for the certificates is C:\\libressl\\ssl\\certs. This value was set by
22960 LibreSSL developers, and this option can be used to override this default.
22963 &lt;End of help on this topic&gt;
22964 </BODY></HTML>
22965 ====== h_config_system_certs_file ======
22966 <HTML>
22967 <HEAD>
22968 <TITLE>OPTION: <!--#echo var="VAR_system-certs-file"--></TITLE>
22969 </HEAD>
22970 <BODY>
22971 <H1>OPTION: <!--#echo var="VAR_system-certs-file"--></H1>
22973 This option sets the location of the container file that holds 
22974 certificate authority (CA) certificates.
22975 Alpine will use the first
22976 container in this list that exists in your system and can be accessed. This
22977 allows for users to be able to use the same pinerc file in different systems.
22980 Example of values for this option might be:
22982 <PRE>
22983 System CACerts File = /etc/ssl/certs/cert.pem
22984                       /usr/local/ssl/ca-root-nss.crt
22985                       C:\\libressl\\ssl\\certs\\cert.pem
22986 <PRE>
22989 In unix systems, the default location of the certificates for openssl can
22990 be obtained by first executing the command
22992 <PRE>openssl version -d</PRE>
22994 and adding &quot;/certs&quot; to that value. In Windows the default location
22995 for the certificates is C:\\libressl\\ssl\\certs\\cert.pem. This value was set 
22996 by LibreSSL developers, and this option can be used to override this default.
22999 &lt;End of help on this topic&gt;
23000 </BODY></HTML>
23001 ====== h_config_user_certs_path ======
23002 <HTML>
23003 <HEAD>
23004 <TITLE>OPTION: <!--#echo var="VAR_user-certs-path"--></TITLE>
23005 </HEAD>
23006 <BODY>
23007 <H1>OPTION: <!--#echo var="VAR_user-certs-path"--></H1>
23009 (UNIX ALPINE ONLY)
23010 This directory is used by Alpine to store certificates that a user
23011 trusts. Alpine will use the first directory in this list that exists in your
23012 system and can be accessed. This allows for users to be able to
23013 use the same pinerc file in different systems. The default location
23014 is ~/.alpine-certs.
23017 In addition to the certificates stored in this directory, Alpine also
23018 trusts certificates saved in the container file referenced in the
23019 configuration variable
23020 <A HREF="h_config_user_certs_file"><!--#echo var="VAR_user-certs-file"--></A>.
23023 Example of values for this option might be:
23025 <PRE>
23026 User Certs Dir = /home/fred/.alpine-certs
23027                  C:\\Users\\Admin\\alpine-certs
23028 <PRE>
23031 &lt;End of help on this topic&gt;
23032 </BODY></HTML>
23033 ====== h_config_user_certs_file ======
23034 <HTML>
23035 <HEAD>
23036 <TITLE>OPTION: <!--#echo var="VAR_user-certs-file"--></TITLE>
23037 </HEAD>
23038 <BODY>
23039 <H1>OPTION: <!--#echo var="VAR_user-certs-file"--></H1>
23041 (UNIX ALPINE ONLY)
23042 This option sets the location of a container file that holds certificate
23043 authority (CA) certificates that the user trusts. Its value is the
23044 full path referencing the location of this file. Alpine will use the first
23045 container in this list that exists and can be accessed in your system. This
23046 allows for users to be able to use the same pinerc file in different
23047 systems. The default location is ~/.alpine-certs/certs.pem.
23050 In addition to the certificates stored in this directory, Alpine also
23051 trusts certificates saved in the directory referenced in the
23052 configuration variable
23053 <A HREF="h_config_user_certs_path"><!--#echo var="VAR_user-certs-path"--></A>.
23056 Example of values for this option might be:
23058 <PRE>
23059 User Certs File = /home/fred/.alpine-certs/certs.pem
23060                   C:\\libressl\\ssl\\certs\\cert.pem
23061 <PRE>
23064 &lt;End of help on this topic&gt;
23065 </BODY></HTML>
23066 ====== h_config_ssl_ciphers ======
23067 <HTML>
23068 <HEAD>
23069 <TITLE>OPTION: <!--#echo var="VAR_ssl-ciphers"--></TITLE>
23070 </HEAD>
23071 <BODY>
23072 <H1>OPTION: <!--#echo var="VAR_ssl-ciphers"--></H1>
23074 (UNIX ALPINE ONLY)
23075 This is a colon separated list of ciphers that your openssl or libressl
23076 library supports and should use to negotiate a secure connection with a
23077 remote SSL server.
23080 The list of ciphers supported by openssl can be obtained with the command
23081 line command
23084 openssl ciphers
23087 Consult the manual page of the openssl ciphers command to see more
23088 ways to specify groups of ciphers, such as RSA, or other groups of
23089 ciphers.
23092 &lt;End of help on this topic&gt;
23093 </BODY></HTML>
23094 ====== h_config_set_att_ansi ======
23095 <HTML><HEAD>
23096 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
23097 </HEAD>
23098 <BODY>
23099 <H1>OPTION: Set printer to attached ansi printer</H1>
23101 Type "S" to set your printer to "attached-to-ansi".<BR>
23102 It is OK to include "attached-to-ansi" in your personal list below.
23104 &lt;End of help on this topic&gt;
23105 </BODY></HTML>
23106 ====== h_config_set_att_ansi2 ======
23107 <HTML><HEAD>
23108 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
23109 </HEAD>
23110 <BODY>
23111 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
23113 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
23114 It is OK to include "attached-to-ansi-no-formfeed" in your personal
23115 list below.
23119 This is the same as the "attached-to-ansi" option except that a
23120 formfeed character will not be appended to the end of the print job.
23121 If your printer already ejects the paper by itself at the end of the
23122 job, you may prefer the "no-formfeed" form of this printer so that you
23123 don't get an extra blank page between print jobs.
23126 &lt;End of help on this topic&gt;
23127 </BODY></HTML>
23128 ====== h_config_set_att_wyse ======
23129 <HTML><HEAD>
23130 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
23131 </HEAD>
23132 <BODY>
23133 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
23135 Type "S" to set your printer to "attached-to-wyse".<BR>
23136 It is OK to include "attached-to-wyse" in your personal list below.
23138 This is very similar to "attached-to-ansi".
23139 The only difference is in the control characters sent to turn the printer
23140 on and off.
23141 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
23142 to turn on the printer and ESC LEFT_BRACKET 4 i
23143 to turn it off.
23144 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
23145 &lt;End of help on this topic&gt;
23146 </BODY></HTML>
23147 ====== h_config_set_att_wyse2 ======
23148 <HTML><HEAD>
23149 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
23150 </HEAD>
23151 <BODY>
23152 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
23154 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
23155 It is OK to include "attached-to-wyse-no-formfeed" in your personal
23156 list below.
23160 This is the same as the "attached-to-wyse" option except that a
23161 formfeed character will not be appended to the end of the print job.
23162 If your printer already ejects the paper by itself at the end of the
23163 job, you may prefer the "no-formfeed" form of this printer so that you
23164 don't get an extra blank page between print jobs.
23167 &lt;End of help on this topic&gt;
23168 </BODY></HTML>
23169 ====== h_config_set_stand_print ======
23170 <HTML>
23171 <HEAD>
23172 <TITLE>OPTION: Set default printer</TITLE>
23173 </HEAD>
23174 <H1>OPTION: Set default printer</H1>
23175 <BODY>
23176 Move to the printer you want and type "S" to set it to be your
23177 default printer.  This list is not modifiable by you and has been
23178 set up by the system administrators.  If there is more than one printer
23179 listed in the Command List, you will be able to cycle through that
23180 whole list at the time you print, starting with your default.
23181 It is OK to include entries from this Standard list in your personal
23182 list below.
23184 &lt;End of help on this topic&gt;
23185 </BODY>
23186 </HTML>
23187 ====== h_config_set_custom_print ======
23188 <HTML>
23189 <HEAD>
23190 <TITLE>OPTION: Set default printer</TITLE>
23191 </HEAD>
23192 <H1>OPTION: Set default printer</H1>
23193 <BODY>
23194 You may add as many print commands as you want to your personal list.
23195 Specify one of them as your default printer by moving to the printer
23196 you want and typing "S".  If there is more than one printer listed
23197 in the Command List, you will be able to cycle through that list at
23198 the time you print, starting with your default.  It is OK to include
23199 entries from the Standard list above or to include the command
23200 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
23201 "attached-to-wyse-no-formfeed" as one of the entries here.
23203 &lt;End of help on this topic&gt;
23204 </BODY>
23205 </HTML>
23206 ====== h_config_user_id =====
23207 <HTML>
23208 <HEAD>
23209 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
23210 </HEAD>
23211 <BODY>
23212 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
23214 This value is used as part of the "From" address on messages you send.
23215 It is also the default login name for remote IMAP server access.  Set this
23216 to the username part you want to appear on outgoing email.
23218 If you want to change the value of what gets included in the From header
23219 in messages you send (other than just the User ID)
23220 look <A HREF="h_config_change_your_from">here</A> for a description.
23222 <P><UL>   
23223 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23224 </UL><P>
23225 &lt;End of help on this topic&gt;
23226 </BODY>
23227 </HTML>
23228 ====== h_config_user_dom =====
23229 <HTML>
23230 <HEAD>
23231 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
23232 </HEAD>
23233 <BODY>
23234 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
23236 This value specifies the domain part (right-hand side) of your return
23237 address on outgoing email and is also used as the default domain for email
23238 composed to a local user.
23239 <!--chtml if pinemode="os_windows"-->
23240  This value is required for PC-Alpine. If you are unsure as to what this should be,
23241  contact your local help desk, system administrator, or Internet Service Provider.
23242 <!--chtml else-->
23243  If unset, Unix Alpine will obtain the domain from
23244  the system.  Often this value will be set for your whole site by the
23245  system administrator.<P>
23246 <!--chtml endif-->
23247 If you set this, see also the <A HREF="h_config_quell_local_lookup">
23248 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
23250 If you want to change the value of what gets included in the From header
23251 in messages you send (other than just the User Domain)
23252 look <A HREF="h_config_change_your_from">here</A> for a description.
23253 <P><UL>
23254 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23255 </UL><P>
23256 &lt;End of help on this topic&gt;
23257 </BODY>
23258 </HTML>
23259 ====== h_config_smtp_server =====
23260 <HTML>
23261 <HEAD>
23262 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
23263 </HEAD>
23264 <BODY>
23265 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
23266 This value specifies the name of one or more SMTP 
23267 (Simple Mail Transfer Protocol) servers for sending mail. 
23268 <!--chtml if pinemode="os_windows"-->
23269 You must have an SMTP server for use with PC-Alpine.
23270 SMTP servers are
23271 normally set up by a system administrator for use by all members of a given
23272 campus or department.
23273 Contact your local help desk to ask what SMTP
23274 servers you should use.  
23275 <!--chtml else-->
23276 Unix Alpine users may not need to set an SMTP server.
23277 Alpine will attempt to execute the program (usually sendmail) that is used
23278 to insert mail into the mail system.
23279 If this works for you, you may leave this option blank.
23280 If there is an SMTP server running on the Unix host you may be able to
23281 improve sending performance slightly by setting the SMTP server option
23282 to &quot;localhost&quot; or to the actual name of the Unix host.
23284 If the Unix host doesn't work the way Alpine was expecting you will need to
23285 set the value of this option.
23286 SMTP servers are
23287 normally set up by a system administrator for use by all members of a given
23288 campus or department.
23289 Contact your local help desk to ask what SMTP
23290 servers you should use.  
23291 <!--chtml endif-->
23293 Your SMTP server may offer SMTP AUTH authentication.
23294 It may even require it.
23295 If your SMTP server offers SMTP AUTH authentication you may specify a
23296 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
23297 This parameter requires an associated value,
23298 the username identifier with which to establish the server
23299 connection.
23300 An example might be:
23303 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
23306 If AUTH authentication is offered by the server, this will cause Alpine to
23307 attempt to use it.
23308 If AUTH authentication is not offered by the server, this will cause Alpine
23309 to fail sending with an error similar to:
23312 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
23315 Another type of authentication that is used by some ISPs is called
23316 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
23317 which means that you have to authenticate
23318 yourself to the POP or IMAP server by opening a mailbox before you
23319 can send mail.
23320 To do this, you usually only have to open your INBOX.
23323 You may tell Alpine to use the
23324 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
23325 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
23326 parameter
23327 in this option.
23328 At this time &quot;/submit&quot; is simply equivalent to specifying
23329 port 587, though it may imply more than that at some point in the future.
23330 Some ISPs are blocking port 25 in order to reduce the amount of spam
23331 being sent to their users.
23332 You may find that the submit option allows you to get around such a block.
23335 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
23338 To specify any non-standard port number on the SMTP server you may follow
23339 the hostname with a colon followed by the portnumber.
23342 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
23345 Normally, when a connection is made to the Smtp-Server Alpine will attempt
23346 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
23347 If that fails then a non-encrypted connection will be attempted instead.
23348 You may specify that a TLS connection is required if you wish.
23349 If you append &quot;/starttls&quot; to the name then the connection will fail
23350 instead of falling back to a non-secure connection.
23353 <CENTER><SAMP>smtpserver.example.com/starttls</SAMP></CENTER>
23357 For more details about server name possibilities see
23358 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
23361 <UL>
23362 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23363 </UL>
23365 &lt;End of help on this topic&gt;
23366 </BODY>
23367 </HTML>
23368 ====== h_config_nntp_server =====
23369 <HTML>
23370 <HEAD>
23371 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
23372 <BODY>
23373 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
23375 This value specifies the name of one or more NNTP
23376 (Network News Transfer Protocol)
23377 servers for reading and posting USENET news.
23378 NNTP servers are normally
23379 set up by a system administrator for use by all members of a given campus
23380 or department.
23381 Contact your local help desk to ask what NNTP servers you should use.  
23382 <!--chtml if pinemode="os_windows"--><!--chtml else-->
23383 Often Unix Alpine users will find that this variable has been
23384 set for the whole system (and they don't have to worry about it).  
23385 <!--chtml endif-->
23386 When you define an NNTP server here, Alpine implicitly defines a news
23387 collection for you, assuming that server as the news server and assuming
23388 that you will use the NNTP protocol and a local newsrc configuration file
23389 for reading news.
23390 For more about reading news with Alpine, see
23391 <A HREF="h_reading_news">how to use Alpine to read news</A>.
23393 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
23394 or &quot;AUTHINFO USER&quot; authentication.
23395 It may even require it.
23396 If your NNTP server does offer such authentication you may specify a user name
23397 parameter to cause Alpine to attempt to authenticate.
23398 The same is true for the server name in a folder collection that uses NNTP.
23399 This parameter requires an associated value,
23400 the username identifier with which to establish the server connection.
23401 An example might be:
23404 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
23407 If authentication is offered by the server, this will cause Alpine to
23408 attempt to use it.
23409 If authentication is not offered by the server, this will cause Alpine
23410 to fail with an error similar to:
23413 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
23415 For more details about the server name possibilities see
23416 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
23417 <P><UL>
23418 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23419 </UL><P>
23420 &lt;End of help on this topic&gt;
23421 </BODY>
23422 </HTML>
23423 ====== h_config_inbox_path =====
23424 <HTML>
23425 <HEAD>
23426 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
23427 </HEAD>
23428 <BODY>
23429 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
23431 This value overrides the default value of your INBOX name/path/location.
23432 <!--chtml if pinemode="os_windows"-->
23433 PC-Alpine users must specify an inbox path and it must be a folder on an
23434 IMAP server.  
23435 <!--chtml else-->
23436 Unix and VMS Alpine users will often find that this variable
23437 has been pre-configured by your system administrator.  
23438 <!--chtml endif-->
23439 You may be able to specify an alternate INBOX that is either a local folder 
23440 or a folder on an IMAP server.
23442 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
23443 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
23444 mail server.
23446 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23447 details on the syntax of folder definitions.
23449 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
23450 mail is disappearing.
23451 <P><UL>
23452 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23453 </UL><P>
23454 &lt;End of help on this topic&gt;
23455 </BODY>
23456 </HTML>
23457 ====== h_config_change_your_from =====
23458 <HTML>
23459 <HEAD>
23460 <TITLE>How to Change your From Address</TITLE>
23461 </HEAD>
23462 <BODY>
23463 <H1>How to Change your From Address</H1>
23465 If the From address that Alpine includes in mail that you send is not correct,
23466 you may want to configure a different default value for the From address.
23467 You may follow these directions to change the default:
23470 <UL>
23471   <LI> Go to the Main Alpine Menu
23472   <LI> From there type the Setup Command
23473   <LI> From there type the Config Command
23474 </UL>
23477 You've probably already seen this SETUP CONFIGURATION screen.
23478 If not, there are many options you may want to set here.
23479 To set the value of the From header you may use the
23480 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
23481 Find it by scrolling down a few pages or use the WhereIs command to
23482 search for &quot;customized&quot;.
23483 You may want to read the help text associated with the option.
23485 To add a custom From header, type the Add command and enter the
23486 full header line, including the leading &quot;From:&nbsp;&quot;.
23487 For example:
23489 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
23491 Now exit the Setup command and try sending mail to yourself to see
23492 what the From line looks like.
23494 When you are in the composer you may edit the custom From line by typing
23495 Ctrl-R while your cursor is in the headers of the message and then moving
23496 to the From line and editing.
23497 If you want to leave the default value the same but add the possibility
23498 of being able to edit the header when you compose, add just the header
23499 name without a value.
23500 For example:
23502 <CENTER><SAMP>From:</SAMP></CENTER>
23504 If you change your From address you may also find it useful to add the
23505 changed From address to the
23506 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
23507 configuration option.
23509 <UL>   
23510 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23511 </UL><P>
23512 &lt;End of help on this topic&gt;
23513 </BODY>
23514 </HTML>
23515 ====== h_config_default_fcc =====
23516 <HTML>
23517 <HEAD>
23518 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
23519 </HEAD>
23520 <BODY>
23521 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
23523 This value specifies where a copy of outgoing mail should be saved.  If
23524 this is not a path name, it will be in the default collection for saves.
23525 Any valid folder specification, local or IMAP, is allowed.  This default
23526 folder carbon copy only applies when the 
23527 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
23528 is set to use the default folder.  
23529 <!--chtml if pinemode="os_windows"-->
23530 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
23531 <!--chtml else-->
23532 Unix Alpine default
23533 is normally &quot;sent-mail&quot; in the default folder collection. 
23534 <!--chtml endif-->
23536 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
23537 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
23538 IMAP server (remember that in order to later access this remote folder through Alpine, it
23539 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
23540 for more information). An example:<p>
23541 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
23543 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
23545 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23546 details on the syntax of folder definitions.
23548 <UL>   
23549 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23550 </UL><P>
23551 &lt;End of help on this topic&gt;
23552 </BODY>
23553 </HTML>
23554 ====== h_config_def_save_folder =====
23555 <HTML>
23556 <HEAD>
23557 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
23558 </HEAD>
23559 <BODY>
23560 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
23562 This option determines the default folder name for save-message operations 
23563 (&quot;saves&quot;).
23565 If this is not a path name, it will be in the default collection for saves.
23566 Any valid folder specification, local or IMAP, is allowed.  This default
23567 folder only applies when the
23568 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
23569 doesn't override it.  
23570 <!--chtml if pinemode="os_windows"-->
23571 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
23572 <!--chtml else-->
23573 Unix Alpine default
23574 is normally &quot;saved-messages&quot; in the default folder collection.
23575 <!--chtml endif-->
23576 If you access your email through an IMAP server, especially if you often switch between Unix
23577 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
23578 IMAP server (remember that in order to later access this remote folder through Alpine, it
23579 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
23580 for more information). An example:<p>
23581 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
23583 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23584 details on the syntax of folder definitions.
23586 <UL>   
23587 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23588 </UL><P>
23589 &lt;End of help on this topic&gt;
23590 </BODY>
23591 </HTML>
23592 ====== h_config_postponed_folder =====
23593 <HTML>
23594 <HEAD>
23595 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
23596 </HEAD>
23597 <BODY>
23598 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
23600 This value overrides the default name for the folder where postponed
23601 messages are saved.  If this is not a path name, it will be in the default
23602 collection for message Saves.  Any valid folder specification, local or
23603 remote, is allowed. 
23604 PC-Alpine default
23605 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
23606 The Unix Alpine default is normally &quot;postponed-msgs&quot;
23607 in the default collection. 
23609 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
23610 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
23611 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
23612 in all Alpine copies you use. 
23613 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
23614 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
23615 for more information). An
23616 example:<p> 
23617 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
23619 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23620 details on the syntax of folder definitions.
23622 <UL>   
23623 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23624 </UL><P>
23625 &lt;End of help on this topic&gt;
23626 </BODY>
23627 </HTML>
23628 ====== h_config_read_message_folder =====
23629 <HTML>
23630 <HEAD>
23631 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
23632 </HEAD>
23633 <BODY>
23634 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
23636 By virtue of specifying a folder name here, Alpine will be configured to
23637 save all messages that you have read during a session into the designated
23638 &quot;read messages&quot; folder.  This allows you to more easily distinguish
23639 between your really new email (in your INBOX) and those that you have
23640 already read.  Depending on how you define the 
23641 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
23642 setting, you may or may not be asked when you quit
23643 Alpine if you want read messages to be moved to this folder.  In either
23644 case, moving the messages means they will be deleted from your INBOX.
23646 If this is not a path name, it will be in the default collection for
23647 saves.  Any valid folder specification, local or remote (via IMAP), is
23648 allowed.  There is no default for the name of the read message folder.
23650 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23651 details on the syntax of folder definitions.
23653 <UL>   
23654 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23655 </UL><P>
23656 &lt;End of help on this topic&gt;
23657 </BODY>
23658 </HTML>
23659 ====== h_config_form_folder =====
23660 <HTML>
23661 <HEAD>
23662 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
23663 </HEAD>
23664 <BODY>
23665 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
23667 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
23668 contain messages that you have composed and that are intended to be
23669 sent in their original form repeatedly.
23672 Setting this variable will alter Alpine's usual behavior when you
23673 execute the Compose command.  Normally, Alpine offers a chance to
23674 continue a postponed or interrupted message should one or the other
23675 exist.  When this variable is set to a folder name that exists, Alpine
23676 will also offer the chance to select a message from the folder to
23677 insert into the composer (much like when continuing a postponed message).
23678 The difference, however, is that Alpine will not automatically delete
23679 the selected message from the Form Letter Folder.
23681 Setting this variable will also affect Alpine's behavior when you
23682 Postpone a message from the composer.  Normally, Alpine simply stashes
23683 the message away in your
23684 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
23685 Regardless of the specified folder's existence, Alpine will ask which
23686 folder you intend the message to be stored in.  Choose the
23687 &quot;F&quot; option to store the message in your Form Letter Folder.
23688 This is the most common way to add a message to the folder.
23691 Another method of adding messages to the folder is via the Alpine
23692 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
23693 you expect to send in the same form again, you can enter the Form
23694 Letter Folder's name in this field.  Alpine, as usual, will copy the
23695 message as it's sent.  Note, when you later select this message from 
23696 your Form Letter Folder, it will have the same recipients as the original
23697 message.
23700 To delete a message from the Form Letter Folder, you can either select
23701 the folder from a suitable FOLDER LIST screen, or use the Delete
23702 command in the MESSAGE INDEX offered when selecting from the folder as
23703 part of the Compose command.  You can delete a Form Letter Folder just
23704 as any other folder from a suitable FOLDER LIST screen.
23707 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
23708 facility can be used
23709 to replace the Form Letter Folder.
23712 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23713 details on the syntax of folder definitions.
23716 <UL>   
23717 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23718 </UL><P>
23719 &lt;End of help on this topic&gt;
23720 </BODY>
23721 </HTML>
23722 ====== h_config_archived_folders =====
23723 <HTML>
23724 <HEAD>
23725 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
23726 </HEAD>
23727 <BODY>
23728 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
23730 This is like
23731 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
23732 only more general.  You may archive
23733 any of the folders in your incoming collection.  This is a list of folder
23734 pairs, with the first separated from the second in the pair by a space.
23735 The first folder in a pair is the folder you want to archive, and the
23736 second folder is the folder that read messages from the first should be
23737 moved to.  Depending on how you define the
23738 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
23739 setting, you may or may not be asked when you
23740 leave the first folder if you want read messages to be moved to the
23741 second folder.  In either case, moving the messages means they will be
23742 deleted from the first folder.
23744 The name of the first folder in each pair can be either the technical
23745 specification of the folder (like what appears in your configuration file)
23746 or (much easier) the nickname that you gave the folder when you made it
23747 an incoming folder.
23749 For example:<p>
23750 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
23751 <p>or, using nicknames:<p>
23752 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
23754 If these are not path names, they will be in the default collection for
23755 saves. Any valid folder specification, local or remote (via IMAP), is
23756 allowed. There is no default.
23758 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23759 details on the syntax of folder definitions.
23761 <UL>   
23762 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23763 </UL><P>
23764 &lt;End of help on this topic&gt;
23765 </BODY>
23766 </HTML>
23767 ====== h_config_newsrc_path ======
23768 <HTML>
23769 <HEAD>
23770 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
23771 </HEAD>
23772 <BODY>
23773 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
23775 This option overrides the default name Alpine uses for your "newsrc" news
23776 status and subscription file.  If set, Alpine will take this value as the
23777 full pathname for the desired newsrc file.<P>
23779 If this option is <B>not</B> set, 
23780 <!--chtml if pinemode="os_windows"-->
23781 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
23782 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
23783 directory as your pinerc file for NEWSRC.
23784 <!--chtml else-->
23785 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
23786 your account's home directory).
23787 <!--chtml endif-->
23788 <P><UL>
23789 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23790 </UL>
23792 &lt;End of help on this topic&gt;
23793 </BODY>
23794 </HTML>
23795 ====== h_config_literal_sig =====
23796 <HTML>
23797 <HEAD>
23798 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
23799 </HEAD>
23800 <BODY>
23801 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
23803 With this option your actual signature, as opposed to
23804 the name of a file containing your signature,
23805 is stored in the Alpine configuration file.
23806 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
23809 This is simply a different way to store the signature.
23810 The signature is stored inside your Alpine configuration file instead of in
23811 a separate file.
23812 Tokens work the same way they do with the
23813 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
23814 help.
23817 The Setup/Signature command on Alpine's MAIN MENU will edit
23818 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
23819 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
23820 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
23821 instead.
23824 The two character sequence &#92;n (backslash followed by
23825 the character n) will be used to signify a line-break in your signature.
23826 You don't have to enter the &#92;n, but it will be visible in the
23827 SETUP CONFIGURATION window after you are done editing the signature.
23830 <UL>   
23831 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23832 </UL><P>
23833 &lt;End of help on this topic&gt;
23834 </BODY>
23835 </HTML>
23836 ====== h_config_signature_file =====
23837 <HTML>
23838 <HEAD>
23839 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
23840 </HEAD>
23841 <BODY>
23842 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
23844 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
23845 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
23846 You can tell that that is the case because the value of the
23847 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
23849 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
23851 You may either use all Literal Signatures (signatures stored in your
23852 configuration file) throughout Alpine, or all signature files.
23853 You can't mix the two.
23855 This is the name of a file that will be automatically inserted into
23856 outgoing messages.
23857 It typically contains information such as your
23858 name, email address and organizational affiliation.
23859 Alpine adds the
23860 signature into the message as soon as you enter the composer so you
23861 can choose to remove it or edit it on a message by message basis.
23862 Signature file placement in message replies is controlled by the
23863 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
23864 setting in the feature list.
23867 The default file name is
23868 <!--chtml if pinemode="os_windows"-->
23869 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
23870 PINERC file is a local file.
23871 If your PINERC file is remote, then it will be in the directory specified
23872 by the &quot;-aux local_directory&quot; command line option.
23873 <!--chtml else-->
23874 &quot;.signature&quot;.
23875 <!--chtml endif-->
23878 To create or edit your signature file choose Setup from the MAIN MENU
23879 and then select S for Signature (Main/Setup/Signature).  This puts you
23880 into the Signature Editor where you can enter a <EM>few</EM> lines of
23881 text containing your identity and affiliation.
23884 If the filename is followed by a vertical bar (|) then instead
23885 of reading the contents of the file the file is assumed to be a
23886 program that will produce the text to be used on its standard output.
23887 The program can't have any arguments and doesn't receive any input from Alpine,
23888 but the rest of the processing works as if the contents came from a file.
23891 Instead of storing the data in a local file, the
23892 signature data may be stored remotely in an IMAP folder.
23893 In order to do this, 
23894 you must use a remote name for the file.
23895 A remote <!--#echo var="VAR_signature-file"--> name might look like:
23897 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
23900 The syntax used here is the same as the syntax used for remote configuration
23901 files from the command line.
23902 Note that you may not access an existing signature file remotely,
23903 you have to create a new <EM>folder</EM> that contains the signature data.
23904 If the name you use here for the signature file is a remote name, then when
23905 you edit the file from the Setup/Signature command the data will be stored
23906 remotely in the folder.
23907 You aren't required to do anything special to create the folder, it
23908 gets created automatically if you use a remote name.
23911 Besides regular text, the signature file may also contain
23912 (or a signature program may produce) tokens that
23913 are replaced with text that usually depends on the message you are replying
23914 to or forwarding.
23915 For example, if the signature file contains the token
23917 <CENTER><SAMP>_DATE_</SAMP></CENTER>
23919 anywhere in the text, then that token is replaced by the date
23920 the message you are replying to or forwarding was sent.
23921 If it contains
23923 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
23925 that is replaced with the current date.
23926 The first is an example of a token that depends on the message you
23927 are replying to (or forwarding) and the second is an example which
23928 doesn't depend on anything other than the current date.
23929 You have to be a little careful with this facility since tokens that
23930 depend on the message you are replying to or forwarding will be replaced
23931 by nothing in the case where you are composing a new message from scratch.
23932 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
23933 in this respect.
23934 It allows you to use different signature files in different cases.
23937 The list of tokens available for use in the signature file is
23938 <A HREF="h_index_tokens">here</A>.
23941 Instead of, or along with the use of &quot;roles&quot; to give you
23942 different signature files in different situations, there is also
23943 a way to conditionally include text based
23944 on whether or not a token would result in specific replacement text.
23945 For example, you could include some text based on whether or not
23946 the _NEWS_ token would result in any newsgroups if it was used.
23947 This is explained in detail
23948 <A HREF="h_reply_token_conditionals">here</A>.
23949 This isn't for the faint of heart.
23951 In the very unlikely event that you want to include a literal token
23952 in the signature you must precede it with a backslash character.
23953 For example,
23955 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
23957 would produce something like
23959 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
23961 It is not possible to have a literal backslash followed by an expanded token.
23963 An alternate method for storing the signature data is available by using the
23964 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
23965 This variable will be used by default.
23967 <UL>   
23968 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23969 </UL><P>
23970 &lt;End of help on this topic&gt;
23971 </BODY>
23972 </HTML>
23973 ====== h_config_init_cmd_list =====
23974 <HTML>
23975 <HEAD>
23976 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
23977 </HEAD>
23978 <BODY>
23979 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
23981 The initial keystroke--or command--list option lets you start Alpine at
23982 any place you like.
23983 Whatever keystrokes you specify here will be executed
23984 by Alpine upon startup as a macro.
23985 The words SPACE, TAB, DOWN, UP, LEFT, and
23986 RIGHT indicate the pressing of those keys.
23987 CR indicates the pressing of the RETURN key.
23988 F1 through F12 represent the function keys, and ^ followed
23989 by a character indicates that key pressed along with the control key (in
23990 other words, ^P means Ctrl-P).
23991 As a shortcut notation, an element of the list may be several characters
23992 surrounded by double-quotes (").
23993 That will be expanded into the individual keystrokes
23994 (excluding the double-quote characters).
23995 For example, the quoted-string
23997 <P><CENTER>"ABC"</CENTER>
24000 is interpreted the same as the three separate list members
24002 <P><CENTER>A and B and C</CENTER>
24005 which is also the same as
24007 <P><CENTER>A,B,C</CENTER>
24010 An example: To view message 1 on startup,
24011 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
24013 <P><CENTER>I,J,1,CR,V</CENTER>
24016 An equivalent version of this is
24018 <P><CENTER>"IJ1",CR,V</CENTER>
24021 Restrictions: You cannot pre-type into the composer with the initial
24022 keystroke list, and you cannot mix function key commands with letter
24023 commands.
24025 <P><UL>   
24026 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24027 </UL>
24029 &lt;End of help on this topic&gt;
24030 </BODY>
24031 </HTML>
24032 ====== h_config_comp_hdrs =====
24033 <html>
24034 <header>
24035 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
24036 </header>
24037 <body>
24038 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
24040 You can control which headers you want visible when composing outgoing
24041 email using this option.
24042 You can specify any of the regular set, any
24043 <A HREF="h_compose_richhdr">Rich Header</A>,
24044 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
24045 that you have already defined.
24046 If you use this setting at all, you must specify all the
24047 headers you want to see, you can't just add to the regular header set.
24048 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
24050 Note that the "Newsgroups:" header will be abbreviated in the Composer
24051 display, but should be spelled out in full here.<p>
24052 <UL>   
24053 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24054 </UL><P>
24055 &lt;End of help on this topic&gt;
24056 </body>
24057 </html>
24058 ====== h_config_custom_hdrs =====
24059 <HTML>
24060 <HEAD>
24061 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
24062 </HEAD>
24063 <BODY>
24064 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
24066 You may add your own custom headers to outgoing messages.
24067 Each header you specify here must include the header tag 
24068 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
24069 and may optionally include a value for that header.
24070 If you want to see these custom headers each time you compose a message,
24071 you must add them to your
24072 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
24073 otherwise they become part
24074 of the rich header set that you only see when you press the
24075 <A HREF="h_compose_richhdr">Rich Header</A>
24076 <!--chtml if pinemode="function_key"-->(F5)
24077 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
24078 (If you are looking for a way to change which headers are <EM>displayed</EM>
24079 when you view a message, take a look at the
24080 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
24081 option instead.)
24082 Here's an example that shows how you might set your From address
24084 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
24086 and another showing how you might set a Reply-To address
24088 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
24090 You may also set non-standard header values here.
24091 For example, you could add
24093 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
24095 or even
24097 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
24099 If you include a value after the colon then that header will be included
24100 in your outgoing messages unless you delete it before sending.
24101 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
24102 it will not be included in outgoing messages unless you edit a value
24103 in manually.
24104 For example, if
24106 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
24108 is in the list, then the Reply-To header will be available for editing
24109 but won't be included unless a value is added while in the composer.
24111 It's actually a little more complicated than that.
24112 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
24113 defaults.
24114 If the message you are about to compose already has a value for a header,
24115 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
24116 For example, if you are Replying to a message the Subject field
24117 will already be filled in.
24118 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
24119 custom subject will <EM>NOT</EM> be used.
24120 The subject derived from the subject of the message you are Replying
24121 to will be used instead.
24123 It is also possible to make header setting even more complicated and more
24124 automatic by using
24125 <A HREF="h_rules_roles">Roles</A>,
24126 but if all you want to do is set a default value for a header, you don't
24127 need to think about Roles.
24129 If you change your From address you may also find it useful to add the
24130 changed From address to the
24131 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
24132 configuration option.
24134 Limitation: Because commas are used to separate the list of
24135 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
24136 header contain a comma.
24137 Nor is there currently an &quot;escape&quot; mechanism provided
24138 to make this work.
24139 <P><UL>
24140 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24141 </UL>
24143 &lt;End of help on this topic&gt;
24144 </BODY>
24145 </HTML>
24146 ====== h_config_viewer_headers =====
24147 <HTML>
24148 <HEAD>
24149 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
24150 </HEAD>
24151 <BODY>
24152 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
24154 You may change the default list of headers that are viewed by listing
24155 the headers you want to view here.  If the headers in your
24156 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
24157 will be shown.  The order of the headers you list will be honored.  If
24158 the special value &quot;all-except&quot; is included as the first
24159 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
24160 message except those in the list will be shown.  The values are all
24161 case insensitive.
24164 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
24165 then the original default headers are ignored.  So, if you just wanted
24166 to add the header Organization to the list, you would have to list
24167 Organization plus all of the other headers originally in the default
24168 list.  If you just included Organization and nothing else, then you
24169 would see only the Organization header, nothing else.
24172 The default list of headers includes:
24173 <UL>
24174   <LI>From
24175   <LI>Resent-From
24176   <LI>To
24177   <LI>Resent-To
24178   <LI>Cc
24179   <LI>Resent-cc
24180   <LI>Bcc
24181   <LI>Newsgroups
24182   <LI>Followup-To
24183   <LI>Date
24184   <LI>Resent-Date
24185   <LI>Subject
24186   <LI>Resent-Subject
24187   <LI>Reply-To
24188 </UL>
24191 If you are looking for a way to control which headers are included in
24192 outgoing mail and are visible or not in the composer, take a look at the
24193 options
24194 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
24195 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
24196 this option.
24198 <UL>   
24199 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24200 </UL><P>
24201 &lt;End of help on this topic&gt;
24202 </BODY>
24203 </HTML>
24204 ====== h_config_viewer_margin_left =====
24205 <HTML>
24206 <HEAD>
24207 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
24208 </HEAD>
24209 <BODY>
24210 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
24212 This variable controls the left-hand vertical margin's width in
24213 Alpine's Message Viewing screen.
24214 Its value is the number of space characters preceding each displayed line.
24215 For consistency with
24216 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
24217 you may specify the column number to start in
24218 (column numbering begins with number 1)
24219 instead of the width of the margin by appending a lower case letter
24220 &quot;c&quot; to the number.
24221 For example, a value of &quot;2c&quot; means to start the text in column two,
24222 which is entirely equivalent to a value of &quot;1&quot;, which means to
24223 leave a margin of 1 space.
24225 The default is a left margin of 0 (zero).
24226 Misconfigurations (for example, negative values or values with starting
24227 left columns greater than the ending right column)
24228 are silently ignored.
24229 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
24230 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
24231 instead.
24234 &lt;End of help on this topic&gt;
24235 </BODY>
24236 </HTML>
24237 ====== h_config_viewer_margin_right =====
24238 <HTML>
24239 <HEAD>
24240 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
24241 </HEAD>
24242 <BODY>
24243 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
24245 This variable controls the right-hand vertical margin's width in
24246 Alpine's Message Viewing screen.
24247 Its value is the number of space characters following each displayed line.
24248 You may specify the column number to end the text in
24249 (column numbering begins with number 1)
24250 instead of the width of the margin by appending a lower case letter
24251 &quot;c&quot; to the number.
24252 For example, a value of &quot;76c&quot; means to end the text in column 76.
24253 If the screen is 80 characters wide, this is equivalent to a value
24254 of &quot;4&quot;, which means to leave a margin of 4 spaces.
24255 However, if you use different size screens at different times, then these
24256 two values are not equivalent.
24258 The default right margin is 4.
24259 Misconfigurations (for example, negative values or values with starting
24260 left columns greater than the ending right column)
24261 are silently ignored.
24262 If the number of columns for text between the
24263 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
24264 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
24265 instead.
24268 &lt;End of help on this topic&gt;
24269 </BODY>
24270 </HTML>
24271 ====== h_config_quote_suppression =====
24272 <HTML>
24273 <HEAD>
24274 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
24275 </HEAD>
24276 <BODY>
24277 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
24279 This option should be used with care.
24280 It will cause some of the quoted text to be eliminated from the
24281 display when viewing a message in the MESSAGE TEXT screen.
24282 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
24283 value &quot;5&quot;,
24284 this will cause quoted text that is longer than five lines to be truncated.
24285 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
24286 Quoted text of more than six lines will have the first five lines displayed
24287 followed by a line that looks something like
24289 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
24291 As a special case, if exactly one line of quoted text would be hidden, the
24292 entire quote will be shown instead.
24293 So for the above example, quoted text that is exactly six lines long will
24294 will be shown in its entirety.
24295 (In other words, instead of hiding a single line and adding a line
24296 that announces that one line was hidden, the line is just shown.)
24298 If the sender of a message has carefully chosen the quotes that he or she
24299 includes, hiding those quotes may change the meaning of the message.
24300 For that reason, Alpine requires that when you want to set the value of this
24301 variable to something less than four lines, you actually have to set it
24302 to the negative of that number.
24303 So if you want to set this option to &quot;3&quot;, you actually have to
24304 set it to &quot;-3&quot;.
24305 The only purpose of this is to get you to think about whether or not you
24306 really want to do this!
24307 If you want to delete all quoted text you set the value of this option
24308 to the special value &quot;-10&quot;.
24310 The legal values for this option are
24312 <TABLE>   
24313 <TR>
24314   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
24315   <TD> Default, don't hide anything </TD>
24316 </TR>
24317 <TR>
24318   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
24319   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
24320 </TR>
24321 <TR>
24322   <TD> &nbsp;4,5,6,...&nbsp; </TD>
24323   <TD> Suppress if more than that many lines </TD>
24324 </TR>
24325 <TR>
24326   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
24327   <TD> Suppress all quoted lines </TD>
24328 </TR>
24329 </TABLE>
24331 If you set this option to a non-default value you may sometimes wish to
24332 view the quoted text that is not shown.
24333 When this is the case, the
24334 <A HREF="h_common_hdrmode">HdrMode Command</A>
24335 may be used to show the hidden text.
24336 Typing the &quot;H&quot; command once will show the hidden text.
24337 Typing a second &quot;H&quot; will also turn on Full Header mode.
24338 The presence or absence of the HdrMode command is determined by the
24339 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
24340 Feature-List option in your Alpine configuration, so you will want to
24341 be sure that is turned on if you use quote suppression.
24343 For the purposes of this option, a quote is a line that begins with the
24344 character &quot;&gt;&quot;.
24346 Quotes are only suppressed when displaying a message on the screen.
24347 The entire quote will be left intact when printing or forwarding or something
24348 similar.
24350 &lt;End of help on this topic&gt;
24351 </BODY>
24352 </HTML>
24353 ====== h_config_saved_msg_name_rule =====
24354 <HTML>
24355 <HEAD>
24356 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
24357 </HEAD>
24358 <BODY>
24359 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
24361 This option determines the default folder name when saving
24362 a message.
24365 The default option is &quot;default-folder&quot;, which is the folder
24366 called &quot;saved-messages&quot; in Unix Alpine and
24367 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
24368 the Alpine option called
24369 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
24372 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
24373 get the chosen option's value for the message being saved (or for the
24374 first message being saved if using an aggregrate save).
24375 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
24376 value of who the message came from (i.e. the from address).
24377 Alpine then attempts to save the message to a folder matching that value.
24378 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
24379 &quot;by-sender&quot;.
24380 The opposite is also true.
24381 If &quot;by-recipient&quot; is chosen and the message was posted to a
24382 newsgroup, Alpine will use the newsgroup name.
24383 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
24384 &quot;by-from&quot;.
24387 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
24388 to use the personal name part of the address instead of the mailbox part.
24389 If any of the &quot;by-nick&quot; options are chosen, the
24390 address is looked up in your address book and if found, the
24391 nickname for that entry is used.
24392 Only simple address book entries are checked, not distribution lists.
24393 Similarly, if any of the
24394 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
24395 address book entry is used.
24396 If by-realname, or the by-nick or by-fcc lookups result in no value,
24397 then if the chosen option ends with the &quot;then-from&quot;,
24398 &quot;then-sender&quot;, &quot;then-replyto&quot;,
24399 or &quot;then-recip&quot; suffix, Alpine
24400 reverts to the same behavior as &quot;by-from&quot;,
24401 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
24402 depending on which option was specified.
24403 If the chosen option doesn't end with one of
24404 the &quot;then-&quot; suffixes, then Alpine reverts to the default
24405 folder when no match is found in the address book.
24408 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
24409 to save to the folder that you saved to the last time you saved a
24410 message.  The first time you save a message in an Alpine session, Alpine
24411 attempts to save the message to the default folder.
24414 Here is an example to make some of the options clearer.
24415 If the message is From
24417 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
24419 and this rule is set to &quot;by-from&quot;, then the default folder offered
24420 in the save dialog would be &quot;flint&quot;.
24422 If this rule is set to &quot;by-realname-of-from&quot; then the default would
24423 be &quot;Fred Flintstone&quot;.
24425 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
24426 for the address &quot;flint@bedrock.org&quot; in your address book.
24427 If an entry is found and it has a nickname associated with it, that nickname
24428 will be offered as the default folder.
24429 If not, the default saved message folder will be offered as the default.
24431 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
24432 for the address &quot;flint@bedrock.org&quot; in your address book.
24433 If an entry is found and it has an Fcc associated with it, that Fcc
24434 will be offered as the default folder.
24435 If not, the default saved message folder will be offered as the default.
24437 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
24438 for the address &quot;flint@bedrock.org&quot; in your address book.
24439 If an entry is found and it has a nickname associated with it, that nickname
24440 will be offered as the default folder.
24441 If it is not found (or has no nickname) then the default offered will be
24442 the same as it would be for the &quot;by-from&quot; rule.
24443 That is, it would be &quot;flint&quot;
24445 <UL>   
24446 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24447 </UL><P>
24448 &lt;End of help on this topic&gt;
24449 </BODY>
24450 </HTML>
24451 ====== h_config_fcc_rule =====
24452 <HTML>
24453 <HEAD>
24454 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
24455 </HEAD>
24456 <BODY>
24457 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
24459 This option determines the default name for folder carbon copy. Choose
24460 one:
24462 <DL>
24463 <DT>default-fcc</DT>
24464 <DD>This is the normal default, the value of which is set in the
24465 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
24466 configuration.
24467 </DD>
24469 <DT>last-fcc-used</DT>
24470 <DD> Causes Alpine to use the folder that was last
24471 used in the fcc field
24472 </DD>
24474 <DT>by-nickname</DT>
24475 <DD>Means that Alpine will use the nickname
24476 from your address book that matches the first address in the To line.
24477 If there is no match, it will use the value of the
24478 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
24479 </DD>
24481 <DT>by-recipient</DT>
24482 <DD>Means Alpine will form a folder name
24483 based on the left hand side of the first address in the To line.
24484 </DD>
24486 <DT>by-nick-then-recip</DT>
24487 <DD>Means that it will use the
24488 matching nickname from your address book if there is one, otherwise it
24489 will extract the recipient name from the address and use that (like
24490 by-recipient).
24491 </DD>
24493 <DT>current-folder</DT>
24494 <DD>Causes a copy to be written to
24495 the currently open folder, unless that is the INBOX.  In the case
24496 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
24497 used instead.
24498 </DD>
24499 </DL>
24502 Note: Whatever the fcc specified by the rule here, it will be
24503 over-ridden by any fcc entries you have in your address book.
24506 <UL>   
24507 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24508 </UL><P>
24509 &lt;End of help on this topic&gt;
24510 </BODY>
24511 </HTML>
24512 ====== h_config_sort_key =====
24513 <HTML>
24514 <HEAD>
24515 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
24516 </HEAD>
24517 <BODY>
24518 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
24520 This option determines the order in which messages will be displayed in
24521 the MESSAGE INDEX screen.  Choose from:
24523 <UL>
24524  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
24525  <LI> <A HREF="h_index_sort_date">Date</A>
24526  <LI> <A HREF="h_index_sort_subj">Subject</A>
24527  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
24528  <LI> <A HREF="h_index_sort_thread">Thread</A>
24529  <LI> <A HREF="h_index_sort_from">From</A>
24530  <LI> <A HREF="h_index_sort_size">Size</A>
24531  <LI> <A HREF="h_index_sort_score">Score</A>
24532  <LI> <A HREF="h_index_sort_to">To</A>
24533  <LI> <A HREF="h_index_sort_cc">Cc</A>
24534 </UL>
24537 Each type of sort may also be reversed.
24538 Normal default is by &quot;Arrival&quot;.
24541 A possible point of confusion arises when you change the configuration
24542 of the <!--#echo var="VAR_sort-key"-->.
24543 The folder will normally be re-sorted when you go back to viewing the
24544 index.
24545 However, if you have manually sorted the folder with the
24546 Sort
24547 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
24548 command, then it will not be re-sorted until the next time it is opened.
24551 <UL>   
24552 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24553 </UL><P>
24554 &lt;End of help on this topic&gt;
24555 </BODY>
24556 </HTML>
24557 ====== h_config_other_startup =====
24558 <HTML>
24559 <HEAD>
24560 <TITLE>OPTION: Set Startup Rule</TITLE>
24561 </HEAD>
24562 <BODY>
24563 <H1>OPTION: Set Startup Rule</H1>
24565 This option determines which message will be the <EM>current message</EM> when
24566 the folder is first opened.
24567 It works the same way that the option
24568 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
24569 works, so look there for help.
24570 It may be used for any folder, not just incoming folders.
24573 <UL>   
24574 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24575 </UL><P>
24576 &lt;End of help on this topic&gt;
24577 </BODY>
24578 </HTML>
24579 ====== h_config_perfolder_sort =====
24580 <HTML>
24581 <HEAD>
24582 <TITLE>Set Sort Order</TITLE>
24583 </HEAD>
24584 <BODY>
24585 <H1>Set Sort Order</H1>
24587 This option determines the order in which messages will be displayed in
24588 the MESSAGE INDEX screen when the Current Folder Type set in the
24589 Pattern is a match. Choose from:
24591 <UL>
24592  <LI> <A HREF="h_index_sort_default">Default</A>
24593  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
24594  <LI> <A HREF="h_index_sort_date">Date</A>
24595  <LI> <A HREF="h_index_sort_subj">Subject</A>
24596  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
24597  <LI> <A HREF="h_index_sort_thread">Thread</A>
24598  <LI> <A HREF="h_index_sort_from">From</A>
24599  <LI> <A HREF="h_index_sort_size">Size</A>
24600  <LI> <A HREF="h_index_sort_score">Score</A>
24601  <LI> <A HREF="h_index_sort_to">To</A>
24602  <LI> <A HREF="h_index_sort_cc">Cc</A>
24603 </UL>
24606 Each type of sort may also be reversed.
24607 Normal default is by &quot;Arrival&quot;.
24610 A possible point of confusion arises when you change the configuration
24611 of the Sort Order for the currently open folder.
24612 The folder will normally be re-sorted when you go back to viewing the
24613 index.
24614 However, if you have manually sorted the folder with the
24615 Sort
24616 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
24617 command, then it will not be re-sorted until the next time it is opened.
24620 <UL>   
24621 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24622 </UL><P>
24623 &lt;End of help on this topic&gt;
24624 </BODY>
24625 </HTML>
24626 ====== h_config_fld_sort_rule =====
24627 <HTML>
24628 <HEAD>
24629 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
24630 </HEAD>
24631 <BODY>
24632 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
24634 This option controls the order in which folder list entries will be
24635 presented in the FOLDER LIST screen.  Choose one of the following:
24637 <DL>
24638 <DT>Alphabetical</DT>
24639 <DD>sort by alphabetical name independent of type
24640 </DD>
24642 <DT>Alpha-with-dirs-last</DT>
24643 <DD>sort by alphabetical name grouping directory entries
24644 to the end of the list
24645 </DD>
24647 <DT>Alpha-with-dirs-first</DT>
24648 <DD>sort by alphabetical name grouping directory entries
24649 to the start of the list
24650 </DD>
24651 </DL>
24653 The normal default is &quot;Alphabetical&quot;.
24656 <UL>   
24657 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24658 </UL><P>
24659 &lt;End of help on this topic&gt;
24660 </BODY>
24661 </HTML>
24662 ====== h_config_ab_sort_rule =====
24663 <HTML>
24664 <HEAD>
24665 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
24666 </HEAD>
24667 <BODY>
24668 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
24670 This option controls the order in which address book entries will be
24671 presented.  Choose one of the following:
24673 <DL>
24674 <DT>fullname</DT>
24675 <DD>use fullname field, lists mixed in
24676 </DD>
24678 <DT>fullname-with-lists-last</DT>
24679 <DD>use fullname field, but put lists at end
24680 </DD>
24682 <DT>nickname</DT>
24683 <DD>use nickname field, lists mixed in
24684 </DD>
24686 <DT>nickname-with-lists-last</DT>
24687 <DD>use nickname field, but put lists at end
24688 </DD>
24690 <DT>dont-sort</DT>
24691 <DD>don't change order of file
24692 </DD>
24693 </DL>
24696 The normal default is &quot;fullname-with-lists-last&quot;.
24697 If you use an address book from more than one computer and those
24698 computers sort the address book differently then the sort order
24699 will be the order where the last change to the address book was
24700 made.
24701 There are two reasons the sorting might be different on different
24702 systems.
24703 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
24704 places.
24705 Second, the collation rules on the two computers may be different.
24706 For example, one system might ignore special characters while the other
24707 doesn't or one may sort upper and lower case letters together while
24708 the other doesn't.
24709 In any case, the order you see is the order on the system where the
24710 last change was made, for example by an address book edit or a
24711 Take Address command.
24714 <UL>   
24715 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24716 </UL><P>
24717 &lt;End of help on this topic&gt;
24718 </BODY>
24719 </HTML>
24720 ====== h_config_post_char_set =====
24721 <HTML>
24722 <HEAD>
24723 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
24724 </HEAD>
24725 <BODY>
24726 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
24728 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
24729 when sending messages.
24733 When sending a message the text typed in the composer is
24734 labeled with the character set specified by this option.
24735 If the composed text is not fully representable in the 
24736 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
24737 instead;
24740 Attachments are labeled with your
24741 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
24744 Generally, there should be little need to set this option.
24745 If left unset, the
24746 default behavior is to label composed text as specifically as
24747 possible.  That is, if the composed text has no non-ASCII characters,
24748 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
24749 only ISO-8859-15 characters, it is labeled as such.  Alpine will
24750 attempt to automatically detect a number of character sets including ISO-8859-15,
24751 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
24752 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
24753 If the message contains a mix of character sets,
24754 it is labeled as &quot;UTF-8.&quot;
24758 This setting is provided to allow you to force a particular character set that
24759 Alpine does not automatically detect. For example, if a message is representable
24760 in more than one character set then Alpine may choose a different default
24761 than you want.
24762 Lastly, by setting this option explicitly to
24763 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
24764 &quot;UTF-8&quot; instead of something more specific.
24767 In the Setup/Config screen you may choose from a list of all the
24768 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24771 The options
24772 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
24773 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
24774 are closely related.
24775 Setting the feature
24776 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
24777 should cause this option to be ignored.
24780 <UL>   
24781 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24782 </UL><P>
24783 &lt;End of help on this topic&gt;
24784 </BODY>
24785 </HTML>
24786 ====== h_config_unk_char_set =====
24787 <HTML>
24788 <HEAD>
24789 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
24790 </HEAD>
24791 <BODY>
24792 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
24794 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
24795 when reading or replying to messages.
24799 A text message should either be made up of all US-ASCII characters
24800 or it should contain a charset label which tells the software which
24801 character set encoding to use to interpret the message.
24802 Sometimes a malformed message may be unlabeled but contain non-ascii text.
24803 This message is outside of the standards so any attempt to read it could fail.
24804 When Alpine attempts to read such a message it will try to interpret the
24805 text in the character set you specify here.
24806 For example, if you have correspondents who send you unlabeled messages that
24807 are usually made up of characters from the WINDOWS-1251 character set, setting
24808 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
24809 allow you to read those messages.
24810 Of course, if the unlabeled message is actually in some other character set,
24811 then you may see garbage on your screen.
24813 Instead of just unlabeled text, this option also affects text which is labeled
24814 with the charsets &quot;X-Unknown&quot;, &quot;MISSING_PARAMETER_VALUE&quot;
24815 or &quot;US-ASCII&quot;.
24818 In the Setup/Config screen you may choose from a list of all the
24819 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24822 <UL>   
24823 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24824 </UL><P>
24825 &lt;End of help on this topic&gt;
24826 </BODY>
24827 </HTML>
24828 ====== h_config_char_set =====
24829 <HTML>
24830 <HEAD>
24831 <TITLE>OPTION: Display Character Set</TITLE>
24832 </HEAD>
24833 <BODY>
24834 <H1>OPTION: Display Character Set</H1>
24836 The Display Character Set configuration option is used when viewing messages.
24838 Alpine uses Unicode characters internally and 
24839 it is a goal for Alpine to handle email in many different languages.
24840 Alpine will properly display only left-to-right character sets
24841 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
24842 font is in use, in the sense that
24843 characters are assumed to take up zero, one, or two character cell
24844 widths from left to right on the screen. This is true even in PC-Alpine.
24847 Alpine recognizes some local character sets that are right-to-left
24848 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
24849 (Arabic) and properly converts texts in these character sets to/from
24850 Unicode; however, there are known display bugs with these character
24851 sets.
24854 There are three possible configuration character settings and some
24855 environment variable settings that can affect how Alpine
24856 handles international characters.
24857 The first two of these are only available in UNIX Alpine.
24858 The three configuration options are
24859 Display Character Set,
24860 Keyboard Character Set, and
24861 <!--#echo var="VAR_posting-character-set"-->.
24862 The Keyboard Character Set defaults to being the same value
24863 as the Display Character Set, and that is usually correct, because
24864 the keyboard almost always produces characters in the same character set
24865 as the display displays.
24866 The Display Character Set is the character set that Alpine
24867 will attempt to use when sending characters to the display.
24870 By default, the Display Character Set variable is not set and UNIX Alpine
24871 will attempt to get this information from the environment.
24872 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
24873 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
24874 An explicit configuration setting for Display Character Set will,
24875 of course, override any default setting.
24877 For PC-Alpine the Display Character Set
24878 and the Keyboard Character Set
24879 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
24882 It is probably best to use UNIX Alpine in a terminal emulator
24883 capable of displaying UTF-8 characters, since that will allow you to
24884 view just about any received text that is correctly formatted (note,
24885 however, the above comments about known index display bugs with certain
24886 character sets). You'll need to have an emulator that uses a UTF-8 font
24887 and you'll need to set up your environment to use a UTF-8 charmap. For
24888 example, on a Linux system you might include
24890 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
24893 or something similar in your UNIX startup files.
24894 You'd also have to select a UTF-8 font in your terminal emulator.
24897 The types of values that the character set variables may be set to are
24898 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
24899 The <CODE>ISO-2022</CODE> character sets are not supported for input or
24900 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
24901 for use only as a <!--#echo var="VAR_posting-character-set"-->.
24902 In the Setup/Config screen you may choose from a list of all the
24903 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24904 Here is a list of many of the possible character sets:
24907 <TABLE>
24908 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
24909 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
24910 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
24911 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
24912 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
24913 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
24914 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
24915 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
24916 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
24917 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
24918 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
24919 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
24920 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
24921 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
24922 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
24923 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
24924 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
24925 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
24926 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
24927 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukrainian</TD> </TR>
24928 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
24929 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
24930 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
24931 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24932 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24933 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24934 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
24935 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
24936 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
24937 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
24938 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
24939 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
24940 </TABLE>
24943 When reading incoming email, Alpine understands many different
24944 character sets and is able to convert the incoming mail into Unicode.
24945 The Unicode will be converted to the Display Character Set
24946 for display on your terminal.
24947 Characters typed at the keyboard will be converted from the
24948 Keyboard Character Set to Unicode for Alpine's internal
24949 use.
24950 You may find that you can read some malformed messages that do not
24951 contain a character set label by setting the option
24952 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
24955 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
24956 The default behavior obtained by leaving this variable unset is usually
24957 what is wanted. In that default case, Alpine will attempt
24958 to label the message with the most specific character set from the
24959 rather arbitrary set
24961 US-ASCII, ISO-8859-15,
24962 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
24963 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
24966 For example, if the message is made up of only US-ASCII characters, it
24967 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
24968 that will be the label. If that doesn't work the same is tried for the
24969 remaining members of the list.
24972 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
24973 explicit value instead.
24974 For example, if you usually send messages in Greek, setting this
24975 option to ISO-8859-7 will result in messages being labeled as
24976 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
24977 are only Greek characters, or UTF-8 if there are some characters
24978 that aren't representable in ISO-8859-7.
24979 Another possibility is to set this option explicitly to UTF-8.
24980 In that case
24981 Alpine labels only ascii messages as US-ASCII and all other
24982 messages as UTF-8.
24985 The options
24986 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
24987 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
24988 are closely related to this option.
24989 Setting the feature
24990 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
24991 should cause this option to be ignored.
24994 When displaying a message, Alpine compares this setting to the character
24995 set specified in the message.  If not all of the
24996 characters in the message can be displayed using the Display Character Set
24997 then Alpine places an editorial
24998 comment in the displayed text (enclosed in square-brackets) indicating
24999 that some characters may not be displayed correctly.
25000 This comment may be eliminated by turning on the option
25001 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
25004 <UL>   
25005 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25006 </UL><P>
25007 &lt;End of help on this topic&gt;
25008 </BODY>
25009 </HTML>
25010 ====== h_config_key_char_set =====
25011 <HTML>
25012 <HEAD>
25013 <TITLE>OPTION: Keyboard Character Set</TITLE>
25014 </HEAD>
25015 <BODY>
25016 <H1>OPTION: Keyboard Character Set</H1>
25018 UNIX Alpine only.
25020 The Keyboard Character Set identifies the character set of the characters
25021 coming from your keyboard.
25022 It defaults to having the same value as your
25023 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
25024 which in turn defaults to a value obtained from your environment.
25025 It is unlikely that you will need to use this option, because the keyboard
25026 almost always produces the same kind of characters as the display displays.
25029 This character set is also used when accessing files in your local
25030 file system.
25031 The names of the files are assumed to be in the same character set as
25032 what the keyboard produces, as well as the contents of the files.
25035 In the Setup/Config screen you may choose from a list of all the
25036 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
25039 The options
25040 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
25041 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
25042 are closely related.
25043 Setting the feature
25044 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
25045 should cause this option to be ignored.
25048 <UL>   
25049 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25050 </UL><P>
25051 &lt;End of help on this topic&gt;
25052 </BODY>
25053 </HTML>
25054 ====== h_config_editor =====
25055 <HTML>
25056 <HEAD>
25057 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
25058 </HEAD>
25059 <BODY>
25060 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
25062 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
25063 normally an alternative to Alpine's internal composer (Pico).  You could use
25064 this setting to specify an alternate editor to use occasionally or if you
25065 have a favorite editor and want to use it all the time (see the 
25066 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
25067 If you specify multiple editors for this option, ^_ will invoke the first one 
25068 of those specified that exists and is executable.  When specifying a program 
25069 for use here, make sure that the format of the text it saves -- which, when 
25070 you exit it, will become the message body in Alpine -- is appropriate 
25071 for the body of an email message; avoid proprietary formats that may result in 
25072 a message body that the recipient of your message will be unable to decipher.
25074 <!--chtml if pinemode="os_windows"-->
25075 <!--chtml else-->
25076 If you are in doubt about what editors are available on your system, or which 
25077 of them may be appropriate for specification here, ask your local computing 
25078 support staff.  
25079 <!--chtml endif-->
25081 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
25082 unset, outgoing text will be set as flowed.  In most cases this will be fine,
25083 but if the editor has a &quot;flowed text&quot; mode, it would be best to
25084 use that.
25086 <P><UL>
25087 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25088 </UL>
25090 &lt;End of help on this topic&gt;
25091 </BODY>
25092 </HTML>
25093 ====== h_config_speller =====
25094 <HTML>
25095 <HEAD>
25096 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
25097 </HEAD>
25098 <BODY>
25099 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
25101 UNIX Alpine only.
25103 For PC-Alpine, you must install the aspell library code that you
25104 may get from
25105 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
25107 This option affects the behavior of the ^T (spell check) command in the
25108 Composer.  It specifies the program invoked by ^T in the Composer.
25109 By default, Alpine uses
25111 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
25113 if it knows where to find &quot;aspell&quot;.
25114 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
25115 then the command used is
25117 <CENTER><SAMP>ispell -l</SAMP></CENTER>
25119 Otherwise, the ancient &quot;spell&quot; command is used.
25121 If you specify a value for this command (with full pathname) then that is what
25122 will be used instead of any of the defaults.
25123 When invoking this
25124 spell-checking program, Alpine appends a tempfile name (where the message is
25125 passed) to the command line. Alpine expects the speller to correct the
25126 spelling in that file. When you exit from that program Alpine will read the
25127 tempfile back into the composer.
25129 Don't set this speller option to the standard Unix spell command.
25130 That won't work because spell works in a different way.
25133 <UL>   
25134 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25135 </UL><P>
25136 &lt;End of help on this topic&gt;
25137 </BODY>
25138 </HTML>
25139 ====== h_config_aspell_dictionary =====
25140 <HTML>
25141 <HEAD>
25142 <TITLE>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></TITLE>
25143 </HEAD>
25144 <BODY>
25145 <H1>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></H1>
25147 PC Alpine only.
25149 This option specifies a list of dictionaries you will use with
25150 aspell. A sample entry is &quot;en_US&quot; for american english, or
25151 &quot;en_GB&quot; for british english.
25154 <UL>   
25155 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25156 </UL><P>
25157 &lt;End of help on this topic&gt;
25158 </BODY>
25159 </HTML>
25160 ====== h_config_display_filters =====
25161 <HTML>
25162 <HEAD>
25163 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
25164 </HEAD>
25165 <BODY>
25166 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
25168 This option defines a list of text-filtering commands (programs or
25169 scripts) that may be used to filter text portions of received messages
25170 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
25171 display screen, exporting to a text file).  
25172 For security reasons, the full path name of the
25173 filter command must be specified.
25176 The command is executed and the message is piped into its standard input. 
25177 The standard output of the command is read back by Alpine.  The
25178 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
25180 <P> 
25181 The filter's use is based on the configured &quot;trigger&quot; string.  The
25182 format of a filter definition is:
25184 <P>   
25185 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
25188 You can specify as many filters as you wish, separating them with a comma.  
25189 Each filter can have only one trigger and command.  Thus, two trigger 
25190 strings that invoke the same command require separate filter 
25191 specifications. 
25193 <P> 
25194 The &quot;trigger&quot; is simply text that, if found in the message,
25195 will invoke the associated command.  If the trigger contains any space
25196 characters, it must be placed within quotes.  Likewise, should you
25197 wish a filter to be invoked unconditionally, define the trigger as the
25198 null string, &quot;&quot; (two consecutive double-quote characters).  If the
25199 trigger string is found anywhere in the text of the message the filter
25200 is invoked.  Placing the trigger text within the tokens defined below
25201 changes where within the text the trigger must be before considering
25202 it a match.
25204 <P>  
25205 Trigger Modifying Tokens:
25206 <DL>
25207 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
25208 <DD>This token tells Alpine to invoke the supplied command
25209 if the text is in a character set matching <VAR>string</VAR>
25210 (e.g., ISO-8859-2 or ISO-2022-JP).
25211 </DD>
25214 <DT>_LEADING(<VAR>string</VAR>)_</DT>
25215 <DD>This token tells Alpine to invoke the supplied command
25216 if the enclosed <VAR>string</VAR> is found to be the first
25217 non-whitespace text.
25218 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
25219 the space character.
25220 </DD>
25222 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
25223 <DD>This token tells Alpine to invoke the supplied command
25224 if the enclosed <VAR>string</VAR> is found at the beginning
25225 of any line in the text.
25226 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
25227 the space character.
25228 </DD>
25229 </DL>
25232 The &quot;command&quot; and &quot;arguments&quot; portion is simply
25233 the command line to be invoked if the trigger string is found.  Below
25234 are tokens that Alpine will recognize and replace with special values
25235 when the command is actually invoked.
25238 Command Modifying Tokens:
25240 <DL>
25241 <DT>_TMPFILE_</DT>
25242 <DD>When the command is executed, this token is 
25243 replaced with the path and name of the temporary 
25244 file containing the text to be filtered.  Alpine 
25245 expects the filter to replace this data with the 
25246 filter's result.
25249 NOTE: Use of this token implies that the text to 
25250 be filtered is not piped into standard input of the 
25251 executed command and its standard output is ignored. 
25252 Alpine restores the tty modes before invoking the
25253 filter in case the filter interacts with the user
25254 via its own standard input and output.  
25255 </DD>
25256                         
25257 <DT>_RESULTFILE_</DT>
25258 <DD>When the command is executed, this token is 
25259 replaced with the path and name of a temporary 
25260 file intended to contain a status message from the 
25261 filter.  Alpine displays this in the message status 
25262 field. 
25263 </DD>
25265 <DT>_DATAFILE_</DT>
25266 <DD>When the command is executed, this token is 
25267 replaced with the path and name of a temporary 
25268 file that Alpine creates once per session and deletes 
25269 upon exit.  The file is intended to be used by the 
25270 filter to store state information between instances 
25271 of the filter.
25272 </DD>
25273    
25274 <DT>_PREPENDKEY_</DT>
25275 <DD>When the command is executed, this token indicates that a random
25276 number will be passed down the input stream before the message text.
25277 This number could be used as a session key.  It is sent in this way to
25278 improve security.  The number is unique to the current Alpine session
25279 and is only generated once per session.
25280 </DD>
25282 <DT>_SILENT_</DT>
25283 <DD>When the filter is executed, this token tells Alpine not to repaint
25284 the screen while the command is being executed. This can be used with 
25285 filters that do not interact with the user, and therefore repainting 
25286 the screen is not necessary. 
25287 </DD>
25288 </DL>
25291 The feature
25292 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
25294 Performance caveat/considerations:
25295 <BR>
25296 Testing for the trigger and invoking the filter doesn't come for free.
25297 There is overhead associated with searching for the trigger string, testing
25298 for the filter's existence and actually piping the text through the filter.
25299 The impact can be reduced if the Trigger Modifying Tokens above are 
25300 employed.
25302 &lt;End of help on this topic&gt;
25303 </BODY>
25304 </HTML>
25305 ====== h_config_sending_filter =====
25306 <HTML>
25307 <HEAD>
25308 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
25309 </HEAD>
25310 <BODY>
25311 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
25312       
25313 This option defines a list of text-filtering commands (programs and
25314 scripts) that may be selectively invoked to process a message just before
25315 it is sent.  If set, the Composer's ^X (Send) command will allow you to
25316 select which filter (or none) to apply to the message before it is sent. 
25317 For security reasons, the full path of the filter program must be
25318 specified.
25321 Command Modifying Tokens:
25323 <DL>
25324 <DT>_RECIPIENTS_</DT>
25325 <DD>When the command is executed, this token is replaced 
25326 with the space delimited list of recipients of the 
25327 message being sent. 
25328 </DD>
25329         
25330 <DT>_TMPFILE_</DT>
25331 <DD>
25332 When the command is executed, this token is 
25333 replaced with the path and name of the temporary 
25334 file containing the text to be filtered.  Alpine 
25335 expects the filter to replace this data with the 
25336 filter's result.
25339 NOTE: Use of this token implies that the text to 
25340 be filtered is not piped into standard input of the 
25341 executed command and its standard output is ignored. 
25342 Alpine restores the tty modes before invoking the
25343 filter in case the filter interacts with the user
25344 via its own standard input and output.  
25345 </DD>
25346                         
25347 <DT>_RESULTFILE_</DT>
25348 <DD>When the command is executed, this token is 
25349 replaced with the path and name of a temporary 
25350 file intended to contain a status message from the 
25351 filter.  Alpine displays this in the message status 
25352 field. 
25353 </DD>
25355 <DT>_DATAFILE_</DT>
25356 <DD>When the command is executed, this token is replaced 
25357 in the command line with the path and name of a 
25358 temporary file that Alpine creates once per session 
25359 and deletes upon exit.  The file is intended to be 
25360 used by the filter to store state information between 
25361 instances of the filter.
25362 </DD>
25363    
25364 <DT>_PREPENDKEY_</DT>
25365 <DD>When the command is executed, this token indicates 
25366 that a random number will be passed down the input 
25367 stream before the message text.  This number could 
25368 be used as a session key.  It is sent in this way 
25369 to improve security.  The number is unique to the 
25370 current Alpine session and is only generated once per 
25371 session. 
25372 </DD>
25374 <DT>_INCLUDEALLHDRS_</DT>
25375 <DD>When the command is executed, this token indicates 
25376 that the headers of the message will be passed down the input stream
25377 before the message text.
25378 </DD>
25380 <DT>_MIMETYPE_</DT>
25381 <DD>When the command is executed, this token is replaced in the
25382 command name with a temporary file name used to accept any new MIME
25383 Content-Type information necessitated by the output of the filter.
25384 Upon the filter's exit, if the file contains new MIME type
25385 information, Alpine verifies its format and replaces the outgoing
25386 message's MIME type information with that contained in the file. This
25387 is basically a cheap way of sending something other than Text/Plain.
25388 </DD>
25389 </DL>
25391 <P>   
25392 NOTE: Only the body text, which is visible in the Composer, is piped
25393 through this filter.  Attachments are not sent to the filter.
25394 <P>   
25395 Sending filters are not used if the feature
25396 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
25398 <UL>   
25399 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25400 </UL><P>
25401 &lt;End of help on this topic&gt;
25402 </BODY>
25403 </HTML>
25404 ====== h_config_keywords =====
25405 <HTML>
25406 <HEAD>
25407 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
25408 </HEAD>
25409 <BODY>
25410 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
25412 You may define your own set of keywords and optionally set them on a
25413 message by message basis.
25414 These are similar to the &quot;Important&quot; flag which the user
25415 may set using the Flag command.
25416 The difference is that the Important flag is always present for each folder.
25417 User-defined keywords are chosen by the user.
25418 You may set up the list of possible keywords here, or you may add keywords
25419 from the Flag Details screen that you
25420 can get to after typing the
25421 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
25422 command.
25423 After the keywords have been defined,
25424 then you use the <A HREF="h_common_flag">Flag command</A>
25425 to set or clear the keywords in each message.
25426 The behavior of the flag command may be modified by using the
25427 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
25428 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
25431 Keywords may be used when Selecting messages (Select Keyword).
25432 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
25433 Filter Rules may be used to set keywords automatically.
25434 Keywords may be displayed as part of the Subject of a message by using
25435 the SUBJKEY or SUBJKEYINIT tokens in the
25436 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
25437 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
25438 option may be used to modify the display of keywords using
25439 SUBJKEY and SUBJKEYINIT slightly.
25440 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
25441 screen by using the KEY or KEYINIT tokens.
25442 It is also possible to color keywords in the index using the
25443 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
25444 Keywords are not supported by all mail servers.
25447 You may give keywords nicknames if you wish.
25448 If the keyword definition you type in contains a SPACE character, then the
25449 actual value of the keyword is everything after the last SPACE and the
25450 nickname for that keyword is everything before the last SPACE.
25451 For example, suppose you are trying to interoperate with another email program
25452 that uses a particular keyword with an unpleasant name.
25453 Maybe it uses a keyword called
25455 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
25457 but for you that keyword means that the message is work-related.
25458 You could define a keyword to have the value
25460 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
25462 and then you would use the name &quot;Work&quot; when dealing with
25463 that keyword in Alpine.
25464 If you defined it as
25466 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
25468 the nickname would be everything before the last SPACE, that is the nickname
25469 would be &quot;My Work&quot;.
25471 Some commonly used keywords begin with dollar signs.
25472 This presents a slight complication, because the dollar sign is normally used
25473 to signify
25474 <A HREF="h_news_config">environment variable expansion</A>
25475 in the Alpine configuration.
25476 In order to specify a keyword that begins with a dollar sign you must
25477 precede the dollar sign with a second dollar sign to escape its special
25478 meaning.
25479 For example, if you want to include the keyword
25481 <CENTER><SAMP>$Label1</SAMP></CENTER>
25483 as one of your possible keywords, you must enter the text
25485 <CENTER><SAMP>$$Label1</SAMP></CENTER>
25488 instead.
25490 There are a couple limitations.
25491 First, not all servers support keywords.
25492 Second, some servers (including the IMAP server included with Alpine)
25493 have a per folder limit on the number of keywords that may be defined.
25494 This count commonly includes every keyword you have ever used in the
25495 folder, even if it is no longer being used.
25496 In other words, you can add keywords but you cannot remove them easily.
25497 If you have changed keywords over the life of a folder and find that
25498 you have reached such a limit, one possible solution might be to copy
25499 all of the messages to a newly created folder (using Alpine) and then
25500 delete the original and rename the new folder.
25501 The reason this might work is that only the keywords currently set in
25502 any of the messages will be used in the new folder, hopefully putting you
25503 under the limit.
25506 <UL>   
25507 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25508 </UL><P>
25509 &lt;End of help on this topic&gt;
25510 </BODY>
25511 </HTML>
25512 ====== h_config_alt_addresses =====
25513 <HTML>
25514 <HEAD>
25515 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
25516 </HEAD>
25517 <BODY>
25518 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
25520 This option provides a place for you to list alternate email addresses
25521 you may have.
25522 Each address in the list should be the actual email address part of an
25523 address, without the full name field or the angle brackets.
25524 For example:
25527 <CENTER><SAMP>user@example.com</SAMP></CENTER>
25530 The matching is case-insensitive, so this would match any of
25531 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
25532 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
25535 If set, the option affects the behavior of the Reply
25536 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
25537 a message has been addressed specifically to you.
25540 In the default INDEX display
25541 the personal name (or email address) of
25542 the person listed in the message's &quot;From:&quot; header
25543 field is usually displayed except when that address is yours or one of your
25544 alternate addresses.
25545 In that case you will usually see the name of
25546 the first person specified in the
25547 message's &quot;To:&quot; header field
25548 with the prefix &quot;To: &quot; prepended.
25551 With respect to Reply, the reply-to-all option will exclude addresses
25552 listed here.
25555 The feature
25556 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
25557 is somewhat related to this option.
25560 In addition to a list of actual addresses,
25561 you may use regular expressions (as used with grep -E with the ignore case flag)
25562 to describe the addresses you want to match.
25563 Alpine will somewhat arbitrarily interpret your entry as a regular
25564 expression if it contains any of the characters
25565 *, |, +, ?, {, [, ^, $, or &#92;.
25566 Otherwise, it will be treated literally.
25567 The feature
25568 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
25569 may be used to turn off regular expression processing regardless of whether or not
25570 special characters appear in the entry.
25573 A description of how regular expressions work is beyond the
25574 scope of this help text, but some examples follow.
25577 The entry
25580 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
25583 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
25584 address with a domain name of <SAMP>example.com</SAMP> (such as
25585 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
25586 one of your alternate addresses.
25587 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
25588 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
25589 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
25590 Complicating things further, the dollar sign
25591 is special in the Alpine configuration (it signifies environment variable expansion)
25592 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
25593 Quotes around the whole expression will not escape the dollar sign successfully.
25594 So this example should look like
25597 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
25601 The entry
25604 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
25607 would match
25608 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
25609 as <SAMP>fred@example.com</SAMP>.
25612 You could match all addresses that look like
25613 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
25614 entry
25617 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
25620 Notice that you have to escape the plus sign with a backslash because plus
25621 is a special character in regular expressions.
25622 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
25623 the expression
25626 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
25629 would do it, but it would be easier to just add fred@example.com as a
25630 separate entry.
25633 One more example, a match of all first-level subdomains, is given by
25636 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
25640 Because the regular expression matching is based on an old library
25641 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
25642 but they should be close.
25645 <UL>   
25646 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25647 </UL><P>
25648 &lt;End of help on this topic&gt;
25649 </BODY>
25650 </HTML>
25651 ====== h_config_abook_formats =====
25652 <HTML>
25653 <HEAD>
25654 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
25655 </HEAD>
25656 <BODY>
25657 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
25659 This option specifies the format that address books are displayed in.
25660 Normally, address books are displayed with the nicknames in the first
25661 column, the fullnames in the second column, and addresses in the third
25662 column.  The system figures out reasonable defaults for the widths of
25663 the columns.  An address book may be given a different format by
25664 listing special tokens in the order you want them to display.  The
25665 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
25666 So, for example, to get the default behavior you could list
25669 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
25672 (You can also use the token DEFAULT to get the default behavior for
25673 an address book format.)
25676 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
25677 is a list, so if you have more than one address book you may have a
25678 separate format for each by putting its format at the corresponding
25679 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
25683 Listed first are the personal address books, then the global address
25684 books.  So, if you have two personal address books and one global
25685 address book, you may have up to three formats in the
25686 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
25687 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
25688 are address books, the last element is used repeatedly.
25692 Each of the tokens may also be optionally followed by parentheses with
25693 either a number or a percentage inside the parentheses.  For example,
25694 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
25695 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
25696 of the available space (the screen width minus the space for
25697 inter-column spaces) to the fullnames column, while plain
25698 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
25699 reasonable number of columns.
25702 There are always 2 spaces between every column, so if you use
25703 fixed column widths (like 13) you should remember to take that into
25704 account.
25707 <UL>   
25708 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25709 </UL><P>
25710 &lt;End of help on this topic&gt;
25711 </BODY>
25712 </HTML>
25713 ====== h_config_set_index_format =====
25714 <HTML>
25715 <HEAD>
25716 <TITLE>Set Index Format</TITLE>
25717 </HEAD>
25718 <BODY>
25719 <H1>Set Index Format</H1>
25721 This option is used to customize the content of lines in the
25722 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
25723 This action works exactly like the regular
25724 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
25725 except that you can have a folder-specific value for it if you specify it here.
25726 Consult the help for
25727 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
25728 for more information.
25731 <UL>   
25732 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25733 </UL><P>
25734 &lt;End of help on this topic&gt;
25735 </BODY>
25736 </HTML>
25737 ====== h_config_index_format =====
25738 <HTML>
25739 <HEAD>
25740 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
25741 </HEAD>
25742 <BODY>
25743 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
25745 This option is used to customize the content of lines in the
25746 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
25747 to convey some amount of immediately relevant information about each 
25748 message in the current folder.
25751 Alpine provides a pre-defined set of informational fields with
25752 reasonable column widths automatically computed.  You can, however,
25753 replace this default set by listing special tokens in the order you
25754 want them displayed.
25757 The list of available tokens is
25758 <A HREF="h_index_tokens">here</A>.
25761 Spaces are used to separate listed tokens.  Additionally, you can
25762 specify how much of the screen's width the token's associated data
25763 should occupy on the index line by appending to the token a pair of
25764 parentheses enclosing either a number or percentage.  For example,
25765 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
25766 column, and &quot;SUBJECT(20%)&quot; means to
25767 allocate 20% of the available space
25768 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
25769 attempt to figure out a reasonable amount of space.
25772 There is always one space between every pair of columns, so if you use fixed
25773 column widths (like 13) you should remember to take that into account.
25774 Several of the fields are virtually fixed-width, so it doesn't make
25775 much sense to specify the width for them.  The fields STATUS,
25776 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
25777 and DESCRIPSIZE all fall into that category.
25778 You <EM>may</EM> specify widths for those if you wish, but
25779 you're probably better off letting the system pick those widths.  <P>
25782 The default is equivalent to:
25785 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
25788 This means that the four fields without percentages will be allocated
25789 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
25790 the from and subject fields.  If one of those two fields is specified
25791 as a percentage and the other is left for the system to choose, then
25792 the percentage is taken as an absolute percentage of the screen, not
25793 of the space remaining after allocating the first four columns.  It
25794 doesn't usually make sense to do it that way.  If you leave off all
25795 the widths, then the subject and from fields (if both are present) are
25796 allocated space in a 2 to 1 ratio, which is almost exactly the same as
25797 the default.
25800 What you are most likely to do with this configuration option is to
25801 specify which fields appear at all, which order they appear in, and the
25802 percentage of screen that is used for the from and subject fields if you
25803 don't like the 2 to 1 default.
25806 If you want to retain the default format that Pine 4.64 had, use
25809 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
25811 <EM>and</EM> set the feature
25812 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
25813 <UL>   
25814 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25815 </UL><P>
25816 &lt;End of help on this topic&gt;
25817 </BODY>
25818 </HTML>
25819 ====== h_config_reply_intro =====
25820 <HTML>
25821 <HEAD>
25822 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
25823 </HEAD>
25824 <BODY>
25825 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
25827 This option is used to customize the content of the introduction line
25828 that is included when replying to a message and including the original
25829 message in the reply.
25830 The normal default (what you will get if you delete this variable) looks
25831 something like:
25833 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
25835 where the day of the week is only included if it is available in the
25836 original message.
25837 You can replace this default with text of your own.
25838 The text may contain tokens that are replaced with text
25839 that depends on the message you are replying to.
25840 For example, the default is equivalent to:
25842 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
25845 Since this variable includes regular text mixed with special tokens
25846 the tokens have to be surrounded by underscore characters.
25847 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
25848 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
25849 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
25851 The list of available tokens is
25852 <A HREF="h_index_tokens">here</A>.
25855 By default, the text is all on a single line and is followed by a blank line.
25856 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
25857 than 80 characters when replying to a particular message, it is shortened.
25858 However, if you use the token
25860 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
25863 anywhere in the value, no end of line or blank line is appended, and no
25864 shortening is done.
25865 The _NEWLINE_ token may be used to get rid of the blank line following
25866 the text, to add more blank lines, or to form a multi-line
25867 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
25868 To clarify how _NEWLINE_ works recall that the default value is:
25870 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
25873 That is equivalent to
25875 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
25878 In the former case, two newlines are added automatically because
25879 no _NEWLINE_ token appears in the value of the option (for backwards
25880 compatibility). In the latter case, the newlines are explicit.
25881 If you want to remove the blank line that follows the
25882 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
25883 _NEWLINE_ token like
25885 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
25888 Because of the backwards compatibility problem, it is not possible to
25889 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
25890 and that will cause the automatic adding of two newlines!
25891 If you want, you may embed newlines in the middle of the text, as well,
25892 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
25895 By default, no attempt is made to localize the date.
25896 If you prefer a localized form you may find that one of the tokens
25897 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
25898 If you want more control one of the many other date tokens, such as _DATEISO_,
25899 might be better.
25902 For the adventurous, there is a way to conditionally include text based
25903 on whether or not a token would result in specific replacement text.
25904 For example, you could include some text based on whether or not
25905 the _NEWS_ token would result in any newsgroups if it was used.
25906 It's explained in detail
25907 <A HREF="h_reply_token_conditionals">here</A>.
25910 In the very unlikely event that you want to include a literal token
25911 in the introduction line you must precede it with a backslash character.
25912 For example,
25914 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
25916 would produce something like
25918 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
25920 It is not possible to have a literal backslash followed by an expanded token.
25922 <UL>   
25923 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25924 </UL><P>
25925 &lt;End of help on this topic&gt;
25926 </BODY>
25927 </HTML>
25928 ====== h_config_remote_abook_history =====
25929 <HTML>
25930 <HEAD>
25931 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
25932 </HEAD>
25933 <BODY>
25934 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
25936 Sets how many extra copies of
25937 remote address book
25938 data will be kept in each remote address book folder.
25939 The default is three.
25940 These extra copies are simply old versions of the data. Each time a change
25941 is made a new copy of the address book data is appended to the folder. Old
25942 copies are trimmed, if possible, when Alpine exits.
25943 An old copy can be put back into use by
25944 deleting and expunging newer versions of the data from the folder.
25945 Don't delete the first message from the folder. It is a special header
25946 message for the remote address book and it must be there.
25947 This is to prevent regular folders from being used as remote address book
25948 folders and having their data destroyed.
25950 This option is also used to determine how many extra copies of remote
25951 Alpine configuration files are kept.
25953 <UL>   
25954 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25955 </UL><P>
25956 &lt;End of help on this topic&gt;
25957 </BODY>
25958 </HTML>
25959 ====== h_config_remote_abook_validity =====
25960 <HTML>
25961 <HEAD>
25962 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
25963 </HEAD>
25964 <BODY>
25965 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
25967 Sets the minimum number of minutes that a
25968 remote address book will be considered up to date.
25969 Whenever an entry contained in a remote address book is used,
25970 if more than this many minutes have
25971 passed since the last check the remote server will be queried to see if the
25972 address book has changed.
25973 If it has changed, the local copy is updated.
25974 The default value is five minutes.
25975 The special value of -1 means never check.
25976 The special value of zero means only check when the address book is first
25977 opened.
25979 No matter what the value, the validity check is always done when the
25980 address book is about to be changed by the user.
25981 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
25982 while in the address book maintenance screen for the remote address book.
25984 <UL>   
25985 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25986 </UL><P>
25987 &lt;End of help on this topic&gt;
25988 </BODY>
25989 </HTML>
25990 ====== h_config_user_input_timeo =====
25991 <HTML>
25992 <HEAD>
25993 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
25994 </HEAD>
25995 <BODY>
25996 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
25998 If this is set to an integer greater than zero, then this is the number
25999 of <EM>hours</EM> to wait for user input before Alpine times out.
26000 If Alpine is
26001 in the midst of composing a message or is waiting for user response to
26002 a question, then it will not timeout.
26003 However, if Alpine is sitting idle waiting for
26004 the user to tell it what to do next and the user does not give any
26005 input for this many hours, Alpine will exit.
26006 No expunging or moving of read
26007 messages will take place.
26008 It will exit similarly to the way it would exit
26009 if it received a hangup signal.
26010 This may be useful for cleaning up unused Alpine sessions that have been
26011 forgotten by their owners.
26012 The Alpine developers envision system administrators
26013 setting this to a value of several hours (24?) so that it won't surprise
26014 a user who didn't want to be disconnected.
26016 <UL>   
26017 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26018 </UL><P>
26019 &lt;End of help on this topic&gt;
26020 </BODY>
26021 </HTML>
26022 ====== h_config_ssh_open_timeo =====
26023 <HTML>
26024 <HEAD>
26025 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
26026 </HEAD>
26027 <BODY>
26028 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
26030 Sets the time in seconds that Alpine will
26031 attempt to open a UNIX secure shell connection.
26032 The default is 15, the minimum non-zero value is 5,
26033 and the maximum is unlimited. If this is set to zero ssh connections
26034 will be completely disabled.
26036 <UL>   
26037 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26038 </UL><P>
26039 &lt;End of help on this topic&gt;
26040 </BODY>
26041 </HTML>
26042 ====== h_config_rsh_open_timeo =====
26043 <HTML>
26044 <HEAD>
26045 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
26046 </HEAD>
26047 <BODY>
26048 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
26050 Sets the time in seconds that Alpine will
26051 attempt to open a UNIX remote shell connection.
26052 The default is 15, the minimum non-zero value is 5,
26053 and the maximum is unlimited. If this is set to zero rsh connections
26054 will be completely disabled.
26055 This might be useful if rsh connections will never work in your environment
26056 but are causing delays due to firewalls or some other reason.
26058 <UL>   
26059 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26060 </UL><P>
26061 &lt;End of help on this topic&gt;
26062 </BODY>
26063 </HTML>
26064 ====== h_config_tcp_open_timeo =====
26065 <HTML>
26066 <HEAD>
26067 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
26068 </HEAD>
26069 <BODY>
26070 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
26072 Sets the time in seconds that Alpine will
26073 attempt to open a network connection. The default is 30, the minimum is 5,
26074 and the maximum is system defined (typically 75). If a connection has not
26075 completed within this many seconds Alpine will give up and consider it a
26076 failed connection.
26078 <UL>   
26079 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26080 </UL><P>
26081 &lt;End of help on this topic&gt;
26082 </BODY>
26083 </HTML>
26084 ====== h_config_tcp_readwarn_timeo =====
26085 <HTML>
26086 <HEAD>
26087 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
26088 </HEAD>
26089 <BODY>
26090 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
26092 Sets the time in seconds that Alpine will
26093 wait for a network read before warning you that things are moving slowly
26094 and possibly giving you the option to break the connection.
26095 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
26096 1000 seconds.
26098 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
26100 <UL>   
26101 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26102 </UL><P>
26103 &lt;End of help on this topic&gt;
26104 </BODY>
26105 </HTML>
26106 ====== h_config_tcp_writewarn_timeo =====
26107 <HTML>
26108 <HEAD>
26109 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
26110 </HEAD>
26111 <BODY>
26112 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
26114 Sets the time in seconds that Alpine will
26115 wait for a network write before warning you that things are moving slowly
26116 and possibly giving you the option to break the connection.
26117 The default is 0 which means it is unset. If set to a non-zero value, the
26118 minimum is 5 and the maximum is 1000.
26120 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
26122 <UL>   
26123 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26124 </UL><P>
26125 &lt;End of help on this topic&gt;
26126 </BODY>
26127 </HTML>
26128 ====== h_config_tcp_query_timeo =====
26129 <HTML>
26130 <HEAD>
26131 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
26132 </HEAD>
26133 <BODY>
26134 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
26136 When Alpine times out a network read or write it will normally just display
26137 a message saying &quot;Still waiting&quot;.
26138 However, if enough time has elapsed since it started waiting it will offer
26139 to let you break the connection.
26140 That amount of time is set by this option, which defaults to 60 seconds,
26141 has a minimum of 5 seconds, and a maximum of 1000 seconds.
26143 <UL>   
26144 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26145 </UL><P>
26146 &lt;End of help on this topic&gt;
26147 </BODY>
26148 </HTML>
26149 ====== h_config_quit_query_timeo =====
26150 <HTML>
26151 <HEAD>
26152 <TITLE>OPTION: <!--#echo var="VAR_close-connection-timeout"--></TITLE>
26153 </HEAD>
26154 <BODY>
26155 <H1>OPTION: <!--#echo var="VAR_close-connection-timeout"--></H1>
26157 The original purpose of this option was to close a connection after this
26158 much time has elapsed without response from the server. The problem this
26159 generates is that a server might not reply on time due to a slow operation
26160 (for example, sorting a large folder, or filtering messages, etc.) In those
26161 situations it is desirable to wait for the server, even when this takes
26162 a long time.
26165 In order to have a good compromise so that a user can distinguish between
26166 when a connection is closed, therefore
26167 we do not need to wait for it, and the operation that the user is waiting
26168 for takes a long time, this option only applies to the
26169 &quot;NOOP&quot; IMAP command. So, if a NOOP command has been issued,
26170 and the connection does not return after the number of seconds configured
26171 here, which must be at least the amount configured in the option
26172 <a href="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></a>,
26173 then Alpine will close the connection.
26176 Closing connections that have connectivity problems is a good idea. In an ideal
26177 world, one would like all connections to be fast and reliable, so the amount
26178 of time and effort put into parsing a folder to report its state when it is
26179 opened is not wasted, so keeping connections alive is good, but the problem
26180 with this is that waiting for a user to reply to a &quot;keep connection
26181 alive?&quot; question can take a long time, and that might affect other
26182 connections that could be closed because Alpine is not pinging them while it
26183 is waiting for a reply from a user for a different connection. Therefore
26184 setting this value helps to keep other connections alive, in case
26185 you have several incoming folders in other servers.
26188 The default value for this option is 0, which means that no connections will
26189 be closed automatically, so if you want connections to be closed automatically
26190 you must set this option to a positive number bigger or equal than the
26191 value of the option <!--#echo var="VAR_tcp-query-timeout"-->.
26193 <UL>
26194 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26195 </UL><P>
26196 &lt;End of help on this topic&gt;
26197 </BODY>
26198 </HTML>
26199 ====== h_config_incoming_folders =====
26200 <HTML>
26201 <HEAD>
26202 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
26203 </HEAD>
26204 <BODY>
26205 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
26207 This is a list of one or more folders other than <EM>INBOX</EM> that
26208 may receive new messages.
26209 It is related to the
26210 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
26211 feature.
26212 This variable is normally manipulated with the Add, Delete, and Rename
26213 commands in the FOLDER LIST for the Incoming Message Folders collection.
26215 <UL>   
26216 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26217 </UL><P>
26218 &lt;End of help on this topic&gt;
26219 </BODY>
26220 </HTML>
26221 ====== h_config_folder_spec =====
26222 <HTML>
26223 <HEAD>
26224 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
26225 </HEAD>
26226 <BODY>
26227 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
26229 This is a list of one or more collections where saved mail is stored. 
26230 The first collection in this list is the default
26231 collection for <EM>Save</EM>s,
26232 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
26234 This variable is normally manipulated using the Setup/collectionList screen.
26236 <UL>   
26237 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26238 </UL><P>
26239 &lt;End of help on this topic&gt;
26240 </BODY>
26241 </HTML>
26242 ====== h_config_news_spec =====
26243 <HTML>
26244 <HEAD>
26245 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
26246 </HEAD>
26247 <BODY>
26248 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
26250 This is a list of collections where news folders are located.
26252 This variable is normally manipulated using the Setup/collectionList screen.
26254 <UL>   
26255 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26256 </UL><P>
26257 &lt;End of help on this topic&gt;
26258 </BODY>
26259 </HTML>
26260 ====== h_config_address_book =====
26261 <HTML>
26262 <HEAD>
26263 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
26264 </HEAD>
26265 <BODY>
26266 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
26268 A list of personal address books.
26269 Each entry in the list is an
26270 optional nickname followed by a pathname or file name relative to the home
26271 directory.
26272 The nickname is separated from the rest of the line with whitespace.
26273 Instead of a local pathname or file name, a remote folder name can be given.
26274 This causes the address book to
26275 be a Remote address book.
26277 Use the Setup/AddressBook screen to modify this variable.
26279 <UL>   
26280 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26281 </UL><P>
26282 &lt;End of help on this topic&gt;
26283 </BODY>
26284 </HTML>
26285 ====== h_config_glob_addrbook =====
26286 <HTML>
26287 <HEAD>
26288 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
26289 </HEAD>
26290 <BODY>
26291 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
26293 A list of shared address books.  Each entry in the list is an
26294 optional nickname followed by a pathname or file name relative to the home
26295 directory.
26296 A SPACE character separates the nickname from the rest of the line.
26297 Instead of a local pathname or file name, a remote folder name can be given.
26298 This causes the address book to
26299 be a Remote address book.
26300 Global address books are
26301 defined to be ReadOnly.
26303 Use the Setup/AddressBook screen to modify this variable.
26305 <UL>   
26306 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26307 </UL><P>
26308 &lt;End of help on this topic&gt;
26309 </BODY>
26310 </HTML>
26311 ====== h_config_last_vers =====
26312 <HTML>
26313 <HEAD>
26314 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
26315 </HEAD>
26316 <BODY>
26317 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
26319 This is set automatically by Alpine. 
26320 It is used to keep track of the last version of Alpine that
26321 was run by the user.
26322 Whenever the version number increases, a new version message is printed out.
26323 This may not be set in the system-wide configuration files.
26325 <UL>   
26326 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26327 </UL><P>
26328 &lt;End of help on this topic&gt;
26329 </BODY>
26330 </HTML>
26331 ====== h_config_printer =====
26332 <HTML>
26333 <HEAD>
26334 <TITLE>OPTION: Printer</TITLE>
26335 </HEAD>
26336 <BODY>
26337 <H1>OPTION: Printer</H1>
26339 Your default printer selection.
26341 Use the Setup/Printer screen to modify this variable.
26343 <UL>   
26344 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26345 </UL><P>
26346 &lt;End of help on this topic&gt;
26347 </BODY>
26348 </HTML>
26349 ====== h_config_print_cat =====
26350 <HTML>
26351 <HEAD>
26352 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
26353 </HEAD>
26354 <BODY>
26355 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
26357 This is an internal Alpine variable.
26358 It will be equal to 1, 2, or 3 depending on whether the default printer is
26359 attached, standard, or a personal print command.
26361 Use the Setup/Printer screen to modify this variable.
26363 <UL>   
26364 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26365 </UL><P>
26366 &lt;End of help on this topic&gt;
26367 </BODY>
26368 </HTML>
26369 ====== h_config_print_command =====
26370 <HTML>
26371 <HEAD>
26372 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
26373 </HEAD>
26374 <BODY>
26375 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
26377 List of personal print commands.
26379 Use the Setup/Printer screen to modify this variable.
26381 <UL>   
26382 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26383 </UL><P>
26384 &lt;End of help on this topic&gt;
26385 </BODY>
26386 </HTML>
26387 ====== h_config_pat_old =====
26388 <HTML>
26389 <HEAD>
26390 <TITLE>OPTION: Patterns</TITLE>
26391 </HEAD>
26392 <BODY>
26393 <H1>OPTION: Patterns</H1>
26395 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
26396 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
26397 and Patterns-Other.
26398 Patterns-Scores and Patterns-Filters have been replaced since then by
26399 Patterns-Scores2 and Patterns-Filters2.
26401 Use the Setup/Rules screens to modify these variable.
26403 <UL>   
26404 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26405 </UL><P>
26406 &lt;End of help on this topic&gt;
26407 </BODY>
26408 </HTML>
26409 ====== h_config_pat_roles =====
26410 <HTML>
26411 <HEAD>
26412 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
26413 </HEAD>
26414 <BODY>
26415 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
26417 List of rules used for roles.
26418 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
26419 other options.
26421 Use the Setup/Rules/Roles screen to modify this variable.
26423 <UL>   
26424 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26425 </UL><P>
26426 &lt;End of help on this topic&gt;
26427 </BODY>
26428 </HTML>
26429 ====== h_config_pat_filts =====
26430 <HTML>
26431 <HEAD>
26432 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
26433 </HEAD>
26434 <BODY>
26435 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
26437 List of rules used for filters.
26439 Use the Setup/Rules/Filters screen to modify this variable.
26441 <UL>   
26442 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26443 </UL><P>
26444 &lt;End of help on this topic&gt;
26445 </BODY>
26446 </HTML>
26447 ====== h_config_pat_scores =====
26448 <HTML>
26449 <HEAD>
26450 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
26451 </HEAD>
26452 <BODY>
26453 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
26455 List of rules used for scoring.
26457 Use the Setup/Rules/SetScores screen to modify this variable.
26459 <UL>   
26460 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26461 </UL><P>
26462 &lt;End of help on this topic&gt;
26463 </BODY>
26464 </HTML>
26465 ====== h_config_pat_other =====
26466 <HTML>
26467 <HEAD>
26468 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
26469 </HEAD>
26470 <BODY>
26471 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
26473 List of rules used for miscellaneous configuration.
26475 Use the Setup/Rules/Other screen to modify this variable.
26477 <UL>   
26478 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26479 </UL><P>
26480 &lt;End of help on this topic&gt;
26481 </BODY>
26482 </HTML>
26483 ====== h_config_pat_incols =====
26484 <HTML>
26485 <HEAD>
26486 <TITLE>OPTION: patterns-indexcolors</TITLE>
26487 </HEAD>
26488 <BODY>
26489 <H1>OPTION: patterns-indexcolors</H1>
26491 List of rules used for coloring lines in the index.
26493 Use the Setup/Rules/Indexcolor screen to modify this variable.
26495 <UL>   
26496 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26497 </UL><P>
26498 &lt;End of help on this topic&gt;
26499 </BODY>
26500 </HTML>
26501 ====== h_config_pat_srch =====
26502 <HTML>
26503 <HEAD>
26504 <TITLE>OPTION: patterns-search</TITLE>
26505 </HEAD>
26506 <BODY>
26507 <H1>OPTION: patterns-search</H1>
26509 List of rules used only for searching with the Select command in the MESSAGE INDEX.
26511 Use the Setup/Rules/searCh screen to modify this variable.
26513 <UL>   
26514 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26515 </UL><P>
26516 &lt;End of help on this topic&gt;
26517 </BODY>
26518 </HTML>
26519 ====== h_config_font_name =====
26520 <HTML>
26521 <HEAD>
26522 <TITLE>OPTION: Font Name</TITLE>
26523 </HEAD>
26524 <BODY>
26525 <H1>OPTION: Font Name</H1>
26527 PC-Alpine only.
26529 Name of normal font.
26531 Use the pulldown Config menu to modify this variable.
26533 <UL>   
26534 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26535 </UL><P>
26536 &lt;End of help on this topic&gt;
26537 </BODY>
26538 </HTML>
26539 ====== h_config_font_size =====
26540 <HTML>
26541 <HEAD>
26542 <TITLE>OPTION: Font Size</TITLE>
26543 </HEAD>
26544 <BODY>
26545 <H1>OPTION: Font Size</H1>
26547 PC-Alpine only.
26549 Size of normal font.
26551 Use the pulldown Config menu to modify this variable.
26553 <UL>   
26554 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26555 </UL><P>
26556 &lt;End of help on this topic&gt;
26557 </BODY>
26558 </HTML>
26559 ====== h_config_font_style =====
26560 <HTML>
26561 <HEAD>
26562 <TITLE>OPTION: Font Style</TITLE>
26563 </HEAD>
26564 <BODY>
26565 <H1>OPTION: Font Style</H1>
26567 PC-Alpine only.
26569 Style of normal font.
26571 Use the pulldown Config menu to modify this variable.
26573 <UL>   
26574 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26575 </UL><P>
26576 &lt;End of help on this topic&gt;
26577 </BODY>
26578 </HTML>
26579 ====== h_config_font_char_set =====
26580 <HTML>
26581 <HEAD>
26582 <TITLE>OPTION: Font Character Set</TITLE>
26583 </HEAD>
26584 <BODY>
26585 <H1>OPTION: Font Character Set</H1>
26587 PC-Alpine only.
26589 Character set of normal font.
26591 Use the pulldown Config menu to modify this variable.
26593 <UL>   
26594 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26595 </UL><P>
26596 &lt;End of help on this topic&gt;
26597 </BODY>
26598 </HTML>
26599 ====== h_config_print_font_name =====
26600 <HTML>
26601 <HEAD>
26602 <TITLE>OPTION: Print-Font-Name</TITLE>
26603 </HEAD>
26604 <BODY>
26605 <H1>OPTION: Print-Font-Name</H1>
26607 PC-Alpine only.
26609 Name of printer font.
26611 Use the pulldown Config menu to modify this variable.
26613 <UL>   
26614 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26615 </UL><P>
26616 &lt;End of help on this topic&gt;
26617 </BODY>
26618 </HTML>
26619 ====== h_config_print_font_size =====
26620 <HTML>
26621 <HEAD>
26622 <TITLE>OPTION: Print-Font-Size</TITLE>
26623 </HEAD>
26624 <BODY>
26625 <H1>OPTION: Print-Font-Size</H1>
26627 PC-Alpine only.
26629 Size of printer font.
26631 Use the pulldown Config menu to modify this variable.
26633 <UL>   
26634 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26635 </UL><P>
26636 &lt;End of help on this topic&gt;
26637 </BODY>
26638 </HTML>
26639 ====== h_config_print_font_style =====
26640 <HTML>
26641 <HEAD>
26642 <TITLE>OPTION: Print-Font-Style</TITLE>
26643 </HEAD>
26644 <BODY>
26645 <H1>OPTION: Print-Font-Style</H1>
26647 PC-Alpine only.
26649 Style of printer font.
26651 Use the pulldown Config menu to modify this variable.
26653 <UL>   
26654 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26655 </UL><P>
26656 &lt;End of help on this topic&gt;
26657 </BODY>
26658 </HTML>
26659 ====== h_config_print_font_char_set =====
26660 <HTML>
26661 <HEAD>
26662 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
26663 </HEAD>
26664 <BODY>
26665 <H1>OPTION: Print-Font-Char-Set</H1>
26667 PC-Alpine only.
26669 Character set of printer font.
26671 Use the pulldown Config menu to modify this variable.
26673 <UL>   
26674 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26675 </UL><P>
26676 &lt;End of help on this topic&gt;
26677 </BODY>
26678 </HTML>
26679 ====== h_config_window_position =====
26680 <HTML>
26681 <HEAD>
26682 <TITLE>OPTION: Window-Position</TITLE>
26683 </HEAD>
26684 <BODY>
26685 <H1>OPTION: Window-Position</H1>
26687 PC-Alpine only.
26689 Position on the screen of the Alpine window.
26691 Alpine normally maintains this variable itself, and it is set automatically. 
26692 This variable is provided to those who wish to use the same window position 
26693 across different machines from the same configuration.
26694 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
26695 must also be set for this setting to be used.
26697 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
26698 C is the number of columns, R is the number of rows, and X and Y specify the
26699 top left corner of the window.
26701 <UL>   
26702 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26703 </UL><P>
26704 &lt;End of help on this topic&gt;
26705 </BODY>
26706 </HTML>
26707 ====== h_config_cursor_style =====
26708 <HTML>
26709 <HEAD>
26710 <TITLE>OPTION: Cursor Style</TITLE>
26711 </HEAD>
26712 <BODY>
26713 <H1>OPTION: Cursor Style</H1>
26715 PC-Alpine only.
26717 Cursor style.
26719 Use the pulldown Config menu to modify this variable.
26721 <UL>   
26722 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26723 </UL><P>
26724 &lt;End of help on this topic&gt;
26725 </BODY>
26726 </HTML>
26727 ====== h_config_ldap_servers =====
26728 <HTML>
26729 <HEAD>
26730 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
26731 </HEAD>
26732 <BODY>
26733 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
26735 List of LDAP servers and associated data.
26737 Use the Setup/Directory screen to modify this variable.
26739 <UL>   
26740 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26741 </UL><P>
26742 &lt;End of help on this topic&gt;
26743 </BODY>
26744 </HTML>
26745 ====== h_config_sendmail_path =====
26746 <HTML>
26747 <HEAD>
26748 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
26749 </HEAD>
26750 <BODY>
26751 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
26753 This names the path to an
26754 alternative program, and any necessary arguments, to be used in posting
26755 mail messages. See the Technical notes for more information.
26757 <UL>   
26758 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26759 </UL><P>
26760 &lt;End of help on this topic&gt;
26761 </BODY>
26762 </HTML>
26763 ====== h_config_oper_dir =====
26764 <HTML>
26765 <HEAD>
26766 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
26767 </HEAD>
26768 <BODY>
26769 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
26771 This names the root of the
26772 tree to which you are restricted when reading and writing folders and
26773 files. It is usually used in the system-wide,
26774 <EM>fixed</EM> configuration file.
26776 <UL>   
26777 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26778 </UL><P>
26779 &lt;End of help on this topic&gt;
26780 </BODY>
26781 </HTML>
26782 ====== h_config_rshpath =====
26783 <HTML>
26784 <HEAD>
26785 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
26786 </HEAD>
26787 <BODY>
26788 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
26790 Sets the name of the command used to open a UNIX remote shell
26791 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
26793 <UL>   
26794 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26795 </UL><P>
26796 &lt;End of help on this topic&gt;
26797 </BODY>
26798 </HTML>
26799 ====== h_config_rshcmd =====
26800 <HTML>
26801 <HEAD>
26802 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
26803 </HEAD>
26804 <BODY>
26805 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
26807 Sets the format of the command used to
26808 open a UNIX remote shell connection. The default is
26809 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
26810 provided command. The first is for the command's pathname, the second is
26811 for the host to connect to, the third is for the user to connect as, and
26812 the fourth is for the connection method (typically <CODE>imap</CODE>).
26814 <UL>   
26815 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26816 </UL><P>
26817 &lt;End of help on this topic&gt;
26818 </BODY>
26819 </HTML>
26820 ====== h_config_sshpath =====
26821 <HTML>
26822 <HEAD>
26823 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
26824 </HEAD>
26825 <BODY>
26826 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
26828 Sets the name of the command used to open a UNIX secure shell
26829 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
26831 <UL>   
26832 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26833 </UL><P>
26834 &lt;End of help on this topic&gt;
26835 </BODY>
26836 </HTML>
26837 ====== h_config_sshcmd =====
26838 <HTML>
26839 <HEAD>
26840 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
26841 </HEAD>
26842 <BODY>
26843 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
26845 Sets the format of the command used to
26846 open a UNIX secure shell connection. The default is
26847 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
26848 provided command. The first is for the command's pathname, the second is
26849 for the host to connect to, the third is for the user to connect as, and
26850 the fourth is for the connection method (typically <CODE>imap</CODE>).
26852 <UL>   
26853 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26854 </UL><P>
26855 &lt;End of help on this topic&gt;
26856 </BODY>
26857 </HTML>
26858 ====== h_config_new_ver_quell =====
26859 <HTML>
26860 <HEAD>
26861 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
26862 </HEAD>
26863 <BODY>
26864 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
26866 When a new version of Alpine is run for the first time it offers a
26867 special explanatory screen to the user upon startup.  This option
26868 helps control when and if that special screen appears for users that
26869 have previously run Alpine.  It takes as its value an Alpine version
26870 number.  Alpine versions less than the specified value will suppress this
26871 special screen while versions equal to or greater than that specified
26872 will behave normally.
26874 <UL>   
26875 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26876 </UL><P>
26877 &lt;End of help on this topic&gt;
26878 </BODY>
26879 </HTML>
26880 ====== h_config_disable_drivers =====
26881 <HTML>
26882 <HEAD>
26883 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
26884 </HEAD>
26885 <BODY>
26886 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
26888 This variable is a list of mail drivers that will be disabled.
26889 The candidates for disabling are listed below.
26890 There may be more in the future if you compile Alpine with
26891 a newer version of the c-client library.
26894 <UL>
26895 <LI> mbox
26896 <LI> mbx
26897 <LI> mh
26898 <LI> mmdf
26899 <LI> mtx
26900 <LI> mx
26901 <LI> news
26902 <LI> phile
26903 <LI> tenex
26904 <LI> unix
26905 </UL>
26908 The <EM>mbox</EM> driver enables the following behavior: if there is a
26909 file called <CODE>mbox</CODE>
26910 in your home directory, and if that file is either empty or in Unix mailbox
26911 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
26912 will automatically transfer mail from the system mail spool directory into the
26913 <CODE>mbox</CODE> file and
26914 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
26915 this will not happen.
26918 It is not recommended to disable the driver that supports the system default
26919 mailbox format. On most non-SCO systems, that driver is the
26920 <EM>unix</EM> driver.
26921 On most SCO systems, it is the <EM>mmdf</EM> driver.
26922 The system default driver may be
26923 configured to something else on your system; check with your system manager
26924 for additional information.
26927 It is most likely not very useful for you to disable any of the drivers other
26928 than possibly <EM>mbox</EM>.
26929 You could disable some of the others if you know for
26930 certain that you don't need them but the performance gain in doing so
26931 is very modest.
26933 <UL>   
26934 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26935 </UL><P>
26936 &lt;End of help on this topic&gt;
26937 </BODY>
26938 </HTML>
26939 ====== h_config_disable_auths =====
26940 <HTML>
26941 <HEAD>
26942 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
26943 </HEAD>
26944 <BODY>
26945 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
26947 This variable is a list of SASL (Simple Authentication and Security
26948 Layer) authenticators that will be disabled.
26949 SASL is a mechanism for
26950 authenticating to IMAP, POP3, SMTP, and other network servers.
26953 Alpine matches its list of supported authenticators with the server to
26954 determine the most secure authenticator that is supported by both.
26955 If no matching authenticators are found, Alpine will revert to plaintext
26956 login (or, in the case of SMTP, will be unable to authenticate at all).
26958 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
26961 Normally, you will not disable any authenticators.
26962 There are two exceptions:
26964 <OL>
26965 <LI> You use a broken server that advertises an authenticator,
26966 but does not actually implement it.
26967 <LI> You have a Kerberos-capable version of Alpine and the server is
26968 also Kerberos-capable, but you can not obtain Kerberos
26969 credentials on the server machine, thus you desire to disable
26970 GSSAPI (which in turn disables Alpine's Kerberos support).
26971 </OL>
26973 It is never necessary to disable authenticators, since Alpine will try
26974 other authenticators before giving up.
26975 However, disabling the relevant authenticator avoids annoying error messages.
26977 <UL>   
26978 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26979 </UL><P>
26980 &lt;End of help on this topic&gt;
26981 </BODY>
26982 </HTML>
26983 ====== h_config_encryption_range =====
26984 <HTML>
26985 <HEAD>
26986 <TITLE>OPTION: <!--#echo var="VAR_encryption-protocol-range"--></TITLE>
26987 </HEAD>
26988 <BODY>
26989 <H1>OPTION: <!--#echo var="VAR_encryption-protocol-range"--></H1>
26991 This option sets a range of encryption protocols that can be attempted when
26992 Alpine will try to establish a secure connection using the SSL or TLS
26993 protocols.
26996 Before a secure connection to an external server is established, Alpine and the
26997 server will attempt to negotiate a secure connection. This part is known as the
26998 &quot;ClientHello&quot;. At that time Alpine will announce the version of
26999 encryption that it would like to establish. The server can reject that, and announce
27000 a different version of encryption. Once both the server and Alpine have found
27001 a version of encryption that they both agree on, they will both use it to start
27002 a secure connection.
27005 The use of the /ssl parameter in the definition of the server will make Alpine
27006 attempt the highest encryption protocol that it can use, in agreement with the
27007 server. However, using this option, you will set limits to the versions of
27008 the protocols that are used. This would, for example, allow you to disable the use
27009 of ssl3, in favor of more modern protocols. 
27012 For purposes of this option, the protocols are sorted 
27013 as follows
27016 <CENTER>
27017 no_min < ssl3 < tls1 < tls1_1 < tls1_2 < tls1_3 < no_max
27018 </CENTER>
27021 For example, if you want to disable ssl3, all you have to do is to set the minimum 
27022 version to tls1, or any higher protocol. 
27024 <P>The name of the parameters used to configure this option is the same as the 
27025 parameters that are added to the definition of a server to make it a secure 
27026 connection, and they are listed above for your reference.
27029 The special values &quot;no_min&quot; and &quot;no_max&quot; do not set values
27030 for the minimum and maximum protocol versions, and Alpine will use the maximum
27031 and minimum values of encryption protocols built into your SSL library.
27034 <UL>   
27035 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27036 </UL><P>
27037 &lt;End of help on this topic&gt;
27038 </BODY>
27039 </HTML>
27040 ====== h_config_abook_metafile =====
27041 <HTML>
27042 <HEAD>
27043 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
27044 </HEAD>
27045 <BODY>
27046 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
27048 This is usually set by Alpine and is the name of a file
27049 that contains data about
27050 remote address books and remote configuration files.
27052 <UL>   
27053 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27054 </UL><P>
27055 &lt;End of help on this topic&gt;
27056 </BODY>
27057 </HTML>
27058 ====== h_config_composer_wrap_column =====
27059 <HTML>
27060 <HEAD>
27061 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
27062 </HEAD>
27063 <BODY>
27064 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
27067 This option specifies an aspect of Alpine's Composer.  This gives the
27068 maximum width that auto-wrapped lines will have.  It's also the maximum
27069 width of lines justified using the <A HREF="h_compose_justify">^J
27070 Justify</A> command.  The normal default
27071 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
27072 in order to
27073 prevent very long lines from being sent in outgoing mail.  When the mail
27074 is actually sent, trailing spaces will be stripped off of each line.
27077 <UL>   
27078 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27079 </UL><P>
27080 &lt;End of help on this topic&gt;
27081 </BODY>
27082 </HTML>
27083 ====== h_config_deadlets =====
27084 <HTML>
27085 <HEAD>
27086 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
27087 </HEAD>
27088 <BODY>
27089 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
27092 This option affects Alpine's behavior when you cancel a message being
27093 composed.  Alpine's usual behavior is to write the canceled message to
27094 a file named 
27095 <!--chtml if pinemode="os_windows"-->
27096 &quot;DEADLETR&quot;,
27097 <!--chtml else-->
27098 &quot;dead.letter&quot; in your home directory,
27099 <!--chtml endif-->
27100 overwriting any previous message.
27102 If you set this option to a value higher than one, then that many copies
27103 of dead letter files will be saved.
27104 For example, if you set this option to &quot;3&quot; then you may have
27105 files named
27106 <!--chtml if pinemode="os_windows"-->
27107 &quot;DEADLETR&quot;,
27108 &quot;DEADLETR2&quot;, and
27109 &quot;DEADLETR3&quot;.
27110 <!--chtml else-->
27111 &quot;dead.letter&quot;,
27112 &quot;dead.letter2&quot;, and
27113 &quot;dead.letter3&quot; in your home directory.
27114 <!--chtml endif-->
27115 In this example, the most recently cancelled message will be in
27116 <!--chtml if pinemode="os_windows"-->
27117 &quot;DEADLETR&quot;,
27118 <!--chtml else-->
27119 &quot;dead.letter&quot;,
27120 <!--chtml endif-->
27121 and the third most recently cancelled message will be in
27122 <!--chtml if pinemode="os_windows"-->
27123 &quot;DEADLETR3&quot;.
27124 <!--chtml else-->
27125 &quot;dead.letter3&quot;.
27126 <!--chtml endif-->
27127 The fourth most recently cancelled message will no longer be saved.
27130 If you set this option to zero, then NO record of canceled messages is
27131 maintained.
27133 If the feature
27134 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
27135 is set, that overrides whatever you set for this option.
27136 If this option had existed at the time, then the Quell feature would not
27137 have been added, but it is still there for backwards compatibility.
27138 So, in order for this option to have the desired effect, make sure the
27139 Quell feature is turned off.
27142 <UL>   
27143 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27144 </UL><P>
27145 &lt;End of help on this topic&gt;
27146 </BODY>
27147 </HTML>
27148 ====== h_config_maxremstream =====
27149 <HTML>
27150 <HEAD>
27151 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
27152 </HEAD>
27153 <BODY>
27154 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
27156 This option affects low-level behavior of Alpine.
27157 The default value for this option is <EM>3</EM>.
27158 If your INBOX is accessed using the IMAP protocol
27159 from an IMAP server, that connection is kept open throughout the
27160 duration of your Alpine session, independent of the value of this option.
27161 The same is true of any 
27162 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
27163 you have defined.
27164 This option controls Alpine's behavior when connecting to remote IMAP folders
27165 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
27166 It specifies the maximum number of remote IMAP connections (other than
27167 those mentioned above) that Alpine will use for accessing the rest of your
27168 folders.
27169 If you set this option to zero, you will turn off most remote connection
27170 re-use.
27171 It's difficult to understand exactly what this option does, and it is usually
27172 fine to leave it set to its default value.
27173 It is probably more likely that you will be interested in setting the
27174 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
27175 instead of changing the value of this option.
27176 A slightly longer explanation of what is going on with this option
27177 is given in the next paragraphs.
27180 There are some time costs involved in opening and closing remote IMAP 
27181 folders, the main costs being the time you have to wait for the connection
27182 to the server and the time for the folder to open.
27183 Opening a folder may involve not only the time the server takes to do its
27184 processing but time that Alpine uses to do filtering.
27185 These times can vary widely.
27186 They depend on how loaded the server is, how large
27187 the folder being opened is, and how you set up filtering, among other things.
27188 Once Alpine has opened a connection to a particular folder, it will attempt
27189 to keep that connection open in case you use it again.
27190 In order to do this,
27191 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
27192 this option) IMAP connections you have allotted for this purpose.
27194 For example, suppose the value of this option is set to &quot;2&quot;.
27195 If your INBOX is accessed on a remote server using the IMAP protocol, that
27196 doesn't count as one of the remote connections but it is always kept open.
27197 If you then open another IMAP folder, that would be your first
27198 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
27199 If you open a third folder the second will be left open, in case you
27200 return to it.
27201 You won't be able to tell it has been left open.
27202 It will appear to be closed when you leave the folder but the connection
27203 will remain in the background.
27204 Now suppose you go back to the second folder (the first folder after the
27205 INBOX).
27206 A connection to that folder is still open so you won't have to wait
27207 for the startup time to open it.
27208 Meanwhile, the connection to the third folder will be left behind.
27209 Now, if you open a fourth folder, you will bump into the
27210 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
27211 than INBOX and you have the option set to &quot;2&quot;.
27212 The connection that is being used for
27213 the third folder will be re-used for this new fourth folder.
27214 If you go back to the third folder after this, it is no longer already
27215 connected when you get there.
27216 You'll still save some time since Alpine will re-use the connection to the
27217 fourth folder and you have already logged in on that connection,
27218 but the folder will have to be re-opened from scratch.
27220 If a folder is large and the startup cost is dominated by the time it takes
27221 to open that folder or to run filters on it, then it will pay to make the
27222 value of this option large enough to keep it open.
27223 On the other hand, if you only revisit a handful of folders or if
27224 the folders are small, then it might
27225 make more sense to keep this number small so that the reconnect
27226 time (the time to start up a new connection and authenticate)
27227 is eliminated instead.
27229 You may also need to consider the impact on the server.
27230 On the surface, a larger number here may cause a larger impact on the
27231 server, since you will have more connections open to the server.
27232 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
27233 associated with reopening a folder, but the <EM>server</EM> will be
27234 avoiding those costs as well.
27236 When twenty five minutes pass without any active use of an IMAP connection
27237 being saved for possible re-use, that connection will be shut down,
27240 <UL>   
27241 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27242 </UL><P>
27243 &lt;End of help on this topic&gt;
27244 </BODY>
27245 </HTML>
27246 ====== h_config_permlocked =====
27247 <HTML>
27248 <HEAD>
27249 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
27250 </HEAD>
27251 <BODY>
27252 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
27254 This option affects low-level behavior of Alpine.
27255 There is no default value for this option.
27256 It is related to the options
27257 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
27258 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
27259 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
27262 Note: changes made to this list take effect the next time you open a
27263 folder in the list.
27266 This is a list of folders that will be permanently kept open once they
27267 are first opened.
27268 The names in this list may be either the nickname of an Incoming folder
27269 or the full technical specification of a folder.
27270 The folders in this list need not be remote IMAP folders, they could usefully
27271 be local folders, as well.
27272 If a folder in the list is a newsgroup or is not accessed either locally
27273 or via IMAP, then the entry will be ignored.
27274 For example, folders accessed via NNTP or POP3 will not be kept open, since
27275 the way that new mail is found with those protocols involves closing and
27276 reopening the connection.
27278 Once a Stay Open folder has been opened, new-mail checking will continue
27279 to happen on that folder for the rest of the Alpine session.
27280 Your INBOX is always implicitly included in this Stay-Open list and doesn't
27281 need to be added explicitly.
27283 Another difference that you may notice between a Stay Open folder and a
27284 non-Stay Open folder is which message is selected as the current message
27285 when you enter the folder index.
27286 Normally, the starting position for an incoming folder (which most Stay Open
27287 folders will likely be) is controlled by the
27288 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
27289 However, if a folder is a Stay Open folder, when you re-enter the folder
27290 after the first time the current message will be the same as it was when
27291 you left the folder.
27292 An exception is made if you use the TAB command to get to the folder.
27293 In that case, the message number will be incremented by one from what it
27294 was when you left the folder.
27296 The above special behavior is thought to be useful.
27297 However, it is special and different from what you might at first expect.
27298 The feature
27299 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
27300 may be used to turn off this special treatment.
27302 If the message that was current when you left the folder no longer exists,
27303 then the regular startup rule will be used instead.
27306 <UL>   
27307 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27308 </UL><P>
27309 &lt;End of help on this topic&gt;
27310 </BODY>
27311 </HTML>
27312 ====== h_config_viewer_overlap =====
27313 <html>
27314 <header>
27315 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
27316 </header>
27317 <body>
27318 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
27320 This option specifies an aspect of Alpine's Message Viewing screen.  When
27321 the space bar is used to page forward in a message, the number of lines
27322 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
27323 bottom of the screen.  That is, if this was set to two lines, then the
27324 bottom two lines of the screen would be repeated on the top of the next
27325 screen.  The normal default value is "2".<p>
27326 <UL>   
27327 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27328 </UL><P>
27329 &lt;End of help on this topic&gt;
27330 </body>
27331 </html>
27332 ====== h_config_scroll_margin =====
27333 <HTML>
27334 <HEAD>
27335 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
27336 </HEAD>
27337 <BODY>
27338 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
27340 This option controls when Alpine's line-by-line scrolling occurs.
27341 Typically, when a selected item is at the top or bottom screen edge
27342 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
27343 displayed items are scrolled down or up by a single line.
27346 This option allows you to tell Alpine the number of lines from the top and
27347 bottom screen edge that line-by-line paging should occur.  For example,
27348 setting this value to one (1) will cause Alpine to scroll the display
27349 vertically when you move to select an item on the display's top or
27350 bottom edge.
27353 By default, this variable is zero, indicating that scrolling happens
27354 when you move up or down to select an item immediately off the display's
27355 top or bottom edge.
27358 <UL>   
27359 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27360 </UL><P>
27361 &lt;End of help on this topic&gt;
27362 </BODY>
27363 </HTML>
27364 ====== h_config_wordseps =====
27365 <HTML>
27366 <HEAD>
27367 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
27368 </HEAD>
27369 <BODY>
27370 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
27372 This option affects how a &quot;word&quot; is defined in the composer.
27373 The definition of a word is used when using the Forward Word and Backward
27374 Word commands in the composer, as well as when using the spell checker.
27375 Whitespace is always considered a word separator.
27376 Punctuation (like question marks, periods, commas, and so on) is always
27377 a word separator if it comes at the end of a word.
27378 By default, a punctuation character that is in the middle of a word does
27379 not break up that word as long as the character before and the character
27380 after it are both alphanumeric.
27381 If you add a character to this option it will be considered a
27382 word separator even when it occurs in the middle of an alphanumeric word.
27383 For example, if you want to skip through each part of an address instead
27384 of skipping the whole address at once you might want to include &quot;@&quot;
27385 and &quot;.&quot; in this list.
27386 If you want the word-skipper to stop on each part of a UNIX filename you
27387 could add &quot;/&quot; to the list.
27388 The equal sign and dash are other possibilities you might find helpful.
27390 <UL>   
27391 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27392 </UL><P>
27393 &lt;End of help on this topic&gt;
27394 </BODY>
27395 </HTML>
27396 ====== h_config_reply_indent_string =====
27397 <HTML>
27398 <HEAD>
27399 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
27400 </HEAD>
27401 <BODY>
27402 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
27404 This option specifies an aspect of Alpine's Reply command.
27405 When a message is replied to and the text of the message is included, the
27406 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
27407 to each line indicating it is quoted text.
27408 (In case you haven't seen this before, &quot;string&quot; is a technical term
27409 that means chunk of text.)
27412 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
27413 in 1999 and its wide-spread adoption since then, you will usually be better off if you
27414 use one of the standard values,
27415 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
27418 This option specifies a different value for that string.
27419 If you wish to use a string that begins or ends with a space,
27420 enclose the string in double quotes.
27423 Besides simple text, the prepended string can be based
27424 on the message being replied to.
27425 The following tokens are substituted for the message's corresponding value:
27427 <DL>
27428 <DT>_FROM_</DT>
27429 <DD>This token gets replaced with the message sender's &quot;username&quot;.
27430 If the name is longer than six characters, only the first six characters are
27431 used.
27432 </DD>
27434 <DT>_NICK_</DT>
27435 <DD>This token gets replaced with the nickname of the message sender's
27436 address as found in your addressbook.
27437 If no addressbook entry is found,
27438 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
27439 If the nickname is longer than six characters, only the first six characters are
27440 used.
27441 </DD>
27443 <DT>_INIT_</DT>
27444 <DD>This token gets replaced with the initials of the sender of the message.
27445 </DD>
27447 </DL>
27449 NOTE: When the
27450 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
27451 feature is enabled, you are given the opportunity to edit the string, whether 
27452 it is the default or one automatically generated using the above tokens.
27454 If you change your <!--#echo var="VAR_reply-indent-string"-->
27455 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
27456 quoted text will not be flowed
27457 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
27458 when you reply.
27459 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
27460 set to the default value.
27462 <UL>   
27463 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27464 </UL><P>
27465 &lt;End of help on this topic&gt;
27466 </BODY>
27467 </HTML>
27468 ====== h_config_quote_replace_string =====
27469 <HTML>
27470 <HEAD>
27471 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
27472 </HEAD>
27473 <BODY>
27474 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
27476 This option specifies what string to use as a quote when <b>viewing</b> a
27477 message.  The standard way of quoting messages when replying is the string
27478 &quot;&gt;&nbsp;&quot; (quote space).
27479 With this variable set, viewing a message will
27480 replace occurrences of 
27481 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
27482 This setting works best when
27483 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
27484 or the equivalent setting in your correspondents' mail programs
27485 is set to the default
27486 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
27487 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
27489 By default, this setting will only work on messages that are flowed, which is
27490 the default way of sending messages for many mail clients including
27491 Alpine.  Enable the feature
27492 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
27493 to also have quote-replacement performed on non-flowed messages.
27496 Setting this option will replace  &quot;&gt;&quot; and 
27497 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
27498 spaces. To preserve those spaces enclose the full string in double quotes.
27500 No padding to separate the text of the message from the quote string is
27501 added. This means that if you do not add trailing spaces to the value of
27502 this variable, text will be displayed right next to the quote string,
27503 which may be undesirable. This can be avoided by adding a new string
27504 separated by a space from your selection of quote string replacement. This
27505 last string will be used for padding. For example, setting this variable to 
27506 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
27507 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
27508 a space from the last quote string to make it more readable.
27510 One possible setting for this variable could be
27511 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
27512 would have the effect of indenting each level of quoting four spaces and
27513 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
27514 more discernible by setting colors for quoted text.
27516 Replying to or forwarding the viewed message will preserve the original
27517 formatting of the message, so quote-replacement will not be performed on
27518 messages that are being composed.
27520 <UL>   
27521 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27522 </UL><P>
27523 &lt;End of help on this topic&gt;
27524 </BODY>
27525 </HTML>
27526 ====== h_config_empty_hdr_msg =====
27527 <HTML>
27528 <HEAD>
27529 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
27530 </HEAD>
27531 <BODY>
27532 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
27534 When sending, if both the To and Cc fields are empty and you
27535 are sending the message to a Bcc,
27536 Alpine will put a special address in the To line.  The default value is:
27539 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
27542 The reason for this is to avoid embarrassment caused by some Internet
27543 mail transfer software that interprets a &quot;missing&quot;
27544 <SAMP>To:</SAMP> header as an error and replaces it with an
27545 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
27546 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
27547 Bcc.  You may change the part of this message that comes before the
27548 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
27549 variable to something else.
27552 The normal default is &quot;undisclosed-recipients&quot;.
27555 <UL>   
27556 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27557 </UL><P>
27558 &lt;End of help on this topic&gt;
27559 </BODY>
27560 </HTML>
27561 ====== h_config_status_msg_delay =====
27562 <HTML>
27563 <HEAD>
27564 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
27565 </HEAD>
27566 <BODY>
27567 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
27569 This option has evolved over time, causing the possible values to be
27570 counter-intuitive.
27571 Read carefully before you set this option.
27572 First we explain what the option does, then there is a longer discussion
27573 following that.
27575 If this is set to zero, the default value, it has <EM>no</EM> effect.
27576 Positive and negative values serve two similar, but different purposes.
27578 If it is set to a positive number, it causes the cursor to move to the
27579 status line whenever a status message is printed and pause there for this
27580 many seconds.
27581 It will probably only be useful if the 
27582 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
27583 also turned on.
27584 Setting this option to a positive number can only be used to
27585 <EM>increase</EM> the status message delay.
27586 This may be useful for Braille displays, or other non-traditional displays.
27588 If it is set to a negative number the interpretation is a bit complicated.
27589 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
27590 allow you to read important status messages.
27591 Of course, this may cause you to miss some important messages.
27592 If you see a message flash by but miss what it says you can use the
27593 Journal command from the MAIN MENU to read it.
27594 If you set this option to a negative value, the delay will be
27595 no more than one second less than the absolute value
27596 of the value you set.
27597 So if you set it to -1, the delay will be no more than zero seconds, no
27598 delay at all.
27599 If you set it to -2, the delay will be no more than 1 second.
27600 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
27601 If the delay that Alpine would have used by default is less than this delay,
27602 then the smaller delay set by Alpine will be used.
27603 Setting this option to a negative value can only reduce the amount of
27604 delay, never increase it.
27606 Here is a more detailed explanation.
27607 Status messages are the messages that show up spontaneously in the
27608 status message line, usually the third line from the bottom of the screen.
27609 By default, Alpine assigns each status message it produces a minimum
27610 display time.
27611 Some status messages have a minimum display time of zero.
27612 You can see an example of such a message by paging up in this help text
27613 until you reach the top of the screen.
27614 If you try to page past the top you will see the message
27616 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
27618 in the status line.
27619 If there is another more important use of the status message line this message
27620 might be replaced quickly, or it even might not be shown at all.
27621 However, if there is no reason to get rid of the message, it might stay
27622 there for several seconds while you read the help.
27623 An example where it is replaced immediately happens when you page up in
27624 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
27625 command right after paging up.
27626 The message will disappear immediately without causing a delay (unless you
27627 have set this option to a positive value) to allow you to type input for
27628 the &quot;WhereIs&quot; command.
27629 Since it isn't a very important message, Alpine has set its minimum display
27630 time to zero seconds.
27632 Other messages have minimum display times of three or more seconds.
27633 These are usually error messages that Alpine thinks you ought to see.
27634 For example, it might be a message about a failed Save or a failed folder open.
27635 It is often the case that this minimum display time won't delay you in
27636 any way because the status message line is not needed for another reason.
27637 However, there are times when Alpine has to delay what it is doing in
27638 order to display a status message for the minimum display time.
27639 This happens when a message is being displayed and Alpine wants to ask
27640 for input from the keyboard.
27641 For example, when you Save a message you use the status message line.
27642 You get a prompt there asking for the name of the folder to save to.
27643 If there is a status message being displayed that has not
27644 yet displayed for its minimum
27645 time Alpine will display that status message surrounded with the characters
27646 &gt; and &lt; to show you that it is delaying.
27647 That might happen, for example, if you tried to save to a folder that
27648 caused an error, then followed that immediately with another Save command.
27649 You might find yourself waiting for a status message like
27651 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
27653 to finish displaying for three seconds.
27654 If that is something you find happening to you frequently, you may use
27655 negative values of this option to decrease or eliminate that delay, at
27656 the risk of missing the message.
27658 <UL>   
27659 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27660 </UL><P>
27661 &lt;End of help on this topic&gt;
27662 </BODY>
27663 </HTML>
27664 ====== h_config_active_msg_interval =====
27665 <HTML>
27666 <HEAD>
27667 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
27668 </HEAD>
27669 <BODY>
27670 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
27672 When Alpine is delayed for some reason it usually shows that
27673 something is happening with a small animated display in the status
27674 message line near the bottom of the screen.
27675 This option sets how frequently the characters (for example, a spinning bar)
27676 in the active status message lines are updated.
27677 At most, it can be set to be updated 20 times per second. 
27680 Setting this value to zero will prevent display of the animations
27681 altogether.
27684 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
27685 can be used to remove the randomness from this animated display.
27688 <UL>   
27689 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27690 </UL><P>
27691 &lt;End of help on this topic&gt;
27692 </BODY>
27693 </HTML>
27694 ====== h_config_mailchecknoncurr =====
27695 <HTML>
27696 <HEADER>
27697 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
27698 </HEADER>
27699 <BODY>
27700 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
27702 This option is closely related to the
27703 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27704 option, as well as the
27705 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
27706 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
27707 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
27708 new-mail checking is disabled and this option will have no effect.
27710 Normally this option is set to zero, which means that the value used will be
27711 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
27712 If you set this option to a value different from zero
27713 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
27714 then that is the check interval that will be used
27715 for folders that are not the currently open folder or the INBOX.
27716 You may not even have any folders that are noncurrent and not the INBOX.
27717 If you do, it is likely that they are due to
27718 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
27719 you have configured.
27720 This option also affects the rate of mail checking done on cached
27721 connections to folders you previously had open but are no longer actively
27722 using.
27723 You aren't expected to understand that last sentence, but if you are interested
27724 take a look at
27725 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
27726 and the related options.
27728 <UL>   
27729 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27730 </UL><P>
27731 &lt;End of help on this topic&gt;
27732 </BODY>
27733 </HTML>
27734 ====== h_config_fifopath =====
27735 <HTML>
27736 <HEADER>
27737 <TITLE>OPTION: NewMail FIFO Path</TITLE>
27738 </HEADER>
27739 <BODY>
27740 <H1>OPTION: NewMail FIFO Path</H1>
27742 This option is only available in UNIX Alpine.
27743 However, there is a very similar feature built in to PC-Alpine.
27744 In PC-Alpine's Config menu at the top of the screen
27745 is an option called &quot;New Mail Window&quot;.
27747 You may have Alpine create a FIFO special file (also called a named pipe) where
27748 it will send a one-line message each time a new message is received in
27749 the current folder, the INBOX, or any open
27750 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
27751 To protect against two different Alpines both writing to the same FIFO, Alpine
27752 will only create the FIFO and write to it if it doesn't already exist.
27754 A possible way to use this option would be to have a separate window
27755 on your screen running the command
27757 <CENTER><SAMP>cat filename</SAMP></CENTER>
27759 where &quot;filename&quot; is the name of the file given for this option.
27760 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
27761 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
27762 You may be tempted to use &quot;tail -f filename&quot; to view the new
27763 mail log.
27764 However, the common implementations of the tail command will not do what you
27765 are hoping.
27767 The width of the messages produced for the FIFO may be altered with the
27768 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
27770 On some systems, fifos may only be created in a local filesystem.
27771 In other words, they may not be in NFS filesystems.
27772 This requirement is not universal.
27773 If the system you are using supports it, it should work.
27774 (It is often the case that your home directory is in an NFS filesystem.
27775 If that is the case, you might try using a file in the &quot;/tmp&quot;
27776 filesystem, which is usually a local filesystem.)
27777 Even when it is possible to use an NFS-mounted filesystem as a place to name
27778 the fifo (for example, your home directory), it will still be the case that
27779 the reader (probably the &quot;cat&quot; command) and the
27780 writer (Alpine) of the fifo must be running on the same system.
27782 <UL>   
27783 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27784 </UL><P>
27785 &lt;End of help on this topic&gt;
27786 </BODY>
27787 </HTML>
27788 ====== h_config_newmailwidth =====
27789 <HTML>
27790 <HEADER>
27791 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
27792 </HEADER>
27793 <BODY>
27794 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
27796 For UNIX Alpine, this option is only useful if you have turned on the
27797 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
27798 That option causes new mail messages to be sent to a fifo file.
27799 Those messages will be 80 characters wide by default.
27800 You can change the width of those messages by changing this option.
27801 For example, if you are reading those messages in another window you might
27802 want to set this width to the width of that other window.
27804 If you are using PC-Alpine, it has an option in the Config menu to turn
27805 on the &quot;New Mail Window&quot;.
27806 This present option also controls the width of that window.
27808 <UL>   
27809 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27810 </UL><P>
27811 &lt;End of help on this topic&gt;
27812 </BODY>
27813 </HTML>
27814 ====== h_config_mailcheck =====
27815 <HTML>
27816 <HEADER>
27817 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
27818 </HEADER>
27819 <BODY>
27820 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
27822 This option specifies, in seconds,
27823 how often Alpine will check for new mail.
27824 If set to zero, new-mail checking is disabled.
27825 (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
27826 current message is the last message of the folder.)
27827 There is a minimum value for this option, normally 15 seconds.
27828 The default value is normally 150 seconds.
27829 The higher you set this option, the easier it is on the server.
27831 There are some situations where automatic new-mail checking does not work.
27832 See the discussion about new-mail checking in
27833 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
27835 The new-mail checking will not happen exactly at the frequency that you specify.
27836 For example, Alpine may elect to defer a non-INBOX mail check if you
27837 are busy typing.
27838 Or, it may check more frequently than you have specified if that is
27839 thought to be necessary to keep the server from closing the connection
27840 to the folder due to inactivity.
27841 If Alpine checks for new mail as a side effect of another command, it will reset
27842 the timer, so that new-mail checking may seem to happen irregularly instead of
27843 every X seconds like clockwork.
27845 If you are anxious to know about new mail as soon as possible, set the check
27846 interval low, and you'll know about the new mail by approximately
27847 that amount of time after it arrives.
27848 If you aren't so worried about knowing right away, set this option to a
27849 higher value.
27850 That will save the server some processing time and may save you some of
27851 the time you spend waiting for new-mail checks to happen if you are
27852 dealing with a slow server or slow network connection.
27854 If you suspect that new-mail checking is causing slow downs for you,
27855 you may want to look into the options
27856 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
27857 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
27858 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
27859 which refine when mail checking is done.
27861 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
27862 there is a minimum time
27863 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
27864 between new-mail checks.
27865 Because of this minimum you may notice that new mail does not
27866 appear promptly when you expect it.
27867 The reason for this is to protect the server from over-zealous opening and
27868 closing of the Mail Drop folder, since that is a costly operation.
27870 <UL>   
27871 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27872 </UL><P>
27873 &lt;End of help on this topic&gt;
27874 </BODY>
27875 </HTML>
27876 ====== h_config_quell_checks_comp =====
27877 <HTML>
27878 <HEAD>
27879 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
27880 </HEAD>
27881 <BODY>
27882 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
27884 This option is closely related to the
27885 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27886 option, the
27887 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
27888 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
27890 If this option is set, then the normal new-mail checking that happens
27891 while you are composing will not happen for folders other than your
27892 INBOX (which depends on the setting
27893 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
27895 You might want to set this option if you are experiencing delays while
27896 composing that you think might be related to the speed of the new-mail
27897 checks.
27899 Even with this option turned on, an occasional new-mail check may be done
27900 in order to keep the server from killing the connection to the folder.
27901 For example, IMAP servers may remove a connection to a folder if there
27902 has been no activity on the connection for 30 minutes or more.
27903 Instead of letting that happen, Alpine will check for new mail before the
27904 30 minutes is up even though you have turned on this feature to quell
27905 those checks.
27907 Besides new-mail checks, checkpoint operations on the folders
27908 will also be quelled when you set this option.
27909 The purpose of checkpointing is to write the changes to a folder out to
27910 disk periodically in order to avoid losing those changes when system or
27911 software problems occur.
27912 New-mail checking and checkpointing while you are not composing are not
27913 affected by this option.
27916 &lt;End of help on this topic&gt;
27917 </BODY>
27918 </HTML>
27919 ====== h_config_quell_checks_comp_inbox =====
27920 <HTML>
27921 <HEAD>
27922 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
27923 </HEAD>
27924 <BODY>
27925 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
27927 This option is closely related to the
27928 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27929 option, the
27930 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
27931 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
27933 If this option is set, then the normal new-mail checking that happens
27934 while you are composing will not happen for your INBOX.
27935 Checking of other folders is controlled in a similar way with the
27936 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
27938 You might want to set this option if you are experiencing delays while
27939 composing that you think might be related to the speed of the new-mail
27940 checks.
27942 Even with this option turned on, an occasional new-mail check may be done
27943 in order to keep the server from killing the connection to the folder.
27944 For example, IMAP servers may remove a connection to a folder if there
27945 has been no activity on the connection for 30 minutes or more.
27946 Instead of letting that happen, Alpine will check for new mail before the
27947 30 minutes is up even though you have turned on this feature to quell
27948 those checks.
27950 Besides new-mail checks, checkpoint operations on the INBOX
27951 will also be quelled when you set this option.
27952 The purpose of checkpointing is to write the changes to a folder out to
27953 disk periodically in order to avoid losing those changes when system or
27954 software problems occur.
27955 New-mail checking and checkpointing while you are not composing are not
27956 affected by this option.
27958 &lt;End of help on this topic&gt;
27959 </BODY>
27960 </HTML>
27961 ====== h_config_maildropcheck =====
27962 <HTML>
27963 <HEADER>
27964 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
27965 </HEADER>
27966 <BODY>
27967 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
27969 New-mail checking for a
27970 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
27971 mail checking for a regular folder.
27972 One of the differences is that the connection to the Mail Drop is not
27973 kept open and so the cost of checking
27974 (delay for you and additional load for the server) may be significant.
27975 Because of this additional cost we set a minimum time that
27976 must pass between checks.
27977 This minimum only applies to the automatic checking done by Alpine.
27978 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
27979 at the end of a folder index, then the check is done right away.
27981 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
27982 new-mail checks.
27983 You may want to set this minimum high in order to avoid experiencing some
27984 of the delays associated with the checks.
27985 Note that the time between checks is still controlled by the regular
27986 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
27987 When Alpine is about to do an automatic check for new mail (because
27988 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
27989 new-mail check
27990 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
27991 the Mail Drop is checked for new mail as well.
27992 Therefore, it is only useful to set this option to a value that is higher
27993 than the <!--#echo var="VAR_mail-check-interval"-->.
27995 If this option is set to zero, automatic Mail Drop new-mail
27996 checking is disabled.
27997 There is a minimum value, normally 60 seconds.
27998 The default value is normally 60 seconds as well.
27999 This applies to the INBOX and to the currently open folder if that is
28000 different from the INBOX.
28003 <UL>   
28004 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28005 </UL><P>
28006 &lt;End of help on this topic&gt;
28007 </BODY>
28008 </HTML>
28009 ====== h_config_nntprange =====
28010 <HTML>
28011 <HEADER>
28012 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
28013 </HEADER>
28014 <BODY>
28015 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
28017 This option applies only to newsgroups accessed using the NNTP protocol.
28018 It does not, for example,
28019 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
28022 When you open a connection to a News server using the NNTP protocol, you
28023 normally have access to all of the articles in each newsgroup.
28024 If a server keeps a large backlog of messages it may speed performance
28025 some to restrict attention to only the newer messages in a group.
28026 This option allows you to set how many article numbers should be checked
28027 when opening a newsgroup.
28028 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
28029 of messages you ever want to see.
28030 For example, if you only ever wanted to look at the last 500 messages in each
28031 newsgroup you could set this option to 500.
28032 In actuality, it isn't quite that.
28033 Instead, for performance reasons, it specifies the range of article
28034 numbers to be checked, beginning
28035 with the highest numbered article and going backwards from there.
28036 If there are messages that have been canceled or deleted
28037 their article numbers are still counted as part of the range.
28039 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
28040 numbers
28041 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
28043 to be considered when reading a newsgroup.
28044 The number of messages that show up in your index will be less than or equal
28045 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
28048 The purpose of this option is simply to speed up access when reading news.
28049 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
28050 numbers, and can avoid downloading any information about the ignored articles.
28051 There is a cost you pay for this speedup.
28052 That cost is that there is no way for you to see those ignored articles.
28053 The articles that come before the range you specify are invisible to you and
28054 to Alpine, as if they did not exist at all.
28055 There is no way to see those messages using, for example, an unexclude command
28056 or something similar.
28057 The only way to see those articles is to set this option high enough (or
28058 set it to zero) and then to reopen the newsgroup.
28061 If this option is set to 0 (which is also the default),
28062 then the range is unlimited.
28063 This option applies globally to all NNTP servers and to all newsgroups
28064 on those servers.
28065 There is no way to set different values for different newsgroups or servers.
28068 <UL>   
28069 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28070 </UL><P>
28071 &lt;End of help on this topic&gt;
28072 </BODY>
28073 </HTML>
28074 ====== h_config_news_active =====
28075 <html>
28076 <header>
28077 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
28078 </header>
28079 <body>
28080 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
28082 This option tells Alpine where to look for the "active file" for newsgroups
28083 when accessing news locally, rather than via NNTP.  The default path is
28084 usually "/usr/lib/news/active".<p>
28085 <UL>   
28086 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28087 </UL><P>
28088 &lt;End of help on this topic&gt;
28089 </body>
28090 </html>
28091 ====== h_config_news_spool =====
28092 <html>
28093 <header>
28094 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
28095 </header>
28096 <body>
28097 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
28099 This option tells Alpine where to look for the "news spool" for newsgroups
28100 when accessing news locally, rather than via NNTP.  The default path is
28101 usually "/var/spool/news".<p>
28102 <UL>   
28103 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28104 </UL><P>
28105 &lt;End of help on this topic&gt;
28106 </body>
28107 </html>
28108 ====== h_config_image_viewer =====
28109 <html>
28110 <header>
28111 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
28112 </header>
28113 <body>
28114 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
28115 <body>
28116 This option specifies the program Alpine should call to view MIME
28117 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
28118 no longer needed, but remains for backward compatibility.  The more
28119 general method for associating external printing and viewing programs with
28120 specific MIME data types is to use the system's (or your personal)
28121 "mailcap" configuration file.<p>
28122 <UL>   
28123 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28124 </UL><P>
28125 &lt;End of help on this topic&gt;
28126 </body>
28127 </html>
28128 ====== h_config_domain_name =====
28129 <HTML>
28130 <HEAD>
28131 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
28132 </HEAD>
28133 <BODY>
28134 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
28136 This option is used only if the 
28137 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
28138 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
28139 strips the hostname from your return (&quot;From&quot;) address and when 
28140 completing unqualified addresses that you enter into the composer.
28142 If you set this, see also the <A HREF="h_config_quell_local_lookup">
28143 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
28146 <!--chtml if pinemode="os_windows"-->
28147 <P>This option is not applicable to PC-Alpine.
28148 <!--chtml else-->
28150 <!--chtml endif-->
28151 <UL>
28152 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28153 </UL>
28155 &lt;End of help on this topic&gt;
28156 </BODY>
28157 </HTML>
28158 ====== h_config_prune_date =====
28159 <HTML>
28160 <HEAD>
28161 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
28162 </HEAD>
28163 <BODY>
28164 <H1>OPTION: Last-Time-Prune Question</H1>
28166 This value records the last time you were asked about deleting old
28167 sent-mail.
28168 It is set automatically by Alpine at the beginning of each month.
28169 In the past, if you wished to suppress the monthly sent-mail
28170 pruning feature, you could set this to a date in the future.
28171 This value is relative to the year 1900, so 
28172 to set this, for example, to October 2005, use 105.10.
28174 You can still do that if you wish, or you can use the
28175 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
28176 a little more convenient to use.
28178 <UL>   
28179 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28180 </UL><P>
28181 &lt;End of help on this topic&gt;
28182 </BODY>
28183 </HTML>
28184 ====== h_config_goto_default =====
28185 <HTML>
28186 <HEAD>
28187 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
28188 </HEAD>
28189 <BODY>
28190 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
28192 This value affects Alpine's behavior when you use the Goto command.
28193 Alpine's usual behavior has two parts.  If your current folder is
28194 &quot;Inbox&quot;, Alpine will offer the last open folder as the
28195 default.  If the current folder is other than &quot;Inbox&quot;,
28196 &quot;Inbox&quot; is offered as the default.
28199 The available options include:
28201 <DL>
28203  <DT>folder-in-first-collection</DT>
28205  <DD> Alpine will offer the most recently visited folder in the default
28206 collection found in the &quot;Collection List&quot; screen as the default.
28207 </DD>
28209  <DT> inbox-or-folder-in-first-collection</DT>
28211  <DD> If the current folder is &quot;Inbox&quot;,
28212 Alpine will offer the most recently visited folder in the
28213 default collection found in the &quot;Collection List&quot; screen.
28214 If the current folder is other than &quot;Inbox&quot;,
28215 &quot;Inbox&quot; is offered as the default.
28216 </DD>
28218  <DT> inbox-or-folder-in-recent-collection</DT>
28220  <DD> This is Alpine's default behavior.
28221 If the current folder is &quot;Inbox&quot;,
28222 Alpine will offer the last open
28223 folder as the default.
28224 If the current folder is other than &quot;Inbox&quot;,
28225 &quot;Inbox&quot; is offered as the default.
28226 </DD>
28228  <DT> first-collection-with-inbox-default</DT>
28230  <DD> Instead of offering the most recently visited folder in the default
28231 collection, the default collection is offered but with &quot;Inbox&quot; as
28232 the default folder.
28233 If you type in a folder name it will be in the default collection.
28234 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
28235 </DD>
28237  <DT> most-recent-folder</DT>
28239  <DD> The last accepted value simply causes the most recently opened
28240 folder to be offered as the default regardless of the currently opened
28241 folder.
28242 </DD>
28243 </DL>
28246 NOTE: The default while a newsgroup is open remains the same; the last
28247 open newsgroup.
28250 <UL>   
28251 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28252 </UL><P>
28253 &lt;End of help on this topic&gt;
28254 </BODY>
28255 </HTML>
28256 ====== h_config_thread_lastreply_char =====
28257 <HTML>
28258 <HEAD>
28259 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
28260 </HEAD>
28261 <BODY>
28262 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
28264 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
28265 INDEX display when using a
28266 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
28267 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
28268 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
28269 The value of this option is a single character.
28270 This character is used instead of the vertical line character when there are
28271 no more replies directly to the parent of the current message.
28272 It can be used to &quot;round-off&quot; the bottom of the vertical line
28273 by setting it to a character such as a backslash (&#92;) or
28274 a backquote (&#96;).
28275 The default value of this option is the backslash character (&#92;).
28276 This option may not be set to the Empty Value.
28277 In that case, the default will be used instead.
28280 <UL>   
28281 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28282 </UL><P>
28283 &lt;End of help on this topic&gt;
28284 </BODY>
28285 </HTML>
28286 ====== h_config_thread_indicator_char =====
28287 <HTML>
28288 <HEAD>
28289 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
28290 </HEAD>
28291 <BODY>
28292 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
28294 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
28295 INDEX display when using a
28296 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
28297 than &quot;none&quot; and sorting by Threads or OrderedSubject.
28298 The value of this option is a single character.
28299 This character is used to indicate that part of a thread (a conversation) is
28300 hidden beneath a message.
28301 The message could be expanded
28302 if desired with the &quot;/&quot; Collapse/Expand command.
28303 By default, the value of this option is the greater than sign (&gt;).
28305 If this option is set to the Empty Value, then the column (and the following
28306 blank column) will be deleted from the display.
28309 This option is closely related to the
28310 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
28311 Another similar option that affects the thread display is the
28312 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
28315 <UL>   
28316 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28317 </UL><P>
28318 &lt;End of help on this topic&gt;
28319 </BODY>
28320 </HTML>
28321 ====== h_config_thread_exp_char =====
28322 <HTML>
28323 <HEAD>
28324 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
28325 </HEAD>
28326 <BODY>
28327 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
28329 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
28330 INDEX display when using a
28331 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
28332 than &quot;none&quot;.
28333 The value of this option is a single character.
28334 This character is used to indicate that part of a thread has been expanded
28335 and could be collapsed if desired with
28336 the &quot;/&quot; Collapse/Expand command.
28337 By default, the value of this option is a dot (.).
28339 If this option is set to the Empty Value, then the column (and the following
28340 blank column) will be deleted from the display.
28343 This option is closely related to the
28344 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
28345 Another similar option that affects the thread display is the
28346 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
28349 <UL>   
28350 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28351 </UL><P>
28352 &lt;End of help on this topic&gt;
28353 </BODY>
28354 </HTML>
28355 ====== h_config_thread_index_style =====
28356 <HTML>
28357 <HEAD>
28358 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
28359 </HEAD>
28360 <BODY>
28361 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
28363 When a folder is sorted by Threads or OrderedSubject,
28364 this option will affect the INDEX displays.
28367 The possible values for this option are:
28369 <DL>
28370 <DT>regular-index-with-expanded-threads</DT>
28371 <DD>This is the default display.
28372 If the configuration option
28373 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
28374 is set to something other than &quot;none&quot;, then this setting
28375 will cause Alpine to start off with a MESSAGE INDEX with all of
28376 the threads expanded.
28377 That is, each message will have a line in the MESSAGE INDEX display.
28378 The Collapse/Expand command (/) may be used to manually collapse or
28379 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
28381 This setting affects the display when the folder is first threaded.
28382 The collapsed state may also be re-initialized by re-sorting the folder manually
28383 using the SortIndex command ($).
28384 After re-sorting the threads will once again all be expanded, even if you
28385 have previously collapsed some of them.
28387 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
28388 the display will be the regular default Alpine MESSAGE INDEX, but sorted
28389 in a different order.
28390 </DD>
28392 <DT>regular-index-with-collapsed-threads</DT>
28393 <DD>If the configuration option
28394 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
28395 is set to something other than &quot;none&quot;, then this setting
28396 will cause Alpine to start out with all of the threads collapsed instead of
28397 starting out with all of the threads expanded.
28398 The Collapse/Expand command (/) may be used to manually collapse or
28399 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
28401 This setting affects the display when the folder is first threaded.
28402 The collapsed state may also be re-initialized by re-sorting the folder manually
28403 using the SortIndex command ($).
28404 After re-sorting the threads will once again all be collapsed, even if you
28405 have previously expanded some of them.
28406 </DD>
28408 <DT>separate-index-screen-always</DT>
28409 <DD>With this setting and the next, you will see an index of threads
28410 instead of an
28411 index of messages, provided you have sorted by Threads or OrderedSubject.
28413 The THREAD INDEX contains a '*' in the first column if any message in the thread
28414 is marked Important.
28415 If not, it contains a '+' if any message in the thread is to you.
28416 The second column is blank. The third column contains a 'D' if all of the
28417 messages in the thread are deleted.
28418 Otherwise, it contains an 'N' if any of the messages in the thread are New.
28420 When you view a particular thread from the THREAD INDEX you will be
28421 in the MESSAGE INDEX display
28422 but the index will only contain messages from the thread you are viewing.
28423 </DD>
28425 <DT>separate-index-screen-except-for-single-messages</DT>
28426 <DD>This is very similar to the option above.
28427 When you are in the THREAD INDEX, one of the available commands
28428 is &quot;ViewThd&quot;.
28429 With the setting &quot;separate-index-screen-always&quot; (the option above)
28430 when you view a particular thread you will be in the
28431 MESSAGE INDEX display and the index will only contain messages from
28432 the thread you are viewing.
28433 If the thread you are viewing consists of a single message, the MESSAGE INDEX
28434 will be an index with only one message in it.
28435 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
28436 setting instead, then that index that contains a single message
28437 will be skipped and you will go directly from the THREAD INDEX into the
28438 MESSAGE TEXT screen.
28439 </DD>
28441 </DL>
28444 <UL>   
28445 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28446 </UL><P>
28447 &lt;End of help on this topic&gt;
28448 </BODY>
28449 </HTML>
28450 ====== h_config_thread_disp_style =====
28451 <HTML>
28452 <HEAD>
28453 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
28454 </HEAD>
28455 <BODY>
28456 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
28458 When a folder is sorted by Threads or OrderedSubject,
28459 this option will affect the MESSAGE INDEX display.
28460 By default, Alpine will display the MESSAGE INDEX in the
28461 &quot;show-thread-structure&quot; style if a folder is sorted
28462 by Threads or OrderedSubject.
28465 The possible values for this option are:
28467 <DL>
28468 <DT>none</DT>
28469 <DD>Regular index display.
28470 The same index line as would be displayed without threading is used.
28471 The only difference will be in the order of the messages.
28472 </DD>
28474 <DT>show-thread-structure</DT>
28475 <DD>Threaded Subjects will be indented and vertical bars and horizontal
28476 lines will be added to make it easier to see the relationships among
28477 the messages in a thread (a conversation).
28478 </DD>
28480 <DT>mutt-like</DT>
28481 <DD>This is the same as the option above except that the Subject
28482 is suppressed (is blank) if it matches the previous Subject in the thread.
28483 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
28484 Here is an example of what a mutt-like index might look like.
28485 In this example, the first column represents the message number, the
28486 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
28487 is set to &quot;regular-index-with-expanded-threads&quot;, and the
28488 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
28489 is set to a backslash:
28490 <PRE>
28491 &nbsp;&nbsp;&nbsp;1    Some topic
28492 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
28493 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
28494 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
28495 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
28496 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
28497 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
28498 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
28499 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
28500 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
28501 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
28502 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
28503 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
28504 &nbsp;&nbsp;&nbsp;14    Next topic
28505 </PRE>
28506 </DD>
28508 <DT>indent-subject-1</DT>
28509 <DD>Threaded Subjects will be indented one space per level of the conversation.
28510 The bars and lines that show up in the show-thread-structure display will
28511 not be there with this style.
28512 </DD>
28514 <DT>indent-subject-2</DT>
28515 <DD>Same as above but indent two spaces per level instead of one space.
28516 </DD>
28518 <DT>indent-from-1</DT>
28519 <DD>Similar to indent-subject-1, except that instead of indenting the
28520 Subject field one space the From field of a thread will be indented one
28521 space per level of the conversation.
28522 </DD>
28524 <DT>indent-from-2</DT>
28525 <DD>Same as above but indent two spaces per level instead of one space.
28526 </DD>
28528 <DT>show-structure-in-from</DT>
28529 <DD>The structure of the thread is illustrated with indenting, vertical bars,
28530 and horizontal lines just like with the show-thread-structure option, but
28531 the From field is used to show the relationships instead of the Subject field. 
28532 </DD>
28534 </DL>
28537 <UL>   
28538 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28539 </UL><P>
28540 &lt;End of help on this topic&gt;
28541 </BODY>
28542 </HTML>
28543 ====== h_config_pruning_rule =====
28544 <HTML>
28545 <HEAD>
28546 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
28547 </HEAD>
28548 <BODY>
28549 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
28551 By default, Alpine will ask at the beginning of each month whether or not
28552 you want to rename your sent-mail folder to a name like sent-mail-month-year.
28553 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
28554 change the format of the folder to sent-mail-yyyy-mm.)
28555 It will also ask whether you would like to delete old sent-mail folders.
28556 If you have defined
28557 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
28559 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
28560 Alpine will also ask about pruning those folders.
28563 With this option you may provide an automatic answer to these questions.
28564 The default value is to ask you what you'd like to do.
28567 The six possible values for this option are:
28569 <DL>
28570 <DT>ask about rename, ask about deleting</DT>
28571 <DD>This is the default.
28572 Alpine will ask whether you want to rename the folders and whether you
28573 want to delete each of the old folders.
28574 </DD>
28576 <DT>ask about rename, don't delete</DT>
28577 <DD>Alpine will ask whether you want to rename the folders, but won't
28578 ask about or delete old folders.
28579 </DD>
28581 <DT>always rename, ask about deleting</DT>
28582 <DD>This means you want to always answer yes and have Alpine automatically
28583 rename the folder if possible.
28584 You will also be asked about deleting old folders.
28585 </DD>
28587 <DT>always rename, don't delete</DT>
28588 <DD>This means you want to always answer yes and have Alpine automatically
28589 rename the folder if possible.
28590 There will be no deleting of old folders.
28591 </DD>
28593 <DT>don't rename, ask about deleting</DT>
28594 <DD>This means you want to always answer no.
28595 Alpine will not rename the folder.
28596 You will be asked about deleting old folders.
28597 </DD>
28599 <DT>don't rename, don't delete</DT>
28600 <DD>This means you want to always answer no.
28601 Alpine will not rename the folder.
28602 There will be no deleting of old folders, either.
28603 </DD>
28604 </DL>
28607 <UL>   
28608 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28609 </UL><P>
28610 &lt;End of help on this topic&gt;
28611 </BODY>
28612 </HTML>
28613 ====== h_config_reopen_rule =====
28614 <HTML>
28615 <HEAD>
28616 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
28617 </HEAD>
28618 <BODY>
28619 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
28621 Alpine normally checks for new mail in the currently open folder
28622 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
28625 There are some situations where automatic new-mail checking does not work.
28626 For example, if a mail folder is opened using the POP protocol or a newsgroup
28627 is being read using the NNTP protocol, then new-mail checking is disabled.
28630 It may be possible to check for new mail in these cases by reopening the
28631 folder.
28632 Alpine does not do this for you automatically, but you may do the commands
28633 manually to cause this to happen.
28634 You reopen by going back to the folder list screen from the message
28635 index screen with the &quot;&lt;&quot; command,
28636 and then going back into the message index screen with
28637 the &quot;&gt;&quot; command.
28638 (Actually, any method you would normally use to open a folder will work the
28639 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
28640 For example, the GoTo Folder command will work, or you may use L to go to the
28641 Folder List screen and Carriage Return to reopen the folder.)
28644 There are some cases where Alpine knows that reopening the folder should
28645 be useful as a way to discover new mail.
28646 At the time of this writing, connections made using the POP protocol,
28647 news reading using the NNTP protocol, local news reading, and local
28648 ReadOnly folders that are in the traditional UNIX or the MMDF format all
28649 fall into this category.
28650 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
28651 has no way of knowing, so it might also just be an exercise in futility.
28652 All remote, ReadOnly folders other than those listed just above fall into this
28653 category.
28654 The setting of this option together with the type of folder
28655 controls how Alpine will react to the apparent attempt to reopen a folder.
28658 If you don't reopen, then you will just be back in
28659 the message index with no change.
28660 You left the index and came back, but the folder remained &quot;open&quot;
28661 the whole time.
28662 However, if you do reopen the folder, the folder is closed and then reopened.
28663 In this case, the current state of the open folder is lost.
28664 The New status, Important and Answered flags,
28665 selected state, Zoom state, collapsed or expanded state of threads,
28666 current message number,
28667 and any other temporary state is all lost when the reopen happens.
28668 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
28671 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
28672 several places.
28673 That really implies the case where Alpine knows it is a good way to discover
28674 new mail, which is more than just POP and NNTP, but POP and NNTP are
28675 the cases of most interest.
28676 This option probably has more possible values than it deserves. They are:
28678 <DL>
28679 <DT>Always reopen</DT>
28680 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
28681 whenever you type a command that implies a reopen, regardless of the
28682 access method.
28683 In other words, it is assumed you would always answer Yes if asked
28684 about reopening.
28685 </DD>
28687 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
28688 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
28689 will ask you whether to reopen other remote folders,
28690 with a default answer of Yes.
28691 </DD>
28693 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
28694 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
28695 will ask you whether to reopen other remote folders,
28696 with a default answer of No.
28697 </DD>
28699 <DT>Yes for POP/NNTP, No for other remote</DT>
28700 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
28701 will assume a No answer for all other remote folders.
28702 </DD>
28704 <DT>Always ask [Yes]</DT>
28705 <DD>Alpine will not differentiate based on access method.
28706 It will always ask for all remote folders, with a default answer of Yes.
28707 </DD>
28709 <DT>Always ask [No]</DT>
28710 <DD>Alpine will not differentiate based on access method.
28711 It will always ask for all remote folders, with a default answer of No.
28712 </DD>
28714 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
28715 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
28716 of Yes.
28717 It will never attempt to reopen other remote folders.
28718 </DD>
28720 <DT>Ask about POP/NNTP [No], No for other remote</DT>
28721 <DD>This is the default.
28722 Alpine will ask if the access method is POP or NNTP, with a default answer
28723 of No.
28724 It will never attempt to reopen other remote folders.
28725 </DD>
28727 <DT>Never reopen</DT>
28728 <DD>Alpine will never attempt to reopen already open folders.
28729 </DD>
28730 </DL>
28733 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
28734 any of the other situations where it is likely that reopening is a good way
28735 to discover new mail.
28738 There is an alternative that may be of useful in some situations.
28739 Instead of manually checking for new mail you can set up a
28740 <A HREF="h_maildrop">Mail Drop</A>
28741 and automatically check for new mail.
28744 <UL>   
28745 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28746 </UL><P>
28747 &lt;End of help on this topic&gt;
28748 </BODY>
28749 </HTML>
28750 ====== h_config_inc_startup =====
28751 <HTML>
28752 <HEAD>
28753 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
28754 </HEAD>
28755 <BODY>
28756 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
28758 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
28759 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
28760 It determines which message will be the <EM>current message</EM> when
28761 the folder is first opened.
28762 The default value is &quot;first-unseen&quot;.
28765 The seven possible values for this option are:
28767 <DL>
28768 <DT>first-unseen</DT>
28769 <DD>The current message is set to the first
28770 unseen message that has not been marked deleted, or the last message if
28771 all of the messages have been seen previously.
28772 Messages which have not been seen or which have been seen but re-marked
28773 as New are considered unseen messages.
28774 See the note at the bottom of this help about newsgroups.
28775 </DD>
28777 <DT>first-recent</DT>
28778 <DD>Similar to the default, but rather than starting on the first
28779 unseen message Alpine starts on the first <EM>recent</EM> message.
28780 A message is recent if it arrived since the last time the folder was
28781 open.  This value causes the current message to be set to the first
28782 recent message if there is one, otherwise to the last
28783 message in the folder.
28784 </DD>
28786 <DT>first-important</DT>
28787 <DD>This will result in the current message being set to the first
28788 message marked Important (but not Deleted).
28789 If no messages are marked Important, then it will be the last message.
28790 Messages are marked Important by <EM>you</EM>, not by the sender, using
28792 <A HREF="h_common_flag">Flag command</A>.
28793 Or they may be marked Important by an Alpine
28794 <A HREF="h_mainhelp_filtering">Filter</A>
28795 that you have set up.
28796 </DD>
28798 <DT>first-important-or-unseen</DT>
28799 <DD>This selects the first of the first unseen and the first important
28800 messages.
28801 </DD>
28803 <DT>first-important-or-recent</DT>
28804 <DD>This selects the first of the first recent and the first important
28805 messages.
28806 </DD>
28808 <DT>first</DT>
28809 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
28810 If all messages are deleted you start on the last message.
28811 </DD>
28813 <DT>last</DT>
28814 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
28815 If all messages are deleted you start on the last message.
28816 </DD>
28817 </DL>
28820 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
28821 &quot;first-recent&quot; are the same and are affected by whether or not the
28822 feature 
28823 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
28824 is turned on. 
28825 Also, there is no permanent storage in news for an Important flag.
28826 This means that no messages will be marked Important when a newsgroup is
28827 first opened.
28830 <UL>   
28831 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28832 </UL><P>
28833 &lt;End of help on this topic&gt;
28834 </BODY>
28835 </HTML>
28836 ====== h_config_browser =====
28837 <HTML>
28838 <HEAD>
28839 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
28840 </HEAD>
28841 <BODY>
28842 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
28843 <!--chtml if pinemode="os_windows"-->
28844 PC-Alpine users do not need to enter anything here, unless:<UL>
28845 <LI> they want to override, for use with Alpine, the application defined
28846 in the Windows operating system for handling URLs; or
28847 <LI> they are (planning on) using the same configuration file with 
28848 Unix Alpine.
28849 </UL>
28851 Note that if using a viewer that has a space in its path, you should
28852 use the DOS name for that directory or file. Example:
28853 <PRE>
28854 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
28855 </PRE>
28856 <HR><P>
28857 <!--chtml endif-->
28858 This option affects Alpine's handling of URLs that are found in 
28859 messages you read.  Normally, only URLs Alpine can handle directly
28860 are automatically offered for selection in the &quot;Message
28861 Text&quot; screen.  When one or more applications
28862 capable of deciphering URLs on their command line are added here, Alpine
28863 will choose the first available to display URLs it cannot handle directly.
28864 A viewer's availability is based on its being specified with a <B>full
28865 directory path</B> and the evaluation of any optionally supplied
28866 parameters described below.
28869 Additionally, to support various connection methods and applications, each
28870 entry in this list can optionally begin with one or more of
28871 the following special tokens.  The allowed tokens include:
28874 <DL>
28875 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
28876 <DD>
28877 The <VAR>test-string</VAR> is a shell command that Alpine will run to
28878 evaluate a viewer's availability.  The command specified by the test
28879 string is run and if its resulting exit status is non-zero, Alpine will
28880 not consider the associated viewer for use.
28881 </DD>
28883 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
28884 <DD>
28885 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
28886 URL schemes that are to be used with the associated viewer.  This is
28887 the way to configure Alpine to recognize URLs other than the built-in set.
28889 It can also be used to override Alpine's built-in handlers.
28890 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
28891 and Alpine would use (provided it passed all other criteria) the associated
28892 viewer when it encountered a URL of the form &quot;news:comp.mail.pine&quot;.
28894 </DD>
28895 </DL>
28898 By default, Alpine will simply append a space character followed by the
28899 selected URL prior to launching the command in your specified SHELL.  You can
28900 optionally specify where in the command the selected URL should appear
28901 by using the &quot;_URL_&quot; token.  All occurrences found in the command
28902 will be replaced with the selected URL before the command is handed
28903 to the shell.  If such replacement occurs, the default appending of the
28904 selected URL does not take place.
28907 NOTE: If the viewer you specify has any command-line arguments,
28908 including the &quot;_URL_&quot; token, you will need to add a
28909 double-quote character before the command path and after the last
28910 argument (see the &quot;lynx&quot; example below).
28913 So, here are some example entries:
28914 <PRE>
28915 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/bin/firefox
28916               &quot;/usr/bin/lynx _URL_&quot;
28917               C:&#92;BIN&#92;FIREFOX.BAT
28918 </PRE>
28920 This example shows that for the first viewer in the list to be used
28921 the environment variable &quot;DISPLAY&quot; must be defined.  If it
28922 is, then the path and file &quot;/usr/bin/firefox&quot; must exist.
28923 If neither condition is met,
28924 then the path and file &quot;/usr/bin/lynx&quot; must exist.
28925 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL.
28926 If the path to &quot;lynx&quot; is invalid,
28927 then the final path and file C:&#92;BIN&#92;FIREFOX.BAT must exist.
28928 Note that the last
28929 entry is a DOS/Windows path.  This is one way to support Alpine running
28930 on more than one architecture with the same configuration file.<P>
28932 <!--chtml if pinemode="os_windows"-->
28933 <!--chtml else-->
28934 Note that depending on the type of browser used and the method of 
28935 its invocation (such as whether it will open in a separate window) from
28936 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
28937 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
28938 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
28939 In other words, launching the browser from Alpine may make Alpine 
28940 &quot;disappear&quot; (although it is still &quot;running&quot;)
28941 until you close the browser again.<P>  
28942 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
28943 environment: for advanced users and  systems administrators</A>
28944 </UL>
28945 <!--chtml endif-->
28946 <P>If you are unsure what browsers are available on your system or how to 
28947 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
28948 local computing support staff.
28949 <P><UL>
28950 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28951 </UL>
28953 &lt;End of help on this topic&gt;
28954 </BODY>
28955 </HTML>
28956 ====== h_config_history =====
28957 <HTML>
28958 <HEAD>
28959 <TITLE>OPTION: <!--#echo var="VAR_default-directories"--></TITLE>
28960 </HEAD>
28961 <BODY>
28962 <H1>OPTION: <!--#echo var="VAR_default-directories"--></H1>
28964 This option allows you to input a list of directories that Alpine will offer 
28965 for you to use when you are saving or exporting attachments. This is useful
28966 when navigating to specific directories becomes too tedious, or when you 
28967 need to do this on a daily basis, and want Alpine to remember this on a 
28968 permanent basis.
28970 The list of directories saved here can be accessed using the ^Y and ^V commands
28971 in the save prompt for attachments, or the export command.
28973 <P><UL>
28974 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28975 </UL>
28977 &lt;End of help on this topic&gt;
28978 </BODY>
28979 </HTML>
28980 ====== h_config_browser_xterm =====
28981 <HTML>
28982 <HEAD>
28983 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
28984 </HEAD>
28985 <BODY>
28986 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
28987 environment: for advanced users and  systems administrators</H1>
28988 If you are using Alpine with an X-terminal (emulator) and want to define an 
28989 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
28990 you may want to do so in a manner that causes any <B>already</B> 
28991 invoked viewer application to be used for viewing URLs you select from Alpine 
28992 messages, and a <B>new</B> URL-viewer process to be 
28993 started <B>only</B> if the same application has <B>not already</B> 
28994 been launched -- for one reason, to avoid file-locking contentions among 
28995 multiple invocations of the same URL-viewer application.  
28996 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
28997 option does not do this.)  A method of doing that would be:<OL>
28998 <LI> use 
28999 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
29000 check (using commands appropriate for your Unix shell
29001 in place of <VAR>test-string</VAR>) for the presence of a 
29002 lockfile created by the URL-viewer application -- which implies that the 
29003 application is already running, though this is not foolproof. 
29004 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
29005 application with its appropriate command line option(s) to 
29006 show the URL selected from the Alpine message in an already open window of 
29007 that application, or perhaps in a new window of that application.  
29009 <LI> In the 
29010 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
29011 application without those command line options, but this time using the 
29012 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
29013 is defined.
29014 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
29015 windows environment (for instance, using VT-100 terminal emulation), you 
29016 may wish to specify a non-X windows URL-viewer application such as Lynx
29017 as the last entry.
29018 </OL><BR>
29019 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
29020 the command shell, the URL-viewer application(s), and possibly the specific 
29021 version of the latter, you are using.  
29023 Relevant command line options for firefox can be found at
29026 <CENTER><A HREF="https://wiki.mozilla.org/Firefox/CommandLineOptions">https://wiki.mozilla.org/Firefox/CommandLineOptions</A></CENTER>
29028 <P>(If the URL-viewer application is 
29029 <B>not</B> running on the same host as Alpine, but being launched from an 
29030 applications server, you may not be able to use the command line options for 
29031 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
29032 <UL>   
29033 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29034 </UL><P>
29035 &lt;End of help on this topic&gt;
29036 </BODY>
29037 </HTML>
29038 ====== h_config_enable_full_hdr =====
29039 <HTML>
29040 <HEAD>
29041 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
29042 </HEAD>
29043 <BODY>
29044 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
29046 This feature enables the &quot;H Full Headers&quot; command which toggles between
29047 the display of all headers in the message and the normal edited view of
29048 headers.  The Full Header command also controls which headers are included
29049 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
29050 Full Header mode will respect the
29051 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
29052 feature setting.)
29054 If Full Header mode is turned on and you Forward a message, you will
29055 be asked if you'd like to forward the message as an attachment, as opposed
29056 to including the text of the message in the body of your new message.
29058 If you have also turned on the
29059 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
29060 option then the Full Headers command actually rotates through three states
29061 instead of just two.
29062 The first is the normal view with long quotes suppressed.
29063 The second is the normal view but with the long quotes included.
29064 The last enables the display of all headers in the message.
29065 When using Export, Pipe, Print, Forward, or Reply the quotes are
29066 never suppressed, so the first two states are identical.
29068 Normally, the Header Mode will reset
29069 to the default behavior when moving to a new message.
29070 The mode can be made to persist from message to message by setting the feature
29071 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
29073 <UL>   
29074 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29075 </UL><P>
29076 &lt;End of help on this topic&gt;
29077 </BODY>
29078 </HTML>
29079 ====== h_config_enable_full_hdr_and_text =====
29080 <HTML>
29081 <HEAD>
29082 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
29083 </HEAD>
29084 <BODY>
29085 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
29087 This feature affects how the &quot;H Full Headers&quot; command displays
29088 message text.  If set, the raw message text will be displayed.  This
29089 especially affects MIME formatted email, where the entire MIME format
29090 will be displayed.  This feature similarly affects how messages are
29091 included for the Export, Pipe, Print, Forward, and Reply functions.
29093 When viewing a raw message that has attachments with this feature set,
29094 you will not be able to view attachments without first leaving full 
29095 headers mode.  This is because MIME parsing is not done on the raw message.
29097 <UL>   
29098 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29099 </UL><P>
29100 &lt;End of help on this topic&gt;
29101 </BODY>
29102 </HTML>
29103 ====== h_config_enable_pipe =====
29104 <HTML>
29105 <HEAD>
29106 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
29107 </HEAD>
29108 <BODY>
29109 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
29111 This feature enables the "| Pipe" command that sends the current message
29112 to the specified command for external processing.
29115 A short description of how the pipe command works is given
29116 <A HREF="h_pipe_command">here</A>.
29119 <UL>   
29120 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29121 </UL><P>
29122 &lt;End of help on this topic&gt;
29123 </BODY>
29124 </HTML>
29125 ====== h_config_quell_full_hdr_reset =====
29126 <HTML>
29127 <HEAD>
29128 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
29129 </HEAD>
29130 <BODY>
29131 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
29133 The <A HREF="h_common_hdrmode">HdrMode Command</A>
29134 normally resets to the default state when switching to a new message.
29135 For example, if you've used the &quot;H&quot; command to turn on Full
29136 Headers for a message you are viewing, and then you type the Next command
29137 to look at the next message, the full headers will no longer be shown.
29138 Setting this feature disables that reset.
29139 Instead, the Header Mode remains the same from message to message.
29142 The presence or absence of the HdrMode command is determined by the
29143 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
29144 Feature-List option.
29146 <UL>   
29147 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29148 </UL><P>
29149 &lt;End of help on this topic&gt;
29150 </BODY>
29151 </HTML>
29152 ====== h_config_enable_tab_complete =====
29153 <HTML>
29154 <HEAD>
29155 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
29156 </HEAD>
29157 <BODY>
29158 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
29160 This feature enables the TAB key when at a prompt for a filename. In this
29161 case, TAB will cause the partial name already entered to be automatically
29162 completed, provided the partial name is unambiguous.
29163 This feature is on by default.
29165 Similarly, this feature also enables TAB completion of address book
29166 nicknames when at a prompt for a nickname,
29167 or when typing in an address field in the composer.
29169 &lt;End of help on this topic&gt;
29170 </BODY>
29171 </HTML>
29172 ====== h_config_quit_wo_confirm =====
29173 <HTML>
29174 <HEAD>
29175 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
29176 </HEAD>
29177 <BODY>
29178 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
29180 This feature controls whether or not Alpine will ask for confirmation when a
29181 Quit command is received.
29183 &lt;End of help on this topic&gt;
29184 </BODY>
29185 </HTML>
29186 ====== h_config_quote_replace_noflow =====
29187 <HTML>
29188 <HEAD>
29189 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
29190 </HEAD>
29191 <BODY>
29192 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
29194 This feature, which is only active when
29195 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
29196 also set,
29197 enables quote-replacement on non-flowed messages.  It is off
29198 by default because a non-flowed message is more dependent on its format,
29199 and thus quote-replacement may cause less-than-pleasing results.
29200 Setting this feature will cause quote-replacement similar to that of flowed
29201 messages, but with the added possibility of long lines being wrapped
29202 into new lines if the Quote-Replacement-String is longer than the string
29203 it is replacing, which is &quot;&gt;&nbsp;&quot;.
29205 &lt;End of help on this topic&gt;
29206 </BODY>
29207 </HTML>
29208 ====== h_config_enable_jump =====
29209 <HTML>
29210 <HEAD>
29211 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
29212 </HEAD>
29213 <BODY>
29214 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
29216 When this feature is set you may enter a number (followed by RETURN)
29217 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
29218 screens.  In other words, it obviates the need for typing the "J" for the
29219 Jump command.
29221 &lt;End of help on this topic&gt;
29222 </BODY>
29223 </HTML>
29224 ====== h_config_enable_alt_ed =====
29225 <HTML>
29226 <HEAD>
29227 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
29228 </HEAD>
29229 <BODY>
29230 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
29232 If this feature is set (the default), and the 
29233 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
29234 <B>is not</B> set, entering
29235 the ^_ (Ctrl-underscore) key while composing a message will prompt you
29236 for the name of the editor you would like to use.
29238 If the environment variable $EDITOR is set, its value will be offered as
29239 a default.
29241 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
29242 <B>is</B> set, the ^_ key will activate the specified
29243 editor without prompting, in which case it is not necessary to
29244 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
29246 <UL>   
29247 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29248 </UL><P>
29249 &lt;End of help on this topic&gt;
29250 </BODY>
29251 </HTML>
29252 ====== h_config_alt_ed_now =====
29253 <HTML>
29254 <HEAD>
29255 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
29256 </HEAD>
29257 <BODY>
29258 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
29260 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
29261 variable are both set, Alpine will
29262 automatically activate the specified editor when the cursor is moved from
29263 the header of the message being composed into the message text.  For
29264 replies, the alternate editor will be activated immediately.  If this
29265 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
29266 automatically ask for the name of an alternate editor when the cursor
29267 is moved out of the header being composed, or if a reply is being done.
29269 <P><UL>
29270 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29271 </UL>
29273 &lt;End of help on this topic&gt;
29274 </BODY>
29275 </HTML>
29276 ====== h_config_enable_bounce =====
29277 <HTML>
29278 <HEAD>
29279 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
29280 </HEAD>
29281 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
29282 <BODY>
29284 Setting this feature enables the "B Bounce" command, which will prompt
29285 for an address and *remail* the message to the new recipient.  This command
29286 is used to re-direct messages that you have received in error, or need to
29287 be redirected for some other reason (e.g. list moderation).  The final
29288 recipient will see a header indicating that you have Resent the msg, but
29289 the message's From: header will show the original author of the message,
29290 and replies to it will go back to that author, and not to you.
29292 &lt;End of help on this topic&gt;
29293 </BODY>
29294 </HTML>
29295 ====== h_config_enable_agg_ops =====
29296 <HTML>
29297 <HEAD>
29298 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
29299 </HEAD>
29300 <BODY>
29301 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
29303 When this feature is set you may use the commands and subcommands that relate to
29304 performing operations on more than one message at a time.  We call these
29305 &quot;aggregate operations&quot;.  In particular, the 
29306 <!--chtml if pinemode="function_key"-->&quot;F5
29307 <!--chtml else-->&quot;;
29308 <!--chtml endif--> Select&quot;, 
29310 <!--chtml if pinemode="function_key"-->
29311 &quot;F6
29312 <!--chtml else-->
29313 &quot;A 
29314 <!--chtml endif-->
29315 Apply&quot;, and 
29316 <!--chtml if pinemode="function_key"-->
29317 &quot;F4
29318 <!--chtml else-->
29319 &quot;Z 
29320 <!--chtml endif-->
29321 Zoom&quot; commands are enabled by this feature.  Select is used to
29322 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
29323 then be used to apply any message command to all of the selected/tagged
29324 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
29325 view between just those Selected and all messages in the folder.
29327 This feature also enables the 
29328 <!--chtml if pinemode="function_key"-->
29329 &quot;F7&quot; 
29330 <!--chtml else-->
29331 &quot;^X&quot; 
29332 <!--chtml endif-->
29334 subcommand in the MESSAGE INDEX 
29335 WhereIs command that causes all messages matching the WhereIs argument to 
29336 become selected; and the Select, Select Current, and ZoomMode commands in the
29337 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
29339 Some related help topics are
29340 <UL>
29341 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29342 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29343 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
29344 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
29345 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
29346 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29347 </UL>
29349 <UL>   
29350 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29351 </UL><P>
29352 &lt;End of help on this topic&gt;
29353 </BODY>
29354 </HTML>
29356 ====== h_config_enable_flag =====
29357 <HTML>
29358 <HEAD>
29359 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
29360 </HEAD>
29361 <BODY>
29362 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
29364 Setting this feature enables the
29365 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
29366 command that allows you to
29367 manipulate the status flags associated with a message.  By default, Flag
29368 will set the "Important" flag, which results in an asterisk being
29369 displayed in column one of the MESSAGE INDEX for such messages.
29371 &lt;End of help on this topic&gt;
29372 </BODY>
29373 </HTML>
29374 ====== h_config_flag_screen_default =====
29375 <HTML>
29376 <HEAD>
29377 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
29378 </HEAD>
29379 <BODY>
29380 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
29382 The feature modifies the behavior of the
29383 <a href="h_common_flag">Flag</a>
29384 command (provided it too is
29385 <A HREF="h_config_enable_flag">enabled</A>).
29386 By default, when the "* Flag" command is selected,
29387 Alpine offers a prompt to set one of several flags and also offers the
29388 option of entering the detailed flag manipulation screen via the "^T"
29389 key. Enabling this feature causes Alpine to immediately enter the detailed
29390 flag screen rather than first offer the simple prompt.
29392 <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.
29394 &lt;End of help on this topic&gt;
29395 </BODY>
29396 </HTML>
29397 ====== h_config_flag_screen_kw_shortcut =====
29398 <HTML>
29399 <HEAD>
29400 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
29401 </HEAD>
29402 <BODY>
29403 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
29405 This feature modifies the behavior of the
29406 <a href="h_common_flag">Flag</a> command
29407 and the <A HREF="h_index_cmd_select">Select</A> command.
29408 This feature is set by default.
29409 When this feature is not set, 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.
29413 If you have
29414 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
29415 defined, then enabling this feature adds a shortcut way to set or unset
29416 keywords.
29417 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
29418 a keyword if you've given it a nickname) and that will set the keyword.
29420 An example is easier to understand than the explanation.
29421 The flag command can always be used to set the system flags.
29422 For example, to set the Answered flag you would type
29424 <CENTER><SAMP>* A</SAMP></CENTER>
29426 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
29427 option in the Config screen.
29428 By default, to set a keyword like &quot;Work&quot; you would usually
29429 have to go to the Flag Details screen using
29430 the &quot;^T To Flag Details&quot; command.
29431 Instead, if you have enabled this feature, you may type
29433 <CENTER><SAMP>* W</SAMP></CENTER>
29435 to set the Work flag, or
29437 <CENTER><SAMP>* ! W</SAMP></CENTER>
29439 to unset it.
29440 Just like for the other flag setting commands, the case of the letter does
29441 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
29442 keyword.
29444 Notice that you can only use this trick for one keyword that begins
29445 with &quot;W&quot;.
29446 If you happen to have a &quot;Work&quot; keyword and another keyword that is
29447 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
29448 your list of keywords.
29449 Also, there are five letters that are reserved for system
29450 flags and the NOT command.
29451 If you type &quot;* A&quot; it will always set the Answered flag, not
29452 your &quot;Aardvark&quot; keyword.
29453 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
29454 the Flag Details screen.
29456 Because enabling the
29457 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
29458 option causes Alpine to skip directly to the Flag Details screen when the
29459 Flag command is used, 
29460 setting it will cause this feature to have no effect at all.
29462 Similarly, when Selecting by Keyword, setting this option will allow you
29463 to use Keyword initials instead of full keywords.
29465 &lt;End of help on this topic&gt;
29466 </BODY>
29467 </HTML>
29468 ====== h_config_can_suspend =====
29469 <HTML>
29470 <HEAD>
29471 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
29472 </HEAD>
29473 <BODY>
29474 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
29476 Setting this feature will allow you to type ^Z (Control Z) to 
29477 <!--chtml if pinemode="os_windows"-->
29478 minimize Alpine into its icon, bringing into focus whatever
29479 application is running behind the PC-Alpine window.
29480 <!--chtml else-->
29481 temporarily suspend Alpine.
29484 This does not exit Alpine, but puts it in the background to watch
29485 for new mail and such.  Normally, you type a command, such
29486 as &quot;fg&quot; at your system prompt to return to your Alpine session.
29489 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
29490 adjusts whether Alpine is placed into the background of the shell its 
29491 running in or starts a news shell.
29492 <!--chtml endif-->
29495 <UL>   
29496 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29497 </UL><P>
29498 &lt;End of help on this topic&gt;
29499 </BODY>
29500 </HTML>
29501 ====== h_config_take_lastfirst ======
29502 <HTML>
29503 <HEAD>
29504 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
29505 </HEAD>
29506 <BODY>
29507 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
29509 Normally, when TakeAddr is used to copy an address from a message into
29510 an address book entry, Alpine will attempt to rewrite the full name of the
29511 address in the form
29514 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
29516 instead of<P>
29518 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
29521 It does this because many people find it useful to sort by Last name
29522 instead of First name.  If this feature is set, then the TakeAddr command
29523 will not attempt to reverse the name in this manner.
29525 &lt;End of help on this topic&gt;
29526 </BODY></HTML>
29527 ====== h_config_disable_regex ======
29528 <HTML>
29529 <HEAD>
29530 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
29531 </HEAD>
29532 <BODY>
29533 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
29535 Normally, the
29536 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29537 option is interpreted as a regular expression.
29538 One type of address that might cause trouble is an address that
29539 contains a plus sign.
29540 If you want to have an address with a plus as one of your
29541 <!--#echo var="VAR_alt-addresses"-->
29542 and you don't want to use regular expressions, then setting this
29543 feature will cause Alpine to treat the addresses you list literally instead.
29545 &lt;End of help on this topic&gt;
29546 </BODY></HTML>
29547 ====== h_config_take_fullname ======
29548 <HTML>
29549 <HEAD>
29550 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
29551 </HEAD>
29552 <BODY>
29553 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
29555 Normally, when TakeAddr is used to copy an address or addresses
29556 from a message into an address book entry, Alpine will try to preserve
29557 the full name associated with each address in the list of addresses.
29558 The reason for this is so that if the entry is a list or later becomes a
29559 list, then information about the individual addresses in the list
29560 is preserved.
29561 If you would rather just have the simple addresses in the list of addresses,
29562 set this feature. For example, with the default setting you might
29563 see something like this in the ADDRESS BOOK editor after you type TakeAddr
29565 <PRE>
29566  Nickname  : nick
29567  Fullname  : Bedrock Elders
29568  Fcc       :
29569  Comment   :
29570  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
29571              Barney Rubble &lt;rubble@bedrock.org&gt;
29572 </PRE>
29574 but with this feature set it would look like
29576 <PRE>
29577  Nickname  : nick
29578  Fullname  : Bedrock Elders
29579  Fcc       :
29580  Comment   :
29581  Addresses : flint@bedrock.org,
29582              rubble@bedrock.org
29583 </PRE>
29585 instead. Note the difference in the Addresses field.
29587 &lt;End of help on this topic&gt;
29588 </BODY></HTML>
29589 ====== h_config_print_from ======
29590 <HTML>
29591 <HEAD>
29592 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
29593 </HEAD>
29594 <BODY>
29595 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
29597 If this feature is set, then the Berkeley-mail style From line is included
29598 at the start of each message that is printed.  This line looks something
29599 like the following, with the address replaced by the address from the
29600 From line of the message being printed:
29602 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
29603 14:11:06 1998
29605 &lt;End of help on this topic&gt;
29606 </BODY>
29607 </HTML>
29608 ====== h_config_expanded_distlists ======
29609 <HTML>
29610 <HEAD>
29611 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
29612 </HEAD>
29613 <BODY>
29614 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
29615 If this feature is set, then distribution lists in the address book
29616 screen will always be expanded automatically.
29618 &lt;End of help on this topic&gt;
29619 </BODY>
29620 </HTML>
29621 ====== h_config_compose_news_wo_conf ======
29622 <HTML>
29623 <HEAD>
29624 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
29625 </HEAD>
29626 <BODY>
29627 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
29628 This feature controls one aspect of Alpine's Composer.  If you enter the
29629 composer while reading a newsgroup, you will normally be prompted to
29630 determine whether you intend the new message to be posted to the current
29631 newsgroup or not.  If this feature is set, Alpine will not prompt you
29632 in this situation, and will assume that you do indeed wish to post
29633 to the newsgroup you are reading.
29635 &lt;End of help on this topic&gt;
29636 </BODY>
29637 </HTML>
29638 ====== h_config_compose_rejects_unqual ======
29639 <HTML>
29640 <HEAD>
29641 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
29642 </HEAD>
29643 <BODY>
29644 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
29646 This feature controls one aspect of the message composer; in particular,
29647 what happens when an unqualified name is entered into an address header.
29648 If set, unqualified names entered as addresses will be treated as errors
29649 unless they match an addressbook nickname.  Alpine will not attempt to turn
29650 them into complete addresses by adding your local domain.<P>
29652 A complete (fully qualified) address is one containing a username followed
29653 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
29654 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
29655 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
29657 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
29661 When you enter a fully qualified address, Alpine does not interpret or
29662 modify it, but simply passes it on to the mail-transport-agent (MTA) for
29663 your system.  Alpine conforms to the Internet standards governing message
29664 headers and will not send an unqualifed name to the MTA.  Therefore, when
29665 you enter an unqualified name, Alpine will normally attempt to turn it into
29666 a fully qualified address, first by checking to see if you have entered a
29667 matching nickname in your addressbook, or failing that, by simply adding
29668 your own domain to the name entered.  So if your address is
29669 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
29670 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
29671 that into &quot;fred@example.com&quot;.<P>
29673 There are situations where it is not desirable for Alpine to interpret such
29674 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
29675 turned out to be a typo (intended to be an addressbook nickname), but
29676 there actually was a &quot;fred&quot; in your local domain, the message might 
29677 be mis-delivered without your realizing it.  In order to reduce the likelihood
29678 of such accidents, setting this feature will cause Alpine to treat such
29679 addresses as errors, and require that you explicitly enter the full local
29680 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
29681 matches an address book nickname.<P>
29683 Consider this a safety feature against mis-directed mail.
29685 <UL>   
29686 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29687 </UL><P>
29688 &lt;End of help on this topic&gt;
29689 </BODY>
29690 </HTML>
29691 ====== h_config_quell_local_lookup ======
29692 <HTML>
29693 <HEAD>
29694 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
29695 </HEAD>
29696 <BODY>
29697 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
29699 This feature controls an aspect of Alpine's Composer, and if needed, will
29700 usually be set by your system manager in Alpine's system-wide configuration
29701 file. Specifically, if this feature is set, Alpine will not attempt to look
29702 in the system password file to find a Full Name for the entered address.
29704 Normally, names you enter into address fields (e.g. To: or Cc:) are
29705 checked against your address book(s) to see if they match an address book
29706 nickname.  Failing that, (in Unix Alpine) the name is then checked against
29707 the Unix password file.  If the entered name matches a username in the
29708 system password file, Alpine extracts the corresponding Full Name information
29709 for that individual, and adds that to the address being entered.
29711 However, password file matching can have surprising (incorrect) results if
29712 other users of the system do not receive mail at the domain you are using.
29713 That is, if either the 
29714 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
29715 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
29716 option
29717 is set such that the administrative domain of other users on the system
29718 isn't accurately reflected, Alpine should be told that a passwd file match
29719 is coincidental, and Full Name info will be incorrect.  For example, a
29720 personal name from the password file could get falsely paired with the
29721 entered name as it is turned into an address in the configured domain.
29723 If you are seeing this behavior, enabling this feature will prevent Unix
29724 Alpine from looking up names in the password file to find the Full Name
29725 for incomplete addresses you enter.<P>
29726 <UL>
29727 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29728 </UL>
29730 &lt;End of help on this topic&gt;
29731 </BODY>
29732 </HTML>
29733 ====== h_config_tab_checks_recent ======
29734 <HTML>
29735 <HEAD>
29736 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
29737 </HEAD>
29738 <BODY>
29739 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
29741 In a FOLDER LIST screen, the TAB key usually just changes which
29742 folder is highlighted.
29743 If this feature is set, then the TAB key will cause the number of
29744 recent messages and the total number of messages in the highlighted folder
29745 to be displayed instead.
29748 &lt;End of help on this topic&gt;
29749 </BODY>
29750 </HTML>
29751 ====== h_config_maildrops_preserve_state ======
29752 <HTML>
29753 <HEAD>
29754 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
29755 </HEAD>
29756 <BODY>
29757 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
29759 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
29760 Normally, when mail is moved from a Mail Drop folder to a destination
29761 folder, it is delivered as new mail.
29762 Any Seen/New, Answered, Important/Flagged state that has changed will be
29763 ignored.
29764 All of the mail will be considered unSeen, unAnswered, and unImportant after
29765 it is moved.
29767 If this feature is set, then the state changes that have been made
29768 to the messages in the Mail Drop folder will be preserved.
29770 In any case, messages that are already marked Deleted when the
29771 mail is to be moved from the Mail Drop will be ignored.
29773 &lt;End of help on this topic&gt;
29774 </BODY>
29775 </HTML>
29776 ====== h_config_preopen_stayopens ======
29777 <HTML>
29778 <HEAD>
29779 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
29780 </HEAD>
29781 <BODY>
29782 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
29784 This feature is related to the option
29785 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
29786 Normally, Stay Open folders are only opened on demand, when the user
29787 asks to open them.
29788 From then on they are kept open for the duration of the session.
29789 However, if this feature is set, then the Stay Open folders will all be
29790 opened at startup, at the same time that the INBOX is opened.
29793 &lt;End of help on this topic&gt;
29794 </BODY>
29795 </HTML>
29796 ====== h_config_expunge_inbox ======
29797 <HTML>
29798 <HEAD>
29799 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
29800 </HEAD>
29801 <BODY>
29802 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
29804 The INBOX is normally treated differently from regular folders in several
29805 ways.
29806 One of the differences is that the normal &quot;close&quot; sequence of
29807 events is deferred until Alpine is exited, instead of happening when you
29808 leave the INBOX to view another folder.
29809 The &quot;close&quot; sequence normally includes the Expunging
29810 of deleted messages
29811 (either automatically or after a prompt, controlled by the features
29812 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
29813 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
29814 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
29815 handling of the
29816 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
29819 If this feature is set the &quot;close&quot; sequence handling will take
29820 place every time you leave the INBOX.
29821 The INBOX will still be kept open, but the offer to Expunge and the archiving
29822 to the <!--#echo var="VAR_read-message-folder"-->
29823 will take place each time you leave the INBOX instead of only once at the
29824 end of the session.
29827 &lt;End of help on this topic&gt;
29828 </BODY>
29829 </HTML>
29830 ====== h_config_expunge_stayopens ======
29831 <HTML>
29832 <HEAD>
29833 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
29834 </HEAD>
29835 <BODY>
29836 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
29838 This feature is related to the option
29839 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
29840 Stay Open folders are treated differently from regular folders in several
29841 ways.
29842 One of the differences is that the normal &quot;close&quot; sequence of
29843 events is deferred until Alpine is exited, instead of happening when you
29844 leave the folder to view another folder.
29845 The &quot;close&quot; sequence normally includes the Expunging
29846 of deleted messages
29847 (either automatically or after a prompt, controlled by the features
29848 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
29849 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
29850 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
29851 handling of
29852 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
29855 If this feature is set the &quot;close&quot; sequence handling will take
29856 place when you leave the Stay Open folder.
29857 The folder will still be kept open, but the offer to Expunge and the archiving
29858 will take place each time you leave the folder instead of only once at the
29859 end of the session.
29860 This feature does not affect the INBOX, which will still only be processed
29861 when you exit Alpine.
29862 However, there is a similar feature that affects only the INBOX called
29863 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
29866 &lt;End of help on this topic&gt;
29867 </BODY>
29868 </HTML>
29869 ====== h_config_preserve_start_stop ======
29870 <HTML>
29871 <HEAD>
29872 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
29873 </HEAD>
29874 <BODY>
29875 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
29877 This feature controls how special control key characters, typically
29878 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
29879 are known as the "stop" and "start" characters and are sometimes used in
29880 communications paths to control data flow between devices that operate at
29881 different speeds.
29885 By default, Alpine turns the system's handling of these special characters
29886 off except during printing.  However, if you see Alpine reporting input errors
29887 such as:
29889 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
29891 and, at the same time, see your display become garbled, then it is likely
29892 that setting this option will solve the problem.  Be aware, though, that
29893 enabling this feature will also cause Alpine to ostensibly "hang" 
29894 whenever the Ctrl-S key combination is entered as the system is now
29895 interpreting such input as a "stop output" command.  To "start
29896 output"  again, simply type Ctrl-Q. 
29898 &lt;End of help on this topic&gt;
29899 </BODY>
29900 </HTML>
29901 ====== h_config_enable_incoming ======
29902 <HTML>
29903 <HEAD>
29904 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
29905 </HEAD>
29906 <BODY>
29907 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
29909 Alpine's Incoming Message Folders collection
29910 provides a convenient way to access multiple incoming folders.
29911 It is also useful if you have accounts on multiple computers.
29914 If set, this feature defines a pseudo-folder collection called
29915 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
29916 in this collection will be your INBOX, which will no longer show up in
29917 your Default folder collection.
29920 You may add more folders to the Incoming Message Folders collection by
29921 using the
29922 <!--chtml if pinemode="function_key"-->
29923 &quot;F10
29924 <!--chtml else-->
29925 &quot;A
29926 <!--chtml endif-->
29927 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
29928 the host the folder is stored on (which defaults to the same host used
29929 for your INBOX), a nickname, and the actual folder name.  Once a set
29930 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
29931 or MESSAGE TEXT screens) may be used to scan the folders for those
29932 with Recent messages.  If you add more folders to
29933 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
29934 no effect.
29936 NOTE: Normally the software that actually delivers mail (the stuff that happens
29937 before Alpine is involved) is in a better position to do delivery filtering
29938 than is Alpine itself.
29939 If possible, you may want to look at programs such as
29940 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
29941 filtering programs.
29942 If you'd prefer to have Alpine do the filtering for you, you may set that
29944 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
29946 <UL>   
29947 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29948 </UL><P>
29949 &lt;End of help on this topic&gt;
29950 </BODY>
29951 </HTML>
29952 ====== h_config_enable_incoming_checking ======
29953 <HTML>
29954 <HEAD>
29955 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
29956 </HEAD>
29957 <BODY>
29958 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
29960 This feature is only operational if you have enabled the optional
29961 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
29962 If you do have Incoming Message Folders and you also set this feature,
29963 then the number of Unseen messages in each folder will be displayed
29964 in the FOLDER LIST screen for the Incoming Message Folders.
29965 The number of Unseen messages in a folder will be displayed in parentheses
29966 to the right of the name of each folder.
29967 If there are no Unseen messages in a folder then only the name
29968 is displayed, not a set of parentheses with zero inside them.
29969 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
29970 the Incoming Message Folders to cause an immediate update.
29972 If a check for Unseen messages fails for a particular folder then Alpine
29973 will no longer attempt to check that folder for the duration of the
29974 session and this will be indicated by a question mark inside the
29975 parentheses.
29977 The features
29978 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
29979 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
29980 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
29981 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
29982 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
29983 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
29984 all affect how this feature behaves.
29986 <UL>   
29987 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29988 </UL><P>
29989 &lt;End of help on this topic&gt;
29990 </BODY>
29991 </HTML>
29992 ====== h_config_incoming_checking_total ======
29993 <HTML>
29994 <HEAD>
29995 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
29996 </HEAD>
29997 <BODY>
29998 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
30000 This option has no effect unless the feature
30001 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
30002 is set, which in turn has no effect unless
30003 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
30004 is set.
30006 When incoming folder checking is turned on the default is to display
30007 the number of unseen messages in each folder.
30008 More precisely, it is the number of undeleted unseen messages.
30009 Using this option you may also display the total number of messages
30010 in each folder.
30011 Instead of a single number representing the number of unseen messages
30012 you will get two numbers separated by a slash character.
30013 The first is the number of unseen messages and the second is the
30014 total number of messages.
30016 You may also use the recent message count instead of the unseen message
30017 count by turning on the feature
30018 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
30020 <UL>   
30021 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30022 </UL><P>
30023 &lt;End of help on this topic&gt;
30024 </BODY>
30025 </HTML>
30026 ====== h_config_incoming_checking_recent ======
30027 <HTML>
30028 <HEAD>
30029 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
30030 </HEAD>
30031 <BODY>
30032 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
30034 This option has no effect unless the feature
30035 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
30036 is set, which in turn has no effect unless
30037 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
30038 is set.
30040 When incoming folder checking is turned on the default is to display
30041 the number of unseen messages in each folder.
30042 More precisely, it is the number of undeleted unseen messages.
30043 Using this option you may display the number of recent messages instead
30044 of the number of unseen messages.
30045 A message is only counted as recent if this is the first session to
30046 see it, so the recent count might be less than the unseen count.
30047 The difference between the two would be accounted for by the unseen messages
30048 in the folder which were there previously but have not been looked at yet.
30050 If you simultaneously run more than one email client at a time
30051 (for example, you run more than one Alpine in parallel) then turning
30052 this feature on can cause some confusion.
30053 The confusion stems from the fact that each message is only considered to be
30054 recent in one session.
30055 That means that the counts of new messages may be different in the two
30056 Alpines running side by side, because each incoming message will only be
30057 counted as recent in one of the two sessions.
30059 You may also display the total number of messages
30060 in each folder by using the
30061 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
30062 option.
30064 <UL>   
30065 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30066 </UL><P>
30067 &lt;End of help on this topic&gt;
30068 </BODY>
30069 </HTML>
30070 ====== h_config_attach_in_reply ======
30071 <HTML>
30072 <HEAD>
30073 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
30074 </HEAD>
30075 <BODY>
30076 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
30078 This feature controls an aspect of Alpine's Reply command. If set, any MIME
30079 attachments that were part of the original message will automatically be
30080 included in the Reply.
30082 &lt;End of help on this topic&gt;
30083 </BODY>
30084 </HTML>
30085 ====== h_config_include_header =====
30086 <HTML>
30087 <HEAD>
30088 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
30089 </HEAD>
30090 <BODY>
30091 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
30093 This feature controls an aspect of Alpine's Reply command. If set, and the
30094 original message is being included in the reply, then headers from that
30095 message will also be part of the reply.
30097 &lt;End of help on this topic&gt;
30098 </HEAD>
30099 </HTML>
30100 ====== h_config_sig_at_bottom =====
30101 <HTML>
30102 <HEAD>        
30103 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
30104 </HEAD>
30105 <BODY>
30106 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
30108 This feature controls an aspect of Alpine's Reply command.  If this feature
30109 is set, and the original message is being included in the reply, then the
30110 contents of your signature file (if any) will be inserted after the included
30111 message.
30113 This feature does not affect the results of a Forward command.
30115 &lt;End of help on this topic&gt;
30116 </BODY>
30117 </HTML>
30118 ====== h_config_sigdashes =====
30119 <HTML>
30120 <HEAD>
30121 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
30122 </HEAD>
30123 <BODY>
30124 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
30126 This feature enables support for the common USENET news convention 
30127 of preceding a message signature with the special line consisting of 
30128 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
30131 When enabled and a
30132 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
30133 Alpine will insert the special line before including the file's text (unless
30134 the special line already exists somewhere in the file's text).
30137 In addition, when you Reply or Followup to a message containing one of
30138 these special lines and choose to include its text, Alpine will observe
30139 the convention of not including text beyond the special line in your
30140 reply.
30141 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
30142 mode is enabled and turned on, then Alpine <EM>will</EM>
30143 include the text beyond the special line regardless of the setting of
30144 this feature.
30147 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
30148 for a related feature.
30151 <UL>   
30152 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30153 </UL><P>
30154 &lt;End of help on this topic&gt;
30155 </BODY>
30156 </HTML>
30157 ====== h_config_new_thread_blank_subject =====
30158 <HTML>
30159 <HEAD>
30160 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
30161 </HEAD>
30162 <BODY>
30163 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
30165 When this feature is enabled (the default) Alpine will create a new thread
30166 every time that the subject line becomes empty at any time during composition.
30169 This behavior is particularly useful in case you are replying to a message.
30170 Replying to a message causes the message to be in the same thread than the
30171 original message that is being replied to. However, many authors want to create
30172 a new message (in a different thread) while replying to a message, and they do
30173 this by changing the full subject, by first deleting the original subject and
30174 typing the new subject of the current message.
30177 Enabling this feature causes that any time that the subject is deleted, the 
30178 message being composed will be considered the first message of a new thread.
30181 <UL>   
30182 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30183 </UL><P>
30184 &lt;End of help on this topic&gt;
30185 </BODY>
30186 </HTML>
30187 ====== h_config_strip_sigdashes =====
30188 <HTML>
30189 <HEAD>
30190 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
30191 </HEAD>
30192 <BODY>
30193 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
30195 This feature doesn't do anything if the feature
30196 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
30197 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
30198 then turning on this feature enables support for the convention
30199 of not including text beyond the sigdashes line when Replying or Following
30200 up to a message and including the text of that message.
30201 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
30202 mode is enabled and turned on, then Alpine <EM>will</EM>
30203 include the text beyond the special line regardless of the setting of
30204 this feature.
30206 In other words, this is a way to turn on the signature stripping behavior
30207 without also turning on the dashes-adding behavior.
30209 <UL>   
30210 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30211 </UL><P>
30212 &lt;End of help on this topic&gt;
30213 </BODY>
30214 </HTML>
30215 ====== h_config_forward_as_attachment =====
30216 <HTML>
30217 <HEAD>
30218 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
30219 </HEAD>
30220 <BODY>
30221 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
30223 This feature affects the way forwarded message text is handled.  When set, rather than 
30224 include the text of the forwarded message below any additional text you provide in the
30225 composer, the forwarded message is attached in its entirety to the message you send.
30227 This is useful in that it keeps the text you provide in the composer distinct from the
30228 text of the forwarded message.  Similarly, it allows the recipient to 
30229 conveniently operate on the forwarded message.  For example, they might reply directly to
30230 the sender of the forwarded message, or process it as part of a spam report.
30231 <UL>   
30232 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30233 </UL><P>
30234 &lt;End of help on this topic&gt;
30235 </BODY>
30236 </HTML>
30237 ====== h_config_preserve_field =====
30238 <HTML>
30239 <HEAD>
30240 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
30241 </HEAD>
30242 <BODY>
30243 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
30245 This feature affects Alpine's behavior when one replies to a message. 
30246 When you receive a message, some or all of the recipients of the message 
30247 have been added to the To: and Cc: fields. If you reply to such message, 
30248 and this feature is disabled, then the original sender of the message is 
30249 added to the To: field, and all other recipients are added to the Cc: 
30250 field, while your address is added to the From: field.
30253 However, if this feature is enabled, then Alpine will preserve the 
30254 original fields as sent in the original message, so the Cc: and To: 
30255 fields will be preserved. The sender's address will be added to the To: 
30256 field, while your address is added to the From: field.
30259 The behavior of this feature is that replies to all messages will behave 
30260 in the way described above. If you only intend this to happen on a per 
30261 message basis, then keep this feature disabled, and when replying to a 
30262 message you will see a new option in the menu for the &quot;Reply to all 
30263 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
30264 make Alpine toggle its question so you can preserve the To: and Cc: 
30265 fields for that message only.
30267 <UL>   
30268 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30269 </UL><P>
30270 &lt;End of help on this topic&gt;
30271 </BODY>
30272 </HTML>
30273 ====== h_config_sub_lists =====
30274 <HTML>
30275 <HEAD>
30276 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
30277 </HEAD>
30278 <BODY>
30279 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
30281 This feature affects the subcommands available when Saving, 
30282 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
30283 available. This command allows you to type in a substring of the folder
30284 you are looking for and when you type ^X it will display all folders
30285 that contain that substring in their names.
30286 This feature is set by default.
30289 &lt;End of help on this topic&gt;
30290 </BODY>
30291 </HTML>
30292 ====== h_config_scramble_message_id =====
30293 <HTML>
30294 <HEAD>
30295 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
30296 </HEAD>
30297 <BODY>
30298 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
30300 If this feature is set, the message-id header value
30301 will be transformed with a simple Rot13 transformation.
30302 The result will still have the correct syntax for a Message-ID but the
30303 part of the MessageID that is often a domain name will not be an actual
30304 domain name because the letters will be scrambled.
30306 It is possible (but unlikely?) that some spam detection
30307 software will use that as a reason to reject the mail as spam.
30308 It has also been reported that some spam detection software uses the
30309 fact that there are no dots after the &quot;@&quot; as a reason to reject
30310 messages.
30311 If your PC-Alpine Message-ID is using a name without a dot that is because
30312 that is what Windows thinks is your &quot;Full computer name&quot;.
30313 The method used to set this varies from one type of Windows to another but
30314 check under Settings -> Control Panel -> System and
30315 look for Network Identification or Computer Name or something similar.
30316 How to set it is beyond the scope of Alpine.
30319 &lt;End of help on this topic&gt;
30320 </BODY>
30321 </HTML>
30322 ====== h_downgrade_multipart_to_text =====
30323 <HTML>
30324 <HEAD>
30325 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
30326 </HEAD>
30327 <BODY>
30328 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
30331 This feature affects Alpine's behavior when sending mail.  Internet
30332 standards require Alpine to translate all non-ASCII characters in
30333 messages that it sends using MIME encoding.  This encoding can be
30334 ostensibly broken for recipients if any agent between Alpine and the
30335 recipient, such as an email list expander, appends text to the
30336 message, such as list information or advertising.  When sending such
30337 messages Alpine attempts to protect such encoding by placing extra
30338 MIME boundaries around the message text.
30340 These extra boundaries are invisible to recipients that 
30341 use MIME-aware email programs (the vast majority).  However, if
30342 you correspond with users of email programs that are not MIME-aware,
30343 or do not handle the extra boundaries gracefully, you can
30344 use this feature to prevent Alpine from including the extra
30345 MIME information.  Of course, it will increase the likelihood
30346 that non-ASCII text you send may appear corrupt to the recipient.
30348 &lt;End of help on this topic&gt;
30349 </BODY>
30350 </HTML>
30351 ====== h_config_show_sort =====
30352 <HTML>
30353 <HEAD>
30354 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
30355 </HEAD>
30356 <BODY>
30357 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
30359 If this feature is set and there is sufficient space on the screen,
30360 a short indication of the current sort order will be
30361 added in the titlebar (the top line on the screen), before the name
30362 of the folder.
30363 For example, with the default Arrival sort in effect,
30364 the display would have the characters
30366 <P><CENTER>[A]</CENTER><P>
30368 added between the title of the screen and the folder name.
30369 The letters are the same as the letters you may type to manually
30370 sort a folder with the SortIndex command ($).
30371 The letters in the table below are the ones that may show
30372 up in the titlebar line.
30374 <TABLE>   
30375 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
30376 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
30377 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
30378 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
30379 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
30380 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
30381 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
30382 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
30383 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
30384 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
30385 </TABLE>
30387 If the sort order is Reversed, the letter above will be preceded by the letter
30388 &quot;R&quot;, for example
30390 <P><CENTER>[RS]</CENTER><P>
30392 means that a Reverse Subject sort is in effect.
30393 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
30394 left out, and just an &quot;R&quot; is shown.
30396 <P><CENTER>[R]</CENTER>
30399 &lt;End of help on this topic&gt;
30400 </BODY>
30401 </HTML>
30402 ====== h_config_disable_reset_disp =====
30403 <HTML>
30404 <HEAD>
30405 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
30406 </HEAD>
30407 <BODY>
30408 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
30410 UNIX Alpine only.
30412 This feature affects Alpine's behavior when using
30413 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
30414 Normally, before the display filter is run, the terminal mode is reset
30415 to what it was before you started Alpine.
30416 This may be necessary if the filter requires the use of the terminal.
30417 For example, it may need to interact with you.
30418 If you set this feature, then the terminal mode will not be reset.
30419 One thing that turning on this feature should fix is the coloring of
30420 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
30421 breaks because the terminal reset resets the color state of the terminal.
30424 &lt;End of help on this topic&gt;
30425 </BODY>
30426 </HTML>
30427 ====== h_config_disable_sender =====
30428 <HTML>
30429 <HEAD>
30430 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
30431 </HEAD>
30432 <BODY>
30433 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
30435 This feature affects Alpine's generation of the &quot;Sender:&quot; or
30436 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
30437 header fields.
30438 Prior to version 2.24, Alpine generated such a header in situations where the
30439 username or domain were not the same as
30440 the &quot;From:&quot; header on the message.
30441 With this feature set,
30442 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
30443 This may be desirable on a system that is virtually hosting many domains,
30444 and the sysadmin has other methods available for tracking a message to
30445 its originator.
30447 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
30450 &lt;End of help on this topic&gt;
30451 </BODY>
30452 </HTML>
30453 ====== h_config_use_sender_not_x =====
30454 <HTML>
30455 <HEAD>
30456 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
30457 </HEAD>
30458 <BODY>
30459 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
30461 Normally Alpine adds a header line
30462 labeled &quot;X-X-Sender&quot;, if the sender is
30463 different from the From: line.
30464 The standard specifies that this header
30465 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
30466 Setting this feature causes
30467 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
30469 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
30472 &lt;End of help on this topic&gt;
30473 </BODY>
30474 </HTML>
30475 ====== h_config_use_fk =====
30476 <HTML>
30477 <HEAD>
30478 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
30479 </HEAD>
30480 <BODY>
30481 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
30483 This feature specifies that Alpine will respond to function keys instead of
30484 the normal single-letter commands. In this mode, the key menus at the
30485 bottom of each screen will show function key designations instead of the
30486 normal mnemonic key.
30489 &lt;End of help on this topic&gt;
30490 </BODY>
30491 </HTML>
30492 ====== h_config_cancel_confirm =====
30493 <HTML>
30494 <HEAD>
30495 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
30496 </HEAD>
30497 <BODY>
30498 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
30500 This feature affects what happens when you type ^C to cancel a composition.
30501 By default, if you attempt to cancel a composition by typing ^C, you will be
30502 asked to confirm the cancellation by typing a &quot;C&quot;
30503 for <EM>C</EM>onfirm.
30504 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
30505 risky because the &quot;^C Y&quot; needed to cancel a message
30506 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
30508 If this feature is set the confirmation asked for
30509 will be a &quot;<EM>Y</EM>es&quot;
30510 instead of a &quot;<EM>C</EM>onfirm&quot; response.
30513 &lt;End of help on this topic&gt;
30514 </BODY>
30515 </HTML>
30516 ====== h_config_compose_maps_del =====
30517 <HTML>
30518 <HEAD>
30519 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
30520 </HEAD>
30521 <BODY>
30522 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
30524 This feature affects the behavior of the DELETE key.
30525 If set, Delete will be equivalent to ^D, and delete
30526 the current character.  Normally Alpine defines the Delete key
30527 to be equivalent to ^H, which deletes the <EM>previous</EM>
30528 character.
30531 &lt;End of help on this topic&gt;
30532 </BODY>
30533 </HTML>
30534 ====== h_config_compose_bg_post =====
30535 <HTML>
30536 <HEAD>
30537 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
30538 </HEAD>
30539 <BODY>
30540 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
30542 This feature affects the behavior of Alpine's mail sending.  If set, this
30543 feature enables a subcommand in the composer's "Send?" confirmation
30544 prompt.  The subcommand allows you to tell Alpine to handle the actual
30545 posting in the background.  While this feature usually allows posting
30546 to appear to happen very fast, it has no affect on the actual delivery
30547 time it takes a message to arrive at its destination.
30550 Please Note:
30551 <OL>
30552  <LI>This feature will have no effect if the feature
30553        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
30554        is set.
30555  <LI>This feature isn't supported on all systems.  All DOS and Windows,
30556        as well as several Unix ports, do not recognize this feature.
30557  <LI>Error handling is significantly different when this feature is
30558         enabled.  Any message posting failure results in the message
30559         being appended to your &quot;Interrupted&quot; mail folder.  When you
30560         type the <A HREF="h_common_compose">C</A>ompose command,
30561         Alpine will notice this folder and
30562         offer to extract any messages contained.  Upon continuing a 
30563         failed message, Alpine will display the nature of the failure 
30564         in the status message line.
30565  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
30566         for message data to
30567         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
30568         if you typically run close to any sort of disk-space limits or quotas.
30569 </OL>
30571 &lt;End of help on this topic&gt;
30572 </BODY>
30573 </HTML>
30574 ====== h_config_compose_dsn =====
30575 <HTML>
30576 <HEAD>
30577 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
30578 </HEAD>
30579 <BODY>
30580 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
30582 This feature affects the behavior of Alpine's mail sending.  If set, this
30583 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
30584 prompt.  The subcommand allows you to tell Alpine to request the type of
30585 Delivery Status Notification (DSN) that you would like.  Most users will
30586 be happy with the default, and need not enable this feature.
30588 If the feature
30589 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
30590 then this feature has no effect and the type of DSN is not selectable.
30593 Turning on this feature and then turning on the DSNOpts from the send
30594 prompt reveals four on-off toggles at the bottom of the screen.
30595 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
30596 that no notification be returned to you, even if there is a delivery
30597 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
30598 server that you are willing (or not) to receive delay notifications, which
30599 happen when there is an unusual delay at some mail server (in that mail
30600 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
30601 Success requests that you be sent a DSN message when the message is
30602 successfully delivered to the recipients mailbox.  Setting NoErrRets will
30603 automatically turn off Delay and Success notification, and will flip the
30604 toggles to show that.  Similarly, turning on Delay and/or Success will
30605 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
30606 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
30607 the full message be returned in any failed DSN.  RetHdrs requests that
30608 only the headers be returned in any failed DSN.  Notice that this command
30609 applies only to failed delivery status reports.  For delay or success
30610 reports, the full message is never returned, only the headers are returned.
30613 If you don't enable the DSN feature or if you don't turn it on for a
30614 particular message, the default is that you will be notified about failures,
30615 you might be notified about delays, and you won't be notified about
30616 successes.  You will usually receive the full message back when there is
30617 a failure.
30620 If you turn on the DSNOpts the default is to return as much information as
30621 possible to you.  That is, by default, the Success and Delay options are
30622 turned on and the full message will be returned on failure.
30625 The sending prompt will display the current DSN request (if any) in a
30626 shorthand form.  It will be:
30628 <P><CENTER>[Never]</CENTER>
30631 if you have requested NoErrRets.  Otherwise, it will look something like:
30633 <P><CENTER>[FDS-Hdrs]</CENTER>
30636 The &quot;F&quot; will always be there, indicating that you will be notified
30637 of failures.  (Alpine doesn't provide a way to request no failure notification
30638 and at the same time request either success or delay notification.  The only
30639 way to request no failure notifications is to request no notifications at
30640 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
30641 requested Delay and/or Success notification.  If one of those is missing,
30642 that means you are requesting no notification of the corresponding type.
30643 After the dash it will say either Hdrs or Full.  Hdrs means to return only
30644 the headers and Full means to return the full message (applies to
30645 failure notifications only).
30648 NOTE: This feature relies on your system's mail transport agent or
30649 configured
30650 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
30651 having the negotiation mechanism introduced in
30652 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
30653 &quot;Delivery Status Notification&quot; (DSN).  If the mail transport agent you
30654 are using doesn't support DSN, a short warning will be shown to you on
30655 the message line at the bottom of the screen after you send your message,
30656 but your message will have been sent anyway.
30659 Note that DSNs don't provide a mechanism to request read receipts.  That
30660 is, if you request notification on success you are notified when the
30661 message is delivered to the mailbox, not when the message is read.
30664 ESMTP allows for graceful migration to upgraded mail transfer agents, but
30665 it is possible that this feature might cause problems for some servers. 
30668 &lt;End of help on this topic&gt;
30669 </BODY>
30670 </HTML>
30671 ====== h_config_auto_zoom =====
30672 <HTML>
30673 <HEAD>
30674 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
30675 </HEAD>
30676 <BODY>
30677 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
30679 This feature affects the behavior of the Select command.
30680 If set, the select command will automatically perform a zoom
30681 after the select is complete.
30682 This feature is set by default.
30684 Some related help topics are
30685 <UL>
30686 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30687 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30688 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30689 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30690 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30691 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30692 </UL>
30695 &lt;End of help on this topic&gt;
30696 </BODY>
30697 </HTML>
30698 ====== h_config_auto_unzoom =====
30699 <HTML>
30700 <HEAD>
30701 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
30702 </HEAD>
30703 <BODY>
30704 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
30706 This feature affects the behavior of the Apply command.  If set, and if
30707 you are currently looking at a Zoomed Index view of selected messages,
30708 the Apply command will do the operation you specify, but then will
30709 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
30710 the normal Index view after the Apply. 
30711 This feature is set by default.
30714 Some related help topics are
30715 <UL>
30716 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30717 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30718 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30719 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30720 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
30721 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30722 </UL>
30724 &lt;End of help on this topic&gt;
30725 </BODY>
30726 </HTML>
30727 ====== h_config_auto_unselect =====
30728 <HTML>
30729 <HEAD>
30730 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
30731 </HEAD>
30732 <BODY>
30733 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
30735 This feature affects the behavior of the Apply command.  If set,
30736 the Apply command will do the operation you specify, but then will
30737 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
30738 the normal Index view after the Apply. 
30741 Some related help topics are
30742 <UL>
30743 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30744 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30745 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30746 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
30747 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30748 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30749 </UL>
30751 &lt;End of help on this topic&gt;
30752 </BODY>
30753 </HTML>
30754 ====== h_config_fast_recent =====
30755 <HTML>
30756 <HEAD>
30757 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
30758 </HEAD>
30759 <BODY>
30760 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
30762 This feature controls the behavior of the TAB key when traversing folders
30763 in the optional 
30764 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
30765 collection or in optional <!--#echo var="VAR_news-collections"-->.
30768 When the TAB
30769 (<A HREF="h_common_nextnew">NextNew</A>)
30770 key is pressed, the default behavior is to
30771 explicitly examine the status of the folder for the number of recent
30772 messages (messages delivered since the last time it was viewed).
30773 Depending on the size and number of messages in the folder, this test
30774 can be time consuming.
30777 Enabling this feature will cause Alpine to only test for the existence of
30778 any recent messages rather than to obtain the count.  This is much faster
30779 in many cases.  The downside is that you're not given the number of recent
30780 messages when prompted to view the next folder.
30781 If the feature
30782 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
30783 is turned on, then the present feature will have no effect.
30786 <UL>   
30787 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30788 </UL><P>
30789 &lt;End of help on this topic&gt;
30790 </BODY>
30791 </HTML>
30792 ====== h_config_arrow_nav =====
30793 <HTML>
30794 <HEAD>
30795 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
30796 </HEAD>
30797 <BODY>
30798 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
30800 This feature controls the behavior of the left and right arrow keys.
30801 If set, the left and right arrow keys will operate like the usual
30802 navigation keys &lt; and &gt;.
30803 This feature is set by default.
30806 If you set this feature, and do not like the changed behavior of the up/down 
30807 arrow 
30808 keys when navigating through the FOLDER LIST screen -- 
30809 <B>first</B> from column to column, if more than one folder is 
30810 displayed per row, 
30811 and <B>then</B> from row to row -- you may either also wish to set the feature 
30812 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
30813 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
30814 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
30815 folders in each column.
30817 <UL>   
30818 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30819 </UL><P>
30820 &lt;End of help on this topic&gt;
30821 </BODY>
30822 </HTML>
30823 ====== h_config_relaxed_arrow_nav =====
30824 <HTML>
30825 <HEAD>
30826 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
30827 </HEAD>
30828 <BODY>
30829 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
30831 This feature controls the behavior of the left, right, up and down
30832 arrow keys in the FOLDER LIST screen when the &quot;<A
30833 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
30834 set.
30835 This feature is set by default.
30839 When this feature is set, the left and right
30840 arrow keys in the FOLDER LIST screen
30841 move the highlight bar to the left or right, and the up and
30842 down arrows move it up or down.
30845 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
30846 feature is not set;
30847 the left and right arrow keys in the Folder List screen strictly
30848 track the commands bound to the '&lt;' and '&gt;' keys, and the up
30849 and down arrow keys move the highlight bar to the previous and next
30850 folder or directory name.
30853 <UL>   
30854 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30855 </UL><P>
30856 &lt;End of help on this topic&gt;
30857 </BODY>
30858 </HTML>
30859 ====== h_config_alt_compose_menu =====
30860 <HTML>
30861 <HEAD>
30862 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
30863 </HEAD>
30864 <BODY>
30865 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
30867 This feature controls the menu that is displayed when Compose is selected.
30868 If set, a list of options will be presented, with each option representing
30869 the type of composition that could be used. This feature is most useful for
30870 users who want to avoid being prompted with each option separately, or who
30871 want to avoid the checking of remote postponed or form letter folders.
30872 The possible types of composition are:
30875 New, for starting a new composition. Note that if New is selected and roles
30876 are set, roles are checked for matches and applied according to the setting
30877 of the matching role.
30880 Interrupted, for continuing an interrupted composition. This option is only
30881 offered if an interrupted message folder is detected.
30884 Postponed, for continuing postponed compositions. This option is offered
30885 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
30886 the postponed folder actually exists. This option is especially handy
30887 for avoiding having to check for the existence of a remote postponed folder.
30890 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
30891 is set in the config, and is not checked for existence for reasons similar
30892 to those explained by the postponed option.
30895 setRole, for selecting a role to apply to a composition.
30898 &lt;End of help on this topic&gt;
30899 </BODY>
30900 </HTML>
30901 ====== h_config_alt_role_menu =====
30902 <HTML>
30903 <HEAD>
30904 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
30905 </HEAD>
30906 <BODY>
30907 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
30909 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
30910 a role and compose a new message using that role.
30911 When this feature is set, the role command will first ask whether you want to
30912 Compose a new message, Forward the current message, Reply to the
30913 current message, or Bounce the current message.
30914 If you are not in the MESSAGE INDEX and are not viewing a message,
30915 then there is no current message and the question will be skipped.
30916 After you have chosen to Compose, Forward, Reply, or Bounce you will
30917 then choose the role to be used.
30919 When Bouncing the &quot;Set From&quot; address is used for the
30920 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
30921 provided that the option
30922 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
30923 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
30924 set.
30925 Other actions of the role are ignored when Bouncing.
30928 &lt;End of help on this topic&gt;
30929 </BODY>
30930 </HTML>
30931 ====== h_config_always_spell_check =====
30932 <HTML>
30933 <HEAD>
30934 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
30935 </HEAD>
30936 <BODY>
30937 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
30939 When this feature is set, every composed message will be spell-checked before
30940 being sent.
30942 &lt;End of help on this topic&gt;
30943 </BODY>
30944 </HTML>
30945 ====== h_config_quell_asterisks =====
30946 <HTML>
30947 <HEAD>
30948 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
30949 </HEAD>
30950 <BODY>
30951 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
30953 When you are running Alpine you will sometimes be asked for a password
30954 in a prompt on the third line from the bottom of the screen.
30955 Normally each password character you type will cause an asterisk to echo
30956 on the screen. That gives you some feedback to know that your typing is
30957 being recognized.
30958 There is a very slight security risk in doing it this way because someone
30959 watching over your shoulder might be able to see how many characters there
30960 are in your password.
30961 If you'd like to suppress the echoing of the asterisks set this feature.
30963 &lt;End of help on this topic&gt;
30964 </BODY>
30965 </HTML>
30966 ====== h_config_quell_flowed_text =====
30967 <HTML>
30968 <HEAD>
30969 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
30970 </HEAD>
30971 <BODY>
30972 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
30974 Alpine generates flowed text where possible.
30975 The method for generating flowed text is defined by
30976 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
30977 the benefit of doing so is
30978 to send message text that can properly be viewed both on normal width displays
30979 and on displays with smaller or larger than normal screen widths.
30980 With flowed text, a space at the end of a line tells the receiving mail
30981 client that the following line belongs to the same paragraph.
30982 Quoted text will also be affected, with only the innermost
30983 level of &quot;&gt;&quot; quoting being followed by a space.
30984 However, if you have changed the
30985 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
30986 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
30987 quoted text will not be flowed.
30988 For this reason, we recommend that you leave your
30989 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
30991 This feature turns off the generation of flowed text, as it might be
30992 desired to more tightly control how a message is displayed on the receiving end.
30994 If this feature is <EM>not</EM> set, you can control on a message by message
30995 basis whether or not flowed text is generated.
30996 You do this by typing ^V at the Send confirmation prompt that you get
30997 after typing ^X to send a message.
30998 ^V is a toggle that turns flowing off and back on if typed again.
30999 If for some reason flowing cannot be done on a particular message, then the
31000 ^V command will not be available.
31001 This would be the case, for example, if this feature was set, or if your
31002 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
31003 If the feature
31004 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
31005 then the opportunity to control on a message by message basis
31006 whether or not flowed text is generated is lost.
31008 When this feature is not set and you have typed ^V to turn off flowing,
31009 the Send confirmation prompt will change to look like
31011 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
31013 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
31014 also turn off the sending of flowed text messages, but it differs in that
31015 it also trims all trailing white space from a message before sending it.
31017 If alternate editors are used extensively, be aware that a message will still
31018 be sent flowed if this feature is unset.  In most cases this will be fine,
31019 but if the editor has a &quot;flowed text&quot; mode, it would be best to
31020 use that.
31022 &lt;End of help on this topic&gt;
31023 </BODY>
31024 </HTML>
31025 ====== h_config_strip_ws_before_send =====
31026 <HTML>
31027 <HEAD>
31028 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
31029 </HEAD>
31030 <BODY>
31031 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
31033 By default, trailing whitespace is not stripped from
31034 a message before sending.  Trailing whitespace should have no effect on an
31035 email message, and in flowed text can aid in delimiting paragraphs.
31036 However, the old behavior of stripping trailing whitespace was in place
31037 to better deal with older clients that couldn't handle certain types of
31038 text encodings.  This feature restores the old behavior
31040 Trailing whitespace is of aid to flowed-text-formatted messages, which are
31041 generated by default but can be turned off via the
31042 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
31043 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
31044 of flowed text.
31046 &lt;End of help on this topic&gt;
31047 </BODY>
31048 </HTML>
31049 ====== h_config_alt_reply_menu =====
31050 <HTML>
31051 <HEAD>
31052 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></TITLE>
31053 </HEAD>
31054 <BODY>
31055 <H1>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></H1>
31057 Note that if this option is enabled, then the option
31058 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
31059 is ignored. See below to understand why.
31061 When you reply to a message, a series of questions are asked that 
31062 determines how your reply will be handled by Alpine. This feature only 
31063 affects the result of the first question you are asked, and its purpose is 
31064 to set values that could override defaults set in Alpine's main 
31065 configuration screen. As a result, this menu allows you to configure even 
31066 more features than you would be able to do without this option. For 
31067 example, this menu always allows you to override or select a <A 
31068 HREF="h_rules_roles">Role</A> if you have defined one, or allows you to 
31069 override your indent string, regardless of if you have enabled 
31070 <A HREF="h_config_prefix_editing"><!--#echo var="FEAT_enable-reply-indent-string-editing"--></A>.
31071 The full list of options can be found below.
31073 Here is an example of how this option works. After you press Reply,
31074 if you see &quot;A Inc Attach&quot; in the menu, it means that 
31075 if you press &quot;A&quot;, then Alpine will include the attachments
31076 of the original message, and the default is not to include them. 
31077 Conversely, if you see &quot;A No Attach&quot; 
31078 then by pressing &quot;A&quot; Alpine will not include
31079 attachments in your reply, and the default is that Alpine will 
31080 include them in your reply. The value that you see when you 
31081 start your reply is controlled by the option
31082 <A HREF="h_config_attach_in_reply">
31083 <!--#echo var="FEAT_include-attachments-in-reply"-->
31084 </A>. If the feature is enabled, then Alpine will display 
31085 &quot;A No Attach&quot; to override the default behavior. You can
31086 toggle between the two values of this option by pressing &quot;A&quot;.
31087 Remember that the value that you see in the menu is the action that will 
31088 be done when you press the associated command.
31090 Below are your options:
31091 <OL>
31092 <LI><B>A</B>: This determines if Alpine will include or not the 
31093 attachments sent to you in the message that you are replying to. The default 
31094 is to use the value of the configuration option 
31095 <A HREF="h_config_attach_in_reply"><!--#echo var="FEAT_include-attachments-in-reply"--></A> and can be overridden by using this command.
31097 <LI><B>H</B>: This command determines if the headers of a message are
31098 included in the body of the message that is being replied to. By default 
31099 Alpine will use the value of the configuration option 
31100 <A HREF="h_config_include_header"><!--#echo var="FEAT_include-header-in-reply"--></A>. 
31101 Observe that by toggling this option to include headers, text will be toggled
31102 to be included by default.
31104 <LI><B>R</B>: Can be used to set a role different from the default.
31106 <LI><B>S</B>: Determines if Alpine will strip the signature from a 
31107 message. The default is to strip the signature when the message is not
31108 viewed in headers mode, and you either have enabled
31109 <A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A> 
31111 <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>.
31113 <LI><B>Ctrl-R</B>: Can be used to edit the 
31114 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>.
31115 </OL>
31117 In order to include the text of the original message in the reply
31118 you either need to press 'y' to include the original text, or 'n' to 
31119 exclude it from the reply. Pressing return will execute the default 
31120 action, which is to include text only if the option
31121 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
31122 is enabled. However, notice that the default is to include text if you edit the 
31123 reply indent string or if you explicitly set through this menu that you
31124 want headers included in the reply message.
31127 &lt;End of help on this topic&gt;
31128 </BODY>
31129 </HTML>
31130 ====== h_config_del_from_dot =====
31131 <HTML>
31132 <HEAD>
31133 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
31134 </HEAD>
31135 <BODY>
31136 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
31138 This feature controls the behavior of the Ctrl-K command in the composer.
31139 If set, ^K will cut from the current cursor position to the end of the line,
31140 rather than cutting the entire line.
31143 &lt;End of help on this topic&gt;
31144 </BODY>
31145 </HTML>
31146 ====== h_config_print_index =====
31147 <HTML>
31148 <HEAD>
31149 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
31150 </HEAD>
31151 <BODY>
31152 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
31154 This feature controls the behavior of the Print command when in the
31155 MESSAGE INDEX screen.  If set, the print command will give you a prompt
31156 asking if you wish to print the message index, or the currently highlighted
31157 message. If not set, the message will be printed.
31160 &lt;End of help on this topic&gt;
31161 </BODY>
31162 </HTML>
31163 ====== h_config_allow_talk =====
31164 <HTML>
31165 <HEAD>
31166 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
31167 </HEAD>
31168 <BODY>
31169 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
31171 UNIX Alpine only.
31173 By default, permission for others to &quot;talk&quot; to your terminal is turned
31174 off when you are running Alpine.  When this feature is set, permission is
31175 instead turned on.  If enabled, you may see unexpected messages in the
31176 middle of your Alpine screen from someone attempting to contact you via the
31177 &quot;talk&quot; program.
31180 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
31181 talk daemon on your system will attempt to print a message on your screen 
31182 when someone else is trying to contact you.  If you wish to see these
31183 messages while you are running Alpine, you should enable this feature.
31186 If you do enable this feature and see a &quot;talk&quot; message, you must 
31187 suspend or quit Alpine before you can respond.
31190 &lt;End of help on this topic&gt;
31191 </BODY>
31192 </HTML>
31193 ====== h_config_send_filter_dflt =====
31194 <HTML>
31195 <HEAD>
31196 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
31197 </HEAD>
31198 <BODY>
31199 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
31200 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
31201 configured, setting this feature will cause
31202 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
31203 instead of unfiltered, the usual default.
31205 <UL>   
31206 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31207 </UL><P>
31208 &lt;End of help on this topic&gt;
31209 </BODY>
31210 </HTML>
31211 ====== h_config_custom_print =====
31212 <HTML>
31213 <HEAD>
31214 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
31215 </HEAD>
31216 <BODY>
31217 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
31219 When this feature is set, the print command will have an additional
31220 subcommand called "C CustomPrint".  If selected, you will have
31221 the opportunity to enter any system print command --instead of being 
31222 restricted to using those that have been previously configured in the 
31223 printer setup menu.
31226 &lt;End of help on this topic&gt;
31227 </BODY>
31228 </HTML>
31229 ====== h_config_enable_dot_files =====
31230 <HTML>
31231 <HEAD>
31232 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
31233 </HEAD>
31234 <BODY>
31235 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
31237 When this feature is set, files beginning with dot (".") will be
31238 visible in the file browser.  For example, you'll be able to select them
31239 when using the browser to add an attachment to a message.
31241 &lt;End of help on this topic&gt;
31242 </BODY>
31243 </HTML>
31244 ====== h_config_enable_dot_folders =====
31245 <HTML>
31246 <HEAD>        
31247 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
31248 </HEAD>
31249 <BODY>
31250 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
31252 When this feature is set, folders beginning with dot (".") may be added
31253 and viewed.
31255 &lt;End of help on this topic&gt;
31256 </BODY>
31257 </HTML>
31258 ====== h_config_ff_between_msgs =====
31259 <HTML>
31260 <HEAD>
31261 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
31262 </HEAD>
31263 <BODY>
31264 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
31266 Setting this feature causes a formfeed to be printed between messages when
31267 printing multiple messages (with Apply Print command).
31269 &lt;End of help on this topic&gt;
31270 </BODY>
31271 </HTML>
31272 ====== h_config_blank_keymenu =====
31273 <HTML>
31274 <HEAD>
31275 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
31276 </HEAD>
31277 <BODY>
31278 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
31280 If this feature is set the command key menu that normally appears on the
31281 bottom two lines of the screen will not usually be there.  Asking for
31282 help with ^G or ? will cause the key menu to appear instead of causing
31283 the help message to come up.  If you want to actually see the help text,
31284 another ^G or ? will show it to you.  After the key menu has popped
31285 up with the help key it will remain there for an O for Other command but
31286 disappear if any other command is typed.
31288 &lt;End of help on this topic&gt;
31289 </BODY>
31290 </HTML>
31291 ====== h_config_enable_mouse =====
31292 <HTML>
31293 <HEAD>
31294 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
31295 </HEAD>
31296 <BODY>
31297 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
31299 This feature controls whether or not an X terminal mouse can be used with
31300 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
31301 being used, the left mouse button on the mouse can be used to select text
31302 or commands.
31303 Clicking on a command at the bottom of the screen will behave as if you had
31304 typed that command.
31305 Clicking on an index line will move the current message highlight to
31306 that line.
31307 Double-clicking on an index line will view the message.
31308 Double-clicking on a link will view the link.
31310 This type of mouse support will also work in some terminal emulators which are
31311 not actually X terminals, but which have extra code to support the xterm
31312 style mouse.
31313 For those emulators you not only need to turn this feature on but you also
31314 have to set the $DISPLAY environment variable even though it isn't needed
31315 for your terminal.
31316 That will cause Alpine to think that it is an xterm and to properly interpret the
31317 escape sequences sent by the mouse.
31319 Note: if this feature is set, the behavior of X terminal cut-and-paste is
31320 also modified.  It is sometimes possible to hold the shift key down while clicking
31321 left or middle mouse buttons for the normal xterm cut/paste operations. 
31322 There is also an Alpine command to toggle this mode on or off.
31323 The command is Ctrl-&#92; (Control-backslash).
31325 &lt;End of help on this topic&gt;
31326 </BODY>
31327 </HTML>
31328 ====== h_config_enable_xterm_newmail =====
31329 <HTML>
31330 <HEAD>        
31331 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
31332 </HEAD>
31333 <BODY>
31334 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
31336 This feature controls whether or not Alpine will attempt to announce new
31337 mail arrival when it is running in an X terminal window and that window
31338 is iconified.  If set, and the $DISPLAY variable indicates that an X
31339 terminal is being used, Alpine will send appropriate escape sequences to
31340 the X terminal to modify the label on Alpine's icon to indicate that new
31341 mail has arrived. Alpine will also modify the Alpine window's title to
31342 indicate new mail.
31343 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
31345 &lt;End of help on this topic&gt;
31346 </BODY></HTML>
31347 ====== h_config_enable_newmail_short_text =====
31348 <HTML>
31349 <HEAD>        
31350 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
31351 </HEAD>
31352 <BODY>
31353 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
31355 This feature controls the text to be displayed in an icon in the event
31356 of a new message arrival.  Normally, the message will
31357 be the one that is displayed on the screen.  This feature shortens the
31358 message to a count of the number of new messages in brackets.  This may be
31359 more useful for those who use the window's title bar in the task bar as a
31360 new mail indicator.  This feature is only useful if the
31361 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
31362 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
31363 feature, this feature is only relevant when run in an xterm environment.
31365 &lt;End of help on this topic&gt;
31366 </BODY></HTML>
31367 ====== h_config_copy_to_to_from =====
31368 <HTML>
31369 <HEAD>
31370 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
31371 </HEAD>
31372 <BODY>
31373 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
31375 This feature affects the From address used when Replying to a message.
31376 It is probably only useful if you have some
31377 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
31378 defined.
31379 When enabled, it checks to see if any of the addresses in the To or Cc
31380 fields of the message you are replying to is one of your addresses.
31381 If it is, and there is only one of them, then that address is used as
31382 the From address in the message you are composing.
31383 In other words, you will be using a From address that is the same
31384 as the To address that was used to get the mail to you in the first place.
31387 If a role is being used and it has a From address defined, that From address will
31388 be used rather than the one derived from this feature.
31391 <UL>   
31392 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31393 </UL><P>
31394 &lt;End of help on this topic&gt;
31395 </BODY>
31396 </HTML>
31397 ====== h_config_prefix_editing =====
31398 <HTML>
31399 <HEAD>
31400 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
31401 </HEAD>
31402 <BODY>
31403 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
31405 This feature affects the Reply command's &quot;Include original message
31406 in Reply?&quot; prompt.  When enabled, it causes the
31407 &quot;Edit Indent String&quot; sub-command to appear which allows 
31408 you to edit the string Alpine would otherwise use to denote included 
31409 text from the message being replied to.<P>
31411 Thus, you can change Alpine's default message quote character (usually
31412 an angle bracket) on a per message basis. So you could change your quoted message to
31413 look, for example, like this:<p>
31415 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
31417 John: I just wanted to say hello and to congratulate you
31418 John: on a job well done!</pre><p>
31420 The configuration option
31421 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
31422 may be used to change what appears as the default string to be edited.
31424 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
31425 currently being replied to.
31427 If you change your <!--#echo var="VAR_reply-indent-string"-->
31428 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
31429 quoted text will not be flowed
31430 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
31431 when you reply.
31432 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
31433 set to the default value.
31435 <UL>   
31436 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31437 </UL><P>
31438 &lt;End of help on this topic&gt;
31439 </BODY>
31440 </HTML>
31441 ====== h_config_enable_search_and_repl =====
31442 <HTML>
31443 <HEAD>
31444 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
31445 </HEAD>
31446 <BODY>
31447 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
31449 This feature modifies the behavior of Alpine's composer.  Setting this
31450 feature causes Alpine to offer the "^R Replace" subcommand, which
31451 allows you to search and replace text strings in a message you are composing, 
31452 inside the "^W Where is" command.  
31456 To search and replace text, first enter the text to be replaced at the 
31457 "Search: " prompt.  Then, rather than pressing Enter to just search for that
31458 text, press ^R, which turns the prompt into 
31462 Search (to replace): 
31466 and then press Enter.  The cursor will highlight the first occurrence 
31467 of the text string you entered, and the prompt will show: 
31471 Replace "<your text string>" with : 
31475 where <your text string> is what you entered at the previous prompt;
31476 here, enter the replacement text.  To only replace the highlighted 
31477 occurrence, simply press Enter now; to replace all occurrences in the 
31478 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
31479 each replacement.
31483 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
31484 ^X toggles between "Replace All" and "Replace One."
31488 If you previously searched for text in a message, it will be offered for 
31489 re-use as part of the prompt, shown in [ ] brackets.
31492 &lt;End of help on this topic&gt;
31493 </BODY>
31494 </HTML>
31495 ====== h_config_enable_view_attach =====
31496 <HTML>
31497 <HEAD>
31498 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
31499 </HEAD>
31500 <BODY>
31501 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
31503 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31504 Setting this feature causes Alpine to present attachments in boldface.
31505 The first available attachment is displayed in inverse.  This is the
31506 "selected" attachment.  Pressing RETURN will cause Alpine to display
31507 the selected attachment.  Use the arrow keys to change which of the
31508 attachments displayed in boldface is the current selection.
31512 Speaking of arrow keys, the Up and Down Arrows will select the next
31513 and previous attachments if one is available on the screen for selection.
31514 Otherwise, they will simply adjust the viewed text one line up or down.
31518 Similarly, when selectable items are present in a message, the Ctrl-F key
31519 can be used to select the next item in the message independent of which
31520 portion of the viewed message is currently displayed. The Ctrl-B key can
31521 be used to select the previous item in the same way. 
31522 <P> 
31523 &lt;End of help on this topic&gt;
31524 </BODY>
31525 </HTML>
31526 ====== h_config_enable_y_print =====
31527 <HTML>
31528 <HEAD>
31529 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
31530 </HEAD>
31531 <BODY>
31532 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
31534 This feature modifies the behavior of Alpine's Print command.
31536 By default, Alpine's print command is available by pressing the "%" key.  
31537 (This command is a substantial change from Pine versions before 4.00 -- 
31538 where the print command was "Y" -- based on numerous complaints about 
31539 printing being invoked inadvertently, since Y also means "Yes.")  
31543 This feature is supplied to mitigate any disruption or anxiety users 
31544 might feel as a result of this change.  
31548 Enabling this feature will cause Alpine to recognize both the old
31549 command, "Y" for Prynt, as well the new "%" method for invoking
31550 printing.  Note, key menu labels are not changed as a result of
31551 enabling this feature.
31555 &lt;End of help on this topic&gt;
31556 </BODY>
31557 </HTML>
31558 ====== h_config_enable_lessthan_exit =====
31559 <HTML>
31560 <HEAD>
31561 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
31562 </HEAD>
31563 <BODY>
31564 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
31566 If this feature is set, then on screens where there is an Exit command
31567 but no < command, the < key will perform the same function as the Exit
31568 command.
31569 This feature is set by default.
31571 &lt;End of help on this topic&gt;
31572 </BODY>
31573 </HTML>
31574 ====== h_config_enable_view_url =====
31575 <HTML>
31576 <HEAD>
31577 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
31578 </HEAD>
31579 <BODY>
31580 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
31581 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31582 When this feature is set (the default) Alpine will select possible URLs from the
31583 displayed text and display them in boldface for selection.
31585 The first available URL is displayed in inverse.  This is the
31586 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
31587 the selected URL via either built-in means as with mailto:, imap:,
31588 news:, and nntp:, or via an external application as defined
31589 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
31590 variable.
31592 Use the arrow keys to change which of the URLs displayed in boldface
31593 is the current selection.
31595 Speaking of arrow keys, the Up and Down Arrows will select the next
31596 and previous URL if one is available on the screen for selection (unless 
31597 you have set the feature 
31598 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
31599 Otherwise, they will simply adjust the viewed text one line up or down.
31601 Similarly, when selectable items are present in a message, the Ctrl-F
31602 key can be used to select the next item in the message independent
31603 of which portion of the viewed message is currently displayed. The
31604 Ctrl-B key can be used to select the previous item in the same way.
31606 <UL>   
31607 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31608 </UL><P>
31609 &lt;End of help on this topic&gt;
31610 </BODY>
31611 </HTML>
31612 ====== h_config_enable_view_web_host =====
31613 <HTML>
31614 <HEAD>
31615 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
31616 </HEAD>
31617 <BODY>
31618 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
31620 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31621 When this feature is set (the default) Alpine will select possible web hostnames
31622 from the displayed text and display them in boldface for selection.  
31623 This can be useful when you receive messages referencing World Wide Web 
31624 sites without the use of complete URLs; for example, specifying only 
31625 &quot;www.some.site.com&quot; (which will <B>not</B> become a 
31626 selectable 
31627 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
31628 rather than explicitly
31629 &quot;http://www.some.site.com&quot;.  
31631 The first available hostname is displayed in inverse.  This is the
31632 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
31633 the selected hostname via an external application as defined
31634 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
31635 variable.
31637 Use the arrow keys (unless you have set the feature 
31638 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
31639 to change which of the hostnames displayed in
31640 boldface is the current selection.
31642 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
31643 key can be used to select the next web hostname in the message independent
31644 of which portion of the viewed message is currently displayed. The
31645 Ctrl-B key can be used to select the previous web hostnames in the same way.
31647 <UL>   
31648 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31649 </UL><P>
31650 &lt;End of help on this topic&gt;
31651 </BODY>
31652 </HTML>
31653 ====== h_config_enable_view_addresses =====
31654 <HTML>
31655 <HEAD>
31656 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
31657 </HEAD>
31658 <BODY>
31659 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
31661 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31662 Setting this feature causes Alpine to select possible email addresses
31663 from the displayed text and display them in boldface for selection.  
31666 The first available email address is displayed in inverse.  This is the
31667 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
31668 the message composition screen with the To: field filled in with the
31669 selected address.
31671 Use the arrow keys (unless you have set the feature 
31672 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
31673 to change which of the hostnames displayed in
31674 boldface is the current selection.
31676 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
31677 key can be used to select the next web hostname in the message independent
31678 of which portion of the viewed message is currently displayed. The
31679 Ctrl-B key can be used to select the previous web hostnames in the same way.
31681 <UL>   
31682 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31683 </UL><P>
31684 &lt;End of help on this topic&gt;
31685 </BODY>
31686 </HTML>
31687 ====== h_external_loads_inline_images_only =====
31688 <HTML>
31689 <HEAD>
31690 <TITLE>FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></TITLE>
31691 </HEAD>
31692 <BODY>
31693 <H1>FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></H1>
31695 Alpine allows you to pass a HTML message to the browser that you have configured in your
31696 <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A> variable. This allows
31697 you to read a message outside of Alpine. This is desirable when Alpine does not display
31698 html correctly, or when you wish to read the message and see the inline images in the message.
31701 An inline image is one that comes with the message and is necessary for the correct display of
31702 the message. However, there are instances in which the source of an image will come from
31703 external servers. If this feature is enabled (the default) then Alpine will only pass inline
31704 images to the browser and will remove the link to external images, so only inline images will
31705 be used to display the message, and no external image will be loaded. Alpine does this to protect
31706 your privacy and security.
31709 Please note that messages are usually formatted by the sender so that they display correctly once
31710 all images have been loaded. Enabling this feature might cause the message not to be correctly
31711 displayed by your browser.
31714 Also consider security and privacy implications of opening an HTML message in a browser. You are
31715 always protected when you do not use this feature, but you might not have the same level of
31716 protection if you try to open a spam or scam using the html view. Also commercial email is
31717 normally embedded with links to external images that let them, their partners, and your internet
31718 service provider (which could be your employer or school)  know that you opened their message or
31719 connected to a web site, violating your privacy.
31722 If you are worried about your privacy and security, do not use an external viewer to open
31723 html files, and keep using the internal mechanisms that Alpine provides to read messages.
31726 &lt;End of help on this topic&gt;
31727 </BODY>
31728 <HTML>
31729 ====== h_config_enable_view_arrows =====
31730 <HTML>
31731 <HEAD>
31732 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
31733 </HEAD>
31734 <BODY>
31735 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
31737 This feature modifies Up and Down arrow key behavior in Alpine's
31738 MESSAGE TEXT screen when selectable Attachments, URL's, or
31739 web-hostnames are presented. Alpine's usual behavior is to move to
31740 the next or previous selectable item if currently displayed or
31741 simply to adjust the screen view by one line.
31745 Setting this feature causes the UP and Down arrow key to behave as
31746 if no selectable items were present in the message.
31750 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
31751 item) functionality is unchanged.
31754 &lt;End of help on this topic&gt;
31755 </BODY>
31756 <HTML>
31757 ====== h_config_quell_charset_warning =====
31758 <HTML>
31759 <HEAD>
31760 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
31761 </HEAD>
31762 <BODY>
31763 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
31765 By default, if the message you are viewing contains characters that are
31766 not representable in your
31767 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
31768 then Alpine will
31769 add a warning to the start of the displayed text.
31770 If this option is set, then that editorial message will be suppressed.
31772 Setting this feature also suppresses the comment about the character set
31773 in header lines.
31774 For example, when viewing a message you might see
31776 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
31778 in the From header if your Character-Set is something other than ISO-8859-2.
31779 If you set this feature, the comment about the character set will
31780 no longer be there.
31782 &lt;End of help on this topic&gt;
31783 </BODY>
31784 </HTML>
31785 ====== h_config_quell_host_after_url =====
31786 <HTML>
31787 <HEAD>
31788 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
31789 </HEAD>
31790 <BODY>
31791 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
31793 By default, links in HTML text are displayed with the host the link
31794 references appended, within square brackets, to the link text.  Alpine
31795 does this to help indicate where a link will take you, particularly when
31796 the link text might suggest a different destination.
31799 Setting this feature will prevent the server name from being appended
31800 to the displayed text.
31803 &lt;End of help on this topic&gt;
31804 </BODY>
31805 </HTML>
31806 ====== h_config_prefer_plain_text =====
31807 <HTML>
31808 <HEAD>
31809 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
31810 </HEAD>
31811 <BODY>
31812 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
31814 A message being viewed may contain alternate versions of the same content.
31815 Those alternate versions are supposed to be ordered by the sending software such that the
31816 first alternative is the least preferred and the last alternative is the
31817 most preferred. Alpine will normally display the most-preferred version that
31818 it knows how to display. This is most often encountered where the two
31819 alternate versions are a plain text version and an HTML version, with the
31820 HTML version listed last as the most preferred.
31822 If this option is set, then any plain text version will be preferred to
31823 all other versions.
31825 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
31826 which will temporarily change the sense of this option.
31827 If this option is set you will first see the plain text version of a
31828 message.
31829 If you then type the &quot;A&quot; command, you will see the most preferred version,
31830 most likely HTML, instead.
31831 Typing the &quot;A&quot; command a second time will switch it back.
31832 Alternatively, if the present option is not set you will originally see
31833 the most preferred version of the message and typing &quot;A&quot; will switch to
31834 the plain text version.
31836 &lt;End of help on this topic&gt;
31837 </BODY>
31838 </HTML>
31839 ====== h_config_pass_control =====
31840 <HTML>
31841 <HEAD>
31842 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
31843 </HEAD>
31844 <BODY>
31845 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
31847 It is probably not useful to set this option.
31848 This is a legacy option left behind &quot;just in case&quot;.
31849 Multi-byte characters that have an octet that has the same
31850 value as a control character are permitted through whether or not
31851 this option is turned on.
31853 This feature controls how certain characters contained in messages are
31854 displayed.
31855 If set, all characters in a message will be sent to the
31856 screen. Normally, control characters are displayed as shown below to
31857 avoid a garbled screen and to 
31858 avoid inadvertently changing terminal setup parameters.
31859 Control characters are usually displayed as two character sequences like
31860 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
31861 for Control-C,
31862 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
31863 for ESCAPE,
31864 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
31865 for DELETE, and
31866 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
31867 for the character with value 133 (0x85).
31868 (The DEL character is displayed as ^?, regular control characters are displayed
31869 as the character ^ followed by the character obtained by adding the
31870 five low-order bits of the character to 0x40, and the C1
31871 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
31872 character obtained by adding the
31873 five low-order bits of the character to 0x40.)
31874 Sometimes, in cases where changing a single control character into a
31875 two-character sequence would confuse Alpine's display routines,
31876 a question mark is substituted for the control character.
31878 If you wish to filter out regular control characters but pass the
31879 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
31880 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.
31882 &lt;End of help on this topic&gt;
31883 </BODY>
31884 </HTML>
31885 ====== h_config_pass_c1_control =====
31886 <HTML>
31887 <HEAD>
31888 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
31889 </HEAD>
31890 <BODY>
31891 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
31893 It is probably not useful to set this option.
31894 This is a legacy option left behind &quot;just in case&quot;.
31895 Multi-byte characters that have an octet that has the same
31896 value as a control character are permitted through whether or not
31897 this option is turned on.
31899 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
31900 is set, then this feature has no effect.
31901 However, 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 <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
31904 unset and set this feature.
31906 &lt;End of help on this topic&gt;
31907 </BODY>
31908 </HTML>
31909 ====== h_config_fcc_on_bounce =====
31910 <HTML>
31911 <HEAD>
31912 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
31913 </HEAD>
31914 <BODY>
31915 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
31917 This feature controls an aspect of Alpine's behavior when bouncing a
31918 message. If set, normal FCC ("File Carbon Copy") processing will be
31919 done, just as if you had composed a message to the address you are
31920 bouncing to.  If not set, no FCC of the message will be saved. 
31922 &lt;End of help on this topic&gt;
31923 </BODY>
31924 </HTML>
31925 ====== h_config_show_cursor =====
31926 <HTML>
31927 <HEAD>
31928 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
31929 </HEAD>
31930 <BODY>
31931 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
31933 This feature controls an aspect of Alpine's displays.  If set, the system
31934 cursor will move to convenient locations in the displays.  For example,
31935 to the beginning of the status field of the highlighted index line, or
31936 to the highlighted word after a successful WhereIs command.  It is intended
31937 to draw your attention to an "interesting" spot on the screen.
31939 &lt;End of help on this topic&gt;
31940 </BODY>
31941 </HTML>
31942 ====== h_config_sort_fcc_alpha =====
31943 <HTML>
31944 <HEAD>
31945 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
31946 </HEAD>
31947 <BODY>
31948 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
31950 This feature controls an aspect of Alpine's FOLDER LIST screen.
31951 If set, the default Fcc folder will be sorted alphabetically with the other
31952 folders instead of appearing right after the INBOX.
31954 &lt;End of help on this topic&gt;
31955 </BODY>
31956 </HTML>
31957 ====== h_config_sort_save_alpha =====
31958 <HTML>
31959 <HEAD>
31960 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
31961 </HEAD>
31962 <BODY>
31963 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
31965 This feature controls an aspect of Alpine's FOLDER LIST screen.
31966 If set, the default save folder will be sorted alphabetically with the other
31967 folders instead of appearing right after the INBOX (and default FCC folder).
31969 &lt;End of help on this topic&gt;
31970 </BODY>
31971 </HTML>
31972 ====== h_config_single_list =====
31973 <HTML>
31974 <HEAD>
31975 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
31976 </HEAD>
31977 <BODY>
31978 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
31980 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
31981 the folders will be listed one per line instead of several per line
31982 in the FOLDER LIST display.
31984 &lt;End of help on this topic&gt;
31985 </BODY>
31986 </HTML>
31987 ====== h_config_vertical_list =====
31988 <HTML>
31989 <HEAD>
31990 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
31991 </HEAD>
31992 <BODY>
31993 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
31995 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
31996 the folders will be listed alphabetically down the columns rather
31997 than across the columns as is the default.
31999 &lt;End of help on this topic&gt;
32000 </BODY>
32001 </HTML>
32002 ====== h_config_verbose_post =====
32003 <HTML>
32004 <HEAD>
32005 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
32006 </HEAD>
32007 <BODY>
32008 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
32009 This feature controls an aspect of Alpine's message sending.  When enabled,
32010 Alpine will send a VERB (i.e., VERBose) command early in the posting process
32011 intended to cause the SMTP server to provide a more detailed account of
32012 the transaction.  This feature is typically only useful to system
32013 administrators and other support personnel as an aid in troubleshooting
32014 problems.
32016 Note, this feature relies on a specific capability of the system's mail
32017 transport agent or configured 
32018 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
32019 It is possible that this
32020 feature will cause problems for some transport agents, and may result in
32021 sending failure.  In addition, as the verbose output comes from the mail
32022 transport agent, it is likely to vary from one system to another. 
32023 <P><UL>
32024 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32025 </UL><P>
32026 &lt;End of help on this topic&gt;
32027 </BODY>
32028 </HTML>
32029 ====== h_config_auto_reply_to =====
32030 <HTML>
32031 <HEAD>
32032 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
32033 </HEAD>
32034 <BODY>
32035 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
32037 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
32038 will not prompt when a message being replied to contains a "Reply-To:"
32039 header value, but will simply use its value (as opposed to using the
32040 "From:" field's value).
32044 Note: Using the "Reply-To:" address is usually the preferred behavior,
32045 however, some mailing list managers choose to place the list's address in
32046 the "Reply-To:" field of any message sent out to the list.  In such
32047 cases, this feature makes it all too easy for personal replies to be
32048 inadvertently sent to the entire mail list, so be careful! 
32050 &lt;End of help on this topic&gt;
32051 </BODY>
32052 </HTML>
32053 ====== h_config_del_skips_del =====
32054 <HTML>
32055 <HEAD>
32056 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
32057 </HEAD>
32058 <BODY>
32059 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
32061 This feature controls an aspect of Alpine's Delete command.  If set, this
32062 feature will cause the Delete command to advance past following messages that
32063 are marked deleted.  In other words, pressing "D" will both mark the
32064 current message deleted and advance to the next message that is not marked
32065 deleted.
32066 This feature is set by default.
32068 &lt;End of help on this topic&gt;
32069 </BODY></HTML>
32070 ====== h_config_expunge_manually =====
32071 <HTML>
32072 <HEAD>
32073 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
32074 </HEAD>
32075 <BODY>
32076 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
32078 Normally, when you close a folder that contains deleted messages you are
32079 asked if you want to expunge those messages from the folder permanently.
32080 If this feature is set, you won't be asked and the deleted messages will
32081 remain in the folder.
32082 If you choose to set this feature you will have to expunge the
32083 messages manually using the eXpunge command, which you can use while
32084 in the MESSAGE INDEX screen.
32085 If you do not expunge deleted messages the size of your
32086 folder will continue to increase until you are out of disk space.
32088 <UL>   
32089 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32090 </UL><P>
32091 &lt;End of help on this topic&gt;
32092 </BODY>
32093 </HTML>
32094 ====== h_config_auto_expunge =====
32095 <HTML>
32096 <HEAD>
32097 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
32098 </HEAD>
32099 <BODY>
32100 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
32102 This features controls an aspect of Alpine's eXpunge command.  If set, you
32103 will <B>not</B> be prompted to confirm your intent before the expunge takes 
32104 place.
32105 Actually, this is only true for the INBOX folder and for folders in the
32106 Incoming Folders collection. See the feature
32107 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
32109 <UL>   
32110 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32111 </UL><P>
32112 &lt;End of help on this topic&gt;
32113 </BODY>
32114 </HTML>
32115 ====== h_config_full_auto_expunge =====
32116 <HTML>
32117 <HEAD>
32118 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
32119 </HEAD>
32120 <BODY>
32121 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
32123 This features controls an aspect of Alpine's eXpunge command.  If set, you
32124 will <B>not</B> be prompted to confirm your intent before the expunge 
32125 takes place.  This feature sets this behavior for all folders, unlike the
32126 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
32127 feature that works only for incoming folders.
32129 <UL>   
32130 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32131 </UL><P>
32132 &lt;End of help on this topic&gt;
32133 </BODY>
32134 </HTML>
32135 ====== h_config_auto_read_msgs =====
32136 <HTML>
32137 <HEAD>
32138 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
32139 </HEAD>
32140 <BODY>
32141 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
32142 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
32143 and the 
32144 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
32145 option is also set, then Alpine will
32146 automatically transfer all read messages to the designated folder and mark
32147 them as deleted in the INBOX.  Messages in the INBOX marked with an 
32148 &quot;N&quot; (meaning New, or unseen) are not affected.
32150 <UL>   
32151 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32152 </UL><P>
32153 &lt;End of help on this topic&gt;
32154 </BODY>
32155 </HTML>
32156 ====== h_config_auto_fcc_only =====
32157 <HTML>
32158 <HEAD>
32159 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
32160 </HEAD>
32161 <BODY>
32162 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
32163 This features controls an aspect of Alpine's composer.
32164 The only time this feature will be used is if you attempt to send mail
32165 that has no recipients but does have an Fcc.
32166 Normally, Alpine will ask if you really mean to copy the message only to
32167 the Fcc.
32168 That is, it asks if you really meant to have no recipients.
32169 If this feature is set, you
32170 will <B>not</B> be prompted to confirm your intent to make only a copy
32171 of a message with no recipients.
32173 This feature is closely related to
32174 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
32175 The difference between this feature and that feature is that this feature
32176 considers a Bcc to be a recipient while that feature will ask for confirmation
32177 even if there is a Bcc when there is no To, Cc, or Newsgroup.
32178 The default values also differ. This feature defaults to asking the question
32179 and you have to turn it off.
32180 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
32181 unless you turn it on.
32184 <UL>   
32185 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32186 </UL><P>
32187 &lt;End of help on this topic&gt;
32188 </BODY>
32189 </HTML>
32190 ====== h_config_mark_fcc_seen =====
32191 <HTML>
32192 <HEAD>
32193 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
32194 </HEAD>
32195 <BODY>
32196 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
32198 This features controls the way Fccs (File carbon copies) are
32199 made of the messages you send.
32202 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
32203 copy will be marked as Unseen.
32204 When you look at the folder it was saved in the message will appear to
32205 be a New message until you read it.
32206 When this feature is enabled, the message will be marked as having
32207 been Seen.
32210 <UL>   
32211 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32212 </UL><P>
32213 &lt;End of help on this topic&gt;
32214 </BODY>
32215 </HTML>
32216 ====== h_config_no_fcc_attach =====
32217 <HTML>
32218 <HEAD>
32219 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
32220 </HEAD>
32221 <BODY>
32222 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
32224 This features controls the way Fcc's (File carbon copies) are
32225 made of the messages you send.
32228 Normally, Alpine saves an exact copy of your message as it was sent.
32229 When this feature is enabled, the &quot;body&quot; of the message
32230 you send (the text you type in the composer) is preserved in the 
32231 copy as before, however all attachments are replaced with text
32232 explaining what had been sent rather than the attachments themselves.
32235 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
32236 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
32237 allows you to interactively set whether or not attachments are saved
32238 to the Fcc'd copy.
32241 <UL>   
32242 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32243 </UL><P>
32244 &lt;End of help on this topic&gt;
32245 </BODY>
32246 </HTML>
32247 ====== h_config_read_in_newsrc_order =====
32248 <HTML>
32249 <HEAD>
32250 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
32251 </HEAD>
32252 <BODY>
32253 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
32255 This feature controls the order in which newsgroups will be presented.  If
32256 set, they will be presented in the same order as they occur in your 
32257 <!--chtml if pinemode="os_windows"-->
32258 &quot;NEWSRC&quot;
32259 <!--chtml else-->
32260 &quot;.newsrc&quot;
32261 <!--chtml endif-->
32262 file (the default location of which can be changed with the 
32263 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
32265 If not set, the newsgroups will be presented in alphabetical order.
32267 <UL>   
32268 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32269 </UL><P>
32270 &lt;End of help on this topic&gt;
32271 </BODY>
32272 </HTML>
32273 ====== h_config_quell_tz_comment =====
32274 <HTML>
32275 <HEAD>
32276 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
32277 </HEAD>
32278 <BODY>
32279 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
32281 Normally, when Alpine generates a Date header for outgoing mail,
32282 it will try to include the symbolic timezone at the end of the
32283 header inside parentheses.
32284 The symbolic timezone is often three characters long, but on
32285 some operating systems, it may be longer.
32286 Apparently there are some SMTP servers in the world that will reject an
32287 incoming message if it has a Date header longer than about 80 characters.
32288 If this feature is set, the symbolic timezone normally generated by
32289 Alpine will not be included.
32290 You probably don't need to worry about this feature unless you run into
32291 the problem described above.
32294 &lt;End of help on this topic&gt;
32295 </BODY>
32296 </HTML>
32297 ====== h_config_post_wo_validation =====
32298 <HTML>
32299 <HEAD>
32300 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
32301 </HEAD>
32302 <BODY>
32303 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
32305 This feature controls whether the NNTP server is queried as newsgroups
32306 are entered for posting.  Validation over slow links (e.g. dialup using
32307 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
32309 &lt;End of help on this topic&gt;
32310 </BODY>
32311 </HTML>
32312 ====== h_config_send_wo_confirm =====
32313 <HTML>
32314 <HEAD>
32315 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
32316 </HEAD>
32317 <BODY>
32318 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
32320 By default, when you send or post a message you will be asked to confirm
32321 with a question that looks something like:
32324 <CENTER><SAMP>Send message?</SAMP></CENTER>
32327 If this feature is set, you
32328 will <B>not</B> be prompted to confirm your intent to send
32329 and your message will be sent.
32331 If this feature is set it disables some possibilities and renders some
32332 other features meaningless.
32333 You will not be able to use
32334 <A HREF="h_config_sending_filter">Sending Filters</A>,
32335 Verbose sending mode,
32336 <A HREF="h_config_compose_bg_post">Background Sending</A>,
32337 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
32338 or ^V to turn off the generation of flowed text for this message.
32339 These options are normally available as suboptions in the Send prompt, but
32340 with no Send prompt the options are gone.
32343 A somewhat related feature is
32344 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
32345 which may be used to eliminate the extra confirmation
32346 question when posting to a newsgroup.
32348 <UL>   
32349 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32350 </UL><P>
32351 &lt;End of help on this topic&gt;
32352 </BODY>
32353 </HTML>
32354 ====== h_config_quell_filtering_done_message =====
32355 <HTML>
32356 <HEAD>
32357 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
32358 </HEAD>
32359 <BODY>
32360 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
32362 If you use Filter Rules that move messages or set status of messages
32363 you sometimes see a message from Alpine that looks like
32366 <CENTER><SAMP>filtering done</SAMP></CENTER>
32369 If this feature is set, this message will be suppressed.
32370 If the feature
32371 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
32372 is set then this message will be suppressed regardless.
32375 <UL>   
32376 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32377 </UL><P>
32378 &lt;End of help on this topic&gt;
32379 </BODY>
32380 </HTML>
32381 ====== h_config_quell_filtering_messages =====
32382 <HTML>
32383 <HEAD>
32384 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
32385 </HEAD>
32386 <BODY>
32387 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
32389 If you use Filter Rules that move messages or set status of messages
32390 you sometimes see messages from Alpine that look like
32393 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
32399 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
32405 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
32408 If this feature is set, these messages will be suppressed.
32409 The feature
32410 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
32411 is related.
32414 <UL>   
32415 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32416 </UL><P>
32417 &lt;End of help on this topic&gt;
32418 </BODY>
32419 </HTML>
32420 ====== h_config_quell_post_prompt =====
32421 <HTML>
32422 <HEAD>
32423 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
32424 </HEAD>
32425 <BODY>
32426 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
32428 By default, when you post a message to a newsgroup you are asked to confirm
32429 that you want to post with the question
32432 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
32435 If this feature is set, you
32436 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
32437 and your message will be posted.
32440 <UL>   
32441 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32442 </UL><P>
32443 &lt;End of help on this topic&gt;
32444 </BODY>
32445 </HTML>
32446 ====== h_config_check_mail_onquit =====
32447 <HTML>
32448 <HEAD>
32449 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
32450 </HEAD>
32451 <BODY>
32452 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
32454 If this feature is set, Alpine will check for new mail after you give the
32455 Quit command.
32456 If new mail has arrived since the previous check, you will be notified
32457 and given the choice of quitting or not quitting.
32459 <UL>   
32460 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32461 </UL><P>
32462 &lt;End of help on this topic&gt;
32463 </BODY>
32464 </HTML>
32465 ====== h_config_inbox_no_confirm =====
32466 <HTML>
32467 <HEAD>
32468 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
32469 </HEAD>
32470 <BODY>
32471 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
32473 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
32474 command and there are no more folders or newsgroups to visit, you are asked
32475 if you want to return to the INBOX.
32476 If this feature is set you will not be asked.
32477 It will be assumed that you do want to return to the INBOX.
32479 <UL>   
32480 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32481 </UL><P>
32482 &lt;End of help on this topic&gt;
32483 </BODY>
32484 </HTML>
32485 ====== h_config_dates_to_local =====
32486 <HTML>
32487 <HEAD>
32488 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
32489 </HEAD>
32490 <BODY>
32491 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
32493 Normally, the message dates that you see in the
32494 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
32495 For example, if a message was sent to you from a few timezones to the east
32496 it might appear that it was sent from the future;
32497 or if it was sent from somewhere to the west it might appear
32498 as if it is from yesterday even though it was sent only a few minutes ago.
32499 If this feature is set an attempt will be made to convert the dates
32500 to your local timezone to be displayed.
32502 Note that this does not affect the results of Select by Date or of
32503 anything else other than these displayed dates.
32504 When viewing the message you may look at the original unconverted value of the Date
32505 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
32507 <UL>   
32508 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32509 </UL><P>
32510 &lt;End of help on this topic&gt;
32511 </BODY>
32512 </HTML>
32513 ====== h_config_tab_no_prompt =====
32514 <HTML>
32515 <HEAD>
32516 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
32517 </HEAD>
32518 <BODY>
32519 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
32521 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
32522 command and there is a problem checking a folder, you are asked
32523 whether you want to continue with the search in the following folder or not.
32524 This question gives you a chance to stop the NextNew processing.
32525 (The checking problem might be caused by the fact that the folder does not
32526 exist, or by an authentication problem, or by a server problem
32527 of some sort.)
32530 If this feature is set you will not be asked.
32531 It will be assumed that you do want to continue.
32533 <UL>   
32534 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32535 </UL><P>
32536 &lt;End of help on this topic&gt;
32537 </BODY>
32538 </HTML>
32539 ====== h_config_input_history =====
32540 <HTML>
32541 <HEAD>
32542 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
32543 </HEAD>
32544 <BODY>
32545 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
32547 Many of the prompts that ask for input in the status line near the
32548 bottom of the screen will respond to Up Arrow and Down Arrow
32549 with the history of previous entries.
32550 For example, in the MESSAGE INDEX screen when you use the WhereIs
32551 command the text you entered will be remembered and can be recalled
32552 by using the Up Arrow key.
32553 Another example, when saving a message the folders saved to will
32554 be remembered and can be recalled using the arrow keys.
32556 In the Save prompt, some users prefer that the Up and Down arrow keys
32557 be used for the Previous Collection and Next Collection commands
32558 instead of for a history of previous saves.
32559 If this option is set the Up and Down arrow keys will become synonyms for the
32560 Previous Collection and Next Collection (^P and ^N) commands in the
32561 prompt for the name of a folder to Save to or in the prompt for the
32562 name of a folder to GoTo.
32563 When this feature is not set (the default), ^P and ^N will change the
32564 collection and the arrow keys will show the history.
32566 <UL>   
32567 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32568 </UL><P>
32569 &lt;End of help on this topic&gt;
32570 </BODY>
32571 </HTML>
32572 ====== h_config_confirm_role =====
32573 <HTML>
32574 <HEAD>
32575 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
32576 </HEAD>
32577 <BODY>
32578 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
32580 If you have roles, when you Reply to or Forward a message, or Compose
32581 a new message, Alpine
32582 will search through your roles for one that matches.
32583 Normally, if no matches are found you will be placed into the composer
32584 with no opportunity to select a role.
32585 If this feature is set, then you will be asked to confirm that you don't
32586 want a role.
32587 This will give you the opportunity to select a role (with the ^T command).
32588 If you confirm no role with a Return, you will be placed in
32589 the composer with no role.
32590 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
32591 These behave the same as if you pressed the Return.
32592 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
32593 match what you might type if there was a role match.)
32595 If you are using the alternate form of the Compose command called
32596 &quot;Role&quot;, then all of your roles will be available to you,
32597 independent of the value of this feature and of the values set for all of
32598 Reply Use, Forward Use, and Compose Use.
32600 <UL>   
32601 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32602 </UL><P>
32603 &lt;End of help on this topic&gt;
32604 </BODY>
32605 </HTML>
32606 ====== h_config_news_cross_deletes =====
32607 <HTML>
32608 <HEAD>
32609 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
32610 </HEAD>
32611 <BODY>
32612 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
32614 This feature controls what Alpine does when you delete a message in a
32615 newsgroup that appears in more than one newsgroup.  Such a message
32616 is sometimes termed a &quot;crossposting&quot; in that it was posted
32617 across several newsgroups.
32620 Alpine's default behavior when you delete such a message is to remove
32621 only the copy in the current newsgroup from view when you use the
32622 &quot;Exclude&quot; command or the next time you visit the newsgroup.
32625 Enabling this feature causes Alpine to remove every occurrence of the
32626 message from all newsgroups it appears in and to which you are
32627 subscribed.
32630 NOTE: As currently implemented, enabling this feature may increase the
32631 time it takes the Expunge command and newsgroup closing to complete.
32634 <UL>   
32635 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32636 </UL><P>
32637 &lt;End of help on this topic&gt;
32638 </BODY>
32639 </HTML>
32640 ====== h_config_news_catchup =====
32641 <HTML>
32642 <HEAD>
32643 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
32644 </HEAD>
32645 <BODY>
32646 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
32648 This feature controls what Alpine does as it closes a newsgroup.
32649 When set, Alpine will offer to delete all messages from the newsgroup
32650 as you are quitting Alpine or opening a new folder.
32653 This feature is useful if you typically read all the interesting messages
32654 in a newsgroup each time you open it.  This feature saves you from
32655 having to delete each message in a newsgroup as you read it or from
32656 selecting all the messages and doing an
32657 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
32658 move on to the next folder or newsgroup.
32661 <UL>   
32662 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32663 </UL><P>
32664 &lt;End of help on this topic&gt;
32665 </BODY>
32666 </HTML>
32667 ====== h_config_next_thrd_wo_confirm =====
32668 <HTML>
32669 <HEAD>
32670 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
32671 </HEAD>
32672 <BODY>
32673 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
32675 This feature controls an aspect of Alpine's Next and Prev commands in
32676 the case where you are using one of the
32677 &quot;separate-index-screen&quot; styles for the configuration option
32678 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
32679 and currently have the folder sorted by a Threaded or OrderedSubject sort.
32680 When you are Viewing a particular thread you have a
32681 MESSAGE INDEX of only the messages in that thread.
32682 If you press the Next command with the last message in the thread highlighted
32683 you will normally be asked if you want to &quot;View next thread?&quot;,
32684 assuming there is a next thread to view.
32685 If this feature is set it will be assumed that you always want to view the
32686 next thread and you won't be asked to confirm that.
32687 Similarly, if the first message of the thread is highlighted and you
32688 press the Prev command, this feature will prevent the question
32689 &quot;View previous thread&quot;.
32691 This feature only has an effect in the MESSAGE INDEX screen.
32692 If you then view a particular message from that screen and press the
32693 Next command, you will be sent to the next thread without being asked,
32694 independent of the setting of this feature.
32696 The feature
32697 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
32699 &lt;End of help on this topic&gt;
32700 </BODY>
32701 </HTML>
32702 ====== h_config_kw_braces =====
32703 <HTML>
32704 <HEAD>
32705 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
32706 </HEAD>
32707 <BODY>
32708 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
32710 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
32711 TEXT screens.
32712 If you have modified the
32713 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
32714 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
32715 are used to display keywords or their initials along with the Subject; then
32716 this option may be used to modify the resulting display slightly.
32717 By default, the keywords or initials displayed for these tokens will be
32718 surrounded with curly braces ({ and }) and a trailing space.
32719 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
32720 a message, the &quot;SUBJKEY&quot; token will normally look like
32722 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
32724 and the SUBJKEYINIT token would look like
32726 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
32728 The default character before the keywords is the left brace ({) and the
32729 default after the keywords is the right brace followed by a space (} ).
32731 This option allows you to change that.
32732 You should set it to two values separated by a space.
32733 The values may be quoted if they include space characters.
32734 So, for example, the default value could be specified explicitly by setting this
32735 option to
32737 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
32739 The first part wouldn't need to be quoted (but it doesn't hurt).
32740 The second part does need the quotes because it includes a space character.
32741 If you wanted to change the braces to brackets you could use
32743 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
32745 Inside the quotes you can use backslash quote to mean quote, so
32747 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
32749 would produce
32751 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
32753 It is also possible to color keywords in the index using the
32754 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
32756 It is not possible to change the fact that a space character is used to
32757 separate the keywords if more than one keyword is set for a message.
32758 It is also not possible to change the fact that there are no separators
32759 between the keyword initials if more than one keyword is set.
32761 &lt;End of help on this topic&gt;
32762 </BODY>
32763 </HTML>
32764 ====== h_config_opening_sep =====
32765 <HTML>
32766 <HEAD>
32767 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
32768 </HEAD>
32769 <BODY>
32770 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
32772 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
32773 With some setups the text of the subject is followed
32774 by the opening text of the message if there is any room available in the index line.
32775 If you have configured your
32776 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
32777 to include one of the Subject tokens that causes this behavior
32778 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
32779 to modify what is displayed slightly.
32780 By default, the Subject is separated from the opening text of the message by
32781 the three characters space dash space;
32783 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
32785 Use this option to set it to something different.
32786 The value must be quoted if it includes any space characters.
32787 For example, the default value could be specified explicitly by setting this
32788 option to
32790 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
32792 &lt;End of help on this topic&gt;
32793 </BODY>
32794 </HTML>
32795 ====== h_config_select_wo_confirm =====
32796 <HTML>
32797 <HEAD>
32798 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
32799 </HEAD>
32800 <BODY>
32801 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
32803 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
32804 These commands all take text input to specify the name of the folder or
32805 file to be used, but allow you to press ^T for a list of possible names.
32806 If set, the selected name will be used immediately, without further
32807 opportunity to confirm or edit the name.
32809 Some related help topics are
32810 <UL>
32811 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
32812 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
32813 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
32814 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
32815 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
32816 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
32817 </UL>
32819 &lt;End of help on this topic&gt;
32820 </BODY>
32821 </HTML>
32822 ====== h_config_save_part_wo_confirm =====
32823 <HTML>
32824 <HEAD>
32825 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
32826 </HEAD>
32827 <BODY>
32828 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
32830 This feature controls an aspect of Alpine's Save command.
32831 By default, when you Save a message that has some deleted parts, you will
32832 be asked to confirm that you want to Save with a prompt that looks like:
32834 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
32836 If this feature is set, you will not be asked.
32838 &lt;End of help on this topic&gt;
32839 </BODY>
32840 </HTML>
32841 ====== h_config_use_resentto =====
32842 <HTML>
32843 <HEAD>
32844 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
32845 </HEAD>
32846 <BODY>
32847 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
32849 This feature is turned off by default because turning it on causes problems
32850 with some deficient IMAP servers.
32851 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
32852 <A HREF="h_rule_patterns">Pattern</A>
32853 contains a To header pattern and this feature is turned on,
32854 then a check is made in the message to see
32855 if a Resent-To header is present, and that is used instead of the To header.
32856 If this feature is not turned on, then the regular To header will always
32857 be used.
32860 &lt;End of help on this topic&gt;
32861 </BODY>
32862 </HTML>
32863 ====== h_config_use_reg_start_for_stayopen =====
32864 <HTML>
32865 <HEAD>
32866 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
32867 </HEAD>
32868 <BODY>
32869 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
32871 This feature affects which message is selected as the current message
32872 when you enter a
32873 <A HREF="h_config_permlocked">Stay Open</A> folder.
32875 Normally, the starting position for an incoming folder (which most Stay Open
32876 folders will likely be) is controlled by the
32877 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
32878 However, if a folder is a Stay Open folder, when you re-enter the folder
32879 after the first time the current message will be the same as it was when
32880 you left the folder.
32881 An exception is made if you use the TAB command to get to the folder.
32882 In that case, the message number will be incremented by one from what it
32883 was when you left the folder.
32885 The above special behavior is thought to be useful.
32886 However, it is special and different from what you might at first expect.
32887 If this feature is set, then Stay Open folders will not be treated specially
32888 as far as the startup rule is concerned.
32891 &lt;End of help on this topic&gt;
32892 </BODY>
32893 </HTML>
32894 ====== h_config_use_current_dir =====
32895 <HTML>
32896 <HEAD>
32897 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
32898 </HEAD>
32899 <BODY>
32900 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
32902 This feature controls an aspect of several commands. 
32903 If set, your &quot;current working directory&quot; 
32904 <!--chtml if pinemode="running"-->
32905 (which, at least for your current Alpine &quot;session,&quot; 
32906 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
32907 <!--chtml endif-->
32908 will be used instead of your home directory 
32909 <!--chtml if pinemode="running"-->
32910 (which, in the present configuration of your system, is
32911  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
32912 <!--chtml endif-->
32913 for all of the following operations:<UL>
32914     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
32915     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
32916     <LI> <!--chtml if pinemode="function_key"-->F4
32917          <!--chtml else-->Ctrl-R
32918          <!--chtml endif--> file inclusion in the COMPOSER
32919     <LI> <!--chtml if pinemode="function_key"-->F5
32920          <!--chtml else-->Ctrl-J
32921          <!--chtml endif--> file attachment in the COMPOSER
32922 </UL>
32923 <!--chtml if pinemode="os_windows"-->
32925 If you are starting PC-Alpine from a desktop icon or the Start menu, 
32926 you can set the &quot;current drive&quot; 
32927 by specifying it in the &quot;Start in:&quot; 
32928 box found in the Shortcut tab of the Properties.  
32929 <!--chtml endif-->
32931 <UL>   
32932 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32933 </UL>
32936 &lt;End of help on this topic&gt;
32937 </BODY>
32938 </HTML>
32939 ====== h_config_save_wont_delete =====
32940 <HTML>
32941 <HEAD>
32942 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
32943 </HEAD>
32944 <BODY>
32945 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
32947 This feature controls one aspect of the Save command.  If set, Save will
32948 not mark the message &quot;deleted&quot; (its default behavior) after
32949 it has been copied to the designated folder.
32952 &lt;End of help on this topic&gt;
32953 </BODY>
32954 </HTML>
32955 ====== h_config_use_boring_spinner =====
32956 <HTML>
32957 <HEAD>
32958 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
32959 </HEAD>
32960 <BODY>
32961 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
32963 When Alpine is delayed for some reason it usually shows that
32964 something is happening with a small animated display in the status
32965 message line near the bottom of the screen.
32966 Setting this feature will cause that animation to be the same
32967 each time instead of having Alpine choose a random animation.
32968 You may turn the animation off altogether by setting the
32969 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
32970 option to zero.
32973 &lt;End of help on this topic&gt;
32974 </BODY>
32975 </HTML>
32976 ====== h_config_unsel_wont_advance =====
32977 <HTML>
32978 <HEAD>
32979 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
32980 </HEAD>
32981 <BODY>
32982 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
32984 This feature controls one aspect of the Unselect Current message command.
32985 Normally, when the Unselect current message command (:) is typed when the
32986 current message is selected, the message will be unselected and the next
32987 message will become the current message.
32988 If this feature is set, the cursor will not advance to the next message.
32989 Instead, the current message will remain the current message after
32990 unselecting.
32993 &lt;End of help on this topic&gt;
32994 </BODY>
32995 </HTML>
32996 ====== h_config_prune_uses_iso =====
32997 <HTML>
32998 <HEAD>
32999 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
33000 </HEAD>
33001 <BODY>
33002 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
33004 By default, Alpine asks monthly whether or not you would like to rename
33005 some folders to a new name containing the date.
33006 It also asks whether or not you would like to delete some old folders.
33007 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
33008 explanation.
33011 By default, the name used when renaming a folder looks like
33013 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
33015 For example, the first time you run Alpine in May of 2004,
33016 the folder &quot;sent-mail&quot; might be renamed to
33018 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
33020 If this feature is set, the name used will be of the form
33022 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
33024 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
33025 month (01, 02, ..., 12).
33026 For the April, 2004 example above, it would instead be
33028 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
33030 because April is the 4th month of the year.
33031 A reason you might want to set this feature is so that the folders
33032 will sort in chronological order.
33035 &lt;End of help on this topic&gt;
33036 </BODY>
33037 </HTML>
33038 ====== h_config_save_advances =====
33039 <HTML>
33040 <HEAD>
33041 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
33042 </HEAD>
33043 <BODY>
33044 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
33046 This feature controls one aspect of the Save command.  If set, Save will
33047 (in addition to copying the current message to the designated folder) also
33048 advance to the next message.
33051 &lt;End of help on this topic&gt;
33052 </BODY>
33053 </HTML>
33054 ====== h_config_force_arrow =====
33055 <HTML>
33056 <HEAD>
33057 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
33058 </HEAD>
33059 <BODY>
33060 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
33062 This feature affects Alpine's MESSAGE INDEX display routine.
33063 If set, the normal inverse-video cursor will be
33064 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
33065 second column of the index display.
33067 This is the same index cursor you get if you turn on
33068 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
33069 line coloring will still be present if this feature is turned on and
33070 <!--#echo var="FEAT_assume-slow-link"--> is off.
33072 An alternative version of the Arrow cursor is available by including the
33073 <A HREF="h_config_index_arrow_color">ARROW</A>
33074 token in the
33075 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
33077 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
33078 but that is not implemented.
33081 &lt;End of help on this topic&gt;
33082 </BODY>
33083 </HTML>
33084 ====== h_config_ignore_size =====
33085 <HTML>
33086 <HEAD>
33087 <TITLE>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></TITLE>
33088 </HEAD>
33089 <BODY>
33090 <H1>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></H1>
33092 When you have an account residing in an IMAP server, Alpine records the 
33093 size of each message as reported by the server. However, when Alpine saves 
33094 a message in such IMAP server, Alpine will compute the size of the message 
33095 independently, from the data it received. If these two numbers do not 
33096 match for a message, Alpine asks you if you still want to take the risk of 
33097 saving such message, since data corruption or loss of data could result 
33098 from this save.
33101 Sometimes the root of this problem is that the IMAP server does not 
33102 compute sizes correctly, and there will not be loss of information when 
33103 saving such message. Enabling this feature will make Alpine ignore such 
33104 error and continue saving the message without producing any warnings or 
33105 ever stopping the process, as if there had not been any error. This option 
33106 applies to all IMAP servers that you use, so if you enable this feature, 
33107 size discrepancy warnings will not be given for any IMAP server you 
33108 connect to.
33111 Example of a server where you could reproduce this problem is the Gmail 
33112 IMAP server. Another example can be found in some versions of the Exchange 
33113 server.
33116 It is recommended that this feature be disabled most of the time and only 
33117 enabled when you find a server which you can determine that has the above 
33118 mentioned defect, but be disabled again after making the save operation 
33119 succeed.
33122 &lt;End of help on this topic&gt;
33123 </BODY>
33124 </HTML>
33125 ====== h_config_force_low_speed =====
33126 <HTML>
33127 <HEAD>
33128 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
33129 </HEAD>
33130 <BODY>
33131 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
33133 UNIX Alpine only.
33135 This feature affects Alpine's display routines.  If set, the normal
33136 inverse-video cursor (used to highlight the current item in a list) will be
33137 replaced by an &quot;arrow&quot; cursor and other
33138 screen update optimizations for
33139 low-speed links (e.g. 2400 bps dialup connections) will be activated.
33140 One of the optimizations is that colored index lines (set up with Indexcolor
33141 Rules) will not be colored.
33142 If you are just turning this feature on because you like using
33143 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
33144 coloring by turning this feature off and the
33145 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
33148 &lt;End of help on this topic&gt;
33149 </BODY>
33150 </HTML>
33151 ====== h_config_show_delay_cue =====
33152 <HTML>
33153 <HEAD>
33154 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
33155 </HEAD>
33156 <BODY>
33157 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
33159 If set, this feature will cause an asterisk to appear in the upper
33160 left-hand corner of the screen whenever Alpine checks for new mail.
33161 Two asterisks whenever Alpine saves (checkpoints) the state of the current
33162 mailbox to disk.
33164 <!--chtml if pinemode="os_windows"-->
33166 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
33167 it is trying to open a network connection (e.g, to open your INBOX
33168 on an IMAP
33169 server) or read from the network connection.  A greater-than symbol,
33170 will be displayed when PC-Alpine is trying to write to the network
33171 connection (e.g, sending a command to your IMAP server).
33172 <!--chtml endif-->
33175 &lt;End of help on this topic&gt;
33176 </BODY>
33177 </HTML>
33178 ====== h_config_color_style =====
33179 <HTML>
33180 <HEAD>
33181 <TITLE>OPTION: Color Style</TITLE>
33182 </HEAD>
33183 <BODY>
33184 <H1>OPTION: Color Style</H1>
33186 UNIX Alpine only.
33188 If the terminal or terminal emulator you are using is capable of displaying
33189 colors, this option controls whether or not color will be used in Alpine.
33190 If you turn color on and things are set up correctly,
33191 you should see color appear on the screen immediately.
33192 Modern terminal emulators are usually capable of displaying colors.
33194 The available options include:
33197 <DL>
33198 <DT>no-color</DT>
33199 <DD>Don't use color.
33200 </DD>
33202 <DT>use-termdef</DT>
33203 <DD>In order to decide if your terminal is capable of color, Alpine looks in
33204 the terminal capabilities database, TERMINFO or TERMCAP, depending on
33205 how Alpine was compiled.
33206 This is a good option to choose if you switch between a color and a non-color
33207 terminal with the same Alpine configuration.
33208 Alpine will know to use color on the color terminal because it is described
33209 in the termcap entry, and Alpine will know to use black and white on the
33210 non-color terminal.
33211 The Alpine Technical Notes, distributed with the source code of Alpine
33212 have more information on configuring a TERMCAP or TERMINFO
33213 entry for color Alpine.
33214 This is usually something a system administrator does.
33215 </DD>
33217 <DT>force-ansi-8color</DT>
33218 <DD>This is probably the setting that most people should use.
33219 Because setting up a termcap entry is confusing and because the
33220 terminal capabilities database is often not correctly configured for color,
33221 this choice and the next may be easier for you to use.
33222 If your terminal emulator responds to ANSI color escape sequences, which
33223 many do, this option will cause Alpine to believe your terminal will respond
33224 to the escape sequences that produce eight different foreground and background
33225 colors.
33226 The escape sequences used to set the foreground colors are
33228   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
33230 where the color_number is an ASCII digit between 0 and 7.
33231 The numbers 0 through 7 should correspond to the colors black, red, green,
33232 yellow, blue, magenta, cyan, and white.
33233 Some terminal emulators use a pre-ANSI scheme that swaps
33234 the colors blue and red and the colors yellow and cyan.
33235 This will cause the default colors to be different, but other than that
33236 things should work fine.
33237 There is also a 9th color available, the last one shown, which is the default
33238 color from the terminal emulator.
33239 When used as a background color some people refer to this color as
33240 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
33241 shown in the color swatch of the SETUP COLOR screen.
33242 The foreground transparent color is shown as
33243 the color of the &quot;TRAN&quot; text.
33244 (The transparent color will not work correctly in a PC-Alpine configuration.)
33245 The escape sequences used to set the background colors are the same
33246 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
33247 The escape sequences for foreground and background default colors (transparent)
33248 are 39m and 49m.
33250 Note: With the Tera Term terminal emulator this setting works well.
33251 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
33252 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
33253 menu, in the &quot;Window&quot; submenu.
33254 </DD>
33256 <DT>force-ansi-16color</DT>
33257 <DD>Many terminal emulators know about the same eight colors above
33258 plus eight more.
33259 This option attempts to use all 16 colors.
33260 The same escape sequences as for the eight-color terminal are used
33261 for the first eight colors.
33262 The escape sequences used to set foreground colors 8-15 are the same as
33263 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
33264 The background color sequences for colors 8-15 are the same as for 0-7
33265 except the &quot;4&quot; is replaced with &quot;10&quot;.
33266 You can tell if the 16 colors are working by turning on this option
33267 and then going into one of the color configuration screens, for example,
33268 the configuration screen for Normal Color.
33269 If you see 16 different colors to select from (plus a 17th for
33270 the transparent color), it's working.
33271 </DD>
33273 <DT>force-xterm-256color</DT>
33274 <DD>Some versions of xterm (and some other terminal emulators)
33275 have support for 256 colors.
33276 The escape sequences used to set the foreground colors are
33278   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
33280 where the color_number is an ASCII digit between 0 and 255.
33281 Background colors are the same with the 38 replaced with a 48.
33282 The numbers 0 through 15 are probably similar to the 16 color version
33283 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
33284 The terminal default (transparent) color is the 257th color at the bottom.
33285 Some terminal emulators will misinterpret these escape sequences causing
33286 the terminal to blink or overstrike characters or to do something else
33287 undesirable.
33289 The PuTTY terminal emulator has an option called &quot;Allow terminal to
33290 use xterm 256-colour mode&quot; which allows PuTTY to work well with
33291 this 256-color setting.
33293 </DD>
33294 </DL>
33297 The normal default is &quot;no-color&quot;.
33300 Once you've turned on color you may set the
33301 colors of many objects on the screen individually.
33302 For example, you may add colors to the status letters on the MESSAGE
33303 INDEX page.
33304 Most categories of color that Alpine supports are configurable here.
33305 For example, &quot;Normal Color&quot;
33306 is the color used to display most of the text in Alpine, and
33307 &quot;Reverse Color&quot; is used to display highlighted text, such as the
33308 current message in the MESSAGE INDEX.
33310 Lines in the MESSAGE INDEX may also be colored.
33311 Use Setup Rules to get to the Indexcolor configuration screen.
33314 <UL>   
33315 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33316 </UL><P>
33317 &lt;End of help on this topic&gt;
33318 </BODY>
33319 </HTML>
33320 ====== h_config_disable_index_locale_dates =====
33321 <HTML>
33322 <HEAD>
33323 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
33324 </HEAD>
33325 <BODY>
33326 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
33328 This feature affects the display of dates in the MESSAGE INDEX.
33329 Normally an attempt is made to localize the dates
33330 used in the MESSAGE INDEX display to your locale.
33331 This is controlled with the
33332 LC_TIME locale setting on a UNIX system.
33333 On Windows the Regional Options control panel may be used to set the date format.
33334 At the programming level, Alpine is using the strftime routine
33335 to print the parts of a date.
33337 If this feature is set, dates are displayed in English and
33338 with the conventions of the United States.
33341 <UL>   
33342 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33343 </UL><P>
33344 &lt;End of help on this topic&gt;
33345 </BODY>
33346 </HTML>
33347 ====== h_config_auto_open_unread =====
33348 <HTML>
33349 <HEAD>
33350 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
33351 </HEAD>
33352 <BODY>
33353 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
33355 This feature controls the behavior of the TAB key when traversing folders
33356 in the optional 
33357 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
33358 collection or in optional <!--#echo var="VAR_news-collections"-->.
33360 When the TAB
33361 (<A HREF="h_common_nextnew">NextNew</A>)
33362 key is pressed, and there
33363 are no more unseen messages in the current (incoming message or news)
33364 folder, Alpine will search the list of folders in the current collection for
33365 one containing New or Recent (new since the last time the folder was
33366 opened) messages.
33367 This behavior may be modified slightly with the
33368 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
33369 feature that causes Alpine to look for Unseen messages instead of Recent
33370 messages.
33371 Normally, when such a folder is found, Alpine will ask
33372 whether you wish to open the folder.  If this feature is set, Alpine will
33373 automatically open the folder without prompting.
33375 This feature also affects some other similar situations.
33376 If you have a
33377 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
33378 that is equal to one of the &quot;separate-&quot; values, and you are
33379 viewing a thread; then when you type the NextNew command and are at the
33380 end of the current thread you will automatically go to the next thread
33381 if this feature is set.
33382 By default, you would be asked if you want to view the next thread.
33383 You will also be asked at times whether or not you want to view the next
33384 thread after you delete the last message in the thread.
33385 Setting this feature will also cause that question to be skipped.
33388 <UL>   
33389 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33390 </UL><P>
33391 &lt;End of help on this topic&gt;
33392 </BODY>
33393 </HTML>
33394 ====== h_config_auto_include_reply =====
33395 <HTML>
33396 <HEAD>
33397 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
33398 </HEAD>
33399 <BODY>
33400 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
33402 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
33403 will ask whether you wish to include the original message in your reply.
33404 If this feature is set and the feature
33405 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
33406 is <EM>not</EM> set, then the original message will be included in the reply
33407 automatically, without prompting.
33409 &lt;End of help on this topic&gt;
33410 </BODY>
33411 </HTML>
33412 ====== h_config_select_in_bold =====
33413 <HTML>
33414 <HEAD>
33415 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
33416 </HEAD>
33417 <BODY>
33418 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
33420 This feature controls an aspect of Alpine's 
33421 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
33422 commands; in
33423 particular, the Select and WhereIs commands. Select and WhereIs (with the
33424 ^X subcommand) will search the current folder for messages meeting a
33425 specified criteria, and &quot;tag&quot; the resulting messages with an 
33426 &quot;X&quot; in the
33427 first column of the applicable lines in the MESSAGE INDEX.  If this feature
33428 is set, instead of using the &quot;X&quot; to denote a selected message, 
33429 Alpine will
33430 attempt to display those index lines in boldface. Whether this is
33431 preferable to the &quot;X&quot; will depend on personal taste and the type of
33432 terminal being used.
33434 <UL>   
33435 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33436 </UL><P>
33437 &lt;End of help on this topic&gt;
33438 </BODY>
33439 </HTML>
33440 ====== h_config_alt_auth =====
33441 <HTML>
33442 <HEAD>
33443 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
33444 </HEAD>
33445 <BODY>
33446 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
33448 This feature affects how Alpine connects to IMAP servers.
33449 Its utility has largely been overtaken by events,
33450 but it may still be useful in some circumstances.
33451 If you only connect to modern IMAP servers that support
33452 &quot;STARTTLS&quot; you can ignore this feature.
33455 Details:
33458 By default, Alpine will attempt to connect to an IMAP server on the
33459 normal IMAP service port (143), and if the server offers &quot;Transport Layer
33460 Security&quot; (STARTTLS) and Alpine has been compiled with encryption capability,
33461 then a secure (encrypted) session will be negotiated.
33464 With this feature enabled, before connecting on the normal IMAP port, Alpine
33465 will first attempt to connect to an alternate IMAP service port (993) used
33466 specifically for encrypted IMAP sessions via the Secure Sockets Layer
33467 (SSL) or Transport Layer Security (TLS) method.
33468 If the SSL attempt fails, Alpine will then try the default
33469 behavior described in the previous paragraph.
33472 STARTTLS negotiation on the normal port is preferred, and supersedes the use of
33473 SSL on port 993, but older servers may not provide STARTTLS support.
33474 This feature may be convenient when accessing IMAP servers that do not support
33475 STARTTLS, but do support SSL or TLS connections on port 993.
33476 However, it is important to understand that with this feature enabled,
33477 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
33478 but it will proceed to make an insecure connection if that is the only
33479 option offered by the server, or if the Alpine in question has been built
33480 without encryption capability.
33483 Note that this feature specifies a per-user (or system-wide) default
33484 behavior, but host/folder specification flags may be used to control the
33485 behavior of any specific connection.
33486 This feature interacts with some of
33487 the possible host/folder path specification flags as follows:
33490 The <SAMP>/starttls</SAMP> host flag, for example,
33493 <CENTER><SAMP>{foo.example.com/starttls}INBOX</SAMP></CENTER>
33495 will over-ride this feature for the specified host by bypassing the
33496 SSL or TLS connection attempt.
33497 Moreover, with <SAMP>/starttls</SAMP> specified,
33498 the connection attempt will fail if the
33499 service on port 143 does not offer TLS support.
33502 The <SAMP>/ssl</SAMP> host flag, for example,
33505 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
33507 will insist on an SSL or TLS connection for the specified host,
33508 and will fail if the SSL or TLS service on port 993 is not available.
33509 Alpine will not subsequently retry a connection
33510 on port 143 if <SAMP>/ssl</SAMP> is specified.
33513 <UL>   
33514 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33515 </UL><P>
33516 &lt;End of help on this topic&gt;
33517 </BODY>
33518 </HTML>
33519 ====== h_config_file_dir ======
33520 <HTML>
33521 <HEAD>
33522 <TITLE>OPTION: File Directory</TITLE>
33523 </HEAD>
33524 <BODY>
33525 <H1>OPTION: File Directory</H1>
33527 PC-Alpine only.
33529 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
33530 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
33531 Message Index's &quot;E&nbsp;Export&quot; command.
33534 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
33535 component, Alpine assumes the file exists in the user's home directory.
33536 Under Windows operating systems, this definition isn't always clear.  This 
33537 feature allows you to explicitly set where Alpine should look for files
33538 without a leading path.
33541 NOTE: this feature's value is ignored if either 
33542 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
33543 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
33546 <UL>   
33547 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33548 </UL><P>
33549 &lt;End of help on this topic&gt;
33550 </BODY>
33551 </HTML>
33552 ====== h_config_quote_all_froms =====
33553 <HTML>
33554 <HEAD>
33555 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
33556 </HEAD>
33557 <BODY>
33558 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
33560 This feature controls an aspect of the Save command (and also the way
33561 outgoing messages are saved to an FCC folder).  If set, Alpine will add
33562 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
33563 when they are saved to another folder, including lines syntactically
33564 distinguishable from the type of message separator line commonly used on
33565 Unix systems.
33568 The default behavior is that a &quot;>&quot; will be prepended only to lines
33569 beginning with &quot;From &quot; that might otherwise be confused with a message
33570 separator line on Unix systems.  If pine is the only mail program you use,
33571 this default is reasonable.  If another program you use has trouble
33572 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
33573 enable this feature.  This feature only applies to the common Unix mailbox
33574 format that uses message separator lines beginning with &quot;From &quot;.  If
33575 Alpine has been configured to use a different mailbox format (possibly
33576 incompatible with other mail programs), then this issue does not arise,
33577 and the feature is irrelevant.
33580 &lt;End of help on this topic&gt;
33581 </BODY>
33582 </HTML>
33583 ====== h_config_normal_color =====
33584 <HTML>
33585 <HEAD>
33586 <TITLE>OPTION: Normal Color</TITLE>
33587 </HEAD>
33588 <BODY>
33589 <H1>OPTION: Normal Color</H1>
33591 Sets the color Alpine normally uses.
33592 The foreground color is the color of the actual character and the
33593 background color is the color of the area behind the character.
33594 By default this color is black characters on a white background.
33596 <A HREF="h_color_setup">Descriptions of the available commands</A>
33598 Look <A HREF="h_edit_nav_cmds">here</A>
33599 to see the available Editing and Navigation commands.
33601 &lt;End of help on this topic&gt;
33602 </BODY>
33603 </HTML>
33604 ====== h_config_reverse_color =====
33605 <HTML>
33606 <HEAD>
33607 <TITLE>OPTION: Reverse Color</TITLE>
33608 </HEAD>
33609 <BODY>
33610 <H1>OPTION: Reverse Color</H1>
33612 Sets the color Alpine uses for reverse video characters.
33613 The foreground color is the color of the actual character and the
33614 background color is the color of the area behind the character.
33616 <A HREF="h_color_setup">Descriptions of the available commands</A>
33618 Look <A HREF="h_edit_nav_cmds">here</A>
33619 to see the available Editing and Navigation commands.
33621 &lt;End of help on this topic&gt;
33622 </BODY>
33623 </HTML>
33624 ====== h_config_title_color =====
33625 <HTML>
33626 <HEAD>
33627 <TITLE>OPTION: Title Color</TITLE>
33628 </HEAD>
33629 <BODY>
33630 <H1>OPTION: Title Color</H1>
33632 Sets the color Alpine uses for the titlebar (the top line on the screen).
33633 The foreground color is the color of the actual character and the
33634 background color is the color of the area behind the character.
33635 By default, the Title Color is black characters on a yellow background.
33637 The actual titlebar color may be different from the Title Color if
33638 the option
33639 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
33640 is set to some value other than the default.
33641 It may also be different if the current folder is closed and the
33642 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
33643 color is set to something different from the Title Color.
33645 <A HREF="h_color_setup">Descriptions of the available commands</A>
33647 Look <A HREF="h_edit_nav_cmds">here</A>
33648 to see the available Editing and Navigation commands.
33650 &lt;End of help on this topic&gt;
33651 </BODY>
33652 </HTML>
33653 ====== h_config_titleclosed_color =====
33654 <HTML>
33655 <HEAD>
33656 <TITLE>OPTION: Title Closed Color</TITLE>
33657 </HEAD>
33658 <BODY>
33659 <H1>OPTION: Title Closed Color</H1>
33661 Sets the color Alpine uses for the titlebar (the top line on the screen)
33662 when the current folder is closed.
33663 The foreground color is the color of the actual character and the
33664 background color is the color of the area behind the character.
33665 By default, the Title Color Closed Color is white characters on a red background.
33667 By setting this color to something noticeable you will be alerted to the
33668 fact that the current folder is closed, perhaps unexpectedly.
33670 &lt;End of help on this topic&gt;
33671 </BODY>
33672 </HTML>
33673 ====== h_config_status_color =====
33674 <HTML>
33675 <HEAD>
33676 <TITLE>OPTION: Status Color</TITLE>
33677 </HEAD>
33678 <BODY>
33679 <H1>OPTION: Status Color</H1>
33681 Sets the color Alpine uses for status messages written to the message
33682 line near the bottom of the screen.
33683 The foreground color is the color of the actual character and the
33684 background color is the color of the area behind the character.
33685 By default, the Status Color is the same as the Reverse Color.
33687 <A HREF="h_color_setup">Descriptions of the available commands</A>
33689 Look <A HREF="h_edit_nav_cmds">here</A>
33690 to see the available Editing and Navigation commands.
33692 &lt;End of help on this topic&gt;
33693 </BODY>
33694 </HTML>
33695 ====== h_config_index_opening_color =====
33696 <HTML>
33697 <HEAD>
33698 <TITLE>OPTION: Index Opening Color</TITLE>
33699 </HEAD>
33700 <BODY>
33701 <H1>OPTION: Index Opening Color</H1>
33703 With some setups the text of the subject is followed
33704 by the opening text of the message if there is any room available in the index line.
33705 If you have configured your
33706 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
33707 to include one of the Subject tokens that causes this behavior
33708 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
33709 this opening text with this option.
33710 This coloring takes place for all but the current index line, and the Opening
33711 Color appears to be in front of any color from an Index Color Rule.
33713 By default the Index Opening Color is gray characters on a white background.
33716 <A HREF="h_color_setup">Descriptions of the available commands</A>
33718 Look <A HREF="h_edit_nav_cmds">here</A>
33719 to see the available Editing and Navigation commands.
33721 &lt;End of help on this topic&gt;
33722 </BODY>
33723 </HTML>
33724 ====== h_config_index_pri_color =====
33725 <HTML>
33726 <HEAD>
33727 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
33728 </HEAD>
33729 <BODY>
33730 <H1>OPTION: Index Priority Symbol Colors</H1>
33732 The X-Priority header is a non-standard header that is used in a
33733 somewhat standard way by many mail programs.
33734 Alpine expects the value of this header to be a digit with a value
33735 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
33736 Alpine can be made to display an indication of this priority in
33737 messages by use of one of the tokens
33738 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
33739 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
33740 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
33743 You may set the color used to draw these tokens by use of the colors
33744 Index High Priority Symbol Color and Index Low Priority Symbol Color.
33745 This coloring takes place for all but the current index line, and the Priority
33746 Color appears to be in front of any color from an Index Color Rule.
33747 If the priority has a value of 1 or 2 the High Priority color will be
33748 used,
33749 and if the value is 4 or 5 the Low Priority color will be used.
33751 If you don't set these colors the index line will be colored in the same color as
33752 the bulk of the index line.
33755 <A HREF="h_color_setup">Descriptions of the available commands</A>
33757 Look <A HREF="h_edit_nav_cmds">here</A>
33758 to see the available Editing and Navigation commands.
33760 &lt;End of help on this topic&gt;
33761 </BODY>
33762 </HTML>
33763 ====== h_config_index_subject_color =====
33764 <HTML>
33765 <HEAD>
33766 <TITLE>OPTION: Index Subject Color</TITLE>
33767 </HEAD>
33768 <BODY>
33769 <H1>OPTION: Index Subject Color</H1>
33771 You may set the color used to draw the Subject part of the index line.
33772 This coloring takes place for all but the current index line, and the Subject
33773 Color appears to be in front of any color from an Index Color Rule.
33775 If you don't set this color it will be colored in the same color as
33776 the bulk of the index line.
33779 <A HREF="h_color_setup">Descriptions of the available commands</A>
33781 Look <A HREF="h_edit_nav_cmds">here</A>
33782 to see the available Editing and Navigation commands.
33784 &lt;End of help on this topic&gt;
33785 </BODY>
33786 </HTML>
33787 ====== h_config_index_from_color =====
33788 <HTML>
33789 <HEAD>
33790 <TITLE>OPTION: Index From Color</TITLE>
33791 </HEAD>
33792 <BODY>
33793 <H1>OPTION: Index From Color</H1>
33795 You may set the color used to draw the From part of the index line.
33796 This coloring takes place for all but the current index line, and the From
33797 Color appears to be in front of any color from an Index Color Rule.
33799 If you don't set this color it will be colored in the same color as
33800 the bulk of the index line.
33803 <A HREF="h_color_setup">Descriptions of the available commands</A>
33805 Look <A HREF="h_edit_nav_cmds">here</A>
33806 to see the available Editing and Navigation commands.
33808 &lt;End of help on this topic&gt;
33809 </BODY>
33810 </HTML>
33811 ====== h_config_index_arrow_color =====
33812 <HTML>
33813 <HEAD>
33814 <TITLE>OPTION: Index Arrow Color</TITLE>
33815 </HEAD>
33816 <BODY>
33817 <H1>OPTION: Index Arrow Color</H1>
33819 If you have configured your
33820 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
33821 to include the &quot;ARROW&quot; token, you may set the color of
33822 the arrow displayed with this option.
33823 If you don't set the color it will be colored in the same color as
33824 the bulk of the index line.
33827 <A HREF="h_color_setup">Descriptions of the available commands</A>
33829 Look <A HREF="h_edit_nav_cmds">here</A>
33830 to see the available Editing and Navigation commands.
33832 &lt;End of help on this topic&gt;
33833 </BODY>
33834 </HTML>
33835 ====== h_config_index_color =====
33836 <HTML>
33837 <HEAD>
33838 <TITLE>OPTION: Index Colors</TITLE>
33839 </HEAD>
33840 <BODY>
33841 <H1>OPTION: Index Colors</H1>
33843 You may add color to the single character symbols that give the status
33844 of each message in the MESSAGE INDEX.
33845 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
33846 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
33847 screen depending on whether the message is addressed to you, and whether
33848 the message is marked Important, is Deleted, is Answered, or is New.
33849 The color for each of those characters may be specified by setting the
33850 &quot;Index-to-me&quot; Symbol Color,
33851 the &quot;Index-important&quot; Symbol Color,
33852 the &quot;Index-deleted&quot; Symbol Color,
33853 the &quot;Index-answered&quot; Symbol Color,
33854 and the &quot;Index-new&quot; Symbol Color.
33855 There are also two other symbol colors called &quot;Index-recent&quot;
33856 and &quot;Index-unseen&quot;.
33857 These two colors will only be used if you have configured your
33858 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
33859 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
33861 The default colors for these symbols are:
33862 <TABLE>
33863 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
33864 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
33865 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33866 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
33867 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
33868 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33869 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33870 </TABLE>
33872 Besides coloring the message status symbols, you may also color the
33873 entire index line.
33874 This is done by using the
33875 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
33876 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
33877 When the entire line is colored that color will be &quot;behind&quot; the
33878 status symbol colors talked about in the paragraph above.
33880 You may also color
33881 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
33882 in the index using the
33883 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
33884 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
33885 the Subject using
33886 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
33887 the From field using
33888 <A HREF="h_config_index_from_color">Index From Color</A>;
33889 and the
33890 <A HREF="h_config_index_opening_color">Index Opening</A> text.
33892 <A HREF="h_color_setup">Descriptions of the available commands</A>
33894 Look <A HREF="h_edit_nav_cmds">here</A>
33895 to see the available Editing and Navigation commands.
33897 &lt;End of help on this topic&gt;
33898 </BODY>
33899 </HTML>
33900 ====== h_config_metamsg_color =====
33901 <HTML>
33902 <HEAD>
33903 <TITLE>OPTION: Meta-Message Color</TITLE>
33904 </HEAD>
33905 <BODY>
33906 <H1>OPTION: Meta-Message Color</H1>
33908 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
33909 that aren't part of the message itself.
33910 For example, an attachment that isn't shown might produce a meta
33911 message something like:
33913 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
33915 If you set the
33916 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
33917 option you might see
33919 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
33921 Warnings about suspicious looking URLs in HTML will also be colored
33922 with this color.
33924 The foreground color is the color of the actual character and the
33925 background color is the color of the area behind the character.
33926 By default, the Meta-Message Color is black characters on a yellow background.
33928 <A HREF="h_color_setup">Descriptions of the available commands</A>
33930 Look <A HREF="h_edit_nav_cmds">here</A>
33931 to see the available Editing and Navigation commands.
33933 &lt;End of help on this topic&gt;
33934 </BODY>
33935 </HTML>
33936 ====== h_config_keylabel_color =====
33937 <HTML>
33938 <HEAD>
33939 <TITLE>OPTION: KeyLabel Color</TITLE>
33940 </HEAD>
33941 <BODY>
33942 <H1>OPTION: KeyLabel Color</H1>
33944 Sets the color Alpine uses for the labels of the keys in the two-line
33945 menu at the bottom of the screen.
33946 For example, some of the screens have a &quot;P PrevMsg&quot; command.
33947 This option sets the color used when displaying &quot;PrevMsg&quot;.
33948 The foreground color is the color of the actual character and the
33949 background color is the color of the area behind the character.
33950 By default, the KeyLabel Color is the same as the Normal Color.
33952 WARNING: Some terminal emulators have the property that the screen will scroll
33953 down one line whenever a character is written to the character cell in the
33954 lower right corner of the screen.
33955 Alpine can usually avoid writing a character in that corner of the screen.
33956 However, if you have defined a KeyLabel Color then Alpine does have to write
33957 a character in that cell in order to color the cell correctly.
33958 If you find that your display sometimes scrolls up a line this could be
33959 the problem.
33960 The most obvious symptom is probably that the titlebar at the top of the
33961 screen scrolls off the screen.
33962 Try setting KeyLabel Color to Default to see if that fixes the problem.
33964 <A HREF="h_color_setup">Descriptions of the available commands</A>
33966 Look <A HREF="h_edit_nav_cmds">here</A>
33967 to see the available Editing and Navigation commands.
33969 &lt;End of help on this topic&gt;
33970 </BODY>
33971 </HTML>
33972 ====== h_config_keyname_color =====
33973 <HTML>
33974 <HEAD>
33975 <TITLE>OPTION: KeyName Color</TITLE>
33976 </HEAD>
33977 <BODY>
33978 <H1>OPTION: KeyName Color</H1>
33980 Sets the color Alpine uses for the names of the keys in the two-line
33981 menu at the bottom of the screen.
33982 For example, some of the screens have a &quot;P PrevMsg&quot; command.
33983 This option sets the color used when displaying the &quot;P&quot;.
33984 The foreground color is the color of the actual character and the
33985 background color is the color of the area behind the character.
33986 By default, the KeyName Color is the same as the Reverse Color.
33988 <A HREF="h_color_setup">Descriptions of the available commands</A>
33990 Look <A HREF="h_edit_nav_cmds">here</A>
33991 to see the available Editing and Navigation commands.
33993 &lt;End of help on this topic&gt;
33994 </BODY>
33995 </HTML>
33996 ====== h_config_slctbl_color =====
33997 <HTML>
33998 <HEAD>
33999 <TITLE>OPTION: Selectable Item Color</TITLE>
34000 </HEAD>
34001 <BODY>
34002 <H1>OPTION: Selectable Item Color</H1>
34004 Sets the color Alpine uses for selectable items, such as URLs.
34005 The foreground color is the color of the actual character and the
34006 background color is the color of the area behind the character.
34007 By default, the Selectable Item Color is the same as the Normal Color,
34008 except that it is bold.
34010 <A HREF="h_color_setup">Descriptions of the available commands</A>
34012 Look <A HREF="h_edit_nav_cmds">here</A>
34013 to see the available Editing and Navigation commands.
34015 &lt;End of help on this topic&gt;
34016 </BODY>
34017 </HTML>
34018 ====== h_config_quote_color =====
34019 <HTML>
34020 <HEAD>
34021 <TITLE>OPTION: Quote Colors</TITLE>
34022 </HEAD>
34023 <BODY>
34024 <H1>OPTION: Quote Colors</H1>
34026 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
34027 screen.
34028 If a line begins with a &gt; character (or space followed by &gt;)
34029 it is considered a quote.
34030 That line will be given the Quote1 Color (first level quote).
34031 If there is a second level of quoting then the Quote2 Color will be used.
34032 Alpine considers there to be a second level of quoting if that first &gt; is
34033 followed by another &gt; (or space followed by &gt;).
34034 If there are characters other than whitespace and &gt; signs, then it isn't
34035 considered another level of quoting.
34036 Similarly, if there is a third level of quoting the Quote3 Color will be
34037 used.
34038 If there are more levels after that the Quote Colors are re-used.
34039 If you define all three colors then it would repeat like Color1, Color2, Color3,
34040 Color1, Color2, Color3, ...
34041 If you only define the first two it would be
34042 Color1, Color2, Color1, Color2, ...
34043 If you define only the Quote1 Color, then the entire quote would be that
34044 color regardless of the quoting levels.
34045 By default, the Quote1 Color is black characters on a greenish-blue background;
34046 the Quote2 Color is black characters on a dull yellow background; and
34047 the Quote3 Color is black characters on a green background.
34049 <A HREF="h_color_setup">Descriptions of the available commands</A>
34051 Look <A HREF="h_edit_nav_cmds">here</A>
34052 to see the available Editing and Navigation commands.
34054 &lt;End of help on this topic&gt;
34055 </BODY>
34056 </HTML>
34057 ====== h_config_folder_color =====
34058 <HTML>
34059 <HEAD>
34060 <TITLE>OPTION: Folder Color</TITLE>
34061 </HEAD>
34062 <BODY>
34063 <H1>OPTION: Folder Color</H1>
34065 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
34066 screen. By default, the Folder Color is the normal text color.
34069 If you set a color for this feature, other than the normal color
34070 (the default), or a color for
34071 <A HREF="h_config_directory_color">Directory Color</A>, then directories
34072 will be colored according to the color specified in the
34073 <A HREF="h_config_directory_color">Directory Color</A> option. In this
34074 case, the color will be the only indication that the colored name
34075 refers to a directory. The normal behavior is that Alpine
34076 indicates that a name refers to a directory by appending a
34077 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
34078 the folder.
34081 If a folder is a directory, then the folder name will be painted
34082 according to the color defined by this variable, and a separator
34083 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
34084 to the name. That
34085 indicator will be painted according to the color defined in the
34086 <A HREF="h_config_directory_color">Directory Color</A> option.
34089 &lt;End of help on this topic&gt;
34090 </BODY>
34091 </HTML>
34092 ====== h_config_directory_color =====
34093 <HTML>
34094 <HEAD>
34095 <TITLE>OPTION: Directory Color</TITLE>
34096 </HEAD>
34097 <BODY>
34098 <H1>OPTION: Directory Color</H1>
34100 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
34101 screen. By default, the Folder Color is the normal text color.
34103 If you set a color for this feature, other than the normal color
34104 (the default), or a color for
34105 <A HREF="h_config_folder_color">Folder Color</A>, then folders
34106 will be colored according to the color specified in the
34107 <A HREF="h_config_folder_color">Folder Color</A> option. In this
34108 case, the color will be the only indication that the colored name
34109 refers to a directory. The normal behavior is that Alpine
34110 indicates that a name refers to a directory by appending a
34111 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
34112 the folder.
34114 If a folder is a directory, then the folder name will be painted
34115 according to the color defined by the option
34116 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
34117 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
34118 after the name. That
34119 indicator will be painted according to the color defined in this
34120 option.
34122 &lt;End of help on this topic&gt;
34123 </BODY>
34124 </HTML>
34125 ====== h_config_folder_list_color =====
34126 <HTML>
34127 <HEAD>
34128 <TITLE>OPTION: Folder-List Color</TITLE>
34129 </HEAD>
34130 <BODY>
34131 <H1>OPTION: Folder-List Color</H1>
34133 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
34134 screen. By default, the Folder-List Color is the normal text color.
34136 This text refers to the informative text that Alpine displays so you
34137 can recognize each collection. The color of the content of each collection
34138 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
34139 and <A HREF="h_config_directory_color">Directory Color</A>.
34141 Unlike the options
34142 <A HREF="h_config_folder_color">Folder Color</A>
34143 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
34144 this option does not affect the way that Alpine reports folders,
34145 directories and folders that are directories.
34147 &lt;End of help on this topic&gt;
34148 </BODY>
34149 </HTML>
34150 ====== h_config_incunseen_color =====
34151 <HTML>
34152 <HEAD>
34153 <TITLE>OPTION: Incoming Unseen Color</TITLE>
34154 </HEAD>
34155 <BODY>
34156 <H1>OPTION: Incoming Unseen Color</H1>
34158 If the option
34159 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
34160 is turned on it is possible to highlight the folders that contain
34161 unseen messages by coloring them with this color.
34162 By default, this is the same as the Normal Color and no highlighting is done.
34164 Usually the &quot;current&quot; folder (the folder the cursor is on)
34165 is highlighted using reverse video.
34166 If the current folder is colored because it contains unseen messages then
34167 the color used to show that it is also the current folder is controlled
34168 by the
34169 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
34170 feature at the top of the SETUP COLOR screen.
34172 <A HREF="h_color_setup">Descriptions of the available commands</A>
34174 Look <A HREF="h_edit_nav_cmds">here</A>
34175 to see the available Editing and Navigation commands.
34177 &lt;End of help on this topic&gt;
34178 </BODY>
34179 </HTML>
34180 ====== h_config_signature_color =====
34181 <HTML>
34182 <HEAD>
34183 <TITLE>OPTION: Signature Color</TITLE>
34184 </HEAD>
34185 <BODY>
34186 <H1>OPTION: Signature Color</H1>
34188 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
34189 screen. According to USENET conventions, the signature is defined as the
34190 paragraph following the &quot;sigdashes&quot;, that is, the special line
34191 consisting of the three characters
34192 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
34193 empty line right after the sigdashes to be considered as part of the
34194 signature.
34195 By default, the Signature Color is blue characters on a white background.
34197 <A HREF="h_color_setup">Descriptions of the available commands</A>
34199 Look <A HREF="h_edit_nav_cmds">here</A>
34200 to see the available Editing and Navigation commands.
34202 &lt;End of help on this topic&gt;
34203 </BODY>
34204 </HTML>
34205 ====== h_config_prompt_color =====
34206 <HTML>
34207 <HEAD>
34208 <TITLE>OPTION: Prompt Color</TITLE>
34209 </HEAD>
34210 <BODY>
34211 <H1>OPTION: Prompt Color</H1>
34213 Sets the color Alpine uses for confirmation prompts and questions that
34214 appear in the status line near the bottom of the screen.
34215 The foreground color is the color of the actual character and the
34216 background color is the color of the area behind the character.
34217 By default, the Prompt Color is the same as the Reverse Color.
34219 <A HREF="h_color_setup">Descriptions of the available commands</A>
34221 Look <A HREF="h_edit_nav_cmds">here</A>
34222 to see the available Editing and Navigation commands.
34224 &lt;End of help on this topic&gt;
34225 </BODY>
34226 </HTML>
34227 ====== h_config_header_general_color =====
34228 <HTML>
34229 <HEAD>
34230 <TITLE>OPTION: Header General Color</TITLE>
34231 </HEAD>
34232 <BODY>
34233 <H1>OPTION: Header General Color</H1>
34235 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
34236 screen.
34237 The foreground color is the color of the actual character and the
34238 background color is the color of the area behind the character.
34239 By default, this is the same as the Normal Color.
34241 It is also possible to set the colors for specific header fields, for
34242 example the Subject, using
34243 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
34244 If both a Header General Color and a specific Viewer Header Color are set
34245 the specific color will override the general color, as you would expect.
34247 <A HREF="h_color_setup">Descriptions of the available commands</A>
34249 Look <A HREF="h_edit_nav_cmds">here</A>
34250 to see the available Editing and Navigation commands.
34252 &lt;End of help on this topic&gt;
34253 </BODY>
34254 </HTML>
34255 ====== h_config_incol =====
34256 <HTML>
34257 <HEAD>
34258 <TITLE>Index Line Color</TITLE>
34259 </HEAD>
34260 <BODY>
34261 <H1>Index Line Color</H1>
34263 This option is used to set the color of a line in the index when the
34264 message for that line matches the Pattern.
34265 This colors the whole index line, except possibly the status letters,
34266 which may be colored separately using the
34267 <A HREF="h_color_setup">Setup Kolor</A> screen.
34268 The foreground color is the color of the actual characters and the
34269 background color is the color of the area behind the characters.
34271 <A HREF="h_color_setup">Descriptions of the available commands</A>
34273 Look <A HREF="h_edit_nav_cmds">here</A>
34274 to see the available Editing and Navigation commands.
34276 &lt;End of help on this topic&gt;
34277 </BODY>
34278 </HTML>
34279 ====== h_config_usetransparent_color =====
34280 <HTML>
34281 <HEAD>
34282 <TITLE>OPTION: Use Transparent Color</TITLE>
34283 </HEAD>
34284 <BODY>
34285 <H1>OPTION: Use Transparent Color</H1>
34287 This is a special color supported by some terminal emulators.
34288 It is intended to result in the default foreground or background color
34289 from the terminal emulator.
34290 This is the color the terminal was displaying characters in before you started Alpine.
34291 The reason it is called Transparent is because you could set the foreground color
34292 to some specific color, like Red, and then set the background color to the
34293 Transparent Color. If it works as expected, the background color from the terminal
34294 window in which Alpine is running will show through but with the Red characters
34295 in the foreground.
34297 <A HREF="h_color_setup">Descriptions of the available commands</A>
34299 Look <A HREF="h_edit_nav_cmds">here</A>
34300 to see the available Editing and Navigation commands.
34302 &lt;End of help on this topic&gt;
34303 </BODY>
34304 </HTML>
34305 ====== h_config_usenormal_color =====
34306 <HTML>
34307 <HEAD>
34308 <TITLE>OPTION: Use Normal Color</TITLE>
34309 </HEAD>
34310 <BODY>
34311 <H1>OPTION: Use Normal Color</H1>
34313 When you use this color value, the actual color used will be the same
34314 as the corresponding Normal Color.
34315 For example if your Normal Color is black on white and you set both
34316 the foreground and background colors here to use the Normal Color, you'll
34317 get black on white. If you later change the Normal Color to red on blue
34318 this color will also change to red on blue.
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_usenone_color =====
34329 <HTML>
34330 <HEAD>
34331 <TITLE>OPTION: Use None Color</TITLE>
34332 </HEAD>
34333 <BODY>
34334 <H1>OPTION: Use None Color</H1>
34336 This is a special color that simply means to leave the color alone.
34337 It is useful for Index symbols and for Keyword Colors used in the Subject
34338 field of an index line.
34339 The most likely use is to set an explicit foreground color and then set
34340 the background color to the None Color.
34341 That will cause the symbol or keyword to be drawn in the foreground color
34342 with a background equal to whatever color the rest of the index line is already
34343 drawn in.
34344 You will see no visible effect unless you have assigned Indexcolor Rules to
34345 color index lines or you have set an actual color for the Reverse Color.
34347 <A HREF="h_color_setup">Descriptions of the available commands</A>
34349 Look <A HREF="h_edit_nav_cmds">here</A>
34350 to see the available Editing and Navigation commands.
34352 &lt;End of help on this topic&gt;
34353 </BODY>
34354 </HTML>
34355 ====== h_config_dflt_color =====
34356 <HTML>
34357 <HEAD>
34358 <TITLE>OPTION: Default Color</TITLE>
34359 </HEAD>
34360 <BODY>
34361 <H1>OPTION: Default Color</H1>
34363 Setting default will cause the color to be the default color.
34364 Unsetting default is normally done by choosing a color, but in some cases
34365 you may want to declare the current default color to be your non-default
34366 choice.
34367 For example, the default Keyname Color is the same as the Reverse Color.
34368 Whenever the Reverse Color changes the Keyname Color will also change, unless
34369 you've changed it or unset the default box.
34371 <A HREF="h_color_setup">Descriptions of the available commands</A>
34373 Look <A HREF="h_edit_nav_cmds">here</A>
34374 to see the available Editing and Navigation commands.
34376 &lt;End of help on this topic&gt;
34377 </BODY>
34378 </HTML>
34379 ====== h_config_bold_slctbl =====
34380 <HTML>
34381 <HEAD>
34382 <TITLE>OPTION: Bold</TITLE>
34383 </HEAD>
34384 <BODY>
34385 <H1>OPTION: Bold</H1>
34387 The color for this particular section may have the Bold attribute turned
34388 on or off.
34389 Setting bold will cause the characters to be bold.
34391 <A HREF="h_color_setup">Descriptions of the available commands</A>
34393 Look <A HREF="h_edit_nav_cmds">here</A>
34394 to see the available Editing and Navigation commands.
34396 &lt;End of help on this topic&gt;
34397 </BODY>
34398 </HTML>
34399 ====== h_config_kw_color =====
34400 <HTML>
34401 <HEAD>
34402 <TITLE>OPTION: Keyword Colors</TITLE>
34403 </HEAD>
34404 <BODY>
34405 <H1>OPTION: Keyword Colors</H1>
34407 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
34408 Keywords are displayed as part of the Subject by default.
34409 They are also displayed as part of the Subject if the tokens
34410 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
34411 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
34412 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
34413 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
34415 For example, you might have set up a Keyword
34416 &quot;Work&quot; using the
34417 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
34418 You could cause that Keyword to show up as a special color
34419 by setting up the Keyword Color using this option, and then including it
34420 in the MESSAGE INDEX screen using one of the tokens listed above in the
34421 <!--#echo var="VAR_index-format"-->.
34423 <A HREF="h_color_setup">Descriptions of the available commands</A>
34425 Look <A HREF="h_edit_nav_cmds">here</A>
34426 to see the available Editing and Navigation commands.
34428 &lt;End of help on this topic&gt;
34429 </BODY>
34430 </HTML>
34431 ====== h_config_customhdr_color =====
34432 <HTML>
34433 <HEAD>
34434 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
34435 </HEAD>
34436 <BODY>
34437 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
34439 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
34440 For example, you may set the color of the Subject header or the From header.
34441 The foreground color is the color of the actual character and the
34442 background color is the color of the area behind the character.
34444 In addition to setting the colors for particular headers (like the Subject)
34445 you may also set a color to be used for all headers unless overridden by a
34446 more specific Viewer Header Color.
34447 To do this use the
34448 <A HREF="h_config_header_general_color">Header General Color</A>.
34450 For Header Colors,
34451 there is an additional line on the
34452 screen labeled &quot;Pattern to match&quot;.
34453 If you leave that blank, then the whole field for that header will
34454 be colored.
34455 However, if you give a pattern to match, the coloring will only take place
34456 if there is a match for that pattern in the value of the field.
34457 For example, if you are working on a color for the Subject header and
34458 you fill in a pattern of &quot;important&quot;, then only Subjects that
34459 contain the word &quot;important&quot; will be colored.
34461 If the pattern you enter is a comma-separated list of patterns, then coloring
34462 happens if any of those patterns matches.
34464 <A HREF="h_color_setup">Descriptions of the available commands</A>
34466 Look <A HREF="h_edit_nav_cmds">here</A>
34467 to see the available Editing and Navigation commands.
34469 &lt;End of help on this topic&gt;
34470 </BODY>
34471 </HTML>
34472 ====== h_config_indextoken_color =====
34473 <HTML>
34474 <HEAD>
34475 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
34476 </HEAD>
34477 <BODY>
34478 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
34480 This option allows you to set up the color in which any token, not specified by the
34481 previous options, will be colored in the MESSAGE INDEX screen. 
34483 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
34484 a token that can be used in the index format. 
34485 The list of available tokens is <A HREF="h_index_tokens">here</A>.
34487 If you fail to enter a valid token your entry will be ignored, and you will be asked to
34488 enter a new one. Once you have entered a valid token, a line will be added to the
34489 configuration screen that you can use to set up the colors in which that token will
34490 be painted. This is done in the same way that you configure colors for other
34491 variables.
34493 <A HREF="h_color_setup">Descriptions of the available commands</A>
34495 Look <A HREF="h_edit_nav_cmds">here</A>
34496 to see the available Editing and Navigation commands.
34498 &lt;End of help on this topic&gt;
34499 </BODY>
34500 </HTML>
34501 ====== h_config_customhdr_pattern =====
34502 <HTML>
34503 <HEAD>
34504 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
34505 </HEAD>
34506 <BODY>
34507 <H1>OPTION: Viewer Header Color Pattern</H1>
34509 If you leave this blank, then the whole field for the header will
34510 be colored.
34511 If you give a pattern to match, the coloring will only take place
34512 if there is a match for that pattern in the value of the field.
34513 For example, if you are working on a color for the Subject header and
34514 you fill in a pattern of &quot;important&quot;, then only Subjects that
34515 contain the word &quot;important&quot; will be colored.
34517 For address headers (like From and To) and for the Newsgroups header,
34518 a pattern match will cause only the matched addresses or newsgroups to be
34519 colored.
34520 If there is no pattern to match, then all of the addresses or newsgroups
34521 in the relevant header will be colored.
34523 The matching pattern may be a comma-separated list of patterns to match
34524 instead of a single pattern.
34525 For example, you could use the pattern &quot;important,urgent&quot; which would
34526 cause a match if either the word &quot;important&quot; or the word
34527 &quot;urgent&quot; appeared in the value of the header.
34528 You could list several comma-separated email addresses in the Header
34529 From Color pattern so that those addresses will be colored when any of
34530 them appear in the From header.
34532 To add a new matching pattern or change the existing pattern use the 
34533 <!--chtml if pinemode="function_key"-->
34534 &quot;F4&quot;
34535 <!--chtml else-->
34536 &quot;C&quot;
34537 <!--chtml endif-->
34538 &quot;Change&quot; command that is available when the &quot;Pattern to
34539 match&quot; line is highlighted.
34541 <!--chtml if pinemode="function_key"-->
34542 &quot;F10&quot;
34543 <!--chtml else-->
34544 &quot;D&quot;
34545 <!--chtml endif-->
34546 &quot;Delete&quot; command may be used to quickly remove all patterns
34547 for a particular header.
34549 &lt;End of help on this topic&gt;
34550 </BODY>
34551 </HTML>
34552 ====== h_color_setup =====
34553 <HTML>
34554 <HEAD>
34555 <TITLE>SETUP COLOR COMMANDS</TITLE>
34556 </HEAD>
34557 <BODY>
34558 <H1>SETUP COLOR COMMANDS</H1>
34559 <!--chtml if pinemode="function_key"-->
34560 <PRE>
34561 Available Commands -- Group 1
34562 -------------------------------
34563 F1  Display this help text
34564 F2  Show other available commands
34565 F3  Exit to MAIN MENU
34566 F4  Select the highlighted foreground or background color
34567 F5  Move to previous line
34568 F6  Move to next line
34569 F7  Previous page
34570 F8  Next page
34571 F9  Add a config section for a header field
34572 F10 Restore all default colors (for all sections)
34573 F11 Print color configuration screen
34574 F12 Whereis (search for word)
34576 Available Commands -- Group 2
34577 -------------------------------
34578 F1  Display this help text
34579 F2  Show other available commands
34580 F5  Delete config section for highlighted header field
34581 F6  Shuffle the order of Header Color sections
34582 </PRE>
34583 <!--chtml else-->
34584 <PRE>
34585 General commands
34586 -------------------------------------------------
34587  ?  Display this help text     E  Exit back to MAIN MENU
34588  P  Previous Line              N  Next Line
34589  -  Previous page             Spc (space bar) Next page
34590  W  WhereIs (search for word)  %  Print color configuration screen
34592 Color Setup Commands
34593 ------------------------------------------------
34594  *  Select the highlighted foreground or background color
34595  A  Add a config section for a header field
34596  D  Delete config section for highlighted header field
34597  R  Restore all default colors (for all sections)
34598  $  Shuffle the order of Header Color sections
34599 </PRE>
34600 <!--chtml endif-->
34602 <H2>Description of the Setup Color Screen</H2>
34604 From this screen you may turn on color and set the colors of
34605 various parts of the Alpine display.
34606 For help on turning on color move your cursor into the Color Style section
34607 at the top of the Setup Color screen and ask for help.
34610 There are several sections in the Setup Color Screen.
34611 At the top are some settings that handle the style of color used
34612 with your terminal emulator (UNIX only), and some settings that
34613 control how the current indexline and the titlebar are colored.
34614 After that comes a long section called GENERAL COLORS that allows
34615 you to set the color of many elements in the Alpine screens.
34616 For example, the color of the titlebar, status messages,
34617 selectable links, quotes and signatures in messages, and so on.
34618 After that is a section called INDEX COLORS that allows you to
34619 set the colors of various pieces of the displayed index lines in
34620 the MESSAGE INDEX screen.
34621 The next section is HEADER COLORS. This is for coloring headers of
34622 messages in the MESSAGE TEXT screen in just about any way you would like.
34623 Finally, the KEYWORD COLORS section allows you to highlight
34624 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
34625 in the MESSAGE INDEX screen.
34628 To change a color, highlight the color you want to change (for example,
34629 the Status Color) by moving
34630 the cursor into it.
34631 You may want to read the help text for the color to see a brief description
34632 of what you are coloring.
34633 Then press &quot;C&quot; for Change to set the color to something new.
34634 That will put you into a screen with two columns of colors, one for
34635 the foreground color and one for the background color.
34636 The foreground color is just the color you want the actual characters
34637 to be and the background color is the color of the rest of the rectangle
34638 behind the characters.
34639 Select the foreground and background colors desired by using the Next and
34640 Prev keys to highlight the color, and the * command to select it.
34642 To set a color to its default value, set the X in the Default line at
34643 the bottom of the list of colors.
34646 The HEADER COLORS section is a little bit different from the others.
34647 Besides coloring the specific fields that Alpine knows about, you may also
34648 color specific header fields when viewing a message in the MESSAGE TEXT
34649 screen.
34650 For example, you may color the Subject header a particular color.
34651 There are a few commands for use with headers.
34652 The &quot;AddHeader&quot; command adds a section to the color
34653 configuration screen that allows you to set the color for that header.
34654 You'll be asked for the name of the header field you want to color.
34655 If you wanted to color the Subject, you would answer
34656 with the word &quot;subject&quot;.
34657 Once you've added a header field, the color setting works just like the
34658 other color fields, except that there is an additional line on the
34659 configuration screen labeled &quot;Pattern to match&quot;.
34660 If you leave that blank, then the whole field for that header will always
34661 be colored.
34662 However, if you give a pattern to match, the coloring will only take place
34663 if there is a match for that pattern in the value of the field.
34664 For example, if you are working on a color for the Subject header and
34665 you fill in a pattern of &quot;important&quot;, then only Subjects that
34666 contain the word &quot;important&quot; will be colored.
34668 The &quot;DeleteHdr&quot; command removes a header section from the
34669 configuration altogether.
34670 The &quot;Shuffle&quot; command changes the order of header sections.
34671 This is only necessary if you use header sections with pattern fields.
34672 For example, if you have two Subject sections, one with one pattern and
34673 another with another pattern, and the subject for a particular message
34674 happens to match both, then the color from the first match is used.
34677 The command &quot;RestoreDefs&quot; will restore all of the default colors.
34678 Each section will change to the default value used for that section when
34679 color is first enabled.
34680 When you restore all default colors the color settings for the Header Colors
34681 will be unset (since that's the default), but the header fields you've
34682 added will remain so that you may easily reset them.
34683 In order to get rid of them completely you'd have to use
34684 the &quot;DeleteHdr&quot; command.
34687 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
34688 may be set with matching rules and that is configured separately from
34689 the rest of the color settings described here.
34690 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
34691 instead of in the Setup/Kolor section.
34693 <P><UL>
34694 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34695 </UL><P>
34696 &lt;End of help on this topic&gt;
34697 </BODY>
34698 </HTML>
34699 ====== h_config_news_uses_recent ======
34700 <HTML>
34701 <HEAD>
34702 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
34703 </HEAD>
34704 <BODY>
34705 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
34707 This feature causes certain messages to be marked as "New" in the
34708 MESSAGE INDEX of newsgroups.
34709 This feature is set by default.
34713 When opening a newsgroup, Alpine will consult your "newsrc" file and
34714 determine the last message you have previously disposed of via the "D"
34715 key.  If this feature is set, any subsequent messages will be shown in the
34716 Index with an "N", and the first of these messages will be highlighted.
34717 Although this is only an approximation of true "New" or "Unseen"
34718 status, it provides a useful cue to distinguish more-or-less recent
34719 messages from those you have seen previously, but are not yet ready to
34720 mark deleted.
34724 Background: your "newsrc" file (used to store message status information
34725 for newsgroups) is only capable of storing a single flag, and Alpine uses
34726 this to record whether or not you are "done with" a message, as
34727 indicated by marking the message as "Deleted".  Unfortunately, this
34728 means that Alpine has no way to record exactly which messages you have
34729 previously seen, so it normally does not show the "N" status flag for
34730 any messages in a newsgroup. This feature enables a starting
34731 *approximation* of seen/unseen status that may be useful.
34733 &lt;End of help on this topic&gt;
34734 </BODY>
34735 </HTML>
34736 ====== h_config_expose_hidden_config =====
34737 <HTML>
34738 <HEAD>
34739 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
34740 </HEAD>
34741 <BODY>
34742 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
34744 If set, this causes configuration options and features that are normally
34745 hidden from view to be editable in the Setup/Config screen.
34748 The purpose of this feature is to allow you to change configuration
34749 features and variables that are normally hidden.
34750 This is particularly useful if you are using a remote configuration,
34751 where it is difficult to edit the contents manually, but it may also be used
34752 on a local pinerc configuration file.
34754 If set, several configuration variables and features that are normally
34755 hidden from view will show up in the Setup/Configuration screen.
34756 They will be at the bottom of the configuration screen.
34757 You can find them by searching for the words &quot;hidden configuration&quot;.
34760 Note that this is an advanced feature that should be used with care.
34761 The reason that this part of the configuration is normally hidden is because
34762 there is a significant potential for causing problems if you change these
34763 variables.
34764 If something breaks after a change try changing it back to see if that is
34765 what is causing the problem.
34766 There are also some variables that are normally hidden because they are
34767 manipulated through Alpine in other ways.
34768 For example, colors are normally set using the Setup/Kolors screen and
34769 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
34770 the Setup/AddressBooks screen, so there is little reason to edit these directly.
34771 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
34772 the Add, Delete, and Rename commands in the FOLDER LIST screen,
34773 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
34774 internally by Alpine and not set directly by the user.
34776 <UL>   
34777 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34778 </UL><P>
34779 &lt;End of help on this topic&gt;
34780 </BODY>
34781 </HTML>
34782 ====== h_config_disable_signature_edit =====
34783 <HTML>
34784 <HEAD>
34785 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
34786 </HEAD>
34787 <BODY>
34788 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
34790 If set, this disables the editing of signature files from within
34791 the Setup/Config screen.
34793 <UL>   
34794 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34795 </UL><P>
34796 &lt;End of help on this topic&gt;
34797 </BODY>
34798 </HTML>
34799 ====== h_config_delete_before_writing =====
34800 <HTML>
34801 <HEAD>
34802 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delete-before-writing"--></TITLE>
34803 </HEAD>
34804 <BODY>
34805 <H1>FEATURE: <!--#echo var="FEAT_enable-delete-before-writing"--></H1>
34807 This feature controls a behavior of Alpine intended to workaround problems in
34808 terminals where the marker for the end of inverse video cannot be overwritten,
34809 but must be deleted, as a way to start inverse video again.
34812 When this feature is enabled, Alpine will delete a line before writing it,
34813 therefore deleting the end of reverse video. Modern terminals do not require
34814 enabling this feature, but some old terminals might require it.
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_disable_roles_templateedit =====
34823 <HTML>
34824 <HEAD>
34825 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
34826 </HEAD>
34827 <BODY>
34828 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
34830 If set, this disables the editing of template files within the
34831 Role setup screen.
34833 <UL>   
34834 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34835 </UL><P>
34836 &lt;End of help on this topic&gt;
34837 </BODY>
34838 </HTML>
34839 ====== h_config_disable_roles_sigedit =====
34840 <HTML>
34841 <HEAD>
34842 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
34843 </HEAD>
34844 <BODY>
34845 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
34847 If set, this disables the editing of signature files within the
34848 Role setup screen.
34850 <UL>   
34851 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34852 </UL><P>
34853 &lt;End of help on this topic&gt;
34854 </BODY>
34855 </HTML>
34856 ====== h_config_disable_roles_setup =====
34857 <HTML>
34858 <HEAD>
34859 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
34860 </HEAD>
34861 <BODY>
34862 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
34864 If set, this disables the Setup/Rules/Roles command.
34866 <UL>   
34867 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34868 </UL><P>
34869 &lt;End of help on this topic&gt;
34870 </BODY>
34871 </HTML>
34872 ====== h_config_disable_pipes_in_templates =====
34873 <HTML>
34874 <HEAD>
34875 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
34876 </HEAD>
34877 <BODY>
34878 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
34880 By default, if a template file name is followed by a vertical bar (|) then
34881 that causes the file to be executed to produce the text for the template.
34882 If this feature is set, then this is not allowed.
34884 <UL>   
34885 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34886 </UL><P>
34887 &lt;End of help on this topic&gt;
34888 </BODY>
34889 </HTML>
34890 ====== h_config_disable_pipes_in_sigs =====
34891 <HTML>
34892 <HEAD>
34893 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
34894 </HEAD>
34895 <BODY>
34896 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
34898 By default, if a signature file name is followed by a vertical bar (|) then
34899 that causes the file to be executed to produce the text for the signature.
34900 If this feature is set, then this is not allowed.
34902 <UL>   
34903 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34904 </UL><P>
34905 &lt;End of help on this topic&gt;
34906 </BODY>
34907 </HTML>
34908 ====== h_config_disable_password_cmd =====
34909 <HTML>
34910 <HEAD>
34911 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
34912 </HEAD>
34913 <BODY>
34914 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
34916 If set, then the Setup/Newpassword command is disabled.
34918 <UL>   
34919 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34920 </UL><P>
34921 &lt;End of help on this topic&gt;
34922 </BODY>
34923 </HTML>
34924 ====== h_config_disable_password_caching =====
34925 <HTML>
34926 <HEAD>
34927 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
34928 </HEAD>
34929 <BODY>
34930 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
34932 Normally, loginname/password combinations are cached in Alpine so that
34933 you do not have to enter the same password more than once in a session.
34934 A disadvantage to this approach is that the password must be stored in
34935 the memory image of the running Alpine in order that it can be re-used.
34936 In the event that Alpine crashes and produces a core dump, and that core
34937 dump is readable by others, the loginname and password could be read
34938 from the core dump.
34940 If this feature is set, then the passwords will not be cached and you
34941 will have to retype the password whenever Alpine needs it.
34942 Even with this feature set there is still some chance that the core
34943 file will contain a password, so care should be taken to make the
34944 core files unreadable.
34946 NOTE: If PASSFILE caching is enabled, this does not disable it.
34947 That is a separate and independent feature.
34948 <UL>   
34949 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34950 </UL><P>
34951 &lt;End of help on this topic&gt;
34952 </BODY>
34953 </HTML>
34954 ====== h_config_disable_password_file_saving =====
34955 <HTML>
34956 <HEAD>
34957 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></TITLE>
34958 </HEAD>
34959 <BODY>
34960 <H1>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></H1>
34962 <P> This feature disables caching of passwords, even if your version of Alpine allows
34963 saving passwords. For MAC OS users saving passwords is done using the Apple Key Chain, for
34964 Windows users caching passwords is done using the internal Windows Credentials, and for
34965 other users this is done by using the password file. In this feature, the phrase
34966 &quot;password file&quot; is a misnomer and represents the way in which your system
34967 stores passwords.
34970 Specifically, this feature changes the behavior of Alpine when a login name and password combination
34971 for a specific server is not found in the password file. The default behavior is that
34972 Alpine will ask the user if they wish to save this information in the password file for future
34973 use. It is assumed that if a user created a password file it is because they intend
34974 to use it, but in some instances a user might want to save some passwords and not others.
34975 In this case, enabling this feature will make Alpine not add any more passwords to the
34976 password file and will only use the passwords that it already saved. If you wish to allow
34977 Alpine to save more passwords in the password file, disable this feature.
34979 <P> Regardless of which method Alpine uses to store passwords, this is done in a secure
34980 way when compiled with OpenSSL or LibreSSL. This is very likely to be your version, and
34981 you can check this by reading the encryption features
34982 <A HREF="X-Alpine-Config:">supported</A> by Alpine.
34985 <UL>   
34986 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34987 </UL><P>
34988 &lt;End of help on this topic&gt;
34989 </BODY>
34990 </HTML>
34991 ====== h_config_disable_kb_lock =====
34992 <HTML>
34993 <HEAD>
34994 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
34995 </HEAD>
34996 <BODY>
34997 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
34999 If set, then the Keyboard Lock command is removed from the MAIN MENU.
35001 <UL>   
35002 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35003 </UL><P>
35004 &lt;End of help on this topic&gt;
35005 </BODY>
35006 </HTML>
35007 ====== h_config_disable_config_cmd =====
35008 <HTML>
35009 <HEAD>
35010 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
35011 </HEAD>
35012 <BODY>
35013 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
35015 If set, then the Setup/Config screen is disabled.
35017 <UL>   
35018 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35019 </UL><P>
35020 &lt;End of help on this topic&gt;
35021 </BODY>
35022 </HTML>
35023 ====== h_config_allow_chg_from =====
35024 <HTML>
35025 <HEAD>
35026 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
35027 </HEAD>
35028 <BODY>
35029 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
35031 This feature affects Alpine's handling of the &quot;From:&quot; header field
35032 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
35033 option.
35035 If this feature is set then the From line can be changed just like
35036 all the other header fields that can be changed.
35037 This feature defaults to <EM>ON</EM>.
35039 Even with this feature turned ON (the default) you will not be able 
35040 to change the From header unless you add it to your list of
35041 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
35042 You may also want to change the
35043 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
35044 if you want the From header to always show up in the composer without
35045 having to type the Rich Headers command first.
35047 Note that many sites restrict the use of this feature in order to
35048 reduce the chance of falsified addresses and misdirected mail.
35049 If you want to change the value of what gets included in the From header
35050 in messages you send
35051 look <A HREF="h_config_change_your_from">here</A> for a description.
35053 <UL>   
35054 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35055 </UL><P>
35056 &lt;End of help on this topic&gt;
35057 </BODY>
35058 </HTML>
35059 ====== h_config_disable_collate =====
35060 <HTML>
35061 <HEAD>
35062 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
35063 </HEAD>
35064 <BODY>
35065 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
35067 This is a hard to understand feature that should only be used in rare cases.
35068 Normally, the C function call
35070 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
35072 is used by Alpine.
35073 If you want to try turning it off,
35074 setting this feature will turn it off.
35075 This part of the locale has to do with the sort order
35076 of characters in your locale.
35078 <UL>   
35079 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35080 </UL><P>
35081 &lt;End of help on this topic&gt;
35082 </BODY>
35083 </HTML>
35084 ====== h_config_quell_attach_extra_prompt =====
35085 <HTML>
35086 <HEAD>
35087 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
35088 </HEAD>
35089 <BODY>
35090 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
35092 By default, when you attempt to view an attachment externally
35093 from the &quot;Attachment View&quot; screen, you are asked if you
35094 really want to view the selected attachment.
35097 If this feature is set, you will <B>not</B> be prompted to confirm
35098 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
35099 prompt. This feature was added for those wanting to preserve that
35100 behavior (along with 
35101 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
35104 <UL>   
35105 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35106 </UL><P>
35107 &lt;End of help on this topic&gt;
35108 </BODY>
35109 </HTML>
35110 ====== h_config_quell_attach_ext_warn =====
35111 <HTML>
35112 <HEAD>
35113 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
35114 </HEAD>
35115 <BODY>
35116 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
35119 This feature suppresses the extra warning you can get when trying
35120 to view an attachment for which there is no mime-type match.  Turning
35121 on this feature will just run the program according to extension
35122 instead of first warning the user that it will run according to the
35123 file's extension.
35125 This feature can be used along side 
35126 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
35127 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
35129 <UL>   
35130 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35131 </UL><P>
35132 &lt;End of help on this topic&gt;
35133 </BODY>
35134 </HTML>
35135 ====== h_config_mailcap_params =====
35136 <HTML>
35137 <HEAD>
35138 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
35139 </HEAD>
35140 <BODY>
35141 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
35143 If set, this will allow mailcap named parameter substitution to occur
35144 in mailcap entries.
35145 By default, this is turned off to prevent security problems that may occur
35146 with some incorrect mailcap configurations.
35147 For more information, see RFC1524 and look for "named parameters" in the
35148 text of the RFC.
35150 <UL>   
35151 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35152 </UL><P>
35153 &lt;End of help on this topic&gt;
35154 </BODY>
35155 </HTML>
35156 ====== h_config_disable_shared =====
35157 <HTML>
35158 <HEAD>
35159 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
35160 </HEAD>
35161 <BODY>
35162 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
35164 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
35165 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
35166 will be disabled.
35167 The reason this feature exists is because there are some implementations
35168 of system password lookup routines that are very slow when presented with
35169 a long loginname that does not exist.
35170 This feature could be set to prevent the delay at startup time when the
35171 names above are searched for in the password file.
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_hide_nntp_path =====
35180 <HTML>
35181 <HEAD>
35182 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
35183 </HEAD>
35184 <BODY>
35185 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
35187 Normally the Path header that Alpine generates when posting to a newsgroup
35188 contains the name of the computer from which the message is being sent and
35189 the user name.
35190 Some believe that this information is used by spammers.
35191 If this feature is set, that information will be replaced with the text
35193 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
35195 instead.
35197 It should be noted that many servers being connected to will still reveal
35198 the information that this feature attempts to protect.
35200 <UL>   
35201 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35202 </UL><P>
35203 &lt;End of help on this topic&gt;
35204 </BODY>
35205 </HTML>
35206 ====== h_config_no_bezerk_zone =====
35207 <HTML>
35208 <HEAD>
35209 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
35210 </HEAD>
35211 <BODY>
35212 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
35214 POSIX mandates a timezone in UNIX mailbox format folder delimiters
35215 (the line that begins with From <SPACE>).
35216 Some versions of Berkeley mail have trouble with this, and don't recognize
35217 the line as a message delimiter.
35218 If this feature is set, the timezone will be left off the delimiter line.
35220 <UL>   
35221 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35222 </UL><P>
35223 &lt;End of help on this topic&gt;
35224 </BODY>
35225 </HTML>
35226 ====== h_config_quell_domain_warn =====
35227 <HTML>
35228 <HEAD>
35229 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
35230 </HEAD>
35231 <BODY>
35232 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
35234 When your configuration is set up so that your domain name contains no dots,
35235 it is usually a configuration error.
35236 By default, Alpine will warn you about this when you start it up.
35237 You will see a warning message that looks like
35240 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
35243 If this feature is set, the warning is turned off.
35245 <UL>   
35246 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35247 </UL><P>
35248 &lt;End of help on this topic&gt;
35249 </BODY>
35250 </HTML>
35251 ====== h_config_quell_imap_env =====
35252 <HTML>
35253 <HEAD>
35254 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
35255 </HEAD>
35256 <BODY>
35257 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
35259 In the MESSAGE INDEX screen, if the open folder is being accessed
35260 using IMAP, Alpine normally tries to paint the index lines on the screen
35261 as soon as the information arrives from the IMAP server.
35262 This means that the index information makes it onto the screen more quickly
35263 than it otherwise would.
35264 This sometimes results in behavior that bothers some users.
35265 For example, when paging to a new page of the index, it may be possible for
35266 the lines to be painted on the screen in a random order, rather than from
35267 top to bottom.
35270 Setting this feature causes Alpine to wait for all of the information
35271 to be gathered before it paints the index screen.
35272 Once it collects all of the information, the screen will be painted quickly
35273 from top to bottom.
35275 <UL>   
35276 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35277 </UL><P>
35278 &lt;End of help on this topic&gt;
35279 </BODY>
35280 </HTML>
35281 ====== h_config_quell_news_env =====
35282 <HTML>
35283 <HEAD>
35284 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
35285 </HEAD>
35286 <BODY>
35287 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
35289 In the MESSAGE INDEX screen, if the open folder is being accessed
35290 using NNTP (News), Alpine normally tries to paint the index lines on the screen
35291 as soon as the information arrives from the NNTP server.
35292 This means that the index information makes it onto the screen more quickly
35293 than it otherwise would.
35294 This sometimes results in behavior that bothers some users.
35295 For example, when paging to a new page of the index, it may be possible for
35296 the lines to be painted on the screen in a random order, rather than from
35297 top to bottom.
35300 Setting this feature causes Alpine to wait for all of the information
35301 to be gathered before it paints the index screen.
35302 Once it collects all of the information, the screen will be painted quickly
35303 from top to bottom.
35305 <UL>   
35306 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35307 </UL><P>
35308 &lt;End of help on this topic&gt;
35309 </BODY>
35310 </HTML>
35311 ====== h_config_quell_content_id =====
35312 <HTML>
35313 <HEAD>
35314 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
35315 </HEAD>
35316 <BODY>
35317 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
35319 This feature changes the behavior of Alpine when sending messages.
35320 It is intended to work around a bug in Microsoft's Outlook XP mail user
35321 agent.
35322 As of this writing, Microsoft has acknowledged the bug but
35323 has not added it to the Knowledge Base.
35324 We have been told that there will be a post-SP1 hotfix for Outlook XP.
35325 This particular bug has bug fix number OfficeQFE:4781.
35326 The nature of the bug is that messages with attachments that
35327 contain a Content-ID header (which standard Alpine attachments do)
35328 do not show the attachment indicator (a paperclip) when viewed with
35329 Outlook XP.
35330 So the user has no indication that the message contains an attachment.
35333 If this feature is set then Alpine will remove most Content-ID headers
35334 before sending a message.
35335 If an attachment is of type MESSAGE, then the existing Content-ID headers
35336 inside the message will be left intact.
35337 This would only happen with Alpine if a message was forwarded as an attachment
35338 or if a message with a message attached was forwarded.
35339 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
35340 the Content-ID headers of the alternative parts will not be removed.
35343 Because the Content-ID header is a standard part of MIME it is possible
35344 that setting this feature will break something.
35345 For example, if an attachment has a Content-ID header that is necessary
35346 for the correct functioning of that attachment, it is possible that Alpine
35347 may remove that header when the attachment is forwarded.
35348 However, it seems fairly safe at this time.
35351 <UL>   
35352 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35353 </UL><P>
35354 &lt;End of help on this topic&gt;
35355 </BODY>
35356 </HTML>
35357 ====== h_config_winpos_in_config =====
35358 <HTML>
35359 <HEAD>
35360 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
35361 </HEAD>
35362 <BODY>
35363 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
35365 PC-Alpine only.
35368 Normally, PC-Alpine will store its window size and position in the
35369 Windows Registry.
35370 This is convenient if you want to use the same remote
35371 configuration from more than one PC.
35372 If you use multiple configuration files to start PC-Alpine, you may want
35373 to store the window size and position in the configuration file instead
35374 of in the Registry.
35375 Setting this feature causes the value to be stored in 
35376 <A HREF="h_config_window_position">Window-Position</A>.
35379 <UL>   
35380 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35381 </UL><P>
35382 &lt;End of help on this topic&gt;
35383 </BODY>
35384 </HTML>
35385 ====== h_config_quell_ssl_largeblocks =====
35386 <HTML>
35387 <HEAD>
35388 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
35389 </HEAD>
35390 <BODY>
35391 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
35393 PC-Alpine only.
35395 This feature changes the behavior of fetching messages
35396 and attachments so that the message data is fetched in chunks no larger
35397 than 12K bytes.
35398 This works around a bug in Microsoft's SSL/TLS support.
35399 Some versions of Microsoft SSL are not able to read full-sized (16K)
35400 SSL/TLS packets.
35401 Some servers will send such packets and this will
35402 cause PC-Alpine to crash with the error
35405 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
35408 Microsoft is aware of the problem and has developed a hotfix for it, it is
35409 discussed in article 300562 in the Microsoft Knowledge Base.
35411 <UL>   
35412 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35413 </UL><P>
35414 &lt;End of help on this topic&gt;
35415 </BODY>
35416 </HTML>
35417 ====== h_config_quell_partial =====
35418 <HTML>
35419 <HEAD>
35420 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
35421 </HEAD>
35422 <BODY>
35423 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
35425 Partial fetching is a feature of the IMAP protocol.
35426 By default, Alpine
35427 will use partial fetching when copying the contents of a message or attachment
35428 from the IMAP server to Alpine.
35429 This means that the fetch will be done in many
35430 small chunks instead of one big chunk. The main benefit of this approach is
35431 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
35432 to stop the fetch early. In some cases partial fetching may cause a performance
35433 problem so that the fetching of data takes significantly longer when partial
35434 fetching is used. Turning on this feature will turn off partial fetching.
35436 <UL>   
35437 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35438 </UL><P>
35439 &lt;End of help on this topic&gt;
35440 </BODY>
35441 </HTML>
35442 ====== h_config_quell_personal_name_prompt =====
35443 <HTML>
35444 <HEAD>
35445 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
35446 </HEAD>
35447 <BODY>
35448 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
35450 PC-Alpine only.  This feature quells the prompting for a 
35451 <A HREF="h_config_pers_name">personal name</A>.  This
35452 prompt normally happens before composing a message, and only happens when
35453 there is no personal name already set.
35455 <UL>   
35456 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35457 </UL><P>
35458 &lt;End of help on this topic&gt;
35459 </BODY>
35460 </HTML>
35461 ====== h_config_quell_user_id_prompt =====
35462 <HTML>
35463 <HEAD>
35464 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
35465 </HEAD>
35466 <BODY>
35467 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
35469 PC-Alpine only.  This feature quells the prompting for a 
35470 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
35471 if the information can be obtained from the login name used
35472 to open the INBOX.  Normally, this prompt happens before composing
35473 a message, and only happens when there is no user-id already set
35474 in the configuration.
35476 With this feature set, composing a message is only possible after
35477 establishing a connection to the INBOX.
35479 <UL>   
35480 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35481 </UL><P>
35482 &lt;End of help on this topic&gt;
35483 </BODY>
35484 </HTML>
35485 ====== h_config_save_aggregates =====
35486 <HTML>
35487 <HEAD>
35488 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
35489 </HEAD>
35490 <BODY>
35491 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
35493 This feature will optimize an aggregate copy operation, if
35494 possible, by issuing a single IMAP <EM>COPY</EM> command with a
35495 list of the messages to be copied.
35496 This feature is set by default.
35497 This may reduce network traffic and elapsed time for the Save.
35498 <EM>However, many IMAP servers (including the UW IMAP server) do
35499 not preserve the order of messages when this optimization is applied.</EM>
35500 If this feature is not set, 
35501 Alpine will copy each message individually and the order of the messages
35502 will be preserved.
35504 <UL>   
35505 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35506 </UL><P>
35507 &lt;End of help on this topic&gt;
35508 </BODY>
35509 </HTML>
35510 ====== h_config_use_system_translation =====
35511 <HTML>
35512 <HEAD>
35513 <TITLE>FEATURE: Use System Translation</TITLE>
35514 </HEAD>
35515 <BODY>
35516 <H1>FEATURE: Use System Translation</H1>
35518 UNIX Alpine only.
35520 Alpine normally uses its own internal software to convert between the multi-byte
35521 representation of characters and the Unicode representation of those
35522 same characters.
35523 It converts from the multi-byte characters your keyboard produces to Unicode,
35524 and from Unicode to the multi-byte characters your display expects.
35525 Alpine also uses its own internal software to decide how much space on
35526 the screen a particular Unicode character will occupy.
35529 Setting this feature tells Alpine to use the system-supplied routines to
35530 perform these tasks instead.
35531 In particular there are three tasks and three system routines that will
35532 be used for these tasks.
35535 To convert from multi-byte to Unicode the routine
35538 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
35541 is used.
35542 To convert from Unicode to multi-byte the routine
35545 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
35548 is used, if available, otherwise
35551 <CENTER><SAMP>wctomb</SAMP></CENTER>
35554 is used.
35556 And to find the screen width a particular Unicode character will
35557 occupy the routine used is
35560 <CENTER><SAMP>wcwidth</SAMP></CENTER>
35563 This feature has been only lightly tested.
35564 The internal routines should normally be used unless you run into
35565 a problem that you think may be solved by using the system routines.
35566 Note that your environment needs to be set up for these
35567 routines to work correctly.
35568 In particular, the LANG or LC_CTYPE variable in your environment will
35569 need to be set.
35572 <UL>   
35573 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35574 </UL><P>
35575 &lt;End of help on this topic&gt;
35576 </BODY>
35577 </HTML>
35578 ====== h_config_suspend_spawns =====
35579 <HTML>
35580 <HEAD>
35581 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
35582 </HEAD>
35583 <BODY>
35584 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
35586 This feature affects Alpine's behavior when process suspension is enabled
35587 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
35588 temporarily interact with the operating system command &quot;shell&quot; 
35589 without
35590 quitting Alpine, and then subsequently resume the still-active Alpine session.
35593 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
35594 is set and subsequently the Ctrl-Z key
35595 is pressed, Alpine will normally suspend itself and return temporary control
35596 to Alpine's parent shell process.  However, if this feature is set, Alpine
35597 will instead create an inferior subshell process.  This is useful when the
35598 parent process is not intended to be used interactively.  Examples include
35599 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
35600 or via a menu system.<P>
35602 Note that one typically resumes a suspended Alpine by entering the Unix
35603 &quot;fg&quot; command, but if this feature is set, it will be necessary to
35604 enter the &quot;exit&quot; command instead.
35606 <UL>   
35607 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35608 </UL><P>
35609 &lt;End of help on this topic&gt;
35610 </BODY>
35611 </HTML>
35612 ====== h_config_8bit_smtp =====
35613 <HTML>
35614 <HEAD>
35615 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
35616 </HEAD>
35617 <BODY>
35618 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
35620 This feature affects Alpine's behavior when sending mail.
35621 By default, this feature is set.
35622 Internet standards
35623 require that all electronic mail messages traversing the global Internet
35624 consist of 7bit ASCII characters unless a pair of cooperating mail 
35625 transfer agents explicitly agree to allow 8bit messages.  In general, 
35626 then, exchanging messages in non-ASCII characters requires MIME encoding.
35628 However, there are now Internet standards that allow for unencoded 8bit
35629 exchange of messages between cooperating systems.  When this feature is set
35630 Alpine will try to negotiate unencoded 8bit transmission during the
35631 sending process.  Should the negotiation fail, Alpine will fall back to its
35632 ordinary encoding rules. 
35634 Note, this feature relies on your system's mail transport agent or
35635 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
35636 having the negotiation mechanism introduced in
35637 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
35638 &quot;8BITMIME&quot;. 
35640 ESMTP allows for graceful migration to upgraded mail transfer agents, but
35641 it is possible that this feature might cause problems for some servers. 
35642 <P><UL>
35643 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35644 </UL>
35645 <P>&lt;End of help on this topic&gt;
35646 </BODY>
35647 </HTML>
35648 ====== h_config_8bit_nntp =====
35649 <HTML>
35650 <HEAD>
35651 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
35652 </HEAD>
35653 <BODY>
35654 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
35656 This feature affects Alpine's behavior when posting news.  
35660 The Internet standard for exchanging USENET news messages (RFC-1036)
35661 specifies that USENET messages should conform to Internet mail standards
35662 and contain only 7bit characters, but much of the news transport software
35663 in use today is capable of successfully sending messages containing 8bit
35664 characters.  Hence, many people believe that it is appropriate to send 8bit
35665 news messages without any MIME encoding.
35669 Moreover, there is no Internet standard for explicitly negotiating 8bit
35670 transfer, as there is for Internet email.  Therefore, Alpine provides the
35671 option of posting unencoded 8bit news messages, though not as the default.
35672 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
35673 postings that contain 8bit characters. 
35677 Note, articles may cross a path or pass through news transport software
35678 that is unsafe or even hostile to 8bit characters.  At best this will only
35679 cause the posting to become garbled.  The safest way to transmit 8bit
35680 characters is to leave Alpine's MIME encoding turned on, but recipients
35681 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
35682 messages.
35684 &lt;End of help on this topic&gt;
35685 </BODY>
35686 </HTML>
35687 ====== h_config_mark_for_cc =====
35688 <HTML>
35689 <HEAD>
35690 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
35691 </HEAD>
35692 <BODY>
35693 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
35695 This feature affects Alpine's MESSAGE INDEX display.
35696 By default, a '+' is displayed in the first column if the
35697 message is addressed directly to you.
35698 When this feature is set and the message is not addressed to you, then a
35699 '-' character is displayed if the message is instead Cc'd directly
35700 to you.
35703 <UL>   
35704 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35705 </UL><P>
35706 &lt;End of help on this topic&gt;
35707 </BODY>
35708 </HTML>
35709 ====== h_config_tab_uses_unseen =====
35710 <HTML>
35711 <HEAD>
35712 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
35713 </HEAD>
35714 <BODY>
35715 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
35717 This feature affects Alpine's behavior when using the TAB
35718 <A HREF="h_common_nextnew">NextNew Command</A>
35719 to move from one folder to the next.
35720 Alpine's usual behavior is to search for folders
35721 with <EM>Recent</EM> messages in them.
35722 Recent messages are messages that have arrived since the last time the
35723 folder was opened.
35726 Setting this feature causes Alpine to search for <EM>Unseen</EM>
35727 messages instead of Recent messages.
35728 Unseen messages remain Unseen until you view them (or flag then as Seen with
35729 the <A HREF="h_common_flag">Flag Command</A>).
35730 Setting this feature allows you to locate messages you have not read
35731 instead of only recently received messages.
35732 When this feature is set, the feature
35733 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
35734 will have no effect, so the checking may be slower.
35737 Another reason why you might want to use this feature is that Alpine sometimes
35738 opens folders implicitly behind the scenes, and this clears the
35739 Recent status of all messages in the folder.
35740 One example where this happens is when Saving or filtering a
35741 message to another folder.
35742 If that message has some <A HREF="h_config_keywords">keywords</A>
35743 set, then because of some shortcomings
35744 in the IMAP specification, the best way to ensure that those keywords are
35745 still set in the saved copy of the message is to open the folder and
35746 set the keywords explicitly.
35747 Because this clears the Recent status of all messages in that folder the
35748 folder will not be found by the NextNew command unless this feature is set.
35751 &lt;End of help on this topic&gt;
35752 </BODY>
35753 </HTML>
35754 ====== h_config_tab_new_only =====
35755 <HTML>
35756 <HEAD>
35757 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
35758 </HEAD>
35759 <BODY>
35760 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
35762 This feature affects Alpine's behavior when using the TAB key to move from
35763 one message to the next.  Alpine's usual behavior is to select the next
35764 unread message or message flagged as "Important".
35768 Setting this feature causes Alpine to skip the messages flagged as important,
35769 and select unread messages exclusively.  Tab behavior when there are no
35770 new messages left to select remains unchanged.
35772 &lt;End of help on this topic&gt;
35773 </BODY>
35774 </HTML>
35775 ====== h_config_warn_if_subj_blank =====
35776 <HTML>
35777 <HEAD>
35778 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
35779 </HEAD>
35780 <BODY>
35781 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
35783 This feature affects Alpine's behavior when you send a message being
35784 composed.
35785 If this option is set, Alpine will check to see if the message about to be sent
35786 has a subject or not.
35787 If not, you will be asked if you want to send the message anyway.
35790 <UL>   
35791 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35792 </UL><P>
35793 &lt;End of help on this topic&gt;
35794 </BODY>
35795 </HTML>
35796 ====== h_config_warn_if_fcc_blank =====
35797 <HTML>
35798 <HEAD>
35799 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
35800 </HEAD>
35801 <BODY>
35802 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
35804 This feature affects Alpine's behavior when you send a message being
35805 composed.
35806 If this option is set, Alpine will check to see if the message about to be sent
35807 has an Fcc or not.
35808 If not, you will be asked if you want to send the message anyway.
35811 <UL>   
35812 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35813 </UL><P>
35814 &lt;End of help on this topic&gt;
35815 </BODY>
35816 </HTML>
35817 ====== h_config_warn_if_no_to_or_cc =====
35818 <HTML>
35819 <HEAD>
35820 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
35821 </HEAD>
35822 <BODY>
35823 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
35825 This feature affects Alpine's behavior when you send a message being
35826 composed.
35827 If this option is set, Alpine will check to see if the message about to be sent
35828 has either a To address, a Cc address, or a Newsgroup.
35829 If none of these is set,
35830 you will be asked if you want to send the message anyway.
35833 This feature is closely related to
35834 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
35835 Alpine will normally ask if you want to copy a message only to the Fcc.
35836 This feature also applies to cases where there is a Bcc but still no To, Cc,
35837 or Newsgroup.
35838 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
35839 message with only an Fcc, then you won't be asked about sending with
35840 a blank To and Cc and Newsgroups header even if this feature is set.
35841 Similarly, if you have already been asked if you want to send to the Fcc
35842 only and you have answered Yes, then you won't be asked again about sending with
35843 blank To, Cc, and Newsgroups headers even if this feature is set.
35846 <UL>   
35847 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35848 </UL><P>
35849 &lt;End of help on this topic&gt;
35850 </BODY>
35851 </HTML>
35852 ====== h_config_quell_dead_letter =====
35853 <HTML>
35854 <HEAD>
35855 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
35856 </HEAD>
35857 <BODY>
35858 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
35860 This feature affects Alpine's behavior when you cancel a message being
35861 composed.  Alpine's usual behavior is to write the canceled message to
35862 a file named 
35863 <!--chtml if pinemode="os_windows"-->
35864 &quot;DEADLETR&quot;,
35865 <!--chtml else-->
35866 &quot;dead.letter&quot; in your home directory,
35867 <!--chtml endif-->
35868 overwriting any previous message. Under
35869 some conditions (some routine), this can introduce a noticeable delay.
35870 Setting this feature will cause Alpine NOT to write canceled compositions
35871 into the file.
35873 NOTE: Enabling this feature means NO record of canceled messages is
35874 maintained.
35876 This feature affects the newer option
35877 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
35878 number of dead letter files to keep around.
35879 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
35881 <UL>   
35882 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35883 </UL><P>
35884 &lt;End of help on this topic&gt;
35885 </BODY>
35886 </HTML>
35887 ====== h_config_quell_beeps =====
35888 <HTML>
35889 <HEAD>
35890 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
35891 </HEAD>
35892 <BODY>
35893 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
35895 This feature affects Alpine's behavior when it displays status message
35896 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
35897 will not affect the display of such messages, but will cause those that
35898 emit a beep to become silent.
35901 <UL>   
35902 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35903 </UL><P>
35904 &lt;End of help on this topic&gt;
35905 </BODY>
35906 </HTML>
35907 ====== h_config_suppress_user_agent =====
35908 <HTML>
35909 <HEAD>
35910 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
35911 </HEAD>
35912 <BODY>
35913 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
35915 If this feature is set then Alpine will not generate a
35916 <CODE>User-Agent</CODE> header in outgoing messages.
35918 <UL>   
35919 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35920 </UL><P>
35921 &lt;End of help on this topic&gt;
35922 </BODY>
35923 </HTML>
35924 ====== h_config_quell_lock_failure_warnings =====
35925 <HTML>
35926 <HEAD>
35927 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
35928 </HEAD>
35929 <BODY>
35930 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
35932 This feature affects Alpine's behavior when it encounters a problem
35933 acquiring a mail folder lock.  Typically, a secondary file associated
35934 with the mail folder being opened is created as part of the locking
35935 process.  On some systems, such file creation has been administratively
35936 precluded by the system configuration.
35938 Alpine issues a warning when such failures occur, which can become bothersome
35939 if the system is configured to disallow such actions.  Setting this
35940 feature causes Alpine to remain silent when this part of lock creation fails.
35942 WARNING: systems that have been configured in a way that precludes locking
35943 introduce some risk of mail folder corruption when more than one program
35944 attempts to modify the mail folder.  This is most likely to occur to one's
35945 INBOX or other incoming message folder. 
35947 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
35949 <UL>   
35950 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35951 </UL><P>
35952 &lt;End of help on this topic&gt;
35953 </BODY>
35954 </HTML>
35955 ====== h_config_enable_role_take ======
35956 <HTML>
35957 <HEAD>
35958 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
35959 </HEAD>
35960 <BODY>
35961 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
35963 Normally, the Take command takes addresses from a message and helps you
35964 put them into your Address Book.
35965 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
35966 you may find it useful
35967 to be able to Take information from a message's headers and put it into
35968 a new Rule.
35969 When this feature is set, you will be given an extra prompt that gives
35970 you the choice to Take into the Address Book or Take into a rule.
35971 <P><UL>
35972 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35973 </UL>
35975 &lt;End of help on this topic&gt;
35976 </BODY>
35977 </HTML>
35978 ====== h_config_enable_take_export ======
35979 <HTML>
35980 <HEAD>
35981 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
35982 </HEAD>
35983 <BODY>
35984 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
35986 Normally, the Take command takes addresses from a message and helps you
35987 put them into your Address Book.
35988 When this feature is set, you will be given an extra prompt that gives you
35989 the choice to Take addresses into a file instead of your Address
35990 Book.
35991 Only the user@domain_name part of the address is put in the file.
35992 <P><UL>
35993 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35994 </UL>
35996 &lt;End of help on this topic&gt;
35997 </BODY>
35998 </HTML>
35999 ====== h_config_quell_folder_internal_msg ======
36000 <HTML>
36001 <HEAD>
36002 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
36003 </HEAD>
36004 <BODY>
36005 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
36007 This feature determines whether or not Alpine will create 
36008 &quot;pseudo messages&quot; in folders that are in standard Unix or 
36009 MMDF format. <P> 
36011 Alpine will normally create these pseudo messages when they are not already
36012 present in a standard Unix or MMDF folder.  Their purpose is to record
36013 certain mailbox state data needed for correct IMAP and POP server
36014 operation, and also for Alpine to be able to mark messages as Answered when
36015 the Reply has been postponed.<P>
36017 Sites that do not use IMAP/POP for remote mail access, and that need to
36018 support mail tools that are adversely affected by the presence of the
36019 pseudo-messages (e.g. some mail notification tools) may enable this
36020 feature to tell Alpine not to create them.  Note that Alpine's 
36021 &quot;Answered&quot; flag
36022 capability will be adversely affected if this is done.<P>
36024 Note too that, even if this feature is enabled, Alpine will not remove
36025 pseudo-messages when it encounters them (e.g. those created by UW's imapd
36026 or ipopd servers.) This feature has no effect on folders that are not in
36027 standard Unix or MMDF format, as pseudo-messages are not needed in the
36028 other formats to record mailbox state information.
36029 <P><UL>
36030 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36031 </UL>
36033 &lt;End of help on this topic&gt;
36034 </BODY>
36035 </HTML>
36036 ====== h_config_mulnews_as_typed ======
36037 <HTML>
36038 <HEAD>
36039 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
36040 </HEAD>
36041 <BODY>
36042 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
36044 This feature will be of little use to most users.
36045 It has no effect unless the feature
36046 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
36047 is set.
36049 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
36050 then the setting of this feature may have an effect on the names of the
36051 newsrc files used.
36052 Normally, the name of the news server will be canonicalized before it is
36053 used in the newsrc file name.
36054 For example, if you type the news server name
36057 <CENTER><SAMP>servername</SAMP></CENTER>
36060 it is likely that the canonical name will be something like
36063 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
36066 Or it may be the case that
36069 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
36072 is really an alias (a DNS CNAME) for
36075 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
36078 If this feature is not set, then the canonicalized names will be used.
36079 If this feature is set, then the name you typed in (or put in your
36080 configuration) will be used.
36082 <P><UL>
36083 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36084 </UL>
36086 &lt;End of help on this topic&gt;
36087 </BODY>
36088 </HTML>
36089 ====== h_config_quell_empty_dirs ======
36090 <HTML>
36091 <HEAD>
36092 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
36093 </HEAD>
36094 <BODY>
36095 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
36097 This feature causes Alpine to remove from the display any directories
36098 that do not contain at least one file or directory.  This can be useful
36099 to prevent overly cluttered folder lists when a collection is stored on
36100 a server that treats all names as both a folder and a directory.
36103 Note, enabling this feature can cause surprising behavior!  For example,
36104 you can still use Add to create a directory, but unless you immediately
36105 enter that directory and create a folder, that newly created directory
36106 may not be displayed next time you enter the folder list.
36109 The description above is not quite correct.
36110 Only directories which potentially may hold messages are hidden if empty.
36111 That is, a directory which is really just a directory and is not selectable
36112 as a folder will not be hidden.
36113 Such directories can occur on servers that treat most names as both a folder
36114 and a directory.
36115 These directories are typically created implicitly when a folder is created
36116 inside a directory that does not yet exist.
36119 <UL>   
36120 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36121 </UL><P>
36122 &lt;End of help on this topic&gt;
36123 </BODY>
36124 </HTML>
36125 ====== h_config_termcap_wins =====
36126 <HTML>
36127 <HEAD>
36128 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
36129 </HEAD>
36130 <BODY>
36131 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
36133 This feature may affect Alpine's low-level input routines.  Termcap (or
36134 terminfo, depending on how your copy of Alpine was compiled and linked)
36135 is the name of the database that describes terminal capabilities.  In
36136 particular, it describes the sequences of characters that various keys
36137 will emit.
36140 An example would be the Up Arrow key on the keyboard.  Up
36141 Arrow is not a distinct character on most Unix systems.  When you press
36142 the Up Arrow key a short sequence of characters are produced.  This
36143 sequence is supposed to be described in the termcap database by the
36144 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
36145 are using terminfo instead of termcap).
36148 By default, Alpine defines some terminal
36149 escape sequences that are commonly used.  For example, the sequence
36150 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
36151 &quot;ESC&nbsp;[&nbsp;A&quot;
36152 is also recognized as an Up Arrow key.  These are chosen because common
36153 terminals like VT100's or ANSI standard terminals produce these
36154 sequences when you press the Up Arrow key.
36157 If your system's termcap
36158 (terminfo) database assigns some other function to the sequence
36159 &quot;ESC&nbsp;O&nbsp;A&quot;
36160 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
36161 database assigns a sequence that doesn't begin with an escape
36162 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
36163 This usually works fine
36164 because most terminals emit the escape sequences that Alpine has defined
36165 by default.  We have also found that it is usually better to have these
36166 defaults take precedence over the definitions contained in the database
36167 because the defaults are more likely to be correct than the database.
36170 There are some terminals where this breaks down.  If you want Alpine to
36171 believe the definitions given in your termcap (terminfo) database in
36172 preference to the defaults the Alpine itself sets up, then you may turn
36173 this feature on.  Then, sequences of characters that are defined in
36174 both termcap (terminfo) and in Alpine's set of defaults will be
36175 interpreted the way that termcap (terminfo) says they should be
36176 interpreted.  Also, if your terminal capabilities database assigns a
36177 sequence that doesn't begin with escape, it will not be ignored.
36180 <UL>   
36181 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36182 </UL><P>
36183 &lt;End of help on this topic&gt;
36184 </BODY>
36185 </HTML>
36186 ====== h_config_cruise_mode =====
36187 <HTML>
36188 <HEAD>
36189 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
36190 </HEAD>
36191 <BODY>
36192 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
36194 This feature affects Alpine's behavior when you hit the
36195 &quot;Space&nbsp;Bar&quot; at
36196 the end of a displayed message.  Typically, Alpine complains that the end
36197 of the text has already been reached.  Setting this feature causes such
36198 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
36199 taking you to the next &quot;interesting&quot; message,
36200 or scanning ahead to the 
36201 next incoming folder with &quot;interesting&quot; messages.
36204 <UL>   
36205 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36206 </UL><P>
36207 &lt;End of help on this topic&gt;
36208 </BODY>
36209 </HTML>
36210 ====== h_config_cruise_mode_delete =====
36211 <HTML>
36212 <HEAD>
36213 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
36214 </HEAD>
36215 <BODY>
36216 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
36218 This feature modifies the behavior of Alpine's 
36219 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
36220 Setting this feature causes Alpine to implicitly delete read
36221 messages when it moves on to display the next &quot;interesting&quot; message.
36223 NOTE: Beware when enabling this feature AND the 
36224 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
36225 feature.
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_slash_coll_entire =====
36234 <HTML>
36235 <HEAD>
36236 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
36237 </HEAD>
36238 <BODY>
36239 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
36241 The slash (/) command is available from the MESSAGE INDEX screen when
36242 the folder is sorted by either Threads or OrderedSubject, and the
36243 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
36244 is set to something other than &quot;none&quot;.
36245 Normally, the slash command Collapses or Expands the subthread that
36246 starts at the currently highlighted message, if any.
36247 If this option is set, then the slash command Collapses or Expands the
36248 <EM>entire</EM> current thread instead of just the subthread.
36249 The current thread is simply the top-level thread that contains the
36250 current message.
36253 <UL>   
36254 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36255 </UL><P>
36256 &lt;End of help on this topic&gt;
36257 </BODY>
36258 </HTML>
36259 ====== h_config_color_thrd_import =====
36260 <HTML>
36261 <HEAD>
36262 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
36263 </HEAD>
36264 <BODY>
36265 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
36267 This option affects only the THREAD INDEX screen.
36268 Whether or not you ever see a THREAD INDEX screen depends on the setting
36269 of the configuration option
36270 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
36271 and on the sort order of the index.
36274 If a message within a thread is flagged as Important
36275 and this option is set, then
36276 the entire line in the THREAD INDEX will be colored the color of the
36277 Index-important Symbol, which can be set using the
36278 <A HREF="h_color_setup">Setup Kolor</A> screen.
36281 <UL>   
36282 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36283 </UL><P>
36284 &lt;End of help on this topic&gt;
36285 </BODY>
36286 </HTML>
36287 ====== h_config_allow_goto =====
36288 <HTML>
36289 <HEAD>        
36290 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
36291 </HEAD>
36292 <BODY>
36293 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
36295 This feature modifies the behavior of Alpine's file browser.  Setting this
36296 feature causes Alpine to offer the "G Goto" command in the file browser.
36297 That is the default.
36301 The Goto command allows you to explicitly type in the desired directory.
36303 &lt;End of help on this topic&gt;
36304 </BODY></HTML>
36305 ====== h_config_add_ldap =====
36306 <HTML>
36307 <HEAD>
36308 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
36309 </HEAD>
36310 <BODY>
36311 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
36313 If both the Directory option
36314 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
36315 and this feature are set,
36316 then when an implicit directory lookup is done from the
36317 composer you will automatically be prompted to add the result of the
36318 directory lookup to your address book.
36320 <UL>   
36321 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36322 </UL><P>
36323 &lt;End of help on this topic&gt;
36324 </BODY>
36325 </HTML>
36326 ===== h_patterns_compat_behavior =====
36327 <HTML>
36328 <HEAD>
36329 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
36330 </HEAD>
36331 <BODY>
36332 <H1>Rules Behavior Changes in Pine 4.50</H1>
36334 In Alpine, Rules that contain unrecognized elements
36335 are ignored.
36336 In most cases, the unrecognized elements will be something that was
36337 added as a new Rules feature in a later version of Alpine.
36338 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
36339 ignore rules that contained unrecognized elements.
36340 For example, a new element of Rules that was added in Pine 4.50 is
36341 Age interval.
36342 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
36343 all messages older than a week red.
36344 Now, if you run Pine 4.44 using that same configuration file, it will not
36345 recognize the Age interval and so will just ignore it.
36346 That means that all messages will match that rule so all messages will
36347 be colored red when using Pine version 4.44.
36350 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
36351 However, since the behavior still exists in versions prior to Pine 4.50 and
36352 since Filtering is a potentially destructive operation, another measure
36353 was taken to attempt to avoid unintentional Filtering of messages.
36354 The first time that you run Alpine or a Pine that is version 4.50 or greater,
36355 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
36356 will be copied to a new Filters configuration variable
36357 with a different name (&quot;Patterns-Filters2&quot;).
36358 From then on, Alpine will continue to use the new
36359 variable.
36360 Of course, Pine version 4.44 or lower will continue to use the old
36361 variable.
36362 That means that if you are using Alpine
36363 and also using a version of Pine that is older than 4.50, they will not
36364 share the configuration information about Filters.
36365 If you make a change in one version you won't see it in the other version.
36368 Since Scoring can be used to trigger Filtering, the same thing has been
36369 done for Score rules.
36370 The old configuration variable name is (&quot;Patterns-Scores&quot;)
36371 and the new name is (&quot;Patterns-Scores2&quot;).
36372 The same is not true of Role, Indexcolor, and Other rules that are
36373 thought to be less harmful when a mistake is made.
36376 &lt;End of help on this topic&gt;
36377 </BODY>
36378 </HTML>
36379 ======= h_config_filt_opts_sentdate =======
36380 <HTML>
36381 <HEAD>
36382 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
36383 </HEAD>
36384 <BODY>
36385 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
36387 By default, the Age interval of a Pattern uses a message's time of
36388 arrival to compute the age of the message.
36389 If this feature is set, the date in the message's Date header will
36390 be used instead.
36392 &lt;End of help on this topic&gt;
36393 </BODY>
36394 </HTML>
36395 ======= h_config_filt_opts_notdel =======
36396 <HTML>
36397 <HEAD>
36398 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
36399 </HEAD>
36400 <BODY>
36401 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
36403 If this option is set then a message will be moved into the
36404 specified folder only if it is not marked for deletion.
36405 This is useful if you have multiple Alpine sessions running
36406 simultaneously and you don't want messages to be filtered into a
36407 folder more than once.
36408 It is also useful if you want to filter
36409 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
36410 This method is not foolproof.
36411 There may be cases where a message
36412 gets marked deleted and so it is never filtered into the folder.
36413 For example, if you deleted it in another Alpine session or another mail
36414 program that didn't use the filtering rule.
36416 This option has no effect if the Filter Action is not set to Move.
36418 &lt;End of help on this topic&gt;
36419 </BODY>
36420 </HTML>
36421 ======= h_config_filt_opts_nonterm =======
36422 <HTML>
36423 <HEAD>
36424 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
36425 </HEAD>
36426 <BODY>
36427 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
36429 If this option is set then this is a non-terminating rule.
36430 Usually, for each message, Alpine searches through the Filter Rules until
36431 a match is found and then it performs the action associated with that rule.
36432 Rules following the match are not considered.
36433 If this option is set then the search for matches will continue at the next
36434 rule.
36436 If a non-terminating rule matches then the actions associated with
36437 that rule, except for any implied deletion of the message, are performed
36438 before the match for the next rule is checked.
36439 For example, if the non-terminating rule sets the Important status, then that
36440 status will be set when the next rule is considered.
36441 However, if the non-terminating rule Moves the message, the message will
36442 actually be copied instead of copied and deleted so that it is still there
36443 for the next rule.
36444 A moved message is deleted after all the relevant rules have been checked.
36445 The name of the &quot;Move&quot; action is confusing in this case because
36446 a single message can be moved to more than one folder.
36447 It turns the Move into a Copy instead, but it is still followed by a deletion
36448 at the end.
36450 This option may be useful if you want to have a single message filtered to
36451 two different folders because it matches two different Patterns.
36452 For example, suppose you normally filter messages to a particular mailing
36453 list into one folder, and messages addressed directly to you into a second
36454 folder.
36455 If a message is sent to both you and the list (and you can tell that by
36456 looking at the headers of the message) this option may give you a convenient
36457 way to capture a copy to each folder.
36458 (It may also cause you to capture two copies to each folder,
36459 depending on whether your mail system delivers one or two copies of the
36460 message to you and on how the list works.)
36462 &lt;End of help on this topic&gt;
36463 </BODY>
36464 </HTML>
36465 ====== h_command_external_browser =====
36466 <HTML>
36467 <HEAD>
36468 <TITLE>The External Browser Command</TITLE>
36469 </HEAD>
36470 <BODY>
36471 <H1>The External Browser Command</H1>
36474 A new command was added to Alpine that allows users to send HTML messages to be displayed
36475 by a web browser. This is helpful when a user wants to see images in the context of the
36476 message, or get a better display of the message than Alpine provides.
36479 The simplest way to use this command is to do as follows. While reading a message,
36480 press the &quot;V&quot; to go to the <A href="h_attachment_screen">ATTACHMENT SCREEN</A>.
36481 In that screen move the cursor until it is on top of a TEXT/HTML attachment and press the
36482 &quot;X&quot; key. This will make Alpine launch the browser you have configured for
36483 in the <a href="h_config_browser"><!--#echo var="VAR_url-viewers"--></a> variable, and
36484 you should be able to read the message in your browser, as well as in Alpine.
36486 <P> If the message you sent to your browser has inline images, then the images attached to
36487 the message that are necessary for the display of the message are also sent to the browser
36488 for its display.
36490 <P> The text that follows will explain more details about this command, and is only
36491 recommended for more advanced users.
36493 <h1><CENTER>Displaying Images</CENTER></h1>
36495 <P> First, we will talk about displaying images in an HTML file. Typically, HTML images
36496 are displayed as the result of some specific code of the form
36497 <center>
36498 <PRE>
36499 &lt;img src=&quot;...&quot;&gt;,
36500 </PRE>
36501 </center>
36502 where the text between the quotes tells Alpine how to find the image.
36503 If the source of the image is internal to the message, Alpine passes that image to the
36504 browser. Otherwise Alpine erases the link to the image. This is done so that
36505 you can be protected from a bad use of external images. Images can be used to track
36506 that you read the message, or your location, devices you own, etc.. Since Alpine does
36507 not open images in any messages, your
36508 privacy is always protected this way. Therefore, when you do not pass the links to
36509 external images to a browser, your privacy is being protected. However, doing this
36510 might make the message not be displayed correctly, since when the message was
36511 created the images were part of the formatted message, and not having images might make
36512 this formatting look awkward.
36514 <P> If you would like that Alpine display all images, regardless of their source, and
36515 regardless of the sender, then you need to disable the feature <a
36516 href="h_external_loads_inline_images_only"><!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>.
36517 The message will display as intended, but you will leak information to the sender of the
36518 message, as well as to your internet service provider, which could be your employer, or
36519 school, etc.
36521 <P> Alpine provides an alternative mechanism to either send all links to the images to the
36522 external browser or to send only those that are attached to the message you are trying to
36523 display. In order to use this mechanism you must first enable
36524 <a href="h_config_enable_view_attach"><!--#echo var="FEAT_enable-msg-view-attachments"--></a>.
36525 This allows Alpine to add direct links to each attachments. If you want to send an HTML
36526 attachment to an external browser, you would place the cursor over the attachment and press
36527 the &quot;Return&quot; or &quot;Enter&quot; key to open the attachment. When you do that
36528 you will see a prompt and menu which says
36530 <pre>
36531 View selected Attachment  ?
36532 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Y [Yes]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;X External
36533 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No
36534 </pre>
36536 <P>In order to send this message to an external browser, you would press the &quot;X&quot;
36537 key. This will change the prompt and menu to
36539 <pre>
36540 View selected Attachment using external viewer including inline images only ?
36541 &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
36542 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I All images
36543 </pre>
36545 <P>This is telling you that if you answer &quot;Yes&quot; to this question, and external
36546 browser will be used to send this messages, and only inline images, that is, those attached
36547 in the message will be sent to the browser. If you would like to send all images in
36548 this case, the menu tells you that you must press the &quot;I&quot; key. Pressing
36549 that key changes the prompt and menu to
36551 <pre>
36552 View selected Attachment using external viewer including all images ?
36553 &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
36554 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I Inline imgs
36555 </pre>
36557 <P>and as you can see the prompt says that if you press &quot;Yes&quot; then the message
36558 will be sent to the browser including the source of all images, including those in
36559 external servers. Notice that the &quot;X&quot; command now is a toggle. If you
36560 were to press it now, you would return to the original prompt,
36562 <pre>
36563 View selected Attachment  ?
36564 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Y [Yes]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;X External
36565 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No
36566 </pre>
36568 <P>which means that if you answer &quot;Yes&quot; at this time your message would not
36569 be sent to your external browser for display, unless you have configured a mailcap
36570 entry to display HTML files.
36572 <P> One of the lessons of this discussion is that if you never press the &quot;X&quot;
36573 command in the ATTACHMENT SCREEN, and you never press the &quot;X&quot; command when
36574 launching a viewer for an attachment in the MESSAGE TEXT screen, you will never use this
36575 mechanism, and Alpine will resort to your already configured mechanisms to open HTML
36576 text.This means you can live your life without worrying that Alpine will do anything
36577 different because of this new feature. You do not have to use it, but if you do, you should
36578 know the risks and advantages and decide when and how to use it.
36580 <h1><CENTER>Saving HTML Messages to Disk</CENTER></h1>
36583 No matter what your reason to send a message to an external web browser is, Alpine must
36584 write your message to a file (and also all related inline images), and point your browser
36585 to open that file. Alpine saves all your messages and auxiliary images in a subdirectory
36586 of the ~/.alpine-html directory in unix-like Alpine, or the alpine-html folder in your home
36587 directory in PC-Alpine. If Alpine cannot access these directories, or create folders
36588 in them, then the full mechanism described above will fail, and you will not be able
36589 to send messages to an external browser for display.
36592 Unfortunately browsers do not remove the file that Alpine created, nor the images
36593 that Alpine saved in order to display this message, so if you use this mechanism often
36594 you will create many directories and files which the browser will not remove. Alpine
36595 will remove these files when you exit Alpine. Any temporary directory that Alpine
36596 created that has existed for longer than 10 minutes will be automatically erased.
36597 Alpine also erases these directories upon exiting.
36600 When Alpine creates a directory to house the files associated to a message that will
36601 pass to an external browser, it tries to delete that directory later on, according to
36602 the discussion above. What this means is that you should consider the contents of the
36603 ~/.alpine-html directory in unix-like Alpine and the alpine-html folder in PC-Alpine
36604 as temporary, and not rely on their existence. If you attempt to save files in one of
36605 these directories, chances are your data will be deleted by Alpine. Since deleting is
36606 a destructive action,
36607 every session of Alpine that you have open will only attempt to remove the directories
36608 it created, with their content in them. If this operation fails, Alpine will not try
36609 to investigate, nor will report to you, why the operation failed. Therefore, users
36610 should periodically check their html directory to see if there is content there that
36611 they wish to delete.
36614 <UL>
36615 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36616 </UL><P>
36617 &lt;End of help on this topic&gt;
36618 </BODY>
36619 </HTML>
36620 ===== h_mainhelp_smime ======
36621 <HTML>
36622 <HEAD>
36623 <TITLE>S/MIME Overview</TITLE>
36624 </HEAD>
36625 <BODY>
36626 <H1>S/MIME Overview</H1>
36628 S/MIME is a standard for the public key encryption and signing of email.
36629 UNIX Alpine contains a basic implementation of S/MIME based on
36630 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries. The
36631 same support can be provided using the 
36632 <A HREF="http://www.libressl.org/">LibreSSL</A> libraries. The
36633 support for S/MIME in PC-Alpine is fully based on the LibreSSL libraries.
36634 To check if this version of Alpine supports S/MIME look at
36635 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
36636 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
36638 Some limitations:
36639 <UL>
36640    <LI> There is no provision for checking for CRLs
36641         (Certificate Revocation Lists) in Alpine.
36642    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
36643    <LI> There is no mechanism available for feeding either an entire incoming
36644         or an entire outgoing message to an external
36645         filter and using that external filter to do S/MIME or PGP processing.
36646    <LI> Because the implementation currently uses OpenSSL, there is only a very
36647         limited integration with the Mac OS Keychain (the storing and access of
36648         public certificates).
36649 </UL>
36651 The S/MIME configuration screen is reached by going to the Main Menu and typing
36652 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
36655 <H2>S/MIME BASICS</H2>
36657 In order to digitally sign messages you send you must have a public/private key-pair.
36658 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
36659 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
36660 users or a company which provides certificates for its workers.
36661 These certificates are bound to an email address, so the identity being verified is the
36662 email address not a person's name.
36664 Mail is signed by using the sender's private key, which only the owner of the private key
36665 has access to.
36666 The signature is verified using the signer's public key, which anyone can
36667 have access to.
36668 With Alpine, the first time you receive a signed message the public key of the
36669 sender will be stored for future use.
36672 Mail is encrypted using the recipient's public key and decrypted by
36673 the recipient with their private key.
36676 You need a key of your own in order to sign outgoing messages and to have others
36677 encrypt messages sent to you.
36678 You do not need a key of your own to verify signed messages sent by others or to
36679 encrypt messages sent to others.
36681 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
36683 By default UNIX Alpine stores the certificates it uses in a directory in your
36684 home directory.
36685 The directory name is
36687 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
36689 For PC-Alpine, the equivalent directory is called 
36690 <CENTER><SAMP>alpine-smime</SAMP></CENTER>
36691 and is also located under your home directory.
36693 Within that directory are three subdirectories.
36694 Each of the three subdirectories contains files with PEM-encoded contents,
36695 the default format for OpenSSL.
36696 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
36697 The files within that directory have names that are email addresses with the
36698 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
36699 An example filename is
36701 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
36703 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
36704 your private key.
36705 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
36706 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
36707 Authorities that you want to trust but that aren't contained in the set of system CAs.
36708 Those files may have arbitrary names as long as they end with the
36709 suffix &quot;<SAMP>.crt</SAMP>&quot;.
36711 <H2>HOW TO SIGN AND ENCRYPT</H2>
36713 If you have a certificate you may sign outgoing messages.
36714 After typing the Ctrl-X command to send a message you will see the prompt
36716 <CENTER><SAMP>Send message?</SAMP></CENTER>
36718 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
36719 Typing the &quot;G&quot; command will change the prompt to
36721 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
36723 Typing the &quot;E&quot; command will change the prompt to
36725 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
36727 You may even type both to get
36729 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
36732 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
36734 The reading of a signed message should not require any special action on
36735 your part.
36736 There should be an editorial addition at the start of the message which
36737 says either
36739 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
36743 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
36745 If an encrypted message is sent to you the encrypted text will not
36746 be shown.
36747 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
36748 you are viewing the message) and supply your passphrase when asked.
36750 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
36751 which gives you some information about the certificate used to sign or encrypt the message.
36753 <H2>MISCELLANEOUS</H2>
36755 If you have access to a private certificate in the PKCS12 format, which 
36756 would sometimes be in a file with a &quot;.p12&quot; extension, then you can 
36757 use the following commands to generate private keys, public and certificate
36758 authorities certificates. In the examples below, we assume that the 
36759 certificate in the p12 format is called &quot;certificate.p12&quot;, and 
36760 that your email address is &quot;your@address.com&quot;.
36763 In order to create a private key use the command
36765 <CENTER><SAMP>openssl pkcs12 -in certificate.p12 -out your@address.com.key</SAMP></CENTER>
36767 In order to create a public certificate use the command
36769 <CENTER><SAMP>
36770 openssl pkcs12 -in certificate.p12 -clcerts -nokeys -out your@address.com.crt
36771 </SAMP></CENTER>
36773 In order to create a certificate authority certificate use the command
36775 <CENTER><SAMP>
36776 openssl pkcs12 -in certificate.p12 -cacerts -nokeys -out certificate-ca.crt 
36777 </SAMP></CENTER>
36779 <P> If the previous command produces an empty file, it means that the 
36780 certificate authority was not included in the .p12 file, so you will have 
36781 to get it from some other sources. You will need these certificates, so 
36782 that you can validate correctly signatures.
36785 After you have exported these certificates and keys, you can  use the import 
36786 command in Alpine, from the S/MIME configuration screen,
36787 to import these certificates into Alpine. They will be available for use
36788 as soon as you import them.
36790 &lt;End of help on this topic&gt;
36791 </BODY>
36792 </HTML>
36793 ====== h_config_smime_pubcertdir =====
36794 <HTML>
36795 <HEAD>
36796 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
36797 </HEAD>
36798 <BODY>
36799 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
36802 If the option
36803 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
36804 is set then this option will have no effect.
36806 Normally, Public Certificates for use with S/MIME will be stored in the directory
36807 which is the value of this option.
36808 Those certificates will be stored in PEM format, one certificate per file.
36809 The name of the file for the certificate corresponding to
36811 <CENTER><SAMP>emailaddress</SAMP></CENTER>
36813 should be
36815 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
36817 For example, a file for user@example.com would be in the file
36819 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
36821 in this directory.
36823 Use the Setup/SMIME screen to modify this variable.
36825 Typically, the public certificates that you have will come from S/MIME signed
36826 messages that are sent to you.
36827 Alpine will extract the public certificate from the signed message and store
36828 it in the certificates directory.
36829 These PEM format public certificates look something like:
36830 <PRE>
36831 -----BEGIN CERTIFICATE-----
36832 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
36833 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
36834 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
36836 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
36837 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
36838 -----END CERTIFICATE-----
36839 </PRE>
36841 <UL>   
36842 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36843 </UL><P>
36845 <UL>   
36846 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36847 </UL><P>
36848 &lt;End of help on this topic&gt;
36849 </BODY>
36850 </HTML>
36851 ====== h_config_smime_pubcertcon =====
36852 <HTML>
36853 <HEAD>
36854 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
36855 </HEAD>
36856 <BODY>
36857 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
36860 If this option is set it will be used instead of
36861 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
36863 This option gives you a way to store certificates remotely on an IMAP server
36864 instead of storing the certificates one per file locally.
36865 In order to do that you just give this option a remote folder name for a folder
36866 which does not yet exist.
36867 The name is similar to the name you might use for a remote configuration file.
36868 A remote folder name might look something like:
36870 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
36873 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
36874 about the syntax of folder names.
36876 Use the Setup/SMIME screen to modify this variable.
36878 <UL>   
36879 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36880 </UL><P>
36882 <UL>   
36883 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36884 </UL><P>
36885 &lt;End of help on this topic&gt;
36886 </BODY>
36887 </HTML>
36888 ====== h_config_smime_privkeydir =====
36889 <HTML>
36890 <HEAD>
36891 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
36892 </HEAD>
36893 <BODY>
36894 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
36897 In order to sign outgoing S/MIME messages you will need a
36898 personal digital ID certificate.
36899 You will usually get such a certificate from a certificate authority such as
36900 Thawte or CAcert.
36901 (In order to encrypt outgoing messages you don't need a personal digital ID, you
36902 need the public certificate of the recipient instead.)
36903 If the option
36904 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
36905 is set then this option will have no effect.
36907 Normally, Private Keys for use with S/MIME will be stored in the directory
36908 which is the value of this option.
36909 Those certificates will be stored in PEM format, one certificate per file.
36910 The name of the file for the certificate corresponding to your
36912 <CENTER><SAMP>emailaddress</SAMP></CENTER>
36914 should be
36916 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
36918 For example, if your address is user@example.com the name of the file would be
36920 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
36922 in this directory.
36924 Use the Setup/SMIME screen to modify this variable.
36926 Typically, the private key that you have will come from a Certificate
36927 Authority.
36928 The private key should be stored in a PEM format file that
36929 looks something like:
36930 <PRE>
36931 -----BEGIN RSA PRIVATE KEY-----
36932 Proc-Type: 4,ENCRYPTED
36933 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
36935 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
36936 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
36937 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
36939 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
36940 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
36941 -----END RSA PRIVATE KEY-----
36942 </PRE>
36944 <UL>   
36945 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36946 </UL><P>
36948 <UL>   
36949 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36950 </UL><P>
36951 &lt;End of help on this topic&gt;
36952 </BODY>
36953 </HTML>
36954 ====== h_config_smime_privkeycon =====
36955 <HTML>
36956 <HEAD>
36957 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
36958 </HEAD>
36959 <BODY>
36960 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
36963 If this option is set it will be used instead of
36964 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
36966 This option gives you a way to store keys remotely on an IMAP server
36967 instead of storing the keys one per file locally.
36968 In order to do that you just give this option a remote folder name for a folder
36969 which does not yet exist.
36970 The name is similar to the name you might use for a remote configuration file.
36971 A remote folder name might look something like:
36973 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
36976 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
36977 about the syntax of folder names.
36979 Use the Setup/SMIME screen to modify this variable.
36981 <UL>   
36982 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36983 </UL><P>
36985 <UL>   
36986 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36987 </UL><P>
36988 &lt;End of help on this topic&gt;
36989 </BODY>
36990 </HTML>
36991 ====== h_config_smime_cacertdir =====
36992 <HTML>
36993 <HEAD>
36994 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
36995 </HEAD>
36996 <BODY>
36997 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
37000 If the option
37001 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
37002 is set then this option will have no effect.
37004 CACert is a shorthand name for certification authority certificate.
37005 Normally Alpine will use the CACerts that are located in the standard system
37006 location for CACerts.
37007 It may be the case that one of your correspondents has a Digital ID which has
37008 been signed by a certificate authority that is not in the regular set of system certificate
37009 authorities.
37010 You may supplement the system list by adding further certificates of your own.
37011 These should  be stored in the directory
37012 which is the value of this option.
37013 The certificates will be stored in PEM format, one certificate per file.
37014 The names of the files can be anything ending in &quot;.crt&quot;.
37016 Use the Setup/SMIME screen to modify this variable.
37018 These PEM format CA certificates look very similar to your public
37019 certificates for particular email addresses
37020 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
37022 <UL>   
37023 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37024 </UL><P>
37026 <UL>   
37027 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37028 </UL><P>
37029 &lt;End of help on this topic&gt;
37030 </BODY>
37031 </HTML>
37032 ====== h_config_smime_cacertcon =====
37033 <HTML>
37034 <HEAD>
37035 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
37036 </HEAD>
37037 <BODY>
37038 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
37041 If this option is set it will be used instead of
37042 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
37044 This option gives you a way to store certificates remotely on an IMAP server
37045 instead of storing the certificates one per file locally.
37046 In order to do that you just give this option a remote folder name for a folder
37047 which does not yet exist.
37048 The name is similar to the name you might use for a remote configuration file.
37049 A remote folder name might look something like:
37051 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
37054 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
37055 about the syntax of folder names.
37057 Use the Setup/SMIME screen to modify this variable.
37059 <UL>   
37060 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37061 </UL><P>
37063 <UL>   
37064 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37065 </UL><P>
37066 &lt;End of help on this topic&gt;
37067 </BODY>
37068 </HTML>
37069 ========== h_config_smime_sign_by_default ==========
37070 <HTML>
37071 <HEAD>
37072 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
37073 </HEAD>
37074 <BODY>
37075 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
37078 This feature only has an effect if your version of Alpine includes
37079 support for S/MIME.
37080 It affects Alpine's behavior when you send a message.
37081 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
37083 Only the default value is affected.
37084 In any case, you may still toggle the Signing option on or off before sending
37085 with the &quot;G Sign&quot; command (provided you have a personal digital ID
37086 certificate).
37088 <UL>   
37089 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37090 </UL><P>
37093 <UL>   
37094 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37095 </UL><P>
37096 &lt;End of help on this topic&gt;
37097 </BODY>
37098 </HTML>
37099 ========== h_config_smime_use_cert_store ==========
37100 <HTML>
37101 <HEAD>
37102 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></TITLE>
37103 </HEAD>
37104 <BODY>
37105 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></H1>
37108 This feature only has an effect if your version of Alpine includes
37109 support for S/MIME.
37110 It affects Alpine's behavior when you validate a message, and should
37111 not be disabled, unless you are performing a test.
37113 There are two important aspects of validation: validation of the message
37114 (that is, the message was not modified after it was sent) 
37115 as well as validation of the identity of the sender. This option has to 
37116 do with the latter. 
37118 In order to validate that the message came from the sender in the message
37119 and not an impersonator, Alpine can 
37120 either use the certificates that come in the message, or the ones that 
37121 you have personally stored. If this feature is enabled (the default) then 
37122 Alpine will use certificates that you have already saved in your store 
37123 and not those that come in the message to validate the sender of the 
37124 message. In particular, the first time that you receive a signed message
37125 from a sender, and their certificate does not validate against your
37126 store, then you will be asked if you wish to save such certificate. If
37127 you do not wish to save the certificate, then Alpine will fail to validate
37128 the signature of the message. Otherwise, Alpine will proceed to validate
37129 the signature of the message. This behavior helps you prevent against impersonation, because 
37130 it is assumed that you trust the certificates that you have saved, and 
37131 might not trust those that came with the message that you are validating.
37133 <UL>   
37134 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37135 </UL><P>
37138 <UL>   
37139 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37140 </UL><P>
37141 &lt;End of help on this topic&gt;
37142 </BODY>
37143 </HTML>
37144 ========== h_config_smime_pubcerts_in_keychain ==========
37145 <HTML>
37146 <HEAD>
37147 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
37148 </HEAD>
37149 <BODY>
37150 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
37153 If this feature is set the Mac OS X default keychain will be used as the place
37154 to store public certificates instead of a
37155 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
37156 or a
37157 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
37159 <UL>   
37160 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37161 </UL><P>
37163 <UL>   
37164 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37165 </UL><P>
37166 &lt;End of help on this topic&gt;
37167 </BODY>
37168 </HTML>
37169 ========== h_config_smime_dont_do_smime ==========
37170 <HTML>
37171 <HEAD>
37172 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
37173 </HEAD>
37174 <BODY>
37175 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
37178 Setting this feature turns off all of Alpine's S/MIME support.
37179 You might want to set this if you are having trouble due to the S/MIME support.
37181 <UL>   
37182 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37183 </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_encrypt_by_default ==========
37193 <HTML>
37194 <HEAD>
37195 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
37196 </HEAD>
37197 <BODY>
37198 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
37201 This feature only has an effect if your version of Alpine includes
37202 support for S/MIME.
37203 It affects Alpine's behavior when you send a message.
37204 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
37206 Only the default value is affected.
37207 In any case, you may still toggle the Encrypt option on or off before sending
37208 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
37209 for the recipient).
37211 <UL>   
37212 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37213 </UL><P>
37216 <UL>   
37217 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37218 </UL><P>
37219 &lt;End of help on this topic&gt;
37220 </BODY>
37221 </HTML>
37222 ========== h_config_smime_remember_passphrase ==========
37223 <HTML>
37224 <HEAD>
37225 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
37226 </HEAD>
37227 <BODY>
37228 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
37231 This feature only has an effect if your version of Alpine includes
37232 support for S/MIME.
37233 If this option is set, you will only have to enter your passphrase for your private key
37234 once during an Alpine session.
37236 <UL>   
37237 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37238 </UL><P>
37241 <UL>   
37242 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37243 </UL><P>
37244 &lt;End of help on this topic&gt;
37245 </BODY>
37246 </HTML>
37247 ====== h_config_smime_transfer_pub_to_con =====
37248 <HTML>
37249 <HEAD>
37250 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
37251 </HEAD>
37252 <BODY>
37253 <H1>S/MIME: Transfer Public Certs to Container</H1>
37256 The Transfer command will copy the public certificates in your configured
37257 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
37258 to the container in your configured
37259 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
37260 This might be useful if you decide to switch from using a cert directory to a cert
37261 container.
37263 Warning: Any previous contents in the container will be lost.
37265 <UL>   
37266 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37267 </UL><P>
37269 <UL>   
37270 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37271 </UL><P>
37272 &lt;End of help on this topic&gt;
37273 </BODY>
37274 </HTML>
37275 ====== h_config_smime_transfer_pub_to_dir =====
37276 <HTML>
37277 <HEAD>
37278 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
37279 </HEAD>
37280 <BODY>
37281 <H1>S/MIME: Transfer Public Certs to Directory</H1>
37284 The Transfer command will copy the public certificates in your configured
37285 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
37286 to the directory in your configured
37287 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
37288 This might be useful if you decide to switch from using a cert container to a cert
37289 directory.
37291 <UL>   
37292 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37293 </UL><P>
37295 <UL>   
37296 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37297 </UL><P>
37298 &lt;End of help on this topic&gt;
37299 </BODY>
37300 </HTML>
37301 ====== h_config_smime_transfer_priv_to_con =====
37302 <HTML>
37303 <HEAD>
37304 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
37305 </HEAD>
37306 <BODY>
37307 <H1>S/MIME: Transfer Private Keys to Container</H1>
37310 The Transfer command will copy the private keys in your configured
37311 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
37312 to the container in your configured
37313 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
37314 This might be useful if you decide to switch from using a key directory to a key
37315 container.
37317 Warning: Any previous contents in the container will be lost.
37319 <UL>   
37320 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37321 </UL><P>
37323 <UL>   
37324 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37325 </UL><P>
37326 &lt;End of help on this topic&gt;
37327 </BODY>
37328 </HTML>
37329 ====== h_config_smime_transfer_priv_to_dir =====
37330 <HTML>
37331 <HEAD>
37332 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
37333 </HEAD>
37334 <BODY>
37335 <H1>S/MIME: Transfer Private Keys to Directory</H1>
37338 The Transfer command will copy the private keys in your configured
37339 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
37340 to the directory in your configured
37341 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
37342 This might be useful if you decide to switch from using a key container to a key
37343 directory.
37345 <UL>   
37346 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37347 </UL><P>
37349 <UL>   
37350 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37351 </UL><P>
37352 &lt;End of help on this topic&gt;
37353 </BODY>
37354 </HTML>
37355 ====== h_config_smime_transfer_cacert_to_con =====
37356 <HTML>
37357 <HEAD>
37358 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
37359 </HEAD>
37360 <BODY>
37361 <H1>S/MIME: Transfer CA Certs to Container</H1>
37364 The Transfer command will copy the CA certificates in your configured
37365 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
37366 to the container in your configured
37367 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
37368 This might be useful if you decide to switch from using a CA cert directory to a CA cert
37369 container.
37371 Warning: Any previous contents in the container will be lost.
37373 <UL>   
37374 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37375 </UL><P>
37377 <UL>   
37378 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37379 </UL><P>
37380 &lt;End of help on this topic&gt;
37381 </BODY>
37382 </HTML>
37383 ====== h_config_smime_transfer_cacert_to_dir =====
37384 <HTML>
37385 <HEAD>
37386 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
37387 </HEAD>
37388 <BODY>
37389 <H1>S/MIME: Transfer CA Certs to Directory</H1>
37392 The Transfer command will copy the CA certificates in your configured
37393 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
37394 to the directory in your configured
37395 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
37396 This might be useful if you decide to switch from using a CA cert container to a CA cert
37397 directory.
37399 <UL>   
37400 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37401 </UL><P>
37403 <UL>   
37404 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37405 </UL><P>
37406 &lt;End of help on this topic&gt;
37407 </BODY>
37408 </HTML>
37409 ====== h_config_smime_transfer_pubcon_to_key =====
37410 <HTML>
37411 <HEAD>
37412 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
37413 </HEAD>
37414 <BODY>
37415 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
37417 Mac OS X Alpine only.
37419 The Transfer command will copy the public certificates in your configured
37420 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
37421 to your default Mac OS X Keychain.
37422 This might be useful if you decide to switch from using a cert container to using
37423 the Keychain to store your public certs, which you may do by using the
37424 feature
37425 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
37427 <UL>   
37428 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37429 </UL><P>
37431 <UL>   
37432 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37433 </UL><P>
37434 &lt;End of help on this topic&gt;
37435 </BODY>
37436 </HTML>
37437 ====== h_config_smime_transfer_pubkey_to_con =====
37438 <HTML>
37439 <HEAD>
37440 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
37441 </HEAD>
37442 <BODY>
37443 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
37446 The Transfer command will copy the public certificates in your configured
37447 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
37448 to your default Mac OS X Keychain.
37449 This might be useful if you decide to switch from using a cert container to using
37450 the Keychain to store your public certs.
37452 <UL>   
37453 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37454 </UL><P>
37456 <UL>   
37457 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37458 </UL><P>
37459 &lt;End of help on this topic&gt;
37460 </BODY>
37461 </HTML>
37462 ====== h_config_smime_public_certificates =====
37463 <HTML>
37464 <HEAD>
37465 <TITLE>S/MIME: Manage Public Certificates</TITLE>
37466 </HEAD>
37467 <BODY>
37468 <H1>S/MIME: Manage Public Certificates</H1>
37471 This menu item allows you to manage your public certificates, this
37472 may include your own public certificate, but it normally includes
37473 certificates of people you correspond with. These certificates are
37474 saved by Alpine automatically when they are found in signed messages
37475 that you receive. This interface allows you to manage them, by
37476 giving you the option to delete them, or trust them (in the case
37477 of self-signed certificates).
37480 Please note that Alpine will not validate a message that was sent to you
37481 using a self-signed certificate, unless you decide to trust that certificate.
37482 Internally, a certificate is trusted by copying it to the
37483 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
37484 collection. If you decide that you want to stop trusting a self-signed
37485 certificate, you must delete such certificate from such collection.
37487 The <B>I</B> Import command available in this screen allows you to 
37488 import a command to this collection.
37490 <UL>   
37491 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37492 </UL><P>
37494 <UL>   
37495 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37496 </UL><P>
37497 &lt;End of help on this topic&gt;
37498 </BODY>
37499 </HTML>
37500 ====== h_config_smime_private_keys =====
37501 <HTML>
37502 <HEAD>
37503 <TITLE>S/MIME: Manage Private Keys</TITLE>
37504 </HEAD>
37505 <BODY>
37506 <H1>S/MIME: Manage Private Keys</H1>
37509 This option allows you to manage your private key. Normally a person has only
37510 one key, in the same way that a person only has one valid passport, or ID card,
37511 at any given time. This option allows you to manage private keys. You can
37512 delete them or import them. Additionally, you can view information
37513 about your public certificate, such as the issuer and the dates of validity
37514 of such certificate, among others.
37517 If you have more than one e-mail address for which you want to use the 
37518 same private key, you must add all those addresses to the private key at 
37519 the moment that the key is generated. When you receive a signed message using 
37520 a key generated for several e-mail addresses, Alpine will save a 
37521 certificate for each e-mail address included in such certificate.
37523 The <B>I</B> Import command available in this screen allows you to 
37524 import a command to this collection.
37526 <UL>   
37527 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37528 </UL><P>
37530 <UL>   
37531 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37532 </UL><P>
37533 &lt;End of help on this topic&gt;
37534 </BODY>
37535 </HTML>
37536 ====== h_config_smime_certificate_authorities =====
37537 <HTML>
37538 <HEAD>
37539 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
37540 </HEAD>
37541 <BODY>
37542 <H1>S/MIME: Manage Certificate Authorities</H1>
37545 This collection contains certificates that are needed to validate the 
37546 certificate of another person, and therefore contains certificates that 
37547 you trust. Typically a certificate is signed by another entity, called a 
37548 certificate authority. This option allows you to manage which certificates 
37549 you trust, allowing you to import them and to delete them or view information
37550 about each certificate, such as the issuer and the dates of validity
37551 of such certificate.
37553 The <B>I</B> Import command available in this screen allows you to 
37554 import a command to this collection.
37556 <UL>   
37557 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37558 </UL><P>
37560 <UL>   
37561 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37562 </UL><P>
37563 &lt;End of help on this topic&gt;
37564 </BODY>
37565 </HTML>
37566 ====== h_config_smime_password_file_certificates =====
37567 <HTML>
37568 <HEAD>
37569 <TITLE>S/MIME: Manage Password File Certificates</TITLE>
37570 </HEAD>
37571 <BODY>
37572 <H1>S/MIME: Manage Password File Certificates</H1>
37575 This option allows you to manage the certificates that are used to
37576 encrypt and decrypt your password file. This is useful in case you
37577 want to change the certificates used to encrypt your password file.
37579 Depending on the version of Alpine that you used for the first time
37580 to set this up, you might have had to enter a password to enter this
37581 screen. In the case that you did not enter a password to enter this
37582 screen, you should know two things that are important:
37583 <UL>
37584 <LI> If anyone takes control of your computer (for example, if you 
37585 left it unattended) then that person can add a password to your
37586 password file and make it unreadable to you in the future.
37587 <LI> If anyone can access your computer (this includes remote access)
37588 then that person can steal your password file and decrypt it without
37589 your help. This gives access to that person to the same services you
37590 have access and such person can use your name to access that service.
37591 In particular, that person can try to hack into your service provider
37592 with your name on it, or that person could try to send spam with
37593 your name.
37594 </UL>
37595 <P> Needless to say, this is not advisable. You should keep your
37596 password file protected. In order to do so, all you need to do is use
37597 the &quot;Create Key&quot; command to create a key. Once you do this,
37598 Alpine will use that key, encrypted with the password used to create that
37599 key, to protect your password file.
37601 In this screen you can import a new key to encrypt your password file, 
37602 and read cryptographic information on your current key.
37604 To import a new key press &quot;RETURN&quot; and enter the location of
37605 the new key. You will be asked to enter the password of the new key. If
37606 this part of the process is successful, Alpine will search for the 
37607 certificate that matches that key. If your key is named 
37608 &quot;your_email@address.com.key&quot;, then Alpine will look for your
37609 certificate in the same directory in the file named
37610 &quot;your_email@address.com.crt&quot;, otherwise it will look for it
37611 as part of your key (that is, it will look to see if your certificate
37612 is in the file &quot;your_email@address.com.key&quot;), if all of this
37613 fails, Alpine will ask you to enter the location of the certificate
37614 that matches the key you unlocked. If a certificate is found, it will be 
37615 used, and in this case, the password file will be read, decrypted with the 
37616 old key and encrypted with the new key. Once this is done, the new key and 
37617 certificates are saved, and the old keys are permanently deleted.
37619 Alpine does not create a backup of your password file, or your old keys
37620 that will be replaced. If you need to keep old copies, you will have to do
37621 this operation outside Alpine.
37623 Observe that you can use this screen to remove the password for the key.
37624 As explained earlier, this is not advisable, but you can always restore the
37625 password to encrypt your password file by creating a new key.
37627 Be safe and keep your password file encrypted with a password.
37628 <UL>   
37629 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37630 </UL><P>
37632 <UL>   
37633 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37634 </UL><P>
37635 &lt;End of help on this topic&gt;
37636 </BODY>
37637 </HTML>
37638 ====== h_certificate_information =====
37639 <HTML>
37640 <HEAD>
37641 <TITLE>S/MIME: Certificate Information Screen</TITLE>
37642 </HEAD>
37643 <BODY>
37644 <H1>S/MIME: Certificate Information Screen</H1>
37647 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
37648 such as its owner, e-mail address, issuer, and interval of validity, 
37649 among others.
37651 In the case of public certificates, this screen shows you if there was a
37652 failure when attempting to validate such message. If the certificate is
37653 self-signed, then the <B>T</B> Trust command will be available, which
37654 you can use to trust such certificate and make Alpine not fail validating 
37655 signatures signed with such certificate.
37657 You can also mark a certificate deleted, with the <B>D</B> command, or 
37658 remove the deleted mark with the <B>U</B> undelete command.
37660 In the case of your private key, Alpine shows you the information
37661 from your public key. Additionally, Alpine allows you to see public
37662 and private information about your key, with the <B>B</B> and
37663 <B>R</B> commands respectively.
37664 <UL>   
37665 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37666 </UL><P>
37668 <UL>   
37669 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37670 </UL><P>
37671 &lt;End of help on this topic&gt;
37672 </BODY>
37673 </HTML>
37674 ====== h_config_smime_manage_public_menu =====
37675 <HTML>
37676 <HEAD>
37677 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
37678 </HEAD>
37679 <BODY>
37680 <H1>S/MIME: Commands that Manage Public Certificates</H1>
37683 This screen allows you to manage your public certificates. 
37685 The format of this screen is as follows. There are five fields: The 
37686 leftmost field is normally empty, but it could contain the letter 
37687 &quot;D&quot; to indicate that that certificate has been marked for 
37688 deletion. The next field is the e-mail address of the owner of the 
37689 certificate, shown in its entirety. The third and fourth field are the 
37690 first and last day validity for that certificate, respectively. The date
37691 is displayed in the user's locale unless the option 
37692 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>
37693 is set. In this case, the month, day and year are represented by two
37694 digits, and the format used is mm/dd/yy. Finally, the fifth 
37695 field is what can be displayed of the MD5 hash of the certificate. You can 
37696 use any of the last three fields to distinguish between two certificates 
37697 for the same owner.
37699 Available commands in this screen and a short description of what they 
37700 do follows.
37701 <UL>
37702 <LI> <B>I</B> Imports a public certificate to this collection.
37703 <LI> <B>V</B> View information about a certificate such as the name of the person the
37704 certificate was issued to, its dates of validity, and validity status.
37705 <LI> <B>D</B> Marks a certificate deleted.
37706 <LI> <B>U</B> Removes the deletion mark on a certificate.
37707 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
37708 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
37709 trust a certificate by copying it to the collection of trusted certificates.
37710 </UL>
37712 All commands provide feedback to let you know about their success or failure.
37714 <UL>   
37715 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37716 </UL><P>
37718 <UL>   
37719 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37720 </UL><P>
37721 &lt;End of help on this topic&gt;
37722 </BODY>
37723 </HTML>
37724 ====== h_config_smime_manage_private_menu =====
37725 <HTML>
37726 <HEAD>
37727 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
37728 </HEAD>
37729 <BODY>
37730 <H1>S/MIME: Commands that Manage Private Keys</H1>
37733 This screen allows you to manage your private key.
37735 The format of this screen is as follows. There are five fields: The 
37736 leftmost field is normally empty, but it could contain the letter 
37737 &quot;D&quot; to indicate that that certificate has been marked for 
37738 deletion. The next field is the e-mail address of the owner of the 
37739 certificate, shown in its entirety. The third field is the first day of 
37740 validity for that certificate; the fourth field in the last day that that 
37741 certificate is valid, and the fifth field is what can be displayed of the 
37742 MD5 hash of the public certificate corresponding to this private key. You 
37743 can use any of the last three fields to distinguish between two 
37744 certificates for the same owner.
37746 Available commands and a short description of what they do follows.
37747 <UL>
37748 <LI> <B>I</B> Imports a new public key to this collection.
37749 <LI> <B>V</B> View information about the public certificate corresponding to this
37750 key.
37751 <LI> <B>D</B> Marks a key to be deleted.
37752 <LI> <B>U</B> Removes the deletion mark on a key.
37753 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
37754 Note that expunging a private key does not remove the public key, which must
37755 be removed separately.
37756 </UL>
37758 All commands provide feedback to let you know about their success or failure.
37760 <UL>   
37761 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37762 </UL><P>
37764 <UL>   
37765 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37766 </UL><P>
37767 &lt;End of help on this topic&gt;
37768 </BODY>
37769 </HTML>
37770 ====== h_config_smime_manage_cacerts_menu =====
37771 <HTML>
37772 <HEAD>
37773 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
37774 </HEAD>
37775 <BODY>
37776 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
37779 This screen allows you to manage your collection of certificates that you
37780 trust. 
37782 The format of this screen is as follows. There are five fields: The 
37783 leftmost field is normally empty, but it could contain the letter 
37784 &quot;D&quot; to indicate that that certificate has been marked for 
37785 deletion. The next field is the e-mail address of the owner of the 
37786 certificate, shown in its entirety. The third field is the first day of 
37787 validity for that certificate; the fourth field in the last day that that 
37788 certificate is valid, and the fifth field is what can be displayed of the 
37789 MD5 hash of the certificate. You can use any of the last three fields to 
37790 distinguish between two certificates for the same owner.
37792 Available commands and a short description of what they do follows.
37793 <UL>
37794 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
37795 done by reading the certificate and validating it. Once a certificate
37796 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
37797 to the certificate, if necessary.
37798 <LI> <B>V</B> View information about this certificate, such as its issuer 
37799 and validity dates.
37800 <LI> <B>D</B> Marks a certificate to be deleted.
37801 <LI> <B>U</B> Removes the deletion mark on a certificate.
37802 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
37803 </UL>
37805 All commands provide feedback to let you know about their success or failure.
37807 <UL>
37808 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37809 </UL><P>
37811 <UL>   
37812 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37813 </UL><P>
37814 &lt;End of help on this topic&gt;
37815 </BODY>
37816 </HTML>
37817 ====== h_config_lame_list_mode =====
37818 <HTML>
37819 <HEAD>
37820 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
37821 </HEAD>
37822 <BODY>
37823 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
37825 This feature modifies the method Alpine uses to ask your IMAP
37826 server for folder names to display in the FOLDER LIST screen.
37827 It is intended to compensate for a small set of IMAP servers that
37828 are programmed to ignore a part of the request, and thus respond
37829 to Alpine's query with nonsensical results.
37832 If you find that Alpine is erroneously displaying blank folder lists,
37833 try enabling this feature.
37836 NOTE: Enabling this feature has consequences for the Goto and Save
37837 commands.  Many servers allow access to folders outside the area
37838 reserved for your personal folders via some reserved character,
37839 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
37840 allows, at the Goto and Save prompts, quick access to folders
37841 outside your personal folder collection without requiring a specific
37842 collection definition.  This behavior will generally not be available
37843 when this feature is enabled.
37846 <UL>   
37847 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37848 </UL><P>
37849 &lt;End of help on this topic&gt;
37850 </BODY>
37851 </HTML>
37852 ====== h_config_enable_mulnewsrcs =====
37853 <HTML>
37854 <HEAD>
37855 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
37856 </HEAD>
37857 <BODY>
37858 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
37860 This feature makes it so Alpine can use multiple newsrcs based on
37861 the news server being connected to, which allows for separate lists
37862 of subscribed-to newsgroups. When this feature is not set, there is only
37863 one list of newsgroups.
37865 Under this feature, the name of a newsrc is based on the news server.
37866 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
37867 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
37868 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
37869 Setting this feature for the first time will allow for the option of using
37870 your old newsrc the next time you read news.
37872 If this feature is set, then the feature
37873 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
37874 also may affect the name of the newsrc file that is used.
37876 <UL>   
37877 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37878 </UL><P>
37879 &lt;End of help on this topic&gt;
37880 </BODY>
37881 </HTML>
37882 ======= h_ab_export_vcard =======
37883 <HTML>
37884 <HEAD>
37885 <TITLE>Address Book Export Format</TITLE>
37886 </HEAD>
37887 <BODY>
37888 <H1>Address Book Export Format</H1>
37890 You are exporting address book data from Alpine to a file outside of Alpine.
37891 You are being asked to choose the format of the export.
37892 Here are the choices:
37894 <DL>
37895 <DT><EM>A</EM>ddress List</DT>
37896 <DD>
37897 The addresses from the address book entries you are saving
37898 from will be saved one address per line.
37899 Address book lists (those with more than one address) will have
37900 all of their addresses saved separately.
37901 </DD>
37903 <DT><EM>V</EM>Card</DT>
37904 <DD>
37905 The entries will be saved in
37906 <A HREF="h_whatis_vcard">vCard</A> format.
37907 </DD>
37909 <DT><EM>T</EM>ab Separated</DT>
37910 <DD>
37911 The entries will be saved in tab-separated columns.
37912 There will be just 4 columns of data that correspond to Alpine's
37913 Nickname field, Full Name field, Address field, and Comment field.
37914 It might prove useful to Select only the Simple, non-List address book
37915 entries before Saving.
37916 </DD>
37918 <DT><EM>^C</EM> Cancel</DT>
37919 <DD>
37920 Cancel out of the Save.
37921 </DD>
37923 </DL>
37927 &lt;End of help on this topic&gt;
37928 </BODY>
37929 </HTML>
37930 ====== h_config_predict_nntp_server =====
37931 <HTML>
37932 <HEAD>
37933 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
37934 </HEAD>
37935 <BODY>
37936 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
37938 This feature allows Alpine to assume that the open NNTP server at the
37939 time of composition is the NNTP server to which the message should be
37940 posted.  This is especially recommended when there are multiple News
37941 collections.  If this feature is not set, Alpine will try to post to the first server in
37942 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
37943 this feature also negates the need to add News collection servers to
37944 the <!--#echo var="VAR_nntp-server"--> variable.
37946 This feature can be especially handy when used in conjunction with
37947 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
37949 <UL>   
37950 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37951 </UL><P>
37952 &lt;End of help on this topic&gt;
37953 </BODY>
37954 </HTML>
37955 ====== h_config_nntp_search_uses_overview =====
37956 <HTML>
37957 <HEAD>
37958 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
37959 </HEAD>
37960 <BODY>
37961 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
37963 This feature should probably be turned on unless it causes trouble.
37964 The results of the NNTP overview command (XOVER) may be used to help
37965 with some searches in news groups.
37966 It should result in quicker response time.
37967 Turning this feature on apparently causes search results which are
37968 different from what you would get with the feature turned off on some
37969 servers.
37971 <UL>   
37972 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37973 </UL><P>
37974 &lt;End of help on this topic&gt;
37975 </BODY>
37976 </HTML>
37977 ====== h_config_thread_sorts_by_arrival =====
37978 <HTML>
37979 <HEAD>
37980 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
37981 </HEAD>
37982 <BODY>
37983 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
37985 This feature affects how a threading sort arranges threads.  The default way
37986 to arrange threads is by the date of the earliest message in the thread.
37987 This feature arranges threads by the last message to arrive in a thread.
37989 This feature causes old threads that get recent messages to sort to the bottom,
37990 where previously a message arrival to a thread would not rearrange the order of
37991 that thread.
37993 <UL>   
37994 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37995 </UL><P>
37996 &lt;End of help on this topic&gt;
37997 </BODY>
37998 </HTML>
37999 ====== h_config_textplain_int =====
38000 <HTML>
38001 <HEAD>
38002 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
38003 </HEAD>
38004 <BODY>
38005 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
38007 This feature modifies the method Alpine uses to display Text/Plain
38008 MIME attachments from the Attachment Index screen.  Normally, the
38009 &quot;View&quot; command searches for any externally defined (usually
38010 via the
38011 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
38012 and displays the selected text within that viewer.
38015 Enabling this feature causes Alpine to ignore any external viewer
38016 settings and always display text with Alpine's internal viewer.
38019 <UL>   
38020 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38021 </UL><P>
38022 &lt;End of help on this topic&gt;
38023 </BODY>
38024 </HTML>
38025 ====== h_config_wp_columns =====
38026 <HTML>
38027 <HEAD>
38028 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
38029 </HEAD>
38030 <BODY>
38031 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
38033 Web Alpine only.
38035 This configuration setting specifies the number of horizontal characters
38036 used to format various WebAlpine pages.  Smaller values will tend to reduce
38037 the amount of horizontal scrolling required to view pages within narrow
38038 browsers, such as those found on PDAs, and larger values will tend to 
38039 spread more information across the page.
38042 The Message List page uses the width to determine how many characters
38043 to assign each field.  Note, a smaller value may result in a disproportionate
38044 amount of blank space between fields on each line.  Similarly, a large
38045 value may result in cramped fields or horizontal scrolling.
38048 The Message View page uses this value to determine when to wrap lines
38049 in displayed message text.  Note, a smaller value may result in jagged
38050 right margins or confusing quoting.  A larger value may cause lines of text to
38051 run beyond the browser's right edge, requiring horizontal scrolling.
38054 <UL>   
38055 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38056 </UL><P>
38057 &lt;End of help on this topic&gt;
38058 </BODY>
38059 </HTML>
38060 ====== h_config_wp_state =====
38061 <HTML>
38062 <HEAD>
38063 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
38064 </HEAD>
38065 <BODY>
38066 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
38068 Web Alpine only.
38070 Various aspects of cross-session state.
38073 <UL>   
38074 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38075 </UL><P>
38076 &lt;End of help on this topic&gt;
38077 </BODY>
38078 </HTML>
38079 ====== h_config_wp_aggstate =====
38080 <HTML>
38081 <HEAD>
38082 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
38083 </HEAD>
38084 <BODY>
38085 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
38087 Web Alpine only.
38089 Aggregate operations tab state.
38092 <UL>   
38093 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38094 </UL><P>
38095 &lt;End of help on this topic&gt;
38096 </BODY>
38097 </HTML>
38098 ====== h_config_wp_indexlines =====
38099 <HTML>
38100 <HEAD>
38101 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
38102 </HEAD>
38103 <BODY>
38104 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
38106 Web Alpine only.
38108 Number of index lines in table.
38111 <UL>   
38112 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38113 </UL><P>
38114 &lt;End of help on this topic&gt;
38115 </BODY>
38116 </HTML>
38117 ====== h_config_wp_indexheight =====
38118 <HTML>
38119 <HEAD>
38120 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
38121 </HEAD>
38122 <BODY>
38123 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
38125 Web Alpine only.
38127 Index table row height.
38130 <UL>   
38131 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38132 </UL><P>
38133 &lt;End of help on this topic&gt;
38134 </BODY>
38135 </HTML>
38136 ====== h_config_rss_news =====
38137 <HTML>
38138 <HEAD>
38139 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
38140 </HEAD>
38141 <BODY>
38142 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
38144 Web Alpine only.
38146 RSS News feed.
38149 <UL>   
38150 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38151 </UL><P>
38152 &lt;End of help on this topic&gt;
38153 </BODY>
38154 </HTML>
38155 ====== h_config_rss_weather =====
38156 <HTML>
38157 <HEAD>
38158 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
38159 </HEAD>
38160 <BODY>
38161 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
38163 Web Alpine only.
38165 RSS Weather feed.
38168 <UL>   
38169 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38170 </UL><P>
38171 &lt;End of help on this topic&gt;
38172 </BODY>
38173 </HTML>
38174 ====== h_config_send_confirms_only_expanded =====
38175 <HTML>
38176 <HEAD>
38177 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
38178 </HEAD>
38179 <BODY>
38180 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
38182 This Web Alpine option specifies whether or not a Send confirmations
38183 happens when a composed message is readied for sending or not.  The
38184 default behavior is to not confirm that the nicknames were expanded to
38185 the intended addresses.
38188 <UL>   
38189 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38190 </UL><P>
38191 &lt;End of help on this topic&gt;
38192 </BODY>
38193 </HTML>
38194 ====== h_config_enable_jump_command =====
38195 <HTML>
38196 <HEAD>
38197 <TITLE>FEATURE: enable-jump-command</TITLE>
38198 </HEAD>
38199 <BODY>
38200 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
38202 This Web Alpine option specifies whether or not a Jump command is
38203 offered in the Message List and Message View pages.  The command is
38204 implemented as an input field in the left column of the List and View
38205 screens. 
38208 When enabled and a number is entered in the input field while the
38209 Message List is displayed, the Message List is reframed with the
38210 specified message.  While viewing a message, the message associated
38211 with the specified message number is displayed.
38214 <UL>   
38215 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38216 </UL><P>
38217 &lt;End of help on this topic&gt;
38218 </BODY>
38219 </HTML>
38220 ====== h_config_enable_newmail_sound =====
38221 <HTML>
38222 <HEAD>
38223 <TITLE>FEATURE: enable-newmail-sound</TITLE>
38224 </HEAD>
38225 <BODY>
38226 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
38228 This Web Alpine option specifies whether or not a sound file is sent
38229 to the web browser along with the newmail notification message.
38233 <UL>   
38234 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38235 </UL><P>
38236 &lt;End of help on this topic&gt;
38237 </BODY>
38238 </HTML>
38239 ====== h_config_render_html_internally =====
38240 <HTML>
38241 <HEAD>
38242 <TITLE>FEATURE: render-html-internally</TITLE>
38243 </HEAD>
38244 <BODY>
38245 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
38247 By default, Web Alpine will pass cleansed HTML text you receive in messages 
38248 to the browser for display (rendering).  This feature causes Web Alpine to convert 
38249 the HTML text into plain text in the same way Unix and PC-Alpine do.
38253 <UL>   
38254 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38255 </UL><P>
38256 &lt;End of help on this topic&gt;
38257 </BODY>
38258 </HTML>
38259 ====== h_config_role_undo =====
38260 Yes, remember changes and exit back to list of roles; No, discard changes
38261 made in this screen; ^C, cancel exit and stay in this config screen.
38262 ====== h_exit_editor =====
38263 S, save changes and exit from the editor; D, do not save changes but
38264 do exit from the editor; or ^C, cancel exit and stay in the editor.
38265 ====== h_config_undo =====
38266 Yes, save changes and exit; No, exit without saving any changes made since
38267 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
38268 ====== h_os_index_whereis =====
38269 Enter ^V or ^Y to go immediately to the last or first message in the index.
38270 Or, enter the match string followed by RETURN.
38271 ====== h_os_index_whereis_agg =====
38272 Enter ^V or ^Y to go immediately to the last or first message in the index,
38273 Or, enter the match string followed by RETURN (or ^X to select all matches).
38274 =========== h_oe_add_full ==================
38275 Type the full name of the person being added and press the RETURN key.
38276 Press ^C to cancel addition.
38277 =========== h_oe_add_nick ==================
38278 Type a short nickname and press RETURN.  A nickname is a short easy-to-
38279 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
38280 ========== h_oe_add_addr ================
38281 Type the e-mail address and press RETURN.
38282 Press ^C to cancel addition.
38283 ========== h_oe_crlst_full ==============
38284 Type a long name or description for the list that you are creating and
38285 press RETURN.  Press ^C to cancel creation of list.
38286 =========== h_oe_crlst_nick =============
38287 Type a nickname (short, easy-to-remember name or single word) for the list
38288 you are creating and press RETURN.  Press ^C to cancel.
38289 ========== h_oe_crlst_addr ==============
38290 Type an e-mail address, or a nickname already in the address book that you
38291 want to be part of this list and press RETURN.
38292 ========== h_oe_adlst_addr =============
38293 Type an e-mail address or a nickname already in the address book that you
38294 want to add to this list and press RETURN.
38295 ========== h_oe_editab_nick ============
38296 Change the nickname using the arrow keys and delete key.  Press RETURN
38297 when done.  Press ^C to cancel editing and leave the nickname as it was.
38298 ========== h_oe_editab_full ============
38299 Change the full name using the arrow keys and delete key.  Press RETURN
38300 when done.  Press ^C to cancel editing and leave the full name as it was.
38301 ========== h_oe_editab_addr ============
38302 Change the address using the arrow keys and delete key.  Press RETURN
38303 when done.  Press ^C to cancel editing and leave the address as it was.
38304 ========== h_oe_editab_fcc ============
38305 Change the fcc using the arrow keys and delete key.  Press RETURN when
38306 done.  Press ^C to cancel editing and leave the fcc as it was.
38307 ========== h_oe_editab_comment ============
38308 Change the comment field using the arrow keys and delete key.  Press RETURN
38309 when done.  Press ^C to cancel editing and leave the comment as it was.
38310 ====== h_ab_forward =====
38311 Yes, expand nicknames and qualify local names with your current domain name;
38312 No, leave nicknames and local names as is;  ^C, cancel.
38313 ========== h_ab_export ==========
38314 Type the name of a file to write the addresses into and
38315 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
38316 ========== h_ab_edit_a_field ==========
38317 Edit any of the fields of the currently selected entry by typing one of the
38318 letters at the bottom of the screen.  Press ^C to cancel edit.
38319 ====== h_ab_del_data_revert =====
38320 Press B to completely delete addrbook and revert to default, C to delete config
38321 and revert while leaving data, or D to only delete data (make it empty).
38322 ====== h_ab_del_data_modify =====
38323 Press B to completely delete addrbook, C to delete configuration while leaving
38324 data, or D to delete data (make it empty) but leave config. ^C to cancel.
38325 ====== h_ab_del_config_modify =====
38326 Yes, remove this address book from my configuration.
38327 No, make no changes now.
38328 ====== h_ab_del_config_revert =====
38329 Yes, remove this address book from my config and revert to default.
38330 No, make no changes now.
38331 ====== h_ab_del_default =====
38332 Yes, remove this default address book from my configuration.
38333 No, make no changes now.
38334 ====== h_ab_really_delete =====
38335 Yes, delete the actual contents of the address book, not just the 
38336 configuration.  No, don't delete the data after all, cancel and start over.
38337 ====== h_ab_del_ignore =====
38338 Press I to ignore all the default address books for this category.  Press R to
38339 remove this one address book and add the others to your personal list.
38340 ====== h_ab_del_dir_ignore =====
38341 Press I to ignore all the default directory servers for this category.
38342 Press R to remove this one server and add the others to your personal list.
38343 ====== h_ab_copy_dups =====
38344 Yes, overwrite the existing entry.
38345 No, skip duplicates but save the rest. Press ^C to cancel.
38346 ====== h_confirm_cancel =====
38347 Type C to Confirm that you want to abandon the message you are composing.
38348 Type N or ^C to cancel out of the cancel and keep composing.
38349 ====== h_ab_text_or_vcard =====
38350 Text, start composer with displayed text already included.
38351 VCard, start composer with address book entry attached as a vCard. ^C cancels.
38352 ====== h_ab_backup_or_ldap =====
38353 Backup, copy email address from entry and allow editing of it.
38354 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
38355 ====== h_ldap_text_or_vcard =====
38356 Text: export displayed text for selected entry. Address: export only the
38357 email address. VCard: export entry in vCard format. ^C cancels.
38358 ====== h_ab_save_exp =====
38359 Save, save entry or entries to an address book.
38360 Export, save to file outside of pine. ^C cancels save.
38361 ====== h_ab_add =====
38362 A, add a brand new entry to this address book.
38363 E, edit the entry that is currently highlighted. ^C to cancel.
38364 ====== h_ab_shuf =====
38365 U, swap order of highlighted address book and the one above it.
38366 D, swap order of highlighted address book and the one below it. ^C to cancel.
38367 ====== h_ab_shuf_up =====
38368 U, swap order of highlighted address book and the one above it.
38369 Press ^C to cancel.
38370 ====== h_ab_shuf_down =====
38371 D, swap order of highlighted address book and the one below it.
38372 Press ^C to cancel.
38373 ====== h_folder_prop =====
38374 Count is # of messages in the folder, Unseen means messages that have not
38375 been read, New means messages that were Recently added to the folder.
38376 ====== h_role_shuf =====
38377 U, swap order of highlighted rule and the one above it.
38378 D, swap order of highlighted rule and the one below it. ^C to cancel.
38379 ====== h_role_shuf_up =====
38380 U, swap order of highlighted rule and the one above it.
38381 Press ^C to cancel.
38382 ====== h_role_shuf_down =====
38383 D, swap order of highlighted rule and the one below it.
38384 Press ^C to cancel.
38385 ====== h_incoming_shuf =====
38386 B, swap order of highlighted directory and the one before it.
38387 F, swap order of highlighted directory and the one after it. ^C to cancel.
38388 ====== h_incoming_shuf_up =====
38389 B, swap order of highlighted directory and the one before it.
38390 Press ^C to cancel.
38391 ====== h_incoming_shuf_down =====
38392 F, swap order of highlighted directory and the one after it.
38393 Press ^C to cancel.
38394 ====== h_dir_shuf =====
38395 U, swap order of highlighted directory and the one above it.
38396 D, swap order of highlighted directory and the one below it. ^C to cancel.
38397 ====== h_dir_shuf_up =====
38398 U, swap order of highlighted directory and the one above it.
38399 Press ^C to cancel.
38400 ====== h_dir_shuf_down =====
38401 D, swap order of highlighted directory and the one below it.
38402 Press ^C to cancel.
38403 ====== h_hdrcolor_shuf =====
38404 U, swap order of highlighted Header Color and the one above it.
38405 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
38406 ====== h_hdrcolor_shuf_up =====
38407 U, swap order of highlighted Header Color and the one above it.
38408 Press ^C to cancel.
38409 ====== h_hdrcolor_shuf_down =====
38410 D, swap order of highlighted Header Color and the one below it.
38411 Press ^C to cancel.
38412 ========== h_oe_editab_al ============
38413 Change the address using the arrow keys and delete key.  Press RETURN
38414 when done.  Press ^C to cancel editing and leave the address as it was.
38415 ========== h_dir_comp_search ===============
38416 Type a string to look for just like you would in the composer. Your configured
38417 rules for the servers with the implicit flag set will be used.
38418 ========== h_oe_searchab ===============
38419 Type the word or name you want to search for and press RETURN.  If you press
38420 RETURN without entering anything the word in [] will be searched for.
38421 ========== h_oe_chooseabook ==========
38422 Choose the address book you want to save the new entry in.
38423 Use ^N or ^P to change address books.  ^C to cancel.
38424 ========== h_oe_takeaddr ==========
38425 Edit the e-mail address using the arrow and delete keys.  Press RETURN
38426 when done.  Press ^C to cancel adding this entry to the address book.
38427 ========== h_oe_take_replace ==========
38428 Press R to replace the old entry with this new data.  You will still have
38429 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
38430 ========== h_oe_take_replace_or_add ==========
38431 Press R to replace the old entry.  Press A to add the selected addresses to
38432 the old existing list.  N to enter another nickname. ^C to cancel now.
38433 ========== h_oe_takename ==========
38434 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
38435 when done.  Press ^C to cancel adding this entry to the address book.
38436 ========== h_oe_takenick ==========
38437 Type a nickname (short easy-to-remember name, initials or single word) for this
38438 entry in the address book and press RETURN.  Press ^C to cancel addition.
38439 ========== h_oe_jump ==========
38440 Type the message number you want to jump to and press RETURN.  The word "end"
38441 represents the last message. Press ^C to cancel jumping to another message.
38442 ========== h_oe_jump_thd ==========
38443 Type the thread number you want to jump to and press RETURN.  The word "end"
38444 represents the last thread. Press ^C to cancel jumping to another thread.
38445 ========== h_oe_debuglevel ==========
38446 Higher number shows more debugging details.
38447 Press ^C if you want to cancel the change.
38448 ========== h_oe_broach ==========
38449 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
38450 to go to the previous/next collections in the list.  Press ^C to cancel goto.
38451 ========== h_oe_foldsearch ==========
38452 Type the text you want to search for in foldernames and press RETURN.  If you
38453 press RETURN without entering anything, any text in [] will be searched for.
38454 ========== h_oe_foldrename ==========
38455 Change the old name of the folder to the new name using the arrow and
38456 delete keys and press RETURN.  Press ^C to cancel rename.
38457 ========== h_oe_login ==========
38458 Enter your login name for the host you are opening the mailbox on.  Just press
38459 RETURN to use your login from this host as is, or edit it with delete key.
38460 ========== h_oe_passwd ==========
38461 Type your password for the host and login shown as part of the prompt.
38462 Press ^C to cancel opening folder.
38463 ========== h_oe_choosep ==========
38464 Enter the number associated with the printer you want to select.  Press ^C to
38465 cancel the printer selection.  The current selection is highlighted.
38466 ========== h_oe_customp ==========
38467 Type the name of the Unix print command and press RETURN.  Press ^C to
38468 cancel the printer selection.
38469 ========== h_oe_searchview ==========
38470 Type the word or name you want to search for and press RETURN.  If you press
38471 RETURN without entering anything the word in [] will be searched for.
38472 ========== h_oe_keylock ==========
38473 The keyboard is in use and locked by another user.  Only that user can
38474 unlock this keyboard by typing the password.
38475 ========== h_wt_expire ==========
38476 At the beginning of each month Alpine offers to rename your current sent-mail
38477 folder to one named for the month so you have a sent-mail folder for each month
38478 ========== h_wt_delete_old ==========
38479 It is the beginning of the month, and we need to conserve disk
38480 space.  Please delete any sent-mail that you do not need.
38481 ========== h_select_sort ==========
38482 Select the order for sorting the index by typing the capitalized letter.
38483 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
38484 ========== h_no_F_arg ============
38485 Enter name of file to be opened.
38487 ========== h_sticky_personal_name ==========
38488 Type in your name as you want it to appear on outgoing email.  This entry
38489 will be saved into your Alpine configuration file.
38490 ========== h_sticky_inbox ============
38491 INBOX syntax is usually {complete.machine.name}INBOX
38492 This entry will be saved in your Alpine configuration file.
38493 ========== h_sticky_smtp ============
38494 The name of the computer on your campus that relays your outgoing email
38495 to the Internet.  This entry will be saved in your Alpine configuration file.
38496 ========== h_sticky_user_id ==========
38497 The username or login-id part of your email address.  This entry will be
38498 saved in your Alpine configuration file.
38499 ========== h_sticky_domain ==========
38500 The domain part of your email address, NOT the name of your PC.  This
38501 entry will be saved in your Alpine configuration file.
38502 ========== h_bounce =========
38503 Enter the address or nickname of the intended recipient.  Alpine will resend
38504 the message, which will retain the original author's From: address.
38505 ========== h_incoming_add_folder_nickname =========
38506 Enter an (optional) nickname that will be used in lieu of the actual
38507 host and folder names in the FOLDER LIST display.
38508 ========== h_anon_forward ==========
38509 Enter the address of your intended recipient, or ^C to cancel.
38510 Example: jsmith@somewhere.edu
38511 ========== h_news_subscribe ==========
38512 Enter the name of the newsgroup to which you wish to subscribe,
38513 or ^C to cancel.  Example: comp.mail.pine
38514 ========== h_pipe_msg ==========
38515 Enter the name of the Unix command to which you wish to send this
38516 message, or ^C to cancel.
38517 ========== h_pipe_attach ==========
38518 Enter the name of the Unix command to which you wish to send this
38519 attachment, or ^C to cancel.
38520 ========== h_select_by_num ==========
38521 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
38522 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
38523 ========== h_select_by_gm_content ==========
38524 Enter your search key in the same way that you would enter a search
38525 key in the web interface for Gmail.
38526 ========== h_select_by_thrdnum ==========
38527 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
38528 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
38529 ========== h_select_txt_from ==========
38530 Messages with From: headers containing the entered string will be selected.
38531 ^C to cancel. ^G again to see original options.
38532 ========== h_select_txt_not_from ==========
38533 Messages without From: headers containing the entered string will be selected.
38534 ^C to cancel. ^G again to see original options.
38535 ========== h_select_txt_to ==========
38536 Messages with To: headers containing the entered string will be selected.
38537 ^C to cancel. ^G again to see original options.
38538 ========== h_select_txt_not_to ==========
38539 Messages without To: headers containing the entered string will be selected.
38540 ^C to cancel. ^G again to see original options.
38541 ========== h_select_txt_cc ==========
38542 Messages with Cc: headers containing the entered string will be selected.
38543 ^C to cancel. ^G again to see original options.
38544 ========== h_select_txt_not_cc ==========
38545 Messages without Cc: headers containing the entered string will be selected.
38546 ^C to cancel. ^G again to see original options.
38547 ========== h_select_txt_subj ==========
38548 Messages with Subject: headers containing the entered string will be selected.
38549 ^C to cancel.  ^X enters Subject: line of current message.
38550 ========== h_select_txt_not_subj ==========
38551 Messages without Subject headers containing the entered string will be selected.
38552 ^C to cancel.  ^X enters Subject: line of current message.
38553 ========== h_select_txt_all ==========
38554 All messages containing the entered string will be selected.  Headers and body,
38555 but not encoded attachments, will be compared.  Enter ^C to cancel.
38556 ========== h_select_txt_not_all ==========
38557 All messages that don't contain the entered string will be selected.  Headers
38558 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
38559 ========== h_select_txt_body ==========
38560 All messages containing the entered string will be selected. Body text, but
38561 not headers or encoded attachments, will be compared. ^C to cancel.
38562 ========== h_select_txt_not_body ==========
38563 All messages that don't contain the entered string will be selected. Body
38564 text, but not headers or encoded attachments, will be compared. ^C to cancel.
38565 ========== h_select_txt_recip ==========
38566 Messages with Cc: or To: headers containing the entered string will be selected.
38567 ^C to cancel. ^G again to see original options.
38568 ========== h_select_txt_not_recip ==========
38569 Messages without Cc: or To: headers containing the string will be selected.
38570 ^C to cancel. ^G again to see original options.
38571 ========== h_select_txt_partic ==========
38572 Messages with Cc, To, or From headers containing the string will be selected.
38573 ^C to cancel. ^G again to see original options.
38574 ========== h_select_txt_not_partic ==========
38575 Messages without Cc, To, or From headers containing the string will be selected.
38576 ^C to cancel. ^G again to see original options.
38577 ========== h_select_date ==========
38578 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
38579 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
38580 ========== h_attach_index_whereis ==========
38581 Enter some text that appears in the Attachment Index entry for the desired
38582 attachment.  The first attachment containing that text will be highlighted.
38583 ========== h_kb_lock ==========
38584 Keystrokes entered here (up to a RETURN) comprise a password that must
38585 be entered again later in order to unlock the keyboard.
38586 ========== h_compose_default ==========
38587 N, compose a new message. R, set a role.
38588 ^C to cancel.
38589 ========== h_untranslatable ==========
38590 Send using UTF-8 character set; Send but replace untranslatable characters
38591 with question marks; return to the composer; or cancel message altogether.
38592 ========== h_compose_intrptd ==========
38593 N, compose a new msg. I, continue interrupted msg. R, set a role.
38594 ^C to cancel.
38595 ========== h_compose_postponed ==========
38596 N, compose a new message. P, continue postponed msg. R, set a role.
38597 ^C to cancel.
38598 ========== h_compose_intrptd_postponed ==========
38599 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
38600 R, set a role. ^C to cancel.
38601 ========== h_compose_form ==========
38602 N, compose a new message. F, use form letter. R, set a role.
38603 ^C to cancel.
38604 ========== h_compose_intrptd_form ==========
38605 N, compose a new msg. I, continue interrupted msg. F, use form letter.
38606 R, set a role. ^C to cancel.
38607 ========== h_compose_postponed_form ==========
38608 N, compose a new message. P, continue postponed msg. F, use form letter.
38609 R, set a role. ^C to cancel.
38610 ========== h_compose_intrptd_postponed_form ==========
38611 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
38612 F, use form letter. R, set a role. ^C to cancel.
38613 ========== h_config_context_del_except ==========
38614 If you delete the last exceptional collection you can only add it back by
38615 manually editing the exceptions config file.
38616 ========== h_config_whereis ==========
38617 To move quickly to a particular line, enter a search string or
38618 ^C to cancel.
38619 ========== h_config_edit_scorei ==========
38620 Enter interval in the form (min,max). -INF and INF may be used to represent
38621 -infinity and infinity. ^C to cancel change. RETURN to accept change.
38622 ========== h_config_add ==========
38623 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
38624 pressing RETURN sets the Empty Value (this turns off any global default).
38625 ========== h_config_add_custom_color ==========
38626 Enter a header fieldname. For example, "subject" or "from".
38628 ========== h_config_add_pat_hdr ==========
38629 Enter a header fieldname. For example, "reply-to" or "organization" or
38630 any fieldname you want that isn't included already.
38631 ========== h_config_print_opt_choice ==========
38632 You may edit either the initialization string (characters printed before
38633 printing starts) or the trailer string.  Choose one or ^C to cancel.
38634 ========== h_config_print_init ==========
38635 Enter a C-style string for this.  You may use common backslash escapes like
38636 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
38637 ========== h_config_change ==========
38638 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
38639 delete current (highlighted) character, etc.  Enter ^C to cancel change.
38640 ========== h_config_replace_add ==========
38641 Replace ignores the current default, Add places the current default in your
38642 editing buffer as if you had typed it in.
38643 ========== h_config_insert_after ==========
38644 Enter a nickname for this print command.  (InsertBefore puts the new item
38645 before the current line, InsertAfter puts it after the current line.)
38646 ========== h_config_print_cmd ==========
38647 Enter command to be executed for the printer.  Use normal editing keys
38648 to modify, ^C to cancel, carriage return to accept current value.
38649 ========== h_config_role_del ==========
38650 Answering Yes will remove this rule completely from your rules list.
38651 ========== h_config_role_addfile ==========
38652 Type the name of a file to add to your configuration. You don't need to
38653 use a file, you may add rules directly (with Add) without using a file.
38654 ========== h_config_role_delfile ==========
38655 Answering Yes will remove this rule file completely from your rules list.
38656 The rules data file itself will not be removed.
38657 ========== h_config_print_del ==========
38658 Answering Yes will remove this printer completely from your printer list.
38659 ========== h_config_print_name_cmd ==========
38660 You may edit the Nickname of this printer, the Command to be executed when
38661 printing, or change the Options associated with this printer.
38662 ========== h_send_check_fcc ==========
38663 Yes, send message without an Fcc.
38664 No, return to composer.
38665 ========== h_send_check_subj ==========
38666 Yes, send message without a Subject.
38667 No, return to composer.
38668 ========== h_send_check_to_cc ==========
38669 Yes, send message without a To address, or a Cc address, or a Newsgroup.
38670 No, return to composer.
38671 ========== h_send_fcc_only ==========
38672 Yes, copy message to Fcc only and send to NO recipients.
38673 No, return to composer.
38674 ========== h_send_prompt ==========
38675 Yes, send the message.
38676 No or ^C, return to composer.
38677 ========== h_send_prompt_flowed ==========
38678 Yes, send the message.  No or ^C, return to composer.
38679 What's Flowed? See Do Not Send Flowed Text in config screen.
38680 ========== h_send_prompt_dsn ==========
38681 Yes, send the message.  No or ^C, return to composer.
38682 What's DSNOpts? See Enable Delivery Status Notification in config screen.
38683 ========== h_send_prompt_dsn_flowed ==========
38684 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
38685 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
38686 ========== h_role_confirm ==========
38687 Yes, use displayed role. No, compose without a role.
38688 ^C, cancel the message. ^T, select a role from your other eligible roles.
38689 ========== h_norole_confirm ==========
38690 Return, compose without a role.
38691 ^C, cancel the message. ^T, select a role from your eligible roles.
38692 ========== h_custom_print ==========
38693 Enter a Unix command that accepts its data on standard input.
38694 Alpine will display any information the command sends to standard output.
38695 ========== h_convert_abooks_and_sigs ==========
38696 You will be given the opportunity to convert address books and signature files
38697 to remote configurations.
38698 ========== h_convert_abooks ==========
38699 You will be given the opportunity to convert address books to remote
38700 configurations.
38701 ========== h_flag_keyword ==========
38702 Enter the name of the keyword you want to add for this folder.
38703 No spaces, parentheses, braces, percents or asterisks are allowed.
38704 ========== h_select_keyword ==========
38705 Enter the keyword you want to match, or use ^T to select a keyword from a list
38706 of possible keywords for this folder. Use ! to look for non-matches instead.
38707 ========== h_type_keyword ==========
38708 Enter the keyword you want to add. You may add a nickname in the next step.
38709 No spaces, parentheses, braces, percents or asterisks are allowed.
38710 ========== h_type_keyword_nickname ==========
38711 Enter an optional nickname for the keyword you want to add.
38712 Type Carriage return to use the keyword name instead of a nickname.
38713 ========== h_convert_sigs ==========
38714 You will be given the opportunity to convert signature files to remote
38715 configurations.
38716 ========== h_convert_abook ==========
38717 Yes is fairly safe. You will be ADDing a remote address book that is a copy
38718 of the current address book. The current abook won't be removed automatically.
38719 ========== h_convert_sig ==========
38720 Answering Yes copies the contents of the signature file into your Alpine
38721 configuration file. After that, the contents of the file will not be used.
38722 ========== h_save_addman ==========
38723 Enter the simple name of the folder you want to add. Carriage return to
38724 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
38725 ========== h_reopen_folder ==========
38726 Yes reopens the folder, as if you were starting over. This uncovers new mail.
38727 No leaves the folder index as it was without discovering new mail.
38728 ========== h_convert_pinerc_server ==========
38729 This is the name of the host (computer) where the remote Alpine configuration
38730 will be stored. This should be an IMAP server that you have permission to use.
38731 ========== h_convert_pinerc_folder ==========
38732 Enter the correct remote folder name. This folder is special and should
38733 contain only configuration data. It shouldn't contain other mail messages.
38734 ========== h_role_compose ==========
38735 Compose a New message, Reply to current message, Forward current message, or
38736 Bounce message. Then you will be asked to choose one of your Roles to be used.
38737 ========== h_role_aggregate ==========
38738 Compose a reply, or forward, or bounce the selected messages. Then you 
38739 will be asked to choose one of your Roles to be used for this operation.
38740 ========== h_save_size_changed ==========
38741 The reported size of a message is not the same as the actual size. Answer Yes
38742 to continue and hope for the best or No to Cancel the entire Save.
38743 ========== h_select_by_larger_size ==========
38744 Enter a number or ^C to cancel. All messages greater than this many characters
38745 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
38746 ========== h_select_by_smaller_size ==========
38747 Enter a number or ^C to cancel. All messages less than this many characters
38748 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
38749 ========== h_preserve_field ==========
38750 Use 'p' to toggle between preserving or not preserving the original To:
38751 and Cc: fields of the message. Enter ^C to cancel message.
38752 ========== h_privacy_policy ==========
38753 x-alpine-http:http://alpine.x10host.com/legal/privacy.html
38754 ========== h_apache_license ==========
38755 x-alpine-http:http://alpine.x10host.com/legal/apache_license.html