* Update configure script according to previous change to configure.ac
[alpine.git] / pith / pine.hlp
blobdc3695eedabe67707664ebc35c9ad9d5a1567e9d
1 # $Id: pine.hlp 1266 2009-07-14 18:39:12Z hubert@u.washington.edu $
3 #        T H E   A L P I N E    M E S S A G E   S Y S T E M
5 #/* ========================================================================
6 # * Copyright 2013-2022 Eduardo Chappa
7 # * Copyright 2006-2008 University of Washington
8 # *
9 # * Licensed under the Apache License, Version 2.0 (the "License");
10 # * you may not use this file except in compliance with the License.
11 # * You may obtain a copy of the License at
12 # *
13 # *     http://www.apache.org/licenses/LICENSE-2.0
14 # *
15 # * ========================================================================
16 # */
18          Help text for the Alpine mailer
20 This file is in a format created to be turned into text strings in a C
21 program.
23 There are two shell scripts that run on this.  Cmplhelp.sh is the
24 first and turns this into a C file (helptext.c) of text strings that
25 are compiled and linked. The other program, cmplhlp2.sh, turns this
26 into a .h file (helptext.h) with extern string definitions of the
27 strings in the .c file.  The code that actually processes these files
28 while alpine is running is in help.c
30 The lines with "===== xxxx ====" divide the different help screens.  The
31 xxx is the name of the variable that strings will be put in, which are
32 also declared in helptext.h.
34 # is a comment
36 Help text screen text can be either plain text OR HTML.  The latter is
37 denoted by the first line starting with "<HTML>".  The former is simply
38 displayed as it's formatted here.
40 HTML is limited to simple formatting ala HTML 2.0.  No forms, or tables.
41 In addition a small set of tools are are available to customize the HTML
42 screen's text:
44 1a)  Default and function key bindings are separated like this:
46 <!--chtml if pinemode="function_key"-->
47         Function key bindings here
48 <!--chtml else-->
49         Default key bindings here
50 <!--chtml endif-->
53 1b)  A way to distinguish HTML text that is to be displayed when
54      pine is running vs. when the text is served up outside Alpine
55      (someday) can be done via:
57 <!--chtml if pinemode="running"-->
58    Text displayed when viewed within a running pine session
59 <!--chtml else-->
60    Text displayed when HTML viewed outside pine (using chtml aware server)
61 <!--chtml endif-->
63 1c)  A way to distinguish HTML text that is to be displayed under
64      PC-Alpine vs. not is available via:
66 <!--chtml if pinemode="os_windows"-->
67    Text displayed under PC-Alpine
68 <!--chtml else-->
69    Text displayed otherwise
70 <!--chtml endif-->
72 WARNING ABOUT CHTML "if-else-endif" CLAUSES: They don't nest.
74 1d) Other operating systems added to 1c) above are
76     os_unix_and_osx means all unices, incluing mac
77     os_unix  means all unices except mac
78     os_osx   means only mac
80 2a) Several "server side include" commented elements are supported:
82 <!--#include file="textfile"--> 
84 The file "textfile" will be inserted into the HTML text directly.
85 Alpine does no formatting of the text.  At some point we might want to
86 look at the first line for <HTML> but not today.
88 2b) Various bits of Alpine's running state can be inserted into the
89 HTML text as well using the special comment:
91 <!--#echo var="variable"--> 
93 Where "variable" is one of either:
95     ALPINE_VERSION
96     ALPINE_REVISION
97     ALPINE_COMPILE_DATE
98     ALPINE_TODAYS_DATE
99     C_CLIENT_VERSION
100     _LOCAL_FULLNAME_
101     _LOCAL_ADDRESS_
102     _BUGS_FULLNAME_
103     _BUGS_ADDRESS_
104     CURRENT_DIR
105     HOME_DIR
106     PASSWORD_FILE
107     PINE_CONF_PATH
108     PINE_CONF_FIXED_PATH
109     PINE_INFO_PATH
110     MAIL_SPOOL_PATH
111     MAIL_SPOOL_LOCK_PATH
112     VAR_<VARNAME> - where <VARNAME> is config variable name
113     FEAT_<FEATURENAME> - where <FEATURENAME> is config feature name
115 3) The URL scheme "X-Alpine-Gripe:" is available to insert links to
116    pine's composer such that various debugging data can be attached to the
117    message. Aside from normal email addresses, this can be set to
118    either "_LOCAL_ADDRESS_" for the configured local help address, or
119    "_BUGS_ADDRESS_" for the configured local bug reporting address.
120    Aside from the special tokens above, the default behavior only differs
121    from "mailto:" by the insertion of a special Subject: prefix that
122    consists of a randomly-generated token for tracking purposes.
123    Several optional parameters can be included to control what is
124    attached or offered for attachment to the message:
126         ?config  --  Automatically attaches the user's configuration
127                      information to the trouble report
128         ?keys    --  Automatically attaches the user's most recent
129                      keystrokes
130         ?curmsg  --  Causes the user to get an offer to attach the
131                      current message to the trouble report
132         ?local   --  Automatically attaches the result of the script 
133                      defined by VAR_BUGS_EXTRAS
135 For HTML-format sections, the help screen dividers  "===== xxxx ====" must 
136 contain one and only one space after the first and before the second set of 
137 equal signs.
139 Note to authors of this file: to mark sections that need further revision, 
140 please use the text string on the following line consistently so that it is 
141 easy to find those places again in this file:
142 *revision needed*
144 NOTE: Several sections of help text which weren't being used were removed
145 at RCS version number 4.122.  In particular, there were some placeholders
146 with help text for the config screen and the composer that didn't have any
147 reasonable place to be called from.
148 Dummy change to get revision in pine.hlp
149 ============= h_revision =================
150 Alpine Commit 654 2022-06-16 22:01:36
151 ============= h_news =================
152 <HTML>
153 <HEAD>
154 <TITLE>RELEASE NOTES for Alpine</TITLE>
155 </HEAD>
156 <BODY>                 
157 <H1>Alpine Release Notes</H1>
158 <DIV ALIGN=CENTER>
159 Version <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)
160 <BR>
161 <!--chtml if pinemode="running"-->
162 (built <!--#echo var=ALPINE_COMPILE_DATE-->)
163 <!--chtml endif-->
165 <BR>
166 <BR>Copyright 2013-2022 Eduardo Chappa
167 <BR>Copyright 2006-2008 University of Washington
168 </DIV>
171 Alpine is an &quot;Alternatively Licensed Program for Internet
172 News and Email&quot; produced until 2009 by the University of Washington.
173 It is intended to be an easy-to-use program for
174 sending, receiving, and filing Internet electronic mail messages and
175 bulletin board (Netnews) messages.  Alpine is designed to run on a wide
176 variety of Unix&reg; operating systems.  A version for Microsoft Windows&reg;
177 is available as is a world wide web based version designed to run under the
178 Apache web server.
181 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
182 href="h_apache_license">Apache License 2.0</A>.
185 Alpine's privacy policy is a living, online only, document, which can be found at
186 <A href="h_privacy_policy">https://alpineapp.email/privacy.html</A>.
187 By following the previous link,  Alpine
188 will connect to an external server, and will download it and display
189 it for you. Please take some time to read it and understand it.
190 Since the Privacy Policy could be amended to take into consideration
191 new additions to Alpine, please check it periodically.
193 <P> Changes since the release of version 2.26 include:
194 <!-- Changes since the release of version <!--#echo var="ALPINE_VERSION"-->
195 <!-- include: -->
197 <P> Bugs addressed include:
198 <UL>
199 <LI> Crash in PC-Alpine when postponing a message. Reported by Paolo Ienne.
200 </UL>
202 <P> New features include:
203 <UL>
204 <!--chtml if pinemode="os_unix"-->
205 <LI> Unix version of Alpine (not including OSX). Alpine is built with password
206      file support by default. If Alpine is built with SMIME support and the
207      password file does not exist, then Alpine will create it by default and
208      encrypt it. For this version of Alpine, Alpine saves its passwords in the file
209      &quot;<!--#echo var="PASSWORD_FILE"-->&quot; which is in the same directory that
210      your .pinerc is located.
211 <!--chtml endif-->
213 <LI> In the past Alpine did not recognize images embedded
214      in an HTML file, so now it does and a link to open them is
215      given. Additionally, Alpine did not pass these images to an
216      external browser for display using the external command, and
217      now it will.
219 <LI> Support for code_verifier and code_challenge when generating a
220      refresh token and access token in Gmail and Outlook using the
221      S256 method and plain method.
223 <LI> Change the redirect_uri scheme for Gmail, as Google is deprecating the use
224      of oob. Changed to http://localhost. Users are supposed to enter the URL
225      they see in their browser in place of the code.
227 <LI> Some servers do not allow the Drafts folder to be removed, even when
228      it is empty. Alpine, however, assumes that if the folder exists, it
229      must contain a draft message. This joint collaboration with Thomas
230      Uhle modifies alpine to not to attempt to continue a draft message if
231      the draft folder is empty.
233 <LI> Contributions by Thomas Uhle:
234 <UL>
235   <LI> Add support to the LDAP attribute "userCertificate";
236   <LI> Move voiceMailTelephoneNumber from the TCL side to ldap_translate;
237   <LI> XOAUTH2 state generator changes format specifier from %x to %02x;
238   <LI> Web Alpine will not attempt to continue a postponed message if the
239        postponed-msgs folder is empty.
240 </UL>
242 <LI> Improvements to the screen that allows a user to select the client-id when
243      a user attempts to login to a server and more than one client-id
244      is available for that server. In this case additional information is
245      given: The method to use (device or authorize), a user id that uses the
246      suggested client-id or a report that the client-id has not been used.
248 <LI> To protect the privacy of a user, the message-id of a message will be
249      generated using the domain in the From field of the message.
251 <LI> When saving to a folder in the unix format, Alpine parses the
252      destination folder to assign uids to all messages in the folder. When
253      the destination folder is large this could significantly slow down
254      alpine. Fix based on a patch submitted to the alpine-info list by
255      Chris Caputo.
257 <LI> Add the LOGOUT command to the list of commands that can be
258      automatically interrupted in case the connection becomes unstable
259      during that command and Alpine times out its connection to the server.
261 <LI> If new mail has arrived when a user is closing a mailbox, Alpine will
262      also announce how many new messages have arrived. Suggested by Chime Hart.
264 <LI> When an invitation does not have a timezone in the date of the event,
265      but the date is in GMT, adjust the date to local time.
266 </UL>
269 Bugs addressed include:
271 <UL>
272 <LI> Crash when invoking Alpine from the command line and an attempt to authorize
273      alpine to use XOAUTH2 is done. Alpine crashes because of a missing optional
274      parameter -xoauth2-flow and because no screen has been configured yet. Reported
275      by Baron Fujimoto.
277 <LI> Alpine crashes when it cannot retrieve the privacy policy due to
278      failure connecting to the external server.
280 <LI> Alpine might delete all passwords from the password file if the
281      password file is not unlocked by cancellation, or the authentication
282      for an XOAUTH2 server is cancelled, or the password of an account
283      is changed.
285 <LI> When the personal name of an address is encoded, and the personal name
286      is surrounded by quotes, these are not removed by Alpine at the time
287      to offer to take an address from a message to the addressbook. Reported
288      by David Prager Branner.
290 <LI> If a user configures the sendmail-path variable, and does not use a
291      global smtp-server, then Alpine will use the sendmail-path even when
292      the user configured a smtp-server for a role. Reported by Gregory
293      Heytings.
295 <LI> Crash in PC-Alpine when creating a mail collection and no username is
296      indicated in the server path. Reported by Sandy Schuman.
298 <LI> Crash in Alpine when running a filter that moves deleted messages the
299      INBOX in a Gmail account. Reported by Jyrki Voutilainen.
300 </UL>
302 <P>Version 2.25 adds new features and addresses bugs found in previous
303 releases.
306 New features include:
307 <UL>
308 <LI> Unix Alpine: New configuration variable <a href="h_config_ssl_ciphers"><!--#echo var="VAR_ssl-ciphers"--></a> that allows
309      users to list the ciphers to use when connecting to a SSL server.
310      Based on a collaboration with Professor Martin Trusler.
312 <LI> New hidden feature <a href="h_config_delete_before_writing"><!--#echo var="FEAT_enable-delete-before-writing"--></a>
313      to add support for terminals that need lines to be deleted
314      before being written. Based on a collaboration with Professor
315      Martin Trusler.
317 <LI> Experimental: The instruction to remove the double quotes from the processing of
318      customized headers existed in pine, but it was removed in alpine. Restoring
319      old Alpine behavior. See
320      <A href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981781">this</A>
321      report for more background information.
323 <LI> Add the capability to record http debug. This is necessary to debug XOAUTH2
324      authentication, and records sensitive login information. Do not share your
325      debug file if you use this form of debug.
327 <LI> Remove the ability to choose between the device and authorize methods
328      to login to outlook, since the original client-id can only be used
329      for the device method. One needs a special client-id and client-secret
330      to use the authorize method in Outlook.
332 <LI> PC-Alpine only: Some service providers produce access tokens that are
333      too long to save in the Windows Credentials, so the access tokens will
334      be split and saved as several pieces. This means that old versions of
335      Alpine will NOT be able to use saved passwords once this new version of
336      Alpine is used.
338 <LI> PC-Alpine: Debug files used to be created with extension .txt1, .txt2, etc.
339      Rename those files so that they have extension .txt.
341 <LI> Always follow â€˜suppress-asterisks-in-password-prompt’ setting in the
342      various password prompts. Submitted by &Eacute;tienne Deparis.
344 <LI> Use 'alpine -F' instead of 'pine -F' as the browser default pager.
345      Submitted by &Eacute;tienne Deparis.
347 <LI> Introduction of OTHER CMDS menu for the browser/pilot to let
348      people discover the two new commands: &quot;1&quot; is a toggle that
349      switches between 1 column and multicolumn mode. The &quot;.&quot; command
350      toggles between hiding or showing hidden files, and the &quot;G&quot;
351      command to travel between directories. Contributed by &Eacute;tienne
352      Deparis.
354 <LI> Add option -xoauth2-flow to the command line, so that users can specify the
355      parameters to set up an xoauth2 connection through the command line.
357 <LI> Alpine deletes, from its internal memory and external cache, passwords
358      that do not work, even if they were saved by the user.
360 <LI> New format for saving passwords in the windows credential manager
361      for PC-Alpine. Upon starting this new version of Alpine the passwords 
362      saved in the credential manager are converted to the new format and 
363      they will not be recognized by old versions of Alpine, but only by 
364      this and newer versions of Alpine.
366 <LI> Enabled encryption protocols in PC-Alpine are based on those enabled
367      in the system, unless one is specified directly.
368 </UL>
371 Bugs addressed include:
373 <UL>
374 <LI> The c-client library parses information from an IMAP server during
375      non-authenticated state which could lead to denial of service.
376      Reported by Damian Poddebniak from M&uuml;nster University of Applied
377      Sciences.
379 <LI> Memory corruption when alpine searches for a string that is
380      an incomplete utf8 string in a local folder. This could happen by
381      chopping a string to make it fit a buffer without regard to its content.
382      We fix the string so that chopping it does not damage it. Reported
383      by Andrew.
385 <LI> Crash in the ntlm authenticator when the user name does not include
386      a domain. Reported and fixed by Anders Skargren.
388 <LI> When forwarding a message, replacing an attachment might make Alpine
389      re-attach the original attachment. Reported by Michael Traxler.
391 <LI> When an attachment is deleted, the saved message with the deleted
392      attachment contains extra null characters after the end of the
393      attachment boundary.
395 <LI> Tcp and http debug information is not printed unless the default
396      debug level is set to 1. Print this if requested, regardless of what
397      the default debug level is.
399 <LI> When trying to select a folder for saving a message, one can only enter
400      a subfolder by pressing the &quot;>&quot; command, rather than the normal
401      navigation by pressing &quot;Return&quot;. Reported by Ulf-Dietrich Braunmann.
403 <LI> Crash when attempting to remove a configuration for a XOAUTH2 server
404      that has no usernames configured.
406 <LI> Crash caused by saving (and resaving) XOAUTH2 refresh and access tokens
407      in PC-Alpine. Reported by Karl Lindauer.
408 </UL>
410 <P> Version 2.24 adds new features and addresses bugs found in previous
411 releases.
413 <P> 
414 New features include:
416 <UL>
417 <LI> Experimental: The instruction to remove the double quotes from the processing of
418      customized headers existed in pine, but it was removed in alpine. Restoring
419      old Alpine behavior. See 
420      <A href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981781">this</A>
421      report for more background information.
422 <LI> Add the capability to record http debug. This is necessary to debug XOAUTH2
423      authentication, and records sensitive login information. Do not share your
424      debug file if you use this form of debug.
425 <LI> Remove the ability to choose between the device and authorize methods
426      to login to outlook, since the original client-id can only be used
427      for the device method. One needs a special client-id and client-secret
428      to use the authorize method in Outlook.
429 <LI> PC-Alpine only: Some service providers produce access tokens that are
430      too long to save in the Windows Credentials, so the access tokens will
431      be split and saved as several pieces. This means that old versions of
432      Alpine will NOT be able to use saved passwords once this new version of
433      Alpine is used.
434 <LI> PC-Alpine: Debug files used to be created with extension .txt1, .txt2, etc.
435      Rename those files so that they have extension .txt.
436 <LI> Always follow â€˜suppress-asterisks-in-password-prompt’ setting in the
437      various password prompts. Submitted by &Eacute;tienne Deparis.
438 <LI> Use 'alpine -F' instead of 'pine -F' as the browser default pager.
439      Submitted by &Eacute;tienne Deparis.
440 <LI> Introduction of OTHER CMDS menu for the browser/pilot to let
441      people discover the two new commands: &quot;1&quot; is a toggle that 
442      switches between 1 column and multicolumn mode. The &quot;.&quot; command 
443      toggles between hiding or showing hidden files, and the &quot;G&quot; 
444      command to travel between directories. Contributed by &Eacute;tienne 
445      Deparis.
446 <LI> Implementation of XOAUTH2 for Yahoo! Mail. <A href="h_yahoo_configuration">Learn More</A>
448 <LI> Expansion of the configuration screen for XOAUTH2 to include
449      username, authorization flow, and tenant.
451 <LI> XOAUTH2: automatic renew of access token and connection to a server
452      within 60 seconds of expiration of the access token.
454 <LI> If a user has more than one client-id for a service, Alpine
455      asks the user which client-id to use and associates that client-id to
456      the credentials in the XOAUTH2 configuration screen.
457      <A HREF="h_xoauth2_config_screen">Learn more</A>.
459 <LI> Addition of Yandex.com to the list of services that Alpine can use XOAUTH2 to
460      authenticate for reading and sending email. <A href="h_yandex_configuration">Learn More</A>
462 <LI> Addition of a link to the Apache License 2.0 (see above). This is 
463      available from the Release Notes as well as the welcome screen.
465 <LI> Modifications to protect the privacy of users:
466 <UL>
467 <LI> Alpine does not generate Sender or X-X-Sender by default
468      by enabling  <a href="h_config_disable_sender"><!--#echo var="FEAT_disable-sender"--></a>
469      as the default.
470 <LI> Alpine does not disclose User Agent by default by enabling
471      <A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A>
472      by default.
473 <LI> Alpine uses the domain in the From: header of a message
474      to generate a message-id and suppresses all information
475      about Alpine, version, revision, and time of generation
476      of the message-id from this header. This information is
477      replaced by a random string.
478 </UL>
479 <LI> Unix Alpine displays configure options and flags when 
480      invoked as &quot;alpine -v&quot;. Suggested by Matt Ackeret.
481 <LI> Alpine will ding the terminal bell when asking  about quitting
482      when new mail arrives. This is consistent with Alpine dinging the
483      bell when new mail arrives. The bell will not ding if it is disabled
484      for status messages. Suggested by Chime Hart.
486 <LI> When messages are selected, pressing the &quot;;&quot; command to broaden or narrow
487      a search, now offers the possibility to completely replace the search, and
488      is almost equivalent to being a shortcut to &quot;unselect all messages, and select
489      again&quot;. The difference is that cancelling this command will not unselect
490      all currently selected messages. Suggested by Holger Trapp.
492 <LI> Alpine will not write debug files unless started with the option -d, 
493      so for example &quot;alpine -d 2&quot; will generate a debug file at level 2, 
494      but just issuing the alpine command will not write any debug to a file.
496 <LI> Experimental: Attempt to implement the Encryption Range in Windows. It works
497      in Windows 10, and it should work in Windows 8.1. It needs testing in
498      Windows 7 and Windows Vista.
500 <LI> Addition of variables <A HREF="h_config_user_certs_path"><!--#echo var="VAR_user-certs-path"--></A>
501      and <A HREF="h_config_user_certs_file"><!--#echo var="VAR_user-certs-file"--></A>
502      which allow a user to specify locations for certificates that the user
503      trusts.
505 <LI> Ignore non-empty initial challenge in the GSSAPI authenticator. Based
506      on a patch written by Jarek Polok, but submitted by Ignacio Reguero.
508 <LI> When a server expires a refresh token, Alpine needs to cancel it
509     internally. Alpine will attempt to get a new one when it  reopens the
510     folder after it cancels it.
512 <LI> Set up the IMAP ID at the moment of logging in to the server, rather than
513      as a one time option, in case we need to use a special IMAP ID.
514 </UL>
517 Bugs addressed:
519 <UL>
520 <LI> When Alpine starts a PREAUTH connection, it might still ask the user
521      to login. Reported by Frank Tobin.
523 <LI> Crash while resizing the screen when viewing a calendar event.
525 <LI> When Alpine opens a folder in a server whose address is given numerically
526      it might crash due to an incorrect freeing of memory. Reported by Wang Kang.
528 <LI> Crash when Alpine frees memory on a system where LC_CTYPE is not 
529      configured, and the user calls the file browser to attach files to
530      a message. Reported by Luis Gerardo Tejero.
532 <LI> Invalid signatures created by Alpine, when built with recent
533      releases of the Openssl-1.1.1 series (but not in the Openssl-1.0.1 series).
534      Fix contributed by Bernd Edlinger.
536 <LI> After returning from the directory side of a dual-folder, sometimes 
537      Alpine would return to the first folder in the parent directory or to 
538      the dual-folder. The fix is to return to the original dual-folder as 
539      intended. Reported by Holger Trapp.
541 <LI> When an attachment is deleted and the original message is saved, Alpine
542      might write only a part of the name of the file deleted. Reported by Holger
543      Trapp.
545 <LI> URLs that are surrounded by white space are not cleaned by Alpine before
546      passing them to the browser, resulting in no display of the URL when Alpine
547      tries to open it. Reported by Gregory Heytings.
549 <LI>  When Alpine is built without smime, password file functionality might
550       fail. Reported by Andres Fehr.
552 <LI> Crash in PC-Alpine when using the eXternal command.
554 <LI> Fix in Macs that made Alpine abort a ssh connection to an imap server.
555      Reported and assisted by Wang Kang.
556 </UL>
559 Version 2.23 has new additions and addresses bugs found in previous releases.
562 Additions include:
564 <UL>
565 <LI> Implementation of XOAUTH2 authentication support for Outlook.
566      Based on documentation suggested by Andrew C Aitchison. <A href="h_outlook_configuration">Learn More</A>
568 <LI> Add support for the OAUTHBEARER authentication method in Gmail. Thanks to
569      Alexander Perlis for suggesting it and explaining how the method works. <A href="h_gmail_configuration">Learn More</A>
571 <LI> Creation of Alpine's Privacy Policy. This is presented as a link to
572     an online document from the Release Notes (Link at the top of this
573     document.) Upon user request, Alpine downloads and displays this
574     document. Links to the privacy policy are also displayed when a user
575     starts Alpine for the first time, or when a user starts a new version
576     of Alpine. There is no default exit greeting command for these
577     screens, and to exit the user must press "E", instead of the old
578     default, which was the RETURN command. The RETURN command will open
579     the handle on which the cursor is on, which by default is the Privacy
580     Policy.
582 <LI> Support for the SASL-IR IMAP extension that avoids a round trip during
583      authentication. Similar support added for the SMTP, NNTP and POP3 
584      protocols. Thanks to Geoffrey Bodwin for a report that lead to this
585      implementation.
587 <LI> Alpine can pass an HTML message to an external web browser, by using the
588      &quot;External&quot; command in the <a href="h_attachment_screen">ATTACHMENT INDEX</a>
589      screen. <A href="h_command_external_browser">Learn more</A>.
591 <LI> New configuration variable
592      <a href="h_external_loads_inline_images_only"><!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>
593      that controls if Alpine will keep the source link to all the images in the
594      HTML message, or will only pass a link to inline images included in the message. For your
595      privacy and security this feature is enabled by default.
597 <LI> When reading an email and a user selects an email address to which to compose
598      a message from the message, the user will be able to select a role to compose
599      that message.
601 <LI> New variable system-certs-path that allows users to indicate the 
602      location of the directory where certificates are located. In PC-Alpine 
603      this must be C:\\libressl\\ssl\\certs. The C: drive can be replaced 
604      by the name of the drive where the binary and DLL files are located.
606 <LI> New variable system-certs-file that allows users to configure the
607      location of a container of certificate authority (CA) certificates
608      to be used to validate certificates of remote servers.
610 <LI> Remove sleep of 5 seconds for mailcap programs that use the terminal
611      to display content. Suggested by Carl Edquist. In addition, remove the
612      configurable process table command and its corresponding sleep time.
613 </UL>
616 Bugs addressed:
618 <UL>
619  <LI> Security Bug: Alpine can be configured to start a secure connection using /tls
620       on an insecure connection. However, if the connection is PREAUTH, Alpine
621       will not upgrade the connection to a secure connection, because a client
622       must not issue a STARTTLS to a server that supports it in authenticated
623       state. This makes Alpine continue to use an insecure connection with the
624       server, exposing user data. Reported by Damian Poddebniak and Fabian
625       Ising from Münster University of Applied Sciences.
627    <LI> Selecting by subject might not copy the subject of the current message
628      to the selection text correctly. Reported by Iosif Fettich.
630    <LI> Alpine does not set the return path correctly when using a role while bouncing
631     a message. Reported by Dr. C. Griewatsch.
633 <LI>Bug in PC-Alpine that made Alpine go into an infinite loop and
634     consume CPU when it was iconized. Reported by Holger Schieferdecker in
635     comp.mail.pine.
637 <LI>Crash in Alpine when attempting to reply to a multipart/alternative 
638     message that is malformed, and the option to include attachments in
639     reply is enabled. Reported and patched by Peter Tirsek.
641 <LI>Bug that makes Alpine split encoded words in the subject of a message
642     in the middle of a utf-8 character into two encoded words, breaking the
643     encoding. Reported by Jean Chevalier.
645 <LI> Alpine would not redraw the screen when a check for new mail in an
646     incoming folder failed due to a failure while validating the server 
647     certificate, and the user did not allow the connection to proceed.
649 <LI> Crash in Alpine while resizing the screen when using any of the tokens
650     SUBJKEYTEXT, SUBJECTTEXT, or SUBJKEYINITTEXT in the index format, and 
651     the screen was resized. Reported by Iggy Mogo.
653 <LI> When Alpine is trying to authenticate to Gmail, using the XOAUTH2 method,
654     it does not display the url the user needs to open, in order to authorize
655     Alpine to access Gmail using XOAUTH2 when Alpine still has not created
656     a screen. Reported by Baron Fujimoto.
658 <LI> When an html anchor does not quote the link in the href parameter,
659     alpine does not link to it.
661 <LI> Attempt to fix a bug that breaks scrolling of a message in Alpine when
662      the screen is resized. Reported in the Debian bug system at
663      <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956361">https://bugs.debian.org/cgi-bin/bugreport.cgie?bug=956361</A>.
664 </UL>
667 Version 2.22 addresses bugs found in previous releases and has several
668 additions as well.
671 Additions include:
673 <UL>
674 <LI> Support for <A HREF="h_xoauth2">XOAUTH2</A> authentication method in Gmail.
675      <A href="h_gmail_configuration">Learn More</A>
677 <LI> PC-Alpine builds with LibreSSL and supports S/MIME.
679 <LI> NTLM authentication support with the ntlm library, in Unix systems.
680 Based on code provided by Maciej W. Rozycki.
682 <LI> Add /tls1_3 flag for servers that support it. Read more information
683 in the secure protocols <A HREF="h_network_encryption_security">help</A>.
685 <LI> To increase user's privacy, remove phone-home code that would prompt 
686 users to send an email message upon starting Alpine for the first time for 
687 purposes of counting. Your use of Alpine does not disclose information about 
688 you or your use of Alpine to the developers of Alpine.
690 <LI> New variable 
691 <A HREF="h_config_encryption_range"><!--#echo var="VAR_encryption-protocol-range"--></A> 
692 that allows users to configure versions of the SSL/TLS protocol that Alpine is 
693 restricted to try when establishing a secure connection SSL/TLS to a remote 
694 server. The default can be set at compilation time.
696 <LI> Add -dict option to PC-Pico, which allows users to choose a dictionary
697 when spelling. Sample usage: -dict "en_US, de_DE, fr_FR".
699 <LI> Improvements to the configure stage of compilation. Some of
700 these contributed by Helmut Grohne. See
701 <A href="https://bugs.debian.org/876164">Bug 876164</A> in Debian.
703 <LI> Add &quot;remove password&quot; command to the management screen for the 
704 password file encryption key. This allows users to use their password file
705 without entering a master password.
707 <LI> Add the &quot;g&quot; option to the select command that works in IMAP 
708 servers that implement the X-GM-EXT-1 capability (such as the one offered 
709 by Gmail.) This allows users to do selection in Alpine as if they were 
710 doing a search in the web interface for Gmail.
712 <LI> New variable close-connection-timeout, which tells Alpine to close
713 a connection that is having problems being kept alive after the number
714 of seconds configured in this variable, if the connection has not
715 recovered. The default is 0, which means to keep the connection alive
716 and wait for the connection to recover.
718 <LI> When a message is of type multipart/mixed, and its first part is
719 multipart/signed, Alpine will include the text of the original message
720 in a reply message, instead of including a multipart attachment.
721 Suggested by Barry Landy.
723 <LI> S/MIME: Some clients do not transform messages to canonical form when 
724 signing first and encrypting second, which makes Alpine fail to parse the 
725 signed data after encryption. Reported by Holger Trapp.
727 <LI> Add /auth=XYZ to the way to define a server. This allows users to  
728 select the method to authenticate to an IMAP, SMTP or POP3 server.
729 Examples are /auth=plain, or /auth=gssapi, etc.
731 <LI> Add backward search in the index screen. Based on patch by Astyanax Foo, 
732 submitted in 2009, but resubmitted by Erich Eckner on 2019.
734 <LI> SMIME: When Alpine is set to validate a message using the user's store, and
735      user agrees to save a certificate of another user, use the saved 
736      certificate immediately to verify the smime message. Reported by 
737      Stefan Mueller.
739 <LI> Do not use a delay when printing messages to screen when the initial
740      keystroke sequence of commands is active. Based on a report from Holger
741      Trapp.
743 <LI> In PC-Alpine, when the decoded name of an attachment does not agree
744      with its encoded name, Alpine will offer to save the file using the
745      UTF8 encoded name.
746 </UL>
749 Bugs that have been addressed include:
750 <UL>
751    <LI> Width of characters is not always determined correctly when wcwidth
752         is used. Revert to using code for the Windows operating system. 
753         Reported by Andrew Ho.
755    <LI> The call realpath(..., NULL) gives an error in Solaris, which means that
756         we need to allocate memory for storing the resolved path. Reported by
757         Fabian Schmidt.
759    <LI> Crash when attempting to bounce a message due to lack of space in
760         allocated space for key menu array. Reported by David Sewell.
762    <LI> Crash when a CA certificate failed to load, and user attempted to
763         view certificate information of other certificate authorities.
765    <LI> Crash in the S/MIME configuration screen when a user turned off S/MIME, and
766         then re-enabled it. Also crash when attempting to enter the S/MIME 
767         configuration screen if S/MIME was turned off.
769    <LI> Deactivate some color code from Pico (as standalone editor in the
770         windows version) until I find a way to activate it again. This is 
771         not critical and it is not something that PC-Pico must have (some 
772         of it already exists in other ways, like color support, what does 
773         not exist is the more complex code that Unix-Pico has with color 
774         codes for specific colors.)
776    <LI> When a message is multipart, and the first part is flowed text, 
777         then forwarding the message will set the first part to be flowed, 
778         and sent that way even when the option Do Not Send Flowed Text is 
779         enabled. Reported by Holger Trapp.
781    <LI> When a message/rfc822 part of a message is encoded with
782         Content-Transfer-Encoding: QUOTED-PRINTABLE, Alpine will stop 
783         processing that message. Later this causes Alpine to crash because 
784         when it displays messages, it assumes that both header and body 
785         parts are processed. Reported by Mark Crispin in 2010, in the 
786         Alpine-info list (message with subject "crash bug in 
787         alpine/mailpart.c:format_msg_att()") with no example, and reported 
788         now by Holger Trapp, with an example.
790    <LI> In addition to the previous report, Alpine encodes message/rfc822
791         messages as QUOTED-PRINTABLE, in contradiction with RFC 2045, 
792         when it receives a report that its encoding is 8bit. We preserve 
793         the encoding reported by the IMAP server, and do not encode in 
794         QUOTED-PRINTABLE.
796    <LI> Update build.bat file to add /DWINVER=0x0501 so that Alpine can 
797         build when using Visual Studio 2017. Fix contributed by 
798         Ulf-Dietrich Braunmann.
800    <LI> When the locale is not set up to UTF-8, alpine might determine the 
801         width of a character incorrectly. Reported by Alexandre Fedotov.
803    <LI> In some rare cases, when attachments are deleted before saving 
804         emails, the filenames will be displayed in RFC1522 representation, 
805         instead of in decoded form. Reported and patched by Wang Kang.
807    <LI> When colors are edited from the main setup configuration screen, some
808         color settings are not updated until Alpine is restarted. Reported by
809         Andrew Hill.
811    <LI> If the first part of a message is multipart/alternative, and the 
812         first part of this is also a multipart type, then Alpine might 
813         fail to select the first text part when replying to a message. 
814         Reported by Lucio Chiappetti.
816    <LI> TLS 1.2 works does not work if Alpine is compiled with openssl &gt;= 1.1.0.
817         Reported and patched by Kyle George.
819    <LI> If the directory where Alpine saves the certificates is empty,
820         alpine would not create a self-signed certificate to encrypt the 
821         password file.
823    <LI> S/MIME: The list of public certificates is freed before it is 
824         reused when a signature fails to verify. This causes Alpine to 
825         crash. Patch submitted by Linus Torvalds.
827    <LI> S/MIME: A message could fail to verify its signature even if the
828         certificate was saved when the message was open. Based on a report 
829         by David Woodhouse to the RedHat bugzilla system.
831    <LI> When there are time changes in the clock, Alpine might go to sleep
832         for big amounts of time while displaying messages in the screen. 
833         Reset sleep time to 5 seconds in case it finds it needs to sleep 
834         more than 5 seconds or a negative amount of time.
836    <LI> Restore recognition of empty directories. It was deleted by mistake
837         when added support for internationalization in folders. Based on a 
838         report by Michael Rutter.
840    <LI> Alpine stops parsing the mailcap file when it finds an invalid entry.
841         Reported by Matt Roberds to the Debian bug system at 
842         <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886370">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886370</A>.
844    <LI> Crash with error "Lock when already locked" when an attempt to check
845         for new mail on a locked stream that is being used for a save 
846         operation. Reported by Carlos E.R.
848    <LI> Alpine removes trailing spaces from passwords, making a longin attempt
849         fail. Reported by R. Lyons.
851    <LI> Alpine crashes when opening a remote imap folder and computing scores.
852         Reported by Paul DeStefano.
854    <LI> When more than one server was given in the server-name configuration
855         option of rldap servers, none of them worked. Reported by Robert Wolf.
856 </UL>
859 Version 2.21 addresses bugs found in previous releases and has several 
860 additions as well.
863 Additions include:
864 <UL>
865   <LI> PC-Alpine: New configuration option "Aspell Dictionaries" allows a
866        user to choose the dictionary used to spell check, in case the user 
867        communicates in more than one language. Examples of values for the 
868        variable are "en_US" or "de_DE", etc. Only the first 10 
869        dictionaries are offered.
871   <LI> Unix-Alpine: Connect securely to a LDAP server on a secure port. 
872        Based on a contribution by Wang Kang.
874   <LI> Colors configured in Alpine are inherited in the composer.
876   <LI> When Alpine is compiled with password file and SMIME support 
877        the password file is encrypted using a private key/public 
878        certificate pair. If one such pair cannot be found, one will be 
879        created. <A HREF="h_password_file_support">Learn more</A>.
881   <LI> Alpine builds with any version of OpenSSL greater than or equal
882        to 1.0.0c. This includes version 1.1.0. Alpine also builds with
883        LibreSSL.
885   <LI> New SHORTSUBJECT, SHORTSUBJKEY and SHORTSUBJKEYINIT token for index 
886        format, which removes text in the SUBJECT between &quot;[&quot; and 
887        &quot;]&quot;.
889   <LI> New SMARTTIME24 token for index screen. It is close to SMARTDATETIME
890        but it differns in that it gives the time in which the message was
891        sent for messages that are less than a week old. it uses a 24 hour
892        format.
894   <LI> Alpine will include attachments when forwarding some 
895        multipart/alternative messages for which it did not use to include 
896        attachments.
898   <LI> New configuration option 
899        <a href="h_config_alt_reply_menu"><!--#echo var="FEAT_alternate-reply-menu"--></a>
900        which adds more ways to control features and variables when you
901        start to reply to a message.
903   <LI> Added support for RFC 2971 - IMAP ID extension.
905   <LI> Add configuration <A href="h_config_ignore_size"><!--#echo var="FEAT_ignore-size-changes"--></A>
906        that allows users to ignore errors in the computation of the size
907        of a message from defective servers.
909   <LI> SMIME: Upgrade the default signature digest from sha1 to sha-256, since 
910        clients such as Thunderbird do not validate signatures that use sha1 digest.
912   <LI> Add the configuration variable "default-directories", which is called
913        <A href="h_config_history"><!--#echo var="VAR_default-directories"--></A>
914        variable saves a list of directories that are readily accessible 
915        for save or export of attachments. This makes it easier to save 
916        attachments in directories that are hard to navigate to, or that 
917        are accessed frequently.
919   <LI> When a filename is attached and its name is encoded, the save 
920        attachment command will offer to save the file in the encoded form. 
921        This might work for some users, but the save command will have a 
922        subcommand ^N to decode the file name and save the file with the 
923        decoded name.
925   <LI> The TAB key allows autocomplete in the Fcc field in the composer headers,
926        as well as autocompletes automatically when only one possibility exists 
927        for the ^J attach command.
929   <LI> Add support for the &quot;TYPE&quot; and &quot;VALUE&quot; attributes of
930        the html OL tag.
932   <LI> Ignore message from smtp server after a successful authentication
933        challenge.
935   <LI> When a message is saved in the Form Letter folder, add the ability
936        to save the role being used to compose such message so that settings
937        such as the SMTP server set in the role can be used when sending
938        such form message. Suggested and patched by Frank Doepper.
940   <LI> If SSLDIR is defined somehow, do not disable S/MIME if the
941        SSLCERTSDIR is not found.
943   <LI> When Alpine sends an attachment, it will set the boundary attribute
944        in lower case, as some SMTP servers, such as those of libero.it 
945        reject messages if the boundary attribute is in uppercase.
947   <LI> Add the ability to change the private key and certificates used
948        to encrypt a password file in the SMIME setup configuration screen.
949        <A HREF="h_config_smime_password_file_certificates">Learn more</A>
951   <LI> SMIME: The ctrl-E command that gives information on the certificate
952        is only available for messages that have a signed or encrypted 
953        part.
955   <LI> SMIME: If a message contains a RFC822 attachment that is
956        signed/decrypted add the ability to view its SMIME information.
958   <LI> SMIME: Certificate information in the S/MIME screen is available 
959        for certificates stored in a container.
961   <LI> SMIME: Offer the common name of the person, instead of the name of
962        file containing the certificate, as the name to be displayed in the 
963        certificate management screen for certificate authorities. 
964        Suggested by Matthias Rieber.
966   <LI> SMIME: Management of several alternate name (SAN) certificates is 
967        improved. When importing a SAN certificate, also import a certificate
968        for the filename, besides for the e-mail addresses in the
969        certificate. Suggested by Matthias Rieber.
971   <LI> SMIME: add full year when displaying information about a certificate
972        in the certificate management screen. Suggested by Matthias Rieber.
974   <LI> SMIME: sort certificates by some type of alphabetical order in the
975        displayed name.
977   <LI> SMIME: Alpine will ask users if they wish to save S/MIME 
978        certificates included in signatures, when the option "Validate 
979        Using Certificate Store Only" is enabled. If the user does not wish 
980        to save it, validation will fail.
982   <LI> HTML: Add support for decoding entities in hexadecimal notation.
983        Suggested by Tulip&aacute;nt Gergely.
985   <LI> The &quot;#&quot; command, when used as part of an aggregate
986        operation will allow users to select the role used in either 
987        replying, forwarding or replying to the group of selected messages, 
988        Suggested by Hisashi T Fujinaka.
990   <LI> If the charset of a message can not be determined, use the value set
991        in the <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A> for its value.
993   <LI> Resizing setup screen will redraw screen.
995   <LI> Unix Alpine only. Experimental: If Alpine/Pico finds a UCS4 code
996        in the width ambiguous zone, it will use other means to determine
997        the width, such as call wcwidth.
999   <LI> Pico: Code reorganization in the search command to make it easier to
1000        add subcommands of the search command.
1002   <LI> Pico: Search command can do a case sensitive match. Use the Ctrl-^
1003        subcommand of the search command to bring this choice into view.
1005   <LI> Pico: Add the ability to search for strings in the beginning or end
1006        of a line. Use the Ctrl-^ subcommand of the search command to bring 
1007        this choice into view.
1009   <LI> For a multipart/alternative message, the Take Address command will 
1010        work on the part that is being read.
1012   <LI> When sending a message, allow for 512 characters of consecutive 
1013        non-white space before folding the subject line.
1015   <LI> Make sure titlebar (the line at the top of the screen) always 
1016        contains the name of the folder/newsgroup that is open, if this 
1017        fits in the title.
1019   <LI> The feature <a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
1020        will also scramble the name, version and operating system in the 
1021        message-id header. Based on a contribution by Dennis Davis, which 
1022        is itself based on a contribution by Mark Hills.
1024   <LI> Change in logic in imap_set_password function to make Alpine ask if
1025        a user wants to save a password before reading the password file.
1027   <LI> When exporting all parts of a message, if two attachments have the same
1028        name, do not overwrite a file more than once, but instead add a counter
1029        number to the filename to make a new file that does not exist in the file
1030        system.
1032   <LI> Add the Control-R subcommand to the save command for attachments. 
1033        This subcommand toggles if the saving will be done in binary mode 
1034        for text attachments. When a user saves an attachment using binary
1035        mode it will be saved as it was sent, otherwise the attachment will
1036        be transformed to UTF-8 for further transformation through internal
1037        and user defined filters for saving.
1039   <LI> Add command line argument -smimedir, which allows users to specify
1040        the default path for a directory that contains the public, private, 
1041        and ca directories. This is useful in case a user has a backup of 
1042        old certificates that cannot be installed in the ~/.alpine-smime 
1043        dir.
1045   <LI> Reimplementation of the code that allows the .pinerc file to be a
1046        symbolic link by Kyle George from tcpsoft.com to use realpath.
1048   <LI> When saving an attachment, the "^T" command leads to a screen where the
1049        "A" command can be used to add a file. A directory can be added by
1050        pressing "^X" after the "A" command. Added after a suggestion by
1051        Stefan Goessling.
1053   <LI> When saving an attachment, the ^Y and ^V commands allow a user to 
1054        scroll through the history of directories used to save attachments, 
1055        while preserving the given name of the file. Suggested by Peter 
1056        Koellner.
1058   <LI> SMIME: Turn off automatic signing and encrypting of a message when
1059        bouncing. Suggested after a discussion with Matthias Rieber.
1061   <LI> When messages are selected, warn the user if a message that is not
1062        selected will be bounced, or if not all selected messages will be 
1063        bounced. Suggested by Ulf-Dietrich Braumann.
1065   <LI> The bounce command adds a subcommand to choose a role.
1067   <LI> When selecting messages by number, the &quot;.&quot; character can 
1068        be used to specify the message on which the cursor is on.
1070   <LI> When Alpine opens an attachment, it sometimes changes the extension 
1071        of the file that is being opened and replaces it by another for the 
1072        same mime type. If Alpine finds that the extension of the file 
1073        corresponds with the mime type, according to the mime-types file, 
1074        then it will keep it, and no substitution will be made.
1076   <LI> Set no restrictions on the length of encoded subjects, but encode
1077        words in length of no more than 75 characters.
1078 </UL>
1082 Bugs that have been addressed include:
1083 <UL>
1084   <LI> SMIME: Crash when a certificate has an invalid date of validity. Also
1085        Alpine will use the function ASN1_TIME_print to determine the date 
1086        of validity. Reported by Ben Stienstra.
1088   <LI> SMIME: Crash when attempting to unlock the password file and an
1089        incorrect password is entered.
1091   <LI> SMIME: Crash when checking the signature of a message that contains
1092        a RFC822 attached message. Reported by Holger Trapp and Bj&ouml;rn 
1093        Krellner.
1095   <LI> SMIME: Cancelling entering password to unlock key will not reprompt.
1097   <LI> SMIME: fix a bug that did not allow users to transfer certificates to
1098        remote containers. Reported by Matthias Rieber.
1100   <LI> SMIME: certificates included in messages were not being transferred
1101        to a remote container.
1103   <LI> SMIME: Crash if public certificates are located in an inaccessible
1104        remote server and the private key is not available.
1106   <LI> SMIME: Alpine does not remove temporary files created when adding a 
1107        CA certificate to a container. Reported by Holger Trapp.
1109   <LI> SMIME: When reading a local certificate, Alpine converts the name 
1110        of the certificate to lowercase, which may make Alpine not be able 
1111        to read such certificate. Reported by Dennis Davis.
1113   <LI> SMIME: If the option "Remember S/MIME Passphrase" is disabled, then
1114        entering a password to read an encrypted message will make Alpine 
1115        forget the key and not ask the password to unlock it again in case 
1116        it is necessary to unlock it again. Reported by Ulf-Dietrich 
1117        Braumann.
1119   <LI> Alpine would use freed memory while trying to compute the color
1120        of the titlebar. This happened when trying to continue a postponed 
1121        message.
1123   <LI> Alpine failed to read an encrypted password file if too many
1124        passwords were saved in the password file.
1126   <LI> When selecting messages while in Threaded Index Screen, some 
1127        messages other than top of threads could appear in the index, making
1128        Alpine display messages &quot;out of the screen.&quot;
1130   <LI> The index format would be chopped at the position of an unrecognized 
1131        token, instead of skipping the token as intended.
1133   <LI> Work in progress: Avoid calling non-safe functions when Alpine
1134        receives a signal. See bug report 
1135        <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825772">here.</A>
1137   <LI> Crash when attempting to read a message after a bounce command. 
1138        In order to produce a crash one needed to use the ^T subcommand and 
1139        do a search in a LDAP directory. The crash is produced by changes 
1140        to the text in the title bar. Reported by Heinrich Mislik in the 
1141        Alpine-info list.
1143   <LI> HTML messages that contain UTF-8 may wrap at the wrong position,
1144        making Alpine not display the correct character at the position 
1145        that wrapping is done. Reported by Wang Kang.
1147   <LI> Pico: Searching for a string that is too long causes Pico to crash
1148        in the next search.
1150   <LI> Fix vulnerability in regex library. This only affects those who use
1151        this library, such as the windows version of Alpine. See 
1152        <A HREF="http://www.kb.cert.org/vuls/id/695940">http://www.kb.cert.org/vuls/id/695940</A>
1153        for more details.
1155   <LI> Alpine would not set include and lib paths for OpenSSL if this was
1156        installed in /usr/local/ssl.
1158   <LI> If the .pinerc file is a symbolic link, Alpine might not write its
1159        contents when saving its configuration.
1161   <LI> The _INIT_ token does not skip over non-alphanumeric characters in
1162        the name. Reported by Andreas Fehr.
1164   <LI> When opening an INBOX folder in a context different from the 
1165        incoming folders collection, from the command line, Alpine would 
1166        open the INBOX folder from the incoming folders collection.
1168   <LI> Mismatch in size of UCS and CELL caused a corruption in the
1169        content of a pointer, which made the speller in PC-Alpine get the 
1170        content of a word incorrectly.
1172   <LI> Skip testing openssl compatibility version when cross-compilation
1173        is detected. Fix contributed by Antti Sepp&auml;l&auml;
1175   <LI> Alpine fails to remove temporary files used during a display or sending
1176        filter. Fix contributed by Phil Brooke.
1178   <LI> When the index is in zoomed state, adding new messages to the 
1179        selection would not show those messages if those messages are on 
1180        top of the current message in the top of the screen. Reported by
1181        Ulf-Dietrich Braumann. In addition, when the user scrolls through
1182        the index, this scroll smoothly, without jumping pages. Reported
1183        by Holger Trapp.
1185   <LI> Crash when reviewing history of saving attachments.
1187   <LI> Crash when canceling a goto command on a local collection that has
1188        not been expanded and attempting to expand such collection.
1190   <LI> Crash in Pico when forwarding messages that contain a direction mark
1191        at the end of a line. Reported by James Mingo.
1193   <LI> Solve compilation errors when Alpine is built with Visual Studio 2015.
1194 </UL>
1198 Version 2.20 addresses bugs found in previous releases and has several 
1199 additions as well.
1202 Additions include:
1205 <UL>
1206   <LI> Upgrade UW-IMAP to Panda IMAP from 
1207        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
1208   <LI> S/MIME: Add screen to manage certificates.
1209   <LI> S/MIME: Signatures are validated using the user's certificates instead
1210        of the ones included in the message. Behavior can be disabled by
1211        disabling the option <A href="h_config_smime_use_cert_store">
1212         <!--#echo var="FEAT_smime-use-storey-only"--></A>, which is enabled
1213        by default.
1214   <LI> S/MIME: sign messages using intermediate certificates when needed 
1215        and possible.
1216   <LI> S/MIME: validation of certificates for servers that modify signed 
1217        content.
1218   <LI> S/MIME: signed and encrypted messages will be signed first and 
1219        encrypted second, so that they can be decoded by other clients.
1220   <LI> S/MIME: add the sender certificate to the list of certificates in
1221        encrypted messages to make it possible for the sender to decrypt
1222        the message they sent.
1223   <LI> S/MIME: When transferring certificates to a local container, create 
1224        container with default names PublicContainer, PrivateContainer and 
1225        CAContainer, as appropriate for these files, unless the user has 
1226        provided some other names.
1227   <LI> S/MIME: Forwarding a message will include the signed part as part
1228        of the text and not as a multipart message, just as the reply
1229        command does.
1230   <LI> HTML: Style tag in body of html message causes Alpine to not write
1231        its content until a new &lt;/style&gt;
1232   <LI> HTML: &lt;BR&gt;, &lt;BR /&gt;, and &lt;BR/&gt; are considered
1233        the same inline tag; the same is valid for the &lt;HR&gt; tag.
1234   <LI> Add support to selective expunge through a subcommand of the 
1235        select-apply commands. Read more in the <A 
1236        HREF="h_index_cmd_expunge">help</A> for the expunge command.
1237   <LI> Pico: New subcommand of the search command, allows to reverse the
1238        direction of search.
1239   <LI> Unix Alpine: If a password file is defined, and S/MIME is enabled, 
1240        the key and certificate used to encrypt the password file are saved 
1241        in the ~/.alpine-smime/.pwd directory, or in the directory specified
1242        by the -pwdcertdir command line option. 
1243        <A HREF="h_password_file_support">Learn more</A>.
1244   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
1245        server to use different ways to connect using ssl, for 
1246        example {server.com/tls1} will attempt to connect to 
1247        server.com at the ssl imap port (port 993) and establish a 
1248        connection using TLSv1. These flags can be used in 
1249        conjunction with the /ssl flag, the ssl flag is redundant. 
1250        Conversely, however, the /ssl flag does not imply any of 
1251        these flags; the /ssl flag means SSLv3 or, if not available, 
1252        SSLv2 in the SSL port.
1253   <LI> Alpine does not attempt to automatically reopen a collection 
1254        that was not opened due to cancellation by the user. 
1255        Instead, the user must try to open it explicitly.
1256   <LI> Alpine searches for a certificate that matches an email address in
1257        all addresses in a certificate (instead of just the first 
1258        one) but when it tries to unlock the certificate, it asks 
1259        for the password for the first email address in that 
1260        certificate.
1261   <LI> Style tag in body of html message causes Alpine to not write its content
1262        until a new &lt;/style&gt;
1263   <LI> Experimental: Write the content-type of a message in 
1264        lowercase, as some non-compliant servers do not understand 
1265        uppercase content-type, such as those of GMX.de.
1266   <LI> Experimental: Do not send the RSET command before attempting
1267        to send a message, as this causes a delay in some evily managed
1268        servers.
1269   <LI> Opening a folder updates recent count in maildrops (this 
1270        already works for other types of folders)
1271   <LI> Automatically redraw screen after opening an attachment 
1272        instead of simply clearing it.
1273   <LI> Pico: Justification works without need of a predefined quote 
1274        string. This allows justification of blocks of text that are 
1275        indented with spaces.
1276   <LI> Decode the name of attachment names, so they can be written as part   
1277        of the description of the part. 
1278   <LI> Check bounds and tie strings off to improve security. Contributed 
1279        by James Jerkins.
1280   <LI> Replace tabs by spaces in From and Subject fields to control for
1281        size in screen of these fields. Change only in index screen display.
1282   <LI> Aggregate operations allows bouncing a list of messages using a role.
1283        Suggested by Ulf-Dietrich Braumann.
1284   <LI> Disable saving new passwords to the password file. Implemented
1285        by Louis Raphael from dpslabs.com. <A HREF="h_config_disable_password_file_saving">Learn more.</A>
1286   <LI> Makefile: Add $(LIBINTL) to the flags to link rpdump, rpload, 
1287      alpined and alpineldap because MAC OSX 10.8 x86_64 needs it. Reported by
1288      Charles M. Register.
1289 </UL>
1293 Bugs that have been addressed include:
1294 <UL>
1295   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
1296        in personal names. Reported by Lev Gorenstein.
1297   <LI> When writing the .pinerc file, lines were truncated if they were longer
1298        than 10,000 characters. This could cause data corruption, so now lines
1299        are allowed to be of any length.
1300   <LI> S/MIME: signed messages that contained an attachment would not validate.
1301   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
1302        validate. Thanks to Andreas Schamanek for testing, debugging and 
1303        advising during the process of fixing this problem.
1304   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
1305        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
1306        and Stefan Mueller.
1307   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the 
1308        home directory.
1309   <LI> S/MIME: Accessing the S/MIME configuration screen would deinitialize
1310        SMIME making it not possible to sign or encrypt messages.
1311   <LI> S/MIME: Forwarding a signed message might make the body contain mime 
1312        information that is not part of the body, and hence making the body
1313        of the message seem wrong.
1314   <LI> S/MIME Alpine would compute incorrectly the signature of a message 
1315        that contains 8bit if the option "Enable 8bit ESMTP Negotiation" is 
1316        enabled, the message contains 8bit characters and the smtp server 
1317        supports 8bit sending.
1318   <LI> When replying to several messages, subject will be decoded first,
1319        and then stripped from re/fwd before they are compared to determine
1320        the subject of the replied message.
1321   <LI> Crash when tcp connection to NNTP server was lost after connection
1322        had been established, but lost immediately afterwards.
1323   <LI> Crash with message &quot;lock when already locked&quot;, when painting
1324        an index was based on scores that needed information from a remote
1325        addressbook in the same server as the folder opened. Reported by
1326        Peter Koellner.
1327   <LI> Crash in message/rfc822 attachments encoded in base64.
1328   <LI> Postponed messages whose content-type is text/html, text/enriched and
1329        text/richtext are sent with that content-type, even though, after
1330        resuming composition, Alpine had changed its type to text/plain.
1331   <LI> Alpine cannot handle correctly some characters in the Windows-1256 
1332        character set, which might lead to a crash or a corruption in the 
1333        screen. Work was done to contain the bug. A more complete fix will 
1334        be done in a future release. Reported by Professor Robert Funnell.
1335   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
1336   <LI> WebAlpine: fail to build with debug disabled. Fix from Sam Hathaway.
1337   <LI> Save command did not warn of existence of a message with a deleted 
1338        attachment in an aggregate save, unless cursor was positioned on a message 
1339        with a deleted attachment. Reported by Florian Herzig.
1340   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
1341        in an IMAP server.
1342   <LI> DATE tokens were not internally transformed to UTF-8, which made their
1343        values not appear complete in the screen. Reported by Werner Scheinast.
1344   <LI> Fixes to configure script so that it will not require PAM for every system.
1345   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
1346        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
1347        during the build. Fix by Ulf-Dietrich Braumann.
1348   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
1349        needs to use tcl_getstringresult() instead. Reported by 
1350        Ulf-Dietrich Braumann.
1351   <LI> Quoted string in URL Viewers configuration variable were not 
1352        unquoted before passing to viewer.
1353   <LI> Fix in configure script to detect location of tcl library; add
1354        /usr/local in FreeBSD and fix a bug in configure script that used 
1355        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
1356        by Werner Scheinast.
1357   <LI> Move SSL configurations from UW-IMAP to configure script, and
1358        update OpenSSL configuration for Mac OS X.
1359   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
1360   <LI> When the download of an attachment is interrumpted, Alpine stills
1361      caches what was downloaded, making the download incomplete for 
1362      subsequent calls of Alpine attempting to open the attachment. In the 
1363      future, Alpine will not cache any downloaded part of the attachment 
1364      when it is interrupted.
1365 </UL>
1370 Version 2.11 addresses bugs found in previous releases and has a few 
1371 additions as well.
1374 Additions include:
1377 <UL>
1378    <LI> Alpine requires version 1.0.0c of Openssl to build.
1379    <LI> Increase encryption of S/MIME encrypted messages.
1380    <LI> Pico: Improvements in justification of paragraphs: lines that begin
1381 with a quote string, followed by a space were considered individual paragraphs,
1382 now they are considered part of a paragraph. Based on earlier joint work
1383 with Jeff Franklin.
1384    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
1385    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
1386 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
1387    <LI> Added recognition of ws and wss URIs.
1388    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
1389  <A HREF="h_config_directory_color">directory names</A>,
1390  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
1391    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
1392 used in the display of the INDEX SCREEN.
1393    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
1394 that adds the ability to preserve To: and Cc: fields when replying to a 
1395 message, as specified by original sender.
1396    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
1397  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
1398    <LI> Quota command includes subcommands for printing, forwarding, etc.
1399 </UL>
1402 Bugs that have been addressed include:
1404 <UL>
1405   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
1406   <LI> Crash when resizing the screen in a configuration screen.
1407   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
1408   <LI> Do not use a shell to open a browser.
1409   <LI> Configure script did not test for crypto or pam libraries.
1410   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
1411   <LI> Change Cygwin directory separator to &quot;/&quot;.
1412   <LI> Alpine could set List- headers, contrary to RFC 2369.
1413 </UL>
1416 Version 2.10 addresses bugs found in previous releases and has a few 
1417 additions as well.
1420 Additions include:
1423 <UL>
1424    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
1425    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
1426    <LI> Foreign characters are decoded correctly in IMAP folder names.
1427    <LI> Question about breaking connection to slow servers includes their name.
1428    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
1429    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
1430    <LI> Cygwin: Alpine builds without need of patch.
1431    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
1432    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
1433    <LI> Add support for strong encryption of password file when S/MIME is built in.
1434 </UL>
1437 Bugs that have been addressed include:
1440 <UL>
1441    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
1442    <LI> Double allocation of memory in Pico.
1443    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
1444    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
1445    <LI> Not recognition of environment variables in some options.
1446    <LI> Not display of login prompt during initial keystrokes.
1447    <LI> justification of long urls breaks them.
1448    <LI> Incorrect New Mail message when envelope is not available.
1449    <LI> Incorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
1450    <LI> Crash when resizing the screen after display of LDAP search.
1451    <LI> Crash when redrawing screen while opening a remote folder collection.
1452    <LI> Infinite loop in scrolltool function during notification of new mail.
1453    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
1454    <LI> No display of signed and encrypted S/MIME messages.
1455    <LI> Alpine will not build with OpenSSL.
1456    <LI> Crash for double locking in calls to c-client.
1457    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
1458    <LI> Ignore the references header when threading messages
1459    <LI> No update of colors in index screen after update to addressbook.
1460 </UL>
1463 Version 2.01 addresses bugs found in previous releases and has a few 
1464 additions as well.
1467 Additions include:
1470 <UL>
1471    <LI> Fixed non-ASCII web alpine handling
1472    <LI> Added web alpine help.
1473    <LI> Allow web alpine inbox on second IMAP server.
1474    <LI> Allow web alpine config reset after bad inbox-path gets set.
1475    <LI> Added web alpine ability to create group contact from contact list members.
1476    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
1477    <LI> Tidied up web alpine script layout.
1478    <LI> Fixed web alpine status message ordering
1479    <LI> Added web alpine Fcc setting via Contacts in Compose
1480    <LI> Fixed web alpine autodraft attachment issues
1481    <LI> Fixed web alpine problems with recent count maintenance
1482    <LI> Fixed web alpine newmail arrival display in message list
1483    <LI> Added web alpine confirmation to folder create for Move/Copy
1484    <LI> Added web alpine user-domain support
1485    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
1486 </UL>
1489 Bugs that have been addressed include:
1492 <UL>
1493    <LI> In web alpine fixed delete all selected within a search result to reorient
1494         correctly to whole-mailbox message list.
1495    <LI> Fixed web alpine delete in view page to be sensitive to sort
1496    <LI> Fixed web alpine open of folder within directory from folder manager page.
1497    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
1498    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
1499    <LI> Fixed web alpine adding contacts from message list and view
1500    <LI> Fixed web alpine create of non-existent fcc
1501    <LI> Remove mistakenly left debugger statement in web alpine javascript.
1502    <LI> Some UNIX alpine build problems fixed
1503    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
1504         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
1505         by locale charmap call on some Solaris 8 systems.
1506    <LI> MacOS Keychain logins were not working correctly with generic host names, like
1507         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
1508         new password requests when not needed
1509    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
1510         last folder in the list
1511    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
1512         looked for along with the email address
1513    <LI> Changes to configure to get spellcheck options with work with arguments.
1514    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
1515         returned by gethostname (iPhone can do this)
1516    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
1517         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
1518    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
1519         Jake Scott of marganstanley.com.
1520    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
1521         is not used in alpine.
1522    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
1523         Apparently this causes RIM Blackberry BIS service problems. This is not
1524         used in alpine.
1525    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
1526    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
1527         Fix from Ludwig Nussel of SUSE and from Crispin.
1528    <LI> Include whole filename in export filename history
1529    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
1530 </UL>
1533 Version 2.00
1534 addressed bugs found in previous releases and had a few additions as well.
1536 Additions included:
1539 <UL>
1540    <LI> Redesigned Web Alpine interface
1541    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
1542         in UNIX versions of Alpine
1543    <LI> Attempt to include the attachment filename as part of the name of the
1544         temporary file used when viewing an attachment with an external program.
1545         Add some randomness to that filename to make it hard to predict the filename.
1546         Add a filename extension, usually derived from the type/subtype, to the
1547         temporary filename. This was previously done only on Windows and MacOS X.
1548    <LI> Enhance address completion in the composer (TAB command) so that it looks
1549         through nicknames, fullnames, and addresses from the address book; addresses
1550         from the message being viewed, if any; and the results from
1551         <A HREF="h_direct_config">LDAP Directory Server</A>
1552         lookups for all of the defined directory servers that have the
1553         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
1554         feature set.
1555    <LI> Make the default character set setting more liberal in what it will accept
1556         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
1557    <LI> Remove the Alpine revision number from the titlebar in released versions
1558         while leaving it there in snapshot versions
1559    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
1560         display of asterisks when you type a password for Alpine
1561    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
1562    <LI> When the
1563         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
1564         feature is turned on convert not only the dates in the index screen but also
1565         the dates in the MESSAGE VIEW
1566 </UL>
1569 Bugs addressed in the 2.00 release included:
1572 <UL>
1573    <LI> Crash when using tab-completion for selecting a Save filename
1574    <LI> Make Web Alpine help text images relative for more portability
1575    <LI> Fixed attach save of html parts in Web Alpine
1576    <LI> Viewing, printing, exporting, replying, and bouncing of message
1577         digests was broken. Replying and bouncing should not have been
1578         allowed at all for digests. It would be nice to have a more standard
1579         index-like view of a message digest but that has not been addressed
1580         with this minor bug fix.
1581    <LI> Adjust wrapping of HTML messages so that the margins specified by
1582         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
1583         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
1584         are observed correctly
1585    <LI> Interrupt of WhereIs command in index was broken
1586    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1587         option did not work correctly interpreting unknown characters in message headers
1588    <LI> Long address lines could cause blank continuation lines
1589    <LI> Save to a local default INBOX failed if the primary collection was also local,
1590         which it is by default. The save went to  ~/mail/inbox instead.
1591    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
1592         inbox, not the inbox in the primary collection
1593    <LI> Address book entries with lots of addresses would be truncated when
1594         entered in the composer with a screen size wider than 270 or so characters
1595    <LI> Some fields in the index screen were truncated when the screen width was
1596         wider than 256 characters
1597    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
1598         folder, and there is a more than 10 minute pause between typing the TAB
1599         and typing the Yes
1600 </UL>
1603 Version 1.10(962)
1604 addressed bugs found in previous releases and had a few additions as well.
1606 Additions included:
1609 <UL>
1610    <LI> Add the possibility of setting a default role
1611         (see <A HREF="h_role_select">Roles Screen</A>)
1612         which may be convenient if your work flow involves acting in one
1613         role for a while then switching to another role and staying in the
1614         new role for another period of time
1615    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
1616         is encountered, ask the user if he or she wants to continue with the
1617         risky Save anyway instead of aborting. This may be helpful if your
1618         IMAP server is broken in this way but be aware that it is possible there
1619         was a real error instead of just a broken server implementation.
1620    <LI> Some configure adjustments for Kerberos detection and
1621         for SCO OpenServer 5 support
1622    <LI> Hide INBOX in a collection if it also appears as an
1623         <A HREF="h_config_enable_incoming">Incoming Folder</A>
1624    <LI> Show asterisks for feedback when the user is typing a password
1625    <LI> Performance improvement for threading of large folders
1626    <LI> Previously, the search used to find
1627         Pattern matches containing To patterns searched for both To
1628         and Resent-To headers. The relatively complicated search this
1629         produces causes problems when using some deficient IMAP servers.
1630         Now the default is to look only for To headers and ignore the
1631         presence of Resent-To. The previous behavior may be restored
1632         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
1633    <LI> Add an
1634         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1635         to help with reading malformed unlabeled messages
1636    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
1637    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
1638    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
1639 </UL>
1642 Bugs addressed in the 1.10(962) release included:
1645 <UL>
1646    <LI> Crash when encountering certain errors from an SMTP server
1647    <LI> Crash in composer caused by overflow in replace_pat()
1648    <LI> Hang when authenticating to an SMTP server that fails with a
1649         &quot;connection disconnected&quot; error
1650    <LI> Bug in handling of trailing tab character in flowed text
1651    <LI> Security enhancement for mailcap parameter substitution
1652    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
1653         did not work if the message being replied to was not flowed text
1654         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
1655         was not turned on
1656    <LI> Don't allow printer to be changed through hidden config screen
1657         if system administrator didn't want it to be allowed
1658    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
1659         should know that it won't work, causing error messages to appear
1660    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
1661         of double-quote double-quote didn't work right
1662    <LI> Quoting wasn't being done to protect special characters from the
1663         MacOS X shell when
1664         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
1665         was not defined
1666    <LI> On MacOS X message attachments should be shown internally instead of
1667         being shown using the Mail application
1668    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
1669         sometimes set the outgoing charset to X-UNKNOWN, making the result
1670         unreadable
1671    <LI> When the sending of a message failed lines with leading spaces had one
1672         additional space inserted in each of those lines when the user
1673         was returned to the composer
1674    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
1675         that contained non-ascii characters because it was truncating the
1676         line being searched so that it was shorter than what was visible on
1677         the screen
1678    <LI> When composing, an attachment with a long name that causes wrapping in
1679         just the wrong place would generate an error and cause the send
1680         of the attachment to fail
1681    <LI> After calling the file browser to attach a file in the composer, a resize
1682         of the window when back in the composer would redraw the last screen that
1683         had been shown in the browser instead of the current composer screen
1684    <LI> Possible crash in index screen when encountering unparsable addresses
1685         or when using one of the PRIORITY tokens or the HEADER token in the
1686         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
1687    <LI> Problems with Header Color editing if the configuration option
1688         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
1689         was inadvertently changed to the Empty Value in the hidden config screen
1690    <LI> When resuming the final postponed message from an Exchange server the user
1691         could get a certificate validation failure because alpine was trying
1692         to validate the canonical name of the folder instead of the name the
1693         user used
1694    <LI> Windows line endings in a mimetypes file on a Unix system cause a
1695         failure to find a match
1696    <LI> Make matching of extension names case independent in mimetypes files
1697    <LI> Windows dialog boxes for entering text were not working correctly
1698    <LI> Replying to or Forwarding multipart/alternative messages which had a
1699         single text/html part did not work well
1700    <LI> Printing the print confirmation page caused a crash
1701    <LI> A To line with a long, quoted personal name could display incorrectly
1702         if it was close to the same width as the screen
1703    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
1704         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
1705         are turned on hide (0/0) when the folder is empty
1706    <LI> Folder completion while Saving didn't work if the collection being
1707         saved to was the local home directory
1708 </UL>
1711 Version 1.00
1712 was an evolutionary release based on Pine, which was also
1713 developed at the University of Washington.
1714 It is upwards-compatible for existing Pine users.
1717 Changes included:
1719 <UL>
1720    <LI> Ground-up reorganization of source code around addition
1721         of "pith/" core routine library.
1722    <LI> Fundamental improvement in Alpine's internal text handling, which
1723         is now based exclusively on Unicode. This allows displaying incoming
1724         messages and producing outgoing messages in many different languages.
1725    <LI> Ground-up reorganization of build and install procedures
1726         based on GNU Build System's autotools. NOTE, the included IMAP library
1727         build is not based on autotools, so some features will not work. However,
1728         it should get built automatically during the Alpine build process.
1729    <LI> Web-based version included built on TCL designed to run under
1730         a suitable CGI-supporting web server such as Apache.
1731 </UL>
1735 Details on changes in previous (prerelease) versions of Alpine
1736 may be found at the following URL:
1738 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1741 <HR WIDTH="75%"><P>
1743 <H2>Getting Help</H2>
1744 <DL>
1745 <DT>Online Help</DT>
1746 <DD>
1747 Every Alpine screen and command has associated help text
1748 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
1749 </DD>
1751 <DT>Web Help</DT>
1752 <DD>
1753 The most current source of information about Alpine,
1754 including new version availability, is the web page at
1756 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1757 </DD>
1758 </DL>
1760 <HR WIDTH="75%"><P>
1762 <H2>Additional Information</H2>
1764 General Alpine configuration information can be found
1765 <A HREF="h_news_config">here</A>.
1767 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
1768 Alpine mailbox and <A HREF="https://github.com/jonabbey/panda-imap/">IMAP</A> server
1769 access is provided by the IMAP Toolkit Environment (c-client library)
1770 version <!--#echo var="C_CLIENT_VERSION"-->.
1771 <P> 
1772 Alpine was developed until 2009 by the Office of Computing 
1773 &amp; Communications at the University of Washington in Seattle.  
1774 Since then, the effort of developing Alpine has been continued by
1775 a community of volunteers who make good software even better!
1778 Alpine Copyright 2013-2021 Eduardo Chappa, 
1779 <BR> Copyright 2006-2008 University of Washington.
1782 Additional legal notices can be found <A HREF="h_news_legal">here</A>,
1783 or instead you can find the Apache License, version 2.0 at the web URL:
1786 <CENTER><A HREF="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></CENTER>
1789 &lt;End of Release Notes&gt;
1790 </BODY>
1791 </HTML>
1792 ====== h_password_file_support ======
1793 <HTML>
1794 <HEAD>
1795 <TITLE>Encryption for Password File Support Explained</TITLE>
1796 </HEAD>
1797 <BODY>
1798 <H1>Encryption for Password File Support Explained</H1>
1800 Index<BR>
1801 <OL>
1802 <LI><A HREF="#content">Explanation</A>
1803 <LI><A HREF="#example_existing_key">Example of Use of Existing Key and Certificate</A>
1804 <LI><A HREF="#example_self_signed">Example of Creating Master Password</A>
1805 </OL>
1807 <P><A NAME="content">Unix Alpine Only.</A>
1809 <P> If your version of Alpine has been built with password file support
1810 then you can use a special file to save your passwords, and avoid typing
1811 them every time you open a connection to a remote server.
1813 <P> If, in addition, your version of Alpine was built with SMIME support, then your 
1814 password file will be encrypted with a strong key. There are two ways in 
1815 which this can happen: Alpine will either use a matching private key and 
1816 public certificate pair that you already own, or it will create one for 
1817 you, just for purposes of encrypting this file. We describe both processes 
1818 below.
1820 <P> Initially, Alpine will scan your public and private directories for a 
1821 certificate/private key pair that works. Alpine will pick the first pair 
1822 that it finds that matches. 
1824 <P> Once a pair has been chosen, it will be copied to the directory 
1825 ~/.alpine-smime/.pwd, and from then on, Alpine will use the pair found in 
1826 that directory. The first time this process is done, this directory will 
1827 be created, a key/certificate pair will be copied to it, from then on 
1828 this pair will be used to encrypt and decrypt your password file. 
1830 <P> If you want to use a specific key and certificate pair to encrypt
1831 your password file, you can create the directory ~/.alpine-smime/.pwd 
1832 manually, and then create your preferred key/certificate pair there.
1833 Alpine will use this key regardless of if it has expired, or if it is
1834 self-signed. These issues do not affect the encryption or decryption
1835 of the password file.
1837 <P> If you prefer not to use the directory ~/.alpine-smime/.pwd to save 
1838 your key/certificate pair, you can specify a different one with the 
1839 -pwdcertdir command line option in Alpine. If the directory specified by 
1840 this option is not found Alpine will fail to encrypt and decrypt your 
1841 password file. However if it exists, Alpine will search for a 
1842 key/certificate pair in that
1843 directory, and if it does not find one, it will create one and save it
1844 in that directory.
1846 <P> Alpine does not care about the names of the key and certificates in 
1847 this directory, but the private key must have &quot;.key&quot; extension 
1848 and your public certificate must have the &quot;.crt&quot; extension. The
1849 name of the private key will be used in the prompt when you are asked
1850 to unlock your key to decrypt your password.
1852 <P> If Alpine cannot find a suitable private key and public certificate 
1853 pair to encrypt your password, it will create one. You will be asked to 
1854 create a &quot;Master Password&quot; to protect such key. At this moment 
1855 there are no restrictions on passwords, other than they have to be at 
1856 least 8 characters long, but future versions of Alpine will include 
1857 functionality to restrict master passwords, as set up by the administrator 
1858 of the system in the pine.conf.fixed file.
1860 <P><A NAME="example_existing_key"><B>Example of Use of Existing Key and Certificate</B></A>
1862 <P>Assume you have a private key called peter@address.com.key in your, 
1863 ~/.alpine-smime/private directory, and a public certificate called 
1864 peter@address.com.crt in your ~/.alpine-smime/public directory, and these 
1865 are your only key/certificate pair.
1867 <P> When Alpine starts for the first time, without command line options, 
1868 it will check if the directory ~/.alpine-smime/.pwd exists, and if not, 
1869 it will create it. Then it will go through your keys and certificates and 
1870 find a pair that it can use, and copy the files peter@address.com.key,
1871 and peter@address.com.crt to the ~/.alpine-smime/.pwd directory. Alternatively
1872 you can do the same by copying these files by yourself. This can be done
1873 with the sequence of commands
1875 <PRE>
1876 mkdir ~/.alpine-smime/.pwd
1877 cp ~/.alpine-smime/private/peter@address.com.key ~/.alpine-smime/.pwd
1878 cp ~/.alpine-smime/public/peter@address.com.crt ~/.alpine-smime/.pwd
1879 </PRE>
1881 <P> When Alpine starts, you will be asked the password to unlock your
1882 private key with the prompt.
1884 <PRE>
1885 Enter password of key &lt;peter@address.com&gt; to unlock password file:
1886 </PRE>
1888 <P> If you prefer to use different names for your private and public keys 
1889 in the ~/.alpine-smime/.pwd directory, you can do so, but you must 
1890 preserve the extension of the files. For example, you can use the names 
1891 private_key.key and public_cert.crt instead. In this case, the prompt you 
1892 will see when you are asked to unlock your private key will read
1894 <PRE>
1895 Enter password of key &lt;private_key&gt; to unlock password file:
1896 </PRE>
1898 <P>Observe that you do not need to use an existing key/certificate pair, 
1899 and that you can create a new private key/public certificate pair to 
1900 encrypt and decrypt your password file. Alpine provides a mechanism to
1901 change the encryption key for this file in the S/MIME configuration
1902 screen.
1904 <P><A NAME="example_self_signed"><B>Example of Creating Master Password</B></A>
1906 <P> If Alpine cannot find a suitable private key and public certificate pair
1907 to encrypt your password file, it will create one. When doing so, it will
1908 start the process with the following warning:
1910 <PRE>
1911 Creating a Master Password for your Password file.
1912 </PRE>
1914 <P> Then Alpine will ask you to enter your Master Password:
1916 <PRE>
1917 Create master password (attempt 1 of 3):
1918 </PRE>
1920 <P> Once you enter this password, and it validates according to system policy,
1921 you will be asked to confirm this password. 
1923 <PRE>
1924 Confirm master password (attempt 1 of 3):
1925 </PRE>
1927 <P> If you input the same password, then Alpine will set that as your 
1928 Master Password, and you will use this password to unlock your key in the 
1929 future.
1931 <P> If you would like to switch your Master Password in the future, you can 
1932 do so by creating a new public key and public certificate pair. You can do 
1933 so in the S/MIME configuration screen, in the &quot;Manage Key and 
1934 Certificate for Password File&quot; section, simply enter your current 
1935 password to unlock your current key and then press &quot;C&quot; to create 
1936 a new key.
1939 &lt;End of help&gt;
1940 </BODY>
1941 </HTML>
1942 ====== h_network_encryption_security ======
1943 <HTML>
1944 <HEAD>
1945 <TITLE>Network Encryption Security Explained</TITLE>
1946 </HEAD>
1947 <BODY>
1948 <H1>Network Encryption Security Explained</H1>
1950 You can specify which encryption protocol you would like to try when
1951 creating a secure connection to a server. Alpine will attempt to use
1952 that encryption protocol, but in practice the protocol being used will
1953 default to the most secure protocol that both Alpine and the server
1954 support.
1956 <P> If you use the latest version of OpenSSL, the /ssl modifier to the 
1957 server definition will use the most secure version of the TLS encryption 
1958 protocol. The same will be true if you try /tls1_1 or /tls1_2, but in an 
1959 old version of OpenSSL (pre 1.1.0 series) /tls1_1 might mean to use 
1960 version 1.1 of the TLS protocol.
1962 <P> You will never go wrong by using the /ssl modifier. At the time of
1963 this writing OpenSSL had released version 1.1.1, with support for
1964 TLS version 1.3. If your version of OpenSSL does not support this version
1965 of the TLS protocol, then the /tls1_3 modifier will only mean to use
1966 the most secure version of the TLS protocol that OpenSSL and the
1967 server can negotiate. In future versions of OpenSSL, /tls1_3 might mean
1968 to try to negotiate a higher version of the TLS protocol.
1970 <P> In order to avoid confusion, the /ssl flag is the best way to guarantee
1971 the highest encryption protocol available, and it is the recommended
1972 modifier to the server definition to create a secure encrypted connection.
1975 &lt;End of help&gt;
1976 </BODY>
1977 </HTML>
1978 ====== h_gmail_configuration ======
1979 <HTML>
1980 <HEAD>
1981 <TITLE>Configuring Access to Gmail Using XOAUTH2</TITLE>
1982 </HEAD>
1983 <BODY>
1984 <H1>Configuring Access to Gmail Using XOAUTH2</H1>
1986 Gmail allows you to access their IMAP and SMTP server using either the XOAUTH2
1987 or OAUTHBEARER authentication method. You can choose any of them. A sample configuration for reading
1988 incoming mail is
1991 inbox-path = {imap.gmail.com/ssl/user=YourId@gmail.com/auth=xoauth2}INBOX<BR>
1992 smtp-server = smtp.gmail.com/ssl/user=YourId@gmail.com/auth=xoauth2
1995 Note that you can substitute /auth=xoauth2 by /auth=oauthbearer.
1998 Gmail implements the authorize method. This means that in order to use xoauth2, you must
1999 open a URL, login to your Gmail account, and authorize Alpine to access your email. As a
2000 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
2001 Once you have done that, Alpine will be able to get a refresh and access token, which
2002 Alpine will use later to read and send email.
2005 &lt;End of help&gt;
2006 </BODY>
2007 </HTML>
2008 ====== h_outlook_configuration ======
2009 <HTML>
2010 <HEAD>
2011 <TITLE>Configuring Access to Outlook Using XOAUTH2</TITLE>
2012 </HEAD>
2013 <BODY>
2014 <H1>Configuring Access to Outlook Using XOAUTH2</H1>
2016 Outlook allows you to access their IMAP and SMTP server using the XOAUTH2
2017 authentication method. A sample configuration for reading incoming mail is
2020 inbox-path = {outlook.office365.com/ssl/user=YourId@outlook.com/auth=xoauth2}INBOX<BR>
2021 smtp-server = smtp.office365.com/submit/user=YourId@outlook.com/auth=xoauth2
2024 Outlook implements the authorize and device methods to get your authorization to access
2025 your account. Alpine uses by default the device method, so try that one first.
2028 &lt;End of help&gt;
2029 </BODY>
2030 </HTML>
2031 ====== h_yahoo_configuration ======
2032 <HTML>
2033 <HEAD>
2034 <TITLE>Configuring Access to Yahoo! Using XOAUTH2</TITLE>
2035 </HEAD>
2036 <BODY>
2037 <H1>Configuring Access to Yahoo! Using XOAUTH2</H1>
2039 Yahoo! allows you to access their IMAP and SMTP server using either the XOAUTH2 or
2040 OAUTHBEARER authentication method. You can choose any of them. A sample configuration for
2041 reading incoming mail is
2044 inbox-path = {imap.mail.yahoo.com/ssl/user=YourId@yahoo.com/auth=xoauth2}INBOX<BR>
2045 smtp-server = smtp.mail.yahoo.com/ssl/user=YourId@yahoo.com/auth=xoauth2
2048 Note that you can substitute /auth=xoauth2 by /auth=oauthbearer.
2051 Yahoo! implements the authorize method. This means that in order to use xoauth2, you must
2052 open a URL, login to your Yahoo! account, and authorize Alpine to access your email. As a
2053 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
2054 Once you have done that, Alpine will be able to get a refresh and access token, which
2055 Alpine will use later to read and send email.
2058 &lt;End of help&gt;
2059 </BODY>
2060 </HTML>
2061 ====== h_yandex_configuration ======
2062 <HTML>
2063 <HEAD>
2064 <TITLE>Configuring Access to Yandex Using XOAUTH2</TITLE>
2065 </HEAD>
2066 <BODY>
2067 <H1>Configuring Access to Yandex Using XOAUTH2</H1>
2069 Yandex allows you to access their IMAP and SMTP server using the XOAUTH2
2070 authentication method. A sample configuration for reading incoming mail is
2073 inbox-path = {imap.yandex.com/ssl/user=YourId@yandex.com/auth=xoauth2}INBOX<BR>
2074 smtp-server = smtp.yandex.com/ssl/user=YourId@yandex.com/auth=xoauth2
2077 Yandex implements the authorize method. This means that in order to use xoauth2, you must
2078 open a URL, login to your Yandex account, and authorize Alpine to access your email. As a
2079 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
2080 Once you have done that, Alpine will be able to get a refresh and access token, which
2081 Alpine will use later to read and send email.
2084 &lt;End of help&gt;
2085 </BODY>
2086 </HTML>
2087 ====== h_xoauth2 ======
2088 <HTML>
2089 <HEAD>
2090 <TITLE>XOAUTH2 Authenticator Explained</TITLE>
2091 </HEAD>
2092 <BODY>
2093 <H1>XOAUTH2 Authenticator Explained</H1>
2095 The XOAUTH2 authenticator method is a way in which you can sign in to your
2096 account to read and send email. This method is different from the traditional
2097 username/password that users are accustomed to, and it needs to be set up
2098 by the user. This text will help you understand this authentication method.
2100 <P> A quick list of services supported by Alpine are (follow each link for
2101 specific configuration instructions)
2103 <UL>
2104 <LI> <A href="h_gmail_configuration">Gmail</A>
2105 <LI> <A href="h_outlook_configuration">Outlook</A>
2106 <LI> <A href="h_yahoo_configuration">Yahoo!</A>
2107 <LI> <A href="h_yandex_configuration">Yandex</A>
2108 </UL>
2111 The most important difference between this method and other authentication
2112 methods is what happens if someone steals your credentials. This method is
2113 attached to three components: Your username, your password and your email
2114 program.
2117 At the beginning of this process, the developer of the email program 
2118 registers the email program with the email service provider (Gmail, 
2119 Outlook, etc.) In return, the email service provider creates a client-id.
2120 In addition, some services provide a client-secret.
2121 Since Alpine is an open source program, these values are part
2122 of the source code, and are known to everyone, and cannot be obfuscated.
2125 After a program has been registered with an email service provider, the 
2126 user must authorize the email program access to their email account in 
2127 that service. Alpine helps you do that, but it cannot do all the process 
2128 for you, and you will need to use an external web browser to authorize
2129 Alpine to read and send email.
2132 This part of the process is simple. Alpine creates a URL based on the id 
2133 and secret created by the email service, which the user opens. Once the 
2134 URL has been opened, the user signs in to the server, and once signed into
2135 the account, the user is asked to authorize Alpine access to the email 
2136 account. If the user agrees, an &quot;<I>Access Code</I>&quot; will be
2137 generated.
2140 An Access Code is a very long string, and so the recommendation is to copy 
2141 and paste this code back into Alpine, at the time Alpine is helping you 
2142 set up this authenticator. This part of the process is done only once per 
2143 email program (If you run Alpine in several computers, you would do this 
2144 once per computer. Each computer gets its own Access Code.)
2147 Once Alpine has an Access Code, it goes back internally to the email 
2148 service and asks it to generate two strings, called the &quot;<I>Refresh 
2149 Token</I>&quot; and the &quot;<I>Access Token</I>&quot;. This part is 
2150 invisible to the user, and they will never see it, but in order for you to 
2151 understand what to do in case you lose them, you need to understand their 
2152 use.
2155 The <I>Access Token</I> is the equivalent of a temporary password. It 
2156 allows the user to access (and reaccess as many times as they would like)
2157 their email account for a limited amount of time, typically 1 hour after
2158 it was issued. After that time expires, users need a new Access Token.
2161 The <I>Refresh Token</I> is the equivalent of a password generator. With 
2162 this token, Alpine can go to the email service provider and request a new 
2163 Access Token. This part of the process does not need user intervention, 
2164 anyone can do this, as long as they have the Refresh Token, program id and 
2165 program secret, so it is important that users keep their Refresh Token as 
2166 secure as they can.
2169 Given that the Refresh Token and the Access Token are long strings, users 
2170 are not supposed to be able to memorize them and recall them later. Alpine 
2171 will store them in the password file, should a user have one. Otherwise, 
2172 the user will have to create one each time they run Alpine, starting by 
2173 creating the Access Code all over each time they try to sign in to their 
2174 email account. When Alpine is compiled with SSL and password file support, 
2175 it will default to saving this information using encryption and under a 
2176 master password, so unless they have made changes to this process, their 
2177 Refresh and Access Tokens are saved securely and persist from one session 
2178 to the next.
2181 Should any person steal your Refresh Token, you must login to your account 
2182 with your username and password and revoke Alpine authorization to your 
2183 account. This is enough to stop the person who stole your Refresh Token 
2184 from accessing your email service. In the case of Gmail, changing your 
2185 password will invalidate your Refresh Token, and this will be enough to 
2186 prevent others from using a stolen Refresh Token. Consult with your email
2187 service provider to learn what you can do if someone steals your Refresh
2188 Token.
2191 If, for any reason, Alpine cannot sign in to your email service for two 
2192 consecutive times with Access Codes generated by your Refresh Token, it 
2193 will remove the Refresh Token from your password file, forcing you to get 
2194 a new one, by getting an Access Code first, and granting authorization to
2195 Alpine to access your email once again.
2198 This implementation of XOAUTH2 knows the list of servers that it can
2199 access using the same credentials, so Alpine will be able to read and send
2200 emails using the same Access Token. You will not have to create
2201 Access and Refresh Tokens for the IMAP and SMTP servers separately.
2204 &lt;End of help&gt;
2205 </BODY>
2206 </HTML>
2207 ====== h_xoauth2_config_screen ======
2208 <HTML>
2209 <HEAD>
2210 <TITLE>XOAUTH2 Configuration Screen</TITLE>
2211 </HEAD>
2212 <BODY>
2213 <H1>XOAUTH2 Configuration Screen</H1>
2215 The XOAUTH2 configuration screen helps you connect your client-id and
2216 other configuration information about the service you want to use with
2217 Alpine.
2219 <P> Alpine provides a default configuration for you. For some providers
2220 this configuration does not work, and requires you to get your own
2221 Client-ID for Alpine. Depending on the service, you might need extra information,
2222 such as a Client-Secret or a Tenant.
2224 <P> If the default configuration of Alpine does not work for you, you can simply
2225 replace the default configuration of Alpine by your new configuration. If for
2226 any reason you need to have a second client-id, you can use the ^A command to
2227 add a new configuration for one of the supported services by Alpine.
2229 <P> If you wish to delete a configuration for a service, place the cursor
2230 on the configuration you want to delete and press ^D.
2232 <P> When you have more than one client-id for the same service, is is convenient
2233 to fill up the username field. This will tell Alpine that that specific configuration
2234 is to be used with the username(s) specified in that variable. If Alpine cannot
2235 determine which configuration to use, it will ask you to select the correct
2236 Client-ID for your connection. This could happen when you are trying to login to
2237 your account. The client-id you select will be used by Alpine for that and future
2238 connections to that server.
2242 &lt;End of help&gt;
2243 </BODY>
2244 </HTML>
2245 ====== h_tls_failure_details ======
2246 <HTML>
2247 <HEAD>
2248 <TITLE>Certificate Validation Details</TITLE>
2249 </HEAD>
2250 <BODY>
2251 <H1>Certificate Validation Details</H1>
2253 This screen gives details as to why the certificate validation failed: the
2254 name of the desired server system; the reason for failure; and the name on
2255 the certificate.  This is primarily of interest to experts.
2258 &lt;End of help&gt;
2259 </BODY>
2260 </HTML>
2261 ====== h_tls_failure ======
2262 <HTML>
2263 <HEAD>
2264 <TITLE>TLS or SSL Failure</TITLE>
2265 </HEAD>
2266 <BODY>
2267 <H1>TLS or SSL Failure</H1>
2269 An attempt was made to establish a secure, encrypted connection to the
2270 server system using either Transport Layer Security (TLS) or the older
2271 Secure Sockets Layer (SSL).  This attempt failed.
2274 You should contact your server system management for more assistance.
2275 The problem is probably at the server system and not in Alpine or your local
2276 system.  The text in this screen may be helpful for the server system
2277 management in debugging the problem,
2280 &lt;End of help&gt;
2281 </BODY>
2282 </HTML>
2283 ====== h_tls_validation_failure ======
2284 <HTML>
2285 <HEAD>
2286 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
2287 </HEAD>
2288 <BODY>
2289 <H1>TLS and SSL Certificate Validation Failures</H1>
2291 An attempt was made to establish a secure, encrypted connection to the
2292 server system using either Transport Layer Security (TLS) or the older
2293 Secure Sockets Layer (SSL).
2296 An important part of this procedure is server certificate validation.  A
2297 server certificate is an &quot;electronic identification card&quot; for the server
2298 system that is signed by a well-known certificate authority (CA).  Alpine
2299 compares the server system identity in the server certificate with the
2300 name of the server system to which it is trying to connect.  Alpine also
2301 verifies that the CA signature is authentic.
2304 Some common failure conditions are:
2307 <UL>
2308   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
2309 signed its own certificate.  This does not necessarily indicate anything
2310 bad; the server operators may simply have elected to not purchase a
2311 signed certificate from a certificate authority.
2313   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
2314 the signature on the server system is from an unknown certificate authority.
2315 It can also mean that no certificate authority certificates have been
2316 installed on the local UNIX system.
2318   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
2319 the same as either of the above two conditions in UNIX Alpine.  Note that
2320 Windows systems typically have a full set of certificate authority
2321 certificates installed, so it is more likely to be a self-signed
2322 certificate than an unknown certificate authority.
2324   <LI> Server name does not match certificate.  This means that the server
2325 presented a proper signed certificate for a name other than the desired
2326 name.
2327 </UL>
2330 Any of these conditions can indicate that you are being attacked and have
2331 been directed to an imposter server that will record your password and
2332 your private mail messages.  It can also mean something innocuous.
2335 If you are certain that the problem is innocuous, you can append the
2336 option
2339 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
2342 to the server system name where it appears in your configuration (e.g. the
2343 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
2344 a folder-collection, or a news or SMTP server).  This will
2345 disable certificate validation.  On the other hand, if you are attacked,
2346 you will get no warning if you do this.
2348 <P> When you get an error indicating a self-signed certificate from the 
2349 remote server, you can download and install the certificate for that 
2350 server. Avoid using the /NoValidate-Cert modifier. Alpine cannot help you 
2351 with this process because certificates are part of the system and are not 
2352 under the control of the user. Find directions on how to download and 
2353 install certificates for your system using your favorite search engine.
2356 &lt;End of Cert Validation Failures help&gt;
2357 </BODY>
2358 </HTML>
2359 ====== h_oauth2_start ======
2360 <HTML>
2361 <HEAD>
2362 <TITLE>Setting up XOAUTH2 Authentication</TITLE>
2363 </HEAD>
2364 <BODY>
2365 <H1>Setting up XOAUTH2 Authentication</H1>
2367 You are trying to connect to a server that uses the XOAUTH2 method of
2368 authentication.
2371 In order to complete this process use a browser in the same computer
2372 that you are using Alpine to open the given URL.
2375 You will be sent to authenticate and later to authorize Alpine access to
2376 your email. Once you have completed the authorization process you will get
2377 a code. Input this code into Alpine by pressing 'C'. If you do not see a
2378 code, but see an error message in your browser, copy and paste the URL of
2379 the error page and paste into alpine after pressing the 'C' key.
2382 After you have input the code, Alpine will conclude logging you into your
2383 account.
2386 If your version of Alpine was compiled to save passwords, then Alpine will save
2387 the refresh and access tokens securely, otherwise you will have to repeat this
2388 process every time you login to this server.
2391 &lt;End of setting up XOAUTH2 Authentication help&gt;
2392 </BODY>
2393 </HTML>
2394 ====== h_oauth2_start_device ======
2395 <HTML>
2396 <HEAD>
2397 <TITLE>Setting up XOAUTH2 Authentication Using the Device Flow</TITLE>
2398 </HEAD>
2399 <BODY>
2400 <H1>Setting up XOAUTH2 Authentication Using the Device Flow</H1>
2402 You are trying to connect to a server that uses the XOAUTH2 method of
2403 authentication.
2406 In order to complete this process use a browser in the same computer
2407 that you are using Alpine to open the given URL and enter the code that you
2408 were given by Alpine in that screen.
2411 You will be sent to authenticate and later to authorize Alpine access to
2412 your email. Once you have completed the authorization process Alpine will
2413 get the refresh and access tokens from the service servers and the authentication
2414 process will be completed by Alpine.
2417 If your version of Alpine was compiled to save passwords, then Alpine will save
2418 the refresh and access tokens securely, otherwise you will have to repeat this
2419 process every time you login to this server.
2422 &lt;End of setting up XOAUTH2 Authentication help&gt;
2423 </BODY>
2424 </HTML>
2425 ====== h_release_tlscerts ======
2426 <HTML>
2427 <HEAD>
2428 <TITLE>TLS and SSL usage note</TITLE>
2429 </HEAD>
2430 <BODY>
2431 <H1>TLS and SSL usage note</H1>
2434 When using Alpine from Unix or Windows 2000,
2435 server certificates must be signed by a trusted certificate authority.
2436 You may relax this requirement (at the cost of some security) by using
2438 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
2439 modifier in the mailbox name.
2442 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
2445 The fully-qualified host name of the server should be used
2446 so that it matches the host name in the server certificate.
2448 Here is an example of a host specification that directs Alpine to use
2449 the SSL port (993) and an encrypted data stream.
2451 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
2453 &lt;End of TLS usage help&gt;
2454 </BODY>
2455 </HTML>
2456 ====== h_news_config ======
2457 <HTML>
2458 <HEAD>
2459 <TITLE>Alpine Configuration</TITLE>
2460 </HEAD>
2461 <BODY>
2462 <H1>Alpine Configuration</H1>
2464 <H2>Using Environment Variables</H2>
2466 The values of Alpine configuration options may include environment variables
2467 that are replaced by the value of the variable at the time Alpine is run
2468 (and also at the time the config option is changed).
2469 The syntax to use environment variables is a subset of the common Unix
2470 shell dollar-syntax.
2471 For example, if
2473 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
2475 appears in the value of an Alpine configuration option it is looked up in the
2476 envirom ent (using getenv(&quot;VAR&quot;)) and its
2477 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
2478 To include a literal dollar sign you may precede the dollar sign with another
2479 dollar sign.
2480 In other words, if the text
2482 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
2484 is the value of a configuration option, it will be expanded to
2486 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
2488 and no environment lookup will be done.
2489 For Unix Alpine it will also work to use a backslash character to
2490 escape the special meaning of the dollar sign, but $$ is preferable since
2491 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
2492 to be in a shared configuration file.
2495 This all sounds more complicated than it actually is.
2496 An example may make it clearer.
2497 Unfortunately, the way in which environment variables are set is OS-dependent 
2498 and command shell-dependent.
2499 In some Unix command shells you may use
2501 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
2502    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
2504 Now, if you use Alpine's Setup/Config screen to set
2506 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
2508 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
2509 so that this would be equivalent to
2511 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
2513 Note, environment variable substitution happens after configuration
2514 options that are lists are split into the separate elements of the list,
2515 so a single environment variable can't contain a list of values.
2518 The environment variable doesn't have to be the only thing
2519 after the equal sign.
2520 However, if the name of the variable is not at the end of the line or
2521 followed by a space (so that you can tell where the variable name ends),
2522 it must be enclosed in curly braces like
2524 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
2526 It is always ok to use the braces even if you don't need to.
2528 It is also possible to set a default value for an environment variable.
2529 This default value will be used if the environment variable is not
2530 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
2531 The syntax used to set a default value is
2533 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
2535 If the config file contains
2537 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
2539 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
2540 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
2541 the value that <SAMP>VAR</SAMP> was set to, otherwise,
2542 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
2543 the default value.
2544 (Note that the variable is called &quot;personal-name&quot; in the config
2545 file but is displayed in the config screen as
2546 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
2547 In general, the value that goes into a config file is never exactly the
2548 same as the value you see on the screen.)
2551 An example where an environment variable might be useful is the
2552 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
2553 Suppose most users used the server
2555 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
2557 but that there were some exceptions who used
2559 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
2561 In this case, the system manager might include the following line in
2562 the systemwide default Alpine configuration file
2564 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
2566 For the exceptional users adding
2568 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
2570 to their environment should work.
2572 Another example might be the case where a user has to use a different
2573 SMTP server from work and from home.
2574 The setup might be something as simple as
2576 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
2578 or perhaps a default value could be given.
2579 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
2580 a list of SMTP servers.
2583 <H2>Configuration precedence</H2>
2585 There are several levels of Alpine configuration.  Configuration values at
2586 a given level override corresponding values at lower levels.  In order of
2587 increasing precedence:
2589 <UL>
2590  <LI> built-in defaults
2591  <LI> system-wide
2592 <!--chtml if pinemode="os_windows"-->
2593       config file from command line or provided
2594       by "PINECONF" environment variable
2595 <!--chtml else-->
2596       pine.conf file
2597 <!--chtml endif-->
2598  <LI> personal configuration file
2599  <LI> personal exceptions configuration file
2600  <LI> command-line options
2601  <!--chtml if pinemode="os_windows"--><!--chtml else-->
2602  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
2603 </UL>
2605 The values in both the personal configuration file and the
2606 <A HREF="h_config_exceptions">exceptions</A>
2607 configuration file may be set using the Setup command.
2608 Setup/Config is the command to change most of the personal configuration
2609 options.
2610 The other Setup subcommands are also used to change the configuration,
2611 for example, Setup/AddressBook, Setup/Rules, and so on.
2612 Changing the personal exceptions configuration is very similar.
2613 To change a value in the Config screen you would use the command
2614 Setup/eXceptions/Config.
2615 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
2617 There are a couple exceptions to the rule that configuration values are replaced
2618 by the value of the same option in a higher-precedence file.
2619 The Feature-List variable has values that are additive, but can be
2620 negated by prepending &quot;no-&quot; in front of an individual feature name.
2621 So for features, each individual feature's value is replaced by the value
2622 of the same feature in a higher-precedence file.
2623 Note that this is done automatically for you when you change these values via
2624 the Setup/Config command.
2625 The other exception to the <EM>replace</EM> semantics happens when you
2626 use <A HREF="h_config_inheritance">configuration inheritance</A>
2627 for option lists.
2630 <H2>File name defaults</H2>
2632 Notes:<P>
2634 <BR> &lt;exe dir&gt; = directory where pine.exe found.
2635 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
2636 <BR> # = default file name is overridable in pinerc.
2637 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
2638 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
2639 <BR> + between the mailcap paths implies that the two files are combined.
2640 <BR> ; between other default paths implies that the first one found is used.
2641 </P>
2642 Alpine looks for most support files in the same directory it finds its
2643 personal configuration file (pinerc).  The -p command-line flag may be
2644 used to specify a particular path name for the pinerc file.  If a
2645 pinerc file does not exist, it will be created (if directory permissions
2646 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
2647 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
2648 file does not exist in either one, it will create one in the first of those
2649 two directories that is writable.  In detail:
2650 <PRE>
2652 PC-Alpine:
2654  executable     &lt;DOS search path&gt;&#92;pine.exe
2655  help index     &lt;exe dir&gt;&#92;pine.ndx
2656  help text      &lt;exe dir&gt;&#92;pine.hlp
2658  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
2659  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
2660  global cfg     $PINECONF
2662  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
2663  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
2664  signature#     &lt;pinerc dir&gt;&#92;pine.sig
2665  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
2666  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
2667  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
2668  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
2669  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
2670  postponed#     $HOME&#92;mail&#92;postpond.mtx
2671  interrupted    $HOME&#92;mail&#92;intruptd
2673 Unix Alpine:
2675  executable     &lt;Unix search path&gt;/pine
2676  persnl cfg     ~/.pinerc
2677  except cfg     ~/.pinercex
2678  global cfg     <!--#echo var="PINE_CONF_PATH"-->
2679  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
2680  local help     <!--#echo var="PINE_INFO_PATH"-->
2682  interrupted    ~/.pine-interrupted-mail
2683  debug          ~/.pine-debugN
2684  crash          ~/.pine-crash
2685  newsrc#        ~/.newsrc
2686  signature#     &lt;pinerc dir&gt;/.signature
2687  addressbook#   &lt;pinerc dir&gt;/.addressbook
2688  postponed#     ~/mail/postponed-msgs
2689  sentmail#      ~/mail/sent-mail
2690  mailcap#       ~/.mailcap + /etc/mailcap
2691                            + /usr/etc/mailcap + /usr/local/etc/mailcap
2692  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
2694  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
2695  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
2696  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
2697  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
2698  password       /etc/passwd
2700 Unix Alpine and PC-Alpine:
2702  .ab*           remote addressbook support files
2703  a[1-9]*        temporary (while Alpine is running) addressbook files
2705 </PRE>
2708 <H2>Mailcap files</H2>
2710 Alpine honors the mailcap configuration system for specifying external
2711 programs for handling attachments.  The mailcap file maps MIME attachment
2712 types to the external programs loaded on your system that can display
2713 and/or print the file.  A sample mailcap file comes bundled with the Alpine
2714 distribution.  It includes comments that explain the syntax you need to
2715 use for mailcap.  With the mailcap file, any program (mail readers,
2716 newsreaders, WWW clients) can use the same configuration for handling
2717 MIME-encoded data.
2720 <H2>MIME-Types files</H2>
2722 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
2723 what Content-Type to use for labeling an attached file, based on
2724 the file extension.  That is, this file provides a mapping between
2725 filename extensions and MIME content-types.
2728 <H2>Environment variables</H2>
2730 PC-Alpine uses the following environment variables:
2731 <DL>
2732 <DT>PINERC</DT>
2733 <DD>Optional path to pinerc file.</DD>
2734 <DT>PINERCEX</DT>
2735 <DD>Optional path to personal exceptions configuration file.</DD>
2736 <DT>PINECONF</DT>
2737 <DD>Optional path to global pine config file.</DD>
2738 <DT>HOME</DT>
2739 <DT>TMPDIR, TMP, or TEMP</DT>
2740 <DT>COMSPEC</DT>
2741 <DT>MAILCAPS</DT>
2742 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
2743 <DT>USER_DICTIONARY</DT>
2744 <DD>Used to specify the file to contain the user's spell check
2745 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
2746 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
2747 </DL>
2749 Unix Alpine uses the following environment variables:
2750 <DL>
2751 <DT>TERM</DT>
2752 <DD>Tells Alpine what kind of terminal is being used.</DD>
2753 <DT>DISPLAY</DT>
2754 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
2755 <DT>SHELL</DT>
2756 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
2757 <DT>TMPDIR, TMP, or TEMP</DT>
2758 <DT>MAILCAPS</DT>
2759 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
2760 </DL>
2761 <!--chtml if pinemode="os_windows"-->
2763 <H2>Common PC-Alpine Configuration Problems</H2>
2765 <H3>Configuration settings aren't being saved</H3>
2767 <P>This problem can happen if you run pine from one directory and
2768 then decide to move your pine directory to another location.  PC-Alpine
2769 stores certain variables, including the configuration location, in the
2770 Windows Registry (which you shouldn't ever need to manually edit).  There
2771 are a couple of ways to go about removing or resetting the values in the
2772 registry.
2775 1) Run PC-Alpine's registry value deletion command.  This can be done by
2776 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
2777 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
2778 value to the above command.
2781 2) Tell PC-Alpine where to look for the configuration file.  Configuration
2782 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
2783 option, you can tell PC-Alpine the location of your pinerc.  An example of
2784 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;.
2785 Again, you can use the DOS prompt or the shortcut method explained in (1).
2788 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
2789 set registry values to the current setting, and is therefore useful with
2790 the &quot;-p&nbsp;PINERC&quot; option.
2792 <!--chtml endif-->
2794 &lt;End of Configuration Notes&gt;
2795 </BODY>
2796 </HTML>
2797 ====== h_news_legal ======
2798 <html>
2799 <head>
2800 <TITLE>Alpine Legal Notices</TITLE>
2801 </head>
2802 <body>
2804 <H1>Alpine Legal Notices</H1>
2806 Alpine and its constituent programs are covered by the Apache License Version 2.0.
2810 &lt;End of Alpine Legal Notices&gt;
2811 </BODY>
2812 </HTML>
2813 ===== h_info_on_mbox =====
2814 <HTML>
2815 <HEAD>
2816 <TITLE>Information on mbox driver</TITLE>
2817 </HEAD>
2818 <BODY>
2819 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
2821 Beginning with Pine 4.00 (Pine came before Alpine)
2822 a new INBOX access method is
2823 available as part of the standard configuration.  It is called the
2824 &quot;mbox&quot; driver and it works like this:<P>
2827 <BLOCKQUOTE>
2828 If the file &quot;mbox&quot; exists in the user's home directory, and
2829 is in Unix mailbox format, then when INBOX is opened this file will be
2830 selected as INBOX instead of the mail spool file.  Messages will be
2831 automatically transferred from the mail spool file into the mbox
2832 file.
2833 </BLOCKQUOTE>
2836 The advantage of this method is that, after new mail has been copied
2837 from the system mail spool, all subsequent access is confined to the
2838 user's home directory, which is desirable on some systems.  However, a
2839 possible disadvantage is that mail tools other than those from the
2840 University of Washington will not know to look for mail in the user's
2841 mbox file.  For example, POP or IMAP servers other than those from the
2842 University of Washington, and many &quot;new mail notification&quot;
2843 programs may not work as expected with this driver enabled.<P>
2845 To disable this behavior, either remove/rename the &quot;mbox&quot;
2846 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
2847 option in Setup/Config
2848 and add &quot;mbox&quot; to it:
2850 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
2852 &lt;End of help on this topic&gt;
2853 </BODY>
2854 </HTML>
2855 ===== h_info_on_locking =====
2856 <HTML>
2857 <HEAD>
2858 <TITLE>FAQs on Alpine Locking</TITLE>
2859 </HEAD>
2860 <BODY>
2861 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
2863 There is an extensive section on locking in the Alpine technical notes;
2864 this information is intended to provide answers to some common questions:<P>
2865 <OL>
2866 <LI> Why did locking change in Pine 4.00?<BR>
2867 The actual locking mechanisms did not change in 4.00.
2868 What changed is that when one particular locking mechanism used by Alpine 
2869 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
2870 failure would occur, but no warning was issued.<P>
2872 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
2873 Yes.  It means that Alpine was unable to create a lockfile in the
2874 spool directory, generally because of overly restrictive protections on the
2875 spool directory.  The correct permissions on the spool directory for
2876 running Alpine are 1777, i.e. read-write-execute permission for everyone,
2877 with the sticky-bit set, so only owners of a file can delete them.<P>
2879 <LI> Why does Alpine require that the mail spool directory have 1777
2880    protections?<BR>
2881 Alpine was designed to run without special privileges.  This means that in
2882 order to create a lockfile in the spool directory, it is necessary to have
2883 the spool directory permissions be world-writable.<P>
2885 <LI> Can't you create the lockfile somewhere else?<BR>
2886 No.  The lockfile in question must be in the mail spool directory, because
2887 that's where the mail delivery program expects to find it, and the purpose
2888 of the file is to coordinate access between the mail client (Alpine) and the
2889 mail delivery program.<P>
2891 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
2892 No.  Remember that the individual mail files in the spool directory are
2893 NOT world-writable, only the containing directory.  Setting the &quot;sticky
2894 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
2895 -- means that only the owner of the file (or root) can delete files in the 
2896 directory.  So the only bad behavior that is invited by the 1777 mode is that 
2897 anyone could
2898 create a random file in the spool directory.  If the spool directory is
2899 under quota control along with home directories, there is little incentive
2900 for anyone to do this, and even without quotas a periodic scan for
2901 non-mail files usually takes care of the problem.  <P>
2903 <LI> Why not run Alpine as setgid mail?<BR>
2904 Alpine was never designed to run with privileges, and to do so introduces a
2905 significant security vulnerability.  For example, if a user suspends Alpine,
2906 the resulting shell will have group privileges.  This is one example of
2907 why we strongly recommend against running Alpine as a privileged program.
2908 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
2909 users
2910 could not test Alpine versions or other mailers that had not been installed
2911 by the system administrators.<P>
2914 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
2915 There are, but they all have different sets of tradeoffs, and not all will
2916 work on all systems.  Some examples:<UL>
2917  <LI> Use lock system calls.  Works fine on a few systems, provided mail
2918    spool is local.   Doesn't work reliably if NFS is used.
2919    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
2920    use the same calls.
2921  <LI> Deliver mail to user's home directory.  An excellent solution, highly
2922    recommended -- but one which is incompatible with some &quot;legacy&quot; 
2923 mail tools that always look in the spool directory for the mail.
2924 </UL><P>
2926 <LI> Are these spool directory lock files the only kinds of locks used by
2927    Alpine?<BR>
2928 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
2929 mailbox format folders, these are used to coordinate access between
2930 multiple Alpine sessions.  <P>
2932 <LI> What about the 
2933 <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>
2934 This is for people who are content to live dangerously, or who have
2935 specific knowledge that the spool directory lockfiles are superfluous on
2936 their system (because both Alpine and the mail delivery program are using 
2937 system call file locking in a context that works reliably, e.g. not NFS.)<P>
2939 <LI> Where can I find more details on how Alpine locking works?<BR>
2940 See the Alpine Technical Notes.<P>
2942 </OL>
2944 &lt;End of help on this topic&gt;
2945 </BODY>
2946 </HTML>
2947 ===== h_finding_help ====
2948 <HTML>
2949 <HEAD>
2950 <TITLE>Finding more information and requesting help</TITLE>
2951 </HEAD>
2952 <BODY>
2953 <H1>Places to Look for More Answers</H1>
2954 If you have questions about or problems with Alpine that you cannot resolve 
2955 after consulting the program's internal, context-sensitive help screens, here 
2956 are additional information resources that you may find helpful:
2958 <UL>
2959   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
2961   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
2963   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
2964 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
2965   since the last version, which may be useful for you to be aware of, 
2966 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
2967 a change in the way an aspect of Alpine works.  There, you will also find notes 
2968 on Alpine configuration.<P>
2969   <LI> The main site for Alpine contains information on configuring and solving problems
2970        with Alpine, it can be found at
2972 <CENTER><A HREF="https://alpineapp.email">https://alpineapp.email</A></CENTER>  
2974   <LI> Archives of the Alpine-info mailing list, at <A 
2975 href="http://mailman13.u.washington.edu/pipermail/alpine-info/">http://mailman13.u.washington.edu/pipermail/alpine-info/</A>
2977   <LI>The newsgroup comp.mail.pine.
2979 </UL>
2980 <P><HR WIDTH="75%">
2981 <H1>Requesting help</H1>
2982 If the internal help, the Release Notes, and your 
2983 local online and print resources do not help you resolve a problem, please
2984 start by contacting your local computer support staff and asking for help.
2986 This is especially true if:
2987 <ul>
2988   <li>You suddenly have trouble sending or receiving mail.
2989   <li>You receive a "disk quota exceeded" message.
2990   <li>You have forgotten your password.
2991   <li>You think your account may have been compromised.
2992   <li>You need help viewing an attachment.
2993   <li>You need to know how to configure your:
2994       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
2995       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
2996       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
2997       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
2998   <li>You want to know what alternative editors or spellcheckers you may be able to use.
2999   <li>You want to block email from a particular person.
3000   <li>You're going on vacation and need to autorespond to incoming mail.
3001   <li>You want to automatically file or filter incoming messages.
3002 </ul>
3004 In all of these cases,
3005 you should contact <B>your</B> support staff, because <B>only they</B> 
3006 will be able to assist you effectively. Your support staff may be, depending on who 
3007 provides you with the email account you use Alpine with, for example:<UL>
3008 <LI> the computing help desk of (a department of) your university, school, 
3009 employer, ... ; or
3010 <LI> the customer service center of your Internet Service Provider; or
3011 <LI> the friendly volunteer helpers of your Freenet; or
3012 <LI> the person who setup your computer and internet connection.
3013 </UL>
3016 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
3017 newsgroup can be a valuable source of information and assistance for Alpine 
3018 user issues.
3020 For systems/email administrators, developers, trainers, user support
3021 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
3022 level, the mailing list alpine-info is available; for information on
3023 subscribing and posting to it, see
3025 <CENTER><A HREF="https://mailman13.u.washington.edu/mailman/listinfo/alpine-info">https://mailman13.u.washington.edu/mailman/listinfo/alpine-info</A></CENTER>
3028 Regardless of whom you are asking for help with Alpine, remember 
3029 to provide as much detail as you can about the
3030 nature of any problem you are encountering, such as
3031 <UL>
3032 <LI>when it first occurred;
3033 <LI>what, if anything, happened that might have brought it about;
3034 <LI>whether it still persists;
3035 <LI>whether it is reproducible, and if so, how;
3036 <LI>what, if anything, you already tried to solve it.
3037 </UL> 
3038 It may also be helpful if you specify what version of Alpine you are using 
3039 <!--chtml if pinemode="running"-->
3040 -- this is <!--#echo var="ALPINE_VERSION"--> --
3041 <!--chtml endif-->
3042 and on what system, and when the copy of Alpine you are using was created
3043 <!--chtml if pinemode="running"-->
3044 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
3045 <!--chtml endif-->
3047 <!--chtml if pinemode="running"-->
3048 <P>   
3049 When the Alpine program you are currently using was installed, a support
3050 contact email address may have been set up; in that case, you can simply select
3051 this link now to send a message to it:<BR>
3052 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
3053 <!--chtml endif-->
3054 <!--chtml if [ -r PINE_INFO_PATH ]-->
3055 <HR WIDTH="75%">Local Support Contacts:<P>
3056 <!--#include file="PINE_INFO_PATH"-->
3057 <HR WIDTH="75%">
3058 <!--chtml endif-->
3059 <P> 
3060 &lt;End of help on this topic&gt;
3061 </BODY>
3062 </HTML>
3063 ===== new_user_greeting ======
3064 <HTML>
3065 <HEAD>
3066 <TITLE>NEW USER GREETING</TITLE>
3067 </HEAD>
3068 <BODY>
3069 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
3070 <BR>
3071 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
3072 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
3073 select Setup/Config to see many of the options available to you. Also note
3074 that all screens have context-sensitive help text available.
3077 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
3078 href="h_apache_license">Apache License 2.0</A>.
3081 Alpine's privacy policy is a living, online only, document, which can be found at
3082 <A href="h_privacy_policy">https://alpineapp.email/privacy.html</A>.
3083 By following the previous link,  Alpine
3084 will connect to an external server, and will download it and display
3085 it for you. Please take some time to read it and understand it.
3086 Since the Privacy Policy could be amended to take into consideration
3087 new additions to Alpine, please check it periodically. You can always
3088 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
3091 To Exit this screen and continue your Alpine session press "E".
3092 </BODY>
3093 </HTML>
3094 ===== new_alpine_user_greeting ======
3095 <HTML>
3096 <HEAD>
3097 <TITLE>NEW ALPINE USER GREETING</TITLE>
3098 </HEAD>
3099 <BODY>
3100 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
3101 <BR>
3102 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
3103 Your Alpine configuration file indicates that you may have used Pine before
3104 but not Alpine.
3105 If you are familiar with the way Pine works, you should be comfortable
3106 using Alpine.
3107 Your Pine configuration file is automatically used for Alpine.
3108 The Release Notes may be viewed by pressing 
3109 &quot;R&quot; now or while in the MAIN MENU.
3112 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
3113 href="h_apache_license">Apache License 2.0</A>.
3116 Alpine's privacy policy is a living, online only, document, which can be found at
3117 <A href="h_privacy_policy">https://alpineapp.email/privacy.html</A>.
3118 By following the previous link,  Alpine
3119 will connect to an external server, and will download it and display
3120 it for you. Please take some time to read it and understand it.
3121 Since the Privacy Policy could be amended to take into consideration
3122 new additions to Alpine, please check it periodically. You can always
3123 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
3126 To Exit this screen and continue your Alpine session press "E".
3127 </BODY>
3128 </HTML>
3129 ===== new_version_greeting ======
3130 <HTML>
3131 <HEAD>
3132 <TITLE>NEW VERSION GREETING</TITLE>
3133 </HEAD>
3134 <BODY>
3135 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
3136 <BR>
3137 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
3138 Your Alpine configuration file indicates that you may not have used 
3139 this version of Alpine before.  This version's significant changes are
3140 documented in the Release Notes, which may be viewed by pressing 
3141 &quot;R&quot; now or while in the MAIN MENU.
3145 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
3146 href="h_apache_license">Apache License 2.0</A>.
3149 Alpine's privacy policy is a living, online only, document, which can be found at
3150 <A href="h_privacy_policy">https://alpineapp.email/privacy.html</A>.
3151 By following the previous link,  Alpine
3152 will connect to an external server, and will download it and display
3153 it for you. Please take some time to read it and understand it.
3154 Since the Privacy Policy could be amended to take into consideration
3155 new additions to Alpine, please check it periodically. You can always
3156 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
3159 To Exit this screen and continue your Alpine session press "E".
3160 </BODY>
3161 </HTML>
3163 ===== main_menu_tx ======
3164 <HTML>
3165 <HEAD>
3166 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
3167 </HEAD>
3168 <BODY>
3169 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
3170 <DIV ALIGN=CENTER>
3171 Version <!--#echo var="ALPINE_VERSION"-->
3172 <!--chtml if pinemode="running"-->
3173 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
3174 <!--chtml endif-->
3175 </DIV>
3176 <CENTER>Copyright 2013-2021 Eduardo Chappa,
3177 <BR>Copyright 2006-2008 University of Washington.
3178 </CENTER>
3181 When you are viewing a help screen, there may be links to
3182 other topics highlighted (in Reverse video) in the text.
3183 Here is an example.
3184 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
3185 highlighted.
3186 If you type carriage return (or V for View Link, see the commands at the
3187 bottom of the screen) you will be taken to a new help screen to view the
3188 Introduction.
3189 The commands at the bottom of the screen should then include
3190 &quot;P Prev Help&quot;.
3191 If you type &quot;P&quot; you will end up back here.
3192 If you type &quot;E&quot; for Exit, you will be back out of help and returned
3193 to the place you were in Alpine when you entered Help.
3194 In this case, you would go back to the MAIN MENU.
3195 There are also other links that are highlighted in bold (or the color used
3196 by your terminal to display bold).
3197 The items after the Introduction in the TABLE OF CONTENTS are all examples
3198 of such links.
3199 In order to view those links, you first have to make the link you want
3200 to view the current link.
3201 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
3202 (see bottom of screen) can do that for you.
3205 <H2>TABLE OF CONTENTS</H2>
3206 <OL>
3207   <LI> The Basics of Alpine
3208   <UL>
3209      <LI> <A HREF="h_mainhelp_intro">Introduction</A>
3210      <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
3211      <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
3212      <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
3213      <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
3214      <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
3215      <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
3216      <!--chtml if [ -r PINE_INFO_PATH ]-->
3217      <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
3218      <!--chtml endif-->
3219      <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
3220   </UL>
3222   <LI> Description of Alpine Screens
3223   <UL>
3224       <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
3225       <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
3226       <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
3227       <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
3228       <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
3229       <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
3230   </UL>
3232   <LI> Email Processing
3233   <UL>
3234       <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
3235       <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
3236       <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
3237   </UL>
3239   <LI> Configuring Additional Accounts
3240   <UL>
3241       <LI> <A HREF="h_mainhelp_folders">Folders</A>
3242       <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
3243       <LI> <A href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
3244       <LI> <A HREF="h_mainhelp_roles">Incoming and Outgoing Settings for other Accounts</A> (a.k.a Roles)
3245   </UL>
3247   <LI> Finding and Saving your Contacts
3248   <UL>
3249        <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
3250        <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
3251   </UL>
3253   <LI> Security
3254   <UL>
3255       <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
3256       <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
3257   </UL>
3259   <LI> Miscelaneous Configurations
3260   <UL>
3261       <LI> <A HREF="h_mainhelp_color">Color Setup</A>
3262       <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
3263       <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
3264   </UL>
3265 </OL>
3268 &lt;End of help on this topic&gt;
3269 </BODY>
3270 </HTML>
3271 ===== h_mainhelp_intro ======
3272 <HTML>
3273 <HEAD>
3274 <TITLE>Introduction</TITLE>
3275 </HEAD>
3276 <BODY>
3277 <H1>Introduction</H1>
3279 Alpine is an &quot;Alternatively Licensed Program for Internet
3280 News and Email&quot; produced until 2009 by the University of Washington.
3281 It is intended to be an easy-to-use program for
3282 sending, receiving, and filing Internet electronic mail messages and
3283 bulletin board (Netnews/Usenet) messages. Alpine supports the following
3284 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
3285 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
3286 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
3287 Directory Access Protocol).<p>
3289 Although originally designed for inexperienced email users, Alpine has
3290 evolved to support many advanced features.  There are an ever-growing
3291 number of configuration and personal-preference options, though which of
3292 them are available to you is determined by your local system managers. 
3294 <H2>WHAT ALPINE DOES...</H2>
3296 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
3297 allows you to
3298 compose and read messages using Internet mail standards.  (Whether you
3299 can correspond with others on the Internet depends on whether or not your
3300 computer is connected to the Internet.)  Alpine also allows reading and
3301 posting messages on the Internet &quot;net news&quot; system, provided
3302 that your site operates a suitable news server.
3304 <H2>WHAT ALPINE DOES NOT DO...</H2>
3306 A &quot;mail user agent&quot; such as Alpine is just one part of a
3307 messaging system. Here are some things that are <B>not</B> done by Alpine,
3308 but require other programs:<P>
3309 <UL>
3310  <LI> Actual relaying of email... which is done by &quot;message transfer 
3311 agents&quot;.
3312  <LI> Vacation messages... automatically responding to incoming messages
3313  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
3314 email.
3315  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
3316  <LI> List processing... resending one message to a list of recipients.
3317 </UL>
3320 &lt;End of help on this topic&gt;
3321 </BODY>
3322 </HTML>
3324 ===== h_mainhelp_pinehelp ======
3325 <HTML>
3326 <HEAD>
3327 <TITLE>Alpine Help</TITLE>
3328 </HEAD>
3329 <BODY>
3330 <H1>Alpine Help</H1>
3332 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
3333 use will have its own help text, explaining the choices available for that
3334 screen. This general help section, on the other hand, attempts to give an 
3335 overall picture of what Alpine is capable of doing, as well as pointers to 
3336 additional help sections about specific topics.<p>
3338 Much of the help text contains links to further help topics, similar to
3339 how the World Wide Web works.
3340 You may choose a link to view using the &quot;NextLink&quot; and
3341 &quot;PrevLink&quot; commands to change the link that is highlighted.
3342 The &quot;View Link&quot; command will then show you the highlighted link.
3343 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
3344 will return you to where you were before viewing the link, and &quot;Exit Help&quot
3345 will return you to the location in Alpine before you asked for help.
3346 For example, if you are reading this text in Alpine you may return to the
3347 help table of contents with the &quot;Prev Help&quot; command or you may view the
3348 Release notes link in the next paragraph and then return here with
3349 &quot;Prev Help&quot;.
3352 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
3353 on the current Alpine version are also available from the MAIN MENU: Press
3354 <!--chtml if pinemode="function_key"-->
3355 &quot;F9&quot;
3356 <!--chtml else-->
3357 &quot;R&quot;
3358 <!--chtml endif-->
3359 to browse the release notes.  These include changes since the last release,
3360 configuration information, the history of the Alpine
3361 project, credits, and legal notices.
3363 Alpine releases are available via the world wide web at
3365 <CENTER><SAMP><A 
3366 HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP
3367 ></CENTER>
3370 If you would like to print <EM>all</EM> of Alpine's internal help text
3371 (not recommended) for a little light bedtime reading, then press
3372 <!--chtml if pinemode="function_key"-->
3373 &quot;F12&quot;
3374 <!--chtml else-->
3375 &quot;Z&quot;
3376 <!--chtml endif-->
3377 now.  (This assumes that the
3378 copy of Alpine you are using has been properly configured for printing
3379 at your site.)
3381 &lt;End of help on this topic&gt;
3382 </BODY>
3383 </HTML>
3384 ===== h_mainhelp_localsupport ======
3385 <HTML>
3386 <HEAD>
3387 <TITLE>Local Support Contacts</TITLE>
3388 </HEAD>
3389 <BODY>
3390 <H1>Local Support Contacts</H1>
3392 <!--chtml if [ -r PINE_INFO_PATH ]-->
3393 <!--#include file="PINE_INFO_PATH"-->
3394 <!--chtml else-->
3395 No Local Support Contacts configured.
3396 <!--chtml endif-->
3399 &lt;End of help on this topic&gt;
3400 </BODY>
3401 </HTML>
3403 ===== h_mainhelp_cmds ======
3404 <HTML>
3405 <HEAD>
3406 <TITLE>Giving Commands in Alpine</TITLE>
3407 </HEAD>
3408 <BODY>
3409 <H1>Giving Commands in Alpine</H1>
3411 Unless configured otherwise
3412 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
3413 the bottom two lines of the screen are always used to list the
3414 commands you can give.  You press the keys that are highlighted to give
3415 the command.  The commands for getting help and going back to the main
3416 menu are always present (except when viewing help as you are now).
3417 <!--chtml if pinemode="function_key"-->
3418 <!--chtml else-->
3420 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
3421 you see at the bottom of any screen. In some cases there are 3 or
3422 even 4 different
3423 sets of keys that can be seen by using the O key. <EM>All commands are 
3424 active</EM>, even if they are not currently showing at the bottom of your 
3425 screen. In other words, you <EM>never</EM> need to press the O key, except to 
3426 remind yourself of the proper key to press to perform an operation.
3428 <H2>Control Key Commands</H2>
3429 When composing mail, and in a few other places, in Alpine you
3430 have to use Control keys. This means pressing the Control key (usually labeled 
3431 &quot;Ctrl&quot;) and the
3432 letter indicated at the same time.  Usually, this is shown with a
3433 &quot;^&quot; in front of the letter.  On some systems, certain control
3434 characters are intercepted before they get to Alpine.  As a work-around,
3435 you can press the ESCAPE key twice followed by the desired key.  For
3436 example, if Ctrl-O (^O) does not work on your system, try typing
3437 &quot;ESC ESC O&quot;.
3438 <!--chtml endif-->
3439 <H2>Paging Up and Down</H2>
3440 The &quot;+&quot; and &quot;-&quot; keys are used for
3441 moving to the next or previous page.  The space bar is a synonym for
3442 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
3443 up as you do in the message composer.  On screens with a WhereIs (search)
3444 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
3445 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
3446 of the message or list.
3448 <H2>Return Key</H2>
3449 The return key is usually a synonym for a frequently used
3450 command.  When viewing a message, there is currently not a default
3451 command, so RETURN does nothing; when in the index, it is synonymous with
3452 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
3453 enclosed in square brackets [] is the same as the return key.
3455 <H2>Control Keys Not Used By Alpine</H2>
3456 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
3457 value, but in places where Alpine is expecting text input, e.g. in the composer or 
3458 at prompts for file/folder names, control keys must be used for editing and 
3459 navigation functions.
3462 Alpine has used nearly all the control keys available.  There are, however,
3463 certain control keys that are reserved by other programs or for technical
3464 reasons.  Alpine does not use any of these keys:
3465 <DL>
3466  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
3467  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
3468  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
3469 </DL>
3471 Note: Ctrl-S and Ctrl-Q can be subject to 
3472 <A HREF="h_special_xon_xoff">special handling</A>.
3474 In addition, while the ESC key alone is not used for command input,
3475 Alpine will recognize two consecutive ESC key presses followed by a letter 
3476 key as a substitute for control key input.  For example, the control key
3477 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
3478 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
3479 This is useful if the communication program you are using
3480 (e.g. Telnet) has its own, conflicting, idea of what certain control
3481 characters mean.
3484 <H2>Repainting the Screen</H2>
3485 Sometimes what is displayed on the screen will be
3486 incorrect due to noise on the phone line or other causes and you will want
3487 to repaint the whole screen to make it correct.  You can use the Ctrl-L
3488 command to do this.  It never hurts to do it when in doubt.
3491 &lt;End of help on this topic&gt;
3492 </BODY>
3493 </HTML>
3494 ===== h_mainhelp_status ======
3495 <HTML>
3496 <HEAD>
3497 <TITLE>Titlebar Line</TITLE>
3498 </HEAD>
3499 <BODY>
3500 <H1>Titlebar Line</H1>
3502 The top line of the screen is Alpine's titlebar line.  It will always display
3503 the current version of Alpine and will also convey information about the
3504 status of the program.  This is where you look to find out what
3505 collection, folder and message number is active and where you are in Alpine.
3508 If the titlebar line says &quot;READONLY&quot; it means that the open folder
3509 (typically your INBOX) is &quot;locked&quot; by another mail session --
3510 most likely a more recent session of Alpine has taken the INBOX lock.
3513 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
3514 access a
3515 folder on a remote mail server, and for some reason, communication with
3516 the mail server has either been lost, or never successfully established.
3517 This can be a result of trying to open a non-existent folder, or one
3518 stored on an invalid or non-operational server, or it can mean that Alpine
3519 has been suspended for more that 30 minutes while accessing a remote mail
3520 server.
3523 &lt;End of help on this topic&gt;
3524 </BODY>
3525 </HTML>
3526 ===== h_mainhelp_mainmenu ======
3527 <HTML>
3528 <HEAD>
3529 <TITLE>Main Menu</TITLE>
3530 </HEAD>
3531 <BODY>
3532 <H1>Main Menu</H1>
3534 The Main Menu lists Alpine's main options.
3535 The key or keys you must type to enter your
3536 choice are to the left of each option or command name.
3537 You can type either uppercase or lowercase letters,
3538 and you should not press &lt;Return&gt; after typing the
3539 letter (unless you are specifically asking for the default,
3540 highlighted command).
3543 From the Main Menu you can choose to read online help, write (compose) and 
3544 send a message, look at an index of your mail messages, open or maintain
3545 your mail folders, update your address book, configure Alpine, and quit Alpine.
3546 There are additional options listed at
3547 the bottom of the screen as well.
3550 The Help command usually returns context-sensitive help information.
3551 However, in the Main Menu you get the most general help, which includes
3552 a Table of Contents.
3553 The last entry in the Table of Contents is an Index of help topics,
3554 so this is a good place to go if you are having trouble finding how
3555 to do something.
3557 <H2>Main Menu Commands</H2>
3558 The Alpine main menu lists the most common Alpine functions. A <a
3559 href="h_main_menu_commands">full list of these
3560 commands</a> and what they do is available.
3562 &lt;End of help on this topic&gt;
3563 </BODY>
3564 </HTML>
3565 ===== h_mainhelp_abooks ======
3566 <HTML>
3567 <HEAD>
3568 <TITLE>Address Books</TITLE>
3569 </HEAD>
3570 <BODY>
3571 <H1>Address Books</H1>
3574 As you use email, you can build a list of your regular email correspondents 
3575 in your Alpine
3576 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
3577 screen. Your
3578 personal address book will be highlighted. Press &lt;Return&gt; to view it.
3579 You can use the address book to store email addresses for individuals or
3580 groups, to create easily
3581 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
3582 address when you are composing a message.
3584 There are two ways to add addresses to your address book: you can add them 
3585 manually or take them from messages (by pressing T to access the Take command). 
3586 With either method, you specify nicknames for your correspondents. A single 
3587 address book entry (or nickname) can point to just one email address, or, it can
3588 point to more than one. When it points to more than one, it is called a 
3589 distribution list. Each distribution list has a nickname, a full name, and a 
3590 list of addresses. These
3591 addresses may be actual addresses, other nicknames in your address book, or 
3592 other
3593 distribution lists.
3596 Additional information is available in Alpine's online help:
3597 <ul>
3598   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
3599 </ul>
3601 &lt;End of help on this topic&gt;
3602 </BODY>
3603 </HTML>
3604 ===== h_mainhelp_ldap ======
3605 <HTML>
3606 <HEAD>
3607 <TITLE>LDAP</TITLE>
3608 </HEAD>
3609 <BODY>
3610 <H1>LDAP</H1>
3612 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
3613 an organization's shared
3614 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
3615 large address
3616 books, rather like the White Pages provided by the phone company. As an Alpine 
3617 user, it is not
3618 necessary to know much about how this works, only how to use it and how to 
3619 configure
3622 More information on configuring LDAP is available in Alpine's online help:
3623 <ul>
3624   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
3625 </ul>
3627 Additional help on using LDAP in Alpine is also available:
3628 <ul>
3629   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
3630 </ul>
3632 &lt;End of help on this topic&gt;
3633 </BODY>
3634 </HTML>
3635 ===== h_mainhelp_index ======
3636 <HTML>
3637 <HEAD>
3638 <TITLE>Index of Messages</TITLE>
3639 </HEAD>
3640 <BODY>
3641 <H1>Index of Messages</H1>
3643 In Alpine's message index, the selected message is highlighted. The first 
3644 column on the left is blank, shows a &quot;+&quot; if the message was
3645 sent directly to you (i.e., it is not a
3646 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
3648 The second column may be blank, or it may contain:
3649 <ul>
3650   <li>"N" if the message is new (unread), </li>
3651   <li>"A" if you have answered the message (using the Reply command), </li>
3652   <li>"D" if you have marked the message for deletion.</li>
3653 </ul>
3656 Note: If you answer a message as well as mark it deleted (in either order), 
3657 you will only see the &quot;D&quot;.
3660 The rest of the columns in the message line show you the message
3661 number, date sent, sender, size, and subject. For details, press ? (Help).  
3662 The behavior and appearance of the Index screen is highly configurable.
3663 In the Setup/Config screen search (with the WhereIs command) for options
3664 that contain the words &quot;index&quot; or &quot;thread&quot; to see
3665 many of the configuration possibilities.
3666 In particular, the
3667 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
3668 option may be used to configure the look of the standard MESSAGE INDEX lines
3669 in many different ways.
3670 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
3671 read the help text there for more information.
3673 Most of the commands you need to handle your messages are visible at the
3674 bottom of the screen, and you can press O (OTHER CMDS) to see additional
3675 commands that are available.
3676 You do not need to see these &quot;other commands&quot;
3677 on the screen to use them. That is, you never need to press O as a prefix
3678 for any other command.
3681 Additional information is available in Alpine's online help:
3682 <ul>
3683   <li><a href="h_mail_index">Message Index Commands</a></li>
3684 </ul>
3686 &lt;End of help on this topic&gt;
3687 </BODY>
3688 </HTML>
3689 ===== h_mainhelp_reading ======
3690 <HTML>
3691 <HEAD>
3692 <TITLE>Reading Messages</TITLE>
3693 </HEAD>
3694 <BODY>
3695 <H1>Reading Messages</H1>
3697 The message text screen shows you the text of the message along with
3698 its header. If a message has attachments, those will be listed (but not
3699 displayed) also.  The titlebar line displays information about the currently
3700 open message, folder and collection.  You see the name of the collection
3701 (if there is one) in angle brackets, then the name of the folder, then the
3702 message number and finally the position within the current message (in
3703 percent). If the message is marked for deletion
3704 &quot;DEL&quot; will appear in the
3705 upper right as well.
3708 As with every Alpine screen, the bottom two lines show you the commands 
3709 available.
3711 <P>Additional information is available in Alpine's online help:
3712 <ul>
3713   <li><a href="h_mail_view">Message Text Screen</a></li>
3714   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
3715   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
3716 </ul>
3718 &lt;End of help on this topic&gt;
3719 </BODY>
3720 </HTML>
3721 ===== h_mainhelp_composing ======
3722 <HTML>
3723 <HEAD>
3724 <TITLE>Composing Messages</TITLE>
3725 </HEAD>
3726 <BODY>
3727 <H1>Composing Messages</H1>
3729 To write a message, press C (Compose). You see the Compose Message
3730 screen, which is divided into two parts: the header area and the message
3731 text area. The header area is where information on the recipient (the To:
3732 field) and the subject line go, while the message text area contains the
3733 actual text of the email message. Different commands are available to you
3734 when your cursor is in different areas on this screen. To see additional
3735 help on commands in either the message text or header area, type
3736 <Control>G (Get help).
3739 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
3740 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
3742 <P>The following information from Alpine's online help may prove useful:
3743 <ul>
3744   <li><a href="h_composer_to">Message Header Commands</a></li>
3745   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
3746   <li><a href="h_composer">Composer Commands</a></li>
3747   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
3748   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
3749   <li><a href="h_compose_send">Send Command</a></li>
3750   <li><a href="h_compose_spell">Spell Check Command</a></li>
3751 </ul>
3753 &lt;End of help on this topic&gt;
3754 </BODY>
3755 </HTML>
3756 ===== h_mainhelp_collections ======
3757 <HTML>
3758 <HEAD>
3759 <TITLE>Collection Lists</TITLE>
3760 </HEAD>
3761 <BODY>
3762 <H1>Collection Lists</H1>
3764 Collection lists are Alpine's way of organizing groups of folders. Each
3765 "collection" can reside on a different server, for example, and contain a
3766 different group of mail folders.
3769 For more information on this, see:
3770 <ul>
3771   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
3772 </ul>
3774 Additional information relating to collection lists is also available in 
3775 Alpine's online
3776 help:
3777 <ul>
3778   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
3779   <li><a href="h_collection_screen">Collection List Screen</a></li>
3780 </ul>
3782 &lt;End of help on this topic&gt;
3783 </BODY>
3784 </HTML>
3785 ===== h_mainhelp_folders ======
3786 <HTML>
3787 <HEAD>
3788 <TITLE>Folders</TITLE>
3789 </HEAD>
3790 <BODY>
3791 <H1>Folders</H1>
3793 Messages can quickly accumulate in your INBOX folder. If you use email
3794 often, you soon could have hundreds. You need to delete messages you do
3795 not want, and you can use folders to organize messages you wish to save. A
3796 folder is a collection of one or more messages that are stored (just like
3797 the messages in your INBOX) so you can access and manage them.
3800 You can organize your email messages into different folders by topic,
3801 correspondent, date, or any other category that is meaningful to you. You
3802 can create your own folders, and Alpine automatically provides three:
3803 <ul>
3804   <li>The INBOX folder: messages sent to you are listed in this folder.
3805       When you first start Alpine and go to the Message Index screen, you are
3806 looking at the list of messages in your INBOX folder. Every incoming
3807 message remains in your INBOX until you delete it or save it in another
3808 folder. </li>
3809   <li>The sent-mail folder: copies of messages you send are stored in this 
3810 folder. This is
3811 convenient if you cannot remember whether you actually sent a message and want 
3812 to check, or
3813 if you want to send a message again.</li>
3814   <li>The saved-messages folder: copies of messages you save are stored in this 
3815 folder
3816 unless you choose to save them to other folders you create yourself.</li>
3817 </ul>
3820 More information about folders is available in Alpine's online help:
3821 <ul>
3822   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
3823   <li><a href="h_folder_maint">Help for Folder List</a></li>
3824   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
3825   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
3826 Explained</a></li>
3827   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
3828 </ul>
3830 &lt;End of help on this topic&gt;
3831 </BODY>
3832 </HTML>
3833 ===== h_mainhelp_color ======
3834 <HTML>
3835 <HEAD>
3836 <TITLE>Color</TITLE>
3837 </HEAD>
3838 <BODY>
3839 <H1>Color</H1>
3841 If the terminal emulator you are using is capable of displaying color or if
3842 you are using PC-Alpine, then it is possible to set up Alpine so that various
3843 parts of the display will be shown in colors you configure. This is done
3844 using the Setup Color screen, available from the MAIN MENU by selecting
3845 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
3846 stands for Config in this context).
3849 For example, you may color things like the titlebar, the current item,
3850 the keymenu, and the status messages.
3851 You may also color lines in the index, and headers and quoted text in the
3852 MESSAGE TEXT screen.
3853 You use the Color Setup screen for configuring most of this, but you must
3854 use the IndexColor setup for coloring whole index lines.
3855 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
3858 The following entries in Alpine's online help provide additional information 
3859 about how to use color:
3860 <UL>
3861   <LI> <A HREF="h_color_setup">Color Setup screen</A>
3862   <LI> <A HREF="h_rules_incols">Index Line Color</A>
3863   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
3864   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
3865 </UL>
3867 &lt;End of help on this topic&gt;
3868 </BODY>
3869 </HTML>
3870 ===== h_mainhelp_mouse ======
3871 <HTML>
3872 <HEAD>
3873 <TITLE>Using a Mouse</TITLE>
3874 </HEAD>
3875 <BODY>
3876 <H1>Using a Mouse</H1>
3878 If you are using PC-Alpine mouse support is turned on automatically.
3879 If you are using UNIX Alpine within an X terminal window or within
3880 a terminal emulator that supports an xterm-style mouse, then you may
3881 turn on support for the mouse with the feature
3882 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
3883 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
3885 PC-Alpine offers considerable mouse support.  You can view what is
3886 &quot;clickable&quot; by dragging your mouse over any screen; when the
3887 arrow cursor changes into a hand, you found something. Mouse-click
3888 possibilities include navigating between screens and folders and
3889 double-clicking on hyperlinks to open your Web browser.
3890 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
3891 screen.  Examples of right-click options include &quot;copy&quot; after
3892 selecting text to copy and &quot;View in New Window&quot; when you click
3893 on a particular message in the Message Index. The menu choices available
3894 to you will vary based upon what screen is open, where on the screen your
3895 cursor is located, and even what action you have already taken.
3896 Within a folder, you may set the &quot;Important&quot; flag on any
3897 message.
3899 X terminal mouse support is more limited but still quite powerful.
3900 As with PC-Alpine, clicking on any of the commands in the keymenu at
3901 the bottom of the screen will execute that command as if you typed it.
3902 Double-clicking on a link, for example the link to the
3903 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
3904 will take you to that link.
3905 Double-clicking on an index line will view the message, and so on.
3907 &lt;End of help on this topic&gt;
3908 </BODY>
3909 </HTML>
3910 ===== h_mainhelp_keywords ======
3911 <HTML>
3912 <HEAD>
3913 <TITLE>Keywords</TITLE>
3914 </HEAD>
3915 <BODY>
3916 <H1>Keywords</H1>
3918 Within a folder, you may set the &quot;Important&quot; flag on any
3919 message.
3920 This doesn't have any system-defined meaning and is only called
3921 the Important flag because many users use it to signify that a message
3922 is important to them in some way.
3924 You may also define your own set of keywords.
3925 You might know these as user defined flags or as labels.
3926 These are similar to the Important flag but you choose the names for yourself.
3928 Alpine will only display keywords that
3929 have been added by you in the Flag Details screen or
3930 that have been configured by you using the Setup/Config option
3931 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
3932 Keywords set by other means (for example, by another email client) will not
3933 show up in Alpine unless you configure Alpine to know about them.
3934 They will show up in the Flag Details screen, but will not show up, for example,
3935 in the index line.
3938 The following entries in Alpine's online help provide additional information 
3939 about how to use keywords:
3940 <ul>
3941   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
3942   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
3943 </ul>
3945 &lt;End of help on this topic&gt;
3946 </BODY>
3947 </HTML>
3948 ===== h_mainhelp_roles ======
3949 <HTML>
3950 <HEAD>
3951 <TITLE>Roles</TITLE>
3952 </HEAD>
3953 <BODY>
3954 <H1>Roles</H1>
3956 You may play different roles depending on who you are replying to. For
3957 example, if you are replying to a message addressed to help-desk you may
3958 be acting as a Help Desk Worker. That role may require that you use a
3959 different return address and/or a different signature.
3962 To configure roles, go to the MAIN MENU and use the Setup command
3963 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
3964 The following entries in Alpine's online help provide additional information 
3965 about how to
3966 use roles:
3967 <ul>
3968   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
3969   <li><a href="h_role_select">Roles Screen</a></li>
3970 </ul>
3972 &lt;End of help on this topic&gt;
3973 </BODY>
3974 </HTML>
3975 ===== h_mainhelp_filtering ======
3976 <HTML>
3977 <HEAD>
3978 <TITLE>Filtering</TITLE>
3979 </HEAD>
3980 <BODY>
3981 <H1>Filtering</H1>
3983 The software that actually delivers mail (the stuff that happens
3984 before Alpine is involved) for you is in a better position to do mail filtering
3985 than Alpine itself.
3986 If possible, you may want to look into using that sort of mail filtering to
3987 deliver mail to different folders, delete it, or forward it.
3988 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
3991 Filtering is a way to automatically move certain messages from one folder
3992 to another or to automatically delete messages.
3993 You may also automatically set the state (Important, New, Deleted, Answered) of messages
3994 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
3995 Alpine doesn't have the ability to forward mail to another address or
3996 to deliver vacation messages.
3999 To configure filtering, go to the MAIN MENU and use the Setup command
4000 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
4001 The following entries in Alpine's online help provide additional information 
4002 about how to use filtering:
4003 <UL>
4004   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
4005 </UL>
4007 &lt;End of help on this topic&gt;
4008 </BODY>
4009 </HTML>
4010 ===== h_mainhelp_patterns ======
4011 <HTML>
4012 <HEAD>
4013 <TITLE>Patterns</TITLE>
4014 </HEAD>
4015 <BODY>
4016 <H1>Patterns</H1>
4018 Patterns are used with Roles, Filtering, Index Coloring,
4019 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
4020 The following entries in Alpine's online help provide information 
4021 about using Patterns:
4022 <UL>
4023   <LI> <A HREF="h_rule_patterns">Patterns</A>
4024 </UL>
4026 &lt;End of help on this topic&gt;
4027 </BODY>
4028 </HTML>
4029 ===== h_mainhelp_cmdlineopts ======
4030 <HTML>
4031 <HEAD>
4032 <TITLE>Command Line Options</TITLE>
4033 </HEAD>
4034 <BODY>
4035 <H1>Command Line Options</H1>
4037 Alpine accepts a number of command line arguments, allowing you, for
4038 example, to start Alpine and immediately access a particular folder.
4039 Many of these arguments overlap with options in the Alpine configuration file.
4040 If there is a difference, then an option set on the command line takes
4041 precedence.
4042 Alpine expects command line arguments (other than addresses) to be
4043 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
4044 A <a href="h_command_line_options">full list</a> of command line
4045 possibilities is available.
4047 &lt;End of help on this topic&gt;
4048 </BODY>
4049 </HTML>
4050 ===== h_mainhelp_config ======
4051 <HTML>
4052 <HEAD>
4053 <TITLE>Alpine Configuration</TITLE>
4054 </HEAD>
4055 <BODY>
4056 <H1>Alpine Configuration</H1>
4058 Unless it has been administratively disabled, the Setup command on the
4059 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
4060 The possible subcommands are for general Configuration settings,
4061 Printer settings, Changing your Password, Signature setup,
4062 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
4063 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
4064 and Color configuration.
4065 In particular, the &quot;Config&quot; subcommand has many features you may
4066 set or unset and many other configuration variables that may be set to change
4067 the way Alpine works.
4068 Every one of the hundreds of options available in that configuration settings
4069 screen has help text associated with it.
4070 You may read that text by moving the cursor to highlight the option and then
4071 typing the Help command.
4073 These settings are stored in your personal
4074 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
4075 <A HREF="h_config_remote_config">remotely</A>),
4076 but on shared systems these settings
4077 may be over-ridden by a system-wide control file (due to local site
4078 security or support policies).  A global pine configuration file can also
4079 be used to set default values for all Alpine users on a particular system.
4080 Power users may be interested in splitting their personal configuration
4081 data into two pieces, a generic piece and
4082 <A HREF="h_config_exceptions">exceptions</A> which apply to
4083 a particular platform.
4084 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
4085 General Alpine configuration information can be found
4086 <A HREF="h_news_config">here</A>.
4088 &lt;End of help on this topic&gt;
4089 </BODY>
4090 </HTML>
4091 ===== h_mainhelp_aggops ======
4092 <HTML>
4093 <HEAD>
4094 <TITLE>Aggregate Operations</TITLE>
4095 </HEAD>
4096 <BODY>
4097 <H1>Aggregate Operations</H1>
4099 When you are in the MESSAGE INDEX, the available commands
4100 (for example, Delete, Undelete, Save, Reply, and so on)
4101 normally act on a single message.
4102 So, for example, if you press the Delete command, the currently highlighted
4103 message is marked Deleted.
4104 These commands that normally act on a single message may be applied to
4105 several messages at once instead.
4107 By default this feature is turned on, but it could be administratively turned
4108 off to reduce complexity.
4109 The feature
4110 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
4111 in the Setup/Config screen is used to turn it off or on.
4112 When this feature is turned on, the four commands &quot;Select&quot;,
4113 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
4114 are available.
4115 The two selection commands allow you to mark a set of
4116 messages as being &quot;selected&quot;.
4117 The &quot;ZoomMode&quot; command will toggle between
4118 displaying only the selected messages and displaying all the messages.
4119 The &quot;Apply&quot; command allows you to
4120 apply one of the regular MESSAGE INDEX commands to all of the selected
4121 messages instead of to only the highlighted message.
4123 An example aggregate operation would be to catch up when reading
4124 a news group.
4125 That is, get rid of all the messages in the news group so that you can
4126 start fresh.
4127 The easiest way to do this in Alpine is to use aggregate operations.
4128 You want to Delete all of the messages in the group.
4129 You could start at the top and type &quot;D&quot; once for every message.
4130 A much faster method is to first Select all of the messages in the group,
4131 and then Delete all of them.
4132 This would take four keystrokes:
4134 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
4135 <BR>
4136 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
4138 Another use of Select is to use it for searching for a particular message
4139 or set of messages in a large folder.
4140 You may know that the message was From a certain user.
4141 You could select all messages from that user to start, and use Zoom to
4142 look at only those messages.
4143 If there were still too many messages to look at you could Narrow the
4144 set of messages further by selecting from all of those messages only
4145 the ones that were after a certain date, or contained a particular phrase
4146 in the Subject, or were too a particular address, and so on.
4147 That may be the end of what you are doing, or you may want to use Apply to
4148 Save or Forward or Print all of the selected messages.
4150 Some related help topics are
4151 <UL>
4152 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
4153 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
4154 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
4155 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
4156 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
4157 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
4158 </UL>
4160 &lt;End of help on this topic&gt;
4161 </BODY>
4162 </HTML>
4163 ===== h_mainhelp_readingnews ======
4164 <HTML>
4165 <HEAD>
4166 <TITLE>Reading News</TITLE>
4167 </HEAD>
4168 <BODY>
4169 <H1>Reading News</H1>
4171 <H2>Background</H2>
4172 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
4173 commands as for mail. Similar to mailing lists but existing on a larger scale, 
4174 Usenet newsgroups allow groups of people with common interests to discuss 
4175 particular topics. You might find newsgroups related to your career, or you 
4176 might wish to check out the online discussion among the fans of your favorite 
4177 television show. 
4179 <H2>Configuring Alpine for Reading News</H2>
4180 Alpine often arrives
4181 pre-configured by your system administrator to automatically access the
4182 newsgroups offered by your organization, Internet Service Provider, or
4183 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
4184 need additional details on <a href="h_configuring_news">how to
4185 configure Alpine to read news</a>.
4187 <H2>Accessing Newsgroups</H2>
4188 The first step in reading news is to access the newsgroups collections
4189 screen from Alpine. If everything is configured properly, you should be able
4190 to do this by first typing L (folder List), then selecting the folder
4191 collection listed as "News." The actual name of this collection may differ
4192 from system to system.
4194 <H2>Subscribing to Newsgroups</H2>
4196 Once you have accessed the news collection, you need to subscribe to a
4197 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
4198 will keep a record of the newsgroups in which you are interested and which
4199 articles in those newsgroups have been read.
4201 <H2>Using Newsgroups</H2> 
4202 Alpine uses the similar commands to read news as to read mail. For example,
4203 the D command marks messages as Deleted (or "Dismissed," if you prefer),
4204 and the R command Replies to a news posting. Basically, Alpine allows you to
4205 read news as if it were mail, so you don't need to change the way you
4206 interact with Alpine.
4208 There is also additional Alpine help available on 
4209 <A HREF="h_reading_news">how to use Alpine to read news</A>.
4211 &lt;End of help on this topic&gt;
4212 </BODY>
4213 </HTML>
4214 ===== h_mainhelp_securing ======
4215 <HTML>
4216 <HEAD>
4217 <TITLE>Securing your Alpine Session</TITLE>
4218 </HEAD>
4219 <BODY>
4220 <H1>Securing your Alpine Session</H1>
4222 By default, Alpine will attempt to connect to an IMAP server on the normal
4223 IMAP service port (143).
4224 If the Alpine you are using has been built to
4225 support &quot;Transport Layer Security&quot; (TLS)
4226 and &quot;Secure Sockets Layer&quot; (SSL) 
4227 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
4228 and the server offers the STARTTLS capability, then a secure (encrypted)
4229 session will be established.
4231 When you are connected to a remote folder the titlebar will contain a plus sign
4232 in the far right column if the connection is encrypted using TLS or SSL.
4233 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
4234 if the connection is encrypted.
4236 <H2>More Information on Alpine with SSL and TLS</H2>
4237 <UL>
4238 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
4239 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
4240 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
4241 <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>
4242 </UL>
4243 <H2>Here are some other security-related features and options</H2>
4245 <UL>
4246 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
4247 <LI> <A HREF="h_config_disable_password_file_saving"><!--#echo var="FEAT_disable-password-file-saving"--></A> Disable password file saving</LI>
4248 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
4249 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
4250 <LI> <A HREF="h_config_encryption_range"><!--#echo var="VAR_encryption-protocol-range"--></A> option </LI>
4251 </UL>
4253 &lt;End of help on this topic&gt;
4254 </BODY>
4255 </HTML>
4256 ===== h_mainhelp_problems ======
4257 <HTML>
4258 <HEAD>
4259 <TITLE>Reporting Problems</TITLE>
4260 </HEAD>
4261 <BODY>
4262 <H1>Reporting Problems</H1>
4264 We ask that you first read the relevant help screens and then seek
4265 assistance from your own local support staff.  Once you are sure that your
4266 difficulty is not a local configuration problem, you might look at the
4267 help section explaining where to look for
4268 <A HREF="h_finding_help">more information</A> and where to 
4269 get assistance.
4272 <ADDRESS>
4273    Eduardo Chappa &lt;chappa@washington.edu&gt;
4274 </ADDRESS>
4277 &lt;End of help on this topic&gt;
4278 </BODY>
4279 </HTML>
4280 ===== h_main_menu_commands ======
4281 <HTML>
4282 <HEAD>
4283 <TITLE>MAIN MENU COMMANDS</TITLE>
4284 </HEAD>
4285 <BODY>
4286 <H1>MAIN MENU COMMANDS</H1>
4288 <!--chtml if pinemode="function_key"-->
4289 &nbsp;Available&nbsp;Commands&nbsp;--
4290 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
4291 &nbsp;------------------------------
4292 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
4293 ----------<BR>
4294 &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>
4295 &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>
4296 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
4297 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
4298 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
4299 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
4300 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
4301 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
4302 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
4303 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4304 &nbsp;F7&nbsp;&nbsp;<A 
4305 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
4306 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4307 &nbsp;F8&nbsp;&nbsp;<A 
4308 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
4309 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
4310 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 
4311 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
4312 &nbsp;F10&nbsp;<A 
4313 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 
4314 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
4315 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4316 &nbsp;F11&nbsp;<A 
4317 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
4318 <!--chtml else-->
4319 &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>
4320 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
4321 &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>
4322 &nbsp;C&nbsp;&nbsp;<A 
4323 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>
4324 &nbsp;I&nbsp;&nbsp;<A 
4325 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>
4326 &nbsp;L&nbsp;&nbsp;<A 
4327 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>
4328 &nbsp;A&nbsp;&nbsp;<A 
4329 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
4330 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
4331 &nbsp;S&nbsp;&nbsp;<A 
4332 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 
4333 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
4334 &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>
4335 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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 
4336 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
4337 <!--chtml endif-->
4340 NOTE:
4341 <OL>
4342  <LI>For help on a particular command, highlight the bold text associated
4343 with it above and hit Return.
4344  <LI> The availability of certain commands (e.g. some of the options under
4345 SETUP) is determined by Alpine configuration files and system capabilities.
4346 At some sites, certain commands may not be available due to security or
4347 support concerns.
4348 </OL>
4350 &lt;End of help on this topic&gt;
4351 </BODY>
4352 </HTML>
4354 ===== h_command_line_options ======
4355 <HTML>
4356 <HEAD>
4357 <TITLE>COMMAND LINE OPTIONS</TITLE>
4358 </HEAD>
4359 <BODY>
4360 <H1>COMMAND LINE OPTIONS</H1>
4361 Possible starting arguments for Alpine:
4363 <DL COMPACT>
4365 <DT> <EM>[addresses]</EM>
4367 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
4368 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
4369 <EM>Alpine</EM> will startup in
4370 the composer with a message started to the addresses specified.
4371 Once the message is sent, the <EM>Alpine</EM> session closes.
4372 Standard input redirection is allowed.
4373 Separate multiple addresses with a space between them.
4374 Addresses are placed in the &quot;To&quot; field only.
4377 <DT> &lt; <EM>file</EM>
4379 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
4380 into the body of the message.
4381 Once the message is sent, the <EM>Alpine</EM> session closes. 
4384 <DT> -attach <EM>file</EM>
4386 <DD> Go directly into composer with given file attached.
4389 <DT> -attachlist <EM>file-list</EM>
4391 <DD> Go directly into composer with given files attached.
4392 This must be the last option on the command line.
4395 <DT> -attach_and_delete <EM>file</EM>
4397 <DD> Go directly into composer with given file attached, delete when finished.
4400 <DT> -aux <EM>local_directory</EM>
4402 <DD> <EM>PC-Alpine</EM> only.
4403 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
4404 files, like debug files, address books, and signature files.  The pinerc may 
4405 be local or remote.
4408 <DT> -bail
4410 <DD> If the personal configuration file doesn't already exist, exit.
4411 This might be useful if the configuration file is accessed using some
4412 remote filesystem protocol. If the remote mount is missing this will cause
4413 <EM>Alpine</EM> to quit instead of creating a new pinerc.
4416 <DT> -c <EM>n</EM>
4418 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
4419 This is used when there are multiple folder collections (contexts) and you 
4420 want to open a folder not in the primary collection.
4423 <DT> -conf
4425 <DD> Configuration: Prints a sample system configuration file to the
4426 screen or standard output. To generate an initial system configuration 
4427 file, execute
4429 <PRE><CODE>
4430                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
4431 </CODE></PRE>
4434 To generate a system configuration file using settings from an old
4435 system configuration file, execute
4437 <PRE><CODE>
4438                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
4439 </CODE></PRE>
4441 A system configuration file is not required.
4444 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
4446 <DD> Copy an address book file to a remote address book folder.
4447 If the remote folder doesn't exist, it will be created.
4448 If it exists but the first message in the folder isn't a remote address
4449 book header message, the copy will be aborted.
4450 This flag will not usually be used by a user.
4451 Instead, the user will create a remote address book from within <EM>Alpine</EM>
4452 and copy entries from the local address book by using aggregate Save in
4453 the address book screen.
4456 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
4458 <DD> Copy a pinerc configuration file to a remote pinerc folder.
4459 If the remote folder doesn't exist, it will be created.
4460 If it exists but the first message in the folder isn't a remote pinerc
4461 header message, the copy will be aborted.
4462 This flag may be useful to users who already have a local pinerc file and
4463 would like to convert it to a remote pinerc folder and use that instead.
4464 This gives a way to bootstrap that conversion without having to manually
4465 reset all of the variables in the remote pinerc folder.
4468 <DT> -d <EM>debug-level</EM>
4470 <DD> Debug Level:  Sets the level of debugging information written by
4471 <EM>Alpine</EM>.
4472 <EM>debug-level</EM> can be set to any integer 0-9.
4473 A debug level of 0 turns off debugging for the session.
4474 (Actually there are some levels higher than 9, but you probably don't
4475 want to see them.)
4478 <DT> -d <EM>keywords</EM>
4480 <DD> You may use a more detailed version of the debugging flag to set
4481 the debug level in separate parts of <EM>Alpine</EM>.
4482 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
4483 verbose=0..9.
4484 <EM>Flush</EM> causes debugging information to be flushed immediately to
4485 the debug file as it is written.
4486 <EM>Verbose</EM> is the general debugging verbosity level.
4487 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
4488 is useful when you are trying to figure out what is responsible for delays.
4489 <EM>Numfiles</EM> sets the number of debug files saved.
4490 <EM>Imap</EM> sets the debug level for the debugging statements related
4491 to the conversation with the IMAP server, and more generally, for the
4492 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
4493 <EM>Tcp</EM> turns on some TCP/IP debugging.
4496 <DT> -f <EM>folder</EM>
4498 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
4499 of the standard INBOX.
4502 <DT> -F <EM>file</EM>
4504 <DD> Open named text file for viewing and forwarding.
4507 <DT> -h
4509 <DD> Help:  Prints the list of available command-line arguments to the
4510 screen.
4513 <DT> -i
4515 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
4516 screen instead of the MAIN MENU.
4519 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
4522 <DT> -I <EM>a,b,c,...</EM>
4524 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
4525 sequence of commands upon startup.
4526 This allows users to get <EM>Alpine</EM> to start in any
4527 of its menus/screens.
4528 You cannot include any input to the composer in the initial keystrokes.
4529 The key &lt;Return&gt; is represented by a ``CR'' in
4530 the keystroke list; the spacebar is designated by the letters ``SPACE''.
4531 Control keys are two character sequences beginning with ``^'', such as
4532 ``^I''.
4533 A tab character is ``TAB''.
4534 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
4535 ``DOWN'', ``LEFT'', and ``RIGHT''.
4536 A restriction is that you can't mix function keys and character keys in this
4537 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
4538 A user can always use only <EM>character</EM> keys in the startup list even
4539 if he or she is using <EM>function</EM> keys normally, or vice versa.
4540 If an element in this list is a string of characters surrounded by double
4541 quotes (&quot;) then it will be expanded into the individual characters in
4542 the string, excluding the double quotes.
4545 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
4548 <DT> -install
4550 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
4551 some basic information to help with getting properly set up.
4554 <DT> -k
4556 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
4557 the input of commands to be function-keys.
4558 Otherwise, commands are linked to the regular character keys.
4561 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
4562 <EM>Feature-List</EM>.
4565 <DT> -n <EM>n</EM>
4567 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
4568 FOLDER INDEX screen with the current message being the specified
4569 message number.
4572 <DT> -nosplash
4574 <DD> <EM>PC-Alpine</EM> only.
4575 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
4576 This may be helpful for certain troubleshooting or terminal server scenarios.
4579 <DT> -o <EM>folder</EM>
4581 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
4584 <DT> -p <EM>pinerc</EM>
4586 <DD> Uses the named file as the personal configuration file instead of
4587 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
4588 Alpinerc may be either a local file or a remote configuration folder.
4591 <DT> -P <EM>pinerc</EM>
4593 <DD> Uses the named file as the system wide configuration file instead of
4594 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
4595 Alpinerc may be either a local file or a remote configuration folder.
4598 <DT> -passfile <EM>passfile</EM>
4600 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
4601 This should be a fully-qualified filename.
4604 <DT> -pinerc <EM>file</EM>
4606 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
4607 settings of variables that the user has made.
4608 Use <EM>file</EM> set to ``-'' to make output go to standard out.
4611 <DT> -r
4613 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
4614 <EM>Alpine</EM> in restricted mode can only send email to itself.
4615 Save and export are limited.
4618 <DT> -registry <EM>cmd</EM>
4620 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
4621 <EM>Alpine</EM>'s registry entries.
4622 Possible values for <EM>cmd</EM> are set, clear, and dump.
4623 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
4624 entries according to its current settings.
4625 <EM>Clear</EM> will clear the registry values.
4626 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
4627 <EM>Dump</EM> will display the values of current registry settings.
4628 Note that the dump command is currently disabled.
4629 Without the -registry option, <EM>PC-Alpine</EM> will write values into
4630 the registry only if there currently aren't any values set.
4633 <DT> -sort <EM>key</EM>
4635 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
4636 FOLDER INDEX screen.
4637 <EM>Key</EM> can have the following values: 
4638 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
4639 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
4640 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
4641 The default value is &quot;arrival&quot;.
4642 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
4645 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
4648 <DT> -uninstall
4650 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
4651 in Windows settings.  The registry settings are removed and
4652 the password cache is cleared.
4655 <DT> -url <EM>url</EM>
4657 <DD> Open the given URL.
4660 <DT> -v
4662 <DD> Version:  Print version information to the screen.
4665 <DT> -x <EM>exceptions_config</EM>
4667 <DD> Configuration settings in the exceptions configuration override your normal
4668 default settings.
4669 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
4672 <DT> -z
4674 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
4675 will suspend the <EM>Alpine</EM> session.
4678 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
4679 <EM>Feature-List</EM>.
4682 <DT> -<EM>option</EM>=<EM>value</EM>
4684 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
4685 For example, <EM>-signature-file=sig1</EM> or
4686 <EM>-Feature-List=signature-at-bottom</EM>.
4687 Note:  Feature-List values are
4688 additive and features may be preceded with no- to turn them off.
4689 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
4690 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
4691 <EM>-Feature-List=signature-at-bottom</EM>.
4694 </DL>
4696 &lt;End of help on this topic&gt;
4697 </BODY>
4698 </HTML>
4699 ===== h_configuring_news ======
4700 <HTML>
4701 <HEAD>
4702 <TITLE>CONFIGURING NEWS</TITLE>
4703 </HEAD>
4704 <BODY>
4705 <H1>CONFIGURING NEWS</H1>
4706 Alpine can access news folders in any one of three different ways:
4707 <DL>
4708 <DT>REMOTE NNTP</DT>
4709 <DD>Using the Network News Transport Protocol (NNTP) to
4710 access news on a remote news server.  In this case the newsrc file is
4711 stored on the machine where Alpine is running.
4714 To specify a remote news-collection accessed via NNTP use the
4715 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
4716 Server: value to the NNTP server's hostname appended with the
4717 communication method &quot;/service=NNTP&quot;, and set the Path:
4718 value to the &quot;#news.&quot; namespace (without the quotes).  See
4719 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
4720 help text for a more complete explanation of access method, and the
4721 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
4722 text for a more complete explanation of &quot;namespace&quot;.
4724 Instead of specifying a news-collection, you may simply set the
4725 <A HREF="h_config_nntp_server">NNTP Server</A>
4726 option, which will cause Alpine to create a default news-collection for you.
4727 Another NNTP option that may be of interest is
4728 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
4730 <DT>REMOTE IMAP</DT>
4731 <DD>Using the Internet Message Access Protocol (IMAP) to
4732 access news on a remote news server.  In this case, your newsrc file is
4733 stored on the news server, in your home directory, so you must have an
4734 account on the news server, but you would be running Alpine on a different
4735 machine.  The news server must be running an IMAPd server process. 
4738 To specify a remote news-collection accessed via IMAP use the
4739 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
4740 Server: value to the IMAP server's hostname, and set the Path: value
4741 to the &quot;#news.&quot; namespace (without the quotes).  See the
4742 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
4743 text for a more complete explanation of &quot;namespace&quot;.
4745 </DD>
4747 <DT>LOCAL</DT>
4748 <DD>Using local file access to the news database.  In this
4749 case, your newsrc file is stored on the news server, in your home
4750 directory, so you must have an account on the news server, and you would
4751 be running Alpine on the same machine.
4754 To specify a local news-collection use the SETUP/collectionList
4755 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
4756 set the Path: value to the &quot;#news.&quot; namespace (without the
4757 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
4758 field's help text for a more complete explanation of &quot;namespace&quot;.
4760 </DD>
4761 </DL>
4765 NOTE: Should no news-collection be defined as above, Alpine will
4766 automatically create one using the Setup/Config screen's
4767 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
4768 will be created as a &quot;Remote NNTP&quot; as described above.
4772 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
4773 possible.  If you don't have an account on the news server, or if the news
4774 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
4775 sure, ask your service provider, university, or company for help.)  In
4776 this case, your Unix .newsrc file can be transferred to your PC.  A good
4777 place to put it would be in the same directory as your PINERC file, under
4778 the name NEWSRC, but you can 
4779 <A HREF="h_config_newsrc_path">specify a different location</A>
4780 via Alpine's Setup/Config screen.
4783 Other configuration features related to news are
4784 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
4785 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
4786 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
4787 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
4788 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
4789 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
4790 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
4791 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
4794 &lt;End of help on this topic&gt;
4795 </BODY>
4796 </HTML>
4797 ===== h_reading_news ======
4798 <HTML>
4799 <HEAD>
4800 <TITLE>READING NEWS</TITLE>
4801 </HEAD>
4802 <BODY>
4803 <H1>READING NEWS</H1>
4805 Alpine uses almost the same commands for manipulating news folders as for
4806 mail folders.  This means, for example, that when you are done with a
4807 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
4808 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
4809 most newsreaders, wherein a message is implicitly dismissed after you have
4810 looked at it once. We strongly believe that Alpine should offer as much
4811 consistency as possible between mail and news, so the mail paradigm --
4812 wherein a message does not magically disappear without explicit action by
4813 the user -- is used for news as well. <P>
4815 If you answer a message in a news folder, the index view will show the
4816 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
4817 keep track of what news as been read has no way of storing this flag, so
4818 it will not be preserved across sessions.  The Deleted flag is the only
4819 one that is preserved when you leave and then return to a newsgroup.  As an
4820 additional note on replies, when you Reply to a newsgroup message and say
4821 you want to reply to all recipients, Alpine will ask if you want to post the
4822 message to all the newsgroups listed in the original message. <P>
4824 If you would like Alpine to mark more-or-less recent news messages as
4825 &quot;New&quot;, then set the
4826 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
4827 feature (which is set by default).  This will cause messages after the last one you have marked as
4828 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
4829 &quot;N&quot; status often makes it easier to distinguish later news
4830 articles from those you've previously seen, but not yet disposed of via
4831 the &quot;D&quot; key.  Note that this is an approximation, not an exact
4832 record of which messages you have not seen.
4835 A frequent operation in news-reading is &quot;catching up&quot; -- that
4836 is, getting rid of all the messages in the newsgroup so that you can
4837 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
4838 Select command.  You would enter the following four keystrokes:
4839 <tt>;aad</tt> to select all messaged, and then apply the delete (or
4840 dismiss) command to all of them.
4843 There are also additional details on 
4844 <A HREF="h_configuring_news">configuring news</a>.
4847 &lt;End of help on this topic&gt;
4848 </BODY>
4849 </HTML>
4850 ====== h_help_index ======
4851 <HTML>
4852 <HEAD>
4853 <TITLE>Help Index</TITLE>
4854 </HEAD>
4855 <BODY>
4856 <H1>Help Index</H1>
4857 <ul>
4858 <li><a href="h_mainhelp_abooks">Address Books</a></li>
4859 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
4860 <li><a href="h_main_addrbook">Address Book Command</a>
4861 <li><a href="h_abook_view">Address Book View Explained</a>
4862 <li><a href="h_compose_addrcomplete">Address Completion</a>
4863 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
4864 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
4865 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
4866 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
4867 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
4868 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
4869 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
4870 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
4871 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
4872 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
4873 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
4874 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
4875 <li><a href="h_mainhelp_config">Alpine Configuration</a>
4876 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
4877 <li><a href="h_news_legal">Alpine Legal Notices</a>
4878 <li><a href="h_compose_alted">Alt Editor Command</a>
4879 <li><a href="h_index_cmd_apply">Apply Command</a>
4880 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
4881 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
4882 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
4883 <li><a href="h_composer_browse">BROWSER</a>
4884 <li><a href="h_common_bounce">Bounce Command</a>
4885 <li><a href="h_compose_cancel">Cancel Command</a>
4886 <li><a href="h_config_change_your_from">Changing your From Address</a>
4887 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
4888 <li><a href="h_mainhelp_color">Color</a>
4889 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
4890 <li><a href="h_composer">COMPOSER COMMANDS</a>
4891 <li><a href="h_mainhelp_composing">Composing Messages</a>
4892 <li><a href="h_mainhelp_collections">Collection Lists</a>
4893 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
4894 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
4895 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
4896 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
4897 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
4898 <li><a href="h_common_compose">Compose Command</a>
4899 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
4900 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
4901 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
4902 <li><a href="h_mainhelp_config">Configuration</a>
4903 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
4904 <li><a href="h_config_dflt_color">Default Color</a>
4905 <li><a href="h_common_delete">Delete and Undelete Commands</a>
4906 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
4907 <li><a href="h_special_list_commands">Email List Commands Explained</a>
4908 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
4909 <li><a href="h_folder_open">Explanation of Folder Selection</a>
4910 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
4911 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
4912 <li><a href="h_ge_export">Export File Selection</a>
4913 <li><a href="h_ge_allparts">Export Message File Selection</a>
4914 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
4915 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
4916 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
4917 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
4918 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
4919 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
4920 <li><a href="h_config_alt_reply_menu">FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></a>
4921 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
4922 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
4923 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
4924 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
4925 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
4926 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
4927 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
4928 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
4929 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
4930 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
4931 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
4932 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
4933 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
4934 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
4935 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
4936 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
4937 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
4938 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
4939 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
4940 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
4941 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
4942 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
4943 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
4944 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
4945 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
4946 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
4947 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
4948 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
4949 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
4950 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
4951 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
4952 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
4953 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
4954 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
4955 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
4956 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
4957 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
4958 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
4959 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
4960 <li><a href="h_config_delete_before_writing">FEATURE: <!--#echo var="FEAT_enable-delete-before-writing"--></a>
4961 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
4962 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
4963 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
4964 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
4965 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
4966 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
4967 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
4968 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
4969 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
4970 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
4971 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
4972 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
4973 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
4974 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
4975 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
4976 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
4977 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
4978 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
4979 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
4980 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
4981 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
4982 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
4983 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
4984 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
4985 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
4986 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
4987 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
4988 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
4989 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
4990 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
4991 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
4992 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
4993 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
4994 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
4995 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
4996 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
4997 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
4998 <li><a href="h_external_loads_inline_images_only">FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>
4999 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
5000 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
5001 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
5002 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
5003 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
5004 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
5005 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
5006 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
5007 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
5008 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
5009 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
5010 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
5011 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
5012 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
5013 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
5014 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
5015 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
5016 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
5017 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
5018 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
5019 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
5020 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
5021 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
5022 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
5023 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
5024 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
5025 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
5026 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
5027 <li><a href="h_config_ignore_size">FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></a>
5028 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
5029 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
5030 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
5031 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
5032 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
5033 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
5034 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
5035 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
5036 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
5037 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
5038 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
5039 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
5040 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
5041 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
5042 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
5043 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
5044 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
5045 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
5046 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
5047 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
5048 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
5049 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
5050 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
5051 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
5052 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
5053 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
5054 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
5055 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
5056 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
5057 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
5058 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
5059 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
5060 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
5061 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
5062 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
5063 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
5064 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
5065 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
5066 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
5067 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
5068 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
5069 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
5070 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
5071 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
5072 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
5073 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
5074 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
5075 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
5076 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
5077 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
5078 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
5079 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
5080 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
5081 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
5082 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
5083 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
5084 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
5085 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
5086 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
5087 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
5088 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
5089 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
5090 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
5091 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
5092 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
5093 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
5094 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
5095 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
5096 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
5097 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
5098 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
5099 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
5100 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
5101 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
5102 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
5103 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
5104 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
5105 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
5106 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
5107 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
5108 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
5109 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
5110 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
5111 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
5112 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
5113 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
5114 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
5115 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
5116 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
5117 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
5118 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
5119 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
5120 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
5121 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
5122 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
5123 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
5124 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
5125 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
5126 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
5127 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
5128 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
5129 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
5130 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
5131 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
5132 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
5133 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
5134 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
5135 <li><a href="h_mainhelp_filtering">Filtering</a>
5136 <li><a href="h_finding_help">Finding more information and requesting help</a>
5137 <li><a href="h_common_flag">Flag Command</a>
5138 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
5139 <li><a href="h_mainhelp_folders">Folders</a>
5140 <li><a href="h_what_are_collections">Folder Collections Explained</a>
5141 <li><a href="h_common_folders">Folder List Command</a>
5142 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
5143 <li><a href="h_folder_save">Folder Select for Save Explained</a>
5144 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
5145 <li><a href="h_config_change_your_from">From Address, Changing</a>
5146 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
5147 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
5148 <li><a href="h_common_goto">Goto Command</a>
5149 <li><a href="h_common_hdrmode">HdrMode Command</a>
5150 <li><a href="h_mainhelp_pinehelp">Help</a>
5151 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
5152 <li><a href="h_folder_maint">Help for Folder List</a>
5153 <li><a href="h_valid_folder_names">IMAP</a>
5154 <li><a href="h_ge_import">Import File Selection</a>
5155 <li><a href="h_mainhelp_index">Index of Messages</a>
5156 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
5157 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
5158 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
5159 <li><a href="h_info_on_mbox">Information on mbox driver</a>
5160 <li><a href="h_mainhelp_intro">Introduction</a>
5161 <li><a href="h_main_journal">Journal Command</a>
5162 <li><a href="h_common_jump">Jump Command</a>
5163 <li><a href="h_compose_justify">Justify Command</a>
5164 <li><a href="h_main_kblock">Keyboard Lock Command</a>
5165 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
5166 <li><a href="h_mainhelp_ldap">LDAP</a>
5167 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
5168 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
5169 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
5170 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
5171 <li><a href="h_config_ldap_opts_ldaps">LDAP FEATURE: Require-LDAPS-On-Connection</a>
5172 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
5173 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
5174 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
5175 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
5176 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
5177 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
5178 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
5179 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
5180 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
5181 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
5182 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
5183 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
5184 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
5185 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
5186 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
5187 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
5188 <li><a href="h_ldap_view">LDAP Response View Explained</a>
5189 <li><a href="h_maildrop">Mail Drop: What is it?</a>
5190 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
5191 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
5192 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
5193 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
5194 <li><a href="h_common_index">Message Index Command</a>
5195 <li><a href="h_mainhelp_mouse">Mouse</a>
5196 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
5197 <li><a href="new_user_greeting">NEW USER GREETING</a>
5198 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
5199 <li><a href="h_mainhelp_readingnews">News Reading</a>
5200 <li><a href="h_folder_subscribe">Newsgroup Subscribe Screen explained</a>
5201 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
5202 <li><a href="h_common_nextnew">NextNew Command</a>
5203 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
5204 <li><a href="h_mainhelp_readingnews">NNTP</a>
5205 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
5206 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
5207 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
5208 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
5209 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
5210 <li><a href="h_config_color_style">OPTION: Color Style</a>
5211 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
5212 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
5213 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
5214 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
5215 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
5216 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
5217 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
5218 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
5219 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
5220 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
5221 <li><a href="h_config_encryption_range">OPTION: <!--#echo var="VAR_encryption-protocol-range"--></a>
5222 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
5223 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
5224 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
5225 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
5226 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
5227 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
5228 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
5229 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
5230 <li><a href="h_config_file_dir">OPTION: File Directory</a>
5231 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
5232 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
5233 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
5234 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
5235 <li><a href="h_config_font_name">OPTION: Font Name</a>
5236 <li><a href="h_config_font_size">OPTION: Font Size</a>
5237 <li><a href="h_config_font_style">OPTION: Font Style</a>
5238 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
5239 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
5240 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
5241 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
5242 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
5243 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
5244 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
5245 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
5246 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
5247 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
5248 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
5249 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
5250 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
5251 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
5252 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
5253 <li><a href="h_config_index_color">OPTION: Index Colors</a>
5254 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
5255 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
5256 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
5257 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
5258 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
5259 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
5260 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
5261 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
5262 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
5263 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
5264 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
5265 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
5266 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
5267 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
5268 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
5269 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
5270 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
5271 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
5272 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
5273 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
5274 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
5275 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
5276 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
5277 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
5278 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
5279 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
5280 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
5281 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
5282 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
5283 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
5284 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
5285 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
5286 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
5287 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
5288 <li><a href="h_config_pat_old">OPTION: Patterns</a>
5289 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
5290 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
5291 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
5292 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
5293 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
5294 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
5295 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
5296 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
5297 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
5298 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
5299 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
5300 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
5301 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
5302 <li><a href="h_config_printer">OPTION: Printer</a>
5303 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
5304 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
5305 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
5306 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
5307 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
5308 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
5309 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
5310 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
5311 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
5312 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
5313 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
5314 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
5315 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
5316 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
5317 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
5318 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
5319 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
5320 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
5321 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
5322 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
5323 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
5324 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
5325 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
5326 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
5327 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
5328 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
5329 <li><a href="h_config_aspell_dictionary">OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></a>
5330 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
5331 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
5332 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
5333 <li><a href="h_config_status_color">OPTION: Status Color</a>
5334 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
5335 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
5336 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
5337 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
5338 <li><a href="h_config_quit_query_timeo">OPTION: <!--#echo var="VAR_close-connection-timeout"--></a>
5339 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
5340 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
5341 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
5342 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
5343 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
5344 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
5345 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
5346 <li><a href="h_config_title_color">OPTION: Title Color</a>
5347 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
5348 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
5349 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
5350 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
5351 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
5352 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
5353 <li><a href="h_config_history">OPTION: <!--#echo var="VAR_default-directories"--></a>
5354 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
5355 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
5356 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
5357 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
5358 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
5359 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
5360 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
5361 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
5362 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
5363 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
5364 <li><a href="h_config_window_position">OPTION: Window-Position</a>
5365 <li><a href="h_mainhelp_patterns">Patterns</a>
5366 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
5367 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
5368 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
5369 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
5370 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
5371 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
5372 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
5373 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
5374 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
5375 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
5376 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
5377 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
5378 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
5379 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
5380 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
5381 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
5382 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
5383 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
5384 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
5385 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
5386 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
5387 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
5388 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
5389 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
5390 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
5391 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
5392 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
5393 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
5394 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
5395 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
5396 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
5397 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
5398 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
5399 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
5400 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
5401 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
5402 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
5403 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
5404 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
5405 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
5406 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
5407 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
5408 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
5409 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
5410 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
5411 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
5412 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
5413 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
5414 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
5415 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
5416 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
5417 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
5418 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
5419 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
5420 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
5421 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
5422 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
5423 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
5424 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
5425 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
5426 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
5427 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
5428 <li><a href="h_common_pipe">Pipe Command</a>
5429 <li><a href="h_valid_folder_names">POP</a>
5430 <li><a href="h_common_postpone">Postpone Command</a>
5431 <li><a href="h_common_print">Print Command</a>
5432 <li><a href="h_mainhelp_readingnews">Reading News</a>
5433 <li><a href="h_news">RELEASE NOTES for Alpine</a>
5434 <li><a href="h_mainhelp_roles">Roles</a>
5435 <li><a href="h_role_select">ROLES SCREEN</a>
5436 <li><a href="h_compose_readfile">Read File Command</a>
5437 <li><a href="h_mainhelp_reading">Reading Messages</a>
5438 <li><a href="h_main_release_notes">Release Notes Command</a>
5439 <li><a href="h_common_reply">Reply and Forward Commands</a>
5440 <li><a href="h_compose_richhdr">Rich Header Command</a>
5441 <li><a href="h_common_role">Role Command</a>
5442 <li><a href="h_mainhelp_smime">S/MIME</a>
5443 <li><a href="h_index_cmd_select">Searching for Messages</a>
5444 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
5445 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
5446 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
5447 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
5448 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
5449 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
5450 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
5451 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
5452 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
5453 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
5454 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
5455 <li><a href="h_common_save">Save and Export Commands</a>
5456 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
5457 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
5458 <li><a href="h_compose_send">Send Command</a>
5459 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
5460 <li><a href="h_main_setup">Setup Command</a>
5461 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
5462 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
5463 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
5464 <li><a href="h_mainhelp_smime">S/MIME</a>
5465 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
5466 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
5467 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
5468 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
5469 <li><a href="h_config_smime_use_cert_store">S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></a>
5470 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
5471 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
5472 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
5473 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
5474 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
5475 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
5476 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
5477 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
5478 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
5479 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
5480 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
5481 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
5482 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
5483 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
5484 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
5485 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
5486 <li><a href="h_index_cmd_sort">Sort Command</a>
5487 <li><a href="h_compose_spell">Spell Check Command</a>
5488 <li><a href="h_common_suspend">Suspend Command</a>
5489 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
5490 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
5491 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
5492 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
5493 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
5494 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
5495 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
5496 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
5497 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
5498 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
5499 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
5500 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
5501 <li><a href="h_common_take">TakeAddr Command</a>
5502 <li><a href="h_mainhelp_status">Titlebar Line</a>
5503 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
5504 <li><a href="h_config_usenone_color">Use None Color</a>
5505 <li><a href="h_config_usenormal_color">Use Normal Color</a>
5506 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
5507 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
5508 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
5509 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
5510 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
5511 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
5512 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
5513 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
5514 </UL>
5517 &lt;End of Help Index&gt;
5518 </BODY>
5519 </HTML>
5522 ============== h_config_remote_config =============
5523 <HTML>
5524 <HEAD>
5525 <TITLE>Remote Configuration</TITLE>
5526 </HEAD>
5527 <BODY>
5528 <H1>Remote Configuration</H1>
5530 You may use the command line argument &quot;-p pinerc&quot; to tell
5531 Alpine to use a non-default configuration file.
5532 There are two types of storage for configuration information.
5533 <EM>Local</EM> configuration files are used by default.
5534 These are just regular files on the UNIX system or on the PC.
5535 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
5536 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
5537 <EM>Remote</EM> configuration folders are stored on an IMAP server.
5538 The advantage of using a remote configuration is that the same information
5539 may be accessed from multiple platforms.
5540 For example, if you use one computer at work and another at home, the same
5541 configuration could be used from both places.
5542 A configuration change from one place would be seen in both places.
5543 To use a remote configuration you simply give a
5544 <A HREF="h_valid_folder_names">remote folder name</A>
5545 as the argument to the &quot;-p&quot; command line option.
5546 The command line might look something like:
5548 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
5550 If there are special characters in the command shell you use, you may need to
5551 quote the last argument (to protect the curly braces from the shell).
5552 The command might look like:
5554 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
5556 You should choose a folder name for a folder that does not yet exist.
5557 It will be created containing an empty configuration.
5558 Do not use a folder that you wish to store regular mail messages in.
5560 The Setup/RemoteConfigSetup command will help you convert from a local
5561 configuration to a remote configuration.
5562 It will create a remote configuration for you and copy your current local
5563 configuration to it.
5564 It will also help you convert local address books into remote address books
5565 and local signature files into literal signatures contained in the
5566 remote configuration file.
5568 If the Setup/RemoteConfigSetup command doesn't do what you want, you
5569 may copy a local pinerc file to a remote configuration folder by hand
5570 by using the command line option &quot;-copy_pinerc&quot;.
5572 Another command line option, which is somewhat related to remote
5573 configuration, is the option &quot;-x exceptions_config&quot;.
5574 The configuration settings in the exceptions configuration override
5575 your default settings.
5576 It may be useful to store the default configuration (the -p argument) remotely
5577 and to have the exceptions configuration stored in a local file.
5578 You might put generic configuration information in the remote configuration
5579 and platform-specific configuration on each platform in the exceptions
5580 configuration.
5581 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
5582 can be either remote folders or local files.
5584 There is another command line argument that works only with PC-Alpine and
5585 which may prove useful when using a remote configuration.
5586 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
5587 to store your local auxiliary files.
5588 This only has an effect if your configuration file is remote.
5589 Some examples of auxiliary files are debug files, address book files, and
5590 signature files.
5592 &lt;End of help on this topic&gt;
5593 </BODY>
5594 </HTML>
5595 ============== h_config_exceptions =============
5596 <HTML>
5597 <HEAD>
5598 <TITLE>Generic and Exceptional Configuration</TITLE>
5599 </HEAD>
5600 <BODY>
5601 <H1>Generic and Exceptional Configuration</H1>
5603 If you use Alpine from more than one platform it may be convenient
5604 to split your configuration information into two pieces, a generic piece
5605 and exceptions that apply to a particular platform.
5606 For example, suppose you use Alpine from home and from work.
5607 Most of your configuration settings are probably the
5608 same in both locations, so those settings belong in the generic settings
5609 configuration.
5610 However, you may use a different SMTP server and INBOX
5611 from home than you do from work.
5613 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
5615 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
5616 options could be
5617 part of your exceptional configuration so that they could be different in the
5618 two places.
5620 The command line option &quot;-x exceptions_config&quot;
5621 may be used to split your configuration into generic and exceptional pieces.
5622 &quot;Exceptions_config&quot; may be either local or remote.
5623 The regular Alpine configuration file will contain the generic data, and
5624 &quot;exceptions_config&quot; will contain the exceptional data.
5626 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
5627 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
5628 in the same local directory that the regular config file is located in (usually
5629 the Unix home directory).
5630 If the regular config file is remote (because the command line option
5631 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
5632 directory for &quot;<CODE>.pinercex</CODE>&quot;.
5633 If the file does not already exist then no exceptions will be used.
5634 You can force exceptions to be used by using the &quot;-x&quot; option or
5635 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
5637 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
5638 PC-Alpine will use the value of the
5639 environment variable <CODE>$PINERCEX</CODE>.
5640 If that is not set, PC-Alpine will look for
5641 the local file &quot;<CODE>PINERCEX</CODE>&quot;
5642 in the same local directory that the regular config file is located in.
5643 If the regular config file is remote (because the command line option
5644 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
5645 local directory specified by the &quot;-aux local_directory&quot; command
5646 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
5647 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
5649 When you have an exception configuration there is a new command
5650 in the Alpine Setup screen, Setup/eXceptions.
5651 It toggles between exceptions and the regular configuration.
5652 This is the usual way to make changes in your exceptional configuration data.
5653 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
5654 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
5655 for Config or &quot;K&quot; for Kolor.
5657 For most people, splitting the configuration information into two pieces is
5658 going to be most useful if the generic information is accessed
5659 <A HREF="h_config_remote_config">remotely</A>).
5660 That data will be the same no matter where you access it from and if you
5661 change it that change will show up everywhere.
5662 The exceptional data will most commonly be in a local file, so that the
5663 contents may easily be different on each computing platform used.
5665 If you already have a local configuration file with settings you like
5666 you may find that the command Setup/RemoteConfigSetup is useful
5667 in helping you convert to a remote configuration.
5668 The command line flag &quot;-copy_pinerc&quot;
5669 may also be useful.
5671 &lt;End of help on this topic&gt;
5672 </BODY>
5673 </HTML>
5674 ============== h_config_inheritance =============
5675 <HTML>
5676 <HEAD>
5677 <TITLE>Configuration Inheritance</TITLE>
5678 </HEAD>
5679 <BODY>
5680 <H1>Configuration Inheritance</H1>
5682 Configuration inheritance is a power user feature.
5683 It is confusing and not completely supported by the configuration
5684 user interface.
5685 We start with an explanation of how configuration works in hopes of making
5686 it easier to describe how inheritance works.
5688 Alpine uses a hierarchy of configuration values from different locations.
5689 There are five ways in which each configuration option (configuration
5690 variable) can be set.
5691 In increasing order of precedence they are:
5693 <OL>
5694 <LI> the system-wide configuration file.
5696 <LI> the personal configuration file
5698 <LI> the personal exceptions file
5700 <LI> a command line argument
5702 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
5703 </OL>
5705 The fixed configuration file is normally
5706 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
5708 The system-wide configuration file is normally
5709 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
5710 set for PC-Alpine.
5711 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
5712 is used for the system-wide configuration.
5713 This location can be set or changed on the command line with the -P flag.
5714 The system-wide configuration file can be either a local file or a
5715 remote configuration folder.
5717 For Unix Alpine, the personal configuration file is normally the file
5718 <CODE>.pinerc</CODE> in the user's home directory.
5719 This can be changed with the -p command line flag.
5720 For PC-Alpine, the personal configuration file is in
5721 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
5722 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
5723 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
5724 This can be changed with the -p command line flag.
5725 If -p is used, the configuration data may be in a local file or a remote config
5726 folder.
5728 For Unix Alpine, the personal exceptions configuration file is named
5729 <CODE>.pinercex</CODE> and is in the same directory as the personal
5730 configuration file, if that configuration file is not remote, and is in
5731 the home directory if the personal configuration file is remote.
5732 If the file exists, then exceptions are turned on.
5733 If it doesn't, then you are not using exceptions.
5734 Alternatively, you may change the location of the exceptions configuration
5735 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
5736 Like the personal configuration data, exceptions_config may be
5737 either local or remote.
5739 For PC-Alpine, the personal exceptions configuration file is named
5740 <CODE>PINERCEX</CODE> and is in the same directory as the personal
5741 configuration file unless the personal configuration file is remote.
5742 In that case, it is in the local directory specified by the
5743 &quot;-aux local_directory&quot; command line argument.
5744 (In the case that the personal configuration is remote and there is no
5745 &quot;-aux&quot; command line argument, Alpine searches for
5746 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
5747 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
5748 If the file exists, then exceptions are turned on.
5749 If it doesn't, then you are not using exceptions.
5750 You may change the location of the exceptions configuration
5751 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
5752 or with the
5753 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
5754 option).
5756 To reiterate, the value of a configuration option is taken from the
5757 last location in the list above in which it is set.
5758 Or, thinking about it slightly differently, a default value for an option
5759 is established in the system-wide configuration file (or internally by Alpine
5760 if there is no value in the system-wide file).
5761 That default remains in effect until and unless it is overridden by a value in a
5762 location further down the list, in which case a new &quot;default&quot;
5763 value is established.
5764 As we continue down the list of locations we either retain the
5765 value at each step or establish a new value.
5766 The value that is still set after going through the whole list of
5767 configuration locations is the one that is used.
5769 So, for example, if an option is set in the system-wide configuration
5770 file and in the personal configuration file, but is not set in the
5771 exceptions, on the command line, or in the fixed file; then the value
5772 from the personal configuration file is the one that is used.
5773 Or, if it is set in the system-wide config, in the personal config, not
5774 in the exceptions, but is set on the command line; then the value
5775 on the command line is used.
5777 Finally we get to inheritance.
5778 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
5779 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
5780 the inheritance mechanism makes it possible to <EM>combine</EM>
5781 the values from different locations instead of <EM>replacing</EM> the value.
5782 This is true of all configuration lists other than the &quot;Feature-List&quot;,
5783 for which you may already set whatever you want at
5784 any configuration location (by using the &quot;no-&quot; prefix if
5785 necessary).
5787 To use inheritance, set the first item in a configuration list to the
5788 token &quot;INHERIT&quot;, without the quotes.
5789 If the first item is &quot;INHERIT&quot;,
5790 then instead of replacing the default value established so far, the rest of
5791 the list is appended to the default value established so far and that is
5792 the new value.
5794 Here is an example which may make it clearer. Suppose we have:
5796 <PRE>
5797  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5798  Personal config    :   smtp-server = INHERIT, mysmtp.home
5799  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
5800  Command line       :   smtp-server = &lt;No Value Set&gt;
5801  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5802 </PRE>
5805 This would result in an effective smtp-server option of
5807 <PRE>
5808  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
5809 </PRE>
5811 The &quot;INHERIT&quot; token can be used in any of the configuration files
5812 and the effect cascades.
5813 For example, if we change the above example to:
5815 <PRE>
5816  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5817  Personal config    :   smtp-server = INHERIT, mysmtp.home
5818  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
5819  Command line       :   smtp-server = &lt;No Value Set&gt;
5820  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5821 </PRE>
5824 This would result in:
5826 <PRE>
5827  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
5828 </PRE>
5830 Unset variables are skipped over (the default value is carried forward) so
5831 that, for example:
5833 <PRE>
5834  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5835  Personal config    :   smtp-server = &lt;No Value Set&gt;
5836  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
5837  Command line       :   smtp-server = &lt;No Value Set&gt;
5838  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5839 </PRE>
5842 produces:
5844 <PRE>
5845  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
5846 </PRE>
5849 If any later configuration location has a value set (for a particular list
5850 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
5851 then that value replaces whatever value has been defined up to that point.
5852 In other words, that cancels out any previous inheritance.
5854 <PRE>
5855  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5856  Personal config    :   smtp-server = INHERIT, mysmtp.org
5857  Exceptions config  :   smtp-server = yoursmtp.org
5858  Command line       :   smtp-server = &lt;No Value Set&gt;
5859  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5860 </PRE>
5863 results in:
5865 <PRE>
5866  smtp-server = yoursmtp.org
5867 </PRE>
5870 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
5871 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
5872 difficult to insert the value &quot;INHERIT&quot; into the list of values
5873 for the option using the normal Setup tools.
5874 In other words, the color setting screen (for example) does not
5875 provide a way to input the text &quot;INHERIT&quot; as the first
5876 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
5877 The way to do this is to either edit the pinerc file directly and manually
5878 insert it, or turn
5879 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
5880 feature and insert it using the Setup/Config screen.
5882 &lt;End of help on this topic&gt;
5883 </BODY>
5884 </HTML>
5885 ============== h_special_xon_xoff =============
5886 <HTML>
5887 <HEAD>
5888 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
5889 </HEAD>
5890 <BODY>
5891 <H1>XOFF/XON Handling within Alpine</H1>
5893 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
5894 and XON) as normal characters, even though Alpine does not use them.
5895 However, the printer, modem, or communication software you are using may
5896 be configured for &quot;software flow control,&quot; which means that
5897 XON/XOFF must be treated as special characters by the operating system.
5898 If you see messages such as &quot;^S not defined for this screen&quot;,
5899 then your system is probably using software flow control. In this case
5900 you will need to set the
5901 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
5902 feature.
5904 If you <EM>do</EM> set this
5905 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
5906 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
5907 and see if that puts things right.  Printing via the
5908 &quot;attached-to-ansi&quot; or 
5909 &quot;attached-to-wyse&quot;
5910 option will automatically enable software
5911 flow-control handling for the duration of the printing.
5913 &lt;End of help on this topic&gt;
5914 </BODY>
5915 </HTML>
5916 ============= h_special_help_nav =============
5917 <HTML>
5918 <HEAD>
5919 <TITLE>Help Text Navigation Explained</TITLE>
5920 </HEAD>
5921 <BODY>
5922 <H1>Help Text Navigation Explained</H1>
5924 Alpine contains extensive context-sensitive help text.   At any point, 
5925 pressing the &quot;?&quot; key will bring up a page of help text
5926 explaining the options available to you.  You can leave the help
5927 text screen and return to normal Alpine operation by pressing
5929 <!--chtml if pinemode="function_key"-->
5930 F3 function
5931 <!--chtml else-->
5932 &quot;E&quot;
5933 <!--chtml endif-->
5934 key to Exit Help at any time.
5937 Within the help screen you might find a word or phrase displayed in 
5938 inverse text and others displayed in bold typeface.  Such words and
5939 phrases are used to tell you Alpine has more information available on
5940 the topic they describe.
5941 The inverted text is the &quot;selected&quot; topic.  
5942 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
5943 displayed in bold type
5944 is &quot;selected&quot;.
5945 Hit the Return key to display the information Alpine has available on that
5946 topic.  While viewing such additional information, the 
5947 <!--chtml if pinemode="function_key"-->
5948 F3 function
5949 <!--chtml else-->
5950 &quot;P&quot;
5951 <!--chtml endif-->
5952 key will return you to the previous help screen, and the
5953 <!--chtml if pinemode="function_key"-->
5954 F2 function
5955 <!--chtml else-->
5956 &quot;E&quot;
5957 <!--chtml endif-->
5958 key will Exit the Help system altogether.
5961 The "N" command will tell you the internal name of the help text you are 
5962 reading each time, so that you can send this name in the text of a message 
5963 and create a direct link to that internal help using the x-pine-help URL 
5964 scheme. For example, the direct link to this item is 
5965 x-pine-help:h_special_help_nav. If you add this text to a message, then
5966 a person using Pine to read such message would have a direct link to this
5967 help text.
5970 When you are finished reading this help text, you can press the
5971 <!--chtml if pinemode="function_key"-->
5972 F3 function
5973 <!--chtml else-->
5974 &quot;P&quot;
5975 <!--chtml endif-->
5976 key to return to the previously displayed help text.
5979 &lt;End of help on this topic&gt;
5980 </BODY>
5981 </HTML>
5982 ============= h_special_list_commands =============
5983 <HTML>
5984 <HEAD>
5985 <TITLE>Email List Commands Explained</TITLE>
5986 </HEAD>
5987 <BODY>
5988 <H1>Email List Commands Explained</H1>
5990 Electonic mail lists provide a way for like-minded users to join in
5991 discussions on topics of interest.  The email list itself is 
5992 represented by a
5993 single address that participants send messages to when they have
5994 something of interest to share with other members of the list.  The
5995 receiving computer then, either automatically or after review by the
5996 list's owner (or moderator), sends a copy of that message to each
5997 member of the list.
6000 Usually, subscribing and unsubscribing is done by sending requests in
6001 an email message to a special address setup to handle managing list
6002 membership.  Often this is the name of the list followed by
6003 <I>-request</I>.  This address is almost <EM>never</EM> the same as
6004 the address used to send messages to the list.
6007 Unfortunately, email list participation commands are more a matter
6008 of convention than standard, and thus may vary from list to list.
6009 Increasingly, list management software is adding information to
6010 the copy of the postings as they're copied to the list members that
6011 explains how to do the various list management functions.
6014 Alpine will recognize this information and offer the management commands
6015 they represent in a simple display. One or more of the following
6016 operations will be made available:
6018 <DL>
6019 <DT>Help</DT>
6020 <DD>
6021 A method to get help on subscribing, unsubscribing, 
6022 an explanation of what the list is about, or special instructions
6023 for participation.  This may be in the form of a reply in response
6024 to an email message, or instructions on how to connect to a Web site.
6025 </DD>
6027 <DT>Unsubscribe</DT>
6028 <DD>
6029 A method to get your email addressed removed from the list of
6030 recipients of the email list.
6031 </DD>
6033 <DT>Subscribe</DT>
6034 <DD>
6035 A method to get your email address added to the list of recipients
6036 of the email list.  It may be in the form of a message sent to 
6037 a special address or you may be connected to a web site.
6038 <DD>
6039 </DD>
6041 <DT>Post</DT>
6042 <DD>
6043 A method used to post to the email list.  However, it might also 
6044 indicate that no posting is allowed directly to the list.
6045 </DD>
6047 <DT>Owner</DT>
6048 <DD>
6049 A method to contact the list owner for special questions you might
6050 have regarding the list.
6051 </DD>
6053 <DT>Archive</DT>
6054 <DD>
6055 A method to view an archive of previous messages posted to the list.
6056 This may be in the form of a mail folder on a remote computer, an
6057 IMAP mailbox or even a Web site.
6058 </DD>
6059 </DL>
6062 &lt;End of help on this topic&gt;
6063 </BODY>
6064 </HTML>
6065 ============= h_quota_command =============
6066 <HTML>
6067 <HEAD>
6068 <TITLE>Quota Screen Explained</TITLE>
6069 </HEAD>
6070 <BODY>
6071 <H1>Quota Screen Explained</H1>
6073 <P> This screen summarizes the quota report for this mailbox in the
6074 IMAP server. For each resource that you have a quota, this reports summarizes
6075 its use and limit.
6077 <P> Your IMAP server administrator may have set a quota based either on 
6078 the total size of your mailbox (STORAGE), or the number of messages in 
6079 your mailbox (MESSAGES), or some other criteria. This will be reported
6080 to you indicating the type of quota, its total use and its limit.
6082 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
6083 1024 bytes. Each of the characters that you see in this help text is one 
6084 byte, and this help text is about 1 kibibyte in size. Small messages sent 
6085 by Alpine are normally less than 4 kibibytes in size (which includes 
6086 headers and text). Other email programs may send messages with bigger 
6087 sizes when they send messages, since they send plain text and an 
6088 alternative part in HTML.
6090 <P> A convenient way to save space for the STORAGE type of quota is by 
6091 deleting attachments. This is done on each individual message by pressing 
6092 the &quot;V&quot; command while reading the message text, then moving the cursor 
6093 to the position of the attachment that is to be deleted, then pressing
6094 &quot;D&quot; to delete such attachment, going back to reading the 
6095 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
6096 save the message in the same folder you are reading from. The saved 
6097 message will not have the attachment that was marked deleted. Now you
6098 can delete and expunge the message with the unwanted attachment.
6101 &lt;End of help on this topic&gt;
6102 </BODY>
6103 </HTML>
6104 ============= h_mail_thread_index =============
6105 <HTML>
6106 <HEAD>
6107 <TITLE>THREAD INDEX COMMANDS</TITLE>
6108 </HEAD>
6109 <BODY>                 
6110 <H1>THREAD INDEX COMMANDS</H1>
6111 <!--chtml if pinemode="function_key"-->
6112 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>
6113 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
6114 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>
6115 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>
6116 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>
6117 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>
6118 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>
6119 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>
6120 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>
6121 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>
6122 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>
6123 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>
6124 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>
6125 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>
6126 <BR>
6127 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
6128 -----------------------------<BR>
6129 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>
6130 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>
6131 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>
6132 <BR>
6133 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
6134 -----------------------------<BR>
6135 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
6136 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
6137 <BR>
6138 <!--chtml else-->
6139 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>
6140 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
6141 &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>
6142 &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>
6143 &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>
6144 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>
6145 &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>
6146 &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>
6147 &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>
6148 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>
6149 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
6150 <BR>
6151 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
6152 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
6153 &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>
6154 &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>
6155 &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>
6156 &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>
6157 &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>
6158 &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>
6159 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
6160 <!--chtml endif-->
6163 NOTE:
6164 <OL>
6165  <LI>For help on a particular command, highlight the bold text associated
6166 with it above and hit Return.
6167  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
6168 </OL>
6170 <H2>Description of the THREAD INDEX Screen</H2>
6172 The THREAD INDEX displays summary information from each
6173 thread (conversation) in the current folder.
6174 This is useful if you want to quickly
6175 scan new threads, or find a particular thread without having to go
6176 through the text of each message, or to quickly get rid of junk
6177 threads, etc.
6178 The current thread is always highlighted.
6179 Each line of the THREAD INDEX contains the following columns: <P>
6180 <DL>
6181  <DT>STATUS:</DT>
6182  <DD> The markings on the left side of the thread tell you about its
6183 status.  You may see one or more of the following codes on any given
6184 thread:
6185 <UL>
6186   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
6187   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
6188   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
6189   <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.
6190   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
6191         message in the thread was sent to you as a cc:. This symbol will only show up if
6192         the feature
6193         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
6194   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
6195         &quot;select&quot; command.  (Some systems may optionally allow selected
6196         messages to be denoted by the index line being displayed in bold
6197         type instead.)
6198   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
6199       to mark at least one message in this thread as &quot;important&quot;.
6200 </UL></DD><P>
6202  <DT>THREAD NUMBER:</DT>
6203  <DD>Threads in a folder are numbered, from one through the number
6204 of threads in the folder, to help you know where you are in the folder.
6205 </DD><P>
6207  <DT>DATE STARTED:</DT>
6208  <DD>The date the thread was started. This is actually from the Date header
6209 of the first message in the thread. It doesn't take different time zones
6210 into account.</DD><P>
6212  <DT>WHO STARTED THE THREAD:</DT>
6213  <DD>This is usually the name of the sender of the first message in the thread, taken from
6214 the From header of the message.
6215 If there is no personal name given in that
6216 address, then the email address is used instead.
6217 If the message is from you (or from one of your
6218 <A HREF="h_config_alt_addresses">alternate addresses</A>),
6219 then the recipient's name is shown here instead, with the characters
6220 &quot;To: &quot; inserted before the name.
6221 (The idea of this is that if you started the thread you would rather see who
6222 the mail was sent to instead of that the mail was from you.)
6223 In Newsgroups, if you are
6224 the sender and there are no email recipients, the newsgroup name will be
6225 listed after the &quot;To: &quot;.
6226 </DD><P>
6228  <DT>SIZE:</DT>
6229  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
6231  <DT>SUBJECT:</DT>
6232  <DD>As much of the thread's subject line as will fit on the screen.
6233 This is the subject of the first message in the thread.</DD>
6234 </DL>
6236 <P><UL>
6237 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6238 </UL>
6240 &lt;End of help on this topic&gt;
6241 </BODY>
6242 </HTML>
6243 ============= h_mail_index =============
6244 <HTML>
6245 <HEAD>
6246 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
6247 </HEAD>
6248 <BODY>                 
6249 <H1>MESSAGE INDEX COMMANDS</H1>
6250 <!--chtml if pinemode="function_key"-->
6251 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>
6252 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
6253 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>
6254 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>
6255 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>
6256 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>
6257 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>
6258 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>
6259 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>
6260 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>
6261 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>
6262 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>
6263 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>
6264 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>
6265 <BR>
6266 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
6267 -----------------------------<BR>
6268 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>
6269 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>
6270 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>
6271 <BR>
6272 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
6273 -----------------------------<BR>
6274 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
6275 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>
6276 <BR>
6277 <!--chtml else-->
6278 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>
6279 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
6280 &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>
6281 &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>
6282 &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>
6283 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>
6284 &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>
6285 &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>
6286 &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>
6287 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>
6288 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
6289 Miscellaneous&nbsp;Operations<BR>
6290 ------------------------<BR>
6291 &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>
6292 &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>
6293 &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>
6294 &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>
6295 &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>
6296 &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>
6297 &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>
6298 &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>
6299 <!--chtml endif-->
6302 NOTE:
6303 <OL>
6304  <LI>For help on a particular command, highlight the bold text associated
6305 with it above and hit Return.
6306  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
6307 </OL>
6309 <H2>Description of the MESSAGE INDEX Screen</H2>
6311 The MESSAGE INDEX displays summary information from each
6312 message in the current folder.
6313 This is useful if you want to quickly
6314 scan new messages, or find a particular message without having to go
6315 through the text of each message, or to quickly get rid of junk
6316 messages, etc.
6318 The current message is always highlighted
6319 and many commands operate on the current message.
6320 For example, the Delete command will delete the current message.
6321 If the folder is sorted by either Threads or OrderedSubject, then, depending
6322 on some of your configuration settings, a single line in the index may
6323 refer to an entire thread or to a subthread.
6324 If that is the case, then the commands that normally operate on the current
6325 message will operate on the thread or subthread instead.
6326 For example, the Delete command will delete the whole collapsed thread
6327 instead of just a single message.
6329 Each line of the MESSAGE INDEX contains the following columns (by default -- 
6330 you can change this with the 
6331 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
6332 in the SETUP CONFIGURATION screen): <P>
6333 <DL>
6334  <DT>STATUS:</DT>
6335  <DD> The markings on the left side of the message tell you about its
6336 status.  You may see one or more of the following codes on any given
6337 message:
6338 <UL>
6339   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
6340          yet eXpunged the folder.
6341   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
6342   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
6343          to be answered.
6344   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
6345          forward a message.
6346   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
6347         directly to your account, your copy is not part of a cc: or a
6348         mailing list.
6349   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
6350         message was sent to you as a cc:. This symbol will only show up if
6351         the feature
6352         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
6353   <LI> &quot;X&quot; for selected.  You have selected the message by using the
6354         &quot;select&quot; command.  (Some systems may optionally allow selected
6355         messages to be denoted by the index line being displayed in bold
6356         type.)
6357   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
6358       to mark this message as &quot;important&quot;.
6359 </UL></DD><P>
6361  <DT>MESSAGE NUMBER:</DT>
6362  <DD>Messages in a folder are numbered, from one through the number
6363 of messages in the folder, to help you know where you are in the folder.
6364 These numbers are always in increasing order, even if you sort the folder
6365 in a different way.</DD><P>
6367  <DT>DATE SENT:</DT>
6368  <DD>The date the message was sent.  By default, messages are
6369 ordered by arrival time, not by date sent.  Most of the time, arrival time
6370 and date sent (effectively departure time) are similar.  Sometimes,
6371 however, the index will appear to be out of order because a message took a
6372 long time in delivery or because the sender is in a different time
6373 zone than you are. This date is just the date from the Date header
6374 field in the message.</DD><P>
6376  <DT>WHO SENT THE MESSAGE:</DT>
6377  <DD>This is usually the name of the sender of the message, taken from
6378 the From header of the message.
6379 If there is no personal name given in that
6380 address, then the email address is used instead.
6381 If the message is from you (or from one of your
6382 <A HREF="h_config_alt_addresses">alternate addresses</A>),
6383 then the recipient's name is shown here instead, with the characters
6384 &quot;To: &quot; inserted before the name.
6385 (The idea of this is that if you sent the mail you would rather see who
6386 the mail was sent to instead of that the mail was from you.
6387 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
6388 above.
6389 In particular, use the FROM token or the FROMORTONOTNEWS token
6390 in place of the FROMORTO token.)
6391 In Newsgroups, if you are
6392 the sender and there are no email recipients, the newsgroup name will be
6393 listed after the &quot;To: &quot;. </DD><P>
6395  <DT>SIZE:</DT>
6396  <DD>The number in parentheses is the number of characters in the message.
6397 It may have a suffix of K, M, or G which means the number should be
6398 multiplied by one thousand, one million, or one billion to get the
6399 size of the message.</DD><P>
6401  <DT>SUBJECT:</DT>
6402  <DD>As much of the message's subject line as will fit on the screen.</DD>
6403 </DL>
6405 <P><UL>
6406 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6407 </UL>
6409 &lt;End of help on this topic&gt;
6410 </BODY>
6411 </HTML>
6412 ============= h_mail_view ========================
6413 <HTML>
6414 <HEAD>
6415 <TITLE>MESSAGE TEXT SCREEN</TITLE>
6416 </HEAD>
6417 <BODY>
6418 <H1>MESSAGE TEXT SCREEN</H1>
6419 <!--chtml if pinemode="function_key"-->
6420 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>
6421 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
6422 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>
6423 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>
6424 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>
6425 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>
6426 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>
6427 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>
6428 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>
6429 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>
6430 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>
6431 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>
6432 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>
6433 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>
6434 <BR>
6435 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
6436 ------------------------------<BR>
6437 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
6438 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
6439 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
6440 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
6441 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
6442 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
6443 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
6444 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
6445 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
6446 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
6447 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
6448 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
6449 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
6450 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
6451 <!--chtml else-->
6452 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
6453 ---------------------------------<BR>
6454 <BR>
6455 &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>
6456 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>
6457 &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>
6458 &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>
6459 &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>
6460 &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>
6461 &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>
6462 &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>
6463 &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>
6464 <BR>
6465 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
6466 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
6467 &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>
6468 &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>
6469 &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>
6470 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>
6471 <BR>
6472 General&nbsp;Alpine&nbsp;Commands<BR>
6473 ---------------------<BR>
6474 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
6475 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
6476 &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>
6477 &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>
6478 &nbsp;&nbsp;&nbsp;&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>
6479 <!--chtml endif-->
6482 NOTE:
6483 <OL>
6484  <LI>For help on a particular command, highlight the bold text associated
6485 with it above and hit Return.
6486  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
6487 </OL>
6489 <H2>Description of the MESSAGE TEXT Screen</H2>
6491 The top line of the view message screen displays status
6492 information about the currently open collection and folder and about the
6493 current message.  It shows the name of the collection in angle brackets
6494 and then the name of the folder.  The line also displays the number
6495 of messages in the folder, the number of the current message and the
6496 percentage of the current message that has been displayed on the screen.
6497 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
6498 right corner.
6499 If the message has been answered (but not deleted) &quot;ANS&quot; will show
6500 in the corner.
6503 NOTE: to rapidly move to the end of a message, hit the
6504 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6505 (or Ctrl-W) key followed
6506 by Ctrl-V.  Similarly,
6507 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6508 followed by Ctrl-Y will take you to the beginning of
6509 a message.
6511 <H2>Explanation of Alternate Character Sets</H2>
6513 Alpine attempts to stay out of the way so that it won't prevent you from
6514 viewing mail in any character set.  It will simply send the message to
6515 your display device.  If the device is capable of displaying the
6516 message as it was written it will do so.  If not, the display may be
6517 partially or totally incorrect.
6518 If the message contains characters that are not representable in your 
6519 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
6520 variable in your configuration, then a warning message will be printed
6521 to your screen at the beginning of the message display.
6522 It is probably best to use UNIX Alpine in a terminal emulator
6523 capable of displaying UTF-8 characters.
6524 See <A HREF="h_config_char_set">Display Character Set</A> for a little
6525 more information about character set settings.
6527 <P><UL>
6528 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6529 </UL>
6531 &lt;End of help on this topic&gt;
6532 </BODY>
6533 </HTML>
6534 ======= h_index_cmd_select =======
6535 <HTML>
6536 <HEAD>
6537 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
6538 </HEAD>
6539 <BODY>
6540 <H1>Selecting: Select and WhereIs/Select</H1>
6542 Aggregate operations give you the ability to process a group of messages
6543 at once.  Acting on multiple messages requires two steps: (1) selecting a
6544 set of messages and then; (2) applying a command to that set. The first
6545 part is handled by the select command.  Select allows you to
6546 select messages based on their status (read, answered, etc.), contents,
6547 date, size, or keywords.
6548 You may also select based on one of your Rules or based on threads,
6549 and there are quick options to select a specific message or range of messages,
6550 to select the current message, or to select all messages.
6553 We describe the various selection criteria briefly:
6556 <DL>
6557 <DT>select All</DT>
6558 <DD> Marks all the messages in the folder as selected.
6559 </DD>
6561 <DT>select Cur</DT>
6562 <DD> Selects the currently highlighted message or currently highlighted
6563 set of messages if in a threaded view.
6564 </DD>
6566 <DT>select by Number</DT>
6567 <DD> Select by message number. This may be a comma-separated list instead or
6568 a single entry.
6569 Each element in the list may be either a single message number or a range
6570 of numbers with a dash between the lowest and highest member of the range.
6571 Some examples are 7 to select only message number 7; 2-5 to select messages
6572 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
6573 The word &quot;end&quot; or the character &quot;$&quot; may be used as a 
6574 substitute for the highest numbered message in the folder, while the
6575 character &quot;.&quot; represents the message number holding the position
6576 of the cursor in the folder.
6577 If in a separate thread index where the numbers refer to threads instead of
6578 to messages, then you will be selecting all of the messages in the
6579 referenced threads instead of selecting by message number.
6580 </DD>
6582 <DT>select by Date</DT>
6583 <DD> Select by either the date stored in the Date headers of each message,
6584 or by the date when the messages arrived.
6585 This does not adjust for different time zones, but just checks to see what
6586 day the message was sent on.
6587 You may type in a date. If you do, the date should be in the form
6588 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
6589 For example,
6590 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
6592 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
6593 If the date you want is close to the current date, it is probably
6594 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
6595 is displayed, instead of typing in the date yourself.
6596 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
6597 the date of the currently highlighted message. 
6599 There are six possible settings that are selected using the
6600 &quot;^W&nbsp;Toggle When&quot; command.
6601 Three of them select messages based on the Date headers.
6602 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
6603 and &quot;SENT ON&quot;.
6604 SINCE is all messages with the selected date or later.
6605 BEFORE is all messages earlier than the selected date (not including the day
6606 itself).
6607 ON is all messages sent on the selected date.
6608 The other three select messages in the same way but they use the arrival
6609 times of the messages instead of the Date headers included in the messages.
6610 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
6611 and &quot;ARRIVED ON&quot;.
6612 When you save a message from one folder to another the arrival time is
6613 preserved.
6614 </DD>
6616 <DT>select by Text</DT>
6617 <DD> Selects messages based on the message contents.
6618 This allows you to select a set of messages based on whether or not the
6619 message headers or message body contain specified text.
6620 You may look for text in the Subject, the From header,
6621 the To header, or the Cc header.
6622 You may also choose Recipient, which searches for the text in
6623 either the To or the Cc header;
6624 or Participant, which means To or Cc or From.
6625 Besides those specific header searches, you may also search the entire
6626 header and text of the message with &quot;All Text&quot;, or just the
6627 body of the message.
6629 To search for the absence of text, first type the &quot;! Not&quot; command
6630 before typing the specific type of text search.
6631 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
6632 search for all messages that do not contain a particular word in their
6633 Subjects.
6635 If you choose a Subject search, you may use the subject from the current
6636 message by typing the &quot;^X Cur Subject&quot; command.
6637 You may then edit it further if you wish.
6638 For example, you might select the subject of a reply and edit the
6639 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
6640 the original message being replied to.
6641 All of the other header searches allow you to use addresses from the
6642 headers of the current message if you want to.
6643 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
6644 &quot;^W Cur Cc&quot;.
6645 In each case, if there is more than one address, only the first is offered.
6646 </DD>
6648 <DT>select by Status</DT>
6649 <DD> Selects messages based on their status.
6650 You may select all New, Important, Deleted, Answered, Recent, or Unseen
6651 messages.
6652 Or, if you first type the &quot;! Not&quot; command, you get not New,
6653 or not Important, and so on.
6654 If you select Deleted messages, you will get all messages with their
6655 Deleted flag set.
6656 Likewise for Important messages, all messages that you have flagged as
6657 being Important with the
6658 <A HREF="h_common_flag">Flag</A> command.
6659 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
6660 because they try to match what you see on the screen by default.
6661 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
6662 and Unanswered.
6663 If you have looked at the message, or deleted it, or answered it; then it
6664 is not considered &quot;New &quot;.
6665 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
6667 &quot;Answered&quot; is another one that is a little different.
6668 It means that the message has been Answered <EM>and</EM> is not deleted.
6669 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
6670 the opposite of &quot;Answered&quot;!
6671 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
6672 both Unanswered <EM>and</EM> not deleted.
6674 The other two types were added later because the special nature of the
6675 New flag was not what was wanted by all users.
6676 New does match what you see in the index by default, but if you use
6677 the IMAPSTATUS or SHORTIMAPSTATUS token in the
6678 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
6679 be exactly what you want.
6680 &quot;Unseen&quot; simply selects all unseen messages, whether or not
6681 they are deleted or answered, and
6682 &quot;Recent&quot; selects all of the messages that have been added to
6683 the folder since you started this Alpine session.
6684 (That's not technically quite true. If there are multiple mail clients
6685 reading an IMAP mailbox, each message will be marked as Recent in only
6686 one of the client's sessions.)
6687 </DD>
6689 <DT>select by siZe</DT>
6690 <DD> Selects messages based on their size being smaller than or larger
6691 than the size you specify.
6692 The size is the number of bytes.
6693 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
6694 the number.
6695 For example, 7K is the same as 7000.
6696 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
6697 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
6698 Use the &quot;^W&quot; command to toggle back and forth between Smaller
6699 and Larger.
6700 </DD>
6702 <DT>select by Keyword</DT>
6703 <DD> Selects messages that either have or do not have
6704 (using the &quot;!&nbsp;Not&quot; command)
6705 a particular <A HREF="h_config_keywords">Keyword</A> set.
6706 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
6707 command to select one from your list of keywords.
6709 <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.
6710 </DD>
6712 <DT>select by Rule</DT>
6713 <DD> Selects messages that either match or don't match
6714 (using the &quot;!&nbsp;Not&quot; command)
6715 one of the Rules you have defined.
6716 The most likely method of filling in the Rule is to use the
6717 &quot;^T&nbsp;To&nbsp;List&quot;
6718 command to select one of your Rules.
6719 All of the Rules you have defined will be in the list, including
6720 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
6721 They may not all make sense for this purpose, but they are all there for
6722 flexibility.
6723 You might find it useful to define some rules solely for the purpose
6724 of being used by the Select command.
6725 There is a special category for such Rules. They are called Search Rules.
6727 Unfortunately, Alpine does not allow all possible Rules to be defined.
6728 For example, there is no logical OR operation.
6729 OR is accomplished in the Filter Rules or the other types of Rules by
6730 simply defining two rules, one that matches the first part of the OR
6731 and another that matches the second part.
6732 But you can't do that here, since you only have a single Rule to work with.
6733 Likewise, the order of Rules is usually important.
6734 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
6735 a message, then that stops the search for a further match.
6736 This means that you may be confused if you try to use Select by Rule to
6737 check your Filter rules because the order is important when filtering but
6738 is not considered here.
6739 </DD>
6741 <DT>select by tHread</DT>
6742 <DD> Selects all of the messages in the current thread.
6743 </DD>
6744 </DL>
6746 After you have an initial selection, the next and subsequent selection
6747 commands modify the selection.
6748 The select command changes. It first gives
6749 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
6750 &quot;unselect Current&quot;,
6751 &quot;Broaden selection&quot; (implements a logical OR), and
6752 &quot;Narrow selection&quot; (implements a logical AND).
6753 After you choose either Broaden or Narrow, you then choose one of the
6754 selection criteria listed above (by Text or Number or ...).
6755 You may use select as many times as you wish to get the selected set right.
6758 The WhereIs command has a feature (Ctrl-X) to
6759 select all the messages that match the WhereIs search. WhereIs searches
6760 through just the text that appears on the MESSAGE INDEX screen.
6761 This method is often slower than using the select command itself, unless the
6762 line you are looking for is not too far away in the index.
6765 The availability of the aggregate operations commands is determined by the
6766 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
6767 Feature-List option in your Alpine
6768 configuration, which defaults to set.
6769 The features
6770 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
6772 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
6773 affect the behavior of the Select command.
6776 &lt;End of help on this topic&gt;
6777 </BODY>
6778 </HTML>
6779 ======= h_select_rule =======
6780 <HTML>
6781 <HEAD>
6782 <TITLE>Select: Rule</TITLE>
6783 </HEAD>
6784 <BODY>
6785 <H1>Select: Rule</H1>
6787 You are selecting messages that either match or don't match
6788 one of the Rules you have defined.
6789 You may either type the nickname of the Rule at the prompt, or use the
6790 &quot;^T&nbsp;To&nbsp;List&quot;
6791 command to select one of your Rules.
6792 All of the Rules you have defined will be in the list, including
6793 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
6794 They may not all make sense for this purpose, but they are all there for
6795 flexibility.
6796 Rules may be added by using the Setup/Rules screen off of the main Alpine
6797 menu.
6799 Unfortunately, Alpine does not allow all possible Rules to be defined.
6800 For example, there is no logical OR operation.
6801 OR is accomplished in the Filter Rules or the other types of Rules by
6802 simply defining two rules, one that matches the first part of the OR
6803 and another that matches the second part.
6804 But you can't do that here, since you only have a single Rule to work with.
6805 Likewise, the order of Rules is usually important.
6806 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
6807 a message, then that stops the search for a further match.
6808 This means that you may be confused if you try to use Select by Rule to
6809 check your Filter rules because the order is important when filtering but
6810 is not considered here.
6813 &lt;End of help on this topic&gt;
6814 </BODY>
6815 </HTML>
6816 ======= h_select_text =======
6817 <HTML>
6818 <HEAD>
6819 <TITLE>Select: Text</TITLE>
6820 </HEAD>
6821 <BODY>
6822 <H1>Select: Text</H1>
6824 You are selecting messages based on the contents of the message.
6825 This allows you to select a set of messages based on whether or not the
6826 message headers or message body contain specified text.
6827 You may look for text in the Subject, the From header,
6828 the To header, or the Cc header.
6829 You may also choose Recipient, which searches for the text in
6830 either the To or the Cc header;
6831 or Participant, which means either the To header, or the Cc header,
6832 or the From header.
6833 Besides those specific header searches, you may also search the entire
6834 header and text of the message with &quot;All Text&quot;, or just the
6835 body of the message with &quot;Body&quot;.
6837 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
6838 before typing the specific type of text search.
6839 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
6840 search for all messages that do not contain a particular word in their
6841 Subjects.
6843 If you choose a Subject search, you may use the subject from the current
6844 message by typing the &quot;^X Cur Subject&quot; command.
6845 You may then edit it further if you wish.
6846 For example, you might select the subject of a reply and edit the
6847 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
6848 the original message being replied to.
6849 All of the other header searches allow you to use addresses from the
6850 headers of the current message if you want to.
6851 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
6852 &quot;^W Cur Cc&quot;.
6853 In each case, if there is more than one address, only the first is offered.
6856 &lt;End of help on this topic&gt;
6857 </BODY>
6858 </HTML>
6859 ======= h_select_status =======
6860 <HTML>
6861 <HEAD>
6862 <TITLE>Select: Status</TITLE>
6863 </HEAD>
6864 <BODY>
6865 <H1>Select: Status</H1>
6867 You are selecting messages based on the status of the message.
6868 For example, whether or not the message has been marked Deleted or Important,
6869 or whether or not it has been Answered or is New.
6870 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
6871 opposite: not Deleted, not Important, and so on.
6873 If you select Deleted messages, you will get all messages with their
6874 Deleted flag set.
6875 Likewise for Important messages, all messages that you have flagged as
6876 being Important with the
6877 <A HREF="h_common_flag">Flag</A> command.
6878 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
6879 because they try to match what you see on the screen by default.
6880 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
6881 and Unanswered.
6882 If you have looked at the message, or deleted it, or answered it; then it
6883 is not considered &quot;New &quot;.
6884 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
6886 &quot;Answered&quot; is another one that is a little different.
6887 It means that the message has been Answered <EM>and</EM> is not deleted.
6888 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
6889 the opposite of &quot;Answered&quot;!
6890 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
6891 both Unanswered <EM>and</EM> not deleted.
6893 (The New and Answered options may seem counter-intuitive.
6894 The reason it is done this way is
6895 because, by default, a Deleted message will show up with the &quot;D&quot;
6896 symbol in the MAIL INDEX screen even if it is New or Answered.
6897 The Delete symbol overrides the New and Answered symbols, because you
6898 usually don't care about the message anymore once you've deleted it.
6899 Similarly, you usually only care about whether a message is Answered or
6900 not if it is not Deleted.
6901 Once it is Deleted you've put it out of your mind.)
6903 The other two options were added later because the special nature of the
6904 New flag was not what was wanted by all users.
6905 New does match what you see in the index by default, but if you use
6906 the IMAPSTATUS or SHORTIMAPSTATUS token in the
6907 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
6908 be exactly what you expect.
6909 &quot;Unseen&quot; simply selects all unseen messages, whether or not
6910 they are deleted or answered, and
6911 &quot;Recent&quot; selects all of the messages that have been added to
6912 the folder since you started this Alpine session.
6913 (That's not technically quite true. If there are multiple mail clients
6914 reading an IMAP mailbox, each message will be marked as Recent in only
6915 one of the client's sessions.
6916 That behavior can be convenienent for some purposes, like filtering, but
6917 it isn't usually what you expect when selecting.)
6920 &lt;End of help on this topic&gt;
6921 </BODY>
6922 </HTML>
6923 ======= h_index_cmd_apply =======
6924 <HTML>
6925 <HEAD>
6926 <TITLE>Apply Command</TITLE>
6927 </HEAD>
6928 <BODY>
6929 <H1>Apply Command</H1>
6931 Apply
6932 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
6933 is the second step of most aggregate operations.  Apply
6934 becomes active any time there is a defined set of selected messages.  The
6935 following commands can be applied to a selected message set: delete,
6936 undelete, reply, forward,
6937 <!--chtml if pinemode="os_windows"-->
6938 <!--chtml else--> 
6939 pipe,
6940 <!--chtml endif-->
6941 print, take address, save, export, bounce, and flag.
6944 The behavior of some of these commands in an aggregate sense is not easy to
6945 explain.  Try them out to see what they do.
6946 The feature
6947 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
6948 affects the behavior of the Apply command, as does the feature
6949 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
6952 &lt;End of help on this topic&gt;
6953 </BODY>
6954 </HTML>
6955 ======= h_index_cmd_zoom =======
6956 <HTML>
6957 <HEAD>
6958 <TITLE>ZoomMode Command</TITLE>
6959 </HEAD>
6960 <BODY>
6961 <H1>ZoomMode Command</H1>
6963 Another action you might want to take on a set of selected messages is to
6964 zoom in on them.  Like apply, zoom only becomes active when messages have
6965 been selected.
6966 ZoomMode
6967 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
6968 is a toggle command that allows you to
6969 zoom-in (and only see the selected messages) and zoom-out (to see all
6970 messages in the folder).  Neither apply nor zoom removes the markings that
6971 define the selected set; you need to use a select command in order
6972 to do that.
6975 &lt;End of help on this topic&gt;
6976 </BODY>
6977 </HTML>
6978 ======= h_index_collapse_expand =======
6979 <HTML>
6980 <HEAD>
6981 <TITLE>Collapse/Expand Command</TITLE>
6982 </HEAD>
6983 <BODY>
6984 <H1>Collapse/Expand Command</H1>
6986 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
6987 the folder is sorted by either Threads or OrderedSubject, and the
6988 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
6989 is set to something other than &quot;none&quot;.
6990 By default, this command collapses or expands the subthread that starts at
6991 the currently highlighted message, if any.
6992 If the subthread is already collapsed, then this command expands it.
6993 If the subthread is expanded, then this command collapses it.
6994 If there are no more messages below the current message in the
6995 thread tree (that is, there are no replies to the current message) then
6996 this command does nothing.
6999 The behavior of this command is affected by the option
7000 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
7001 Normally, this command Collapses or Expands the subthread that
7002 starts at the currently highlighted message.
7003 If the above option is set, then this command Collapses or Expands the
7004 entire current thread instead of just the subthread.
7005 The current thread is simply the top-level thread that contains the
7006 current message.
7009 &lt;End of help on this topic&gt;
7010 </BODY>
7011 </HTML>
7012 ======= h_index_cmd_sort =======
7013 <HTML>
7014 <HEAD>
7015 <TITLE>Sort Command</TITLE>
7016 </HEAD>
7017 <BODY>
7018 <H1>Sort Command</H1>
7020 In Alpine's generic configuration, messages are presented in the order in
7021 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
7022 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
7023 You can also re-sort the folder on demand with the sort
7024 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
7025 command.
7026 Your sorting options are:
7028 <UL>
7029  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
7030  <LI> <A HREF="h_index_sort_date">D</A>ate
7031  <LI> <A HREF="h_index_sort_subj">S</A>ubject
7032  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
7033  <LI> t<A HREF="h_index_sort_thread">H</A>read
7034  <LI> <A HREF="h_index_sort_from">F</A>rom
7035  <LI> si<A HREF="h_index_sort_size">Z</A>e
7036  <LI> scor<A HREF="h_index_sort_score">E</A>,
7037  <LI> <A HREF="h_index_sort_to">T</A>o
7038  <LI> <A HREF="h_index_sort_cc">C</A>c
7039 </UL>
7042 The Reverse option will toggle the order the index is currently
7043 sorted by, but will not change the relative sort order.
7046 Sorting a folder does not actually rearrange the way the folder is saved,
7047 it just re-arranges how the messages are presented to you.  This means
7048 that Alpine has to do the work of sorting every time you change sort order.
7049 Sometimes, especially with PC-Alpine or with large folders, this could take
7050 a while.
7053 &lt;End of help on this topic&gt;
7054 </BODY>
7055 </HTML>
7056 ======= h_index_sort_default =======
7057 <HTML>
7058 <HEAD>
7059 <TITLE>SORT OPTION: Default</TITLE>
7060 </HEAD>
7061 <BODY>
7062 <H1>SORT OPTION: Default</H1>
7064 The <EM>Default</EM> sort option just means to use the default sort order
7065 set in the
7066 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
7067 option in Setup/Config.
7070 &lt;End of help on this topic&gt;
7071 </BODY>
7072 </HTML>
7073 ======= h_index_sort_arrival =======
7074 <HTML>
7075 <HEAD>
7076 <TITLE>SORT OPTION: Arrival</TITLE>
7077 </HEAD>
7078 <BODY>
7079 <H1>SORT OPTION: Arrival</H1>
7081 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7082 in the order that they exist in the folder.  This is usually the same as the
7083 order in which they arrived.  This option is comparable to not sorting
7084 the messages at all.
7087 &lt;End of help on this topic&gt;
7088 </BODY>
7089 </HTML>
7090 ======= h_index_sort_date =======
7091 <HTML>
7092 <HEAD>
7093 <TITLE>SORT OPTION: Date</TITLE>
7094 </HEAD>
7095 <BODY>
7096 <H1>SORT OPTION: Date</H1>
7098 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7099 according to the date and time they were
7100 sent.
7103 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
7104 identical to sorting by &quot;Arrival&quot;.
7107 &lt;End of help on this topic&gt;
7108 </BODY>
7109 </HTML>
7110 ======= h_index_sort_subj =======
7111 <HTML>
7112 <HEAD>
7113 <TITLE>SORT OPTION: Subject</TITLE>
7114 </HEAD>
7115 <BODY>
7116 <H1>SORT OPTION: Subject</H1>
7118 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7119 by subject. 
7122 Messages with the same subject are
7123 first grouped together, and then the groups of like-subject messages
7124 are arranged alphabetically.
7127 Alpine ignores leading &quot;Re:&quot; and
7128 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
7129 likeness and alphabetical order of subject lines.
7132 &lt;End of help on this topic&gt;
7133 </BODY>
7134 </HTML>
7135 ======= h_index_sort_ordsubj =======
7136 <HTML>
7137 <HEAD>
7138 <TITLE>SORT OPTION: OrderedSubject</TITLE>
7139 </HEAD>
7140 <BODY>
7141 <H1>SORT OPTION: OrderedSubject</H1>
7143 The <EM>OrderedSubject</EM> sort option arranges messages in the
7144 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
7145 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
7148 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
7149 messages by the date of the oldest message in the group.
7152 This sort method provides for pseudo threading of conversations within
7153 a folder.
7154 You may want to try sorting by Thread instead.
7157 &lt;End of help on this topic&gt;
7158 </BODY>
7159 </HTML>
7160 ======= h_index_sort_thread =======
7161 <HTML>
7162 <HEAD>
7163 <TITLE>SORT OPTION: Thread</TITLE>
7164 </HEAD>
7165 <BODY>
7166 <H1>SORT OPTION: Thread</H1>
7168 The <EM>Thread</EM> sort option arranges messages in the
7169 MESSAGE&nbsp;INDEX by grouping all messages that indicate
7170 they are part of a conversation (discussion thread) taking
7171 place within a mailbox or newsgroup.  This indication is
7172 based on information in the message's header -- specifically
7173 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
7176 &lt;End of help on this topic&gt;
7177 </BODY>
7178 </HTML>
7179 ======= h_index_sort_from =======
7180 <HTML>
7181 <HEAD>
7182 <TITLE>SORT OPTION: From</TITLE>
7183 </HEAD>
7184 <BODY>
7185 <H1>SORT OPTION: From</H1>
7187 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7188 by the name of the author of the message.
7191 Messages with the same author are grouped together. Groups of
7192 messages are then put into alphabetical order according to message
7193 author.
7196 &lt;End of help on this topic&gt;
7197 </BODY>
7198 </HTML>
7199 ======= h_index_sort_size =======
7200 <HTML>
7201 <HEAD>
7202 <TITLE>SORT OPTION: Size</TITLE>
7203 </HEAD>
7204 <BODY>
7205 <H1>SORT OPTION: Size</H1>
7207 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7208 by their relative sizes.
7211 &lt;End of help on this topic&gt;
7212 </BODY>
7213 </HTML>
7214 ======= h_index_sort_score =======
7215 <HTML>
7216 <HEAD>
7217 <TITLE>SORT OPTION: Score</TITLE>
7218 </HEAD>
7219 <BODY>
7220 <H1>SORT OPTION: Score</H1>
7222 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7223 by their scores.
7226 Messages with the same score are sorted in arrival order.
7227 Scores are something you create using the
7228 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
7231 &lt;End of help on this topic&gt;
7232 </BODY>
7233 </HTML>
7234 ======= h_index_sort_to =======
7235 <HTML>
7236 <HEAD>
7237 <TITLE>SORT OPTION: To</TITLE>
7238 </HEAD>
7239 <BODY>
7240 <H1>SORT OPTION: To</H1>
7242 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
7243 by the names of the recipients of the message.
7246 Messages with the same recipients are grouped together. Groups of
7247 messages are then put into alphabetical order according to message
7248 recipients.
7251 &lt;End of help on this topic&gt;
7252 </BODY>
7253 </HTML>
7254 ======= h_index_sort_cc =======
7255 <HTML>
7256 <HEAD>
7257 <TITLE>SORT OPTION: Cc</TITLE>
7258 </HEAD>
7259 <BODY>
7260 <H1>SORT OPTION: Cc</H1>
7262 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
7263 the names of the carbon copy addresses of the message.
7266 &lt;End of help on this topic&gt;
7267 </BODY>
7268 </HTML>
7269 ======= h_index_cmd_whereis =======
7270 <HTML>
7271 <HEAD>
7272 <TITLE>WhereIs Command</TITLE>
7273 </HEAD>
7274 <BODY>
7275 <H1>WhereIs Command</H1>
7277 The WhereIs
7278 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
7279 command lets you search the MESSAGE INDEX for a word.
7280 It scans through whatever you see, usually the name of the author
7281 and the Subject line.
7282 WhereIs has special subcommands to let you find the beginning of the
7283 index (Ctrl-Y -- first message)
7284 or the end of the index (Ctrl-V -- last message).
7286 Note that WhereIs only searches through the visible text on the screen.
7287 For example, if only part of the Subject of a message is shown because it
7288 is long, then only the visible portion of the Subject is searched.
7289 Also note that WhereIs does not &quot;see&quot; the 
7290 &quot;X&quot; in column one of Index entries for selected messages
7291 so it can't be used to search for
7292 selected messages (use &quot;Zoom&quot; instead).
7294 If the feature
7295 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
7296 is turned on,
7297 WhereIs can also be used as a quick way to select messages that match the
7298 string being searched for.
7299 Instead of typing carriage return to search for the next match, type
7300 Ctrl-X to select all matches.
7301 Once again, this only selects matches that are (or would be if the right
7302 index line was on the screen) visible.
7303 Truncated From lines or Subjects will cause matches to be missed.
7304 Although WhereIs is sometimes convenient for quick matching, the Select
7305 command is usually more powerful and usually faster.
7308 &lt;End of help on this topic&gt;
7309 </BODY>
7310 </HTML>
7311 ======= h_view_cmd_whereis =======
7312 <HTML>
7313 <HEAD>
7314 <TITLE>WhereIs Command</TITLE>
7315 </HEAD>
7316 <BODY>
7317 <H1>WhereIs Command</H1>
7319 The WhereIs
7320 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
7321 command does a &quot;find in current message&quot; operation.  You
7322 type in text and Alpine will try to find it in the message you are
7323 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
7324 or end (Ctrl-V) of the message.
7325 That is, to rapidly move to the end of a message, hit the 
7326 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
7327 (or Ctrl-W) key followed
7328 by Ctrl-V.  Similarly,
7329 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
7330 followed by Ctrl-Y will take you to the beginning of a message.
7333 &lt;End of help on this topic&gt;
7334 </BODY>
7335 </HTML>
7336 ======= h_view_cmd_hilite =======
7337 <HTML>
7338 <HEAD>
7339 <TITLE>View Hilite and Next item/Previous item</TITLE>
7340 </HEAD>
7341 <BODY>
7342 <H1>View Hilite and Next item/Previous item</H1>
7344 Sometimes messages may be in the form of formatted HTML text
7345 or they may contain URLs or Web server hostnames.
7346 When any of the features
7347 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
7348 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
7349 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
7351 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
7352 are enabled, Alpine will represent such selectable items in the text
7353 in bold typeface.  One of the selectable items will be displayed in
7354 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
7355 Press the Return key to view the currently selected item.
7358 The Up and Down Arrows keys can be used to change the selected item
7359 (also see the feature
7360 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
7361 If there are no selectable items in the direction of the arrow you
7362 pressed, Alpine will scroll the display in that direction until one
7363 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
7364 items in the message text, use the Previous and Next item commands,
7365 <!--chtml if pinemode="function_key"-->F5 and F6
7366 <!--chtml else-->^B and ^F<!--chtml endif-->.
7369 &lt;End of help on this topic&gt;
7370 </BODY>
7371 </HTML>
7372 ======= h_view_cmd_viewattch =======
7373 <HTML>
7374 <HEAD>
7375 <TITLE>ViewAttch Command</TITLE>
7376 </HEAD>
7377 <BODY>
7378 <H1>ViewAttch Command</H1>
7381 The View/Save Attachment
7382 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
7383 command allows you to handle MIME attachments to a message you have
7384 received.  Alpine shows you a list of the message attachments -- you just
7385 choose the attachment you want.  You may either view or save the
7386 selected attachment.
7389 Because many attachments require external programs for display, there
7390 is some system configuration that has to happen before you can
7391 actually display attachments.  Hopefully much of that will have been
7392 done already by your system administrator.  MIME configuration is
7393 handled with the &quot;mailcap&quot; configuration file.  (See the section 
7394 on configuration in the
7395 <A HREF="h_news">release notes</A> for more information.)
7398 &lt;End of help on this topic&gt;
7399 </BODY>
7400 </HTML>
7401 ======= h_index_cmd_expunge =======
7402 <HTML>
7403 <HEAD>
7404 <TITLE>Expunge/Exclude Command</TITLE>
7405 </HEAD>
7406 <BODY>
7407 <H1>Expunge/Exclude Command</H1>
7409 Expunge/Exclude
7410 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
7411 is the command Alpine uses to actually remove all messages
7412 marked for deletion.  With regular email files, expunge literally deletes
7413 the text from the current folder.  With newsgroups or shared mailboxes,
7414 you don't have permission to actually remove the message, so it is an
7415 exclude -- Alpine removes the message from your view of the folder even
7416 though it is not technically gone.
7418 <P> A selective expunge command is available in IMAP folders that support 
7419 the UID EXPUNGE extension in <A 
7420 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
7421 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
7422 as a subcommand of the apply command. If some selected messages are marked 
7423 deleted, then the apply command will offer the eXpunge command, which when 
7424 executed will only expunge those messages that are selected and deleted.
7426 <P> 
7427 Observe that the expunge command (when not used from the apply command) 
7428 will expunge/exclude all deleted messages from the folder, and so all 
7429 messages marked deleted will be expunged, regardless of if they are 
7430 selected or not. In other words, there is no protection against 
7431 potentially expunging more messages than only those that have been 
7432 selected and deleted.
7435 The configuration features
7436 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
7438 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
7439 affect the behavior of the Expunge command.
7442 &lt;End of help on this topic&gt;
7443 </BODY>
7444 </HTML>
7445 ======= h_common_compose =======
7446 <HTML>
7447 <HEAD>
7448 <TITLE>Compose Command</TITLE>
7449 </HEAD>
7450 <BODY>
7451 <H1>Compose Command</H1>
7453 The Compose command takes you into the Alpine message composer where you
7454 can start a new message for sending.  This is where you type in the
7455 message's text and specify its recipient list (the &quot;To:&quot;
7456 address), where copies should be directed (e.g., &quot;Fcc&quot;,
7457 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
7458 be attached to the message.
7461 When you type this command, Alpine will also automatically check for any
7462 interrupted (i.e., a message that was being composed when your modem
7463 or network connection was broken) or previously postponed messages and
7464 offer you a chance to continue working on those.
7467 <UL>   
7468 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7469 </UL><P>
7470 &lt;End of help on this topic&gt;
7471 </BODY>
7472 </HTML>
7473 ======= h_common_index =======
7474 <HTML>
7475 <HEAD>
7476 <TITLE>Message Index Command</TITLE>
7477 </HEAD>
7478 <BODY>
7479 <H1>Message Index Command</H1>
7481 The Index command takes you to the MESSAGE INDEX screen that displays a
7482 summary caption for each message in the currently-open folder. One
7483 message will be highlighted; this is the &quot;Current&quot; message.
7484 The message commands available from this screen (e.g. View, Reply,
7485 Forward, Delete, Print, Save, etc) apply to the current message.
7488 &lt;End of help on this topic&gt;
7489 </BODY>
7490 </HTML>
7491 ======= h_common_folders =======
7492 <HTML>
7493 <HEAD>
7494 <TITLE>Folder List Command</TITLE>
7495 </HEAD>
7496 <BODY>
7497 <H1>Folder List Command</H1>
7499 This Folder List command takes you to the FOLDER LIST screen that displays
7500 the names of all your message folders and allows you to view, rename,
7501 delete, and add folders.  You can open (view) a different folder than the
7502 one currently open by highlighting the desired one (using the arrow keys
7503 or their control-key equivalents) and pressing RETURN.
7506 If you have multiple folder collections defined (see the Help text for
7507 the FOLDER LIST screen to learn more about Collections), you may need
7508 to press Return to expand the collection and display all of the
7509 folders in it.
7512 &lt;End of help on this topic&gt;
7513 </BODY>
7514 </HTML>
7515 ======= h_main_addrbook =======
7516 <HTML>
7517 <HEAD>
7518 <TITLE>Address Book Command</TITLE>
7519 </HEAD>
7520 <BODY>
7521 <H1>Address Book Command</H1>
7523 This command, available only from the MAIN MENU, takes you
7524 to the ADDRESS BOOK management screen.  From here, your personal address
7525 book(s) may be updated.
7528 &lt;End of help on this topic&gt;
7529 </BODY>
7530 </HTML>
7531 ======= h_main_setup =======
7532 <HTML>
7533 <HEAD>
7534 <TITLE>Setup Command</TITLE>
7535 </HEAD>
7536 <BODY>
7537 <H1>Setup Command</H1>
7539 The Setup command, available only from the MAIN MENU, prompts you for
7540 one of several configuration screens, including the SETUP CONFIGURATION 
7541 screen, by which you may activate optional Alpine features.
7544 &lt;End of help on this topic&gt;
7545 </BODY>
7546 </HTML>
7547 ======= h_main_release_notes =======
7548 <HTML>
7549 <HEAD>
7550 <TITLE>Release Notes Command</TITLE>
7551 </HEAD>
7552 <BODY>
7553 <H1>Release Notes Command</H1>
7555 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
7556 as well as pointers to further information such as history and legal notes.
7559 &lt;End of help on this topic&gt;
7560 </BODY>
7561 </HTML>
7562 ======= h_main_kblock =======
7563 <HTML>
7564 <HEAD>
7565 <TITLE>Keyboard Lock Command</TITLE>
7566 </HEAD>
7567 <BODY>
7568 <H1>Keyboard Lock Command</H1>
7570 This command allows your Alpine session to be protected
7571 during a temporary absence from your terminal.
7574 &lt;End of help on this topic&gt;
7575 </BODY>
7576 </HTML>
7577 ======= h_main_journal =======
7578 <HTML>
7579 <HEAD>
7580 <TITLE>Journal Command</TITLE>
7581 </HEAD>
7582 <BODY>
7583 <H1>Journal Command</H1>
7585 This command displays a list of all the status messages Alpine has
7586 displayed (on the third line from the bottom of the screen). This may
7587 be useful if a message disappeared before you had a chance to read it.
7590 &lt;End of help on this topic&gt;
7591 </BODY>
7592 </HTML>
7593 ======= h_common_role =======
7594 <HTML>
7595 <HEAD>
7596 <TITLE>Role Command</TITLE>
7597 </HEAD>
7598 <BODY>
7599 <H1>Role Command</H1>
7601 The Role command is similar to the Compose command except that it starts
7602 off by letting you select a <A HREF="h_rules_roles">role</A>
7603 to be used for the composition.
7604 You may set up alternate roles by using Setup/Rules/Roles.
7607 &lt;End of help on this topic&gt;
7608 </BODY>
7609 </HTML>
7610 ======= h_common_conditional_cmds =======
7611 <HTML>
7612 <HEAD>
7613 <TITLE>Conditional Commands</TITLE>
7614 </HEAD>
7615 <BODY>
7616 <H1>Conditional Commands</H1>
7618 The presence or absence of certain commands, particularly in the
7619 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
7620 whether or not specific features are set in your Alpine configuration.  
7621 (You can access the SETUP CONFIGURATION screen, where they are found, from 
7622 Alpine's MAIN MENU.)  To see if a desired command's availability is
7623 conditioned on a feature setting, see the command's help text (highlight
7624 the phrase associated with the command and hit Return).
7627 Also note that some
7628 commands may be administratively disabled by your system manager;
7629 if they don't work, please check with your local help desk.
7632 <UL>   
7633 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7634 </UL><P>
7635 &lt;End of help on this topic&gt;
7636 </BODY>
7637 </HTML>
7638 ======= h_common_pipe =======
7639 <HTML>
7640 <HEAD>
7641 <TITLE>Pipe Command</TITLE>
7642 </HEAD>
7643 <BODY>
7644 <H1>Pipe Command</H1>
7646 Pipe
7647 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
7648 allows you to send a message to a specified Unix command for external
7649 processing.
7650 This command's availability is controlled by the
7651 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
7652 feature.
7653 By default, the processed text of the message is sent to the command
7654 you specify and the output is captured by Alpine and shown to you.
7655 When you run the pipe command, there are some sub-commands which may be
7656 used to alter this behavior.
7657 These sub-commands are described <A HREF="h_pipe_command">here</A>.
7660 &lt;End of help on this topic&gt;
7661 </BODY>
7662 </HTML>
7663 ======= h_common_goto =======
7664 <HTML>
7665 <HEAD>
7666 <TITLE>Goto Command</TITLE>
7667 </HEAD>
7668 <BODY>
7669 <H1>Goto Command</H1>
7671 Goto
7672 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
7673 is the command that lets you bypass Alpine's folder selection screens
7674 and jump directly to a new folder.  You can select any folder in the
7675 world: one in your current collection, one in a different collection or
7676 one in a collection you've never even used before.
7679 Alpine will help you as much as possible to narrow in on the folder you want.
7680 However, if the folder is outside of your defined collections, you are
7681 going to have to enter the exact folder location using the correct
7682 <A HREF="h_valid_folder_names">syntax</A>
7683 for a remote folder and/or fully-qualified path name.
7686 &lt;End of help on this topic&gt;
7687 </BODY>
7688 </HTML>
7689 ======= h_common_nextnew =======
7690 <HTML>
7691 <HEAD>
7692 <TITLE>NextNew Command</TITLE>
7693 </HEAD>
7694 <BODY>
7695 <H1>NextNew Command</H1>
7697 When you press the TAB key, Alpine advances to the next
7698 &quot;interesting&quot; message.
7699 This will be the next message you have not seen before, or the next message
7700 you have flagged Important, whichever comes first.
7701 Unread messages that have been deleted are not considered interesting.
7702 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
7703 articles after you have read them if you want to remove them from future
7704 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
7705 more information.)
7708 The NextNew command is affected by the feature
7709 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
7710 which causes Alpine to only consider Unread messages interesting, not messages
7711 flagged Important.
7714 This command behaves a little differently when it finds there are no more
7715 interesting messages left in the current folder.
7716 If the current folder is one of your Incoming Message Folders
7717 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
7718 or it is a newsgroup, then Alpine will try to find the next folder or
7719 newsgroup that contains <EM>Recent</EM> messages and will ask you
7720 if you want to open that folder.
7721 This behavior may be modified by using the
7722 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
7723 feature that causes Alpine to look for Unseen messages instead of Recent
7724 messages.
7725 The NextNew command's behavior is also affected by the configuration features
7726 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
7728 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
7731 &lt;End of help on this topic&gt;
7732 </BODY>
7733 </HTML>
7734 ======= h_common_jump =======
7735 <HTML>
7736 <HEAD>
7737 <TITLE>Jump Command</TITLE>
7738 </HEAD>
7739 <BODY>
7740 <H1>Jump Command</H1>
7742 This is Alpine's way of allowing you to go straight to a specific message.
7743 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
7744 configured such that typing in any number automatically jumps you to that
7745 message 
7746 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
7747 in the SETUP CONFIGURATION).
7750 &lt;End of help on this topic&gt;
7751 </BODY>
7752 </HTML>
7753 ======= h_common_flag =======
7754 <HTML>
7755 <HEAD>
7756 <TITLE>Flag Command</TITLE>
7757 </HEAD>
7758 <BODY>
7759 <H1>Flag Command</H1>
7761 Flag
7762 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
7763 is the command that allows users to manipulate the status flags that
7764 appear on the left side of the MESSAGE INDEX screen.  The most common
7765 use of this is to mark a message as important. This is something of a
7766 note to yourself to get back to that message.  You may also use the
7767 flag command to set (or unset) the flags that indicate that a message
7768 is new, answered, deleted, or forwarded.<P>
7770 Provided the mail server supports it,
7771 you may also manipulate user-defined keywords
7772 for a message using the flag command.
7773 These keywords will be available if you use the Flag Details screen that you
7774 can get to after typing the
7775 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
7776 command.
7777 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
7778 which are always present.
7779 You may add new keywords by using the Add KW command from the Flag Details screen
7780 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
7782 The availability of the flag command is determined by the
7783 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
7784 feature in your Alpine configuration. Also, it is possible that Flag could be
7785 administratively disabled by your system manager; if it doesn't work,
7786 please check with your local help desk before reporting a bug.
7787 The behavior of the flag command may be modified by the
7788 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
7789 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
7792 &lt;End of help on this topic&gt;
7793 </BODY>
7794 </HTML>
7795 ======= h_common_hdrmode =======
7796 <HTML>
7797 <HEAD>
7798 <TITLE>HdrMode Command</TITLE>
7799 </HEAD>
7800 <BODY>
7801 <H1>HdrMode Command</H1>
7803 Every email message comes with some header lines that you normally
7804 don't see (and don't want to see).
7805 These include anywhere from 3-20 lines (or more) added by the
7806 Internet mail transport system to record the route your message took,
7807 for diagnostic purposes.
7808 These are normally of no import and simply
7809 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
7810 This also includes other non-standard headers the message may contain.
7811 If you want to see these headers, there is a way to reveal them.
7814 The Header Mode
7815 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
7816 command is a toggle that controls Alpine's handling of these header
7817 lines.  Normally, full headers is &quot;off&quot; and you only see a
7818 few lines about who a message is to and who it is from.  When you
7819 press
7820 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
7821 to turn full headers on, Alpine will show you
7822 the normal header lines as well as delivery headers, comment headers,
7823 MIME headers, and any other headers present.
7826 Several different Alpine commands honor the header mode -- it affects how
7827 messages are displayed, how they appear in forward and reply email, how
7828 they are printed, how they are saved, and how they are exported.
7829 <!--chtml if pinemode="os_windows"-->
7830 <!--chtml else--> 
7831 The pipe command is also affected.
7832 <!--chtml endif-->
7835 The presence or absence of the Header Mode command is determined by the
7836 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
7837 Feature-List option in your Alpine configuration.
7840 If you have also turned on the
7841 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
7842 option then the HdrMode command actually rotates through three states
7843 instead of just two.
7844 The first is the normal view with long quotes suppressed.
7845 The second is the normal view but with the long quotes included.
7846 The last enables the display of all headers in the message.
7847 When using Export, Pipe, Print, Forward, or Reply the quotes are
7848 never suppressed, so the first two states are identical.
7851 The behavior of the Header Mode command may be altered slightly by
7852 turning on the
7853 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
7854 Feature-List option in your Alpine configuration.
7855 In particular, it will cause the Header Mode to be persistent when moving
7856 from message to message instead of resetting to the default for each message.
7859 <UL>   
7860 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7861 </UL><P>
7862 &lt;End of help on this topic&gt;
7863 </BODY>
7864 </HTML>
7865 ======= h_common_print =======
7866 <HTML>
7867 <HEAD>
7868 <TITLE>Print Command</TITLE>
7869 </HEAD>
7870 <BODY>
7871 <H1>Print Command</H1>
7873 The Print
7874 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
7875 command allows you to print a copy of a message.
7876 There are many SETUP CONFIGURATION features that affect the
7877 Print command, including
7878 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
7879 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
7880 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
7881 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
7882 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
7883 You set up for printing by using the Printer option of the Setup command
7884 on the MAIN MENU.
7888 &lt;End of help on this topic&gt;
7889 </BODY>
7890 </HTML>
7891 ======= h_common_take =======
7892 <HTML>
7893 <HEAD>
7894 <TITLE>TakeAddr Command</TITLE>
7895 </HEAD>
7896 <BODY>
7897 <H1>TakeAddr Command</H1>
7900 With the Take Address
7901 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
7902 command, you can extract email addresses from an
7903 incoming message and save them in an address book.  This is an easy way
7904 to add to your address book and avoid having to remember the email
7905 addresses of the people who write to you.
7908 If the message is just to you individually, then you will only need to
7909 provide a nickname.  If the message contains more than one email address,
7910 then you will see an address
7911 selection screen that lets you choose the address you want to save into
7912 your address book, or lets you choose several of them add to a
7913 personal distribution list.
7916 Once you've added an entry to your address book, you can use it from the
7917 message composer by typing the nickname of the entry into one of the
7918 header fields (for example, into the To: field), or you can use ^T from
7919 the header field to select the entry from your address book.
7922 If the configuration feature
7923 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
7924 is set, the behavior of the Take command is altered slightly.
7927 &lt;End of help on this topic&gt;
7928 </BODY>
7929 </HTML>
7930 ======= h_ge_import =======
7931 <HTML>
7932 <HEAD>
7933 <TITLE>Import File Selection</TITLE>
7934 </HEAD>
7935 <BODY>
7936 <H1>Import File Selection</H1>
7938 You are importing a file that you previously
7939 exported from Alpine.
7940 You are now being asked for the name of that file.
7941 The easiest way to select a file is probably with the &quot;^T&quot;
7942 &quot;To Files&quot; command.
7943 Alternatively, you may type in a file name.
7944 It may be an absolute pathname.
7945 Otherwise, it is a file located in your home directory
7946 or current working directory
7947 <!--chtml if pinemode="running"-->
7948 (which, at least for your current Alpine &quot;session,&quot; 
7949 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7950 <!--chtml endif-->, depending on the
7951 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7952 In any case, you finish by typing a carriage return to accept the
7953 file name that is displayed.
7954 When the feature
7955 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7956 is turned on you may use TAB to complete partially typed in names.
7958 You may cancel the import operation by typing &quot;^C&quot; after exiting
7959 this help.
7961 &lt;End of help on this topic&gt;
7962 </BODY>
7963 </HTML>
7964 ======= h_ge_allparts =======
7965 <HTML>
7966 <HEAD>
7967 <TITLE>Export Message File Selection</TITLE>
7968 </HEAD>
7969 <BODY>
7970 <H1>Export Message File Selection</H1>
7972 You are Exporting a message from an Alpine mail folder
7973 to a plain text file.
7974 You also have the option of exporting all of the attachments associated
7975 with the message.
7976 You are now being asked for the name of the file to export <EM>to</EM>.
7977 The easiest way to select a file is probably with the &quot;^T&quot;
7978 &quot;To Files&quot; subcommand.
7979 After returning from that subcommand you will still be allowed to
7980 edit the name you have selected.
7981 Alternatively, you may type in a file name.
7982 It may be an absolute pathname.
7983 Otherwise, it is a file located in your home directory
7984 or current working directory
7985 <!--chtml if pinemode="running"-->
7986 (which, at least for your current Alpine &quot;session,&quot; 
7987 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7988 <!--chtml endif-->, depending on the
7989 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7990 In any case, you finish by typing a carriage return to accept the
7991 file name that is displayed.
7992 When the feature
7993 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7994 is turned on you may use TAB to complete partially typed in names.
7996 The message you are exporting appears to have some attachments.
7997 If you wish to save <EM>all</EM> of the attachments at once,
7998 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
7999 saving of the attachments.
8000 You may turn it back off by typing &quot;^P&quot; again, which will now
8001 be labeled &quot;NoAllParts&quot; instead.
8002 If you want to save the parts the command displayed should be
8003 &quot;NoAllParts&quot;!
8004 When you choose to save attachments like this, the attachments will be saved
8005 in a newly created directory.
8006 That directory will have the same name as the file name you choose here,
8007 with the letters &quot;.d&quot; appended.
8008 If that directory already exists, then the letters &quot;.d_1&quot; will
8009 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
8010 is found.
8011 For example, if you select the file name
8013 <CENTER><SAMP>filename</SAMP></CENTER>
8015 to export the message to, then the directory used for the attachments will be
8017 <CENTER><SAMP>filename.d</SAMP></CENTER>
8019 or perhaps
8021 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
8023 The attachments will then be put into files inside that directory.
8024 The names for the attachment files will be derived from the attachments
8025 if possible.
8026 This is done in the same way as the default values are derived if you
8027 save them one at a time.
8028 (The &quot;filename&quot; parameter from the Content-Disposition header
8029 is the first choice. If that doesn't exist, the &quot;name&quot;
8030 parameter from the Content-Type header is used.)
8031 If a name for a particular attachment is not available, then the
8032 part number of the attachment is used, with the characters &quot;part_&quot;
8033 prepended.
8034 An example of that would be
8036 <CENTER><SAMP>part_2.1</SAMP></CENTER>
8038 If you want to save only some of the attachments or if you want more control
8039 over the directory and filename where an attachment is saved you may
8040 cancel out of this command and View the attachment list.
8041 From there you can save each attachment individually.
8043 You may cancel the Export operation by typing &quot;^C&quot; after exiting
8044 this help.
8046 &lt;End of help on this topic&gt;
8047 </BODY>
8048 </HTML>
8049 ======= h_ge_export =======
8050 <HTML>
8051 <HEAD>
8052 <TITLE>Export File Selection</TITLE>
8053 </HEAD>
8054 <BODY>
8055 <H1>Export File Selection</H1>
8057 You are Exporting or Saving something from within the Alpine world
8058 (a message, an attachment, etc.)
8059 to a plain text file.
8060 You are now being asked for the name of the file to export <EM>to</EM>.
8061 The easiest way to select a file is probably with the &quot;^T&quot;
8062 &quot;To Files&quot; subcommand.
8063 After returning from that subcommand you will still be allowed to
8064 edit the name you have selected.
8065 Alternatively, you may type in a file name.
8066 It may be an absolute pathname.
8067 Otherwise, it is a file located in your home directory
8068 or current working directory
8069 <!--chtml if pinemode="running"-->
8070 (which, at least for your current Alpine &quot;session,&quot; 
8071 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8072 <!--chtml endif-->, depending on the
8073 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
8074 In any case, you finish by typing a carriage return to accept the
8075 file name that is displayed.
8076 When the feature
8077 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
8078 is turned on you may use TAB to complete partially typed in names.
8080 If the object you are exporting is a message with some attachments,
8081 you may wish to save all of the attachments by typing the &quot;^P&quot;
8082 &quot;AllParts&quot; command to turn on saving of the attachments.
8083 This subcommand will only be visible if the message actually has attachments.
8084 You may also View the attachment list and save individual attachments from
8085 there.
8087 If you are SAVING a text part (text/plain, text/html, etc.) you can use
8088 the Control-R subcommand to toggle if saving will be done in binary mode,
8089 meaning that the attachment will be decoded, but will not be transformed
8090 to UTF-8 for further processing (either in internal filters, or user
8091 supplied filters.) This is useful in case you either want to preserve
8092 the text as it was encoded originally to you, or the attachment was
8093 incorrectly attached (the attachment is not of text type) and you need
8094 the original text to process the attachment.
8096 You may cancel the Export operation by typing &quot;^C&quot; after exiting
8097 this help.
8099 &lt;End of help on this topic&gt;
8100 </BODY>
8101 </HTML>
8102 ======= h_common_save =======
8103 <HTML>
8104 <HEAD>
8105 <TITLE>Save and Export Commands</TITLE>
8106 </HEAD>
8107 <BODY>
8108 <H1>Save and Export Commands</H1>
8110 Save
8111 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
8112 and Export
8113 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
8114 are the two alternatives Alpine gives you to keep a copy of the message
8115 you are reading. If you want to keep the message within Alpine's email
8116 world, use &quot;Save&quot;; if you want to use the message in another
8117 program, use &quot;Export&quot;.
8120 When you Save a message, it is put into an existing folder or into a new
8121 folder in one of your existing folder collections.  The message stays in
8122 email format and can be read by Alpine again.  Alpine may use a special format
8123 for its mail folders -- never edit an Alpine folder by hand or with any
8124 program other than Alpine.  The exact behavior of the Save command can be
8125 configured with the
8126 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
8127 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
8128 and 
8129 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
8130 feature list settings.
8131 The name of the folder offered as a default is controlled by the option
8132 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
8135 When you use Export, the message is placed in a plain text file in your
8136 home directory 
8137 <!--chtml if pinemode="running"-->
8138 (which, in the present configuration of your system, is
8139  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
8140 <!--chtml endif-->
8141 or current working directory
8142 <!--chtml if pinemode="running"-->
8143 (which, at least for your current Alpine &quot;session,&quot; 
8144 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8145 <!--chtml endif-->, depending on the
8146 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
8147 configuration setting.  In the normal case, only minimal
8148 headers are exported with the message; however, if the full header mode 
8149 (whose availability may be disabled  by setting the feature 
8150 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
8151 in SETUP CONFIGURATION) is
8152 toggled on, then complete headers are exported along with the message
8153 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
8154 defined, they may affect the contents of the exported file.)
8157 &lt;End of help on this topic&gt;
8158 </BODY>
8159 </HTML>
8160 ======= h_common_bounce =======
8161 <HTML>
8162 <HEAD>
8163 <TITLE>Bounce Command</TITLE>
8164 </HEAD>
8165 <BODY>
8166 <H1>Bounce Command</H1>
8168 The Bounce 
8169 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
8170 command allows you to re-send, or &quot;remail&quot;, a
8171 message, as if you were never in the loop.  It is analogous to crossing
8172 out your address on a postal letter, writing a different address on the
8173 envelope, and putting it into the mailbox. Bounce is used primarily to
8174 redirect email that was sent to you in error.
8175 Also, some owners of email
8176 lists need the bounce command to handle list traffic.
8177 Bounce is not anonymous.
8178 A ReSent-From header is added to the message so that the recipient may
8179 tell that you Bounced it to them.
8182 The presence or absence of the Bounce command is determined by the
8183 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
8184 feature in your Alpine configuration.
8185 The feature
8186 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
8187 affects the behavior of the Bounce command.
8188 Also, it is possible that Bounce could be
8189 administratively disabled by your system manager; if it doesn't work,
8190 please check with your local help desk before reporting a bug.
8193 &lt;End of help on this topic&gt;
8194 </BODY>
8195 </HTML>
8196 ======= h_common_reply =======
8197 <HTML>
8198 <HEAD>
8199 <TITLE>Reply and Forward Commands</TITLE>
8200 </HEAD>
8201 <BODY>
8203 <H1>Reply and Forward Commands</H1>
8205 Replying 
8206 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
8207 and Forwarding 
8208 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
8209 are your two alternatives for following up on the
8210 message you are reading.  You would use reply if you want to get email
8211 back to the author of the message and/or the other people who have
8212 already seen it.  You use forward if you want somebody new to see the
8213 message.
8216 In the normal case, the only thing that you must supply when forwarding a
8217 message is the name/email address of the new recipient.
8218 Alpine will include the text of the forwarded message.
8219 Alpine will also include any attachments to the message.
8220 There is space above the forwarded text for you to include additional comments.
8223 When replying, you usually have to answer some questions.
8224 If the message is to multiple people and/or specified with a Reply-To: header,
8225 then you will have to decide who should get the reply.
8226 You also need to decide whether or not to include the previous
8227 message in your reply.
8228 Some of this is configurable.
8229 Specifically, see the
8230 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
8231 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
8232 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
8234 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
8235 configuration features.
8238 Both the Reply and Forward commands react to the full header mode toggle.
8239 If the full header mode is on, then all the header and delivery lines are
8240 included with the text of the message in your reply/forward.
8243 Other configuration features that affect the Reply command are
8244 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
8245 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
8246 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
8249 &lt;End of help on this topic&gt;
8250 </BODY>
8251 </HTML>
8252 ======= h_common_delete =======
8253 <HTML>
8254 <HEAD>
8255 <TITLE>Delete and Undelete Commands</TITLE>
8256 </HEAD>
8257 <BODY>
8258 <H1>Delete and Undelete Commands</H1>
8260 Delete 
8261 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
8262 and Undelete 
8263 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
8264 allow you to change the Deleted flag for the current message.
8265 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
8266 removes the mark.
8267 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
8268 at the left hand edge of the index line.
8269 When viewing a deleted message, the letters &quot;DEL&quot; will be present
8270 in the upper right hand corner of the screen.
8271 Delete simply <EM>marks</EM> a message Deleted, it does not actually
8272 get rid of the message.
8273 The eXpunge command (available from the MESSAGE INDEX screen) actually
8274 removes all of the deleted messages in a folder.
8275 Once a message is eXpunged, it can't be retrieved.
8278 The Delete command is affected by the setting of the configuration feature
8279 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
8282 &lt;End of help on this topic&gt;
8283 </BODY>
8284 </HTML>
8285 ======= h_common_postpone =======
8286 <HTML>
8287 <HEAD>
8288 <TITLE>Postpone Command</TITLE>
8289 </HEAD>
8290 <BODY>
8291 <H1>Postpone Command</H1>
8293 The postpone
8294 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
8295 command allows you to temporarily stop working on the current
8296 message so you may read
8297 other messages or compose another message.  When you want to resume a
8298 message later, start to compose and answer &quot;yes&quot; to the
8299 &quot;Continue postponed composition?&quot; question.  You may
8300 postpone as many messages as you like.
8303 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
8304 in the Setup/Config screen, then the Postpone command will prompt you for
8305 the folder in which to store your outgoing message.
8308 &lt;End of help on this topic&gt;
8309 </BODY>
8310 </HTML>
8311 ======= h_compose_cancel =======
8312 <HTML>
8313 <HEAD>
8314 <TITLE>Cancel Command</TITLE>
8315 </HEAD>
8316 <BODY>
8317 <H1>Cancel Command</H1>
8319 Cancel
8320 <!--chtml if pinemode="function_key"-->
8321 (F2)
8322 <!--chtml else-->
8323 (^C) 
8324 <!--chtml endif-->
8326 The Cancel command returns you to Alpine's normal mail processing and
8327 causes the message currently under composition to be thrown out.
8328 The message text <EM>will be lost</EM>.
8331 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
8332 will be preserved in the file named
8333 <!--chtml if pinemode="os_windows"-->
8334 &quot;DEADLETR&quot;.
8335 <!--chtml else-->
8336 &quot;dead.letter&quot; in your home directory.
8337 <!--chtml endif-->
8338 If you unintentionally cancel a message, look there for its text.
8341 &lt;End of help on this topic&gt;
8342 </BODY>
8343 </HTML>
8344 ======= h_compose_addrcomplete =======
8345 <HTML>
8346 <HEAD>
8347 <TITLE>Address Completion</TITLE>
8348 </HEAD>
8349 <BODY>
8350 <H1>Address Completion</H1>
8352 When entering addresses in the address fields of the composer (To, Cc, etc.)
8353 the TAB key may be used to help complete the address.
8354 Type a partial nickname and tap the TAB key to complete the typing.
8355 The unambiguous part of the name will be filled in automatically.
8356 Typing TAB twice in succession will bring up a selection list of possibilities,
8357 making it easy to find and choose the correct address.
8360 The matching algorithm is rather ad hoc.
8361 The search starts with a search of your address book.
8362 It counts as a match if the nickname, address, or fullname field of an
8363 entry begins with the text typed in so far. It is also a match if
8364 a later word in the fullname (for example, the middle name or last name)
8365 begins with the entered text.
8367 Next comes an LDAP search.
8368 The search will happen for any servers that have the
8369 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
8370 feature set. You can set or unset the feature for each server independently
8371 in the Setup/Directory screen.
8373 Finally, if you are replying to or forwarding a message, that message is
8374 searched for likely candidate addresses that match the typed-in text.
8377 &lt;End of help on this topic&gt;
8378 </BODY>
8379 </HTML>
8380 ======= h_compose_richhdr =======
8381 <HTML>
8382 <HEAD>
8383 <TITLE>Rich Header Command</TITLE>
8384 </HEAD>
8385 <BODY>
8386 <H1>Rich Header Command</H1>
8388 The Rich Header command allows you to toggle between the list of 
8389 all message headers available for editing and those that are most
8390 common.
8393 Use this toggle to expose headers that are not normally visible by
8394 default.
8395 This set usually includes the
8396 &quot;Bcc:&quot;,
8397 &quot;Fcc:&quot;,
8398 &quot;Lcc:&quot;,
8399 and &quot;Newsgroups&quot;
8400 headers.
8401 If you are posting to a newsgroup the set of defaults is a little different.
8402 Obviously, in that case, the Newsgroups header is of interest so is not
8403 hidden.
8404 For news posting the hidden set includes the
8405 &quot;To:&quot;,
8406 &quot;Cc:&quot;,
8407 &quot;Bcc:&quot;,
8408 &quot;Fcc:&quot;,
8409 and &quot;Lcc:&quot;
8410 headers.
8411 You won't normally want to edit these, which is why they are hidden,
8412 but it is sometimes useful to be able to set them manually.
8415 The default sets of headers listed above can be altered.
8416 Any header that you have added to the
8417 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
8418 option, but not to the
8419 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
8420 option will appear when you use the Rich Headers command to
8421 make the Rich Headers visible.
8422 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
8423 even without toggling the Rich Headers command.)
8426 &lt;End of help on this topic&gt;
8427 </BODY>
8428 </HTML>
8429 ======= h_compose_send =======
8430 <HTML>
8431 <HEAD>
8432 <TITLE>Send Command</TITLE>
8433 </HEAD>
8434 <BODY>
8435 <H1>Send Command</H1>
8437 The Send command
8438 <!--chtml if pinemode="function_key"-->
8439 (F3)
8440 <!--chtml else-->
8441 (^X) 
8442 <!--chtml endif-->
8443 tells Alpine you are finished composing.
8444 Before actually sending it, though, Alpine will ask you to confirm 
8445 your intention, and, at the same time, redisplayed the message text
8446 with the recipients at the top of the screen to give you the opportunity
8447 to review and verify that the message is addressed to the people
8448 you intended.
8450 If the feature
8451 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
8452 then this confirmation prompt and any options it allows are skipped.
8455 This confirmation prompt may also offer, depending
8456 on your particular Setup/Config, options allowing you to set
8457 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
8458 include attachments in the &quot;Fcc&quot; (if you had previously
8459 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
8460 observe details of the
8461 <A HREF="h_config_verbose_post">message submission process</A>,
8462 choose the filter through which the
8463 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
8464 or turn of flowed text generation.
8467 &lt;End of help on this topic&gt;
8468 </BODY>
8469 </HTML>
8470 ======= h_compose_markcutpaste =======
8471 <HTML>
8472 <HEAD>
8473 <TITLE>Mark, Cut and Paste Commands</TITLE>
8474 </HEAD>
8475 <BODY>
8476 <H1>Mark, Cut and Paste Commands</H1>
8478 You can define a &quot;block&quot; of text, which can subsequently
8479  be deleted or
8480 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
8481 then moving the cursor to the end of the desired text block.  You can then
8482 &quot;cut&quot; the block out 
8483 <!--chtml if pinemode="function_key"-->
8484 &quot;F9&quot;,
8485 <!--chtml else-->
8486 &quot;Ctrl-K&quot;,
8487 <!--chtml endif-->
8488 move the cursor, and &quot;paste&quot; it
8489 <!--chtml if pinemode="function_key"-->
8490 &quot;F10&quot;,
8491 <!--chtml else-->
8492 &quot;Ctrl-U&quot;,
8493 <!--chtml endif-->
8494 in the new location.  Also, you can paste more than once, allowing you
8495 to use this feature to copy a block of text.<P>
8497 If you press 
8498 <!--chtml if pinemode="function_key"-->
8499 &quot;F9&quot;
8500 <!--chtml else-->
8501 &quot;^K&quot;
8502 <!--chtml endif-->
8503 without having marked anything, Alpine will delete
8504 a single line.  If you delete a group of lines together, Alpine keeps them
8505 in the same buffer, so 
8506 <!--chtml if pinemode="function_key"-->
8508 <!--chtml else-->
8510 <!--chtml endif-->
8511 will restore them as a block.  About
8512 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
8513 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
8514 &quot;type the character ^&quot;.
8517 &lt;End of help on this topic&gt;
8518 </BODY>
8519 </HTML>
8520 ======= h_compose_justify =======
8521 <HTML>
8522 <HEAD>
8523 <TITLE>Justify Command</TITLE>
8524 </HEAD>
8525 <BODY>
8526 <H1>Justify Command</H1>
8528 The Justify
8529 <!--chtml if pinemode="function_key"-->
8530 (F4)
8531 <!--chtml else-->
8532 (^J) 
8533 <!--chtml endif-->
8534 command reformats the text in the paragraph the cursor is in.
8535 Paragraphs are separated by one blank line or a line beginning with a space.
8536 This is useful when you have been editing a paragraph and the lines become
8537 uneven.  The text is left aligned or justified and the right is ragged.  If
8538 the text is already justified as typed with auto-wrap, no justification will
8539 be done.
8542 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
8543 block of text, the Justify command is modified.
8544 Instead of automatically justifying the current paragraph you will be
8545 asked if you want to justify the paragraph, justify the selected region,
8546 or adjust the quote level of the selected region.
8547 Adjusting the quote level only works if you are using standard
8548 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
8549 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
8552 When composing a reply containing included text, the justify command
8553 will reformat text to the right of the 
8554 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
8555 adding or removing indented lines as needed.  Paragraphs are separated
8556 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
8557 line containing the indent string and one or more blank spaces.
8558 Included text that was previously indented (or &quot;quoted&quot;) is
8559 not preserved.
8562 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
8563 in 1999 and its wide-spread adoption since then, you will usually be better off if you
8564 use the standard
8565 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
8568 &lt;End of help on this topic&gt;
8569 </BODY>
8570 </HTML>
8571 ======= h_compose_spell =======
8572 <HTML>
8573 <HEAD>
8574 <TITLE>Spell Check Command</TITLE>
8575 </HEAD>
8576 <BODY>
8577 <H1>Spell Check Command</H1>
8579 The &quot;To Spell&quot;
8580 <!--chtml if pinemode="function_key"-->
8581 (F12)
8582 <!--chtml else-->
8583 (^T) 
8584 <!--chtml endif-->
8585 command calls an external spell checking program to look over the
8586 message you are composing.  By default, Alpine uses
8588 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
8590 if it knows where to find &quot;aspell&quot;.
8591 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
8592 then the command used is
8594 <CENTER><SAMP>ispell -l</SAMP></CENTER>
8596 Otherwise, the ancient &quot;spell&quot; command is used.
8598 For PC-Alpine, you must install the aspell library code that you
8599 may get from
8600 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
8603 &lt;End of help on this topic&gt;
8604 </BODY>
8605 </HTML>
8606 ======= h_compose_alted =======
8607 <HTML>
8608 <HEAD>
8609 <TITLE>Alt Editor Command</TITLE>
8610 </HEAD>
8611 <BODY>
8612 <H1>Alt Editor Command</H1>
8614 The &quot;Alt Editor&quot; command's availability depends on the
8615 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
8618 When the variable specifies a valid editor on your system, this
8619 command will launch it with the current text of your message
8620 already filled in.
8623 &lt;End of help on this topic&gt;
8624 </BODY>
8625 </HTML>
8626 ======= h_compose_readfile =======
8627 <HTML>
8628 <HEAD>
8629 <TITLE>Read File Command</TITLE>
8630 </HEAD>
8631 <BODY>
8632 <H1>Read File Command</H1>
8634 The &quot;Read File&quot;
8635 <!--chtml if pinemode="function_key"-->
8636 (F5)
8637 <!--chtml else-->
8638 (^R) 
8639 <!--chtml endif-->
8640 command allows you to copy in text from an existing file. You will be
8641 prompted for the name of a file to be inserted into the message.  The file
8642 name is relative to your home directory 
8643 <!--chtml if pinemode="running"-->
8644 (which, in the present configuration of your system, is
8645  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
8646 <!--chtml endif-->
8647 or current working directory
8648 <!--chtml if pinemode="running"-->
8649 (which, at least for your current Alpine &quot;session,&quot; 
8650 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8651 <!--chtml endif-->, depending on the
8652 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
8653 configuration setting; or, the file name must be specified as a full path name 
8654 <!--chtml if pinemode="os_windows"-->
8655 -- for example: &quot;A:&#92;PAPER.TXT&quot;
8656 <!--chtml else-->
8657 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
8658 <!--chtml endif-->
8659 (without the quotation marks).
8662 The file will be inserted where the cursor is located.  <B>The
8663 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
8664 Unix machine but have files on a PC or Mac, the files must be transferred
8665 to the system Alpine is running on before they can be read.  Please ask your
8666 local computer support people about the correct way to transfer a file to 
8667 your Alpine system.
8670 &lt;End of help on this topic&gt;
8671 </BODY>
8672 </HTML>
8673 ======= h_config_tray_icon =======
8674 <HTML>
8675 <HEAD>
8676 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
8677 </HEAD>
8678 <BODY>
8679 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
8681 PC-Alpine only.
8683 This option restores a behavior of previous versions of PC-Alpine.
8684 These
8685 versions, when started, installed a PC-Alpine icon in the notification 
8686 tray of Window's Taskbar.  The primary use of this icon was to indicate
8687 new mail arrival by turning red (while the Taskbar icon remained green).
8688 Additionally, the icon now changes to yellow to signify that a mail folder
8689 has been closed unexpectedly.
8692 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
8693 color its Taskbar entry's icon red (as well as the icon in the Window
8694 Title).  This feature is only provided for backwards compatibility.
8697 &lt;End of help on this topic&gt;
8698 </BODY>
8699 </HTML>
8700 ======= h_common_suspend =======
8701 <HTML>
8702 <HEAD>
8703 <TITLE>Suspend Command</TITLE>
8704 </HEAD>
8705 <BODY>
8706 <H1>Suspend Command</H1>
8708 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
8709 enabled, you can, at almost any time, temporarily halt your Alpine session,
8710 <!--chtml if pinemode="os_windows"-->
8711 minimizing it into an icon.
8712 <!--chtml else-->
8713 and return to your system prompt.
8714 <!--chtml endif-->
8717 &lt;End of help on this topic&gt;
8718 </BODY>
8719 </HTML>
8720 ======= h_pipe_command =======
8721 <HTML>
8722 <HEAD>
8723 <TITLE>Pipe Command SubOptions</TITLE>
8724 </HEAD>
8725 <BODY>
8726 <H1>Pipe Command SubOptions</H1>
8728 By default, when you use the Pipe command, the processed text of the
8729 message is sent to the Unix command
8730 you specify and the output is captured by Alpine and shown to you.
8731 (This command is available in PC-Alpine, as well, but there aren't many
8732 Windows commands that work well with piping.)
8733 There are some sub-commands that may be used to alter this behavior.
8734 These are toggles that switch the behavior between two possibilities.
8735 They can be combined in any way you wish.
8737 By default, the prompt at the bottom of the screen looks like
8739 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
8743 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
8745 if you are piping more than one message.
8747 The sub-command options are:
8748 <DL>
8749    <DT>Shown Text or Raw Text</DT>
8750    <DD>This option toggles between sending the shown (processed) text
8751 of the message to the Unix command, and sending the
8752 raw (unprocessed) text of the message to the Unix command.
8753 The default is to send the shown text.
8754 The raw version of the message will contain all of the headers and any
8755 MIME encoding that the message contains.
8756 If you've selected the Raw Text then the prompt will have the additional word
8757 &quot;RAW&quot; in it, like
8759 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
8761 You can experiment with this option by piping to something simple like the
8762 Unix &quot;cat&quot; command.
8763    </DD>
8764    <DT>Captured Output or Free Output</DT>
8765    <DD>This option toggles between having Alpine capture the output of
8766 the Unix pipe command for display, and not capturing it.
8767 If the command you are piping to is a filter that will produce output
8768 you want to view, then you want to capture that output
8769 for display (the default).
8770 If the Unix command doesn't produce output or handles the display itself,
8771 then you want free output.
8772 When you've selected the Free Output option the prompt will change to
8774 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
8776    </DD>
8777    <DT>No Delimiter or With Delimiter</DT>
8778    <DD>This option controls whether or not a Unix mailbox style delimiter
8779 will come before the text of the message.
8780 This is the delimiter used in the common Unix mailbox format.
8781 It's the single line that begins with the five characters
8782 &quot;From&quot; followed by a &lt;SPACE&gt; character.
8783 You'll usually only want to include this if the Unix command requires
8784 input in the format of a traditional Unix mailbox file.
8785 When you've selected the With Delimiter option the prompt will change to
8787 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
8789    </DD>
8790    <DT>To Same Pipe or To Individual Pipes</DT>
8791    <DD>This option only shows up if you are running an aggregate
8792 pipe command.
8793 That is, the command was Apply Pipe, not just Pipe.
8794 You have the option of piping all of the selected messages through a
8795 single pipe to a single instance of the Unix command,
8796 or piping each individual message through a separate pipe to separate
8797 instances of the Unix command.
8798 The default is that all of the output will go through a single pipe
8799 to a single instance of the command.
8800 You can try this option with a command like &quot;less&quot;, with Free
8801 Output enabled.
8802 When you've selected the Individual Pipes option the prompt will change to
8804 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
8806    </DD>
8807 </DL>
8810 As mentioned earlier, the options can be combined in any way you wish.
8811 You may leave them all off, turn them all on, or turn some of them on
8812 and some of them off.
8813 If you use the pipe command a second time in the same session the default
8814 options will be what you used the last time.
8817 &lt;End of help on this topic&gt;
8818 </BODY>
8819 </HTML>
8820 ========== h_emptydir_subfolder_name =========
8821 <HTML>
8822 <HEAD>
8823 <TITLE>ENTER SUBFOLDER NAME</TITLE>
8824 </HEAD>
8825 <BODY>
8826 <H1>Enter Subfolder Name</H1>
8828 <P> 
8829 This is the name of a new subfolder in the directory you are creating.
8830 Because empty directories are hidden and therefore not useful, you must also
8831 create a subfolder in the directory you are creating in order that the
8832 directory remains visible.
8834 Alternatively, you may turn off the configuration feature
8835 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
8836 so that empty directories remain visible.
8837 If you do that, you will not be required to create the subfolder when you
8838 create a directory.
8841 &lt;End of help on this topic&gt;
8842 </BODY>
8843 </HTML>
8844 ========== h_incoming_add_folder_name =========
8845 <HTML>
8846 <HEAD>
8847 <TITLE>ENTER FOLDER NAME</TITLE>
8848 </HEAD>
8849 <BODY>
8850 <H1>Enter Folder Name</H1>
8852 <P> 
8853 This is the name of the folder on the previously specified server.
8854 By default the folder name is interpreted as defining a section of your personal
8855 folder area.  This area and how you specify it are defined by the
8856 server, if one is specified.
8859 To define a folder outside the default area, prefix
8860 the path with the namespace to use when interpreting the
8861 given path.  If a namespace is specified, the folder name begins with the
8862 sharp (#) character followed by the name of the namespace
8863 and then the namespace's path-element-delimiter.  Aside from the
8864 name's format, namespaces can also imply access rights, content
8865 policy, audience, location, and, occasionally, access methods.
8868 Each server exports its own set (possibly of size one) of 
8869 namespaces.
8870 For a more detailed explanation read about
8871 <A HREF="h_folder_name_namespaces">Namespaces</A>.
8874 To specify the default for INBOX on the server you can usually just enter
8875 &quot;INBOX&quot;, and the server will understand the special meaning of
8876 that word.
8879 &lt;End of help on this topic&gt;
8880 </BODY>
8881 </HTML>
8882 ========== h_incoming_add_folder_host =========
8883 <HTML>
8884 <HEAD>
8885 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
8886 </HEAD>
8887 <BODY>
8888 <H1>Enter Incoming Folder Server</H1>
8890 You are being asked for the name of the server for use with this incoming
8891 folder.
8892 If the folder is on the machine where Alpine is running, then just enter
8893 RETURN without typing a server name.
8896 If the folder is on an IMAP server then type the server's name followed
8897 by RETURN.
8898 You may use the ^X command if the server is the same as the server that
8899 the INBOX is on.
8902 You may have to add optional extra information to the server name.
8903 For example, if the IMAP server is using a non-standard port number you
8904 would specify that by appending a colon (:) followed by the port number
8905 to the server name
8908 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8911 or you may need to specify a different protocol if the server is not an
8912 IMAP server. For example:
8915 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8918 for a POP server or
8921 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8924 for an NNTP news server.
8925 For an explanation of all of the possibilities, see
8926 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8927 for folders.
8930 There is a special command (^W) if you want to set up a folder that gets its
8931 mail from a
8932 <A HREF="h_maildrop">Mail Drop</A>.
8933 If you type that command, you will be prompted for the information for
8934 both the Mail Drop folder and the destination folder.
8937 &lt;End of help on this topic&gt;
8938 </BODY>
8939 </HTML>
8940 ========== h_incoming_add_inbox =========
8941 <HTML>
8942 <HEAD>
8943 <TITLE>ENTER INBOX SERVER</TITLE>
8944 </HEAD>
8945 <BODY>
8946 <H1>Enter INBOX Server</H1>
8948 You are being asked for the name of the server for use with
8949 the INBOX folder.
8950 Type the server's name followed by RETURN.
8953 You may have to add optional extra information to the server name.
8954 For example, if the server is using a non-standard port number you
8955 would specify that by appending a colon (:) followed by the port number
8956 to the server name
8959 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8962 or you may need to specify a different protocol if the server is not an
8963 IMAP server. For example:
8966 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8969 for a POP server.
8972 For an explanation of all of the possibilities, see
8973 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8974 for folders.
8977 If the INBOX folder is on the machine where Alpine is running, then just enter
8978 RETURN without typing a server name.
8981 There is a special command (^W) if you want to set up a folder that gets its
8982 mail from a
8983 <A HREF="h_maildrop">Mail Drop</A>.
8984 If you type that command, you will be prompted for the information for
8985 both the Mail Drop folder and the destination folder, which will be used
8986 as your INBOX folder.
8989 &lt;End of help on this topic&gt;
8990 </BODY>
8991 </HTML>
8992 ========== h_incoming_add_maildrop_destn =========
8993 <HTML>
8994 <HEAD>
8995 <TITLE>ENTER DESTINATION SERVER</TITLE>
8996 </HEAD>
8997 <BODY>
8998 <H1>Enter Destination Server</H1>
9000 You are being asked for the name of the server where the destination
9001 folder is for use with this Mail Drop incoming folder.
9002 That is, you are using a Mail Drop for this incoming folder and
9003 you've already entered
9004 the server and folder name for the Mail Drop.
9005 Now you need to enter the server for the destination folder
9006 where the mail should be copied to.
9007 Mail will come from the Mail Drop and be copied to the destination folder.
9010 Type the server's name followed by RETURN.
9011 If the folder is local to this computer, just type RETURN without entering
9012 a server name.
9015 You may have to add optional extra information to the server name.
9016 For example, if the server is using a non-standard port number you
9017 would specify that by appending a colon (:) followed by the port number
9018 to the server name
9021 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
9024 For an explanation of all of the possibilities, see
9025 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9026 for folders.
9029 &lt;End of help on this topic&gt;
9030 </BODY>
9031 </HTML>
9032 ========== h_inbox_add_maildrop_destn =========
9033 <HTML>
9034 <HEAD>
9035 <TITLE>ENTER DESTINATION SERVER</TITLE>
9036 </HEAD>
9037 <BODY>
9038 <H1>Enter Destination Server</H1>
9040 You are being asked for the name of the server where the destination
9041 folder is for use with your Mail Drop INBOX.
9042 That is, you are using a Mail Drop for your INBOX and you've already entered
9043 the server and folder name for the Mail Drop.
9044 Now you need to enter the server for the destination folder
9045 where the mail should be copied to.
9046 Mail will come from the Mail Drop and be copied to the destination folder.
9049 Type the server's name followed by RETURN.
9050 If the folder is local to this computer, just type RETURN without entering
9051 a server name.
9054 You may have to add optional extra information to the server name.
9055 For example, if the server is using a non-standard port number you
9056 would specify that by appending a colon (:) followed by the port number
9057 to the server name
9060 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
9063 For an explanation of all of the possibilities, see
9064 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9065 for folders.
9068 &lt;End of help on this topic&gt;
9069 </BODY>
9070 </HTML>
9071 ========== h_inbox_add_maildrop =========
9072 <HTML>
9073 <HEAD>
9074 <TITLE>ENTER MAILDROP SERVER</TITLE>
9075 </HEAD>
9076 <BODY>
9077 <H1>Enter Mail Drop Server</H1>
9079 You are being asked for the name of the Mail Drop server for use with
9080 your INBOX.
9083 Type the server's name followed by RETURN.
9086 You may have to add optional extra information to the server name.
9087 For example, if the server is using a non-standard port number you
9088 would specify that by appending a colon (:) followed by the port number
9089 to the server name
9092 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
9095 or you may need to specify a different protocol if the server is not an
9096 IMAP server. For example:
9099 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
9102 for a POP server or
9105 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
9108 for an NNTP news server.
9109 For an explanation of all of the possibilities, see
9110 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9111 for folders.
9114 &lt;End of help on this topic&gt;
9115 </BODY>
9116 </HTML>
9117 ========== h_incoming_add_maildrop =========
9118 <HTML>
9119 <HEAD>
9120 <TITLE>ENTER MAILDROP SERVER</TITLE>
9121 </HEAD>
9122 <BODY>
9123 <H1>Enter Mail Drop Server</H1>
9125 You are being asked for the name of the Mail Drop server for use with
9126 this incoming folder.
9129 Type the server's name followed by RETURN.
9130 You may use the ^X command if the server is the same as the server that
9131 the INBOX is on.
9134 You may have to add optional extra information to the server name.
9135 For example, if the server is using a non-standard port number you
9136 would specify that by appending a colon (:) followed by the port number
9137 to the server name
9140 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
9143 or you may need to specify a different protocol if the server is not an
9144 IMAP server. For example:
9147 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
9150 for a POP server or
9153 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
9156 for an NNTP news server.
9157 For an explanation of all of the possibilities, see
9158 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9159 for folders.
9162 If the Mail Drop folder is on the machine where Alpine is running, then just enter
9163 RETURN without typing a server name.
9166 &lt;End of help on this topic&gt;
9167 </BODY>
9168 </HTML>
9169 ========== h_maildrop =========
9170 <HTML>
9171 <HEAD>
9172 <TITLE>WHAT IS A MAIL DROP?</TITLE>
9173 </HEAD>
9174 <BODY>
9175 <H1>What is a Mail Drop?</H1>
9177 In some situaions it may make sense to have your mail delivered to one
9178 folder (the Mail Drop) and then when you want to read mail that has been
9179 delivered to the Mail Drop folder Alpine will move it to another
9180 destination folder.
9181 Often the Mail Drop will be a remote folder and messages will be moved from
9182 there to a local destination folder.
9185 One example where this might make sense is if the Mail Drop folder is accessible
9186 only with the POP protocol.
9187 You could designate your POP inbox as the Mail Drop folder and have Alpine move
9188 mail from there to a local (on the same machine Alpine is running on)
9189 destination folder, where you'll read it.
9192 A Mail Drop may only be used as your Inbox or as an
9193 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
9196 There is no attempt to synchronize the contents of the destination folder
9197 with the contents of the Mail Drop folder.
9198 All that happens is that all of the messages in the Mail Drop folder are
9199 copied to the destination folder and then they are deleted and expunged (if possible)
9200 from the Mail Drop folder.
9201 The next time a check for new mail is made, any messages in the Mail 
9202 Drop folder are once again copied to the destination folder and deleted
9203 and expunged from the Mail Drop folder.
9204 (If the Mail Drop folder is a news group, then the messages can't be
9205 expunged from the newsgroup. Instead, only Recent messages are copied from
9206 the newsgroup to the destination folder.)
9209 Configuration of a Mail Drop is a little different from configuration of
9210 a folder that does not use a Mail Drop because you have to specify two
9211 folder names instead of one.
9212 The two folders may be any types of folders that Alpine can normally use.
9213 They don't have to be a remote folder and a local folder, that is
9214 simply the most common usage.
9215 When you use a Mail Drop folder Alpine will periodically re-open the Mail
9216 Drop to check for new mail.
9217 The new-mail checks will happen at the frequency set with the
9218 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
9219 but with a minimum time
9220 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
9221 between checks.
9222 Because of this minimum you may notice that new mail does not
9223 appear promptly when you expect it.
9224 The reason for this is to protect the server from over-zealous opening and
9225 closing of the Mail Drop folder.
9226 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
9227 the end of the folder index, then the check will happen, regardless of how
9228 long it has been since the previous check.
9230 If there is new mail, that mail will be copied to the destination folder
9231 and then will be deleted from the Mail Drop.
9232 Note that using a Mail Drop with a local destination folder does not make
9233 sense if you read mail from more than one machine, because the mail is
9234 downloaded to the destination folder (which is accessible from only one
9235 machine) and deleted from the Mail Drop.
9237 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
9240 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
9243 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
9245 The brackets are not literal.
9247 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
9249 is a single character that does not appear in the MailDropFolder name.
9250 If the name doesn't contain spaces then it can be a space character.
9251 The two folder names are full technical
9252 <A HREF="h_valid_folder_names">folder names</A>
9253 as used by Alpine.
9254 Here are a couple examples to give you an idea what is being talked about:
9257 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
9259 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
9262 A #move folder may only be used as an
9263 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
9264 an Inbox.
9265 When you are in the FOLDER LIST of Incoming Message Folders (after turning
9266 on the
9267 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
9268 option)
9269 the Add command has a subcommand &quot;Use Mail Drop&quot;
9270 which may be helpful for defining the folder in your Alpine configuration.
9271 The same is true when you edit the
9272 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
9273 option in Setup/Config.
9274 Each of these configuration methods will also create the DestinationFolder
9275 if it doesn't already exist.
9276 If you are having problems, make sure the DestinationFolder exists.
9279 &lt;End of help on this topic&gt;
9280 </BODY>
9281 </HTML>
9282 ========== h_save =========
9283 <HTML>
9284 <HEAD>
9285 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
9286 </HEAD>
9287 <BODY>
9288 <H1>Choose a Folder to Save Into</H1>
9290 After Exiting from this help text,
9291 type the name of the folder you want to save into and press RETURN.
9293 Press ^T to get a list of your folders to choose from.
9294 Press ^C to cancel the Save.
9296 If you have Folder Collections defined you may use
9297 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
9298 the collection being saved to.
9300 If Tab Completion is enabled (it is enabled by default)
9301 you may type a Tab character to have Alpine complete the folder name for you.
9303 If Partial Match Lists is enabled (it is enabled by default) you may type
9304 Ctrl-X to get a list of matches to the prefix you've typed in so far.
9306 If the Ctrl-R subcommand is present that means you can decide to Delete or
9307 not Delete the message you are saving after you save it.
9308 The label on that key gives the action to switch to.
9309 If it says Delete and you type Ctrl-R the label displayed will change to
9310 No Delete and the source message will be deleted after the save. If it
9311 says No Delete and you type Ctrl-R the label displayed will change to
9312 Delete and the message will not be deleted.
9313 You can control the default for the Delete parameter with the
9314 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
9316 Similarly, if the Ctrl-W subcommand is present that means you can decide
9317 to Preserve the order of the messages being saved or not.
9318 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
9319 will be in the same order as you see them in the source folder now.
9320 The opposite action (which is usually the default) is that you don't care
9321 about the order.
9322 The Saved messages may or may not be in the same order in the destination folder.
9323 There may be a performance penalty for choosing to save the messages in order.
9324 You can control the default for the Preserve Order parameter with the
9325 configuration feature
9326 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
9329 If you haven't disabled the Save Input History and you've already done a
9330 Save earlier in this session then you may use the Up and Down arrows to retrieve
9331 a folder name used in a previous Save.
9334 &lt;End of help on this topic&gt;
9335 </BODY>
9336 </HTML>
9337 ============= h_simple_index ========================
9338 <HTML>
9339 <HEAD>
9340 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
9341 </HEAD>
9342 <BODY>
9343 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
9344 <!--chtml if pinemode="function_key"-->
9345 <PRE>
9346 Navigating the List of Messages               General Alpine Commands
9347 -------------------------------               -----------------------
9348  F5   Move to previous message                 F1   Show this help text
9349  F6   Move to next message
9350  F7   Show previous screen of messages
9351  F8   Show next screen of messages
9353 Message Selection Commands
9354 --------------------------
9355  F3   Exit the Message Select menu (canceling Send command)
9356  F4   Select the currently highlighted message
9357  F9   Mark the currently highlighted message as deleted
9358  F10  Undelete (remove deletion mark from) the highlighted message
9359 </PRE>
9360 <!--chtml else-->
9361 <PRE>
9362 Navigating the List of Messages               General Alpine Commands
9363 -------------------------------               -----------------------
9364   P  Move to previous message                  ?  Show this help text
9365   N  Move to next message
9366   -  Show previous screen of messages
9367  Spc (space bar) Show next screen of messages
9369 Message Selection Commands
9370 --------------------------
9371   E  Exit the Message Select menu (canceling Send command)
9372   S  Select the currently highlighted message
9373   D  Mark the currently highlighted message as deleted
9374   U  Undelete (remove deletion mark from) the highlighted message
9375 </PRE>
9376 <!--chtml endif-->
9378 <H2>Description of the Select Postponed Message Screen</H2>
9380 This screen allows you to select one of several previously postponed
9381 messages in order to continue composition.  Your options are very limited
9382 -- the screen is not meant to let you manipulate these messages.  However,
9383 you may now delete messages from this list.  Once you choose a message,
9384 Alpine reads it in and puts you into the regular message composer.
9387 Messages do not stay in this postponed state automatically.  If you select
9388 a message and then want to postpone it again, use the normal postpone
9389 (Ctrl-O) command in the composer.
9392 If you exit this screen without selecting a message, the Compose command
9393 that got you here is canceled.  Other than messages explicitly marked
9394 &quot;Deleted&quot;, no messages will be removed.
9397 &lt;End of help on this topic&gt;
9398 </BODY>
9399 </HTML>
9400 ============= h_collection_screen ========================
9401 <HTML>
9402 <HEAD>
9403 <TITLE>COLLECTION LIST screen</TITLE>
9404 </HEAD>
9405 <BODY>
9406 <H1>COLLECTION LIST screen</H1>
9408 The COLLECTION LIST screen is used to select one of your  
9409 collection definitions to display the folders they contain.  See
9410 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
9411 detailed explanation of collections.<P>
9413 To manage your collection definitions (Add, Change, Delete, etc.), use
9414 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
9415 MAIN MENU.
9418 &lt;End of help on this topic&gt;
9419 </BODY>
9420 </HTML>
9421 ============= h_collection_maint ========================
9422 <HTML>
9423 <HEAD>
9424 <TITLE>SETUP COLLECTION LIST screen</TITLE>
9425 </HEAD>
9426 <BODY>
9427 <H1>SETUP COLLECTION LIST screen</H1>
9429 The SETUP COLLECTION LIST screen lets you manage your collection
9430 definitions.  See 
9431 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
9432 for detailed explanation of collections.<P>
9434 Maintenance commands include:
9435 <DL>
9436 <DT>Change
9437 <!--chtml if pinemode="function_key"-->
9438 (F4)
9439 <!--chtml else-->
9441 <!--chtml endif-->
9442 </DT>
9444 <DD>Modify attributes of the selected collection definition.
9446 <DT>Add Cltn
9447 <!--chtml if pinemode="function_key"-->
9448 (F9)
9449 <!--chtml else-->
9451 <!--chtml endif-->
9452 </DT>
9454 <DD>Create a new collection definition.
9455 </DD>
9457 <DT>Del Cltn
9458 <!--chtml if pinemode="function_key"-->
9459 (F10)
9460 <!--chtml else-->
9462 <!--chtml endif-->
9463 </DT>
9465 <DD>Delete the selected collection definition.<BR>
9466 NOTE: The folders and directories referred to by the
9467 collection definition are <EM>NOT</EM> deleted.  Folders must
9468 be deleted, if that's what you wish to do, from the 
9469 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
9470 individual folders in a collection.
9471 </DD>
9473 <DT>Shuffle
9474 <!--chtml if pinemode="function_key"-->
9475 (F11)
9476 <!--chtml else-->
9478 <!--chtml endif-->
9479 </DT>
9481 <DD>Change the order of the displayed collections.  Alpine will offer
9482 to move the currently selected collection one position UP
9483 or DOWN.
9484 </DD>
9485 </DL>
9488 &lt;End of help on this topic&gt;
9489 </BODY>
9490 </HTML>
9491 ============ h_what_are_collections ==========
9492 <HTML>
9493 <HEAD>
9494 <TITLE>Folder Collections Explained</TITLE>
9495 </HEAD>
9496 <BODY>
9497 <H1>Folder Collections Explained</H1>
9500 Those of you with simple mail configurations will just see a list of all the
9501 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
9502 The special folders for INBOX, sent mail and saved messages
9503 will appear at the top of the list.  All others are in alphabetical order.
9505 If you
9506 or your system administrator have defined more than one collection or if
9507 you have a collection (for newsgroups or email folders) defined on your 
9508 system, then you will see the COLLECTION LIST screen first when choosing 
9509 FOLDER LIST from Alpine's MAIN MENU.
9511 <H2>Why have multiple folder collections?</H2>
9513 For Alpine users who only maintain email folders (and not too many) on one host, 
9514 a single folder collection is probably sufficient.<P>
9516 However, people who have more than one email account - for example, one 
9517 at their university, and one with their personal Internet Service Provider - 
9518 will have different sets of folders on different hosts, and they may want to
9519 access them all from the same installation of Alpine, rather than use different 
9520 software and/or log into other hosts to manipulate messages in different 
9521 accounts.  (If in doubt whether one of your email accounts can be accessed 
9522 with Alpine, contact the technical support people for that account.)  Even people
9523 who have only one email account on one host, but have dozens or
9524 hundreds of email folders, may want to arrange these folders together in a 
9525 meaningful way.<BR>
9526 That is where multiple collections come in.
9528 <H2>Types of Collections</H2>
9529 <DL>
9530 <DT>INCOMING FOLDERS</DT>
9531 <DD>&quot;Incoming Message Folders&quot; 
9532 is a special collection typically used to supplement your single INBOX.  
9533 All the folders here are meant to be ones that receive incoming messages, 
9534 which you intend to check more or less frequently.  
9535 You may have multiple folders like this because you or your systems 
9536 administrator have set up an external program or you may have set up
9537 Alpine to filter incoming 
9538 messages into different folders, based on certain criteria such as 
9539 sender, recipient, or subject; or because you have multiple accounts and 
9540 wish to check their INBOXes easily.  This collection is established by 
9541 setting the 
9542 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
9543 feature in the SETUP CONFIGURATION screen, which is accessed from the 
9544 MAIN MENU.
9545 </DD>
9547 <DT>NEWS</DT>
9548 <DD>You can also define a collection specifically for
9549 newsgroups.  Alpine does this for you implicitly when you 
9550 <A HREF="h_config_nntp_server">define an NNTP Server</A>
9551 in your Alpine configuration.  The news collection appears last in the 
9552 COLLECTION LIST (though you can shuffle it up in the order of presentation),
9553 and Alpine knows not to save messages there.
9554 </DD>
9556 <DT>DEFAULT COLLECTION</DT>
9557 <DD>This is the default collection for your saved and sent messages folders.
9558 </DD>
9559 </DL>
9563 <H2>Defining Collections</H2>
9565 In the absence of any folder-collection definitions, Alpine will assume a
9566 single default folder collection.
9567 <!--chtml if pinemode="os_windows"-->
9568 <!--chtml else-->
9569 If necessary, Alpine will create the directory
9570 &quot;mail&quot; in your Unix home directory 
9571 to hold your folders.
9572 <!--chtml endif-->
9574 You can use the 
9575 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
9576 the MAIN MENU, to manage your collection list.  
9578 &lt;End of help on this topic&gt;
9579 </BODY>
9580 </HTML>
9581 ===== h_select_address_screen =====
9582 <HTML>
9583 <HEAD>
9584 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
9585 </HEAD>
9586 <BODY>
9587 <H1>SELECT AN ADDRESS SCREEN</H1>
9588 <H2>COMMANDS</H2>
9589 <!--chtml if pinemode="function_key"-->
9590 <PRE>
9591 Available  Commands                        
9592 -------------------------------            
9593 F1  Show Help Text
9594 F3  Exit without selecting anything
9595 F4  Select the highlighted address
9596 F5  Move highlight to previous address
9597 F6  Move highlight to next address
9598 F7  Previous page of addresses
9599 F8  Next page of addresses
9600 F11 Print
9601 F12 WhereIs
9602 </PRE>
9603 <!--chtml else-->
9604 <PRE>
9605 Navigation                     General Alpine Commands
9606 -------------------------      -----------------------
9607  P  Prev Address                ?  Display this help text
9608  N  Next Address                E  Exit without selecting anything
9609  -  Previous page               %  Print
9610 Spc (space bar) Next page
9611  W  WhereIs
9613 Select Command
9614 ------------------------------------------------
9615  S  Select the highlighted address
9616 </PRE>
9617 <!--chtml endif-->
9619 <H2>Description of the Select Address Screen</H2>
9621 This screen gives you an easy way to select an address from all of
9622 the address book entries that match the prefix typed so far.
9624 <P><UL>
9625 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9626 </UL>
9628 &lt;End of help on this topic&gt;
9629 </BODY>
9630 </HTML>
9631 ===== h_select_rule_screen =====
9632 <HTML>
9633 <HEAD>
9634 <TITLE>SELECT A RULE SCREEN</TITLE>
9635 </HEAD>
9636 <BODY>
9637 <H1>SELECT A RULE SCREEN</H1>
9638 <H2>COMMANDS</H2>
9639 <!--chtml if pinemode="function_key"-->
9640 <PRE>
9641 Available  Commands                        
9642 -------------------------------            
9643 F1  Show Help Text
9644 F3  Exit without selecting anything
9645 F4  Select the highlighted rule
9646 F5  Move highlight to previous rule
9647 F6  Move highlight to next rule
9648 F7  Previous page of rules
9649 F8  Next page of rules
9650 F11 Print
9651 F12 WhereIs
9652 </PRE>
9653 <!--chtml else-->
9654 <PRE>
9655 Navigation                     General Alpine Commands
9656 -------------------------      -----------------------
9657  P  Prev Rule                   ?  Display this help text
9658  N  Next Rule                   E  Exit without selecting anything
9659  -  Previous page               %  Print
9660 Spc (space bar) Next page
9661  W  WhereIs
9663 Select Command
9664 ------------------------------------------------
9665  S  Select the highlighted rule
9666 </PRE>
9667 <!--chtml endif-->
9669 <H2>Description of the Select Rule Screen</H2>
9671 This screen just gives you an easy way to select a rule from all of your
9672 defined rules.
9673 The list of rules presented is the list of nicknames of all of the rules
9674 defined using Setup/Rules.
9675 For selecting messages, it is likely that the Indexcolor rules and possibly
9676 the Roles rules will be most useful.
9677 The others are there also, in case you find a use for them.
9679 In order for this to be useful for selecting messages, the nicknames of
9680 the rules have to be different.
9681 Alpine actually just gets the nickname of the rule that you select and then
9682 looks up that rule using the nickname.
9683 So if there are duplicate nicknames, the first rule that has that
9684 nickname will be used.
9686 <P><UL>
9687 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9688 </UL>
9690 &lt;End of help on this topic&gt;
9691 </BODY>
9692 </HTML>
9693 ===== h_select_priority_screen =====
9694 <HTML>
9695 <HEAD>
9696 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
9697 </HEAD>
9698 <BODY>
9699 <H1>SELECT A PRIORITY SCREEN</H1>
9700 <H2>COMMANDS</H2>
9701 <!--chtml if pinemode="function_key"-->
9702 <PRE>
9703 Available  Commands                        
9704 -------------------------------            
9705 F1  Show Help Text
9706 F3  Exit without selecting anything
9707 F4  Select the highlighted priority
9708 F5  Move highlight to previous priority
9709 F6  Move highlight to next priority
9710 F7  Previous page of priorities
9711 F8  Next page of priorities
9712 F11 Print
9713 F12 WhereIs
9714 </PRE>
9715 <!--chtml else-->
9716 <PRE>
9717 Navigation                     General Alpine Commands
9718 -------------------------      -----------------------
9719  P  Prev Priority               ?  Display this help text
9720  N  Next Priority               E  Exit without selecting anything
9721  -  Previous page               %  Print
9722 Spc (space bar) Next page
9723  W  WhereIs
9725 Select Command
9726 ------------------------------------------------
9727  S  Select the highlighted priority
9728 </PRE>
9729 <!--chtml endif-->
9731 <H2>Description of the Select Priority Screen</H2>
9733 This screen gives you a way to select a priority for the message you are sending.
9734 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
9735 Some mail programs will display an indication of the priority level to
9736 the recipient of the message, some will ignore it.
9737 Even in cases where the mail programs of both the sender and the recipient
9738 agree on the meaning of this header, keep in mind that it is
9739 something that the sender sets so it is only an indication
9740 of the priority that the sender attaches to the mail.
9741 Alpine can be made to display an indication of this priority in incoming
9742 messages by use of one of the tokens
9743 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
9744 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
9745 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
9747 <P><UL>
9748 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9749 </UL>
9751 &lt;End of help on this topic&gt;
9752 </BODY>
9753 </HTML>
9754 ===== h_select_keyword_screen =====
9755 <HTML>
9756 <HEAD>
9757 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
9758 </HEAD>
9759 <BODY>
9760 <H1>SELECT A KEYWORD SCREEN</H1>
9761 <H2>COMMANDS</H2>
9762 <!--chtml if pinemode="function_key"-->
9763 <PRE>
9764 Available  Commands                        
9765 -------------------------------            
9766 F1  Show Help Text
9767 F3  Exit without selecting anything
9768 F4  Select the highlighted keyword
9769 F5  Move highlight to previous keyword
9770 F6  Move highlight to next keyword
9771 F7  Previous page of keywords
9772 F8  Next page of keywords
9773 F11 Print
9774 F12 WhereIs
9775 </PRE>
9776 <!--chtml else-->
9777 <PRE>
9778 Navigation                     General Alpine Commands
9779 -------------------------      -----------------------
9780  P  Prev Keyword                ?  Display this help text
9781  N  Next Keyword                E  Exit without selecting anything
9782  -  Previous page               %  Print
9783 Spc (space bar) Next page
9784  W  WhereIs
9786 Select Command
9787 ------------------------------------------------
9788  S  Select the highlighted keyword
9789 </PRE>
9790 <!--chtml endif-->
9792 <H2>Description of the Select Keyword Screen</H2>
9794 This screen just gives you an easy way to select a keyword.
9795 The list of keywords presented is the list of all keywords defined in your 
9796 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
9797 If you have given a keyword a nickname, that nickname is displayed
9798 instead of the actual keyword.
9800 <P><UL>
9801 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9802 </UL>
9804 &lt;End of help on this topic&gt;
9805 </BODY>
9806 </HTML>
9807 ===== h_select_charset_screen =====
9808 <HTML>
9809 <HEAD>
9810 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
9811 </HEAD>
9812 <BODY>
9813 <H1>SELECT A CHARACTER SET SCREEN</H1>
9814 <H2>COMMANDS</H2>
9815 <!--chtml if pinemode="function_key"-->
9816 <PRE>
9817 Available  Commands                        
9818 -------------------------------            
9819 F1  Show Help Text
9820 F3  Exit without selecting anything
9821 F4  Select the highlighted character set
9822 F5  Move highlight to previous character set
9823 F6  Move highlight to next character set
9824 F7  Previous page of character sets
9825 F8  Next page of character sets
9826 F11 Print
9827 F12 WhereIs
9828 </PRE>
9829 <!--chtml else-->
9830 <PRE>
9831 Navigation                     General Alpine Commands
9832 -------------------------      -----------------------
9833  P  Prev Character Set          ?  Display this help text
9834  N  Next Character Set          E  Exit without selecting anything
9835  -  Previous page               %  Print
9836 Spc (space bar) Next page
9837  W  WhereIs
9839 Select Command
9840 ------------------------------------------------
9841  S  Select the highlighted character set
9842 </PRE>
9843 <!--chtml endif-->
9845 <H2>Description of the Select A Character Set Screen</H2>
9847 This screen just gives you an easy way to select a character set from the
9848 set of character sets Alpine knows about.
9849 The list presented will vary slightly depending on what option you are
9850 selecting the character set for.
9852 <P><UL>
9853 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9854 </UL>
9856 &lt;End of help on this topic&gt;
9857 </BODY>
9858 </HTML>
9859 ===== h_select_multcharsets_screen =====
9860 <HTML>
9861 <HEAD>
9862 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
9863 </HEAD>
9864 <BODY>
9865 <H1>SELECT CHARACTER SETS SCREEN</H1>
9866 <H2>COMMANDS</H2>
9867 <!--chtml if pinemode="function_key"-->
9868 <PRE>
9869 Available  Commands
9870 -------------------------------            
9871 F1  Show Help Text
9872 F3  Exit without selecting anything
9873 F4  Select the highlighted charset (or chosen charsets in ListMode)
9874 F5  Move highlight to previous charset
9875 F6  Move highlight to next charset
9876 F7  Previous page of charsets
9877 F8  Next page of charsets
9878 F9  Toggle choices when using ListMode
9879 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
9880 F11 Print
9881 F12 WhereIs
9882 </PRE>
9883 <!--chtml else-->
9884 <PRE>
9885 Navigation                     General Alpine Commands
9886 -------------------------      -----------------------
9887  P  Prev Charset                ?  Display this help text
9888  N  Next Charset                E  Exit without selecting anything
9889  -  Previous page               %  Print
9890 Spc (space bar) Next page
9891  W  WhereIs
9893 Select Command
9894 ------------------------------------------------
9895  S  Select the highlighted charset (or chosen charsets in ListMode)
9896  L  Turn on ListMode (makes it easy to choose multiple charsets)
9897  1  Turn off ListMode
9898  X  Toggle choices when using ListMode
9899 </PRE>
9900 <!--chtml endif-->
9902 <H2>Description of the Select Character Set Screen</H2>
9904 This screen just gives you an easy way to select a character set or a list of
9905 character sets.
9906 The list of character sets presented is the list of all character sets known to
9907 Alpine.
9908 You may select other character sets by typing them in directly.
9910 <P><UL>
9911 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9912 </UL>
9914 &lt;End of help on this topic&gt;
9915 </BODY>
9916 </HTML>
9917 ===== h_select_multkeyword_screen =====
9918 <HTML>
9919 <HEAD>
9920 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
9921 </HEAD>
9922 <BODY>
9923 <H1>SELECT KEYWORDS SCREEN</H1>
9924 <H2>COMMANDS</H2>
9925 <!--chtml if pinemode="function_key"-->
9926 <PRE>
9927 Available  Commands
9928 -------------------------------            
9929 F1  Show Help Text
9930 F3  Exit without selecting anything
9931 F4  Select the highlighted keyword (or chosen keywords in ListMode)
9932 F5  Move highlight to previous keyword
9933 F6  Move highlight to next keyword
9934 F7  Previous page of keywords
9935 F8  Next page of keywords
9936 F9  Toggle choices when using ListMode
9937 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
9938 F11 Print
9939 F12 WhereIs
9940 </PRE>
9941 <!--chtml else-->
9942 <PRE>
9943 Navigation                     General Alpine Commands
9944 -------------------------      -----------------------
9945  P  Prev Keyword                ?  Display this help text
9946  N  Next Keyword                E  Exit without selecting anything
9947  -  Previous page               %  Print
9948 Spc (space bar) Next page
9949  W  WhereIs
9951 Select Command
9952 ------------------------------------------------
9953  S  Select the highlighted keyword (or chosen keywords in ListMode)
9954  L  Turn on ListMode (makes it easy to choose multiple keywords)
9955  1  Turn off ListMode
9956  X  Toggle choices when using ListMode
9957 </PRE>
9958 <!--chtml endif-->
9960 <H2>Description of the Select Keyword Screen</H2>
9962 This screen just gives you an easy way to select a keyword or a list of
9963 keywords.
9964 The list of keywords presented is the list of all keywords defined in your 
9965 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
9966 If you have given a keyword a nickname, that nickname is displayed
9967 instead of the actual keyword.
9969 <P><UL>
9970 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9971 </UL>
9973 &lt;End of help on this topic&gt;
9974 </BODY>
9975 </HTML>
9976 ===== h_select_incoming_to_monitor =====
9977 <HTML>
9978 <HEAD>
9979 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
9980 </HEAD>
9981 <BODY>
9982 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
9983 <H2>COMMANDS</H2>
9984 <!--chtml if pinemode="function_key"-->
9985 <PRE>
9986 Available  Commands
9987 -------------------------------            
9988 F1  Show Help Text
9989 F3  Exit without selecting anything
9990 F4  Select the marked folders
9991 F5  Move highlight to previous folder
9992 F6  Move highlight to next folder
9993 F7  Previous page of folders
9994 F8  Next page of folders
9995 F9  Toggle choices on or off
9996 F11 Print
9997 F12 WhereIs
9998 </PRE>
9999 <!--chtml else-->
10000 <PRE>
10001 Navigation                     General Alpine Commands
10002 -------------------------      -----------------------
10003  P  Prev Folder                 ?  Display this help text
10004  N  Next Folder                ^C  exit without changing anything
10005  -  Previous page               %  Print
10006 Spc (space bar) Next page
10007  W  WhereIs
10009 Select Command
10010 ------------------------------------------------
10011  S  Select the marked folders
10012  X  Toggle choices on or off
10013 </PRE>
10014 <!--chtml endif-->
10016 <H2>Description of the Select Folders to Check Screen</H2>
10018 This screen is only useful if the feature
10019 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
10020 is set.
10021 By default, when you set that feature all of your incoming folders
10022 will be checked periodically for Unseen messages.
10023 By using this screen, you may restrict the set of monitored folders to
10024 a subset of all of the incoming folders.
10026 Mark the folders you want to monitor for Unseen messages with
10027 an &quot;X&quot;.
10028 When you've finished marking all your selections use the Select
10029 command to register your choices.
10030 To return to the default of checking all incoming folders
10031 delete all folders or unmark all folders.
10033 <P><UL>
10034 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10035 </UL>
10037 &lt;End of help on this topic&gt;
10038 </BODY>
10039 </HTML>
10040 ===== h_role_select =====
10041 <HTML>
10042 <HEAD>
10043 <TITLE>ROLES SCREEN</TITLE>
10044 </HEAD>
10045 <BODY>
10046 <H1>ROLES SCREEN</H1>
10047 <H2>ROLES COMMANDS</H2>
10048 <!--chtml if pinemode="function_key"-->
10049 <PRE>
10050 Available  Commands                        
10051 -------------------------------            
10052 F1  Show Help Text
10053 F3  Exit without a selection
10054 F4  Select a role to use in composition
10055 F5  Move to previous role
10056 F6  Move to next role
10057 F7  Previous page of roles
10058 F8  Next page of roles
10059 F11 Change Default Role
10060 F12 Whereis (search role nicknames)
10061 </PRE>
10062 <!--chtml else-->
10063 <PRE>
10064 Navigation                     General Alpine Commands
10065 -------------------------      -----------------------
10066  P  Prev Role                     ?  Display this help text
10067  N  Next Role                     E  Exit without a selection
10068  -  Previous page
10069 Spc (space bar) Next page
10070  W  WhereIs (search for word in role nicknames)
10072 Select Role Commands
10073 ------------------------------------------------
10074  [Return]  Select highlighted role
10075  D         Change Default Role
10076 </PRE>
10077 <!--chtml endif-->
10079 <H2>Description of the Roles Screen</H2>
10081 With this screen you select a role to be used in the composition of a
10082 message.
10083 Use the Previous and Next commands to highlight the role you wish to
10084 use.
10085 When you type carriage return you will be placed in the composer using the highlighted role.
10087 You don't have any non-default <A HREF="h_rules_roles">roles</A>
10088 available unless you set them up.
10089 You may do so by using the Setup/Rules command on the MAIN MENU.
10091 By using the D command, you may set a default role that will persist until
10092 you change it or until you exit Alpine.
10093 The D command toggles through three states: set the default role, unset the
10094 default role, and leave the default role as it is.
10095 <P><UL>
10096 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10097 </UL>
10099 &lt;End of help on this topic&gt;
10100 </BODY>
10101 </HTML>
10102 ===== h_role_abook_select =====
10103 <HTML>
10104 <HEAD>
10105 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
10106 </HEAD>
10107 <BODY>
10108 <H1>SELECT ADDRESS BOOK SCREEN</H1>
10109 <H2>COMMANDS</H2>
10110 <!--chtml if pinemode="function_key"-->
10111 <PRE>
10112 Available  Commands                        
10113 -------------------------------            
10114 F1  Show Help Text
10115 F3  Exit screen without selecting anything
10116 F4  Select highlighted address book
10117 F5  Move to previous address book
10118 F6  Move to next address book
10119 F7  Previous page of address books
10120 F8  Next page of address books
10121 F12 Whereis
10122 </PRE>
10123 <!--chtml else-->
10124 <PRE>
10125 Navigation                     General Alpine Commands
10126 -------------------------      -----------------------
10127  P  Previous addrbook          ?  Display this help text
10128  N  Next addrbook
10129  -  Previous page
10130 Spc (space bar) Next page
10131  W  WhereIs
10133 Select Role Commands
10134 ------------------------------------------------
10135  S  Select highlighted address book
10136  E  Exit screen without selecting anything
10137 </PRE>
10138 <!--chtml endif-->
10140 <H2>Description of the Select Address Book Screen</H2>
10142 This screen helps you select one of your address books.
10143 Use the Previous and Next commands to highlight the address book you wish to
10144 select.
10145 <P><UL>
10146 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10147 </UL>
10149 &lt;End of help on this topic&gt;
10150 </BODY>
10151 </HTML>
10152 ======== h_rule_patterns =============
10153 <HTML>
10154 <HEAD>
10155 <TITLE>PATTERNS</TITLE>
10156 </HEAD>
10157 <BODY>
10158 <H1>PATTERNS</H1>
10159 Patterns are used with Roles, Filtering, Index Coloring,
10160 Scoring, Other Rules, and Search Rules.
10161 Patterns are compared with a message to see if there is a match.
10162 For Filtering, the messages being checked are all the messages in the
10163 folder, one at a time.
10164 For Index Line Coloring, each message that is visible on the screen is
10165 checked for matches with the Index Coloring Patterns.
10166 Roles are used with the Reply, Forward, and Compose commands.
10167 For Reply, the message used to compare the Pattern with is the message
10168 being replied to;
10169 for Forward, the message used to compare the Pattern with is the message
10170 being forwarded;
10171 and for Compose, there is no message, so the parts of the Pattern that depend
10172 on a message (everything other than Current Folder Type and the
10173 Beginning of Month and Year)
10174 are not used.
10175 Only the Current Folder Type matters for Compose (plus the Beginning of
10176 Month or Year, which you wouldn't usually use for a Role).
10177 For Scoring, the message being scored is compared with all of the Score
10178 Patterns, and the Score Values from the ones that match are added together to 
10179 get the message's score.
10180 For Other Rules, there is no message. Only the Current Folder Type is checked
10181 for Other Rules.
10183 Each Pattern has several possible parts, all of which are optional.
10184 In order for there to be a match, <EM>ALL</EM> of the
10185 <EM>defined</EM> parts of the Pattern must match the message.
10186 If a part is not defined it is considered a match, but note that a filtering
10187 Pattern must have at least one defined part or it will be ignored.
10188 For example, if the To pattern is not defined it will be
10189 displayed as
10191 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
10193 That is considered a match because it is not defined.
10194 This means that the Pattern with nothing defined is a match if the
10195 Current Folder Type matches, but there is an exception that was mentioned
10196 in the previous paragraph.
10197 Because filtering is a potentially destructive action, filtering Patterns
10198 with nothing other than Current Folder Type defined are ignored.
10199 If you really want a filtering Pattern to match all messages (subject to
10200 Current Folder Type) the best way to do it is to define a Score interval
10201 that includes all possible scores.
10202 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
10203 This can be used even if you haven't defined any rules to Set Scores.
10205 There are six predefined header patterns called the To, From, Sender, Cc, News,
10206 and Subject patterns.
10207 Besides those six predefined header patterns, you may add
10208 additional header patterns with header fieldnames of your choosing.
10209 You add an extra header pattern by placing the cursor on one of the
10210 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
10211 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
10212 and the Partic pattern is a header pattern that stands for
10213 Participant (From OR To OR Cc).
10214 (Defining the Recip pattern does not have the same effect as defining both
10215 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
10216 Similar to the header patterns are the AllText pattern and the BodyText pattern.
10217 Instead of comparing this pattern's text against only the contents of
10218 a particular header field, the text for the AllText pattern is compared
10219 with text anywhere in the message's header or body, and the text for the
10220 BodyText pattern is compared with text anywhere in the message's body.
10222 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
10223 &quot;!&quot; &quot;toggle NOT&quot; command.
10224 You can tell that <EM>NOT</EM> has been turned on by looking for the character
10225 &quot;!&quot; at the beginning of the pattern line.
10226 When the &quot;!&quot; is present, it reverses the meaning of the match.
10227 That is, if the pattern matches then it is considered to NOT be a match, and
10228 if it does not match it is considered to be a match.
10230 Don't make the mistake of putting the &quot;!&quot; in the data field for
10231 a pattern.
10232 For example, if you type the characters &quot;!urgent&quot; into the Subject
10233 pattern, the pattern will look like:
10235 <PRE>
10236  Subject pattern = !urgent
10237 </PRE>
10239 This means you want to match the 7 character sequence &quot;!urgent&quot;.
10240 In order to match messages that do not have &quot;urgent&quot; in
10241 their Subject field, first type the characters &quot;urgent&quot; followed
10242 by carriage return for the value of the Subject pattern, then negate it
10243 by typing the &quot;!&quot; command.
10244 It should look like
10246 <PRE>
10247  ! Subject pattern = urgent
10248 </PRE>
10250 The contents of each of these header patterns (or the AllText or BodyText patterns) may
10251 be a complete email address, part of an address, or a random set of
10252 characters to match against.
10253 It may also be a list of such patterns, which means you
10254 are looking for a match against the first pattern in the list <EM>OR</EM>
10255 the second pattern <EM>OR</EM> the third and so on.
10256 For example, a Subject pattern equal to
10258 <PRE>
10259  Subject pattern = urgent
10260                    emergency
10261                    alert
10262 </PRE>
10264 would match all messages with a subject that contained at least one
10265 of those words.
10266 It would also match subjects containing the words &quot;alerts&quot; or
10267 &quot;Urgently&quot;.
10269 The same example with &quot;NOT&quot; turned on would be
10271 <PRE>
10272  ! Subject pattern = urgent
10273                      emergency
10274                      alert
10275 </PRE>
10277 which would match all messages with a subject that did <EM>NOT</EM> contain any of
10278 those words.
10279 You can use the &quot;Add Value&quot; command to add new words to the list,
10280 or you can enter them as a comma-separated list.
10282 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
10283 present for a match.
10284 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
10285 pattern2 must be present,
10286 and that is exactly what using a list does.)
10288 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
10289 also part of the Pattern, although the &quot;Score Interval&quot; is not used
10290 when checking for matches for Scoring.
10291 There are five similar settings that relate to the status of the message.
10292 These settings rely on the message being New or not, Deleted or not,
10293 Answered or not, Important or not, and Recent or not.
10294 There are also some other miscellaneous settings.
10295 The first is the Age of the message in days.
10296 Another is the Size of the message, in bytes.
10297 The third is a setting that detects whether or not the Subject of a
10298 message contains raw 8-bit characters (unencoded characters with the most
10299 significant bit set).
10300 There is a setting that detects whether or not this is the first time
10301 Alpine has been run this month (doesn't depend on individual messages),
10302 and another that detects whether or not this is the first time Alpine has
10303 been run this year.
10304 Other parts of the Pattern detect whether or not the From address of a
10305 message appears in your address book, whether or not certain keywords
10306 are set for a message, and whether or not certain character sets are
10307 used in a message.
10309 <H2>Parts of a Pattern</H2>
10311 <H3>Header patterns</H3>
10313 A header pattern is simply text that is searched for in the corresponding
10314 header field.
10315 For example, if a Pattern has a From header pattern with the value
10316 &quot;@company.com&quot;, then only messages that have a From header
10317 that contains the text &quot;@company.com&quot; will be possible
10318 matches.
10319 Matches don't have to be exact.
10320 For example, if the relevant field of a message contains the text
10321 &quot;mailbox@domain&quot; somewhere
10322 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
10323 &quot;mailbox@domain&quot; are all matches.
10325 All parts of the Pattern must match so, for example,
10326 if a message matches a defined
10327 From pattern, it still must be checked against the other parts of the
10328 Pattern that have been defined.
10329 The To header pattern is a slightly special case.
10330 If the message being checked has a Resent-To header
10331 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
10332 there are used in place of the addresses in the To header.
10333 This is only true for the To header.
10334 Resent-cc and Resent-From headers are never used unless you add them
10335 with the eXtraHdrs command.
10337 The meaning of a header pattern may be negated with the
10338 &quot;!&quot; &quot;toggle NOT&quot; command.
10339 You can tell that <EM>NOT</EM> has been turned on by looking for the character
10340 &quot;!&quot; at the beginning of the pattern line.
10341 It would look something like
10343 <PRE>
10344  ! From pattern = susan@example.com
10345 </PRE>
10347 When the &quot;!&quot; is present, it reverses the meaning of the match.
10349 If you want to check for the presence of a header field but don't care
10350 about its value, then
10351 the empty pattern that you get by entering a pair of
10352 double quotes (&quot;&quot;) should match any message that
10353 has the corresponding header field.
10355 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
10357 AllText patterns are just like header patterns except that the text is
10358 searched for anywhere in the message's headers or body, not just in the
10359 contents of a particular header field.
10362 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
10364 BodyText patterns are just like header patterns except that the text is
10365 searched for anywhere in the message's body, not just in the
10366 contents of a particular header field.
10369 If there is more than one header pattern or AllText pattern or BodyText pattern
10370 for which you want to take the
10371 same action there is a shorthand notation that may be used.
10372 Any of these patterns may be a list of patterns instead of
10373 just a single pattern.
10374 If any one of the patterns in the list matches the message
10375 then it is considered a match.
10376 For example, if &quot;company1&quot; and &quot;company2&quot; both required
10377 you to use the same role when replying to messages, you might have
10378 a To pattern that looks like
10380 <PRE>
10381  To pattern = company1.com
10382               company2.com
10383 </PRE>
10385 This means that if the mail you are replying to was addressed to
10386 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
10387 then this Pattern is a match and the same actions will be taken.
10389 The meaning of an AllText or BodyText pattern may be negated with the
10390 &quot;!&quot; &quot;toggle NOT&quot; command.
10391 You can tell that <EM>NOT</EM> has been turned on by looking for the character
10392 &quot;!&quot; at the beginning of the pattern line.
10393 When the &quot;!&quot; is present, it reverses the meaning of the match.
10395 A technicality: Since comma is the character used to separate multiple values
10396 in any of the fields that may have multiple values (such as header patterns,
10397 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
10398 you must escape comma with a
10399 backslash (&#92;) if you want to include a literal comma in one of those fields.
10400 In other words, if you type a backslash followed by a comma it will
10401 be interpreted as a comma by Alpine, instead of as a separator between
10402 pattern values.
10403 All other backslashes (those not followed by a comma) are literal
10404 backslashes and should not be escaped.
10405 It's unlikely you'll ever need to enter a literal comma or backslash in
10406 any of the patterns.
10408 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
10410 The &quot;Current Folder Type&quot; may be set to one of four different
10411 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
10412 &quot;Specific&quot;.
10413 If the value is set to &quot;News&quot;, then the
10414 Pattern will only match if the currently open folder is a newsgroup.
10415 The value &quot;Email&quot; only matches if the current folder is not news and
10416 the value &quot;Any&quot; causes any folder to match.
10417 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
10418 then you must fill in a value for &quot;Folder&quot;, which is on the line
10419 below the &quot;Specific&quot; line.
10420 In this case you will only get a match if the currently open folder is
10421 the specific folder you list.
10422 You may give a list of folders instead of just a single
10423 folder name, in which case the Pattern will match if the open folder is
10424 any one of the folders in the list.
10425 The name of each folder in the list may be either &quot;INBOX&quot;,
10426 the technical specification
10427 of the folder (like what appears in your configuration file) or, if the
10428 folder is one of your incoming folders, it may be the nickname you've given
10429 the folder.
10430 Here are some samples of specific folder names:
10432 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
10434 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
10436 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
10438 The easiest way to fill in the &quot;Folder&quot; field is to use
10439 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
10440 highlighted, or to use the &quot;Take&quot; command with the configuration
10441 feature
10442 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
10443 turned on.
10445 When reading a newsgroup, there may be a performance penalty
10446 incurred when collecting the information necessary to check whether
10447 or not a Pattern matches a message.
10448 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
10449 If you have Patterns with a Current Folder Type of either
10450 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
10451 Index Line Coloring or Scoring, you may experience
10452 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
10454 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
10456 The &quot;Age Interval&quot; may be set to an interval of message
10457 ages that should be considered a match.
10458 Like the other parts of the Pattern, if it is unset it will be ignored.
10459 The Age Interval looks like
10461 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
10463 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
10464 than or equal to zero.
10465 The special value &quot;INF&quot; may be used for
10466 the max value. It represents infinity.
10468 Actually, this option may be defined as a list of intervals instead
10469 of just a single interval.
10470 The list is separated by commas.
10471 It can look like
10473 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
10475 When there is an Age Interval defined, it is a match if the age, in days, of
10476 the message is contained in any of the intervals.
10477 The intervals include both endpoints.
10479 Even though this option is called Age, it isn't actually
10480 the <EM>age</EM> of the message.
10481 Instead, it is how many days ago the message arrived in one of your folders.
10482 If the current time is a little past midnight, then a message that arrived
10483 just before midnight arrived yesterday, even though the message is only
10484 a few minutes old.
10485 By default, the date being used is not the date in the Date
10486 header of the message.
10487 It is the date that the message arrived in one of your folders.
10488 When you Save a message from one folder to another that arrival date
10489 is preserved.
10490 If you would like to use the date in the Date header that is possible.
10491 Turn on the option
10492 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
10493 near the bottom of the rule definition.
10494 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
10496 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
10498 The &quot;Size Interval&quot; may be set to an interval of message
10499 sizes that should be considered a match.
10500 Like the other parts of the Pattern, if it is unset it will be ignored.
10501 The Size Interval looks like
10503 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
10505 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
10506 than or equal to zero.
10507 The special value &quot;INF&quot; may be used for
10508 the max value. It represents infinity.
10510 Actually, this option may be defined as a list of intervals instead
10511 of just a single interval.
10512 The list is separated by commas.
10513 It can look like
10515 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
10517 When there is a Size Interval defined, it is a match if the size, in bytes, of
10518 the message is contained in any of the intervals.
10519 The intervals include both endpoints.
10521 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
10523 The &quot;Score Interval&quot; may be set to an interval of message
10524 scores that should be considered a match.
10525 Like the other parts of the Pattern, if it is unset it will be ignored.
10526 The Score Interval looks like
10528 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
10530 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
10531 negative integers, with min_score less than or equal to max_score.
10532 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
10533 the min and max values to represent negative and positive infinity.
10535 Actually, a list of intervals may be used if you wish.
10536 A list would look like
10538 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
10540 When there is a Score Interval defined, it is a match if the score for
10541 the message is contained in any of the intervals in the list.
10542 The intervals include the endpoints.
10543 The score for a message is calculated by looking at every Score rule defined and
10544 adding up the Score Values for the ones that match the message.
10545 When deciding whether or not a Pattern matches a message for purposes of
10546 calculating the score, the Score Interval is ignored.
10548 <H3><A NAME="pattern_message_status">Message Status</A></H3>
10550 There are five separate message status settings.
10551 By default, all five are set to the value &quot;Don't care&quot;, which
10552 will match any message.
10553 The value &quot;Yes&quot; means that the particular status must be true
10554 for a match, and the value &quot;No&quot; means that the particular
10555 status must not be true for a match.
10556 For example, one of the five Message Status settings is whether a message
10557 is marked Important or not.
10558 A &quot;Yes&quot; means that the message must be Important to be
10559 considered a match and &quot;No&quot; means that the message must not be
10560 Important to be considered a match.
10561 The same is true of the other four message status settings that depend
10562 on whether or not the message is New; whether the message has 
10563 been Answered or not; whether the message has been Deleted or not, and
10564 whether the message is Recent or not. 
10566 The nomenclature for New and Recent is a bit confusing:
10568 New means that the message is Unseen.
10569 It could have been in your mailbox for a long time but if you haven't looked
10570 at it, it is still considered New.
10571 That matches the default Alpine index display that shows an N for such a
10572 message.
10574 Recent means that the message was added to this folder since the last time
10575 you opened the folder.
10576 Alpine also shows an N by default for these types of messages.
10577 If you were to run two copies of Alpine that opened a folder one right after
10578 the other, a message would only show up as Recent in (at most) the first
10579 Alpine session.
10581 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
10583 Keywords are similar to Message Status, but they are chosen by the user.
10584 Provided the mail server allows for it, you may add a set of possible keywords
10585 to a folder and then you may set those keywords or not for each message
10586 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
10587 The syntax of this part of the Pattern is similar to the header patterns.
10588 It is a list of keywords.
10589 The Keyword part of the Pattern is a match if the message has any of
10590 the keywords in the list set.
10591 Like other parts of the Pattern, if this is unset it will be ignored.
10593 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
10595 A message may use one or more character sets.
10596 This part of the Pattern matches messages that make use of one or more of
10597 the character sets specified in the pattern.
10598 It will be considered a match if a message uses any of the character
10599 sets in the list you give here.
10602 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
10603 GB2312) you may also use some shorthand names that Alpine provides.
10604 These names are more understandable shorthand names for sets of 
10605 character set names.
10606 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
10607 Selecting one of these shorthand names is equivalent to selecting all of
10608 the character sets that make up the set.
10609 You can see all of these shorthand names and the lists of character sets
10610 they stand for by typing the &quot;T&quot; command with the Character
10611 Set pattern highlighted.
10612 The syntax of this part of the Pattern is similar to the header patterns
10613 and the Message Keywords pattern.
10614 It is a list of character sets (or shorthand names).
10615 The Character Set part of the Pattern is a match if the message uses any
10616 of the character sets in the list.
10617 Like other parts of the Pattern, if this is unset it will be ignored.
10619 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
10621 It seems that lots of unwanted email contains unencoded 8-bit characters
10622 in the Subject.
10623 Normally, characters with the 8th bit set are not allowed in the Subject
10624 header unless they are MIME-encoded.
10625 This option gives you a way to match messages that have Subjects that
10626 contain unencoded 8-bit characters.
10627 By default, the value of this option is &quot;Don't care&quot;, which
10628 will match any message.
10629 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
10630 the Subject of the message in order for there to be a match,
10631 and the value &quot;No&quot; is the opposite.
10632 Setting this option will affect performance in large folders because the
10633 subject of each message in the folder has to be checked.
10635 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
10637 This option gives you a way to take some action once per month.
10638 By default, the value of this option is &quot;Don't care&quot;, which
10639 will always match.
10640 The value &quot;Yes&quot; means that this must be the first time Alpine has
10641 been run this month in order to count as a match,
10642 and the value &quot;No&quot; is the opposite.
10644 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
10646 This option gives you a way to take some action once per year.
10647 By default, the value of this option is &quot;Don't care&quot;, which
10648 will always match.
10649 The value &quot;Yes&quot; means that this must be the first time Alpine has
10650 been run this year in order to count as a match,
10651 and the value &quot;No&quot; is the opposite.
10653 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
10655 This option gives you a way to match messages that have an address
10656 that is in one of your address books.
10657 Only the simple entries in your address books are searched.
10658 Address book distribution lists are ignored!
10659 By default, the value of this option is &quot;Don't care&quot;, which
10660 will match any message.
10661 The value &quot;Yes, in any address book&quot; means the address
10662 from the message must be in at least one of your
10663 address books in order to be a match.
10664 The value &quot;No, not in any address book&quot;
10665 means none of the addresses may
10666 be in any of your address books in order to be a match.
10667 The values &quot;Yes, in specific address books&quot; and
10668 &quot;No, not in any of specific address books&quot; are similar but instead
10669 of depending on all address books you are allowed to give a list of address
10670 books to look in.
10671 The addresses from the message that are checked for are determined by the
10672 setting you have for &quot;Types of addresses to check for in address book&quot;.
10673 If you set this to &quot;From&quot; the From address from the message will
10674 be looked up in the address book.
10675 If you set it to only &quot;To&quot; then the To addresses will be used.
10676 If any of the To addresses are in the address book then it is considered
10677 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
10678 You could set it to both From and To, in which case all of the From and To
10679 addresses are used.
10680 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
10681 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
10682 exists or the From address if there is no Reply-To address.
10683 Same for the Sender address.
10684 Setting this option may affect performance in large folders because the
10685 From and Reply-To of each message in the folder have to be checked.
10687 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
10689 This is a command that is run with its standard input set to the message
10690 being checked and its standard output discarded.
10691 The full directory path should be specified.
10692 The command will be run and then its exit status will be checked against
10693 the Exit Status Interval, which defaults to just the value zero.
10694 If the exit status of the command falls in the interval, it is considered
10695 a match, otherwise it is not a match.
10698 This option may actually be a list of commands.
10699 The first one that exists and is executable is used.
10700 That makes it possible to use the same configuration with Unix Alpine and
10701 PC-Alpine.
10704 If none of the commands in the list exists and is executable then the rule
10705 is <EM>not</EM> a match.
10706 If it is possible that the command may not exist, you should be careful
10707 to structure your rules so that nothing destructive
10708 happens when the command does not exist.
10709 For example, you might have a filter that filters away spam when there is
10710 a match but does nothing when there is not a match.
10711 That would continue to work correctly if the command didn't exist.
10712 However, if you have a filter that filters away spam when there is not
10713 a match and keeps it when there is a match, that would filter everything
10714 if the categorizer command didn't exist.
10716 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
10717 setup for the bogofilter filter.
10720 &lt;End of help on this topic&gt;
10721 </BODY>
10722 </HTML>
10723 ===== h_rules_roles =====
10724 <HTML>
10725 <HEAD>
10726 <TITLE>SETUP ROLES SCREEN</TITLE>
10727 </HEAD>
10728 <BODY>
10729 <H1>SETUP ROLES SCREEN</H1>
10730 <H2>SETUP ROLES COMMANDS</H2>
10731 <!--chtml if pinemode="function_key"-->
10732 <PRE>
10733 Available  Commands -- Group 1         Available Commands -- Group 2   
10734 -------------------------------        ------------------------------  
10735 F1  Show Help Text                      F1  Show Help Text             
10736 F2  See commands in next group          F2  See commands in next group
10737 F3  Back to MAIN Alpine menu
10738 F4  Change configuration for role
10739 F5  Move to previous role               F5  Include file in role config
10740 F6  Move to next role                   F6  Exclude file from config
10741 F7  Previous page of roles
10742 F8  Next page of roles
10743 F9  Add new role                        F9  Replicate existing role
10744 F10 Delete existing role
10745 F11 Shuffle the order of roles
10746 F12 Whereis (search role nicknames)
10747 </PRE>
10748 <!--chtml else-->
10749 <PRE>
10750 Navigation                     General Alpine Commands
10751 -------------------------      -----------------------
10752  P  Prev Role                     ?  Display this help text
10753  N  Next Role                     E  Back to MAIN Alpine menu
10754  -  Previous page
10755 Spc (space bar) Next page
10756  W  WhereIs (search for word in role nicknames)
10758 Setup Roles Commands
10759 ------------------------------------------------
10760  A  Add new role                  $  Shuffle the order of roles
10761  D  Delete existing role          C  Change configuration for highlighted role
10762  R  Replicate existing role
10763  I  Include file in role config   X  Exclude file from role config
10764 </PRE>
10765 <!--chtml endif-->
10767 <H2>Description of the Setup Roles Screen</H2>
10769 This screen lets you add, delete, modify, or change the order of the rules
10770 that determine the role you are playing when composing a message.
10772 You may play different roles depending on who you are replying to.
10773 For example, if you are replying to a message addressed to help-desk you
10774 may be acting as a Help Desk Worker.
10775 That role may require that you use a different return address and/or
10776 a different signature.
10778 Roles are optional.
10779 If you set up roles they work like this:  Each role has a set of
10780 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
10781 considered for a particular use; a &quot;Pattern&quot;,
10782 which is used to decide which of the eligible roles is used; and a set
10783 of &quot;Actions&quot;, which are taken when that role is used.
10784 When you reply to a message, the message you are replying to is compared
10785 with the Patterns of the roles marked as eligible for use when replying.
10786 The comparisons start with the first eligible role and keep going until there
10787 is a match.
10788 If a match is found, the matching role's Actions are taken.
10790 It is also possible to set a default role and to change that role during
10791 your Alpine session.
10792 When you start Alpine no default role will be set.
10793 You may set or change the current default role by using the &quot;D&quot;
10794 command in the role selection screen.
10795 You'll see that screen while composing a message and being asked to select
10796 a role.
10797 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
10798 compose a message.
10799 You may find a default role useful if you normally perform the duties of one
10800 of your roles for a while, then you switch to another role and stay in the
10801 new role for another period of time.
10802 It may be easier than using the Role Command to select the role each time you
10803 compose a message.
10805 <H2>Role Uses</H2>
10807 There are three types of use to be configured;
10808 one for Replying, one for Forwarding, and one for Composing.
10809 These indicate whether or not you want a role to be considered when you
10810 type the Reply, Forward, or Compose commands.
10811 (The Role command is an alternate form of the Compose command, and it is
10812 not affected by these settings.)
10813 Each of these Use types has three possible values.
10814 The value &quot;Never&quot;
10815 means that the role will never be considered as a candidate for use with
10816 the corresponding command.
10817 For example, if you set a role's Reply Use to Never, then when you Reply to
10818 a message, that role won't even be considered.
10819 (That isn't quite true. If the message you are replying to matches some other
10820 role that requires confirmation,
10821 then there will be a ^T command available which allows you to select a role
10822 from all of your roles, not just the reply-eligible roles.)
10825 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
10826 both mean that you do want to consider this role when using the corresponding
10827 command.
10828 For either of these settings the role's Pattern will
10829 be checked to see if it matches the message.
10830 For Reply Use, the message used to compare the Pattern with is the message
10831 being replied to.
10832 For Forward Use, the message used to compare the Pattern with is the message
10833 being forwarded.
10834 For Compose Use, there is no message, so the parts of the Pattern that depend
10835 on a message (everything other than Current Folder Type) are ignored.
10836 In all cases, the Current Folder Type is checked if defined.
10837 If there is a match then this role will either be used without confirmation
10838 or will be the default when confirmation is asked for, depending on
10839 which of the two options is selected.
10840 If confirmation is requested, you will have a chance to
10841 choose No Role instead of the offered role, or to
10842 change the role to any one of your other roles (with the ^T command).
10844 <H2>Role Patterns</H2>
10846 In order to determine whether or not a message matches a role the message is
10847 compared with the Role's Pattern.
10848 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10849 Scoring, Other Rules, and Search Rules, so are described in only one place,
10850 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10852 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
10853 a role that has all header patterns unset, the AllText pattern unset,
10854 the BodyText pattern unset,
10855 the Score Interval unset, and the Current Folder Type set to
10856 &quot;Any&quot; may be used as a default role.
10857 It should be put last in the list of roles since the matching
10858 starts at the beginning and proceeds until one of the roles is a match.
10859 If no roles at all match, then Alpine will
10860 use its regular methods of defining the role.
10861 If you wanted to, you could define a different &quot;default&quot; role
10862 for Replying, Forwarding, and Composing by setting the
10863 &quot;Use&quot; fields appropriately.
10865 <H2>Role Actions</H2>
10867 Once a role match is found, the role's Actions are taken.
10868 For each role there are several possible actions that may be defined.
10869 They are actions to set the From address, the Reply-To address,
10870 the Fcc, the Signature, the Template file, and Other Headers.
10872 <H3>Set From</H3>
10874 The From address is the address used on the From line of the message
10875 you are sending.
10877 <H3>Set Reply-To</H3>
10879 The Reply-To address is the address used on the Reply-To line of the message
10880 you are sending.
10881 You don't need a Reply-To address unless it is different from the From address.
10883 <H3>Set Other Headers</H3>
10885 If you want to set the value of the From or Reply-To headers, use
10886 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
10887 If you want to set the values of other headers, use this field.
10888 This field is similar to the
10889 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
10890 Each header you specify here must include the header tag
10891 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
10892 and may optionally include a value for that header.
10893 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
10894 for a header here will replace any value that already exists.
10895 For example, if you are Replying to a message there will be at least one
10896 address in the To header (the address you are Replying to).
10897 However, if you Reply using a role that sets the To header, that role's
10898 To header value will be used instead.
10900 <H3>Set Fcc</H3>
10902 The Fcc is used as the Fcc for the message you are sending.
10904 <H3>Set Signature or Set LiteralSig</H3>
10906 The Signature is the name of a file to be used as the signature file when
10907 this role is being used.
10908 If the name of the file has a vertical bar following it (|)
10909 then it is assumed that the file is a program that should be run to
10910 produce the signature.
10911 If the LiteralSig is set, then it is used instead of the signature file.
10912 LiteralSig is just a different way to store the signature.
10913 It is stored in the pine configuration file instead of in a separate
10914 signature file.
10915 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
10916 either in the role or as the default signature in the Setup/Config screen,
10917 then the signature file is ignored.
10919 <H3>Set Template</H3>
10921 A Template is the name of a file to be included in the message when this
10922 role is being used.
10923 If the name of the file has a vertical bar following it (|)
10924 then it is assumed that the file is a program that should be run to
10925 produce the template.
10928 Both signature files and template files may be stored remotely on an IMAP
10929 server.
10930 In order to do that you just give the file a remote name.
10931 This works just like the regular
10932 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
10933 option that is configured from the Setup/Configuration screen.
10934 A remote signature file name might look like:
10936 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
10938 Once you have named the remote signature or template file you create its
10939 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
10940 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
10941 line of the role editor.
10944 Both signature files and template files (or the output of signature programs
10945 and template file programs) may contain special tokens
10946 that are replaced with contents
10947 that depend on the message being replied to or forwarded.
10948 See the help for the individual fields inside the role editor for more
10949 information on tokens.
10951 <H3>Use SMTP Server</H3>
10953 If this field has a value, then it will be used as the SMTP server
10954 to send mail when this role is being used (unless the SMTP server variable
10955 is set in the system-wide fixed configuration file).
10956 It has the same semantics as the
10957 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
10958 variable in the Setup/Config screen.
10959 When you postpone the composition this SMTP server list will be saved
10960 with the postponed composition and it cannot be changed later.
10961 Because of that, you may want to make this a list of SMTP servers
10962 with the preferred server at the front of the list and alternate servers
10963 later in the list.
10966 If any of the actions are left unset, then the action depends on what
10967 is present in the &quot;Initialize settings using role&quot; field.
10968 If you've listed the nickname of another one of your roles there, then the
10969 corresponding action from that role will be used here.
10970 If that action is also blank, or if there is no nickname specified,
10971 then Alpine will do whatever it normally does to set these actions.
10972 This depends on other configuration options and features you've set.
10974 <H2>Command Descriptions</H2>
10976 <H3>Add</H3>
10978 The Add command is used to add a new role definition to your set of
10979 roles.
10980 The new role will be added after the highlighted role.
10982 <H3>Delete</H3>
10984 The Delete command deletes the currently highlighted role.
10986 <H3>Change</H3>
10988 The Change command lets you edit the nickname, Uses, Pattern,
10989 and Actions of the currently highlighted role.
10991 <H3>Shuffle</H3>
10993 The Shuffle command allows you to change the order of the roles.
10994 You may move the currently highlighted role up or down in the list.
10995 The order of the roles is important since the roles are tested for a
10996 match starting with the first role and continuing until a match is found.
10997 You should place the roles with more specific Patterns near the beginning
10998 of the list, and those with more general Patterns near the end so that
10999 the more specific matches will happen when appropriate.
11001 <H3>Replicate</H3>
11003 The Replicate command is used to copy an existing role and modify it.
11004 The new role will be added after the highlighted role.
11006 <H3>IncludeFile</H3>
11008 The IncludeFile command allows you to add a roles file to your configuration.
11009 Usually, your roles will be contained in your Alpine configuration file.
11010 If you wish, some or all of your roles may be stored in a separate file.
11011 If a roles file already exists (maybe it was made by somebody else using
11012 Alpine), you may insert it before the currently highlighted role.
11013 You may also insert an empty file or a file that does not yet exist.
11014 Once you have an empty roles file in your configuration, you may use
11015 the Shuffle command to move roles into it.
11016 In fact, that's the only way to get the initial role into the file.
11018 <H3>eXcludeFile</H3>
11020 The eXcludeFile command removes a roles file from your roles configuration.
11021 A limitation of the program is that in order to exclude a roles file
11022 that file must have at least one role
11023 in it, otherwise you won't be able to highlight a line in the file.
11024 So you may have to add a dummy role to the file in order to exclude the file.
11025 <P><UL>
11026 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11027 </UL>
11029 &lt;End of help on this topic&gt;
11030 </BODY>
11031 </HTML>
11032 ===== h_rules_other =====
11033 <HTML>
11034 <HEAD>
11035 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
11036 </HEAD>
11037 <BODY>
11038 <H1>SETUP OTHER RULES SCREEN</H1>
11039 <H2>SETUP OTHER RULES COMMANDS</H2>
11040 <!--chtml if pinemode="function_key"-->
11041 <PRE>
11042 Available  Commands -- Group 1         Available Commands -- Group 2   
11043 -------------------------------        ------------------------------  
11044 F1  Show Help Text                      F1  Show Help Text             
11045 F2  See commands in next group          F2  See commands in next group
11046 F3  Back to MAIN Alpine menu
11047 F4  Change configuration for rule
11048 F5  Move to previous rule               F5  Include file in rule config
11049 F6  Move to next rule                   F6  Exclude file from config
11050 F7  Previous page of rules
11051 F8  Next page of rules
11052 F9  Add new rule                        F9  Replicate existing rule
11053 F10 Delete existing rule
11054 F11 Shuffle the order of rules
11055 F12 Whereis (search rule nicknames)
11056 </PRE>
11057 <!--chtml else-->
11058 <PRE>
11059 Navigation                     General Alpine Commands
11060 -------------------------      -----------------------
11061  P  Prev rule                     ?  Display this help text
11062  N  Next rule                     E  Back to MAIN Alpine menu
11063  -  Previous page
11064 Spc (space bar) Next page
11065  W  WhereIs (search for word in rule nicknames)
11067 Setup Other Rules Commands
11068 ------------------------------------------------
11069  A  Add new rule                  $  Shuffle the order of rules
11070  D  Delete existing rule          C  Change configuration for highlighted rule
11071  R  Replicate existing rule
11072  I  Include file in rule config   X  Exclude file from rule config
11073 </PRE>
11074 <!--chtml endif-->
11076 <H2>Description of the Setup Other Rules Screen</H2>
11078 This is where you may set various actions that do not fit well into the
11079 other Rules categories.
11081 <H2>Patterns</H2>
11083 Other Rules are a little different from the rest of the Rules because
11084 they depend only on the current folder, and not on a particular message.
11085 In order to determine whether or not a rule's actions should be applied
11086 the current folder is compared with the rule's Pattern, which consists
11087 of only the Current Folder Type.
11088 Current Folder Type works the same for Other Rules as it does for Roles,
11089 Filtering, Index Coloring, and Scoring.
11090 Keep in mind that the only part of the Pattern that applies to Other
11091 Rules is the Current Folder Type when looking at the description of
11092 Patterns given
11093 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11095 <H2>The Actions</H2>
11097 <H3>Set Sort Order</H3>
11099 When you enter a new folder, these rules will be checked to see if you
11100 have set a sort order that is different from your default sort order.
11101 The default is set in the Setup/Config screen with
11102 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
11103 If the Sort Order action is set, then the folder will be displayed sorted in
11104 that sort order instead of in the default order.
11106 A possible point of confusion arises when you change the configuration
11107 of the Sort Order for the currently open folder.
11108 The folder will normally be re-sorted when you go back to viewing the
11109 index.
11110 However, if you have manually sorted the folder with the
11111 Sort
11112 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
11113 command, then it will not be re-sorted until the next time it is opened.
11115 <H3>Set Index Format</H3>
11117 When you enter a new folder, these rules will be checked to see if you
11118 have set an Index Format that is different from your default Index Format,
11119 which is set with the
11120 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
11121 If so, the index will be displayed with this format instead of the default.
11123 <H3>Set Startup Rule</H3>
11125 When you enter a new folder, these rules will be checked to see if you
11126 have set a startup rule that is different from the default startup rule.
11127 The default for incoming folders is set in the Setup/Config screen with
11128 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
11129 The default for folders other than INBOX that are not part of your
11130 incoming collection
11131 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
11132 is to start with the last message in the folder.
11133 If the Startup Rule is set to something other than &quot;default&quot;,
11134 then the rule will determine which message will be the current message when
11135 the folder is first opened.
11137 The various startup rule possibilities work the same here as they do in
11138 the incoming collection, so check
11139 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
11140 for more help.
11142 <H2>Command Descriptions</H2>
11144 <H3>Add</H3>
11146 The Add command is used to add a new rule definition to your set of
11147 rules.
11148 The new rule will be added after the highlighted rule.
11150 <H3>Delete</H3>
11152 The Delete command deletes the currently highlighted rule.
11154 <H3>Change</H3>
11156 The Change command lets you edit the nickname, Pattern,
11157 and Action of the currently highlighted rule.
11159 <H3>Shuffle</H3>
11161 The Shuffle command allows you to change the order of the rules.
11162 You may move the currently highlighted rule up or down in the list.
11163 The order of the rules is important since the rules are tested for a
11164 match starting with the first rule and continuing until a match is found.
11165 You should place the rules with more specific Patterns near the beginning
11166 of the list, and those with more general Patterns near the end so that
11167 the more specific matches will happen when appropriate.
11169 <H3>Replicate</H3>
11171 The Replicate command is used to copy an existing rule definition and modify it.
11172 The new rule will be added after the highlighted rule.
11174 <H3>IncludeFile</H3>
11176 The IncludeFile command allows you to add a rules file to your configuration.
11177 Usually, your rules will be contained in your Alpine configuration file.
11178 If you wish, some or all of your rules may be stored in a separate file.
11179 If a rules file already exists (maybe it was made by somebody else using
11180 Alpine), you may insert it before the currently highlighted rule.
11181 You may also insert an empty file or a file that does not yet exist.
11182 Once you have an empty rules file in your configuration, you may use
11183 the Shuffle command to move rules into it.
11184 In fact, that's the only way to get the initial rule into the file.
11186 <H3>eXcludeFile</H3>
11188 The eXcludeFile command removes a rules file from your rules configuration.
11189 A limitation of the program is that in order to exclude a rules file
11190 that file must have at least one rule
11191 in it, otherwise you won't be able to highlight a line in the file.
11192 So you may have to add a dummy rule to the file in order to exclude the file.
11193 <P><UL>
11194 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11195 </UL>
11197 &lt;End of help on this topic&gt;
11198 </BODY>
11199 </HTML>
11200 ===== h_rules_srch =====
11201 <HTML>
11202 <HEAD>
11203 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
11204 </HEAD>
11205 <BODY>
11206 <H1>SETUP SEARCH RULES SCREEN</H1>
11207 <H2>SETUP SEARCH RULES COMMANDS</H2>
11208 <!--chtml if pinemode="function_key"-->
11209 <PRE>
11210 Available  Commands -- Group 1         Available Commands -- Group 2   
11211 -------------------------------        ------------------------------  
11212 F1  Show Help Text                      F1  Show Help Text             
11213 F2  See commands in next group          F2  See commands in next group
11214 F3  Back to MAIN Alpine menu
11215 F4  Change configuration for rule
11216 F5  Move to previous rule               F5  Include file in rule config
11217 F6  Move to next rule                   F6  Exclude file from config
11218 F7  Previous page of rules
11219 F8  Next page of rules
11220 F9  Add new rule                        F9  Replicate existing rule
11221 F10 Delete existing rule
11222 F11 Shuffle the order of rules
11223 F12 Whereis (search rule nicknames)
11224 </PRE>
11225 <!--chtml else-->
11226 <PRE>
11227 Navigation                     General Alpine Commands
11228 -------------------------      -----------------------
11229  P  Prev rule                     ?  Display this help text
11230  N  Next rule                     E  Back to MAIN Alpine menu
11231  -  Previous page
11232 Spc (space bar) Next page
11233  W  WhereIs (search for word in rule nicknames)
11235 Setup Search Rules Commands
11236 ------------------------------------------------
11237  A  Add new rule                  $  Shuffle the order of rules
11238  D  Delete existing rule          C  Change configuration for highlighted rule
11239  R  Replicate existing rule
11240  I  Include file in rule config   X  Exclude file from rule config
11241 </PRE>
11242 <!--chtml endif-->
11244 <H2>Description of the Setup Search Rules Screen</H2>
11246 One of the commands that becomes available when that feature is turned on
11247 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
11248 screen to select a set of messages.
11249 One way of selecting messages is to use a Rule.
11250 All of the messages that match (or don't match if you wish)
11251 a Rule's Pattern will be selected.
11253 Any of your Rules may be used for this purpose.
11254 You might already have Rules set up for filtering, index line color, scores, or roles;
11255 and you may use any of those Rules with the Select command.
11256 However, you might find it more convenient to set up a separate set of Rules
11257 just for this purpose without having to worry about what other effects
11258 they may cause.
11259 That is the purpose of these Select Rules.
11262 Each rule has a &quot;Pattern&quot;
11263 that is used to decide which messages are selected when you use it with
11264 the Select command.
11266 <H2>Patterns</H2>
11268 In order to determine whether or not a message should be selected
11269 the message is compared with the rule's Pattern.
11270 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11271 Scoring, Other Rules, and Search Rules, so are described in only one place,
11272 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11274 <H2>Command Descriptions</H2>
11276 <H3>Add</H3>
11278 The Add command is used to add a new rule definition to your set of
11279 rules.
11280 The new rule will be added after the highlighted rule.
11282 <H3>Delete</H3>
11284 The Delete command deletes the currently highlighted rule.
11286 <H3>Change</H3>
11288 The Change command lets you edit the nickname and Pattern
11289 of the currently highlighted rule.
11291 <H3>Shuffle</H3>
11293 The Shuffle command allows you to change the order of the rules.
11294 This affects only the order they are presented in when you use the
11295 ^T subcommand of the Select by Rule command.
11296 You may move the currently highlighted rule up or down in the list.
11298 <H3>Replicate</H3>
11300 The Replicate command is used to copy an existing rule definition and modify it.
11301 The new rule will be added after the highlighted rule.
11303 <H3>IncludeFile</H3>
11305 The IncludeFile command allows you to add a rules file to your configuration.
11306 Usually, your rules will be contained in your Alpine configuration file.
11307 If you wish, some or all of your rules may be stored in a separate file.
11308 If a rules file already exists (maybe it was made by somebody else using
11309 Alpine), you may insert it before the currently highlighted rule.
11310 You may also insert an empty file or a file that does not yet exist.
11311 Once you have an empty rules file in your configuration, you may use
11312 the Shuffle command to move rules into it.
11313 In fact, that's the only way to get the initial rule into the file.
11315 <H3>eXcludeFile</H3>
11317 The eXcludeFile command removes a rules file from your rules configuration.
11318 A limitation of the program is that in order to exclude a rules file
11319 that file must have at least one rule
11320 in it, otherwise you won't be able to highlight a line in the file.
11321 So you may have to add a dummy rule to the file in order to exclude the file.
11322 <P><UL>
11323 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11324 </UL>
11326 &lt;End of help on this topic&gt;
11327 </BODY>
11328 </HTML>
11329 ===== h_rules_incols =====
11330 <HTML>
11331 <HEAD>
11332 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
11333 </HEAD>
11334 <BODY>
11335 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
11336 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
11337 <!--chtml if pinemode="function_key"-->
11338 <PRE>
11339 Available  Commands -- Group 1         Available Commands -- Group 2   
11340 -------------------------------        ------------------------------  
11341 F1  Show Help Text                      F1  Show Help Text             
11342 F2  See commands in next group          F2  See commands in next group
11343 F3  Back to MAIN Alpine menu
11344 F4  Change configuration for rule
11345 F5  Move to previous rule               F5  Include file in rule config
11346 F6  Move to next rule                   F6  Exclude file from config
11347 F7  Previous page of rules
11348 F8  Next page of rules
11349 F9  Add new rule                        F9  Replicate existing rule
11350 F10 Delete existing rule
11351 F11 Shuffle the order of rules
11352 F12 Whereis (search rule nicknames)
11353 </PRE>
11354 <!--chtml else-->
11355 <PRE>
11356 Navigation                     General Alpine Commands
11357 -------------------------      -----------------------
11358  P  Prev rule                     ?  Display this help text
11359  N  Next rule                     E  Back to MAIN Alpine menu
11360  -  Previous page
11361 Spc (space bar) Next page
11362  W  WhereIs (search for word in rule nicknames)
11364 Setup Index Color Commands
11365 ------------------------------------------------
11366  A  Add new rule                  $  Shuffle the order of rules
11367  D  Delete existing rule          C  Change configuration for highlighted rule
11368  R  Replicate existing rule
11369  I  Include file in rule config   X  Exclude file from rule config
11370 </PRE>
11371 <!--chtml endif-->
11373 <H2>Description of the Setup Index Line Colors Screen</H2>
11375 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
11376 This action is only available if your terminal is capable of displaying
11377 color and color display has been enabled with the
11378 <A HREF="h_config_color_style">Color Style</A> option within the
11379 Setup Color screen.
11380 (In PC-Alpine, color is always enabled so there is no option to turn on.)
11381 This screen lets you add, delete, modify, or change the order of the rules
11382 that cause the lines in the MESSAGE INDEX to be displayed in different
11383 colors.
11385 Each rule has a &quot;Pattern&quot;,
11386 which is used to decide which of the rules is used; and the color that
11387 is used if the Pattern matches a particular message.
11389 <H2>Index Color Patterns</H2>
11391 In order to determine whether or not a message matches an Index Color Rule
11392 the message is compared with the rule's Pattern.
11393 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11394 Scoring, Other Rules, and Search Rules, so are described in only one place,
11395 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11398 If none of the Index Color rules is a match for a particular index line,
11399 then the color used is set using
11400 the <A HREF="h_color_setup">Setup Kolor</A> screen.
11402 <H2>Index Line Color</H2>
11404 This is the color that index lines are colored when there is a matching
11405 Pattern.
11406 This colors the whole index line, except possibly the status letters,
11407 which may be colored separately using
11408 the <A HREF="h_color_setup">Setup Kolor</A> screen.
11410 <H2>Command Descriptions</H2>
11412 <H3>Add</H3>
11414 The Add command is used to add a new rule definition to your set of
11415 rules.
11416 The new rule will be added after the highlighted rule.
11418 <H3>Delete</H3>
11420 The Delete command deletes the currently highlighted rule.
11422 <H3>Change</H3>
11424 The Change command lets you edit the nickname, Pattern,
11425 and Index Line Color of the currently highlighted rule.
11427 <H3>Shuffle</H3>
11429 The Shuffle command allows you to change the order of the rules.
11430 You may move the currently highlighted rule up or down in the list.
11431 The order of the rules is important since the rules are tested for a
11432 match starting with the first rule and continuing until a match is found.
11433 You should place the rules with more specific Patterns near the beginning
11434 of the list, and those with more general Patterns near the end so that
11435 the more specific matches will happen when appropriate.
11437 <H3>Replicate</H3>
11439 The Replicate command is used to copy an existing rule definition and modify it.
11440 The new rule will be added after the highlighted rule.
11442 <H3>IncludeFile</H3>
11444 The IncludeFile command allows you to add a rules file to your configuration.
11445 Usually, your rules will be contained in your Alpine configuration file.
11446 If you wish, some or all of your rules may be stored in a separate file.
11447 If a rules file already exists (maybe it was made by somebody else using
11448 Alpine), you may insert it before the currently highlighted rule.
11449 You may also insert an empty file or a file that does not yet exist.
11450 Once you have an empty rules file in your configuration, you may use
11451 the Shuffle command to move rules into it.
11452 In fact, that's the only way to get the initial rule into the file.
11454 <H3>eXcludeFile</H3>
11456 The eXcludeFile command removes a rules file from your rules configuration.
11457 A limitation of the program is that in order to exclude a rules file
11458 that file must have at least one rule
11459 in it, otherwise you won't be able to highlight a line in the file.
11460 So you may have to add a dummy rule to the file in order to exclude the file.
11461 <P><UL>
11462 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11463 </UL>
11465 &lt;End of help on this topic&gt;
11466 </BODY>
11467 </HTML>
11468 ===== h_rules_filter =====
11469 <HTML>
11470 <HEAD>
11471 <TITLE>SETUP FILTERING SCREEN</TITLE>
11472 </HEAD>
11473 <BODY>
11474 <H1>SETUP FILTERING SCREEN</H1>
11475 <H2>SETUP FILTERING COMMANDS</H2>
11476 <!--chtml if pinemode="function_key"-->
11477 <PRE>
11478 Available  Commands -- Group 1         Available Commands -- Group 2   
11479 -------------------------------        ------------------------------  
11480 F1  Show Help Text                      F1  Show Help Text             
11481 F2  See commands in next group          F2  See commands in next group
11482 F3  Back to MAIN Alpine menu
11483 F4  Change configuration for filter
11484 F5  Move to previous filter             F5  Include file in filter config
11485 F6  Move to next filter                 F6  Exclude file from config
11486 F7  Previous page of filters
11487 F8  Next page of filters
11488 F9  Add new filter                      F9  Replicate existing filter
11489 F10 Delete existing filter
11490 F11 Shuffle the order of filters
11491 F12 Whereis (search filter nicknames)
11492 </PRE>
11493 <!--chtml else-->
11494 <PRE>
11495 Navigation                     General Alpine Commands
11496 -------------------------      -----------------------
11497  P  Prev Filter                   ?  Display this help text
11498  N  Next Filter                   E  Back to MAIN Alpine menu
11499  -  Previous page
11500 Spc (space bar) Next page
11501  W  WhereIs (search for word in filter nicknames)
11503 Setup Filters Commands
11504 ------------------------------------------------
11505  A  Add new filter                $  Shuffle the order of filters
11506  D  Delete existing filter        C  Change configuration for highlighted filter
11507  R  Replicate existing filter
11508  I  Include file in filter config X  Exclude file from filter config
11509 </PRE>
11510 <!--chtml endif-->
11512 <H2>Description of the Setup Filtering Screen</H2>
11514 This screen lets you add, delete, modify, or change the order of the rules
11515 that determine the filtering Alpine does on folders you view.
11517 The software that actually delivers mail (the stuff that happens
11518 before Alpine is involved) for you is in a better position to do mail filtering
11519 than Alpine itself.
11520 If possible, you may want to look into using that sort of mail filtering to
11521 deliver mail to different folders, delete it, or forward it.
11522 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
11524 Filtering is a way to automatically move certain messages from one folder
11525 to another or to delete messages.
11526 It can also be used to set message status (Important, Deleted, New,
11527 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
11528 Alpine doesn't have the ability to forward mail to another address or
11529 to deliver vacation messages.
11531 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
11532 When a folder is opened, when new mail arrives in an open folder, or
11533 when mail is Expunged from a folder; each
11534 message is compared with the Patterns of your filtering rules.
11535 The comparisons start with the first rule and keep going until there
11536 is a match.
11537 If a match is found, the message may be deleted or moved, depending on
11538 the setting of the Filter Action.
11539 If the message is not deleted, it may have its status altered.
11542 <EM>NOTE:</EM>
11543 When setting up a Pattern used to delete messages,
11544 it is recommended that you test the Pattern first with a &quot;Move&quot;
11545 folder specified in
11546 case unintended matches occur.  Messages that are deleted will be removed 
11547 from the folder and <EM>unrecoverable</EM> from within Alpine after the
11548 next Expunge command or once the folder being filtered has been closed.
11550 <H2>Filter Patterns</H2>
11552 In order to determine whether or not a message matches a filter the message is
11553 compared with the Filter's Pattern.
11554 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11555 Scoring, Other Rules, and Search Rules, so are described in only one place,
11556 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11558 Since filtering is a potentially destructive action, if you have a filtering
11559 Pattern with nothing other than Current Folder Type set, that filtering
11560 rule is ignored.
11562 <H2>Filter Actions</H2>
11564 Once a filter match is found for a particular message, there are some actions
11565 that may be taken.
11566 First, the message may have its status changed.
11567 This is the same message status that you can manipulate manually using the
11568 <a href="h_common_flag">Flag Command</a>.
11569 There are always four elements of message status that you can control.
11570 You can set or clear the Important status, the New status, the Deleted
11571 status, and the Answered status.
11572 Of course, if the filter is going to delete the message,
11573 then there is no point in setting message status.
11574 You may also be able to set user-defined keywords for a message.
11575 Read a little about keywords in the help text for the
11576 <A HREF="h_common_flag">Flag</A> command.
11578 Second, the filter may delete or move the message.
11579 Deleting the message marks it Deleted and removes it from view.
11580 It is effectively gone forever (though it technically is still there until
11581 the next expunge command, which may happen implicitly).
11582 Moving the message moves it from the open folder into the folder
11583 listed on the &quot;Folder List&quot; line of the filter configuration.
11584 If you list more than one folder name (separated by commas) then the message
11585 will be copied to each of those folders.
11586 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
11587 message is removed from the current folder.
11588 If you just want to set the messages status without deleting it from
11589 the folder, then set the filter action to
11590 &quot;Just Set Message Status&quot;.
11592 (There is no way to do a Copy instead of a Move, due to the difficulties
11593 involved in keeping track of whether or not a message has
11594 already been copied.)
11596 <H2>Command Descriptions</H2>
11598 <H3>Add</H3>
11600 The Add command is used to add a new filter definition to your set of
11601 filters.
11602 The new filter will be added after the highlighted filter.
11604 <H3>Delete</H3>
11606 The Delete command deletes the currently highlighted filter.
11608 <H3>Change</H3>
11610 The Change command lets you edit the nickname, Pattern,
11611 and Folder of the currently highlighted filter.
11613 <H3>Shuffle</H3>
11615 The Shuffle command allows you to change the order of the filters.
11616 You may move the currently highlighted filter up or down in the list.
11617 The order of the filters is important since the filters are tested for a
11618 match starting with the first filter and continuing until a match is found.
11619 You should place the filters with more specific Patterns near the beginning
11620 of the list, and those with more general Patterns near the end so that
11621 the more specific matches will happen when appropriate.
11623 <H3>Replicate</H3>
11625 The Replicate command is used to copy an existing filter and modify it.
11626 The new filter will be added after the highlighted filter.
11628 <H3>IncludeFile</H3>
11630 The IncludeFile command allows you to add a filters file to your configuration.
11631 Usually, your filters will be contained in your Alpine configuration file.
11632 If you wish, some or all of your filters may be stored in a separate file.
11633 If a filters file already exists (maybe it was made by somebody else using
11634 Alpine), you may insert it before the currently highlighted filter.
11635 You may also insert an empty file or a file that does not yet exist.
11636 Once you have an empty filters file in your configuration, you may use
11637 the Shuffle command to move filters into it.
11638 In fact, that's the only way to get the initial filter into the file.
11640 <H3>eXcludeFile</H3>
11642 The eXcludeFile command removes a filters file from your filters configuration.
11643 A limitation of the program is that in order to exclude a filters file
11644 that file must have at least one filter
11645 in it, otherwise you won't be able to highlight a line in the file.
11646 So you may have to add a dummy filter to the file in order to exclude the file.
11647 <P><UL>
11648 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11649 </UL>
11651 <H3>Performance Considerations</H3>
11652 The number and type of patterns being tested can 
11653 adversely effect performance.  Issues to be aware
11654 of include:
11656 <UL>
11657   <LI> The more filters you have defined the longer it will take to run down
11658 the list.  Deleting unused filters is a good idea.
11659   <LI> Filtering in newsgroups served by an NNTP server will be slow
11660 if your patterns include tests other than &quot;From:&quot;
11661 or &quot;Subject:&quot;.
11662 </UL>
11664 &lt;End of help on this topic&gt;
11665 </BODY>
11666 </HTML>
11667 ===== h_rules_score =====
11668 <HTML>
11669 <HEAD>
11670 <TITLE>SETUP SCORING SCREEN</TITLE>
11671 </HEAD>
11672 <BODY>
11673 <H1>SETUP SCORING SCREEN</H1>
11674 <H2>SETUP SCORING COMMANDS</H2>
11675 <!--chtml if pinemode="function_key"-->
11676 <PRE>
11677 Available  Commands -- Group 1         Available Commands -- Group 2   
11678 -------------------------------        ------------------------------  
11679 F1  Show Help Text                      F1  Show Help Text             
11680 F2  See commands in next group          F2  See commands in next group
11681 F3  Back to MAIN Alpine menu
11682 F4  Change configuration for rule
11683 F5  Move to previous rule               F5  Include file in rule config
11684 F6  Move to next rule                   F6  Exclude file from config
11685 F7  Previous page of rules
11686 F8  Next page of rules
11687 F9  Add new rule                        F9  Replicate existing rule
11688 F10 Delete existing rule
11689 F11 Shuffle the order of rules
11690 F12 Whereis (search rule nicknames)
11691 </PRE>
11692 <!--chtml else-->
11693 <PRE>
11694 Navigation                     General Alpine Commands
11695 -------------------------      -----------------------
11696  P  Prev rule                     ?  Display this help text
11697  N  Next rule                     E  Back to MAIN Alpine menu
11698  -  Previous page
11699 Spc (space bar) Next page
11700  W  WhereIs (search for word in rule nicknames)
11702 Setup Scoring Commands
11703 ------------------------------------------------
11704  A  Add new rule                  $  Shuffle the order of rules
11705  D  Delete existing rule          C  Change configuration for highlighted rule
11706  R  Replicate existing rule
11707  I  Include file in rule config   X  Exclude file from rule config
11708 </PRE>
11709 <!--chtml endif-->
11711 <H2>Description of the Setup Scoring Screen</H2>
11713 Most people will not use scores at all, but if you do use them, here's how
11714 they work in Alpine.
11715 Using this screen, you may define Scoring rules.
11716 The score for a message is calculated by looking at every Score rule defined
11717 and adding up the Score Values for the ones that match the message.
11718 If there are no matches for a message, it has a score of zero.
11719 Message scores may be used a couple of ways in Alpine.
11721 <H3>Sorting by Score</H3>
11723 One of the methods you may use to sort message indexes is to sort by
11724 score.
11725 The scores of all the messages in a folder will be calculated and then
11726 the index will be ordered by placing the messages in order of ascending or
11727 descending score.
11729 <H3>Scores for use in Patterns</H3>
11731 The Patterns used for Roles, Index Line Coloring, and Filtering have a
11732 category labeled &quot;Score Interval&quot;.
11733 When a message is being compared with a Pattern to check for a match, if
11734 the Score Interval is set only messages that have a score somewhere in
11735 the interval are a match.
11737 <H2>Scoring Rule Patterns</H2>
11739 In order to determine whether or not a message matches a scoring rule
11740 the message is compared with the rule's Pattern.
11741 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11742 Scoring, Other Rules, and Search Rules, so are described in only one place,
11743 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11746 Actually, Scoring rule Patterns are slightly different from the other types of
11747 Patterns because Scoring rule Patterns don't contain a Score Interval.
11748 In other words, when calculating the score for a message, which is done
11749 by looking at the Scoring rule Patterns, scores aren't used.
11751 <H2>Score Value</H2>
11753 This is the value that will be added to the score for a message if the
11754 rule's Pattern is a match.
11755 Each individual Score Value is an integer between -100 and 100, and the
11756 values from matching rules are added together to get a message's score.
11757 There is also a way to extract the value from a particular header of each
11758 message. See the help text for Score Value for further information.
11760 <H2>Command Descriptions</H2>
11762 <H3>Add</H3>
11764 The Add command is used to add a new scoring rule definition.
11765 The new rule will be added after the highlighted rule.
11767 <H3>Delete</H3>
11769 The Delete command deletes the currently highlighted scoring rule.
11771 <H3>Change</H3>
11773 The Change command lets you edit the nickname, Pattern,
11774 and Score Value of the currently highlighted scoring rule.
11776 <H3>Shuffle</H3>
11778 The Shuffle command allows you to change the order of the scoring rules.
11779 You may move the currently highlighted rule up or down in the list.
11780 The order of the rules is important since the rules are tested for a
11781 match starting with the first rule and continuing until a match is found.
11782 You should place the rules with more specific Patterns near the beginning
11783 of the list, and those with more general Patterns near the end so that
11784 the more specific matches will happen when appropriate.
11786 <H3>Replicate</H3>
11788 The Replicate command is used to copy an existing rule and modify it.
11789 The new rule will be added after the highlighted rule.
11791 <H3>IncludeFile</H3>
11793 The IncludeFile command allows you to add a rules file to your configuration.
11794 Usually, your rules will be contained in your Alpine configuration file.
11795 If you wish, some or all of your rules may be stored in a separate file.
11796 If a rules file already exists (maybe it was made by somebody else using
11797 Alpine), you may insert it before the currently highlighted rule.
11798 You may also insert an empty file or a file that does not yet exist.
11799 Once you have an empty rules file in your configuration, you may use
11800 the Shuffle command to move rules into it.
11801 In fact, that's the only way to get the initial rule into the file.
11803 <H3>eXcludeFile</H3>
11805 The eXcludeFile command removes a rules file from your rules configuration.
11806 A limitation of the program is that in order to exclude a rules file
11807 that file must have at least one rule
11808 in it, otherwise you won't be able to highlight a line in the file.
11809 So you may have to add a dummy rule to the file in order to exclude the file.
11810 <P><UL>
11811 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11812 </UL>
11814 &lt;End of help on this topic&gt;
11815 </BODY>
11816 </HTML>
11817 ===== h_direct_config =====
11818 <HTML>
11819 <HEAD>
11820 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
11821 </HEAD>
11822 <BODY>
11823 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
11824 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
11825 <!--chtml if pinemode="function_key"-->
11826 <PRE>
11827 Available  Commands                        
11828 -------------------------------            
11829 F1  Show Help Text                         
11830 F3  Back to MAIN Alpine menu                 
11831 F4  Change configuration for directory server  
11832 F5  Move to previous directory server          
11833 F6  Move to next directory server              
11834 F7  Previous page of directory servers         
11835 F8  Next page of directory servers
11836 F9  Add new directory server
11837 F10 Delete existing directory server
11838 F11 Shuffle the order of directory servers
11839 F12 Whereis (search directory server titles)   
11840 </PRE>
11841 <!--chtml else-->
11842 <PRE>
11843 Navigation                     General Alpine Commands
11844 -------------------------      -----------------------
11845  P  Prev Directory Server         ?  Display this help text
11846  N  Next Directory Server         E  Back to MAIN Alpine menu
11847  -  Previous page
11848 Spc (space bar) Next page
11849  W  WhereIs (search for word in directory server titles)
11851 Setup LDAP Directory Server Commands
11852 ------------------------------------------------
11853  A  Add new directory server      $  Shuffle the order of directory servers
11854  D  Delete existing dir server    C  Change configuration for highlighted server
11855 </PRE>
11856 <!--chtml endif-->
11858 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
11860 This screen lets you add, delete, modify, or change the order of your
11861 directory servers. You may also set some optional behavior for each server.
11862 The &quot;Add Dir&quot; command brings up a blank form to 
11863 fill in. You will have to supply at least the name of the LDAP server.
11864 You will often have to supply a search base to be used with that server,
11865 as well. Once the form has been brought up on your screen, there is help
11866 available for each of the options you may set.
11868 The &quot;Del Dir&quot; command allows you to remove a directory server
11869 from your configuration.
11871 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
11872 The difference is that instead of bringing up a form for a new server
11873 configuration, you are changing the configuration of an existing entry.
11874 For example, you might want to correct a typing error, change a
11875 nickname, or change one of the options set for that server.
11877 The &quot;Shuffle&quot; command is used to change the order of directory
11878 servers.
11879 <P><UL>
11880 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11881 </UL>
11883 &lt;End of help on this topic&gt;
11884 </BODY>
11885 </HTML>
11886 ============= h_address_display ========================
11887 <HTML>
11888 <HEAD>
11889 <TITLE>SEARCH RESULTS INDEX</TITLE>
11890 </HEAD>
11891 <BODY>
11892 <H1>SEARCH RESULTS INDEX</H1>
11893 This screen shows the results, if any, of your Directory Server search.  
11894 Commands (besides those for screen navigation) are:
11895 <DL>
11896 <DT>View
11897 <!--chtml if pinemode="function_key"-->
11898 (F4)
11899 <!--chtml else-->
11901 <!--chtml endif-->
11902 </DT>
11903 <DD>See the full information for the selected entry.
11905 <DT>Compose
11906 <!--chtml if pinemode="function_key"-->
11907 (F9)
11908 <!--chtml else-->
11910 <!--chtml endif--></DT>
11911 <DD>Compose a message with the selected entry as the recipient.
11913 <DT>Role
11914 <!--chtml if pinemode="function_key"-->
11915 (F2)
11916 <!--chtml else-->
11918 <!--chtml endif--></DT>
11919 <DD>Compose a message with the selected entry as the recipient. This differs
11920 from Compose in that you may select a role before beginning your composition.
11922 <DT>Forward
11923 <!--chtml if pinemode="function_key"-->
11924 (F10)
11925 <!--chtml else-->
11927 <!--chtml endif--></DT>
11928 <DD>Send the full information for the selected entry as an 
11929 email message to someone else.
11931 <DT>Save
11932 <!--chtml if pinemode="function_key"-->
11933 (F11)
11934 <!--chtml else-->
11936 <!--chtml endif-->
11937 </DT>
11938 <DD>Save to your address book:
11939 <UL>
11940 <LI>the result of the search (as just found through your query) for the 
11941 selected entry; or 
11942 <LI>the selected entry for repeated Directory Server searching when used 
11943 in the future.
11944 </UL>
11945 or<BR>
11946 Export to a file (external to Alpine):
11947 <UL>
11948 <LI>the full information for the selected entry; or
11949 <LI>the email address from the selected entry; or
11950 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
11951 </UL>
11952 <DT>WhereIs
11953 <!--chtml if pinemode="function_key"-->
11954 (F12)
11955 <!--chtml else-->
11957 <!--chtml endif-->
11958 </DT>
11959 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
11960 displayed text, not the full records for each entry.)  
11961 </DL>
11962 &lt;End of help on this topic&gt;
11963 </BODY>
11964 </HTML>
11965 ============= h_address_select ========================
11966 <HTML>
11967 <HEAD>
11968 <TITLE>SEARCH RESULTS INDEX</TITLE>
11969 </HEAD>
11970 <BODY>
11971 <H1>SEARCH RESULTS INDEX</H1>
11972 This screen shows the results, if any, of your Directory Server search.  
11973 Commands (besides those for screen navigation) are:
11974 <DL>
11975 <DT>Select
11976 </DT>
11977 <DD>Select this entry for use.
11979 <DT>ExitSelect
11980 <DD>Exit without selecting any of the entries.
11982 <DT>WhereIs
11983 </DT>
11984 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
11985 displayed text, not the full records for each entry.)  
11986 </DL>
11987 &lt;End of help on this topic&gt;
11988 </BODY>
11989 </HTML>
11990 ===== h_folder_maint =====
11991 <HTML>
11992 <HEAD>
11993 <TITLE>Help for Folder List</TITLE>
11994 </HEAD>
11995 <BODY>
11996 <H1>FOLDER LIST COMMANDS</H1>
11997 <!--chtml if pinemode="function_key"-->
11998 <PRE>
11999 Available Commands -- Group 1        Available Commands -- Group 2
12000 -------------------------------      ------------------------------
12001 F1  Show Help Text                    F1  Show Help Text               
12002 F2  See commands in next group        F2  See commands in next group  
12003 F3  MAIN MENU Screen                  F3  Quit Alpine                    
12004 F4  Select folder and view it         F4  MAIN MENU Screen
12005 F5  Move to previous folder
12006 F6  Move to next folder               F6  Specify a folder to go to
12007 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
12008 F8  Show next screen of listing       F8  Compose a message
12009 F9  Add a new folder                  F9  Print folder listing
12010 F10 Delete selected folder
12011 F11 Rename selected folder
12012 F12 Whereis (search folder names)
12014 Available Commands -- Group 3
12015 F1  Show Help Text
12016 F2  See commands in next group
12017 F5  Go to next new message
12018     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
12019 F8  Compose a message using roles
12020 F9  Export folder to a file
12021 F10 Import the file back to a folder
12022 </PRE>
12023 <!--chtml else-->
12024 <PRE>
12025 Navigating the Folder Screen            Operations on the Selected Folder
12026 ----------------------------            ---------------------------------
12027  P   Move to previous folder              V  View Index of selected folder
12028  N   Move to next folder                  D  Delete
12029  -   Show previous page of listing        R  Rename
12030 Spc  (space bar) Show next page           E  Export to file
12031                                           U  Import from file to folder
12033 FOLDER LIST Screen Commands              General Alpine Command
12034 ---------------------------              -----------------------
12035  A  Add a folder                          O  Show all other available commands
12036  G  Specify a folder to go to             ?  Show Help text
12037  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
12038  W  Whereis (search folder names)         Q  Quit Alpine
12039  %  Print folder listing                  C  Compose a message
12040                                           #  Compose a message using roles
12041 </PRE>
12042 <!--chtml endif-->
12044 These commands are only available in the FOLDER LIST screen when the 
12045 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
12046 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
12047 <DT>Select:</DT>
12048 <DD>Select folders by certain criteria:<UL>
12049 <LI>All: of limited use, since there is no Apply command.
12050 <LI>by Property: <UL>
12051         <LI>folder contains messages not yet seen 
12052         <LI>folder contains new messages
12053         <LI>folder contains exactly as many, more, or fewer messages 
12054 than a given number
12055         </UL>
12056 <LI>by Text: <UL>
12057         <LI>contained in name of folder (Name Select)
12058         <LI>contained in messages in folder (Content Select)
12059         </UL>
12060 </UL></DD>
12062 <DT>Select current:</DT>
12063 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
12064 add one or more folders to a set created with the Select command described 
12065 above.)</DD>
12066 <DT>Zoom mode:</DT>
12067 <DD>Toggles display of only selected folders or all folders on and off.</DD>
12068 </DL>
12070 If the feature
12071 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
12072 is set then the TAB key will display the number of recent messages and
12073 the total number of messages in the highlighted folder.
12075 The &quot;Export&quot; command causes the lowest common denominator style
12076 mailbox to be written to a file.
12077 If the file already exists, you are asked if you want to delete it.
12078 If you say No, then the operation is aborted.
12079 Export might be a reasonable way to store a backup or an archival copy of
12080 a folder.
12081 The exported-to file is a local file on the system where you are running Alpine.
12082 The &quot;Import&quot; command is the opposite of the Export command.
12083 It reads a file created by Export and asks where it should save it in your
12084 folders.
12085 This could be a new folder or an existing folder.
12086 If the folder already exists, the messages from the exported file will be
12087 appended to the folder.
12089 <CENTER>Description of the FOLDER LIST Screen</CENTER>
12091 The purpose of the FOLDER LIST screen is to help you browse and manage
12092 the folders and directories (also known as &quot;hierarchy&quot;)
12093 contained within a collection.
12096 Folders and directories are arranged alphabetically across lines of
12097 the screen.  Directories, if present, are denoted by a special
12098 character at the end of the name known as the hierarchy delimiter
12099 (typically, &quot;/&quot;).  By default, folders and directories are
12100 mixed together.  The
12101 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
12102 configuration option can be used to group directories toward the 
12103 beginning or end of the list.
12106 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
12107 commands change the &quot;selected&quot; (i.e., highlighted) folder or
12108 directory, and the View Fldr/Dir commands will &quot;open&quot; the
12109 selected item.  Folder and directory management is provided via the
12110 Rename, Delete and Add commands.
12112 <P><CENTER>About Folders</CENTER>
12113 What are Folders?<P>
12115 Folders are simply files where messages are kept.  Every message has to be
12116 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
12117 folder for sent mail and a folder for saved messages.<P>
12119 You may create as many other folders as you wish.  They must be given
12120 names that can be filenames on the filesystem.  
12123 You can move messages from one folder to another by opening the original
12124 folder and saving messages into the other folder just as you can save
12125 message from your INBOX to any other folder.<P>
12127 Folders are typically just files in the filesystem.  However, the files
12128 that are
12129 folders have some special formatting in them (so that Alpine knows where one
12130 message ends and another begins) and should <EM>not</EM> be edited outside of
12131 Alpine.  If you want copies of your messages in text files that you can edit
12132 or otherwise manipulate, use the Export command to copy them from Alpine into
12133 your regular file area.
12136 FOR MORE INFORMATION: See the section on
12137 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12139 <CENTER>About Directories</CENTER>
12141 A directory is simply a container used to group folders within a
12142 folder list.  You can create as many directories as you like.  And 
12143 directories can even contain directories themselves.
12146 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
12147 to note that not all IMAP servers support directories.  If you find that
12148 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
12149 then it's likely that directories are not supported by the server serving
12150 in that collection.
12153 Similarly, servers that do provide for directories may not do so in
12154 the same way.  On some servers, for example, each folder name you
12155 create is at the same time capable of being a directory.  When this
12156 happens, Alpine will display both the folder name and the name of the
12157 directory (with trailing hierarchy delimiter) in the folder list.
12160 Another issue with IMAP access, though with a much smaller set of servers,
12161 is that not all servers accept the request to list out the available
12162 folders and directories in the same way.  If you find yourself having
12163 trouble viewing folders on your server, you might investigate the
12164 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
12165 feature.
12167 <UL>
12168 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12169 </UL>
12171 &lt;End of help on this topic&gt;
12172 </BODY>
12173 </HTML>
12174 ========= h_valid_folder_names ========
12175 <HTML>
12176 <HEAD>
12177 <TITLE>Explanation of Valid Folder Names</TITLE>
12178 </HEAD>
12179 <BODY>
12180 <H1>Folder Name Syntax Explained</H1>
12182 Once your folder collections are defined, you can usually refer to
12183 folders by their simple (unqualified) name, or pick from a FOLDER LIST
12184 display.  However, understanding the complete syntax for folder names,
12185 both local and remote, is handy when using the Goto command and when
12186 you are adding new folder collections via the Setups/collectionList screen.
12188 An Alpine folder name looks like
12191 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
12194 The square brackets ([]) mean that the part is optional.
12197 If there is no remote-specification, then the folder name is interpreted
12198 locally on the computer running Alpine.
12199 Local folder names depend on the operating system used by the computer 
12200 running Alpine, as well as the configuration of that system.  For example,
12201 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
12202 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
12203 system running Unix.
12206 Alpine users have the option of using folders that are stored on some other
12207 computer.  Alpine accesses remote folders via IMAP (the Internet Message
12208 Access Protocol), or in the case of news, via NNTP (the Network News
12209 Transport Protocol).  To be able to access remote folders in Alpine, the
12210 remote host must be running the appropriate server software (imapd or
12211 nntpd) and you must correctly specify the name of the folder to Alpine,
12212 including the domain name of the remote machine. For example,
12214 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
12216 could be a remote folder specification, and so could
12218 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
12221 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
12223 Note that in the case of remote folders, the directory/file path in the specification is 
12224 determined by the operating system of the remote computer, <B>not</B> by
12225 the operating system of the computer on which you are running Alpine.
12227 As you can tell, the name of the computer is in &#123;} brackets
12228 followed immediately by the name of the folder.  (In each of these cases the
12229 optional namespace is missing.)  If, as in these
12230 examples, there is no remote access protocol specified, then IMAP is
12231 assumed.  Check
12232 <A HREF="h_folder_server_syntax">here</A>
12233 for a more detailed look at what options can be placed between the brackets.
12234 If there are no brackets at all, then the folder name is interpreted locally
12235 on the computer on which you are running Alpine.
12238 To the right of the brackets when a server name is present, or at the
12239 start of the foldername if no server is present, the sharp sign,
12240 &quot;#&quot;, holds special meaning.  It indicates a folder name
12241 outside the area reserved for your personal folders.  In fact, it's
12242 used to indicate both the name of the folder, and a special phrase
12243 telling Alpine how to interpret the name that follows.
12246 So, for example, Alpine can be used to access a newsgroup that might be 
12247 available on your computer using:
12249 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
12251 The sharp sign indicates the folder name is outside your personal
12252 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
12253 interpret the remainder of the name as a newsgroup.
12256 Similarly, to access a newsgroup on your IMAP server, you might
12257 use something like:
12259 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
12262 There are a number of such special phrases (or &quot;namespaces&quot;)
12263 available.  For a more detailed explanation read about
12264 <A HREF="h_folder_name_namespaces">Namespaces</A>.
12267 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
12268 names.  The name INBOX refers to your &quot;principal incoming
12269 message folder&quot; and will be mapped to the actual file name used for your
12270 INBOX on any given host.  Therefore, a name like
12271 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
12272 store incoming mail for you on that particular host.
12275 &lt;End of help on this topic&gt;
12276 </BODY>
12277 </HTML>
12278 ======= h_folder_name_namespaces =======
12279 <HTML>
12280 <HEAD>
12281 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
12282 </HEAD>
12283 <BODY>
12284 <H1>Folder Name Namespaces Explained</H1>
12286 An Alpine folder name looks like
12289 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
12292 The local part of a folder name has an optional &quot;Namespace&quot; which
12293 tells Alpine how to interpret the rest of the name.
12295 <P> 
12296 By default the folder name is interpreted as defining a section of your personal
12297 folder area.  This area and how you specify it are defined by the
12298 server, if one is specified, or, typically, the home
12299 directory, if no server is defined.
12302 If a namespace is specified, it begins with the
12303 sharp, &quot;#&quot;, character followed by the name of the namespace
12304 and then the namespace's path-element-delimiter.  Aside from the
12305 path's format, namespaces can also imply access rights, content
12306 policy, audience, location, and, occasionally, access methods.
12309 Each server exports its own set (possibly of size one) of 
12310 namespaces.  Hence, it's likely communication with your server's
12311 administrator will be required for specific configurations.  Some of
12312 the more common namespaces, however, include:
12314 <DL>
12315 <DT>#news.</DT>
12316 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
12317 names are hierarchically defined with each level delimited by a period.
12319 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
12321 </DD>
12322 <DT>#public/</DT>
12323 <DD>This specifies a folder area that the server may export to the general
12324 public.
12325 </DD>
12326 <DT>#shared/</DT>
12327 <DD>This specifies a folder area that the server may export to groups
12328 of users.
12329 </DD>
12330 <DT>#ftp/</DT>
12331 <DD>This specifies a folder area that is the same as that it may have 
12332 exported via the &quot;File Transfer Protocol&quot;.
12333 </DD>
12334 <DT>#mh/</DT>
12335 <DD>This specifies the personal folder area associated with folders
12336 and directories that were created using the MH message handling system.
12337 </DD>
12338 <DT>#move/</DT>
12339 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
12341 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
12343 The #move namespace is followed by two folder names separated by a delimiter
12344 character.
12345 The delimiter character may be any character that does not appear in
12346 the MailDropFolder name.
12347 The meaning of #move is that mail will be copied from the MailDropFolder to
12348 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
12349 Periodic checks at frequency
12350 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
12351 time between checks set by
12352 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
12353 are made for new mail arriving in the MailDropFolder.
12354 An example that copies mail from a POP inbox to a local folder follows
12356 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
12358 To you it appears that mail is being delivered to the local folder when it
12359 is copied from the MailDropFolder, and you read mail from the local folder.
12361 Note that if the DestinationFolder does not exist then the messages are not
12362 copied from the MailDropFolder.
12363 A #move folder may only be used as an
12364 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
12365 an Inbox.
12366 When you are in the FOLDER LIST of Incoming Message Folders (after turning
12367 on the
12368 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
12369 option)
12370 the Add command has a subcommand &quot;Use Mail Drop&quot;
12371 which may be helpful for defining the folder in your Alpine configuration.
12372 The same is true when you edit the
12373 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
12374 option in Setup/Config.
12375 Each of these configuration methods will also create the DestinationFolder
12376 if it doesn't already exist.
12377 If you are having problems, make sure the DestinationFolder exists.
12378 You may find some more useful information about Mail Drops at
12379 <A HREF="h_maildrop">What is a Mail Drop?</A>.
12380 </DD>
12381 </DL>
12384 In addition, the server may support access to other user's folders,
12385 provided you have suitable permissions.  Common methods use a prefix
12386 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
12387 indicate the root of the other user's folder area.
12390 No, nothing's simple.
12393 &lt;End of help on this topic&gt;
12394 </BODY>
12395 </HTML>
12396 ============= h_whatis_vcard ========================
12397 <HTML>
12398 <HEAD>
12399 <TITLE>VCARD EXPLAINED</TITLE>
12400 </HEAD>
12401 <BODY>
12402 <H1>What is the vCard format?</H1>
12403 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
12404 information about and among people and organizations electronically.  
12405 More information about vCard can be found (as of May 1998) on the WWW site 
12406 of the Internet Mail Consortium at the URL:
12408 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
12410 &lt;End of help on this topic&gt;
12411 </BODY>
12412 </HTML>
12413 ===== h_folder_open =====
12414 <HTML>
12415 <HEAD>
12416 <TITLE>Explanation of Folder Selection</TITLE>
12417 </HEAD>
12418 <BODY>
12419 <BR>
12420 <BR>
12421 This screen is designed to allow you to quickly and easily survey your
12422 folders and select one to open.
12423 <!--chtml if pinemode="function_key"-->
12424 <PRE>
12425 Navigating the List of Folders             General Alpine Commands
12426 ------------------------------             -----------------------
12427  P   Move to previous folder               ?   Show this help text
12428  N   Move to next folder
12429  -   Show previous screen of folders
12430 Spc  (space bar) Show next screen
12431  W   WhereIs (search folder names)
12433 Folder Selection Commands
12434 -------------------------
12435  E   Exit the Folder Select menu (without selecting a folder)
12436  S   Select the currently highlighted folder
12437 </PRE>
12438 <!--chtml else-->
12439 <PRE>
12440 Navigating the List of Folders             General Alpine Commands
12441 ------------------------------             -----------------------
12442 F5   Move to previous folder               F1  Show this help text
12443 F6   Move to next folder
12444 F7   Show previous screen of folders
12445 F8   Show next screen of folders
12446 F12  WhereIs (search folder names)
12448 Folder Selection Commands
12449 -------------------------
12450 F3   Exit the Folder Select menu (without selecting a folder)
12451 F4   Select the currently highlighted folder
12452 </PRE>
12453 <!--chtml endif-->
12455 FOR MORE INFORMATION: See the section on
12456 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12458 &lt;End of help on this topic&gt;
12459 </BODY>
12460 </HTML>
12461 ===== h_folder_subscribe =====
12462 <HTML>
12463 <HEAD>
12464 <TITLE>Newsgroup Subscribe Screen explained</TITLE>
12465 </HEAD>
12466 <BODY>
12467 <H1>FOLDER SUBSCRIBE HELP</H1>
12469 This screen is designed to help you subscribe to newsgroups you are
12470 not currently subscribed to.  The screen display is a list of all
12471 available newsgroups (or possibly a partial list if you specified a
12472 partial name when entering the screen).  Groups you have already
12473 subscribed to have the letters &quot;SUB&quot; next to them.  You may
12474 select a single new group to subscribe to by moving the cursor to that
12475 group and pressing &quot;S&quot; or carriage return.  Alternatively,
12476 you may change into ListMode with the &quot;ListMode&quot; command.
12477 The display will change slightly so that each group has a checkbox in
12478 front of it.  Use the cursor and the Set/Unset command to place an
12479 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
12482 When you are finished marking groups, the &quot;Subscribe&quot;
12483 command will subscribe you to those groups you have marked.  Note, you
12484 may not unsubscribe to groups with this command.  Instead of the
12485 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
12486 UnSbscrbe command.
12489 <!--chtml if pinemode="function_key"-->
12490 <PRE>
12491 Navigating the List of Newsgroups          General Alpine Commands
12492 ---------------------------------          -----------------------
12493 F5   Move to previous group                F1   Show this help text
12494 F6   Move to next group
12495 F7   Show previous screen of groups
12496 F8   Show next screen of groups
12497 F12  WhereIs (search group names)
12498 F9   Use ListMode
12500 Group Selection Commands
12501 -------------------------
12502 F3  Exit the News Subscribe menu (without selecting any groups)
12503 F4  Subscribe to the currently highlighted newsgroup
12504 </PRE>
12505 <!--chtml else-->
12506 <PRE>
12507 Navigating the List of Newsgroups          General Alpine Commands
12508 ---------------------------------          -----------------------
12509  P   Move to previous group                ?   Show this help text
12510  N   Move to next group
12511  -   Show previous screen of groups
12512 Spc  (space bar) Show next screen
12513  W   WhereIs (search group names)
12514  L   Use ListMode
12516 Group Selection Commands
12517 -------------------------
12518  E   Exit the News Subscribe menu (without selecting any groups)
12519  S   Subscribe to the currently highlighted newsgroup
12520 </PRE>
12521 <!--chtml endif-->
12523 When in ListMode, there is an additional command for marking groups to
12524 subscribe to:
12526 <!--chtml if pinemode="function_key"-->
12527 <PRE>
12528 ListMode Commands
12529 -------------------------
12530 F9  Set or unset the highlighted group
12531 </PRE>
12532 <!--chtml else-->
12533 <PRE>
12534 ListMode Commands
12535 -------------------------
12536 X   Set or unset the highlighted group
12537 </PRE>
12538 <!--chtml endif-->
12540 &lt;End of help on this topic&gt;
12541 </BODY>
12542 </HTML>
12543 ===== h_folder_postnews =====
12544 <HTML>
12545 <HEAD>
12546 <TITLE>Newsgroup selecting for Posting explained</TITLE>
12547 </HEAD>
12548 <BODY>
12549 This screen is designed to allow you to quickly and easily survey
12550 the available newsgroups and select one to post news to.
12552 <!--chtml if pinemode="function_key"-->
12553 <PRE>
12554 Navigating the List of Newsgroups          General Alpine Commands
12555 ---------------------------------          -----------------------
12556 F5   Move to previous group                F1  Show this help text
12557 F6   Move to next group
12558 F7   Show previous screen of groups
12559 F8   Show next screen of groups
12560 F12  WhereIs (search group names)
12562 Group Selection Commands
12563 -------------------------
12564 F3   Exit the Selection menu (without selecting a group)
12565 F4   Select the currently highlighted newsgroup
12566 </PRE>
12567 <!--chtml else-->
12568 <PRE>
12569 Navigating the List of Newsgroups          General Alpine Commands
12570 ---------------------------------          -----------------------
12571  P   Move to previous group                ?  Show this help text
12572  N   Move to next group
12573  -   Show previous screen of groups
12574 Spc  (space bar) Show next screen of groups
12575  W   WhereIs (search group names)
12577 Group Selection Commands
12578 -------------------------
12579  E   Exit the Selection menu (without selecting a group)
12580  S   Select the currently highlighted newsgroup
12581 </PRE>
12582 <!--chtml endif-->
12584 &lt;End of help on this topic&gt;
12585 </BODY>
12586 </HTML>
12587 ===== h_folder_save =====
12588 <HTML>
12589 <HEAD>
12590 <TITLE>Folder Select for Save Explained</TITLE>
12591 </HEAD>
12592 <BODY>
12593 This screen is designed to allow you to quickly and easily survey your
12594 folders and select one to use for saving the current message.
12597 <!--chtml if pinemode="function_key"-->
12598 <PRE>
12599 Navigating the List of Folders             General Alpine Commands
12600 ------------------------------             -----------------------
12601 F5   Move to previous folder               F1  Show this help text
12602 F6   Move to next folder
12603 F7   Show previous screen of folders
12604 F8   Show next screen of folders
12605 F12  WhereIs (search folder names)
12607 Folder Selection Commands
12608 -------------------------
12609 F3   Exit the Folder Select menu (without selecting a folder)
12610 F4   Select the currently highlighted folder
12611 F11  AddNew folder (just like Select, but you type in a new folder name)
12612 </PRE>
12613 <!--chtml else-->
12614 <PRE>
12615 Navigating the List of Folders             General Alpine Commands
12616 ------------------------------             -----------------------
12617  P   Move to previous folder               ?  Show this help text
12618  N   Move to next folder
12619  -   Show previous screen of folders
12620 Spc  (space bar) Show next screen of folders
12621  W   WhereIs (search folder names)
12623 Folder Selection Commands
12624 -------------------------
12625  E   Exit the Folder Select menu (without selecting a folder)
12626  S   Select the currently highlighted folder
12627  A   AddNew folder (just like Select, but you type in a new folder name)
12628 </PRE>
12629 <!--chtml endif-->
12631 FOR MORE INFORMATION: See the section on
12632 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12634 &lt;End of help on this topic&gt;
12635 </BODY>
12636 </HTML>
12637 ===== h_folder_fcc =====
12638 <HTML>
12639 <HEAD>
12640 <TITLE>Folder Select for Fcc Explained</TITLE>
12641 </HEAD>
12642 <BODY>
12643 This screen is designed to allow you to quickly and easily survey your
12644 folders and select one to use as the file carbon copy (fcc) for the
12645 current message.
12648 <!--chtml if pinemode="function_key"-->
12649 <PRE>
12650 Navigating the List of Folders             General Alpine Commands
12651 ------------------------------             -----------------------
12652 F5   Move to previous folder               F1  Show this help text
12653 F6   Move to next folder
12654 F7   Show previous screen of folders
12655 F8   Show next screen of folders
12656 F12  WhereIs (search folder names)
12658 Folder Selection Commands
12659 -------------------------
12660 F3   Exit the Folder Select menu (without selecting a folder)
12661 F4   Select the currently highlighted folder
12662 F11  AddNew folder (just like Select, but you type in a new folder name)
12663 </PRE>
12664 <!--chtml else-->
12665 <PRE>
12666 Navigating the List of Folders             General Alpine Commands
12667 ------------------------------             -----------------------
12668  P   Move to previous folder               ?  Show this help text
12669  N   Move to next folder
12670  -   Show previous screen of folders
12671 Spc  (space bar) Show next screen of folders
12672  W   WhereIs (search folder names)
12674 Folder Selection Commands
12675 -------------------------
12676  E   Exit the Folder Select menu (without selecting a folder)
12677  S   Select the currently highlighted folder
12678  A   AddNew folder (just like Select, but you type in a new folder name)
12679 </PRE>
12680 <!--chtml endif-->
12682 FOR MORE INFORMATION: See the section on
12683 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12685 &lt;End of help on this topic&gt;
12686 </BODY>
12687 </HTML>
12688 ===== h_folder_pattern_roles =====
12689 <HTML>
12690 <HEAD>
12691 <TITLE>Folder Select for Current Folder Explained</TITLE>
12692 </HEAD>
12693 <BODY>
12694 This screen is designed to allow you to quickly and easily survey your
12695 folders and select one to use as the specific Current Folder
12696 in a Pattern.
12699 <!--chtml if pinemode="function_key"-->
12700 <PRE>
12701 Navigating the List of Folders             General Alpine Commands
12702 ------------------------------             -----------------------
12703 F5   Move to previous folder               F1  Show this help text
12704 F6   Move to next folder
12705 F7   Show previous screen of folders
12706 F8   Show next screen of folders
12707 F12  WhereIs (search folder names)
12709 Folder Selection Commands
12710 -------------------------
12711 F3   Exit the Folder Select menu (without selecting a folder)
12712 F4   Select the currently highlighted folder
12713 F11  AddNew folder (just like Select, but you type in a new folder name)
12714 </PRE>
12715 <!--chtml else-->
12716 <PRE>
12717 Navigating the List of Folders             General Alpine Commands
12718 ------------------------------             -----------------------
12719  P   Move to previous folder               ?  Show this help text
12720  N   Move to next folder
12721  -   Show previous screen of folders
12722 Spc  (space bar) Show next screen of folders
12723  W   WhereIs (search folder names)
12725 Folder Selection Commands
12726 -------------------------
12727  E   Exit the Folder Select menu (without selecting a folder)
12728  S   Select the currently highlighted folder
12729  A   AddNew folder (just like Select, but you type in a new folder name)
12730 </PRE>
12731 <!--chtml endif-->
12733 FOR MORE INFORMATION: See the section on
12734 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12736 &lt;End of help on this topic&gt;
12737 </BODY>
12738 </HTML>
12739 ===== h_folder_stayopen_folders =====
12740 <HTML>
12741 <HEAD>
12742 <TITLE>Folder Select Explained</TITLE>
12743 </HEAD>
12744 <BODY>
12745 This screen is designed to allow you to quickly and easily survey your
12746 folders and select one to use as a Stay-Open folder.
12749 <!--chtml if pinemode="function_key"-->
12750 <PRE>
12751 Navigating the List of Folders             General Alpine Commands
12752 ------------------------------             -----------------------
12753 F5   Move to previous folder               F1  Show this help text
12754 F6   Move to next folder
12755 F7   Show previous screen of folders
12756 F8   Show next screen of folders
12757 F12  WhereIs (search folder names)
12759 Folder Selection Commands
12760 -------------------------
12761 F3   Exit the Folder Select menu (without selecting a folder)
12762 F4   Select the currently highlighted folder
12763 F11  AddNew folder (just like Select, but you type in a new folder name)
12764 </PRE>
12765 <!--chtml else-->
12766 <PRE>
12767 Navigating the List of Folders             General Alpine Commands
12768 ------------------------------             -----------------------
12769  P   Move to previous folder               ?  Show this help text
12770  N   Move to next folder
12771  -   Show previous screen of folders
12772 Spc  (space bar) Show next screen of folders
12773  W   WhereIs (search folder names)
12775 Folder Selection Commands
12776 -------------------------
12777  E   Exit the Folder Select menu (without selecting a folder)
12778  S   Select the currently highlighted folder
12779  A   AddNew folder (just like Select, but you type in a new folder name)
12780 </PRE>
12781 <!--chtml endif-->
12783 FOR MORE INFORMATION: See the section on
12784 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12786 &lt;End of help on this topic&gt;
12787 </BODY>
12788 </HTML>
12789 ===== h_folder_action_roles =====
12790 <HTML>
12791 <HEAD>
12792 <TITLE>Folder Select Explained</TITLE>
12793 </HEAD>
12794 <BODY>
12795 This screen is designed to allow you to quickly and easily survey your
12796 folders and select one to use as the folder into which messages
12797 matching this filter will be moved.
12800 <!--chtml if pinemode="function_key"-->
12801 <PRE>
12802 Navigating the List of Folders             General Alpine Commands
12803 ------------------------------             -----------------------
12804 F5   Move to previous folder               F1  Show this help text
12805 F6   Move to next folder
12806 F7   Show previous screen of folders
12807 F8   Show next screen of folders
12808 F12  WhereIs (search folder names)
12810 Folder Selection Commands
12811 -------------------------
12812 F3   Exit the Folder Select menu (without selecting a folder)
12813 F4   Select the currently highlighted folder
12814 F11  AddNew folder (just like Select, but you type in a new folder name)
12815 </PRE>
12816 <!--chtml else-->
12817 <PRE>
12818 Navigating the List of Folders             General Alpine Commands
12819 ------------------------------             -----------------------
12820  P   Move to previous folder               ?  Show this help text
12821  N   Move to next folder
12822  -   Show previous screen of folders
12823 Spc  (space bar) Show next screen of folders
12824  W   WhereIs (search folder names)
12826 Folder Selection Commands
12827 -------------------------
12828  E   Exit the Folder Select menu (without selecting a folder)
12829  S   Select the currently highlighted folder
12830  A   AddNew folder (just like Select, but you type in a new folder name)
12831 </PRE>
12832 <!--chtml endif-->
12834 FOR MORE INFORMATION: See the section on
12835 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12837 &lt;End of help on this topic&gt;
12838 </BODY>
12839 </HTML>
12840 ===== h_abook_config =====
12841 <HTML>
12842 <HEAD>
12843 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
12844 </HEAD>
12845 <BODY>
12846 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
12847 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
12848 <!--chtml if pinemode="function_key"-->
12849 <PRE>
12850 Available  Commands                        
12851 -------------------------------            
12852 F1  Show Help Text                         
12853 F3  Back to MAIN Alpine menu                 
12854 F4  Change configuration for address book  
12855 F5  Move to previous address book          
12856 F6  Move to next address book              
12857 F7  Previous page of address books         
12858 F8  Next page of address books             
12859 F9  Add new address book                   
12860 F10 Delete existing address book           
12861 F11 Shuffle the order of address books     
12862 F12 Whereis (search address book titles)   
12863 </PRE>
12864 <!--chtml else-->
12865 <PRE>
12866 Navigation                     General Alpine Commands
12867 -----------------------        -----------------------
12868  P  Prev Address Book           ?  Display this help text
12869  N  Next Address Book           E  Back to MAIN Alpine menu
12870  -  Previous page
12871 Spc (space bar) Next page
12872  W  WhereIs (search for word in address book titles)
12874 Setup Address Books Commands
12875 ------------------------------------------------
12876  A  Add new address book          $  Shuffle the order of address books
12877  D  Delete existing address book  C  Change configuration for address book
12878 </PRE>
12879 <!--chtml endif-->
12881 <H2>Description of the Setup Address Books Screen</H2>
12883 This screen lets you add, delete, modify, or change the order of your
12884 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
12885 fill in.  If you are adding a remote address book on an IMAP server
12886 you should fill in the name of the IMAP server.  Otherwise, leave
12887 that field blank.  (Note that remote IMAP address books are an Alpine
12888 concept and are unlikely to interoperate with other mail clients.)
12889 For a remote address book, fill in the name of the remote folder
12890 in the Folder field.  This should be a folder that is used only for
12891 this one purpose, not a general purpose folder you expect to store
12892 messages in.
12893 <P>If you are adding a local address book, fill in the
12894 Folder Name field with a local file name (e.g., .addressbook).
12896 <B>Please note:</B> Remote address books stored on an IMAP server are 
12897 of an entirely different format (namely, a special-purpose 
12898 &quot;mail folder&quot;) than that of the local addressbook familiar 
12899 to Alpine users.  Therefore, 
12900 you cannot use &quot;add a remote address book&quot; to make an existing 
12901 Alpine .addressbook file you may have on a remote IMAP server accessible to 
12902 Alpine running on a different host.  
12905 The &quot;Del Abook&quot; command allows you to remove an address book
12906 from your configuration.  It will also ask you if you wish to remove
12907 the data for that address book, which would erase all traces of the
12908 address book if you answer Yes.
12911 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
12912 The difference is that instead of adding a new address book to your
12913 configuration, you are changing the configuration of an existing entry.
12914 For example, you might want to correct a typing error or change a
12915 nickname.  The &quot;Change&quot; command is not a move command.  If you
12916 change the folder name or server name the data will not be moved for you.
12919 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
12920 an address book toward another address book in the same group then
12921 the order of those two address books will be swapped.  If you shuffle
12922 the last Personal address book down towards the Global address book
12923 section, it will become a Global address book.  If you shuffle
12924 the first Global address book up it will become a Personal address
12925 book.  The main difference between Personal and Global address
12926 books is that Global address books are forced read-only.
12927 <P><UL>
12928 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12929 </UL>
12931 &lt;End of help on this topic&gt;
12932 </BODY>
12933 </HTML>
12934 ===== h_abook_top =====
12935 <HTML>
12936 <HEAD>
12937 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
12938 </HEAD>
12939 <BODY>
12940 <H1>ADDRESS BOOK LIST COMMANDS</H1>
12941 <!--chtml if pinemode="function_key"-->
12942 <PRE>
12943 Available  Commands -- Group 1         Available Commands -- Group 2
12944 -------------------------------        ------------------------------
12945 F1  Show Help Text                      F1  Show Help Text
12946 F2  See commands in next group          F2  See commands in next group
12947 F3  Exit to MAIN MENU                   F3  Quit Alpine
12948 F4  View/Edit selected address book
12949 F5  Move to previous address book       F5  FOLDER LIST screen
12950 F6  Move to next address book           F6  Specify a folder to go to
12951 F7  Previous page                       F7  MESSAGE INDEX screen
12952 F8  Next page                           F9  Print list of address books
12953 F12 Whereis (search for word)
12954 </PRE>
12955 <!--chtml else-->
12956 <PRE>
12957 Navigation                       General Alpine Commands
12958 -----------------------          -----------------------
12959  P  Previous Entry                ?  Display this help text
12960  N  Next Entry                    O  Show all other available commands
12961  -  Previous page                 &lt;  Back to MAIN Alpine menu
12962 Spc (space bar) Next page         Q  Quit Alpine
12963  W  WhereIs (search for word)     L  FOLDER LIST screen
12964                                   G  Specify a folder to go to
12965 Address Book Commands             I  MESSAGE INDEX screen
12966 ------------------------------------------------
12967  &gt;  View/Edit selected address book
12968               or
12969  &gt;  Search on selected directory server
12971  %  Print list of address books and directory servers
12972 </PRE>
12973 <!--chtml endif-->
12975 <H2>Description of the Address Book List Screen</H2>
12977 From this screen you may choose which address book you wish to view
12978 or edit. For more information on address books, view one of your
12979 address books (with
12980 <!--chtml if pinemode="function_key"-->
12982 <!--chtml else-->
12983 &quot;&gt;&quot;
12984 <!--chtml endif-->)
12985 and see the Help Text there.<P>
12987 You may also choose a directory server on which to search for entries.
12988 You do that by highlighting the directory server line and using
12989 <!--chtml if pinemode="function_key"-->
12991 <!--chtml else-->
12992 &quot;&gt;&quot;
12993 <!--chtml endif-->.<P>
12995 If you wish to define new address books or directory servers go to the Main
12996 menu and choose Setup. You may then either choose to setup AddressBooks or
12997 Directory (among other things). It's possible that the Directory option
12998 will not be there if the Alpine you are using does not contain LDAP directory
12999 lookup functionality.
13001 <P><UL>
13002 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13003 </UL><P>
13004 &lt;End of help on this topic&gt;
13005 </BODY>
13006 </HTML>
13007 ===== h_abook_opened =====
13008 <HTML>
13009 <HEAD>
13010 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
13011 </HEAD>
13012 <BODY>
13013 <H1>THE ALPINE ADDRESS BOOK</H1>
13014 <H2>ADDRESS BOOK COMMANDS</H2>
13015 <PRE>
13016 <!--chtml if pinemode="function_key"-->
13017 Available  Commands -- Group 1         Available Commands -- Group 2   
13018 -------------------------------        ------------------------------  
13019 F1  Show Help Text                      F1  Show Help Text             
13020 F2  See commands in next group          F2  See commands in next group
13021 F3  Exit this screen                    F3  Quit Alpine                  
13022 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
13023 F5  Move to previous entry              F5  FOLDER LIST screen         
13024 F6  Move to next entry                  F6  Specify a folder to go to  
13025 F7  Previous page of address book       F7  MESSAGE INDEX screen        
13026 F8  Next page of address book           F8  Compose to entry using roles
13027 F9  Add new entry to address book       F9  Print address book         
13028 F10 Delete selected entry               F10 TakeAddr to another addrbook
13029 F11 Compose to selected entry           F11 Save or Export addrbook selections
13030 F12 Whereis (search address book)       F12 Forward entry by mail       
13032 Available Commands -- Group 3                                           
13033 ------------------------------                                          
13034 F3  Select                              F6  Zoom (or unZoom)            
13035 F5  Select Current                      F7  Apply Command to Selection  
13036 <!--chtml else-->
13037 Address Book Navigation        General Alpine Commands
13038 -----------------------        -----------------------
13039  P  Prev Address                  ?  Display this help text
13040  N  Next Address                  O  Show all other available commands
13041  -  Previous page of address book M  Back to MAIN MENU
13042 Spc (space bar) Next page         Q  Quit Alpine
13043  W  WhereIs (search for word      C  Compose message to selected addr
13044      or name in address book)     #  Compose to addr using roles
13045  &lt;  To List of Address Books if   L  FOLDER LIST screen
13046      more than one, else to MAIN  G  Specify a folder to go to
13047                                   I  MESSAGE INDEX screen
13049 Address Book Commands
13050 ----------------------------------------------------
13051  &gt;  View/Update selected entry    D  Delete selected entries
13052  %  Print address book            S  Save or Export address book selections
13053  F  Forward entries by mail       @  Add new entry to address book
13055  ;  Select command                Z  Toggle Zoom Mode
13056  :  Select highlighted entry      A  Apply command to selected entries
13058 <!--chtml endif-->
13059 </PRE>
13060 Note:  The presence or absence of the final four commands above is
13061 controlled by the option 
13062 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
13065 <H2>Description of the Address Book Screen</H2>
13067 This screen lets you edit and manage entries in your address book.  It
13068 also acts as a short-cut for composing messages to people in the address
13069 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
13070 message starts &quot;pre-addressed&quot; to whatever address book entry is
13071 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
13072 role to use in your composition.
13074 Alpine's address book helps you keep a list of addresses you send email to so
13075 you do not have to remember addresses that are often complex.  Each entry
13076 in the address book has five fields, all of them optional.  The three
13077 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
13079         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
13080         This is what you type in as you are addressing the message in the
13081         composer.  If there is a matching entry in your address book(s),
13082         Alpine will extract the corresponding FullName and Address fields to
13083         generate the actual address for your message.
13085         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
13086 of the
13087         person or organization.  Usually the full names are put in last
13088         name first so they sort nicely in alphabetical order.  Whatever
13089         you put as the name here will appear on the message when it is
13090         finally delivered.  Examples:<PRE>
13091            Garcia Marquez, Gabriel
13092            Henscheid, Eckhard
13093            Alpine-Info mailing list
13094            Library materials renewal requests
13095            Kim An-guk
13096            &quot;George III, King of Great Britain, 1738-1820&quot;
13097 </PRE>
13098 (In the second-to-last example, no comma is used in the name so that 
13099 the family name appears first in the address book and when the entry is 
13100 used in the composer.
13101 In the last example, retaining the commas is intended; 
13102 double-quotation marks surround the name to 
13103 prevent the transposition of its parts when the entry is used in 
13104 the composer.)
13106         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
13107         a valid Internet address that conforms to the Internet message
13108         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
13110 The two fields that aren't usually visible are:<DL>
13112   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
13113         message to this address to be saved in.  If this field is set, and
13114         this address is the first one in the message's To: header, then
13115         Alpine will use this folder name for the FCC in lieu of the normal
13116         FCC folder name.
13118   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
13119         </DL>
13121 Due to screen width limitations, these last two fields do not show up in
13122 the normal ADDRESS BOOK display.  You may select the 
13123 &quot;View/Update&quot; command to
13124 view or modify them.  You may use the configuration variable
13125 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
13126 to add these fields to your ADDRESS BOOK 
13127 display, or to modify the format of the display.
13129 <H2>Sorting the Address book</H2>
13131 By default, address book entries are sorted alphabetically on the full
13132 name with distribution lists sorted to the end.  Sorting can be changed by
13133 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
13134 --assuming you have &quot;write&quot; permission for the address book file.
13136 Unlike the sorting of folders (which only changes presentation), sorting an
13137 address book actually changes the file as it is kept on the computer.  For
13138 this reason you won't be able to sort a shared or system-wide address
13139 book.
13141 <H2>Adding New Entries</H2>
13143 The easiest way to add new entries to your address book is to use the
13144 &quot;TakeAddr&quot; command when viewing a message.
13145 This command allows you to take addresses from the header and body of the
13146 message and put them into your address book, without having to type
13147 them in.
13150 To manually add a new entry from within the address book screen, use the AddNew
13151 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
13152 Use this command both for adding a simple alias and for adding a
13153 distribution list.
13155 <H2>Distribution Lists</H2>
13157 Address book entries can be simple cases of aliases (a single nickname is linked
13158 to a single email address) or distribution lists (a single nickname
13159 pointing at more than one email address).  Each distribution list has a
13160 nickname, a full name and a list of addresses.  The addresses may be
13161 actual addresses or they may be other nicknames in your address book.
13162 They may even refer to other distribution lists.
13163 There's really no difference between a simple alias and a distribution list,
13164 other than the number of addresses.
13165 Therefore, you can turn a simple alias with one address into a distribution
13166 list simply by adding more addresses.
13167 To add entries to an existing list or alias
13168 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
13169 a single address from the list if the cursor is placed on the address;
13170 it will delete the entire distribution list if the cursor is on the
13171 nickname/fullname line.  View/Update may also be used to delete addresses
13172 from a list.
13174 Address field entries in distribution lists may take any one of three
13175 forms: a nickname existing in any of the defined address books, a normal
13176 address of the form &quot;jsmith@art.example.com&quot;, or a complete
13177 fullname/address combination, e.g. &quot;John Smith
13178 &lt;jsmith@art.example.com&gt;&quot;.
13180 Distribution lists in Alpine address books can only be used by the person or
13181 people who have access to that address book.  They are not usually used to
13182 implement discussion groups, but can be used to facilitate small
13183 discussion groups if all the participants have access to the same shared
13184 address book.
13186 <H2>FCC and Comments</H2>
13188 As mentioned above, each entry in the address book also has two other optional
13189 fields, Fcc and Comments.  The command to look at or change either of these
13190 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
13191 Comments field is just for your own use.  The Fcc field overrides the
13192 default Fcc if this address is the first one on the To line.  The WhereIs
13193 command may be used to search for particular strings in the address book,
13194 including fields that are not visible (like Comment and Fcc by default).
13196 <H2>Aggregate Operations</H2>
13198 If the feature
13199 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
13200 is turned on (the default), then the four commands &quot;Select&quot;,
13201 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
13202 are available.  The two selection commands allow you to mark a set of
13203 address book entries as being selected.  If you have more than one address
13204 book, the selections may be in more than one of those address books.
13205 The &quot;Zoom&quot; command will toggle between displaying only the selected
13206 entries and all of the entries.  The &quot;Apply&quot; command allows you to
13207 apply one of the regular address book commands to all of the selected
13208 entries.  Usually the address book commands apply to only the entry
13209 highlighted by the cursor.  The &quot;Apply&quot; command works with the
13210 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
13211 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
13213 <H2>Exporting and Forwarding Address book entries</H2>
13215 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
13216 address book entry is placed in a plain text file in your home directory
13217 <!--chtml if pinemode="running"-->
13218 (which, in the present configuration of your system, is
13219  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13220 <!--chtml endif-->
13221 or current working directory
13222 <!--chtml if pinemode="running"-->
13223 (which, at least for your current Alpine &quot;session,&quot; 
13224 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13225 <!--chtml endif-->, depending on the 
13226 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13227 configuration setting.  If you have some entries selected and use the
13228 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
13229 placed in the text file.
13231 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
13232 address book entry is placed in a special attachment and you are put into
13233 the composer.  You can fill in some comments in the body of the message,
13234 if you'd like, and send it to somebody else who uses Alpine.  The recipient
13235 may use the TakeAddr command on that message to insert the address book
13236 entry you sent in their own address book.  If you have some entries
13237 selected and use the Apply Forward command all of the selected entries
13238 will be forwarded in a single message.  You may
13239 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.
13240 The recipient must be using Alpine in order to receive this correctly.
13241 One way for the recipient to handle this might be to create an empty
13242 address book and then &quot;Take&quot; your forwarded address book entries into
13243 that empty address book.
13245 <H2>Multiple and/or Site-Wide Address books</H2>
13247 You may have more than one personal address book.  In addition, there may
13248 be one or more global address books.  This capability allows you to have
13249 multiple personal address books (some of which may be shared) and it also
13250 allows system administrators to implement site-wide address books that
13251 contain entries for users on multiple machines within the organization.
13252 <P><DL>
13253 <DT>Searching
13254   <DD> If you enter a nickname when composing a message, your
13255   personal address books will be searched through in order, and then the
13256   global address book(s) searched. If more than one address book has an entry
13257   for the nickname, Alpine uses the first one that it finds, so an entry in
13258   your personal address book would override a global address book entry. If
13259   after searching all the address books there is still no match, (Unix) Alpine
13260   then searches the local host password file on the assumption that you have
13261   entered a local user name rather than an address book nickname.
13262   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
13263   command, but global address books are always searched after personal
13264   address books.
13266   <P><DT>Tab completion
13267   <DD> If the
13268   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
13269   feature is turned on (the default) then the Tab key may be used
13270   in the composer to complete partially typed nicknames in the To
13271   or Cc lines. You type the first few letters of a nickname and then
13272   press the Tab key. It there is only one nickname that matches it will
13273   be filled in by Alpine. If there is more than one the unambiguous part
13274   of the nicknames will be filled in. For example, if your address book or
13275   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
13276   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
13277   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
13278   If you then type a second Tab character you will be presented with a list
13279   of matching nicknames to select from. Alternatively, you could type another
13280   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
13281   in the entire &quot;barbecue&quot; entry.
13283   <P><DT>Defining
13284   <DD> You define multiple personal address books in the 
13285   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
13286   from the MAIN MENU.  
13287   You may add as many as you like.  Global address books are usually
13288   site-wide address books defined by the System administrator, but
13289   you may define global address books of your own just like you define
13290   personal address books.
13292   <P><DT>Creating and updating
13293   <DD> Personal address books are normally created empty
13294   and populated by explicit additions from within Alpine, e.g. via the
13295   TakeAddr command.  Unlike personal address books, global address books may
13296   not be modified/updated from within Alpine; that is, they are Read-Only.
13297   Thus, global address books are created, populated and updated outside of
13298   Alpine. They might be hand-edited, generated by a program from another
13299   database, or by copying an existing address book.  They might also be
13300   some other user's personal address book, and so be modified normally by
13301   that user but accessed Read-Only by you.  See the Alpine Technical
13302   Notes document (included in the Alpine distribution) for more information on
13303   this.
13305   <P><DT>Accessing
13306   <DD>There are two different types of address books in Alpine.
13307   A local address book is stored in a regular file and the normal file
13308   access permissions apply.  A remote address book is stored on an IMAP
13309   server in a special folder that contains only messages pertaining to
13310   that address book.  The last message in the remote folder contains a
13311   copy of the address book data, and that data is copied to a local cache
13312   file in your home directory.  From there it is accessed just like a local
13313   address book.  The name of the cache file is kept track of in a special
13314   file called the
13315   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
13316   the name of which is stored in
13317   your Alpine configuration file the first time you use a remote address book.
13318   Just as local Alpine address books use a format that only Alpine understands,
13319   remote Alpine address books do the same and other mail reading programs
13320   are unlikely to be able to understand them.<P>
13321   While global address books are explicitly intended to be shared, there is
13322   nothing to prevent you from sharing a personal address book with other
13323   Alpine users. This might be useful in the case of a small workgroup.
13324   However, it is recommended that updates to shared personal address books
13325   be done when other Alpine users are not accessing the address book. Alpine
13326   does not do any file-locking to manage concurrent updates to the
13327   addressbook, but it does check to see if the file has been modified before
13328   making any changes.  Consequently, inadvertent concurrent updates will
13329   only cause other Alpine users to have to restart their address book
13330   operation, which will cause Alpine to reopen the updated file.
13332   <P><DT>Converting to Remote
13333   <DD>The easiest way to convert an existing local
13334   address book into a remote address book is to create an empty new remote
13335   personal address book by typing &quot;A&quot; to execute the
13336   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
13337   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
13338   address book.
13339   After you have added the empty
13340   remote address book, go into the screen for the address book you wish
13341   to copy and &quot;Select&quot; &quot;All&quot;.
13342   This selects every entry in that
13343   address book.  Then type the command &quot;Apply Save&quot;.
13344   You will be asked for the address book to save to.  You may use ^P and ^N
13345   to get to the new empty address book, then hit RETURN and the addresses
13346   will be copied.
13347   At this point you'll probably want to unselect all the entries in the local
13348   address book before proceeding. You do that with
13349   &quot;Select&quot; &quot;unselect All&quot;.
13351 </DL>
13352 <UL>
13353 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13354 </UL>
13355 <P><UL>
13356 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13357 </UL>
13359 &lt;End of help on this topic&gt;
13360 </BODY>
13361 </HTML>
13362 ===== h_abook_select_addr =====
13363 <HTML>
13364 <HEAD>
13365 <TITLE>Addressbook Selection Explained</TITLE>
13366 </HEAD>
13367 <BODY>
13368 <H1>SELECT ADDRESS</H1>
13369 <!--chtml if pinemode="function_key"-->
13370 <PRE>
13371 Navigating the List of Messages               General Alpine Commands
13372 -------------------------------               -----------------------
13373 F5   Move to previous entry                   F1  Show this help text
13374 F6   Move to next entry
13375 F7   Show previous screen of address book
13376 F8   Show next screen of address book
13377 F12  WhereIs (search through address book)
13379 Address Selection Commands
13380 --------------------------
13381 F3   Exit the Address Select screen (without selecting an address)
13382 F4   Select the currently highlighted entry
13383 </PRE>
13384 <!--chtml else-->
13385 <PRE>
13386 Navigating the List of Messages               General Alpine Commands
13387 -------------------------------               -----------------------
13388  P   Move to previous entry                    ?  Show this help text
13389  N   Move to next entry
13390  -   Show previous screen of address book
13391 Spc  (space bar) Show next screen of address book
13392  W   WhereIs (search through address book)
13394 Address Selection Commands
13395 --------------------------
13396  E   Exit the Address Select screen (without selecting an address)
13397  S   Select the currently highlighted entry
13398 </PRE>
13399 <!--chtml endif-->
13402 This screen is designed to let you easily scan your address book(s) in
13403 order to select an entry for the message you are composing.  You cannot
13404 edit your address book in any way at this time, for address book
13405 maintenance, select the address book command when not composing a message.
13408 If you are composing a message and know the nickname of the person/list you
13409 want, you can bypass this screen by simply typing in the nickname on the
13410 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13411 selecting an entry does not cancel your message.
13414 FOR MORE INFORMATION on addressing see
13415 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13416 <A HREF="h_abook_opened">Address Book Screen's</A>
13417 help text.
13419 &lt;End of help on this topic&gt;
13420 </BODY>
13421 </HTML>
13422 ===== h_abook_select_top =====
13423 <HTML>
13424 <HEAD>
13425 <TITLE>Addressbook Selection Navigation Explained</TITLE>
13426 </HEAD>
13427 <BODY>
13428 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
13429 <!--chtml if pinemode="function_key"-->
13430 <PRE>
13431 Navigating the List of Address Books       General Alpine Commands
13432 ------------------------------------       -----------------------
13433 F4   View the highlighted address book
13434 F5   Move to previous address book         F1  Show this help text
13435 F6   Move to next address book
13436 F7   Show previous screen of address books
13437 F8   Show next screen of address books
13438 F12  WhereIs (search through address books)
13440 Address Selection Commands
13441 --------------------------
13442 F3   Exit the Address Select screen (without selecting an address)
13443 F4   Select the currently selected entries (if using ListMode)
13444 F9   Change to ListMode
13445 </PRE>
13446 <!--chtml else-->
13447 <PRE>
13448 Navigating the List of Address Books       General Alpine Commands
13449 ------------------------------------       -----------------------
13450  &gt;   View the highlighted address book
13451  P   Move to previous address book         ?  Show this help text
13452  N   Move to next address book
13453  -   Show previous screen of address books
13454 Spc  (space bar) Show next screen of address books
13455  W   WhereIs (search through address books)
13457 Address Selection Commands
13458 --------------------------
13459  E   Exit the Address Select screen (without selecting an address)
13460  S   Select the currently selected entries (if using ListMode)
13461  L   Change to ListMode
13462 </PRE>
13463 <!--chtml endif-->
13466 This screen is designed to let you easily scan your address book(s) in
13467 order to select entries for the message you are composing.  You cannot
13468 edit your address book in any way at this time.  For address book
13469 maintenance, select the address book command when not composing a message.
13472 If you are composing a message and know the nickname of the person/list you
13473 want, you can bypass this screen by simply typing in the nickname on the
13474 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13475 selecting an entry does not cancel your message.
13478 The ListMode command will add a column at the left edge of the screen.
13479 You mark the entries that you wish to select with the &quot;X&quot; command.
13480 This allows you to choose more than one entry at a time.
13483 An alternative method of composing a message to entries in your
13484 address book(s) is to first use the &quot;Select&quot; command from
13485 the address book maintenance screen and then the &quot;Apply&quot;
13486 &quot;ComposeTo&quot; command to start the composer composing to the
13487 selected entries.
13490 FOR MORE INFORMATION on addressing see
13491 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13492 <A HREF="h_abook_opened">Address Book Screen's</A>
13493 help text.
13495 &lt;End of help on this topic&gt;
13496 </BODY>
13497 </HTML>
13498 ===== h_abook_select_listmode =====
13499 <HTML>
13500 <HEAD>
13501 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
13502 </HEAD>
13503 <BODY>
13504 <H1>COMPOSER: SELECT ADDRESSES</H1>
13505 <!--chtml if pinemode="function_key"-->
13506 <PRE>
13507 Navigating the List of Messages                 General Alpine Commands
13508 -------------------------------                 -----------------------
13509 F5   Move to previous entry                     F1  Show this help text
13510 F6   Move to next entry
13511 F7   Show previous screen of address book
13512 F8   Show next screen of address book
13513 F12  WhereIs (search through address book)
13515 Address Selection Commands
13516 --------------------------
13517 F3   Exit the Address Select screen (without selecting an address)
13518 F4   Select the currently highlighted entry
13519 F9   Change to ListMode
13520 </PRE>
13521 <!--chtml else-->
13522 <PRE>
13523 Navigating the List of Messages                 General Alpine Commands
13524 -------------------------------                 -----------------------
13525  P   Move to previous entry                     ?  Show this help text
13526  N   Move to next entry
13527  -   Show previous screen of address book
13528 Spc  (space bar) Show next screen of address book
13529  W   WhereIs (search through address book)
13531 Address Selection Commands
13532 --------------------------
13533  E   Exit the Address Select screen (without selecting an address)
13534  S   Select the currently highlighted entry
13535  L   Change to ListMode
13536 </PRE>
13537 <!--chtml endif-->
13540 This screen is designed to let you easily scan your address book(s) in
13541 order to select entries for the message you are composing.  You cannot
13542 edit your address book in any way at this time, for address book
13543 maintenance, select the address book command when not composing a message.
13546 If you are composing a message and know the nickname of the person/list you
13547 want, you can bypass this screen by simply typing in the nickname on the
13548 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13549 selecting an entry does not cancel your message.
13552 The ListMode command will add a column at the left edge of the screen.
13553 You mark the entries that you wish to select with the &quot;X&quot; command.
13554 This allows you to choose more than one entry at a time.
13557 An alternative method of composing a message to entries in your
13558 address book(s) is to first use the &quot;Select&quot; command from
13559 the address book maintenance screen and then the &quot;Apply&quot;
13560 &quot;ComposeTo&quot; command to start the composer composing to the
13561 selected entries.
13564 FOR MORE INFORMATION on addressing see
13565 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13566 <A HREF="h_abook_opened">Address Book Screen's</A>
13567 help text.
13569 &lt;End of help on this topic&gt;
13570 </BODY>
13571 </HTML>
13572 ===== h_abook_select_checks =====
13573 <HTML>
13574 <HEAD>
13575 <TITLE>Address Selection from Composer Explained</TITLE>
13576 </HEAD>
13577 <BODY>
13578 <H1>COMPOSER: SELECT ADDRESSES</H1>
13579 <!--chtml if pinemode="function_key"-->
13580 <PRE>
13581 Navigating the List of Messages                 General Alpine Commands
13582 -------------------------------                 -----------------------
13583 F5   Move to previous entry                     F1  Show this help text
13584 F6   Move to next entry
13585 F7   Show previous screen of address book
13586 F8   Show next screen of address book
13587 F12  WhereIs (search through address book)
13589 Address Selection Commands
13590 --------------------------
13591 F3   Exit the Address Select screen (without selecting an address)
13592 F4   Select the currently highlighted entry
13593 F8   Either Sets or Unsets all entries in this address book
13594 F9   Set or Unset the highlighted entry
13595 </PRE>
13596 <!--chtml else-->
13597 <PRE>
13598 Navigating the List of Messages                 General Alpine Commands
13599 -------------------------------                 -----------------------
13600  P   Move to previous entry                     ?  Show this help text
13601  N   Move to next entry
13602  -   Show previous screen of address book
13603 Spc  (space bar) Show next screen of address book
13604  W   WhereIs (search through address book)
13606 Address Selection Commands
13607 --------------------------
13608  E   Exit the Address Select screen (without selecting an address)
13609  S   Select the currently highlighted entry
13610  X   Set or Unset the highlighted entry
13611  A   Either Sets or Unsets all entries in this address book
13612 </PRE>
13613 <!--chtml endif-->
13616 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
13617 command.  Type &quot;S Select&quot; to select all of the entries you
13618 have marked, just as if you had typed them in by hand.
13621 An alternative method of composing a message to entries in your
13622 address book(s) is to first use the &quot;Select&quot; command from
13623 the address book maintenance screen and then the &quot;Apply&quot;
13624 &quot;ComposeTo&quot; command to start the composer composing to the
13625 selected entries.
13628 FOR MORE INFORMATION on addressing see
13629 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13630 <A HREF="h_abook_opened">Address Book Screen's</A>
13631 help text.
13633 &lt;End of help on this topic&gt;
13634 </BODY>
13635 </HTML>
13636 ===== h_abook_select_nicks_take =====
13637 <HTML>
13638 <HEAD>
13639 <TITLE>Take Address Nickname Selection Explained</TITLE>
13640 </HEAD>
13641 <BODY>
13642 <H1>TAKEADDR: SELECT NICKNAME</H1>
13643 <!--chtml if pinemode="function_key"-->
13644 <PRE>
13645 Navigating the List of Messages                 General Alpine Commands
13646 -------------------------------                 -----------------------
13647 F5   Move to previous entry                     F1  Show this help text
13648 F6   Move to next entry
13649 F7   Show previous screen of address book
13650 F8   Show next screen of address book
13651 F12  WhereIs (search through address book)
13653 Message Selection Commands
13654 --------------------------
13655 F3   Exit the Nickname Select screen (without selecting an address)
13656 F4   Select the currently highlighted entry
13657 </PRE>
13658 <!--chtml else-->
13659 <PRE>
13660 Navigating the List of Messages                 General Alpine Commands
13661 -------------------------------                 -----------------------
13662  P   Move to previous entry                     ?  Show this help text
13663  N   Move to next entry
13664  -   Show previous screen of address book
13665 Spc  (space bar) Show next screen of address book
13666  W   WhereIs (search through address book)
13668 Message Selection Commands
13669 --------------------------
13670  E   Exit the Nickname Select screen (without selecting an address)
13671  S   Select the currently highlighted entry
13672 </PRE>
13673 <!--chtml endif-->
13676 This screen is designed to let you modify or add to an existing
13677 address book entry.  You have already selected the name(s) and
13678 address(es) through &quot;Take Address&quot;.  This screen simply lets
13679 you scan your address books and select the nickname to be
13680 changed/augmented.  If you want to add a new entry, then you are in
13681 the wrong place-- Select &quot;Exit&quot; command.
13684 FOR MORE INFORMATION on addressing see
13685 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13686 <A HREF="h_abook_opened">Address Book Screen's</A>
13687 help text.
13689 &lt;End of help on this topic&gt;
13690 </BODY>
13691 </HTML>
13692 ===== h_abook_select_nick =====
13693 <HTML>
13694 <HEAD>
13695 <TITLE>Nickname Selection Explained</TITLE>
13696 </HEAD>
13697 <BODY>
13698 <H1>SELECT NICKNAME</H1>
13699 <!--chtml if pinemode="function_key"-->
13700 <PRE>
13701 Navigating the List of Messages                 General Alpine Commands
13702 -------------------------------                 -----------------------
13703 F5   Move to previous entry                     F1  Show this help text
13704 F6   Move to next entry
13705 F7   Show previous screen of address book
13706 F8   Show next screen of address book
13707 F12  WhereIs (search through address book)
13709 Message Selection Commands
13710 --------------------------
13711 F3   Exit the Nickname Select screen (without selecting an address)
13712 F4   Select the currently highlighted entry
13713 </PRE>
13714 <!--chtml else-->
13715 <PRE>
13716 Navigating the List of Messages                 General Alpine Commands
13717 -------------------------------                 -----------------------
13718  P   Move to previous entry                     ?  Show this help text
13719  N   Move to next entry
13720  -   Show previous screen of address book
13721 Spc  (space bar) Show next screen of address book
13722  W   WhereIs (search through address book)
13724 Message Selection Commands
13725 --------------------------
13726  E   Exit the Nickname Select screen (without selecting an address)
13727  S   Select the currently highlighted entry
13728 </PRE>
13729 <!--chtml endif-->
13732 This screen is designed to let you look at the nicknames in your address
13733 books before choosing a new one.
13736 FOR MORE INFORMATION on addressing see
13737 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13738 <A HREF="h_abook_opened">Address Book Screen's</A>
13739 help text.
13741 &lt;End of help on this topic&gt;
13742 </BODY>
13743 </HTML>
13744 ===== h_takeaddr_screen =====
13745 <HTML>
13746 <HEAD>
13747 <TITLE>Take Address Screen Explained</TITLE>
13748 </HEAD>
13749 <BODY>
13750 <H1>TAKE ADDRESS COMMANDS</H1>
13751 <!--chtml if pinemode="function_key"-->
13752 <PRE>
13753 Navigating the List of Addresses       Address Selection Commands        
13754 --------------------------------       --------------------------        
13755  F5  Move to previous entry            F3  Exit without taking address
13756  F6  Move to next entry                F4  Take current address(es)
13757  F7  Show previous page of address list
13758  F8  Show next page of address list
13759  F2  WhereIs (search list)
13760                                --------------
13761 Mode Toggle            F9  Set/Unset current address
13762 -----------            F10 Set all
13763  F12 Toggle between List and single mode       F11 Unset all
13764 </PRE>
13765 <!--chtml else-->
13766 <PRE>
13767 Navigating the List of Addresses       Address Selection Commands
13768 --------------------------------       --------------------------
13769  P  Move to previous entry              &lt;  Exit without taking address
13770  N  Move to next entry                  T  Take address
13771  -  Show previous page of address list
13772 Spc (space bar) Show next page of address list
13773  W  WhereIs (search list)              List Mode
13774                                        ---------
13775 Single Mode                             X  Set/Unset current address
13776 -----------                             A  Set all addresses
13777  L  Switch to list mode                 U  Unset all addresses
13778                                         S  Switch to single mode
13779 </PRE>
13780 <!--chtml endif-->
13782 <H2>Description of the Take Address Screen</H2>
13784 This screen is designed to let you select one or more address/name
13785 combinations from the current message and put them into your address book.
13786 The cursor is initially placed on the line with the message author.
13787 Other lines include the names of people and/or mailing lists who also
13788 received the message.  Other people &quot;involved&quot; in the
13789 message (e.g. the person named as Reply-To:) are also listed here.
13792 The simple case is adding a new, single entry into your address book. To
13793 do this, simply highlight the correct line and press 
13794 <!--chtml if pinemode="function_key"-->
13796 <!--chtml else-->
13797 &quot;T&quot;.
13798 <!--chtml endif-->
13799 To create a new list or add to an existing list, switch the screen display
13800 into List Mode by pressing
13801 <!--chtml if pinemode="function_key"-->
13802 F12.
13803 <!--chtml else-->
13804 &quot;L&quot;.
13805 <!--chtml endif-->
13806 In List Mode, you select the
13807 group of addresses you wish to manipulate by marking them with an
13808 &quot;X&quot;.
13809 The Set/Unset
13810 <!--chtml if pinemode="function_key"-->
13811 (F9)
13812 <!--chtml else-->
13813 (&quot;X&quot;)
13814 <!--chtml endif-->
13815 command will turn the &quot;X&quot; on for the
13816 highlighted address if it was off or turn it off if it was previously on.
13817 The SetAll command will select all of the addresses, and the UnSetAll
13818 command will turn off all the selections.  Once you've gotten the
13819 selection the way you want it, you may create a new list by pressing
13820 <!--chtml if pinemode="function_key"-->
13822 <!--chtml else-->
13823 &quot;T&quot;.
13824 <!--chtml endif-->
13827 In both the simple and list cases, after choosing to take the address,
13828 you will be asked for the nickname of the entry.  Typing in a new name
13829 creates the new entry/list.  Entering an existing nickname will replace
13830 the entry (simple case) or add to the list (list case).  Alternatively,
13831 you can press Ctrl-T at the nickname prompt and select an existing
13832 nickname from your address book.
13835 You will normally start in Single Mode, unless you used the Apply command
13836 to startup the TakeAddr screen, in which case you will start in List Mode.
13837 You may switch between the two modes at any time.  If you've already
13838 selected several addresses in List Mode, those will be remembered when you
13839 switch to Single Mode and then back to List Mode.  The set of addresses
13840 that are pre-selected when you start in List Mode are the From addresses
13841 of all of the messages you are operating on.  You may, of course, easily
13842 erase those selections with the UnSetAll command.
13845 If you have more than one writable address book, you will be prompted for
13846 the name of the address book you wish to add the new entry to before
13847 anything else. You can use ^N and ^P to choose among the defined address
13848 books, or type in the address book name.
13851 FOR MORE INFORMATION on addressing see
13852 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13853 <A HREF="h_abook_opened">Address Book Screen's</A>
13854 help text.
13856 &lt;End of help on this topic&gt;
13857 </BODY>
13858 </HTML>
13859 ===== h_takeexport_screen =====
13860 <HTML>
13861 <HEAD>
13862 <TITLE>Take Export Screen Explained</TITLE>
13863 </HEAD>
13864 <BODY>
13865 <H1>TAKE EXPORT COMMANDS</H1>
13866 <!--chtml if pinemode="function_key"-->
13867 <PRE>
13868 Navigating the List of Addresses       Address Selection Commands        
13869 --------------------------------       --------------------------        
13870  F5  Move to previous entry            F3  Exit without taking address
13871  F6  Move to next entry                F4  Take current address(es)
13872  F7  Show previous page of address list
13873  F8  Show next page of address list
13874  F2  WhereIs (search list)
13875                                --------------
13876 Mode Toggle            F9  Set/Unset current address
13877 -----------            F10 Set all
13878  F12 Toggle between List and single mode       F11 Unset all
13879 </PRE>
13880 <!--chtml else-->
13881 <PRE>
13882 Navigating the List of Addresses       Address Selection Commands
13883 --------------------------------       --------------------------
13884  P  Move to previous entry              &lt;  Exit without taking address
13885  N  Move to next entry                  T  Take address
13886  -  Show previous page of address list
13887 Spc (space bar) Show next page of address list
13888  W  WhereIs (search list)              List Mode
13889                                        ---------
13890 Single Mode                             X  Set/Unset current address
13891 -----------                             A  Set all addresses
13892  L  Switch to list mode                 U  Unset all addresses
13893                                         S  Switch to single mode
13894 </PRE>
13895 <!--chtml endif-->
13897 <H2>Description of the Take Export Screen</H2>
13899 This screen is designed to let you select one or more addresses
13900 from the current message and put them into a file.
13901 Only the user@domain_name part of each address is put into the file.
13904 To put a single entry into a file simply highlight the correct line and press 
13905 <!--chtml if pinemode="function_key"-->
13907 <!--chtml else-->
13908 &quot;T&quot;.
13909 <!--chtml endif-->
13910 To put more than one entry into a file
13911 switch the screen display
13912 into List Mode by pressing
13913 <!--chtml if pinemode="function_key"-->
13914 F12.
13915 <!--chtml else-->
13916 &quot;L&quot;.
13917 <!--chtml endif-->
13918 In List Mode, you select the
13919 group of addresses you wish to manipulate by marking them with an
13920 &quot;X&quot;.
13921 The Set/Unset
13922 <!--chtml if pinemode="function_key"-->
13923 (F9)
13924 <!--chtml else-->
13925 (&quot;X&quot;)
13926 <!--chtml endif-->
13927 command will turn the &quot;X&quot; on for the
13928 highlighted address if it was off or turn it off if it was previously on.
13929 The SetAll command will select all of the addresses, and the UnSetAll
13930 command will turn off all the selections.  Once you've gotten the
13931 selection the way you want it, you may put the addresses in a file by typing
13932 <!--chtml if pinemode="function_key"-->
13934 <!--chtml else-->
13935 &quot;T&quot;.
13936 <!--chtml endif-->
13939 You will be asked for the name of a file to put the addresses in.
13940 If the file already exists, you will be asked whether you want to Overwrite
13941 (replace) the contents of the file or Append to the contents of the file.
13944 &lt;End of help on this topic&gt;
13945 </BODY>
13946 </HTML>
13947 ============= h_abook_view ========================
13948 <HTML>
13949 <HEAD>
13950 <TITLE>Address Book View Explained</TITLE>
13951 </HEAD>
13952 <BODY>
13953 This function allows you to view the contents of an address book entry. You
13954 can only view one entry at a time.
13956 <DL>
13957 <DT>Help
13958 <!--chtml if pinemode="function_key"-->
13959 (F1)
13960 <!--chtml else-->
13962 <!--chtml endif-->
13963 </DT>
13964 <DD>
13965 Display this help text.
13967 <DT>Abook
13968 <!--chtml if pinemode="function_key"-->
13969 (F3)
13970 <!--chtml else-->
13971 (&lt;)
13972 <!--chtml endif-->
13973 </DT>
13974 <DD>
13975 Go back to index of address book entries.
13977 <DT>Update
13978 <!--chtml if pinemode="function_key"-->
13979 (F4)
13980 <!--chtml else-->
13982 <!--chtml endif-->
13983 </DT>
13984 <DD>
13985 Update (modify) this entry.
13987 <DT>ComposeTo
13988 <!--chtml if pinemode="function_key"-->
13989 (F5)
13990 <!--chtml else-->
13992 <!--chtml endif-->
13993 </DT>
13994 <DD>Compose a message to the address(es) in this entry.
13996 <DT>Role
13997 <!--chtml if pinemode="function_key"-->
13998 (F6)
13999 <!--chtml else-->
14001 <!--chtml endif-->
14002 </DT>
14003 <DD>Compose a message to the address(es) in this entry using roles.
14005 <DT>Prev Page
14006 <!--chtml if pinemode="function_key"-->
14007 (F7)
14008 <!--chtml else-->
14010 <!--chtml endif-->
14011 </DT>
14012 <DD>
14013 Show the previous page of the current entry.
14015 <DT>Next Page
14016 <!--chtml if pinemode="function_key"-->
14017 (F8)
14018 <!--chtml else-->
14019 (Space)
14020 <!--chtml endif-->
14021 </DT>
14022 <DD>
14023 Show the next page of the current entry.
14025 <DT>Print
14026 <!--chtml if pinemode="function_key"-->
14027 (F9)
14028 <!--chtml else-->
14030 <!--chtml endif-->
14031 </DT>
14032 <DD>Print the current entry.  You can select the
14033 printer or the print command via the &quot;Setup&quot; command
14034 on the MAIN MENU.
14036 <DT>WhereIs
14037 <!--chtml if pinemode="function_key"-->
14038 (F10)
14039 <!--chtml else-->
14041 <!--chtml endif-->
14042 </DT>
14043 <DD>Search the entry for a string of letters.  If it is
14044 found, move to it.  The string can be one word or a phrase.
14045 If there are multiple occurrences, the cursor moves to the
14046 first occurrence beyond the current cursor position.
14048 <DT>Fwd Email
14049 <!--chtml if pinemode="function_key"-->
14050 (F11)
14051 <!--chtml else-->
14053 <!--chtml endif-->
14054 </DT>
14055 <DD>Begin composition of a new mail message with the displayed
14056 text already inserted in the message body.
14058 </DL>
14060 &lt;End of help on this topic&gt;
14061 </BODY>
14062 </HTML>
14063 ============= h_ldap_view ========================
14064 <HTML>
14065 <HEAD>
14066 <TITLE>LDAP Response View Explained</TITLE>
14067 </HEAD>
14068 <BODY>
14069 This function allows you to view the contents of a directory entry. You
14070 can only view one entry at a time.
14072 <DL>
14073 <DT>Help
14074 <!--chtml if pinemode="function_key"-->
14075 (F1)
14076 <!--chtml else-->
14078 <!--chtml endif-->
14079 </DT>
14080 <DD>
14081 Display this help text.
14083 <DT>Results Index
14084 <!--chtml if pinemode="function_key"-->
14085 (F3)
14086 <!--chtml else-->
14087 (&lt;)
14088 <!--chtml endif-->
14089 </DT>
14090 <DD>Go back to index of search results.
14092 <DT>ComposeTo
14093 <!--chtml if pinemode="function_key"-->
14094 (F5)
14095 <!--chtml else-->
14097 <!--chtml endif-->
14098 </DT>
14099 <DD>Compose a message to the address(es) in this entry.
14101 <DT>Role
14102 <!--chtml if pinemode="function_key"-->
14103 (F6)
14104 <!--chtml else-->
14106 <!--chtml endif-->
14107 </DT>
14108 <DD>Compose a message to the address(es) in this entry using roles.
14110 <DT>Prev Page
14111 <!--chtml if pinemode="function_key"-->
14112 (F7)
14113 <!--chtml else-->
14115 <!--chtml endif-->
14116 </DT>
14117 <DD>
14118 Show the previous page of the current entry.
14120 <DT>Next Page
14121 <!--chtml if pinemode="function_key"-->
14122 (F8)
14123 <!--chtml else-->
14124 (Space)
14125 <!--chtml endif-->
14126 </DT>
14127 <DD>
14128 Show the next page of the current entry.
14130 <DT>Print
14131 <!--chtml if pinemode="function_key"-->
14132 (F9)
14133 <!--chtml else-->
14135 <!--chtml endif-->
14136 </DT>
14137 <DD>Print the current entry on paper.  You can select the
14138 printer or the print command via the &quot;Setup&quot; command
14139 on the MAIN MENU.
14141 <DT>WhereIs
14142 <!--chtml if pinemode="function_key"-->
14143 (F10)
14144 <!--chtml else-->
14146 <!--chtml endif-->
14147 </DT>
14148 <DD>Search the entry for a string of letters.  If it is
14149 found, move to it.  The string can be one word or a phrase.
14150 If there are multiple occurrences, the cursor moves to the
14151 first occurrence beyond the current cursor position.
14153 <DT>Fwd Email
14154 <!--chtml if pinemode="function_key"-->
14155 (F11)
14156 <!--chtml else-->
14158 <!--chtml endif-->
14159 </DT>
14160 <DD>Begin composition of a new mail message with the displayed
14161 text already inserted in the message body.
14163 <DT>Save
14164 <!--chtml if pinemode="function_key"-->
14165 (F12)
14166 <!--chtml else-->
14168 <!--chtml endif-->
14169 </DT>
14170 <DD>Save the displayed entry to one of your address books or export
14171 it to a file.
14172 </DL>
14174 &lt;End of help on this topic&gt;
14175 </BODY>
14176 </HTML>
14177 ===== h_attachment_screen =====
14178 <HTML>
14179 <HEAD>
14180 <TITLE>Attachment Index Screen Explained</TITLE>
14181 </HEAD>
14182 <BODY>
14183 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
14184 message's attachments, and allows various operations on them.  The
14185 first attachment is usually the message text, but does not include the
14186 header portion of the message.
14188 Available commands include:
14190 <DL>
14192 <DT>Help</DT>
14193 <DD>Show this help text.
14195 <DT>Msg #<I>num</I></DT>
14196 <DD>Leave this screen without displaying or saving any attachments.
14198 <DT>View</DT>
14199 <DD>View the currently selected attachment.
14201 <DT>External</DT>
14202 <DD>Passes a TEXT/HTML message to an external browser for its display.
14204 <DT>Prev Attach</DT>
14205 <DD>Move to previous attachment.
14207 <DT>Next Attach</DT>
14208 <DD>Move to next attachment.
14210 <DT>Prev Page</DT>
14211 <DD>Previous page of the listed attachments.
14213 <DT>Next Page</DT>
14214 <DD>Next page of the listed attachments.
14216 <DT>Delete</DT>
14217 <DD>Mark the currently selected attachment for Deletion.
14218 This does not modify the current message by deleting the attachment from
14219 it, but instead the delete flag <EM>only</EM> has an effect when saving
14220 the message to a folder.
14221 Attachments marked for deletion are not copied to the destination folder
14222 along with the rest of the message when it is saved.
14223 It is ok for the destination folder to be the same as the current folder.
14224 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
14226 <DT>Undelete</DT>
14227 <DD>Turn off the Delete flag for the selected attachment.
14229 <DT>Save</DT>
14230 <DD>Save the selected attachment to a file.  If the attachment is of
14231 type &quot;RFC822/Message&quot;, then the attachment will be saved to
14232 the specified mail folder.
14234 <DT>Export</DT>
14235 <DD>If the attachment is of
14236 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
14237 copy the message to a file in the same way this command works on 
14238 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
14240 <DT>Pipe</DT>
14241 <DD>Pipe the attachment contents into a UNIX command (if enabled).
14242 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
14244 <DT>WhereIs</DT>
14245 <DD>Find a matching string in the attachment list.
14247 <DT>AboutAttch</DT>
14248 <DD>Examine various aspects of the selected attachment.
14250 <DT>Print</DT>
14251 <DD>Print the selected attachment.
14253 <DT>Forward</DT>
14254 <DD>Forward the selected attachment as an attachment.
14255 </DL>
14259 All attachments can be saved or piped into a UNIX command, but some may
14260 not be readily displayed by either Alpine or an external tool.  In such
14261 cases, the reason why the message cannot be displayed is displayed on
14262 Alpine's message line.
14264 &lt;End of help on this topic&gt;
14265 </BODY>
14266 </HTML>
14267 ============= h_mail_text_att_view ========================
14268 <HTML>
14269 <HEAD>
14270 <TITLE>Attachment View Screen Explained</TITLE>
14271 </HEAD>
14272 <BODY>
14273 This function allows you to view the contents of a text attachment. You
14274 can only view one attachment at a time.
14276 Available commands include:
14278 <DL>
14280 <DT>Help</DT>
14281 <DD>Display this help text
14283 <DT>AttchIndex</DT>
14284 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
14286 <DT>Prev Page</DT>
14287 <DD>Show the previous page of the current attachment.
14289 <DT>Next Page</DT>
14290 <DD>Show the next page of the current attachment by pressing the space bar.
14292 <DT>Delete</DT>
14293 <DD>Mark the viewed attachment for Deletion.  The delete
14294 flag <EM>only</EM> has affect when saving the message to a folder.
14295 Attachments marked for deletion are excluded from the message when
14296 it is saved.  In addition, the delete mark <EM>only</EM> applies to
14297 this Alpine session.
14299 <DT>Undelete</DT>
14300 <DD>Turn off the Delete flag for the selected attachment.
14302 <DT>Save</DT>
14303 <DD>Copy the current attachment to a file.  If you just enter
14304 a filename, the attachment will be saved with that name in
14305 your home directory 
14306 <!--chtml if pinemode="running"-->
14307 (which, in the present configuration of your system, is
14308  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14309 <!--chtml endif-->
14310 or current working directory
14311 <!--chtml if pinemode="running"-->
14312 (which, at least for your current Alpine &quot;session,&quot; 
14313 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14314 <!--chtml endif-->, depending on the
14315 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14316 configuration setting.  You may enter the full
14317 path and filename to save it in another directory instead.
14319 <DT>Export</DT>
14320 <DD>If the attachment is of
14321 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
14322 copy the message to a file in the same way this command works on 
14323 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
14324 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
14325 defined, they may affect the contents of the exported file.)
14327 <DT>Pipe</DT>
14328 <DD>Pipe the attachment contents into a UNIX command (if enabled)
14330 <DT>WhereIs</DT>
14331 <DD>Search the attachment for a string of letters.  If it is
14332 found, move to it.  The string can be one word or a phrase.
14333 If there are multiple occurrences, the cursor moves to the
14334 first occurrence beyond the current cursor position.
14336 <DT>Print</DT>
14337 <DD>Print the current attachment on paper.  You can select the
14338 printer or the print command via the &quot;Setup&quot; command
14339 on the MAIN MENU.
14341 <DT>Forward</DT>
14342 <DD>Forward the selected attachment as an attachment.
14343 </DL>
14345 &lt;End of help on this topic&gt;
14346 </BODY>
14347 </HTML>
14348 ============= h_journal ==============
14349 <HTML>
14350 <HEAD>
14351 <TITLE>Recent Message Journal Explained</TITLE>
14352 </HEAD>
14353 <BODY>
14355 The following commands are available on this screen:
14357 <DL>
14358 <DT>Help</DT>
14359 <DD>Show this help text
14361 <DT>Exit</DT>
14362 <DD>Exit Viewer, and go back to mail processing
14364 <DT>Prev Page</DT>
14365 <DD>Show the previous page text
14367 <DT>Next Page</DT>
14368 <DD>Show the next page of text by pressing the space bar
14370 <DT>Print</DT>
14371 <DD>Print the displayed text on paper.  You can select the
14372 printer or the print command via the &quot;Setup&quot; command
14373 on the MAIN MENU.
14375 <DT>Fwd Email</DT>
14376 <DD>Begin composition of a new mail message with the displayed
14377 text already inserted in the message body.
14379 <DT>Save</DT>
14380 <DD>Copy the displayed text to a file.  If you just enter
14381 a filename, the text will be saved with that name in
14382 your 
14383 home directory 
14384 <!--chtml if pinemode="running"-->
14385 (which, in the present configuration of your system, is
14386  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14387 <!--chtml endif-->
14388 or current working directory
14389 <!--chtml if pinemode="running"-->
14390 (which, at least for your current Alpine &quot;session,&quot; 
14391 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14392 <!--chtml endif-->, depending on the
14393 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14394 configuration setting.   You may enter the full
14395 path and filename to save it in another directory instead.
14397 <DT>WhereIs</DT>
14398 <DD>Search the text for a string of letters.  If it is
14399 found, move to it.  The string can be one word or a phrase.
14400 If there are multiple occurrences, the cursor moves to the
14401 first occurrence beyond the current cursor position.
14402 </DL>
14404 &lt;End of help on this topic&gt;
14405 </BODY>
14406 </HTML>
14407 ============= h_debugjournal ==============
14408 <HTML>
14409 <HEAD>
14410 <TITLE>Debug Journal Explained</TITLE>
14411 </HEAD>
14412 <BODY>
14414 The following commands are available on this screen:
14416 <DL>
14417 <DT>Help</DT>
14418 <DD>Show this help text
14420 <DT>Exit</DT>
14421 <DD>Exit Viewer, and go back to mail processing
14423 <DT>Timestamps</DT>
14424 <DD>Turn on or off timestamps.
14426 <DT>DebugView</DT>
14427 <DD>Set the level of debugging you want to see. The level may be any number
14428 in the range 0-9. Higher numbers show more debugging detail. Note that the
14429 debugging information has already been captured. This setting just causes the
14430 debugging information that you see to be filtered. If you set this to
14431 the number &quot;5&quot; then you will be shown all of the debugging information
14432 at levels 5 and below.
14433 It's actually a bit more complicated than that. A fixed amount of memory
14434 is used to store the debug information.
14435 Since the amount of memory used is limited the debugging information
14436 has to be trimmed back when it gets too large.
14438 <DT>Prev Page</DT>
14439 <DD>Show the previous page text
14441 <DT>Next Page</DT>
14442 <DD>Show the next page of text by pressing the space bar
14444 <DT>Print</DT>
14445 <DD>Print the displayed text on paper.  You can select the
14446 printer or the print command via the &quot;Setup&quot; command
14447 on the MAIN MENU.
14449 <DT>Fwd Email</DT>
14450 <DD>Begin composition of a new mail message with the displayed
14451 text already inserted in the message body.
14453 <DT>Save</DT>
14454 <DD>Copy the displayed text to a file.  If you just enter
14455 a filename, the text will be saved with that name in
14456 your 
14457 home directory 
14458 <!--chtml if pinemode="running"-->
14459 (which, in the present configuration of your system, is
14460  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14461 <!--chtml endif-->
14462 or current working directory
14463 <!--chtml if pinemode="running"-->
14464 (which, at least for your current Alpine &quot;session,&quot; 
14465 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14466 <!--chtml endif-->, depending on the
14467 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14468 configuration setting.   You may enter the full
14469 path and filename to save it in another directory instead.
14471 <DT>WhereIs</DT>
14472 <DD>Search the text for a string of letters.  If it is
14473 found, move to it.  The string can be one word or a phrase.
14474 If there are multiple occurrences, the cursor moves to the
14475 first occurrence beyond the current cursor position.
14476 </DL>
14478 &lt;End of help on this topic&gt;
14479 </BODY>
14480 </HTML>
14481 ============= h_simple_text_view ==============
14482 <HTML>
14483 <HEAD>
14484 <TITLE>Simple Text View Screen Explained</TITLE>
14485 </HEAD>
14486 <BODY>
14488 The following commands are available on this screen:
14490 <DL>
14491 <DT>Help</DT>
14492 <DD>Show this help text
14494 <DT>Exit</DT>
14495 <DD>Exit Viewer, and go back to mail processing
14497 <DT>Prev Page</DT>
14498 <DD>Show the previous page text
14500 <DT>Next Page</DT>
14501 <DD>Show the next page of text by pressing the space bar
14503 <DT>Print</DT>
14504 <DD>Print the displayed text on paper.  You can select the
14505 printer or the print command via the &quot;Setup&quot; command
14506 on the MAIN MENU.
14508 <DT>Fwd Email</DT>
14509 <DD>Begin composition of a new mail message with the displayed
14510 text already inserted in the message body.
14512 <DT>Save</DT>
14513 <DD>Copy the displayed text to a file.  If you just enter
14514 a filename, the attachment will be saved with that name in
14515 your 
14516 home directory 
14517 <!--chtml if pinemode="running"-->
14518 (which, in the present configuration of your system, is
14519  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14520 <!--chtml endif-->
14521 or current working directory
14522 <!--chtml if pinemode="running"-->
14523 (which, at least for your current Alpine &quot;session,&quot; 
14524 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14525 <!--chtml endif-->, depending on the
14526 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14527 configuration setting.   You may enter the full
14528 path and filename to save it in another directory instead.
14530 <DT>WhereIs</DT>
14531 <DD>Search the attachment for a string of letters.  If it is
14532 found, move to it.  The string can be one word or a phrase.
14533 If there are multiple occurrences, the cursor moves to the
14534 first occurrence beyond the current cursor position.
14535 </DL>
14537 &lt;End of help on this topic&gt;
14538 </BODY>
14539 </HTML>
14540 ======= h_pine_for_windows ========
14541 <HTML>
14542 <HEAD>
14543 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
14544 </HEAD>
14545 <BODY>
14546 <H1>Getting Help In PC-Alpine</H1>
14549 PC-Alpine offers general and specific help text. From the <A
14550 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
14551 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
14552 specific help for that screen is available from the toolbar Help menu or
14553 with the 
14554 <!--chtml if pinemode="function_key"-->
14555 &quot;F1&quot; key.
14556 <!--chtml else-->
14557 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
14558 typing &quot;?&quot; would be mistaken as entering text.
14559 <!--chtml endif-->
14562 Although this version of Alpine is for Microsoft Windows, it is not
14563 considered a full &quot;Graphical User Interface&quot; application. 
14564 Yet, many of the controls that Windows users are accustomed to seeing, 
14565 such as scrollbars and toolbars, are available.
14568 PC-Alpine offers considerable mouse support.  You can view what is
14569 &quot;click-able&quot; by dragging your mouse over any screen; when the
14570 arrow cursor changes into a hand, you found something. Mouse-click
14571 possibilities include navigating between screens and folders and
14572 double-clicking on hyperlinks to open your Web browser.
14573 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
14574 screen.  Examples of right-click options include &quot;copy&quot; after
14575 selecting text to copy and &quot;View in New Window&quot; when you click
14576 on a particular message in the Message Index. The menu choices available
14577 to you will vary based upon what screen is open, where on the screen your
14578 cursor is located, and even what action you have already taken.
14581 &lt;End of help on this topic&gt;
14582 </BODY>
14583 </HTML>
14584 ===== h_composer =====
14585 <HTML>
14586 <HEAD>
14587 <TITLE>COMPOSER COMMANDS</TITLE>
14588 </HEAD>
14589 <BODY>
14590 <H1>COMPOSER COMMANDS</H1>
14592 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>
14593 &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>
14594 &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>
14595 &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>
14596 &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>
14597 &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>
14598 &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>
14599 &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>
14600 &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>
14601 &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>
14602 ---------------------------------------|&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>
14603 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>
14604 &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>
14605 &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>
14606 &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>
14609 NOTE:
14610 <OL>
14611  <LI>For help on a particular command, highlight the bold text associated
14612 with it above and hit Return.
14613  <LI> The availability of certain commands
14614 is determined by Alpine configuration files and system capabilities.
14615 At some sites, certain commands may not be available due to security or
14616 support concerns.
14617  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14618 Ctrl-&#92;, ESC.
14619  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14620 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14621 </OL>
14624 HINT: To move rapidly to the bottom of a message you are composing,
14625 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
14626 with the Mark and Cut commands to eliminate large amounts of unwanted
14627 text in a Reply.
14629 <H2>Description of Composer</H2>
14631 Alpine has a built-in editing program that allows you to compose messages
14632 without having to leave Alpine.  The editor is designed to be very simple to
14633 use so that you can get started writing email right away.
14636 Messages are usually just text, about 80 columns wide.  Using upper and
14637 lower case is encouraged.  On some systems the size limit of the message
14638 is about 100,000 characters, which is about 2,000 lines.  You can include
14639 punctuation and special characters found on most keyboards, but you can't
14640 include characters with diacritical marks and certain special symbols.
14643 Text automatically wraps as you type past the end of a line so you do not
14644 have to hit return.  Using the
14645 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
14646 you can also reformat text explicitly, perhaps after you have
14647 deleted some text.
14650 You can include other text files with the 
14651 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
14652 which will prompt you for the name of the file to insert at the
14653 current cursor position.
14656 <UL>
14657 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14658 </UL>
14660 &lt;End of help on this topic&gt;
14661 </BODY>
14662 </HTML>
14663 ====== h_composer_browse =====
14664 <HTML>
14665 <HEAD>
14666 <TITLE>BROWSER</TITLE>
14667 </HEAD>
14668 <BODY>
14669 <H1>BROWSER</H1>
14670 This screen lets you browse your files and directories.  To go to another 
14671 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
14672 choose &quot;Select&quot; (the default choice on the menu); 
14673 or choose &quot;Goto&quot; and enter the name of the directory.
14674 <!--chtml if pinemode="os_windows"-->
14675 <!--chtml else--> 
14676 In Unix Alpine, you may use 
14677 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
14678 to another's home directory.  
14679 <!--chtml endif--><P>
14680 To select a file, move the cursor to it and 
14681 choose &quot;Select&quot; (the default choice on the menu).  
14683 <UL>
14684 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
14685 inclusion in the 
14686 message body (that is, you chose &quot;Read File&quot; with the cursor under 
14687 the 
14688 &quot;----- Message Text -----&quot; line
14689 while composing, then &quot;To Files&quot;):  Since the file 
14690 selected will become part of the message text, it must be in a format 
14691 suitable for that (Alpine does not check!), such as a plain text file.
14692 Files of other formats (for example, graphics, databases, software 
14693 programs) should be 
14694 <B>attached</B> to the message instead --
14695 by moving the cursor in the COMPOSE MESSAGE screen into the 
14696 message header area and pressing 
14697 <!--chtml if pinemode="function_key"-->
14699 <!--chtml else-->
14700 Ctrl-J.
14701 <!--chtml endif--> 
14703 <P><LI>
14704 Note <B>if</B> you are currently using the BROWSER for saving a message 
14705 attachment, or exporting a message, to a file: You can use the Add command to 
14706 provide the name for a new file to save/export to, and then select that name 
14707 to use it for the save/export operation.  Back at the prompt 
14708 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
14709 either Overwrite or Append (it doesn't make a difference, since the file is 
14710 so far empty).  Note: If you cancel the 
14711 operation at that point, the file created with the Add command will remain 
14712 0 bytes in size.
14714 </UL>
14715 <P><UL>
14716 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14717 </UL>
14719 &lt;End of help on this topic&gt;
14720 </BODY>
14721 </HTML>
14722 ====== h_composer_ins =====
14723 <HTML>
14724 <HEAD>
14725 <TITLE>INSERT TEXT FILE</TITLE>
14726 </HEAD>
14727 <BODY>
14728 <H1>INSERT TEXT FILE</H1>
14730 Use this function to insert a text file. The file name
14731 given can be an absolute file path name for your system
14732 <!--chtml if pinemode="os_windows"-->
14733 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
14734 with a relative pathname, or simply a file name without
14735 drive or directory specification.  
14736 <!--chtml else-->
14737 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
14738 a file in your home directory, or a file path relative to your 
14739 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
14740 your home directory or &quot;~user&quot; to refer to another
14741 account's home directory.
14742 <!--chtml endif-->
14744 No wild card characters may be used.  
14745 The file must reside on the system running Alpine.
14747 If the 
14748 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14749 feature is set, names are relative to your current working directory 
14750 <!--chtml if pinemode="running"-->
14751 (which, at least for your current Alpine &quot;session,&quot; 
14752 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14753 <!--chtml endif-->
14754 rather than your home directory
14755 <!--chtml if pinemode="running"-->
14756 (which, in the present configuration of your system, is
14757  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14758 <!--chtml endif-->
14760 <P><UL>
14761 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14762 </UL>
14764 &lt;End of help on this topic&gt;
14765 </BODY>
14766 </HTML>
14767 ====== h_composer_ins_m =====
14768 <HTML>
14769 <HEAD>
14770 <TITLE>INSERT MESSAGE</TITLE>
14771 </HEAD>
14772 <BODY>
14773 <H1>INSERT MESSAGE</H1>
14775 Type in the number of a message in the currently open folder to insert it
14776 into your message.
14777 <P><UL>
14778 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14779 </UL>
14781 &lt;End of help on this topic&gt;
14782 </BODY>
14783 </HTML>
14784 ====== h_composer_search =====
14785 <HTML>
14786 <HEAD>
14787 <TITLE>Explanation of Composer Whereis Command </TITLE>
14788 </HEAD>
14789 <BODY>
14790 <H1>Help For Whereis Command</H1>
14792 Whereis is used to search the message for a word or part of a word.
14793 When searching in the composer, only the message part of your mail is
14794 searched, and the cursor is put on the first occurrence appearing
14795 after the location of the cursor.  The search will wrap to the
14796 beginning of the message when it no longer finds matches in the
14797 remainder of the message.
14799 To search for the same string a second time, press 
14800 <!--chtml if pinemode="function_key"-->
14801 &quot;F6&quot;
14802 <!--chtml else-->
14803 &quot;^W&quot;
14804 <!--chtml endif-->
14805 to begin search and then just press RETURN to accept the previous
14806 search string shown in square brackets rather than entering a new
14807 search string.<P>
14809 The &quot;Search&quot; prompt has several sub-command available:
14811 <DL>
14812 <DT>Get Help</DT>
14813 <DD> Takes you to this help page.
14815 <DT>Cancel</DT>
14816 <DD> Cancels the prompt.  No search takes place.
14818 <DT>First Line</DT>
14819 <DD> Takes you back to the composer with the cursor on the first character
14820 of the first line of text.
14822 <DT>Last Line</DT>
14823 <DD> Takes you back to the composer with the cursor on the last character
14824 of the last line of text.
14826 <DT>Replace (Optional)</DT>
14827 <DD> This sub-command is enabled by the 
14828 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
14829 feature (which is on by default); see its help screen for details on how replacing works.
14831 </DL>
14833 &lt;End of help on this topic&gt;
14834 </BODY>
14835 </HTML>
14836 ====== h_sigedit_search =====
14837 <HTML>
14838 <HEAD>
14839 <TITLE>Explanation of Whereis Command </TITLE>
14840 </HEAD>
14841 <BODY>
14842 <H1>Help For Whereis Command</H1>
14844 Whereis is used to search for a word or part of a word.
14845 When searching the cursor is put on the first occurrence appearing
14846 after the location of the cursor.  The search will wrap to the
14847 beginning of the signature when it no longer finds matches in the
14848 remainder of the signature.
14850 To search for the same string a second time, press 
14851 <!--chtml if pinemode="function_key"-->
14852 &quot;F6&quot;
14853 <!--chtml else-->
14854 &quot;^W&quot;
14855 <!--chtml endif-->
14856 to begin search and then just press RETURN to accept the previous
14857 search string shown in square brackets rather than entering a new
14858 search string.<P>
14860 The &quot;Search&quot; prompt has several sub-command available:
14862 <DL>
14863 <DT>Get Help</DT>
14864 <DD> Takes you to this help page.
14866 <DT>Cancel</DT>
14867 <DD> Cancels the prompt.  No search takes place.
14869 <DT>First Line</DT>
14870 <DD> Takes you back to the composer with the cursor on the first character
14871 of the first line of text.
14873 <DT>Last Line</DT>
14874 <DD> Takes you back to the composer with the cursor on the last character
14875 of the last line of text.
14877 <DT>Replace (Optional)</DT>
14878 <DD> This sub-command is enabled by the 
14879 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
14880 feature (which is on by default); see its help screen for details on how replacing works.
14882 </DL>
14884 &lt;End of help on this topic&gt;
14885 </BODY>
14886 </HTML>
14887 ======= h_composer_to ====
14888 <HTML>
14889 <HEAD>
14890 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
14891 </HEAD>
14892 <BODY>
14893 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
14895 <H2>The &quot;To:&quot; field</H2>
14896 The address you enter here must be a valid email address that is reachable
14897 from your site. 
14899 <H2>Email Address Format</H2>
14900 You may enter a full name and email address, 
14901 <!--chtml if pinemode="os_windows"-->
14902 <!--chtml else-->
14903 a local (meaning, on the same 
14904 host as the one you are running Alpine on) username that Alpine will
14905 complete for you, 
14906 <!--chtml endif-->
14907 the nickname of someone in a 
14908 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
14909 mail alias defined by your system administrator.  When you move the cursor
14910 out of this field, the nicknames will be expanded to the addresses in your
14911 address book, and the local usernames will be expanded to include the 
14912 persons' actual names.  You may enter as many addresses as you wish, but they 
14913 must be separated by commas.  You can move around this and other header fields
14914 with the arrow keys and use many of the usual composer editing keys.
14916 <UL>
14917 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14918 </UL>
14921 <H2>MESSAGE HEADER COMMANDS</H2>
14922 <!--chtml if pinemode="function_key"-->
14923 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
14924 ^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>
14925 ^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>
14926 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
14927 ^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>
14928 ^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>
14929 ^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>
14930 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>
14931 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>
14932 ^@&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>
14933 ----------------------------------------|<BR>
14934 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
14935 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>
14936 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>
14937 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>
14938 <!--chtml else-->
14939 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
14940 ^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>
14941 ^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>
14942 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
14943 ^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>
14944 ^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>
14945 ^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>
14946 ^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>
14947 ^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>
14948 ^@&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>
14949 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
14950 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>
14951 ^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>
14952 ^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>
14953 ^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>
14954 <!--chtml endif-->
14957 NOTE:
14958 <OL>
14959  <LI>For help on a particular command, highlight the bold text associated
14960 with it above and hit Return.
14961  <LI> The availability of certain commands 
14962 is determined by Alpine configuration files and system capabilities.
14963 At some sites, certain commands may not be available due to security or
14964 support concerns.
14965 </OL>
14968 <UL>   
14969 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14970 </UL><P>
14971 &lt;End of help on this topic&gt;
14972 </BODY>
14973 </HTML>
14974 ======= h_composer_cc ====
14975 <HTML>
14976 <HEAD>
14977 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
14978 </HEAD>
14979 <BODY>
14980 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
14981 The Cc: field is just like the To: field, except it is used for addressees
14982 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
14983 not directly meant directly &quot;for&quot; these recipients, but you wanted 
14984 them to see the message.  The only difference the recipients see is that their 
14985 name is in the Cc: field, rather than the To: field.
14987 For help with Cc: field editing
14988 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14990 <UL>
14991 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14992 </UL>
14994 <UL>   
14995 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14996 </UL><P>
14997 &lt;End of help on this topic&gt;
14998 </BODY>
14999 </HTML>
15000 ======= h_composer_bcc ====
15001 <HTML>
15002 <HEAD>
15003 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
15004 </HEAD>
15005 <BODY>
15006 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
15007 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
15008 a copy of the message to one or more people whose addresses you do not
15009 wish disclosed, either to reduce clutter or for confidentiality.
15011 The format of the Bcc: field is just the same as the To: and Cc: fields in
15012 the way the addresses are entered.  The recipients listed here will
15013 receive a copy of the message, but --assuming your site's mail transport
15014 software is properly configured-- their addresses will not show up in the
15015 headers of the message, as delivered to all of the recipients.  The To:
15016 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
15018 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
15019 will automatically generate and place in the To: field a pseudo-address of 
15020   &quot;undisclosed-recipients: ;&quot;
15021 or whatever string has been specified in the 
15022 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
15023 variable.
15025 The reason for this is to avoid embarrassment caused by some Internet
15026 mail transfer software that interprets a &quot;missing&quot; To: header as 
15027 an error and replaces it with an Apparently-to: header that may contain
15028 the addresses you entered on the Bcc: line.  In addition, it may be
15029 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
15031 You can manipulate what text ends up on the (originally) empty To:
15032 field.  Just remember to put a colon and semicolon at the end of the
15033 field, which is a special notation denoting that it is not a real address.
15035 For information on message header editing
15036 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15038 <UL>
15039 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15040 </UL>
15042 <UL>   
15043 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15044 </UL><P>
15045 &lt;End of help on this topic&gt;
15046 </BODY>
15047 </HTML>
15048 ======= h_composer_lcc ====
15049 <HTML>
15050 <HEAD>
15051 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
15052 </HEAD>
15053 <BODY>
15054 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
15055 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
15056 you wish to send a message to a list of people but avoid having all
15057 of their addresses visible, in order to reduce clutter when the
15058 message is received.
15060 It is similar to the 
15061 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
15062 in that individual
15063 addressees are hidden, but Lcc is designed to work specifically with
15064 distribution lists you have created in your 
15065 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
15066 the nickname of the list on the Lcc line will result in the full name of
15067 your Alpine Address Book list being placed on the To: line of the message,
15068 using a special notation that distinguishes it from a real address. You
15069 must leave the To: line blank for your list name to appear there.
15071 For example, if you have this list entered in your Address Book:<PRE>
15073         largo         Key Largo List       DISTRIBUTION LIST:
15074                                            bogie@mgm.com
15075                                            lauren@mgm.com
15076                                            walter@mgm.com</PRE>
15079 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
15080 the result is:<PRE>
15082         To      : Key Largo List: ;
15083         Cc      :
15084         Bcc     :
15085         Fcc     : sent-mail
15086         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
15087                   lauren@mgm.com,
15088                   walter@mgm.com
15089         Subject :</PRE>
15091 Each recipient listed on the Lcc: line receives a copy of the message
15092 without their address being visible (as though they were listed on the
15093 Bcc: line). The colon-semicolon notation used to put the full-name of the
15094 list on the To: line is a special address format that doesn't specify any
15095 actual addressees, but does give some information to the recipients of the
15096 message.
15098 Note: if after entering an LCC, you delete the list name that is placed
15099 on the To: line, then recipients will see <PRE>
15100        To: undisclosed-recipients: ;</PRE>
15102 (or whatever string is defined in the 
15103 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
15104 variable) just as in the BCC case. 
15106 For help with Lcc: field editing
15107 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15109 <UL>
15110 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15111 </UL>
15113 <UL>   
15114 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15115 </UL><P>
15116 &lt;End of help on this topic&gt;
15117 </BODY>
15118 </HTML>
15119 ======= h_composer_from =======
15120 <HTML>
15121 <HEAD>
15122 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
15123 </HEAD>
15124 <BODY>
15125 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
15127 This header carries your return address.  It is the address toward which
15128 replies (and often, future unrelated correspondence) will be directed,
15129 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
15130 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
15131 sure this address is correct.
15133 For help with message header editing
15134 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15136 <UL>
15137 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15138 </UL>
15140 <UL>   
15141 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15142 </UL><P>
15143 &lt;End of help on this topic&gt;
15144 </BODY>
15145 </HTML>
15146 ======= h_composer_reply_to =======
15147 <HTML>
15148 <HEAD>
15149 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
15150 </HEAD>
15151 <BODY>
15152 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
15154 Most people should not need this header. The Reply-To: header is used in
15155 cases where you would like replies to your messages to be directed to an
15156 address other than your normal &quot;From:&quot; address.  This is atypical, 
15157 but can happen when you use multiple machines and do not have the same account
15158 name on each one, or when you wish to direct certain replies to accounts
15159 or folders designated for specific classes of correspondence.
15161 For help with message header editing
15162 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15164 <UL>
15165 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15166 </UL>
15169 <UL>   
15170 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15171 </UL><P>
15172 &lt;End of help on this topic&gt;
15173 </BODY>
15174 </HTML>
15175 ======= h_composer_custom_addr ====
15176 <HTML>
15177 <HEAD>
15178 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
15179 </HEAD>
15180 <BODY>
15181 <H1>CUSTOMIZED HEADER FIELD</H1>
15182 This is a customized header, i.e. not one that is part of Alpine's normal
15183 set of Compose headers.
15185 For help with message header editing
15186 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15188 <UL>
15189 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15190 </UL>
15192 <UL>   
15193 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15194 </UL><P>
15195 &lt;End of help on this topic&gt;
15196 </BODY>
15197 </HTML>
15198 ======= h_composer_custom_free ====
15199 <HTML>
15200 <HEAD>
15201 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
15202 </HEAD>
15203 <BODY>
15204 <H1>CUSTOMIZED HEADER FIELD</H1>
15205 This is a customized header, i.e. not one that is part of Alpine's normal
15206 set of Compose headers.
15208 This field consists of arbitrary text.
15210 For help with message header editing
15211 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15213 <UL>   
15214 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15215 </UL><P>
15216 &lt;End of help on this topic&gt;
15217 </BODY>
15218 </HTML>
15219 ====== h_composer_news =====
15220 <HTML>
15221 <HEAD>
15222 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
15223 </HEAD>
15224 <BODY>
15225 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
15226 Use the newsgroups line to specify any and all USENET newsgroups to which
15227 your message should be posted.  When composing a message from scratch, this
15228 line may be hidden.  If so, just press the rich headers command
15229 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
15230 to make it visible.
15232 <EM>Be aware</EM> that when you post to a newsgroup thousands of
15233 people will be reading your message.  Also, you or your system manager
15234 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
15235 in order for you to be able to post.
15237 For help with message header editing
15238 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15239 <P><UL>
15240 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15241 </UL>
15243 &lt;End of help on this topic&gt;
15244 </BODY>
15245 </HTML>
15246 ======= h_composer_fcc ====
15247 <HTML>
15248 <HEADER>
15249 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
15250 </HEADER>
15251 <BODY>
15252 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
15253 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
15254 each outgoing message.  The default value can be configured with the
15255 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
15256 the file carbon copy on any message you send by editing the FCC header.<p>
15258 You may type ^T to get a list of all your folders and select one to use as
15259 the FCC for this message.<P>
15261 For help with message header editing
15262 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15264 <UL>   
15265 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15266 </UL><P>
15267 &lt;End of help on this topic&gt;
15268 </BODY>
15269 </HTML>
15270 ======= h_composer_subject ====
15271 <HTML>
15272 <HEADER>
15273 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
15274 </HEADER>
15275 <BODY>
15276 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
15278 The subject header provides a place to enter a few words that summarize
15279 the topic of the message you are sending.  You may leave this line blank,
15280 but it is considered a courtesy to use a meaningful subject.<p>
15282 For help with message header editing
15283 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15285 <UL>   
15286 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15287 </UL><P>
15288 &lt;End of help on this topic&gt;
15289 </BODY>
15290 </HTML>
15291 ======= h_composer_attachment ====
15292 <HTML>
15293 <HEAD>
15294 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
15295 </HEAD>
15296 <BODY>
15297 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
15299 The &quot;Attchmnt:&quot; field is where you specify what file or
15300 files you'd like attached to
15301 the message you are composing.  Those files must reside on the machine
15302 running Alpine. If your file is on a PC or Mac and you run Alpine with an
15303 account on a Unix machine, you'll have to transfer it before attaching it.
15304 Contact local computer support people for assistance with transferring.
15307 The file name
15308 given can be an absolute file path name for your system
15309 <!--chtml if pinemode="os_windows"-->
15310 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
15311 with a relative pathname, or simply a file name without
15312 drive or directory specification.  
15313 <!--chtml else-->
15314 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
15315 a file in your home directory, or a file path relative to your 
15316 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
15317 your home directory or &quot;~user&quot; to refer to another
15318 account's home directory.
15319 <!--chtml endif--><P>
15320 No wild card characters may be used.
15321 <P>If the 
15322 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
15323 feature is set, names are relative to your current working directory 
15324 <!--chtml if pinemode="running"-->
15325 (which, at least for your current Alpine &quot;session,&quot; 
15326 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
15327 <!--chtml endif-->
15328 rather than your home directory
15329 <!--chtml if pinemode="running"-->
15330 (which, in the present configuration of your system, is
15331  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
15332 <!--chtml endif-->
15335 Alpine uses MIME encoding for attachments, so binaries and files of any
15336 length can safely be delivered to any MIME-capable mail reading program.
15337 If you send an attachment to someone who does not have a MIME-capable mail
15338 reading program yet, then the main message text will be readable, but
15339 attachments (even attachments that are just plain text) are not.
15342 Typing the filename on the Attchmnt: line achieves the same
15343 result as using the 
15344 <!--chtml if pinemode="function_key"-->
15346 <!--chtml else-->
15347 Ctrl-J
15348 <!--chtml endif--> command.
15351 If you Forward a message with attachments, you may delete them from your
15352 Forwarded message by editing the Attchmnt header line.
15355 For help with message header editing
15356 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15358 <UL>   
15359 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15360 </UL><P>
15361 &lt;End of help on this topic&gt;
15362 </BODY>
15363 </HTML>
15364 ======= h_composer_ctrl_j ====
15365 <HTML>
15366 <HEAD>
15367 <TITLE>COMPOSER ATTACH</TITLE>
15368 </HEAD>
15369 <BODY>
15370 After the
15371 <!--chtml if pinemode="function_key"-->
15373 <!--chtml else-->
15374 Ctrl-J
15375 <!--chtml endif--> command:
15376 At the &quot;File to attach:&quot; prompt, enter the name of the 
15377 existing file to attach to your message.  
15378 When the feature
15379 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
15380 is set
15381 you need only enter the beginning of the filename (enough of it to uniquely 
15382 identify the file) and press TAB to complete it.
15384 Or, press ^T to use the BROWSER screen for 
15385 selecting the file.  <P>
15386 For more information on attaching files, see the help screen for the 
15387 composer's 
15388 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
15389 but can be revealed using the 
15390 <!--chtml if pinemode="function_key"-->
15392 <!--chtml else-->
15393 Ctrl-R
15394 <!--chtml endif--> 
15395 command with the cursor positioned above the
15396 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
15398 &lt;End of help on this topic&gt;
15399 </BODY>
15400 </HTML>
15401 ======= h_edit_nav_cmds =========
15402 <HTML>
15403 <HEAD>
15404 <TITLE>Composer Editing Commands Explained</TITLE>
15405 </HEAD>
15406 <BODY>
15407 <H1>EDITING and NAVIGATION COMMANDS</H1>
15408 <!--chtml if pinemode="function_key"-->
15409 <PRE>
15410 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
15411 ^B (Left Arrow)    Back character       | ^D       Delete current character
15412 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
15413 ^P (Up Arrow)      Previous line        |
15414 ^N (Down Arrow)    Next line            | F9       Cut marked text or
15415 ^A                 Beginning of line    |            delete current line
15416 ^E                 End of line          | F10      Undelete line(s)
15417 F7                 Previous page        |
15418 F8                 Next page            |-------------------------------------
15419 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
15420 ----------------------------------------|
15421 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
15422 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
15423 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
15424 </PRE>
15425 <!--chtml else-->
15426 <PRE>
15427 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
15428 ^B (Left Arrow)    Back character       | ^D       Delete current character
15429 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
15430 ^P (Up Arrow)      Previous line        |
15431 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
15432 ^A                 Beginning of line    |            delete current line
15433 ^E                 End of line          | ^U       Undelete line(s)
15434 ^Y                 Previous page        |
15435 ^V                 Next page            |-------------------------------------
15436 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
15437 ----------------------------------------|
15438 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
15439 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
15440 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
15441 </PRE>
15442 <!--chtml endif-->
15443 &lt;End of help on this topic&gt;
15444 </BODY>
15445 </HTML>
15446 ===== h_composer_sigedit =====
15447 <HTML>
15448 <HEAD>
15449 <TITLE>Signature Editor Commands Explained</TITLE>
15450 </HEAD>
15451 <BODY>
15452 <H1>SIGNATURE EDITOR COMMANDS</H1>
15453 <!--chtml if pinemode="function_key"-->
15454 <PRE>
15455 CURSOR MOTION KEYS                     |EDITING KEYS
15456   ^B (Left Arrow)   Back character     | ^D       Delete current character
15457   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15458   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15459   ^N (Down Arrow)   Next line          | F9       Cut marked text or
15460   ^A                Beginning of line  |           delete current line
15461   ^E                End of line        | F10       Paste text, undelete lines
15462   F7                Previous page      |           cut with ^K, or unjustify
15463   F8                Next page          |-------------------------------------
15464   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15465 ---------------------------------------| F6       Whereis (search for string)
15466 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
15467  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
15468                  |  ^Z    Suspend      | ^L       Redraw Screen
15469  F2   Send       |  F6    Alt. editor  | F5       Read in a file
15470 </PRE>
15471 <!--chtml else-->
15472 <PRE>
15473 CURSOR MOTION KEYS                     |EDITING KEYS
15474   ^B (Left Arrow)   Back character     | ^D       Delete current character
15475   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15476   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15477   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
15478   ^A                Beginning of line  |           delete current line
15479   ^E                End of line        | ^U        Paste text, undelete lines
15480   ^Y                Previous page      |           cut with ^K, or unjustify
15481   ^V                Next page          |-------------------------------------
15482   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15483 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
15484 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
15485  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
15486                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
15487  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
15488 </PRE>
15489 <!--chtml endif-->
15491 NOTE: The presence or absence of the following commands is determined
15492 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
15493 some of these commands may be administratively disabled by your system
15494 manager; if they don't work, please check with your local help desk
15495 before reporting a bug.
15497 <UL>
15498  <LI>Suspend (suspends Alpine and gives a system prompt)
15499  <LI>Alternate editor (allows you to compose with your own editor)
15500 </UL>
15503 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
15504 Ctrl-&#92;, ESC
15507 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
15508 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
15510 &lt;End of help on this topic&gt;
15511 </BODY>
15512 </HTML>
15513 ===== h_composer_commentedit =====
15514 <HTML>
15515 <HEAD>
15516 <TITLE>Comment Editor Commands Explained</TITLE>
15517 </HEAD>
15518 <BODY>
15519 <H1>COMMENT EDITOR COMMANDS</H1>
15520 <!--chtml if pinemode="function_key"-->
15521 <PRE>
15522 CURSOR MOTION KEYS                     |EDITING KEYS
15523   ^B (Left Arrow)   Back character     | ^D       Delete current character
15524   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15525   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15526   ^N (Down Arrow)   Next line          | F9       Cut marked text or
15527   ^A                Beginning of line  |           delete current line
15528   ^E                End of line        | F10       Paste text, undelete lines
15529   F7                Previous page      |           cut with ^K, or unjustify
15530   F8                Next page          |-------------------------------------
15531   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15532 ---------------------------------------| F6       Whereis (search for string)
15533 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
15534  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
15535                  |  ^Z    Suspend      | ^L       Redraw Screen
15536  F2   Send       |  F6    Alt. editor  | F5       Read in a file
15537 </PRE>
15538 <!--chtml else-->
15539 <PRE>
15540 CURSOR MOTION KEYS                     |EDITING KEYS
15541   ^B (Left Arrow)   Back character     | ^D       Delete current character
15542   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15543   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15544   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
15545   ^A                Beginning of line  |           delete current line
15546   ^E                End of line        | ^U        Paste text, undelete lines
15547   ^Y                Previous page      |           cut with ^K, or unjustify
15548   ^V                Next page          |-------------------------------------
15549   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15550 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
15551 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
15552  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
15553                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
15554  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
15555 </PRE>
15556 <!--chtml endif-->
15558 NOTE: The presence or absence of the following commands is determined
15559 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
15560 some of these commands may be administratively disabled by your system
15561 manager; if they don't work, please check with your local help desk
15562 before reporting a bug.
15564 <UL>
15565  <LI>Suspend (suspends Alpine and gives a system prompt)
15566  <LI>Alternate editor (allows you to compose with your own editor)
15567 </UL>
15570 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
15571 Ctrl-&#92;, ESC
15574 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
15575 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
15577 &lt;End of help on this topic&gt;
15578 </BODY>
15579 </HTML>
15580 ======= h_composer_abook_nick =======
15581 <HTML>
15582 <HEAD>
15583 <TITLE>Addressbook Nickname Explained</TITLE>
15584 </HEAD>
15585 <BODY>
15586 This is a short nickname for this address book entry.  If it is used in
15587 place of an address from the composer, the composer will fill in the
15588 address(es) for the entry that matches the nickname. 
15591 Look <A HREF="h_edit_nav_cmds">here</A>
15592 to see the available Editing and Navigation commands.
15594 &lt;End of help on this topic&gt;
15595 </BODY>
15596 </HTML>
15597 ======= h_composer_abook_full =======
15598 <HTML>
15599 <HEAD>
15600 <TITLE>Addressbook Fullname Explained</TITLE>
15601 </HEAD>
15602 <BODY>
15603 This is the full name field for this entry.  If this is going to be a
15604 distribution list (more than one address), it should be a descriptive
15605 phrase describing the list.  It will be included in the mail header if you
15606 put the list in the To: or CC: field, or in the To: line if you put the
15607 list in the Lcc: field.  It's OK to leave this field blank (and OK to
15608 leave any of the other fields blank, too). If this address book entry is
15609 going to be a simple entry with just one address, then this field is the
15610 person's name. When you send mail to this entry, this is the field to the
15611 left of the brackets. That is, it is the most readable part of the 
15612 address. For example, in the sample address:
15613 <PRE>
15614        John Doe &lt;jdoe@some.domain&gt;
15615 </PRE>
15616 "John Doe" is the full name field. If you are sorting your address book
15617 with one of the options that uses full names, then it might be useful to
15618 enter the full name as "Last, First", for example:
15619 <PRE>
15620        Doe, John
15621 </PRE>
15622 so that it will be sorted using Doe instead of John. This will be changed
15623 back into John Doe when you use it.
15625 Look <A HREF="h_edit_nav_cmds">here</A>
15626 to see the available Editing and Navigation commands.
15628 &lt;End of help on this topic&gt;
15629 </BODY>
15630 </HTML>
15631 ======= h_composer_abook_fcc =======
15632 <HTML>
15633 <HEAD>
15634 <TITLE>Addressbook Fcc Explained</TITLE>
15635 </HEAD>
15636 <BODY>
15637 If this entry is the first one in the To: line of an outgoing message,
15638 this field will be used for the Fcc (File Carbon Copy) instead of whatever
15639 you would normally get (which depends on which
15640 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
15641 you've chosen). 
15643 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
15644 that you don't want any Fcc associated with this entry.
15646 Look <A HREF="h_edit_nav_cmds">here</A>
15647 to see the available Editing and Navigation commands.
15649 &lt;End of help on this topic&gt;
15650 </BODY>
15651 </HTML>
15652 ====== h_config_combined_abook_display =====
15653 <HTML>
15654 <HEAD>
15655 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
15656 </HEAD>
15657 <BODY>
15658 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
15660 This feature affects the address book display screens.
15661 Normally, expanding an address book from the ADDRESS BOOK LIST screen
15662 will cause the remaining address books and directory servers to disappear
15663 from the screen, leaving only the entries of the expanded address book.
15664 If this feature is set, then the other address books will remain on the screen,
15665 so that all of the address books can be present at once.
15668 The way that commands work won't be changed.
15669 For example, the Select All command will select all of the entries in the
15670 current address book, not all of the entries in all of the address books.
15671 The WhereIs command will change a little.
15672 It will search through all of the text on the screen plus all of the entries
15673 from expanded address books.
15676 When this feature is set, the setting of the feature
15677 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
15678 has an effect.
15680 &lt;End of help on this topic&gt;
15681 </BODY>
15682 </HTML>
15683 ====== h_config_titlebar_color_style =====
15684 <HTML>
15685 <HEAD>
15686 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
15687 </HEAD>
15688 <BODY>
15689 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
15691 This option affects the colors used to display the titlebar (the top
15692 line on the screen) when viewing a message.
15695 The available options include:
15698 <DL>
15699 <DT>default</DT>
15700 <DD>The color of the titlebar will be the color you set for the
15701 <A HREF="h_config_title_color">Title Color</A>.
15702 The Title Color may be set by using the
15703 <A HREF="h_color_setup">Setup Kolor</A> screen.
15704 </DD>
15706 <DT>indexline</DT>
15707 <DD>The color of the titlebar will be the same as the color of the
15708 index line corresponding to the message being viewed.
15709 The rules that determine what color the index line will be may be set
15710 up by going to the Setup/Rules/Indexcolor screen.
15711 If the index line for a message is not colored explicitly by the
15712 Indexcolor rules, then the titlebar will be colored the same as for
15713 the &quot;default&quot; option above (which is not the same color that
15714 the index line itself will have).
15715 </DD>
15717 <DT>reverse-indexline</DT>
15718 <DD>This is similar to the &quot;indexline&quot; option except the
15719 foreground and background colors from the corresponding index line will
15720 be reversed.
15721 For example, if the index line color is red letters on a white background,
15722 then the titlebar will be white letters on a red background.
15723 If the index line for a message is not colored explicitly by the
15724 Indexcolor rules, then the titlebar will be colored the same as for
15725 the &quot;default&quot; option above (which is not the same color that
15726 the index line itself will have).
15727 </DD>
15728 </DL>
15732 <UL>   
15733 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15734 </UL><P>
15735 &lt;End of help on this topic&gt;
15736 </BODY>
15737 </HTML>
15738 ====== h_config_index_color_style =====
15739 <HTML>
15740 <HEAD>
15741 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
15742 </HEAD>
15743 <BODY>
15744 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
15746 This option affects the colors used to display the current line in the
15747 MESSAGE INDEX screen.
15748 If you do not have Index Color Rules defined, then this option will
15749 have no effect in the index.
15750 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
15752 If the option
15753 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
15754 is turned on and the
15755 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
15756 is set to something other than the default, then
15757 this option also affects the color used to display the current folder
15758 in the Incoming FOLDER LIST screen.
15761 The available options include:
15764 <DL>
15765 <DT>flip-colors</DT>
15766 <DD>This is the default.
15767 If an index line is colored because it matches one of your
15768 Index Color Rules, then its colors will be reversed when it is the currently
15769 highlighted line.
15770 For example, if the line is normally red text on a blue background, then
15771 when it is the current line it will be drawn as blue text on a red background.
15773 The rest of the option values all revert to this flip-colors behavior if
15774 there is no Reverse Color defined.
15775 </DD>
15777 <DT>reverse</DT>
15778 <DD>With this option the Reverse color is always used to highlight the
15779 current line.
15780 </DD>
15782 <DT>reverse-fg</DT>
15783 <DD>The foreground part of the Reverse Color is used to highlight
15784 the current line.
15785 If this would cause the text to be unreadable (because the foreground and
15786 background colors are the same) or if it would cause no change in the
15787 color of the index line, then the colors are flipped instead.
15789 Some people think this works particularly well if you use different
15790 background colors to emphasize &quot;interesting&quot; lines,
15791 but always with the same Normal foreground color,
15792 and you use a different foreground color for the Reverse Color.
15793 </DD>
15795 <DT>reverse-fg-no-ambiguity</DT>
15796 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
15797 the resulting color will be exactly the same as the regular Reverse
15798 Color.
15799 That can lead to some possible confusion because an
15800 &quot;interesting&quot;
15801 line that is the current line will be displayed exactly the same as a
15802 non-interesting line that is current.
15803 You can't tell whether the line is just a regular current line or if it is
15804 an &quot;interesting&quot; current line by looking at the color.
15805 Setting the option to this value removes that ambiguity.
15806 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
15807 interesting current line would look just like a non-interesting current line.
15808 In that case, the interesting line's colors are simply flipped (like in the
15809 default behavior).
15811 As an alternative way to preserve the line's interestingness in this case,
15812 you may find that using both a different foreground and a different
15813 background color for the interesting line will help.
15814 </DD>
15816 <DT>reverse-bg</DT>
15817 <DD>The background part of the Reverse Color is used to highlight
15818 the current line.
15819 If this would cause the text to be unreadable (because the foreground and
15820 background colors are the same) or if it would cause no change in the
15821 color of the index line, then the colors are flipped instead.
15823 Some people think this works particularly well if you use different
15824 foreground colors to emphasize &quot;interesting&quot; lines,
15825 but always with the same Normal background color,
15826 and you use a different background color for the Reverse Color.
15827 </DD>
15829 <DT>reverse-bg-no-ambiguity</DT>
15830 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
15831 rule may also result in a color that is exactly the same as the regular
15832 Reverse Color.
15833 Setting the option to this value removes that ambiguity.
15834 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
15835 current line has the same color as the Reverse Color.
15836 In that case, the interesting line's colors are simply flipped (like in the
15837 default behavior).
15838 </DD>
15839 </DL>
15843 <UL>   
15844 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15845 </UL><P>
15846 &lt;End of help on this topic&gt;
15847 </BODY>
15848 </HTML>
15849 ====== h_config_expanded_addrbooks =====
15850 <HTML>
15851 <HEAD>
15852 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
15853 </HEAD>
15854 <BODY>
15855 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
15857 If multiple address books (either personal or global) are defined, and you
15858 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
15859 screen, then set this feature. This feature will have no effect unless the
15860 feature
15861 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
15862 is also set.
15864 &lt;End of help on this topic&gt;
15865 </BODY>
15866 </HTML>
15867 ====== h_config_combined_folder_display =====
15868 <HTML>
15869 <HEAD>
15870 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
15871 </HEAD>
15872 <BODY>
15873 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
15875 This feature affects the folder list display screens.
15876 Normally, each folder list is viewed within its collection only.  This
15877 command allows folder lists to be viewed within a single screen that
15878 combines the contents of all collections.
15881 The way that commands work won't be changed.
15882 For example, the Select All command will select all of the folders in the
15883 current collection, not all of the entries in all of the collections.
15884 The WhereIs command will change a little.
15885 It will search through all of the folders in the current collection as well
15886 as all the folder in any other expanded collection.
15889 When this feature is set, the setting of the feature
15890 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
15891 has an effect.
15893 &lt;End of help on this topic&gt;
15894 </BODY>
15895 </HTML>
15896 ====== h_config_combined_subdir_display =====
15897 <HTML>
15898 <HEAD>
15899 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
15900 </HEAD>
15901 <BODY>
15902 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
15904 This feature affects the Folder List screen when
15906 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
15907 feature is enabled.  Normally, selecting a directory from the Folder
15908 List takes you into a new screen displaying only the contents of
15909 that directory.
15912 Enabling this feature will cause the contents of the selected
15913 directory to be
15914 displayed within the boundaries of the &quot;Collection&quot; it
15915 is a part of.  All previously displayed collections will remain
15916 in the screen.
15919 The way that commands work won't be changed.
15920 For example, the Select All command will select all of the folders in the
15921 directory, as opposed to all of the entries in all of the collections.
15922 The WhereIs command will change a little.
15923 It will search through all of the folders in the current collection as well
15924 as all the folder in any other expanded collection.
15927 &lt;End of help on this topic&gt;
15928 </BODY>
15929 </HTML>
15930 ====== h_config_separate_fold_dir_view =====
15931 <HTML>
15932 <HEAD>
15933 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
15934 </HEAD>
15935 <BODY>
15936 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
15938 This feature affects folder collections wherein a folder
15939 and directory can have the same name.  By default, Alpine displays them
15940 only once, denoting that it is both a folder and directory by appending
15941 the folder name with the hierarchy character enclosed
15942 in square brackets.
15946 Enabling this feature will cause Alpine to display such names
15947 separately marking the name representing a directory with a trailing
15948 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
15951 The feature also alters the command set slightly.  By default, the
15952 right-arrow descends into the directory, while hitting the Return key will
15953 cause the folder by that name to be opened.
15956 With this feature set, the Return key will open the highlighted folder, or
15957 enter the highlighted directory.
15960 &lt;End of help on this topic&gt;
15961 </BODY>
15962 </HTML>
15963 ====== h_config_expanded_folders =====
15964 <HTML>
15965 <HEAD>
15966 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
15967 </HEAD>
15968 <BODY>
15969 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
15971 If multiple folder collections are defined, and you
15972 wish to have them all expanded implicitly upon entering the FOLDER LIST
15973 screen, then set this feature. This feature will have no effect unless the
15974 feature
15975 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
15976 is also set.
15978 &lt;End of help on this topic&gt;
15979 </BODY>
15980 </HTML>
15981 ======= h_config_ldap_server =======
15982 <HTML>
15983 <HEAD>
15984 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
15985 </HEAD>
15986 <BODY>
15987 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
15988 This is the name of the host where an LDAP server is running.
15989 For redundancy, this may be a space-delimited set of server names, in which
15990 case the first server that answers is used.
15991 Each of the server names may be optionally followed by
15992 a colon and a port number.
15993 If this form is used then the port number configured below in the
15994 <EM>port</EM> field is not used.
15996 To find out whether your organization has its own LDAP server, 
15997 contact its computing support staff.
15998 <P><UL>
15999 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
16000 </UL>
16002 &lt;End of help on this topic&gt;
16003 </BODY>
16004 </HTML>
16005 ======= h_config_ldap_base =======
16006 <HTML>
16007 <HEAD>
16008 <TITLE>LDAP OPTION: Search-Base</TITLE>
16009 </HEAD>
16010 <BODY>
16011 <H1>LDAP OPTION: Search-Base</H1>
16013 This is the search base to be used on this server.  It functions as a filter 
16014 by restricting your searches in the LDAP server database
16015 to the specified contents of the specified fields.  Without it, searches 
16016 submitted to this directory server may fail.  It might be something
16017 like:
16019 <PRE>
16020       O = &lt;Your Organization Name&gt;, C = US
16021 </PRE>
16022 or it might be blank.  
16023 (Some LDAP servers actually ignore anything specified here.)
16025 If in doubt what parameters you should specify here, 
16026 contact the maintainers of the LDAP server.
16027 <P><UL>
16028 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
16029 </UL>
16031 &lt;End of help on this topic&gt;
16032 </BODY>
16033 </HTML>
16034 ======= h_config_ldap_port =======
16035 <HTML>
16036 <HEAD>
16037 <TITLE>LDAP OPTION: Port</TITLE>
16038 </HEAD>
16039 <BODY>
16040 <H1>LDAP OPTION: Port</H1>
16042 This is the TCP port number to be used with this LDAP server. If you leave
16043 this blank port 389 will be used.
16045 &lt;End of help on this topic&gt;
16046 </BODY>
16047 </HTML>
16048 ======= h_config_ldap_nick =======
16049 <HTML>
16050 <HEAD>
16051 <TITLE>LDAP OPTION: Nickname</TITLE>
16052 </HEAD>
16053 <BODY>
16054 <H1>LDAP OPTION: Nickname</H1>
16056 This is a nickname to be used in displays. If you don't supply a
16057 nickname the server name
16058 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
16059 will be used instead.  This option is strictly for your convenience.
16061 &lt;End of help on this topic&gt;
16062 </BODY>
16063 </HTML>
16064 ======= h_config_ldap_binddn =======
16065 <HTML>
16066 <HEAD>
16067 <TITLE>LDAP OPTION: Bind-DN</TITLE>
16068 </HEAD>
16069 <BODY>
16070 <H1>LDAP OPTION: Bind-DN</H1>
16072 You may need to authenticate to the LDAP server before you are able to use it.
16073 This is the Distinguished Name to bind to when authenticating to this server.
16074 Try leaving this blank until you know you need it.
16076 Alpine only knows about LDAP Simple authentication.
16077 It does not attempt LDAP SASL authentication.
16078 The DN and password will be sent in the clear unless TLS encryption is
16079 being used on this connection.
16080 Because of this, you may want to set the LDAP feature
16081 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
16082 or the feature
16083 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
16084 if you are going to be providing a password.
16085 <P><UL>
16086 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
16087 </UL>
16089 &lt;End of help on this topic&gt;
16090 </BODY>
16091 </HTML>
16092 ======= h_config_ldap_opts_impl =======
16093 <HTML>
16094 <HEAD>
16095 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
16096 </HEAD>
16097 <BODY>
16098 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
16100 Set this to have lookups done to this server implicitly from the composer.
16101 If an address doesn't look like a fully-qualified address, it will be looked
16102 up in your address books, and if it doesn't match a nickname there, then it
16103 will be looked up on the LDAP servers that have this feature set.
16104 The lookups will also be done when using the address completion feature
16105 (TAB command) in the composer if any of the servers have this feature set.
16106 Also see the LDAP feature
16107 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
16108 and the Setup/Config feature
16109 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
16111 &lt;End of help on this topic&gt;
16112 </BODY>
16113 </HTML>
16114 ======= h_config_ldap_opts_tls =======
16115 <HTML>
16116 <HEAD>
16117 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
16118 </HEAD>
16119 <BODY>
16120 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
16122 When connecting to this server Alpine will attempt to use TLS encryption
16123 on the connection.
16124 Also see the closely related feature
16125 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
16127 Note that if this option is set, then 
16128 <A HREF="h_config_ldap_opts_ldaps">
16129 &quot;Require-LDAPS-On-Connection&quot;</A>
16130 can not be enabled for this server. You must disable this feature in
16131 order to use 
16132 <A HREF="h_config_ldap_opts_ldaps">
16133 &quot;Require-LDAPS-On-Connection&quot;</A>
16135 &lt;End of help on this topic&gt;
16136 </BODY>
16137 </HTML>
16138 ======= h_config_ldap_opts_tlsmust =======
16139 <HTML>
16140 <HEAD>
16141 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
16142 </HEAD>
16143 <BODY>
16144 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
16146 When connecting to this server Alpine will attempt to use TLS encryption
16147 on the connection.
16148 If the StartTLS operation fails then the connection will not be used.
16150 Note that if this option is set, then 
16151 <A HREF="h_config_ldap_opts_ldaps">
16152 &quot;Require-LDAPS-On-Connection&quot;</A>
16153 can not be enabled for this server. You must disable this feature in
16154 order to use 
16155 <A HREF="h_config_ldap_opts_ldaps">
16156 &quot;Require-LDAPS-On-Connection&quot;</A>
16158 &lt;End of help on this topic&gt;
16159 </BODY>
16160 </HTML>
16161 ======= h_config_ldap_opts_ldaps =======
16162 <HTML>
16163 <HEAD>
16164 <TITLE>LDAP FEATURE: Require-LDAPS-On-Connection</TITLE>
16165 </HEAD>
16166 <BODY>
16167 <H1>LDAP FEATURE: Require-LDAPS-On-Connection</H1>
16169 When connecting to this server Alpine will use LDAPS (LDAP over SSL/TLS) 
16170 on the connection.
16172 This feature can not be used along with 
16173 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
16174  or
16175 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>.
16176 If you want to connect using StartTLS to this server, you must disable
16177 this feature first.
16179 &lt;End of help on this topic&gt;
16180 </BODY>
16181 </HTML>
16182 ====== h_config_ldap_opts_rhs =====
16183 <HTML>
16184 <HEAD>
16185 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
16186 </HEAD>
16187 <BODY>
16188 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
16190 Normally implicit LDAP lookups from the composer are done only for the
16191 strings you type in from the composer screen. In other words, you type in
16192 something in the To or CC field and press return, then the string is looked up.
16193 First that string is looked up in your address books. If a match is found
16194 there, then the results of that match are looked up again. If you place
16195 a string in your address book that you want to have looked up on the LDAP
16196 directory server, you need to turn on this feature. If you set this feature
16197 for a server, you almost always will also want to set the
16198 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
16199 feature. An example might serve to best illustrate this feature.
16201 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
16202 entry with an
16203 address of pres@whitehouse.gov, then you might put an entry in your address
16204 book that looks like:
16206 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
16207 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
16209 Now, when you type &quot;bill&quot; into an
16210 address field in the composer Alpine will
16211 find the &quot;bill&quot; entry in your address book.
16212 It will replace &quot;bill&quot; with
16213 &quot;William Clinton&quot;.
16214 It will then search for an entry with that nickname
16215 in your address book and not find one. If this feature
16216 is set, Alpine will then attempt to lookup
16217 &quot;William Clinton&quot; on the LDAP server and find the entry with address
16218 pres@whitehouse.gov.
16220 A better way to accomplish the same thing is probably to use the feature
16221 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
16223 &lt;End of help on this topic&gt;
16224 </BODY>
16225 </HTML>
16226 ====== h_config_ldap_opts_ref =====
16227 <HTML>
16228 <HEAD>
16229 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
16230 </HEAD>
16231 <BODY>
16232 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
16234 Normally when you save the results of an LDAP directory lookup to your
16235 address book the results of the lookup are saved. If this feature is set
16236 and the entry being saved was found on this directory server, then the
16237 search criteria is saved instead of the results of the search. When this
16238 address book entry is used in the future, instead of copying the results
16239 from the address book the directory lookup will be done again. This could
16240 be useful if the copied result might become stale because the data on
16241 the directory server changes (for example, the entry's email address changes).
16242 You probably don't want to set this feature if the server is at all slow or
16243 unreliable.
16245 The way this actually works is that instead of saving the email address
16246 in your address book, Alpine saves enough information to look up the same
16247 directory entry again. In particular, it saves the server name and the
16248 distinguished name of the entry. It's possible that the server administrators
16249 might change the format of distinguished names on the server, or that the
16250 entry might be removed from the server. If Alpine notices this, you will be warned
16251 and a backup copy of the email address will be used. You may want to create
16252 a new entry in this case, since you will get the annoying warning every
16253 time you use the old entry. You may do that by Saving the entry to a new
16254 nickname in the same address book. You will be asked whether or not you
16255 want to use the backup email address.
16257 A related feature in the Setup/Config screen is
16258 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
16260 &lt;End of help on this topic&gt;
16261 </BODY>
16262 </HTML>
16263 ======= h_config_ldap_opts_nosub =======
16264 <HTML>
16265 <HEAD>
16266 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
16267 </HEAD>
16268 <BODY>
16269 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
16271 Spaces in your input are normally handled specially.
16272 Each space character is replaced
16275 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
16277 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
16278 The reason this is done is so the input string
16280 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
16282 (which is converted to &quot;Greg* Donald&quot;) will match
16283 the names &quot;Greg Donald&quot;,
16284 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
16285 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
16286 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
16287 then it would also match the name &quot;Greg Donaldson&quot;.
16289 Turning on this feature will disable this substitution.
16291 &lt;End of help on this topic&gt;
16292 </BODY>
16293 </HTML>
16294 ====== h_config_ldap_searchtypes =======
16295 <HTML>
16296 <HEAD>
16297 <TITLE>LDAP OPTION: Search-Type</TITLE>
16298 </HEAD>
16299 <BODY>
16300 <H1>LDAP OPTION: Search-Type</H1>
16302 This affects the way that LDAP searches are done.
16303 In particular, this tells the server where to look for the string to be matched.
16304 If set to &quot;name&quot; then the string that is being searched for will
16305 be compared with the string in the
16306 &quot;Name&quot; field on the server
16307 (technically, it is the &quot;commonname&quot; field on the server).
16308 &quot;Surname&quot; means we're looking for a
16309 match in the &quot;Surname&quot; field on the
16310 server (actually the &quot;sn&quot; field).
16311 &quot;Givenname&quot; really is &quot;givenname&quot;
16312 and &quot;email&quot; is the electronic mail address (this is actually the field
16313 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
16314 The other three types are combinations of
16315 the types listed so far. &quot;Name-or-email&quot;
16316 means the string should appear
16317 in either the &quot;name&quot; field OR the &quot;email&quot; field.
16318 Likewise, &quot;surname-or-givenname&quot;
16319 means &quot;surname&quot; OR &quot;givenname&quot;
16320 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
16322 This search TYPE is combined with the
16323 search <A HREF="h_config_ldap_searchrules">RULE</A>
16324 to form the actual search query.
16326 The usual default value for this
16327 option is &quot;sur-or-given-or-name-or-email&quot;.
16328 This type of search may be slow on some servers.
16329 Try &quot;name-or-email&quot;, which is often
16330 faster, or just &quot;name&quot; if the performance seems to be a problem.
16332 Some servers have been configured with different attribute names for
16333 these four fields.
16334 In other words, instead of using the attribute name &quot;mail&quot;
16335 for the email address field, the server might be configured to use something
16336 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
16337 Alpine can be configured to use these different attribute names by using
16338 the four configuration options:
16339 <P><UL>
16340 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
16341 </UL>
16342 <P><UL>
16343 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
16344 </UL>
16345 <P><UL>
16346 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
16347 </UL>
16348 <P><UL>
16349 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
16350 </UL>
16352 &lt;End of help on this topic&gt;
16353 </BODY>
16354 </HTML>
16355 ====== h_config_ldap_searchrules =======
16356 <HTML>
16357 <HEAD>
16358 <TITLE>LDAP OPTION: Search-Rule</TITLE>
16359 </HEAD>
16360 <BODY>
16361 <H1>LDAP OPTION: Search-Rule</H1>
16363 This affects the way that LDAP searches are done.
16364 If set to &quot;equals&quot; then
16365 only exact matches count.
16366 &quot;Contains&quot; means that the string you type in
16367 is a substring of what you are matching against.
16368 &quot;Begins-with&quot; and &quot;ends-with&quot;
16369 mean that the string starts or ends with the string you type in.
16371 Spaces in your input are normally handled specially, but you can turn that
16372 special handling off with the
16373 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
16374 feature.
16376 The usual default value for this option is &quot;begins-with&quot;.
16378 &lt;End of help on this topic&gt;
16379 </BODY>
16380 </HTML>
16381 ======= h_config_ldap_email_attr =======
16382 <HTML>
16383 <HEAD>
16384 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
16385 </HEAD>
16386 <BODY>
16387 <H1>LDAP OPTION: EmailAttribute</H1>
16389 This is the name of the attribute that is searched for when looking for
16390 an email address. The default value for this option is &quot;mail&quot; or
16391 &quot;electronicmail&quot;.
16392 If the server you are using uses a different attribute name for the email
16393 address, put that attribute name here.
16395 This will affect the search filter used if your Search-Type is one that
16396 contains a search for &quot;email&quot;.
16397 It will also cause the attribute value matching this attribute name to be used
16398 as the email address when you look up an entry from the composer.
16400 &lt;End of help on this topic&gt;
16401 </BODY>
16402 </HTML>
16403 ======= h_config_ldap_sn_attr =======
16404 <HTML>
16405 <HEAD>
16406 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
16407 </HEAD>
16408 <BODY>
16409 <H1>LDAP OPTION: SurnameAttribute</H1>
16411 This is the name of the attribute that is searched for when looking for
16412 the surname of the entry. The default value for this option is &quot;sn&quot;.
16413 If the server you are using uses a different attribute name for the surname,
16414 put that attribute name here.
16415 This will affect the search filter used if your Search-Type is one that
16416 contains a search for &quot;surname&quot;.
16418 &lt;End of help on this topic&gt;
16419 </BODY>
16420 </HTML>
16421 ======= h_config_ldap_gn_attr =======
16422 <HTML>
16423 <HEAD>
16424 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
16425 </HEAD>
16426 <BODY>
16427 <H1>LDAP OPTION: GivennameAttribute</H1>
16429 This is the name of the attribute that is searched for when looking for
16430 the given name of the entry. The default value for this option is &quot;givenname&quot;.
16431 If the server you are using uses a different attribute name for the given name,
16432 put that attribute name here.
16433 This will affect the search filter used if your Search-Type is one that
16434 contains a search for &quot;givenname&quot;.
16436 &lt;End of help on this topic&gt;
16437 </BODY>
16438 </HTML>
16439 ======= h_config_ldap_cn_attr =======
16440 <HTML>
16441 <HEAD>
16442 <TITLE>LDAP OPTION: NameAttribute</TITLE>
16443 </HEAD>
16444 <BODY>
16445 <H1>LDAP OPTION: NameAttribute</H1>
16447 This is the name of the attribute that is searched for when looking for
16448 the name of the entry. The default value for this option is &quot;cn&quot;, which
16449 stands for common name.
16450 If the server you are using uses a different attribute name for the name,
16451 put that attribute name here.
16452 This will affect the search filter used if your Search-Type is one that
16453 contains a search for &quot;name&quot;.
16455 &lt;End of help on this topic&gt;
16456 </BODY>
16457 </HTML>
16458 ======= h_config_ldap_time =======
16459 <HTML>
16460 <HEAD>
16461 <TITLE>LDAP OPTION: Timelimit</TITLE>
16462 </HEAD>
16463 <BODY>
16464 <H1>LDAP OPTION: Timelimit</H1>
16466 This places a limit on the number of seconds the LDAP search will continue.
16467 The default is 30 seconds. A value of 0 means no limit. Note that some servers
16468 may place limits of their own on searches.
16470 &lt;End of help on this topic&gt;
16471 </BODY>
16472 </HTML>
16473 ======= h_config_ldap_size =======
16474 <HTML>
16475 <HEAD>
16476 <TITLE>LDAP OPTION: Sizelimit</TITLE>
16477 </HEAD>
16478 <BODY>
16479 <H1>LDAP OPTION: Sizelimit</H1>
16481 This places a limit on the number of entries returned by the LDAP server.
16482 A value of 0 means no limit. The default is 0. Note that some servers
16483 may place limits of their own on searches.
16485 &lt;End of help on this topic&gt;
16486 </BODY>
16487 </HTML>
16488 ======= h_config_ldap_cust =======
16489 <HTML>
16490 <HEAD>
16491 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
16492 </HEAD>
16493 <BODY>
16494 <H1>LDAP OPTION: Custom-Search-Filter</H1>
16496 This one is for advanced users only! If you define this, then the
16497 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
16498 However, the feature
16499 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
16500 is still in effect.
16501 That is, the space substitution will take place even in a custom filter unless
16502 you disable it.
16504 If your LDAP service stops working and you suspect it might be because
16505 of your custom filter, just delete this filter and try using the
16506 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
16507 Another option that sometimes causes trouble is the
16508 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
16510 This variable may be set to the string representation of an LDAP search
16511 filter (see RFC1960). In the places where you want the address string to be
16512 substituted in, put a '%s' in this filter string. Here are some examples:
16514 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
16515 is equivalent to the &quot;Custom-Search-Filter&quot;
16516 <PRE>
16517      (cn=%s*)
16518 </PRE>
16519 When you try to match against the string &quot;string&quot; the program replaces
16520 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
16521 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
16523 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
16524 of &quot;contains&quot; is equivalent to
16525 <PRE>
16526      (|(cn=*%s*)(mail=*%s*))
16527 </PRE>
16529 If your server uses a different attribute <EM>name</EM> than
16530 Alpine uses by default,
16531 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
16532 then you may be able to use one or more of the four attribute configuration
16533 options instead of defining a custom filter:
16534 <P><UL>
16535 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
16536 </UL>
16537 <P><UL>
16538 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
16539 </UL>
16540 <P><UL>
16541 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
16542 </UL>
16543 <P><UL>
16544 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
16545 </UL>
16547 &lt;End of help on this topic&gt;
16548 </BODY>
16549 </HTML>
16550 ======= h_composer_abook_comment =======
16551 <HTML>
16552 <HEAD>
16553 <TITLE>Addressbook Comment Explained</TITLE>
16554 </HEAD>
16555 <BODY>
16556 This is a comment to help you remember what this entry is. The WhereIs
16557 command searches comments so that it is easier to find an entry with a comment
16558 you know about attached to it. This field is not used in the outgoing message.
16560 Look <A HREF="h_edit_nav_cmds">here</A>
16561 to see the available Editing and Navigation commands.
16563 &lt;End of help on this topic&gt;
16564 </BODY>
16565 </HTML>
16566 ======= h_composer_abook_addrs =======
16567 <HTML>
16568 <HEAD>
16569 <TITLE>Addressbook Lists</TITLE>
16570 </HEAD>
16571 <BODY>
16572 <H1>Addressbook Lists</H1>
16574 This is a list of addresses to send to when sending to this address book
16575 entry.  Each member of the list may be an address or another nickname from
16576 any of your address books.  If it is an address, it is OK to include the
16577 full name field as well as the electronic address portion of that address.
16578 For example, the following are all legitimate entries in this field:
16580 <DL><DT>&nbsp;</DT>
16581 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
16582 <DD>jdoe@some.domain
16583 <DD>John Doe &lt;jdoe@some.domain&gt;
16584 </DL>
16586 The addresses should be listed separated by commas, just like you would
16587 enter them from the composer.
16591 The only difference between a distribution list and a simple entry with a
16592 single address, is that a distribution list has more than one address   
16593 listed in the Addresses: field, whereas a simple personal entry has just  
16594 one address.
16598 For individual address book entries, if there is a full name in the
16599 Fullname: field (filling in the Fullname: field is not required), it is
16600 used.  If the full name is specified in the Address: field and not in the
16601 Fullname: field, then the full name from the Address: field is used.
16605 If you type the nickname of a distribution list from one of your address 
16606 books in the Lcc: field, then the full name of that list is used in the  
16607 To: field.  If you put a list in the To: or Cc: fields, that list will be
16608 expanded into all of its addresses.  If the list has a full name, then
16609 that will appear at the beginning of the addresses.
16611 <DL><DT>&nbsp;</DT>
16612 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
16613 &lt;sal@here.there&gt;
16614 </DL>
16616 If the first address in the distribution list also has a full name, then
16617 the list full name and that full name are combined into something like the
16618 following:
16620 <DL><DT>&nbsp;</DT>
16621 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
16622 </DL>
16625 If you specify a list via Lcc, the full name is used in the To: line.  If
16626 you specify a list in the To: or Cc: fields, then it uses the same method
16627 as for individual entries for filling in the full name.
16631 For help with editing and navigation commands, check the Help for the
16632 Nickname: field.
16635 &lt;End of help on this topic&gt;
16636 </BODY>
16637 </HTML>
16638 ======= h_config_xoauth2_client_id =======
16639 <HTML>
16640 <HEAD>
16641 <TITLE>Client-Id Explained</TITLE>
16642 </HEAD>
16643 <BODY>
16644 <H1>Client-Id Explained</H1>
16646 If you have registered Alpine with your service provider to use the XOAUTH2 authenticator, or
16647 someone has shared a client-id and client-secret with you, use this field to input the
16648 client-id.
16650 The Client-Id field is a string that your provider generates for the program
16651 being registered. However, some providers allow different users to register
16652 the same program. Users of the Mutt email program already do this to use
16653 XOAUTH2 authentication in Gmail.
16656 &lt;End of help on this topic&gt;
16657 </BODY>
16658 </HTML>
16659 ======= h_config_xoauth2_client_secret =======
16660 <HTML>
16661 <HEAD>
16662 <TITLE>Client-Secret Explained</TITLE>
16663 </HEAD>
16664 <BODY>
16665 <H1>Client-Secret Explained</H1>
16667 If you have registered Alpine with your service provider to use the XOAUTH2 authenticator, or
16668 someone has shared a client-id and client-secret with you, use this field to input the
16669 client-secret. Some servers require both a client-id and a client-secret, some other servers do
16670 not require a client-secret. If a client-secret is required, use this field to add one.
16672 <P> The client-secret field is supposed to be kept secret, that is, not
16673 shared with any of the users, but due to the open source nature of Alpine,
16674 it is not possible to keep it secret in any meaningful way. The intention
16675 of this field is so that only the coders of an app can use the codes given
16676 to them and authenticate their users to the services they are requesting.
16677 This means that other coders would not be able to impresonate that app,
16678 and use it to steal data from those users. In the case of Alpine this is
16679 not possible, as Alpine does not steal data from its users, so users are safe
16680 sharing client-secrets. Just make sure you obtain your copy of Alpine from
16681 a reputable provider or compile the source code by yourself. The official
16682 source code of this project is located at
16684 <P><CENTER><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A>.</CENTER>
16687 &lt;End of help on this topic&gt;
16688 </BODY>
16689 </HTML>
16690 ======= h_config_xoauth2_tenant =======
16691 <HTML>
16692 <HEAD>
16693 <TITLE>Tenant Explained</TITLE>
16694 </HEAD>
16695 <BODY>
16696 <H1>Tenant Explained</H1>
16698 The tenant is a way in which an app can be restricted. Alpine by default
16699 has no restrictions, which means that it can be used to access any service;
16700 however, a system administrator might register their own app and make it
16701 available only to those in their organization.
16704 This setting allows a system administrator to register Alpine with a different
16705 client-id and client-secret and further restrict access to only authorized
16706 users.
16709 &lt;End of help on this topic&gt;
16710 </BODY>
16711 </HTML>
16712 ======= h_config_xoauth2_flow =======
16713 <HTML>
16714 <HEAD>
16715 <TITLE>Flow Explained</TITLE>
16716 </HEAD>
16717 <BODY>
16718 <H1>Flow Explained</H1>
16720 The first time you connect to a service to authorize Alpine access to your
16721 email, you will have to do a certain number of steps, which typically involve
16722 to login to your account using a browser, and agreeing to give Alpine certain
16723 rights to access your account.
16726 How this process is going to be done depends on the service. Some services
16727 allow you to give access to Alpine and later generate a code that you
16728 input into Alpine, while others give you a code you have to use before you
16729 approve access to Alpine to access your email.
16731 <P> An example of a service that gives you a code after you authorize
16732 Alpine is Gmail, and this process is called internally as &quot;Authorize&quot;.
16733 An example of a service that gives you a code before you authorize Alpine
16734 is Outlook, and this process is called &quot;Device&quot;. However, some services,
16735 like Outlook, offer both services, and you can choose which flow you would like
16736 to use. You
16737 can choose between the &quot;Authorize&qupt; and &quot;Device&quot; in these servers.
16738 If you forget to configure
16739 this, Alpine will ask you in these situations which method to use before it starts
16740 to setup the process to get your authrization.
16743 &lt;End of help on this topic&gt;
16744 </BODY>
16745 </HTML>
16746 ======= h_config_xoauth2_username =======
16747 <HTML>
16748 <HEAD>
16749 <TITLE>Username Explained</TITLE>
16750 </HEAD>
16751 <BODY>
16752 <H1>Username Explained</H1>
16754 This variable is a list of usernames for which the configuration for the
16755 given service is valid. You may have more than one username for which this
16756 configuration is correct.
16759 Alpine will use the usernames in this list to associate your username with
16760 the correct configuration in Alpine. If Alpine cannot determine which configuration
16761 to use, Alpine will offer you a list of client-ids that you have configured
16762 for that service and ask you to pick one. Your answer will be saved  in your
16763 .pinerc file.
16766 &lt;End of help on this topic&gt;
16767 </BODY>
16768 </HTML>
16769 ======= h_config_role_nick =======
16770 <HTML>
16771 <HEAD>
16772 <TITLE>Nickname Explained</TITLE>
16773 </HEAD>
16774 <BODY>
16775 <H1>Nickname Explained</H1>
16777 This is a nickname to help you.
16778 You should have a different nickname for each role you define.
16779 The nickname will be used in the SETUP ROLE RULES screen to allow you to
16780 pick a role to edit.
16781 It will also be used when you send a message to let you know you are
16782 sending with a different role than you use by default, and
16783 it will be useful for choosing a role when composing with the Role command
16784 or when composing with one of the Role Uses set to With Confirmation.
16785 This field is not used in the outgoing message.
16787 Look <A HREF="h_edit_nav_cmds">here</A>
16788 to see the available Editing and Navigation commands.
16790 &lt;End of help on this topic&gt;
16791 </BODY>
16792 </HTML>
16793 ======= h_config_role_comment =======
16794 <HTML>
16795 <HEAD>
16796 <TITLE>Comment Explained</TITLE>
16797 </HEAD>
16798 <BODY>
16799 <H1>Comment Explained</H1>
16801 This is a comment to help you.
16802 This comment does not play any functional role, it is simply an optional
16803 comment to help you remember what the rule is for.
16805 Look <A HREF="h_edit_nav_cmds">here</A>
16806 to see the available Editing and Navigation commands.
16808 &lt;End of help on this topic&gt;
16809 </BODY>
16810 </HTML>
16811 ======= h_config_other_nick =======
16812 <HTML>
16813 <HEAD>
16814 <TITLE>Nickname Explained</TITLE>
16815 </HEAD>
16816 <BODY>
16817 <H1>Nickname Explained</H1>
16819 This is a nickname to help you.
16820 You should have a different nickname for each rule you define.
16821 The nickname will be used in the SETUP OTHER RULES screen to allow you to
16822 pick a rule to edit.
16824 Look <A HREF="h_edit_nav_cmds">here</A>
16825 to see the available Editing and Navigation commands.
16827 &lt;End of help on this topic&gt;
16828 </BODY>
16829 </HTML>
16830 ======= h_config_score_nick =======
16831 <HTML>
16832 <HEAD>
16833 <TITLE>Nickname Explained</TITLE>
16834 </HEAD>
16835 <BODY>
16836 <H1>Nickname Explained</H1>
16838 This is a nickname to help you.
16839 You should have a different nickname for each scoring rule you define.
16840 The nickname will be used in the SETUP SCORING RULES screen to allow you to
16841 pick a rule to edit.
16843 Look <A HREF="h_edit_nav_cmds">here</A>
16844 to see the available Editing and Navigation commands.
16846 &lt;End of help on this topic&gt;
16847 </BODY>
16848 </HTML>
16849 ======= h_config_incol_nick =======
16850 <HTML>
16851 <HEAD>
16852 <TITLE>Nickname Explained</TITLE>
16853 </HEAD>
16854 <BODY>
16855 <H1>Nickname Explained</H1>
16857 This is a nickname to help you.
16858 You should have a different nickname for each color rule you define.
16859 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
16860 pick a rule to edit.
16862 Look <A HREF="h_edit_nav_cmds">here</A>
16863 to see the available Editing and Navigation commands.
16865 &lt;End of help on this topic&gt;
16866 </BODY>
16867 </HTML>
16868 ======= h_config_filt_nick =======
16869 <HTML>
16870 <HEAD>
16871 <TITLE>Nickname Explained</TITLE>
16872 </HEAD>
16873 <BODY>
16874 <H1>Nickname Explained</H1>
16876 This is a nickname to help you.
16877 You should have a different nickname for each filtering rule you define.
16878 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
16879 pick a rule to edit.
16881 Look <A HREF="h_edit_nav_cmds">here</A>
16882 to see the available Editing and Navigation commands.
16884 &lt;End of help on this topic&gt;
16885 </BODY>
16886 </HTML>
16887 ======= h_config_score_topat =======
16888 <HTML>
16889 <HEAD>
16890 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16891 </HEAD>
16892 <BODY>
16893 <H1>&quot;To:&quot; Pattern Explained</H1>
16895 Any text you enter as the &quot;To pattern&quot;
16896 will be compared to the recipients from the To: line of
16897 the message being scored.
16898 When the text you entered matches
16899 all or part of the To: line of a message, then the Score Value
16900 you have specified will be added to the score for the message.
16901 (Any other non-blank parts of the Pattern must match, too.)
16904 You may enter a complete email address, part of an address, or a
16905 list of addresses or partial addresses.
16906 For example:
16909 <PRE>
16910  To pattern = friend@public.com
16912  To pattern = rated.net
16914  To pattern = xxx@adults.com
16915               admin@msn.com
16916               fool@motleyfool.com
16917 </PRE>
16920 Each of those are valid To patterns.
16923 Messages match those patterns if any of the
16924 addresses in the To: line of the message contains the pattern.
16925 If the pattern is a list of patterns
16926 (like the last example above) then it is a match if any of the patterns in
16927 the list match any of the addresses in the To: line.
16928 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16929 present for a match.
16930 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16931 address2 must be present.
16932 That is exactly what using a list does.)
16935 Some messages may be &quot;bounced&quot; to you, and will
16936 have a &quot;Resent-To:&quot; header line.
16937 If the message contains a Resent-To: line
16938 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16939 Alpine will look for
16940 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16941 the original To: line.
16944 When entering a pattern, you may choose an address from your address book
16945 with the &quot;T&quot; command.
16948 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16949 &quot;!&quot; &quot;toggle NOT&quot; command.
16950 This changes the meaning of the To pattern so that it has the opposite meaning.
16951 It will be considered a match if there are no matches between the
16952 addresses in the To: line and the list of To patterns.
16954 Don't make the mistake of putting the &quot;!&quot; in the data field for
16955 the pattern.
16956 For example, if you type the characters &quot;!frizzle&quot; into the To
16957 pattern, the pattern will look like:
16959 <PRE>
16960  To pattern = !frizzle
16961 </PRE>
16963 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16964 In order to match messages that do not have &quot;frizzle&quot; in
16965 their To field, first type the characters &quot;frizzle&quot; followed
16966 by carriage return for the value of the To pattern, then negate it
16967 by typing the &quot;!&quot; command.
16968 It should end up looking like
16970 <PRE>
16971  ! To pattern = frizzle
16972 </PRE>
16974 You are not limited to using the six standard header patterns that are
16975 normally shown (To, From, Sender, Cc, News, and Subject).
16976 You may add any other header to a Pattern by
16977 using the &quot;eXtraHdr&quot; command to specify a different
16978 message header line; and then the Add or Change command to fill in
16979 a pattern for the new header line, just like you would for a standard header.
16981 A technicality: Since comma is the character used to separate multiple
16982 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16983 you want to include a literal comma in the field.
16984 In other words, if you type a backslash followed by a comma it will
16985 be interpreted as a comma by Alpine, instead of as a separator between
16986 pattern values.
16987 All other backslashes are literal backslashes and should not be escaped.
16989 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16990 for more information on Patterns.
16992 Look <A HREF="h_edit_nav_cmds">here</A>
16993 to see the available Editing and Navigation commands.
16995 &lt;End of help on this topic&gt;
16996 </BODY>
16997 </HTML>
16998 ======= h_config_incol_topat =======
16999 <HTML>
17000 <HEAD>
17001 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
17002 </HEAD>
17003 <BODY>
17004 <H1>&quot;To:&quot; Pattern Explained</H1>
17006 Any text you enter as the &quot;To pattern&quot;
17007 will be compared to the recipients from the To: lines of
17008 the messages in the index.
17009 When the text you entered matches
17010 all or part of the To: line of a message, then the Index Line Color you have
17011 specified will be used for that line in the index.
17012 (Any other non-blank parts of the Pattern must match, too.)
17015 You may enter a complete email address, part of an address, or a
17016 list of addresses or partial addresses.
17017 For example:
17020 <PRE>
17021  To pattern = friend@public.com
17022  To pattern = rated.net
17023  To pattern = xxx@adults.com
17024               admin@msn.com
17025               fool@motleyfool.com
17026 </PRE>
17029 Each of those are valid To patterns.
17032 Messages match those patterns if any of the
17033 addresses in the To: line of the message contains the pattern.
17034 If the pattern is a list of patterns
17035 (like the last example above) then it is a match if any of the patterns in
17036 the list match any of the addresses in the To: line.
17037 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
17038 present for a match.
17039 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
17040 address2 must be present.
17041 That is exactly what using a list does.)
17044 Some messages may be &quot;bounced&quot; to you, and will
17045 have a &quot;Resent-To:&quot; header line.
17046 If the message contains a Resent-To: line
17047 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
17048 Alpine will look for
17049 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
17050 the original To: line.
17053 When entering a pattern, you may choose an address from your address book
17054 with the &quot;T&quot; command.
17057 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
17058 &quot;!&quot; &quot;toggle NOT&quot; command.
17059 This changes the meaning of the To pattern so that it has the opposite meaning.
17060 It will be considered a match if there are no matches between the
17061 addresses in the To: line and the list of To patterns.
17063 Don't make the mistake of putting the &quot;!&quot; in the data field for
17064 the pattern.
17065 For example, if you type the characters &quot;!frizzle&quot; into the To
17066 pattern, the pattern will look like:
17068 <PRE>
17069  To pattern = !frizzle
17070 </PRE>
17072 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17073 In order to match messages that do not have &quot;frizzle&quot; in
17074 their To field, first type the characters &quot;frizzle&quot; followed
17075 by carriage return for the value of the To pattern, then negate it
17076 by typing the &quot;!&quot; command.
17077 It should end up looking like
17079 <PRE>
17080  ! To pattern = frizzle
17081 </PRE>
17084 You are not limited to using the six standard header patterns that are
17085 normally shown (To, From, Sender, Cc, News, and Subject).
17086 You may add any other header to a Pattern by
17087 using the &quot;eXtraHdr&quot; command to specify a different
17088 message header line; and then the Add or Change command to fill in
17089 a pattern for the new header line, just like you would for a standard header.
17091 A technicality: Since comma is the character used to separate multiple
17092 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17093 you want to include a literal comma in the field.
17094 In other words, if you type a backslash followed by a comma it will
17095 be interpreted as a comma by Alpine, instead of as a separator between
17096 pattern values.
17097 All other backslashes are literal backslashes and should not be escaped.
17099 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17100 for more information on Patterns.
17102 Look <A HREF="h_edit_nav_cmds">here</A>
17103 to see the available Editing and Navigation commands.
17105 &lt;End of help on this topic&gt;
17106 </BODY>
17107 </HTML>
17108 ======= h_config_other_topat =======
17109 <HTML>
17110 <HEAD>
17111 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
17112 </HEAD>
17113 <BODY>
17114 <H1>&quot;To:&quot; Pattern Explained</H1>
17116 For some of the OTHER RULES actions, there is no message that is being
17117 compared against.
17118 If that is the case, then only the Current Folder Type is checked.
17119 In particular, this To pattern is ignored.
17120 Actions that fall into this category include both
17121 Sort Order and Index Format.
17123 A technicality: Since comma is the character used to separate multiple
17124 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17125 you want to include a literal comma in the field.
17126 In other words, if you type a backslash followed by a comma it will
17127 be interpreted as a comma by Alpine, instead of as a separator between
17128 pattern values.
17129 All other backslashes are literal backslashes and should not be escaped.
17131 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17132 for more information on Patterns.
17134 Look <A HREF="h_edit_nav_cmds">here</A>
17135 to see the available Editing and Navigation commands.
17137 &lt;End of help on this topic&gt;
17138 </BODY>
17139 </HTML>
17140 ======= h_config_filt_topat =======
17141 <HTML>
17142 <HEAD>
17143 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
17144 </HEAD>
17145 <BODY>
17146 <H1>&quot;To:&quot; Pattern Explained</H1>
17148 Any text you enter as the &quot;To pattern&quot;
17149 will be compared to the recipients from the To: line of
17150 messages when Alpine opens folders.
17151 When the text you entered matches
17152 all or part of the To: line of a message, then the Filter Action you have
17153 specified will be carried out.
17154 (Any other non-blank parts of the Pattern must match, too.)
17157 You may enter a complete email address, part of an address, or a
17158 list of addresses or partial addresses.
17159 For example:
17162 <PRE>
17163  To pattern = friend@public.com
17164  To pattern = rated.net
17165  To pattern = xxx@adults.com
17166               admin@msn.com
17167               fool@motleyfool.com
17168 </PRE>
17171 Each of those are valid To patterns.
17174 Messages match those patterns if any of the
17175 addresses in the To: line of the message contains the pattern.
17176 If the pattern is a list of patterns
17177 (like the last example above) then it is a match if any of the patterns in
17178 the list match any of the addresses in the To: line.
17179 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
17180 present for a match.
17181 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
17182 address2 must be present.
17183 That is exactly what using a list does.)
17186 Some messages may be &quot;bounced&quot; to you, and will
17187 have a &quot;Resent-To:&quot; header line.
17188 If the message contains a Resent-To: line
17189 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
17190 Alpine will look for
17191 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
17192 the original To: line.
17195 When entering a pattern, you may choose an address from your address book
17196 with the &quot;T&quot; command.
17199 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
17200 &quot;!&quot; &quot;toggle NOT&quot; command.
17201 This changes the meaning of the To pattern so that it has the opposite meaning.
17202 It will be considered a match if there are no matches between the
17203 addresses in the To: line and the list of To patterns.
17205 Don't make the mistake of putting the &quot;!&quot; in the data field for
17206 the pattern.
17207 For example, if you type the characters &quot;!frizzle&quot; into the To
17208 pattern, the pattern will look like:
17210 <PRE>
17211  To pattern = !frizzle
17212 </PRE>
17214 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17215 In order to match messages that do not have &quot;frizzle&quot; in
17216 their To field, first type the characters &quot;frizzle&quot; followed
17217 by carriage return for the value of the To pattern, then negate it
17218 by typing the &quot;!&quot; command.
17219 It should end up looking like
17221 <PRE>
17222  ! To pattern = frizzle
17223 </PRE>
17226 You are not limited to using the six standard header patterns that are
17227 normally shown (To, From, Sender, Cc, News, and Subject).
17228 You may add any other header to a Pattern by
17229 using the &quot;eXtraHdr&quot; command to specify a different
17230 message header line; and then the Add or Change command to fill in
17231 a pattern for the new header line, just like you would for a standard header.
17233 A technicality: Since comma is the character used to separate multiple
17234 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17235 you want to include a literal comma in the field.
17236 In other words, if you type a backslash followed by a comma it will
17237 be interpreted as a comma by Alpine, instead of as a separator between
17238 pattern values.
17239 All other backslashes are literal backslashes and should not be escaped.
17241 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17242 for more information on Patterns.
17244 Look <A HREF="h_edit_nav_cmds">here</A>
17245 to see the available Editing and Navigation commands.
17247 &lt;End of help on this topic&gt;
17248 </BODY>
17249 </HTML>
17250 ======= h_config_role_topat =======
17251 <HTML>
17252 <HEAD>
17253 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
17254 </HEAD>
17255 <BODY>
17256 <H1>&quot;To:&quot; Pattern Explained</H1>
17258 Any text you enter as the &quot;To pattern&quot;
17259 will be compared to the recipients from the To: line of
17260 the message being replied to or forwarded.
17261 (Any other non-blank parts of the Pattern must match, too.)
17262 In the case of the Compose command, this pattern and the other header
17263 patterns are ignored.
17266 You may enter a complete email address, part of an address, or a
17267 list of addresses or partial addresses.
17268 For example:
17271 <PRE>
17272  To pattern = friend@public.com
17273  To pattern = rated.net
17274  To pattern = xxx@adults.com
17275               admin@msn.com
17276               fool@motleyfool.com
17277 </PRE>
17280 Each of those are valid To patterns.
17283 Messages match those patterns if any of the
17284 addresses in the To: line of the message contains the pattern.
17285 If the pattern is a list of patterns
17286 (like the last example above) then it is a match if any of the patterns in
17287 the list match any of the addresses in the To: line.
17288 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
17289 present for a match.
17290 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
17291 address2 must be present.
17292 That is exactly what using a list does.)
17295 Some messages may be &quot;bounced&quot; to you, and will
17296 have a &quot;Resent-To:&quot; header line.
17297 If the message contains a Resent-To: line
17298 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
17299 Alpine will look for
17300 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
17301 the original To: line.
17304 When entering a pattern, you may choose an address from your address book
17305 with the &quot;T&quot; command.
17308 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
17309 &quot;!&quot; &quot;toggle NOT&quot; command.
17310 This changes the meaning of the To pattern so that it has the opposite meaning.
17311 It will be considered a match if there are no matches between the
17312 addresses in the To: line and the list of To patterns.
17314 Don't make the mistake of putting the &quot;!&quot; in the data field for
17315 the pattern.
17316 For example, if you type the characters &quot;!frizzle&quot; into the To
17317 pattern, the pattern will look like:
17319 <PRE>
17320  To pattern = !frizzle
17321 </PRE>
17323 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17324 In order to match messages that do not have &quot;frizzle&quot; in
17325 their To field, first type the characters &quot;frizzle&quot; followed
17326 by carriage return for the value of the To pattern, then negate it
17327 by typing the &quot;!&quot; command.
17328 It should end up looking like
17330 <PRE>
17331  ! To pattern = frizzle
17332 </PRE>
17335 You are not limited to using the six standard header patterns that are
17336 normally shown (To, From, Sender, Cc, News, and Subject).
17337 You may add any other header to a Pattern by
17338 using the &quot;eXtraHdr&quot; command to specify a different
17339 message header line; and then the Add or Change command to fill in
17340 a pattern for the new header line, just like you would for a standard header.
17342 A technicality: Since comma is the character used to separate multiple
17343 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17344 you want to include a literal comma in the field.
17345 In other words, if you type a backslash followed by a comma it will
17346 be interpreted as a comma by Alpine, instead of as a separator between
17347 pattern values.
17348 All other backslashes are literal backslashes and should not be escaped.
17350 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17351 for more information on Patterns.
17353 Look <A HREF="h_edit_nav_cmds">here</A>
17354 to see the available Editing and Navigation commands.
17356 &lt;End of help on this topic&gt;
17357 </BODY>
17358 </HTML>
17359 ======= h_config_role_frompat =======
17360 <HTML>
17361 <HEAD>
17362 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
17363 </HEAD>
17364 <BODY>
17365 <H1>&quot;From:&quot; Pattern Explained</H1>
17367 This is just like the &quot;To pattern&quot; except that it is compared with
17368 the address in the From: line of the message
17369 instead of the addresses from the To: line.
17370 See the help for the To pattern for more information on header patterns.
17372 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17373 for more information on Patterns.
17375 Look <A HREF="h_edit_nav_cmds">here</A>
17376 to see the available Editing and Navigation commands.
17378 &lt;End of help on this topic&gt;
17379 </BODY>
17380 </HTML>
17381 ======= h_config_role_senderpat =======
17382 <HTML>
17383 <HEAD>
17384 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
17385 </HEAD>
17386 <BODY>
17387 <H1>&quot;Sender:&quot; Pattern Explained</H1>
17389 This is just like the &quot;To pattern&quot; except that it is compared with
17390 the address from the Sender: line of the message
17391 instead of the addresses from the To: line.
17392 See the help for the To pattern for more information on header patterns.
17394 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17395 for more information on Patterns.
17397 Look <A HREF="h_edit_nav_cmds">here</A>
17398 to see the available Editing and Navigation commands.
17400 &lt;End of help on this topic&gt;
17401 </BODY>
17402 </HTML>
17403 ======= h_config_role_ccpat =======
17404 <HTML>
17405 <HEAD>
17406 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
17407 </HEAD>
17408 <BODY>
17409 <H1>&quot;Cc:&quot; Pattern Explained</H1>
17411 This is just like the &quot;To pattern&quot; except that it is compared with
17412 the addresses from the Cc: line of the message
17413 instead of the addresses from the To: line.
17414 See the help for the To pattern for more information on header patterns.
17416 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17417 for more information on Patterns.
17419 Look <A HREF="h_edit_nav_cmds">here</A>
17420 to see the available Editing and Navigation commands.
17422 &lt;End of help on this topic&gt;
17423 </BODY>
17424 </HTML>
17425 ======= h_config_role_recippat =======
17426 <HTML>
17427 <HEAD>
17428 <TITLE>Recipient Pattern Explained</TITLE>
17429 </HEAD>
17430 <BODY>
17431 <H1>Recipient Pattern Explained</H1>
17433 This is just like the &quot;To pattern&quot; except that it is compared with
17434 the addresses from both the To: line and the Cc: line of the
17435 message instead of just the addresses from the To: line.
17436 In other words, it is considered a match if the pattern matches
17437 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
17438 in the Cc: line.
17439 (Notice that defining the Recipient pattern does not have the same
17440 effect as defining both the To and Cc patterns.
17441 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
17442 It is equivalent to having two different rules;
17443 one with a To pattern and the other with the same Cc pattern.)
17445 A technicality: Since comma is the character used to separate multiple
17446 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17447 you want to include a literal comma in the field.
17448 In other words, if you type a backslash followed by a comma it will
17449 be interpreted as a comma by Alpine, instead of as a separator between
17450 pattern values.
17451 All other backslashes are literal backslashes and should not be escaped.
17453 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17454 for more information on Patterns.
17456 Look <A HREF="h_edit_nav_cmds">here</A>
17457 to see the available Editing and Navigation commands.
17459 &lt;End of help on this topic&gt;
17460 </BODY>
17461 </HTML>
17462 ======= h_config_role_particpat =======
17463 <HTML>
17464 <HEAD>
17465 <TITLE>Participant Pattern Explained</TITLE>
17466 </HEAD>
17467 <BODY>
17468 <H1>Participant Pattern Explained</H1>
17470 This is just like the &quot;To pattern&quot; except that it is compared with
17471 the addresses from the From: line, the To: line, and the Cc: line of the
17472 message instead of just the addresses from the To: line.
17473 In other words, it is considered a match if the pattern matches
17474 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
17475 in the To: line, <EM>OR</EM> an address in the Cc: line.
17476 (Notice that defining the Participant pattern does not have the same
17477 effect as defining all of the From, To, and Cc patterns.
17478 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
17479 From <EM>AND</EM> To <EM>AND</EM> Cc.
17480 It is equivalent to having three different rules;
17481 one with a From pattern, another with the same To pattern, and a third with
17482 the same Cc pattern.)
17484 A technicality: Since comma is the character used to separate multiple
17485 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17486 you want to include a literal comma in the field.
17487 In other words, if you type a backslash followed by a comma it will
17488 be interpreted as a comma by Alpine, instead of as a separator between
17489 pattern values.
17490 All other backslashes are literal backslashes and should not be escaped.
17492 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17493 for more information on Patterns.
17495 Look <A HREF="h_edit_nav_cmds">here</A>
17496 to see the available Editing and Navigation commands.
17498 &lt;End of help on this topic&gt;
17499 </BODY>
17500 </HTML>
17501 ======= h_config_role_newspat =======
17502 <HTML>
17503 <HEAD>
17504 <TITLE>News Pattern Explained</TITLE>
17505 </HEAD>
17506 <BODY>
17507 <H1>News Pattern Explained</H1>
17509 If this pattern is non-blank, then for this rule to be considered a
17510 match, at least one of the newsgroups from
17511 the Newsgroups line of the message must match this pattern.
17512 If this pattern is a list of patterns, then at least one of the
17513 newsgroups must match at least one of the patterns.
17514 (Any other non-blank parts of the Pattern must match, too.)
17516 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
17517 &quot;!&quot; &quot;toggle NOT&quot; command.
17518 This changes the meaning of the News pattern so that it has the opposite meaning.
17519 It will be considered a match if there are no matches between the
17520 addresses in the Newsgroups: line and the list of News patterns.
17522 Don't make the mistake of putting the &quot;!&quot; in the data field for
17523 the pattern.
17524 For example, if you type the characters &quot;!frizzle&quot; into the News
17525 pattern, the pattern will look like:
17527 <PRE>
17528  News pattern = !frizzle
17529 </PRE>
17531 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17532 In order to match messages that do not have &quot;frizzle&quot; in
17533 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
17534 by carriage return for the value of the News pattern, then negate it
17535 by typing the &quot;!&quot; command.
17536 It should end up looking like
17538 <PRE>
17539  ! News pattern = frizzle
17540 </PRE>
17542 A technicality: Since comma is the character used to separate multiple
17543 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17544 you want to include a literal comma in the field.
17545 In other words, if you type a backslash followed by a comma it will
17546 be interpreted as a comma by Alpine, instead of as a separator between
17547 pattern values.
17548 All other backslashes are literal backslashes and should not be escaped.
17551 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17552 for more information on Patterns.
17554 Look <A HREF="h_edit_nav_cmds">here</A>
17555 to see the available Editing and Navigation commands.
17557 &lt;End of help on this topic&gt;
17558 </BODY>
17559 </HTML>
17560 ======= h_config_role_subjpat =======
17561 <HTML>
17562 <HEAD>
17563 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
17564 </HEAD>
17565 <BODY>
17566 <H1>&quot;Subject:&quot; Pattern Explained</H1>
17568 This is similar to the other parts of the Pattern.
17569 It is compared with
17570 the contents from the Subject of the message.
17572 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17573 for more information on Patterns.
17575 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
17576 &quot;!&quot; &quot;toggle NOT&quot; command.
17577 This changes the meaning of the Subject pattern so that it has the opposite meaning.
17578 It will be considered a match if there are no matches between the
17579 text in the Subject: line and the list of Subject patterns.
17582 If you wish to have a header pattern that is not one of the six standard
17583 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
17585 A technicality: Since comma is the character used to separate multiple
17586 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17587 you want to include a literal comma in the field.
17588 In other words, if you type a backslash followed by a comma it will
17589 be interpreted as a comma by Alpine, instead of as a separator between
17590 pattern values.
17591 All other backslashes are literal backslashes and should not be escaped.
17593 Look <A HREF="h_edit_nav_cmds">here</A>
17594 to see the available Editing and Navigation commands.
17596 &lt;End of help on this topic&gt;
17597 </BODY>
17598 </HTML>
17599 ======= h_config_role_alltextpat =======
17600 <HTML>
17601 <HEAD>
17602 <TITLE>AllText Pattern Explained</TITLE>
17603 </HEAD>
17604 <BODY>
17605 <H1>AllText Pattern Explained</H1>
17607 This is similar to the header patterns.
17608 Instead of comparing with text in a particular header field it 
17609 is compared with all of the text in the message header and body.
17611 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
17612 &quot;!&quot; &quot;toggle NOT&quot; command.
17613 This changes the meaning of the AllText pattern so that it has the opposite meaning.
17614 It will be considered a match if there are no matches between the
17615 text of the message and the list of AllText patterns.
17617 Don't make the mistake of putting the &quot;!&quot; in the data field for
17618 the pattern.
17619 For example, if you type the characters &quot;!frizzle&quot; into the AllText
17620 pattern, the pattern will look like:
17622 <PRE>
17623  AllText pattern = !frizzle
17624 </PRE>
17626 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17627 In order to match messages that do not have &quot;frizzle&quot; in
17628 the text of the message, first type the characters &quot;frizzle&quot; followed
17629 by carriage return for the value of the AllText pattern, then negate it
17630 by typing the &quot;!&quot; command.
17631 It should end up looking like
17633 <PRE>
17634  ! AllText pattern = frizzle
17635 </PRE>
17637 It is possible that you may notice degraded performance when using
17638 AllText Patterns.
17640 A technicality: Since comma is the character used to separate multiple
17641 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17642 you want to include a literal comma in the field.
17643 In other words, if you type a backslash followed by a comma it will
17644 be interpreted as a comma by Alpine, instead of as a separator between
17645 pattern values.
17646 All other backslashes are literal backslashes and should not be escaped.
17648 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17649 for more information on Patterns.
17651 Look <A HREF="h_edit_nav_cmds">here</A>
17652 to see the available Editing and Navigation commands.
17654 &lt;End of help on this topic&gt;
17655 </BODY>
17656 </HTML>
17657 ======= h_config_role_bodytextpat =======
17658 <HTML>
17659 <HEAD>
17660 <TITLE>BodyText Pattern Explained</TITLE>
17661 </HEAD>
17662 <BODY>
17663 <H1>BodyText Pattern Explained</H1>
17665 This is similar to the header patterns.
17666 Instead of comparing with text in a particular header field it 
17667 is compared with all of the text in the message body.
17669 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
17670 &quot;!&quot; &quot;toggle NOT&quot; command.
17671 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
17672 It will be considered a match if there are no matches between the
17673 text of the body of the message and the list of BodyText patterns.
17675 Don't make the mistake of putting the &quot;!&quot; in the data field for
17676 the pattern.
17677 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
17678 pattern, the pattern will look like:
17680 <PRE>
17681  BdyText pattern = !frizzle
17682 </PRE>
17684 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17685 In order to match messages that do not have &quot;frizzle&quot; in
17686 their BodyText, first type the characters &quot;frizzle&quot; followed
17687 by carriage return for the value of the BodyText pattern, then negate it
17688 by typing the &quot;!&quot; command.
17689 It should end up looking like
17691 <PRE>
17692  ! BodyText pattern = frizzle
17693 </PRE>
17695 It is possible that you may notice degraded performance when using
17696 BodyText Patterns.
17698 A technicality: Since comma is the character used to separate multiple
17699 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17700 you want to include a literal comma in the field.
17701 In other words, if you type a backslash followed by a comma it will
17702 be interpreted as a comma by Alpine, instead of as a separator between
17703 pattern values.
17704 All other backslashes are literal backslashes and should not be escaped.
17706 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17707 for more information on Patterns.
17709 Look <A HREF="h_edit_nav_cmds">here</A>
17710 to see the available Editing and Navigation commands.
17712 &lt;End of help on this topic&gt;
17713 </BODY>
17714 </HTML>
17715 ======= h_config_role_charsetpat =======
17716 <HTML>
17717 <HEAD>
17718 <TITLE>Character Set Pattern Explained</TITLE>
17719 </HEAD>
17720 <BODY>
17721 <H1>Character Set Pattern Explained</H1>
17723 A message may use one or more character sets.
17724 This part of the Pattern matches messages that make use of
17725 certain specified character sets.
17726 It will be considered a match if a message uses any of the character
17727 sets in the list you give here.
17730 When filling in a value for this field, you may use
17731 the &quot;T&quot; command, which presents you with a large list of
17732 possible character sets to choose from.
17733 You may also just type in the name of a character set, and it need not
17734 be one that Alpine knows about.
17737 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
17738 GB2312) you may also use some shorthand names that Alpine provides.
17739 These names are more understandable shorthand names for sets of 
17740 character set names.
17741 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
17742 Selecting one of these shorthand names is equivalent to selecting all of
17743 the character sets that make up the set.
17744 You can see all of these shorthand names and the lists of character sets
17745 they stand for by typing the &quot;T&quot; command.
17748 For the purposes of this Pattern,
17749 Alpine will search through a message for all of the text parts and
17750 collect the character sets declared for each part.
17751 It will also look in the Subject line for a character set used there.
17752 Alpine does not actually look at the text of the message or the text
17753 of the Subject to determine if a declared character set is actually
17754 used, it looks only at the declarations themselves in the MIME part headers
17755 and in the Subject.
17758 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
17759 &quot;!&quot; &quot;toggle NOT&quot; command.
17760 This changes the meaning of the Character Set pattern so that
17761 it has the opposite meaning.
17762 It will be considered a match if none of the character sets in the
17763 list are used in a message.
17765 Don't make the mistake of putting the &quot;!&quot; in the data field for
17766 the pattern.
17767 For example, if you type the characters &quot;!GB2312&quot; into the
17768 Character Set pattern, the pattern will look like:
17770 <PRE>
17771  Charset pattern = !GB2312
17772 </PRE>
17774 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
17775 In order to match messages that do not have the
17776 character set &quot;GB2312&quot;
17777 set, first type the characters &quot;GB2312&quot; followed
17778 by carriage return for the value of the Character Set pattern, then negate it
17779 by typing the &quot;!&quot; command.
17780 It should end up looking like
17782 <PRE>
17783  ! Charset pattern = GB2312
17784 </PRE>
17786 A technicality: Since comma is the character used to separate multiple
17787 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17788 you want to include a literal comma in the field.
17789 In other words, if you type a backslash followed by a comma it will
17790 be interpreted as a comma by Alpine, instead of as a separator between
17791 pattern values.
17792 All other backslashes are literal backslashes and should not be escaped.
17794 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17795 for more information on Patterns.
17797 Look <A HREF="h_edit_nav_cmds">here</A>
17798 to see the available Editing and Navigation commands.
17800 &lt;End of help on this topic&gt;
17801 </BODY>
17802 </HTML>
17803 ======= h_config_role_keywordpat =======
17804 <HTML>
17805 <HEAD>
17806 <TITLE>Keyword Pattern Explained</TITLE>
17807 </HEAD>
17808 <BODY>
17809 <H1>Keyword Pattern Explained</H1>
17811 A folder may have user-defined keywords.
17812 These are similar to the Important flag, which the user may set using the
17813 Flag command.
17814 The difference is that the Important flag is always present for each folder.
17815 User-defined keywords are picked by the user.
17816 You may add new keywords by defining them in the
17817 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
17818 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
17819 the Flag command may be used to set or clear the keyword on individual messages.
17820 If you have given a keyword a nickname when configuring it,
17821 that nickname may be used instead of the actual keyword.
17824 When filling in a value for this field, it may be easiest to use
17825 the &quot;T&quot; command, which presents you with a list of the keywords
17826 you have defined to choose from.
17829 This part of the Pattern matches messages with certain keywords set.
17830 It will be considered a match if a message has any of the keywords in the
17831 list set.
17832 A keyword that you have not defined using the
17833 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
17834 will not be a match.
17837 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
17838 &quot;!&quot; &quot;toggle NOT&quot; command.
17839 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
17840 It will be considered a match if none of the keywords in the list are set
17841 for a message.
17842 A keyword that you have not defined using the
17843 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
17844 will not be a match, so a <EM>NOT</EM> of that keyword does match.
17846 Don't make the mistake of putting the &quot;!&quot; in the data field for
17847 the pattern.
17848 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
17849 pattern, the pattern will look like:
17851 <PRE>
17852  Keyword pattern = !frizzle
17853 </PRE>
17855 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17856 In order to match messages that do not have the keyword &quot;frizzle&quot;
17857 set, first type the characters &quot;frizzle&quot; followed
17858 by carriage return for the value of the Keyword pattern, then negate it
17859 by typing the &quot;!&quot; command.
17860 It should end up looking like
17862 <PRE>
17863  ! Keyword pattern = frizzle
17864 </PRE>
17866 A technicality: Since comma is the character used to separate multiple
17867 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17868 you want to include a literal comma in the field.
17869 In other words, if you type a backslash followed by a comma it will
17870 be interpreted as a comma by Alpine, instead of as a separator between
17871 pattern values.
17872 All other backslashes are literal backslashes and should not be escaped.
17874 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17875 for more information on Patterns.
17877 Look <A HREF="h_edit_nav_cmds">here</A>
17878 to see the available Editing and Navigation commands.
17880 &lt;End of help on this topic&gt;
17881 </BODY>
17882 </HTML>
17883 ======= h_config_role_arbpat =======
17884 <HTML>
17885 <HEAD>
17886 <TITLE>Extra Header Patterns Explained</TITLE>
17887 </HEAD>
17888 <BODY>
17889 <H1>Extra Header Patterns Explained</H1>
17891 The header patterns that come after the Participant pattern but before the 
17892 AllText pattern are extra header patterns that you have added to a rule's
17893 Pattern. These are just like the other header patterns except that
17894 the contents of the particular header listed on the left hand side will
17895 be used for comparisons.
17897 The &quot;eXtraHdr&quot; command may be used to add more of these
17898 header patterns to the rule you are editing.
17900 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
17901 extra header pattern from the rule you are editing.
17903 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
17904 &quot;!&quot; &quot;toggle NOT&quot; command.
17905 This changes the meaning of the pattern so that it has the opposite meaning.
17906 It will be considered a match if there are no matches between the
17907 text in the header line and the list of patterns.
17909 Don't make the mistake of putting the &quot;!&quot; in the data field for
17910 the pattern.
17911 For example, if you type the characters &quot;!frizzle&quot; into the
17912 pattern, the pattern will look like:
17914 <PRE>
17915  Xyz pattern = !frizzle
17916 </PRE>
17918 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17919 In order to match messages that do not have &quot;frizzle&quot; in
17920 their Xyz field, first type the characters &quot;frizzle&quot; followed
17921 by carriage return for the value of the pattern, then negate it
17922 by typing the &quot;!&quot; command.
17923 It should end up looking like
17925 <PRE>
17926  ! Xyz pattern = frizzle
17927 </PRE>
17930 A technicality: Since comma is the character used to separate multiple
17931 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17932 you want to include a literal comma in the field.
17933 In other words, if you type a backslash followed by a comma it will
17934 be interpreted as a comma by Alpine, instead of as a separator between
17935 pattern values.
17936 All other backslashes are literal backslashes and should not be escaped.
17938 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17939 for more information on Patterns.
17941 Look <A HREF="h_edit_nav_cmds">here</A>
17942 to see the available Editing and Navigation commands.
17944 &lt;End of help on this topic&gt;
17945 </BODY>
17946 </HTML>
17947 ======= h_config_role_cat_cmd =======
17948 <HTML>
17949 <HEAD>
17950 <TITLE>Categorizer Command Explained</TITLE>
17951 </HEAD>
17952 <BODY>
17953 <H1>Categorizer Command Explained</H1>
17955 This is a command that is run with its standard input set to the message
17956 being checked and its standard output discarded.
17957 The full directory path should be specified.
17958 The command will be run and then its exit status will be checked against
17959 the Exit Status Interval, which defaults to just the value zero.
17960 If the exit status of the command falls in the interval, it is considered
17961 a match, otherwise it is not a match.
17964 This option may actually be a list of commands.
17965 The first one that exists and is executable is used.
17966 That makes it possible to use the same configuration with Unix Alpine and
17967 PC-Alpine.
17970 If none of the commands in the list exists and is executable then the rule
17971 is <EM>not</EM> a match.
17972 If it is possible that the command may not exist, you should be careful
17973 to structure your rules so that nothing destructive
17974 happens when the command does not exist.
17975 For example, you might have a filter that filters away spam when there is
17976 a match but does nothing when there is not a match.
17977 That would cause no harm if the command didn't exist.
17978 However, if you have a filter that filters away spam when there is not
17979 a match and keeps it when there is a match, that would filter everything
17980 if the categorizer command didn't exist.
17982 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
17983 setup for the bogofilter filter.
17986 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17987 for more information on Patterns.
17989 Look <A HREF="h_edit_nav_cmds">here</A>
17990 to see the available Editing and Navigation commands.
17992 &lt;End of help on this topic&gt;
17993 </BODY>
17994 </HTML>
17995 ======= h_config_role_cat_cmd_example =======
17996 <HTML>
17997 <HEAD>
17998 <TITLE>Categorizer Command Example</TITLE>
17999 </HEAD>
18000 <BODY>
18001 <H1>Categorizer Command Example</H1>
18003 Bogofilter
18004 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
18005 is a mail filter that attempts to classify mail as spam or
18006 non-spam using statistical analysis of the message content.
18007 When run with no arguments and a message as standard input, it exits with
18008 exit status 0 if it thinks a message is spam and 1 if it thinks
18009 it is not spam.
18010 To use bogofilter as your Categorizer Command you would simply set Command to
18011 the pathname of the bogofilter program.
18012 For example,
18014 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
18016 Exit status of zero is what you are interested in, so you'd set the
18017 Exit Status Interval to
18019 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
18022 In order to prevent downloading an entire huge message to check for spam, you
18023 might want to set the Character Limit to a few thousand characters (the
18024 assumption being that the spam will reveal itself in those characters)
18026 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
18029 You would probably use bogofilter in an Alpine Filter Rule, and have the action
18030 be to move the message to a spam folder.
18031 It would usually be wise to also check the &quot;Message is Recent&quot;
18032 part of the rule so that messages are only checked when they first arrive,
18033 and to restrict the Current Folder Type to just your INBOX.
18034 The reason for checking only Recent messages is to save the time it takes
18035 to run bogofilter on each message.
18036 As an experiment, you might start out by using this in an Indexcolor Rule
18037 instead of a Filter Rule.
18038 In that case, you probably wouldn't check the Recent checkbox.
18040 The use described above assumes that you are somehow maintaining bogofilter's
18041 database of words associated with spam and non-spam messages.
18042 One way to start your database would be to select a bunch of spam messages
18043 in Alpine (you might Save spam messages to a special folder or use Alpine's
18044 Select command to select several) and then Apply
18045 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
18046 a pipe command to the spam messages.
18047 For example, you could have a shell script or an alias
18048 called <EM>this_is_spam</EM>, which would simply be the command
18050 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
18053 It is probably best to use the pipe command's Raw Text, With Delimiter,
18054 and Free Output options,
18055 which are at the bottom of the screen when you type the pipe command.
18056 That's because bogofilter expects the raw message as input, and uses
18057 the Delimiters to tell when a new message starts.
18058 You would not need to use a separate pipe for each message, because
18059 bogofilter can handle multiple messages at once.
18061 Similarly, you would select a group of non-spam messages
18062 and run them through a <EM>this_is_nonspam</EM> script
18063 that was something like
18065 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
18068 For the more adventurous, the next step might be to automate the upkeep of
18069 the bogofilter database.
18070 It might make more sense to have bogofilter be part of the delivery process,
18071 but it is also possible to do it entirely from within Alpine.
18072 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
18073 the &quot;-u&quot; argument will cause bogofilter to update the database.
18075 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
18077 You'd want a couple more aliases or shell scripts called something like
18078 <EM>change_to_spam</EM>
18080 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
18083 <EM>change_to_nonspam</EM>
18085 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
18087 When you run across a message in your INBOX that should have been
18088 classified as spam you would pipe it to the change_to_spam script, and
18089 when you run across a message in your spam folder that should have been
18090 left in your INBOX you would pipe it through change_to_nonspam.
18093 There is a technical problem with this approach.
18094 Alpine may check your filters more than once.
18095 In particular, every time you start Alpine the filters will be checked for
18096 each message.
18097 Also, if you have any filters that depend on message state (New, Deleted, etc.)
18098 then Alpine will recheck for matches in messages that have changed state
18099 at the time you close the folder and before expunging.
18100 This is usually ok.
18101 However, in this case it is a problem because the command
18103 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
18105 has the side effect of updating the database.
18106 So you run the risk of updating the database multiple times for a single
18107 message instead of updating it just once per message.
18108 There are some ways to work around this problem.
18109 What you need is a way to mark the message after you have run the filter.
18110 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
18111 Besides having the filter move the message to a spam folder, also have it
18112 set the Bogo keyword.
18113 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
18114 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
18115 This rule can only set the Bogo keyword for the messages that it matches.
18116 You will also need to add a second rule right after this one that
18117 matches all the messages that don't have the Bogo keyword set
18118 (put the keyword in the Keyword pattern and toggle
18119 the Not with the ! command)
18120 and takes the action of setting it.
18121 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
18122 (and so it won't re-run the bogofilter command) if the keyword is already
18123 set.
18125 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
18126 on all messages that don't have the Bogo keyword set.
18127 This will have the side effect of inserting that message in the bogofilter
18128 database, match or not.
18129 If this rule matches (it is spam), the Bogo keyword will be set and
18130 the message will be moved to a spam folder.
18131 If it does not match, the
18132 following rule will mark the message by turning on the keyword.
18133 This second rule should be a non-terminating
18134 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
18135 rule so that it doesn't stop the filtering process before the rest of
18136 your rules are consulted.
18139 In summary, the first rule is something like
18140 <PRE>
18141   Nickname          = bogofilter -u rule
18142   Current Folder Type =
18143                (*) Specific
18144                    Folder = INBOX
18146   ! Keyword pattern = Bogo
18148   External Categorizer Commands =
18149        Command              = /usr/local/bin/bogofilter -u
18150        Exit Status Interval = (0,0)
18151        Character Limit      = <No Value Set: using "-1">  (optionally set this)
18153   Filter Action =
18154        (*) Move
18155            Folder = spam
18156   
18157   Set These Keywords   = Bogo
18158 </PRE>
18160 and the following rule is
18161 <PRE>
18162   Nickname          = Set Bogo Keyword
18163   Current Folder Type =
18164                (*) Specific
18165                    Folder = INBOX
18167   ! Keyword pattern = Bogo
18169   Filter Action =
18170        (*) Just Set Message Status
18172   Set These Keywords   = Bogo
18174   Features =
18175       [X]  dont-stop-even-if-rule-matches
18176 </PRE>
18178 If it is possible for you to insert bogofilter in the delivery process instead
18179 of having it called from Alpine you could prevent having to wait
18180 for the bogofilter processing while you read your mail.
18181 You would have bogofilter add a header to the message at the time of delivery
18182 that identified it as spam or nonspam.
18183 With this method, you could avoid using a Categorizer Command while running Alpine,
18184 and just match on the header instead.
18185 You might still want to use the scripts mentioned above to initialize the
18186 database or to re-classify wrongly classified messages.
18189 Finally, it isn't for the faint-hearted,
18190 but it is also possible to run bogofilter from PC-Alpine.
18191 You can install Cygwin from
18192 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
18193 then compile bogofilter in the cygwin environment, and run it from
18194 within PC-Alpine.
18195 You would end up with a Categorizer command that looked something like
18197 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
18199 Note that the &quot;.exe&quot; extension is explicit,
18200 and that the bogofilter.exe executable should be in the same directory
18201 as cygwin1.dll.
18204 &lt;End of help on this topic&gt;
18205 </BODY>
18206 </HTML>
18207 ======= h_config_role_cat_status =======
18208 <HTML>
18209 <HEAD>
18210 <TITLE>Exit Status Interval Explained</TITLE>
18211 </HEAD>
18212 <BODY>
18213 <H1>Exit Status Interval Explained</H1>
18215 The categorizer command is run and the result is the exit status of
18216 that command.
18217 If that exit status falls in the Exit Status Interval
18218 then it is considered a match, otherwise it is not a match.
18219 Of course for the entire rule to match, it must also be checked against
18220 the other defined parts of the Pattern.
18222 The Exit Status Interval defaults to the single value 0 (zero).
18223 If you define it, it should be set to something like:
18225 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
18227 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
18228 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
18229 positive and negative integers.
18231 Actually, a list of intervals may be used if you wish.
18232 A list would look like
18234 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
18236 When there is an Exit Status Interval defined, it is a match if the exit status
18237 of the categorizer command is contained in any of the intervals.
18238 The intervals include both endpoints.
18240 The default interval is
18242 <CENTER><SAMP>(0,0)</SAMP></CENTER>
18244 and it matches only if the command exits with exit status equal to zero.
18247 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18248 for more information on Patterns.
18250 Look <A HREF="h_edit_nav_cmds">here</A>
18251 to see the available Editing and Navigation commands.
18253 &lt;End of help on this topic&gt;
18254 </BODY>
18255 </HTML>
18256 ======= h_config_role_cat_limit =======
18257 <HTML>
18258 <HEAD>
18259 <TITLE>Character Limit Explained</TITLE>
18260 </HEAD>
18261 <BODY>
18262 <H1>Character Limit Explained</H1>
18264 Setting this option makes it possible to limit how much of the message
18265 is made available to the categorizer command as input.
18266 The default value (-1) means that the entire message is fed to the
18267 command.
18268 A value of 0 (zero) means that only the headers of the message are
18269 made available.
18270 A positive integer means that the headers plus that many characters from
18271 the body of the message are passed to the categorizer.
18274 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18275 for more information on Patterns.
18277 Look <A HREF="h_edit_nav_cmds">here</A>
18278 to see the available Editing and Navigation commands.
18280 &lt;End of help on this topic&gt;
18281 </BODY>
18282 </HTML>
18283 ======= h_config_role_age =======
18284 <HTML>
18285 <HEAD>
18286 <TITLE>Age Interval Explained</TITLE>
18287 </HEAD>
18288 <BODY>
18289 <H1>Age Interval Explained</H1>
18291 The Age Interval, if defined, is part of the Pattern.
18292 If you use this, it should be set to something like:
18294 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
18296 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
18297 The special value &quot;INF&quot; may be used for the max value.
18298 It represents infinity.
18300 In rare cases it may be useful to use the more general form of the value,
18301 which is a comma-separated list of intervals.
18302 It would look something like:
18304 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
18306 When there is an Age Interval defined, it is a match if the age, in days, of
18307 the message is contained in the interval.
18308 The interval includes both endpoints.
18309 If the option is set to a list of intervals then it is a match if the
18310 age of the message is contained in any of the intervals.
18312 Even though this option is called Age, it isn't actually
18313 the <EM>age</EM> of the message.
18314 Instead, it is how many days ago the message arrived in one of your folders.
18315 If the current time is a little past midnight, then a message that arrived
18316 just before midnight arrived yesterday, even though the message is only
18317 a few minutes old.
18318 By default, the date being used is not the date in the Date
18319 header of the message.
18320 It is the date that the message arrived in one of your folders.
18321 When you Save a message from one folder to another that arrival date
18322 is preserved.
18323 If you would like to use the date in the Date header that is possible.
18324 Turn on the option
18325 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
18326 near the bottom of the rule definition.
18328 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
18329 The age interval
18331 <CENTER><SAMP>(2,2)</SAMP></CENTER>
18333 matches all messages that arrived on the day before yesterday.
18334 The interval
18336 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
18338 matches all messages that arrived at least 180 days before today.
18339 The interval
18341 <CENTER><SAMP>(0,1)</SAMP></CENTER>
18343 matches all messages that arrived today or yesterday.
18346 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18347 for more information on Patterns.
18349 Look <A HREF="h_edit_nav_cmds">here</A>
18350 to see the available Editing and Navigation commands.
18352 &lt;End of help on this topic&gt;
18353 </BODY>
18354 </HTML>
18355 ======= h_config_role_size =======
18356 <HTML>
18357 <HEAD>
18358 <TITLE>Size Interval Explained</TITLE>
18359 </HEAD>
18360 <BODY>
18361 <H1>Size Interval Explained</H1>
18363 The Size Interval, if defined, is part of the Pattern.
18364 If you use this, it should be set to something like:
18366 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
18368 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
18369 The special value &quot;INF&quot; may be used for the max value.
18370 It represents infinity.
18372 In rare cases it may be useful to use the more general form of the value,
18373 which is a comma-separated list of intervals.
18374 It would look something like:
18376 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
18378 When there is a Size Interval defined, it is a match if the size of
18379 the message is contained in the interval.
18380 The interval includes both endpoints.
18381 If the option is set to a list of intervals then it is a match if the
18382 size of the message is contained in any of the intervals.
18384 The size interval
18386 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
18388 matches all messages with sizes greater than or equal to 10000, and less
18389 than or equal to 50000.
18390 The interval
18392 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
18394 matches all messages with sizes greater than or equal to 100000.
18397 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18398 for more information on Patterns.
18400 Look <A HREF="h_edit_nav_cmds">here</A>
18401 to see the available Editing and Navigation commands.
18403 &lt;End of help on this topic&gt;
18404 </BODY>
18405 </HTML>
18406 ======= h_config_role_scorei =======
18407 <HTML>
18408 <HEAD>
18409 <TITLE>Score Interval Explained</TITLE>
18410 </HEAD>
18411 <BODY>
18412 <H1>Score Interval Explained</H1>
18414 The Score Interval, if defined, is part of the Pattern.
18415 If you use this, it should be set to something like:
18417 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
18419 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
18420 -32000 and 32000.
18421 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
18422 the min and max values.
18423 These represent negative and positive infinity.
18425 Actually, the value may be a list of intervals rather than just a
18426 single interval if that is useful.
18427 The elements of the list are separated by commas like:
18429 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
18431 When there is a Score Interval defined, it is a match if the score for
18432 the message is contained in any of the intervals.
18433 The intervals include both endpoints.
18434 The score for a message is calculated by looking at every scoring rule
18435 defined and adding up the Score Values for the rules that match the message.
18436 Scoring rules are created using the
18437 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
18440 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18441 for more information on Patterns.
18443 Look <A HREF="h_edit_nav_cmds">here</A>
18444 to see the available Editing and Navigation commands.
18446 &lt;End of help on this topic&gt;
18447 </BODY>
18448 </HTML>
18449 ======= h_config_role_fldr_type =======
18450 <HTML>
18451 <HEAD>
18452 <TITLE>Current Folder Type Explained</TITLE>
18453 </HEAD>
18454 <BODY>
18455 <H1>Current Folder Type Explained</H1>
18457 The Current Folder Type is part of the role's Pattern.
18458 It refers to the type of the currently open folder, which is the folder
18459 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
18460 In order for a role to be considered a match, the current folder must
18461 be of the type you set here.
18462 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18463 all what you might think.
18465 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
18466 example, then
18467 that role will only be a match if the current folder is a newsgroup and
18468 the rest of the Pattern matches.
18469 The value &quot;Specific&quot; may be used when you want to limit the match
18470 to a specific folder (not just a specific type of folder), or to a list of
18471 specific folders.
18473 In order to match a specific folder you Select the &quot;Specific&quot;
18474 button <EM>AND</EM> fill in
18475 the name (or list of names) of
18476 the folder in the &quot;Folder List&quot; field.
18477 If the current folder is any of the folders in the list, that is considered
18478 a match.
18479 The name of each folder in the list may be either &quot;INBOX&quot;,
18480 the technical specification
18481 of the folder (like what appears in your configuration file) or, if the
18482 folder is one of your incoming folders, it may be the nickname you've given
18483 the folder.
18484 Here are a couple samples of specific folder names:
18486 <CENTER><SAMP>{monet.art.example.com/user=vincent}mail/art-class</SAMP></CENTER>
18488 <CENTER><SAMP>{news.example.com/nntp/user=peter}#news.comp.mail.pine</SAMP></CENTER>
18490 Observe that in order for an external folder (IMAP, POP, News) to be a match,
18491 you must also add the /user= option in the definition of the incoming folder.
18493 The easiest way to fill in the &quot;Folder List&quot; field is to use
18494 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
18495 highlighted, or to use the &quot;Take&quot; command with the configuration
18496 feature
18497 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
18498 turned on.
18499 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18500 Current Folder Type is set to &quot;Specific&quot;, and any value that
18501 &quot;Folder List&quot; has is ignored unless the type
18502 is set to &quot;Specific&quot;.
18504 When reading a newsgroup, there may be a performance penalty
18505 incurred when collecting the information necessary to check a Pattern.
18506 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18508 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18509 for more information on Patterns.
18511 Look <A HREF="h_edit_nav_cmds">here</A>
18512 to see the available Editing and Navigation commands.
18514 &lt;End of help on this topic&gt;
18515 </BODY>
18516 </HTML>
18517 ======= h_config_filt_rule_type =======
18518 <HTML>
18519 <HEAD>
18520 <TITLE>Filter Action Explained</TITLE>
18521 </HEAD>
18522 <BODY>
18523 <H1>Filter Action Explained</H1>
18525 The Filter Action specifies the action to be taken when the Pattern is a
18526 match.
18527 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
18528 &quot;Just Set Message Status&quot;.
18530 If it is set to &quot;Delete&quot;, then the message that matches the
18531 Pattern will be deleted from the open folder.
18533 If it is set to &quot;Move&quot;, then the name of the folder to which
18534 the matching message should be moved is given in the &quot;Folder List&quot; field on the
18535 next line of the screen.
18536 A list of folders separated by commas may be given, in which case the
18537 message will be copied to all of the folders in the list before it is
18538 deleted.
18540 If it is set to neither of those two values (it is set to the value
18541 labeled &quot;Just Set Message Status&quot;) then the message status
18542 setting will happen
18543 but the message will not be deleted or moved.
18545 If you are Moving a message you may also set Message Status if you wish.
18547 The easiest way to fill in the &quot;Folder List&quot; field is to use
18548 the T command that is available when the &quot;Folder List&quot; line is
18549 highlighted.
18550 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18551 Filter Action is set to &quot;Move&quot;, and any value that
18552 &quot;Folder List&quot; has is ignored unless the type
18553 is set to &quot;Move&quot;.
18555 There are a few tokens that may be used in the names in the Folder List.
18556 They are all related to the date on which the filtering is taking place.
18557 The tokens are words surrounded by underscores.
18558 For example, if you want your filter to move messages to a folder named
18559 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
18560 you could specify the folder as
18561 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
18562 which would result in a file named something like
18563 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
18565 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
18566 which would result in a file named something like
18567 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
18568 The available tokens are listed
18569 <A HREF="h_index_tokens">here</A>.
18571 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18572 for more information on Patterns.
18574 Look <A HREF="h_edit_nav_cmds">here</A>
18575 to see the available Editing and Navigation commands.
18577 &lt;End of help on this topic&gt;
18578 </BODY>
18579 </HTML>
18580 ======= h_config_score_fldr_type =======
18581 <HTML>
18582 <HEAD>
18583 <TITLE>Current Folder Type Explained</TITLE>
18584 </HEAD>
18585 <BODY>
18586 <H1>Current Folder Type Explained</H1>
18588 The Current Folder Type is part of the scoring rule's Pattern.
18589 It refers to the type of the folder that
18590 the message being scored is in.
18591 In order for a rule to be considered a match, the current folder must
18592 be of the type you set here.
18593 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18594 all what you might think.
18596 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18597 example, then
18598 that Pattern will only match if the current folder is a newsgroup and
18599 the rest of the Pattern matches.
18600 The value &quot;Specific&quot; may be used when you want to limit the match
18601 to a specific folder (not just a specific type of folder), or to a list of
18602 specific folders.
18604 In order to match a specific folder you Select the &quot;Specific&quot;
18605 button <EM>AND</EM> fill in
18606 the name (or list of names) of
18607 the folder in the &quot;Folder List&quot; field.
18608 If the current folder is any of the folders in the list, that is considered
18609 a match.
18610 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18611 of the folder (like what appears in your configuration file) or, if the
18612 folder is one of your incoming folders, it may be the nickname you've given
18613 the folder.
18614 Here are a couple samples of specific folder names:
18616 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18618 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18620 The easiest way to fill in the &quot;Folder List&quot; field is to use
18621 the T command that is available when the &quot;Folder List&quot; line is
18622 highlighted.
18623 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18624 Current Folder Type is set to &quot;Specific&quot;, and any value that
18625 &quot;Folder List&quot; has is ignored unless the type
18626 is set to &quot;Specific&quot;.
18628 When reading a newsgroup, there may be a performance penalty
18629 incurred when collecting the information necessary to check a Pattern.
18630 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18631 For example, if you have Index Line Coloring rules that have Score Intervals
18632 defined then the scores for all the visible messages will need to be calculated.
18633 If some of your Scoring rules have 
18634 a Current Folder Type of
18635 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
18636 screen to draw more slowly when in a newsgroup.
18638 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18639 for more information on Patterns.
18641 Look <A HREF="h_edit_nav_cmds">here</A>
18642 to see the available Editing and Navigation commands.
18644 &lt;End of help on this topic&gt;
18645 </BODY>
18646 </HTML>
18647 ======= h_config_other_fldr_type =======
18648 <HTML>
18649 <HEAD>
18650 <TITLE>Current Folder Type Explained</TITLE>
18651 </HEAD>
18652 <BODY>
18653 <H1>Current Folder Type Explained</H1>
18655 The Current Folder Type is part of the rule's Pattern.
18656 It refers to the type of the folder being viewed.
18657 In order for a rule to be considered a match, the current folder must
18658 be of the type you set here.
18659 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18660 all what you might think.
18662 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18663 example, then
18664 that Pattern will only match if the current folder is a newsgroup.
18665 The value &quot;Specific&quot; may be used when you want to limit the match
18666 to a specific folder (not just a specific type of folder), or to a list of
18667 specific folders.
18669 In order to match a specific folder you Select the &quot;Specific&quot;
18670 button <EM>AND</EM> fill in
18671 the name (or list of names) of
18672 the folder in the &quot;Folder List&quot; field.
18673 If the current folder is any of the folders in the list, that is considered
18674 a match.
18675 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18676 of the folder (like what appears in your configuration file) or, if the
18677 folder is one of your incoming folders, it may be the nickname you've given
18678 the folder.
18679 Here are a couple samples of specific folder names:
18681 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18683 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18685 The easiest way to fill in the &quot;Folder List&quot; field is to use
18686 the T command that is available when the &quot;Folder List&quot; line is
18687 highlighted.
18688 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18689 Current Folder Type is set to &quot;Specific&quot;, and any value that
18690 &quot;Folder List&quot; has is ignored unless the type
18691 is set to &quot;Specific&quot;.
18693 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18694 for more information on Patterns.
18696 Look <A HREF="h_edit_nav_cmds">here</A>
18697 to see the available Editing and Navigation commands.
18699 &lt;End of help on this topic&gt;
18700 </BODY>
18701 </HTML>
18702 ======= h_config_incol_fldr_type =======
18703 <HTML>
18704 <HEAD>
18705 <TITLE>Current Folder Type Explained</TITLE>
18706 </HEAD>
18707 <BODY>
18708 <H1>Current Folder Type Explained</H1>
18710 The Current Folder Type is part of the Line Coloring rule's Pattern.
18711 It refers to the type of the folder for which the MESSAGE INDEX is
18712 being viewed.
18713 In order for a rule to be considered a match, the current folder must
18714 be of the type you set here.
18715 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18716 all what you might think.
18718 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18719 example, then
18720 that Pattern will only match if the current folder is a newsgroup and
18721 the rest of the Pattern matches.
18722 The value &quot;Specific&quot; may be used when you want to limit the match
18723 to a specific folder (not just a specific type of folder), or to a list of
18724 specific folders.
18726 In order to match a specific folder you Select the &quot;Specific&quot;
18727 button <EM>AND</EM> fill in
18728 the name (or list of names) of
18729 the folder in the &quot;Folder List&quot; field.
18730 If the current folder is any of the folders in the list, that is considered
18731 a match.
18732 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18733 of the folder (like what appears in your configuration file) or, if the
18734 folder is one of your incoming folders, it may be the nickname you've given
18735 the folder.
18736 Here are a couple samples of specific folder names:
18738 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18740 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18742 The easiest way to fill in the &quot;Folder List&quot; field is to use
18743 the T command that is available when the &quot;Folder List&quot; line is
18744 highlighted.
18745 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18746 Current Folder Type is set to &quot;Specific&quot;, and any value that
18747 &quot;Folder List&quot; has is ignored unless the type
18748 is set to &quot;Specific&quot;.
18750 When reading a newsgroup, there may be a performance penalty
18751 incurred when collecting the information necessary to check a Pattern.
18752 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18753 For example, a rule with a non-Normal Index Line Color
18754 and a Current Folder Type of
18755 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
18756 screen to draw more slowly when in a newsgroup.
18758 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18759 for more information on Patterns.
18761 Look <A HREF="h_edit_nav_cmds">here</A>
18762 to see the available Editing and Navigation commands.
18764 &lt;End of help on this topic&gt;
18765 </BODY>
18766 </HTML>
18767 ======= h_config_filt_fldr_type =======
18768 <HTML>
18769 <HEAD>
18770 <TITLE>Current Folder Type Explained</TITLE>
18771 </HEAD>
18772 <BODY>
18773 <H1>Current Folder Type Explained</H1>
18775 The Current Folder Type is part of the Filtering rule's Pattern.
18776 It refers to the type of the folder for which the filtering is being done.
18777 In order for a rule to be considered a match, the current folder must
18778 be of the type you set here.
18779 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18780 all what you might think.
18782 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18783 example, then
18784 that Pattern will only match if the current folder is a newsgroup and
18785 the rest of the Pattern matches.
18786 The value &quot;Specific&quot; may be used when you want to limit the match
18787 to a specific folder (not just a specific type of folder), or to a list of
18788 specific folders.
18790 In order to match a specific folder you Select the &quot;Specific&quot;
18791 button <EM>AND</EM> fill in
18792 the name (or list of names) of
18793 the folder in the &quot;Folder List&quot; field.
18794 If the current folder is any of the folders in the list, that is considered
18795 a match.
18796 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18797 of the folder (like what appears in your configuration file) or, if the
18798 folder is one of your incoming folders, it may be the nickname you've given
18799 the folder.
18800 Here are a couple samples of specific folder names:
18802 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18804 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18806 The easiest way to fill in the &quot;Folder List&quot; field is to use
18807 the T command that is available when the &quot;Folder List&quot; line is
18808 highlighted.
18809 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18810 Current Folder Type is set to &quot;Specific&quot;, and any value that
18811 &quot;Folder List&quot; has is ignored unless the type
18812 is set to &quot;Specific&quot;.
18814 When reading a newsgroup, there may be a performance penalty
18815 incurred when collecting the information necessary to check a Pattern.
18816 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18817 For example, a rule with a Current Folder Type of either
18818 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
18819 more slowly when opening a newsgroup.
18821 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18822 for more information on Patterns.
18824 Look <A HREF="h_edit_nav_cmds">here</A>
18825 to see the available Editing and Navigation commands.
18827 &lt;End of help on this topic&gt;
18828 </BODY>
18829 </HTML>
18830 ======= h_config_role_stat_imp =======
18831 <HTML>
18832 <HEAD>
18833 <TITLE>Message Important Status Explained</TITLE>
18834 </HEAD>
18835 <BODY>
18836 <H1>Message Important Status Explained</H1>
18838 This part of the Pattern may have one of three possible values.
18839 The default value is &quot;Don't care&quot;, which matches any message.
18840 The other two values are &quot;Yes&quot;, which means the message must be
18841 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
18842 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
18843 to be a match.
18845 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18846 for more information on Patterns.
18848 Look <A HREF="h_edit_nav_cmds">here</A>
18849 to see the available Editing and Navigation commands.
18851 &lt;End of help on this topic&gt;
18852 </BODY>
18853 </HTML>
18854 ======= h_config_role_stat_new =======
18855 <HTML>
18856 <HEAD>
18857 <TITLE>Message New Status Explained</TITLE>
18858 </HEAD>
18859 <BODY>
18860 <H1>Message New Status Explained</H1>
18862 This part of the Pattern may have one of three possible values.
18863 The default value is &quot;Don't care&quot;, which matches any message.
18864 The other two values are &quot;Yes&quot;, which means the message must be
18865 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
18866 means the message must <EM>not</EM> be &quot;New&quot; in order
18867 to be a match.
18868 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
18869 same as <EM>Seen</EM>.
18871 The nomenclature for New and Recent is a bit confusing:
18873 New means that the message is Unseen.
18874 It could have been in your mailbox for a long time but if you haven't looked
18875 at it, it is still considered New.
18876 That matches the default Alpine index display that shows an N for such a
18877 message.
18879 Recent means that the message was added to this folder since the last time
18880 you opened the folder.
18881 Alpine also shows an N by default for these types of messages.
18882 If you were to run two copies of Alpine that opened a folder one right after
18883 the other, a message would only show up as Recent in (at most) the first
18884 Alpine session.
18886 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18887 for more information on Patterns.
18889 Look <A HREF="h_edit_nav_cmds">here</A>
18890 to see the available Editing and Navigation commands.
18892 &lt;End of help on this topic&gt;
18893 </BODY>
18894 </HTML>
18895 ======= h_config_role_stat_recent =======
18896 <HTML>
18897 <HEAD>
18898 <TITLE>Message Recent Status Explained</TITLE>
18899 </HEAD>
18900 <BODY>
18901 <H1>Message Recent Status Explained</H1>
18903 This part of the Pattern may have one of three possible values.
18904 The default value is &quot;Don't care&quot;, which matches any message.
18905 The other two values are &quot;Yes&quot;, which means the message must be
18906 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
18907 means the message must <EM>not</EM> be &quot;Recent&quot; in order
18908 to be a match.
18909 &quot;Recent&quot; means that the message was added to the folder since
18910 the last time the folder was opened.
18911 If more than one mail client has the folder opened, the message will
18912 appear to be &quot;Recent&quot; to only one of the clients.
18914 The nomenclature for New and Recent is a bit confusing:
18916 New means that the message is Unseen.
18917 It could have been in your mailbox for a long time but if you haven't looked
18918 at it, it is still considered New.
18919 That matches the default Alpine index display that shows an N for such a
18920 message.
18922 Recent means that the message was added to this folder since the last time
18923 you opened the folder.
18924 Alpine also shows an N by default for these types of messages.
18925 If you were to run two copies of Alpine that opened a folder one right after
18926 the other, a message would only show up as Recent in (at most) the first
18927 Alpine session.
18929 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18930 for more information on Patterns.
18932 Look <A HREF="h_edit_nav_cmds">here</A>
18933 to see the available Editing and Navigation commands.
18935 &lt;End of help on this topic&gt;
18936 </BODY>
18937 </HTML>
18938 ======= h_config_role_stat_del =======
18939 <HTML>
18940 <HEAD>
18941 <TITLE>Message Deleted Status Explained</TITLE>
18942 </HEAD>
18943 <BODY>
18944 <H1>Message Deleted Status Explained</H1>
18946 This part of the Pattern may have one of three possible values.
18947 The default value is &quot;Don't care&quot;, which matches any message.
18948 The other two values are &quot;Yes&quot;, which means the message must be
18949 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
18950 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
18951 to be a match.
18953 If you are thinking of using this part of the Pattern as a way to prevent
18954 messages from being filtered more than once in a Filter Pattern,
18955 take a look at the Filter Option
18956 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
18957 instead.
18958 It should work better than using this field since it will hide the filtered
18959 messages even if they are already Deleted.
18960 That option is at the bottom of the Filter configuration screen.
18962 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18963 for more information on Patterns.
18965 Look <A HREF="h_edit_nav_cmds">here</A>
18966 to see the available Editing and Navigation commands.
18968 &lt;End of help on this topic&gt;
18969 </BODY>
18970 </HTML>
18971 ======= h_config_role_stat_ans =======
18972 <HTML>
18973 <HEAD>
18974 <TITLE>Message Answered Status Explained</TITLE>
18975 </HEAD>
18976 <BODY>
18977 <H1>Message Answered Status Explained</H1>
18979 This part of the Pattern may have one of three possible values.
18980 The default value is &quot;Don't care&quot;, which matches any message.
18981 The other two values are &quot;Yes&quot;, which means the message must be
18982 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
18983 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
18984 to be a match.
18986 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18987 for more information on Patterns.
18989 Look <A HREF="h_edit_nav_cmds">here</A>
18990 to see the available Editing and Navigation commands.
18992 &lt;End of help on this topic&gt;
18993 </BODY>
18994 </HTML>
18995 ======= h_config_role_abookfrom =======
18996 <HTML>
18997 <HEAD>
18998 <TITLE>Address in Address Book Explained</TITLE>
18999 </HEAD>
19000 <BODY>
19001 <H1>Address in Address Book Explained</H1>
19003 This option gives you a way to match messages that contain an address
19004 that is in one of your address books.
19005 Only the simple entries in your address books are searched.
19006 Address book distribution lists are ignored!
19008 This part of the Pattern may have one of five possible values.
19009 The default value is &quot;Don't care&quot;, which matches any message.
19010 The value &quot;Yes, in any address book&quot; means at least one of the addresses
19011 from the message must be in at least one of your
19012 address books in order to be a match.
19013 The value &quot;No, not in any address book&quot;
19014 means none of the addresses may
19015 be in any of your address books in order to be a match.
19017 The values &quot;Yes, in specific address books&quot; and
19018 &quot;No, not in any of specific address books&quot; are similar but instead
19019 of depending on all address books you are allowed to give a list of address
19020 books to look in.
19021 Usually this would be a single address book but it may be a
19022 list of address books as well.
19023 For each of these &quot;specific&quot; address book options you Select which
19024 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
19025 name (or list of names) of the address book in the
19026 &quot;Abook List&quot; field.
19027 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
19028 The easiest way to fill in the Abook List field it to use
19029 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
19030 line is highlighted.
19031 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
19032 option is set to one of the two &quot;Specific&quot;, values.
19034 The addresses from the message that are checked for are determined by the
19035 setting you have for &quot;Types of addresses to check for in address book&quot;.
19036 If you set this to &quot;From&quot; the From address from the message will
19037 be looked up in the address book.
19038 If you set it to &quot;To&quot; instead then the To addresses will be used.
19039 If any of the To addresses are in the address book then it is considered
19040 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
19041 You could set it to both From and To, in which case all of the From and To
19042 addresses are used.
19043 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
19044 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
19045 exists or the From address if there is no Reply-To address.
19046 Same for the Sender address.
19048 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19049 for more information on Patterns.
19051 Look <A HREF="h_edit_nav_cmds">here</A>
19052 to see the available Editing and Navigation commands.
19054 &lt;End of help on this topic&gt;
19055 </BODY>
19056 </HTML>
19057 ======= h_config_inabook_from =======
19058 <HTML>
19059 <HEAD>
19060 <TITLE>From</TITLE>
19061 </HEAD>
19062 <BODY>
19063 <H1>From</H1>
19065 Setting the From line will cause the address from the From header line
19066 of the message to be checked for in the address book.
19068 &lt;End of help on this topic&gt;
19069 </BODY>
19070 </HTML>
19071 ======= h_config_inabook_replyto =======
19072 <HTML>
19073 <HEAD>
19074 <TITLE>Reply-To</TITLE>
19075 </HEAD>
19076 <BODY>
19077 <H1>Reply-To</H1>
19079 Setting the Reply-To line will cause the address from the Reply-To header line
19080 of the message to be checked for in the address book.
19081 However, if there is no Reply-To header line in the message the From header
19082 line will be used instead.
19083 We understand this is dumb but we don't have an easy way around it.
19085 &lt;End of help on this topic&gt;
19086 </BODY>
19087 </HTML>
19088 ======= h_config_inabook_sender =======
19089 <HTML>
19090 <HEAD>
19091 <TITLE>Sender</TITLE>
19092 </HEAD>
19093 <BODY>
19094 <H1>Sender</H1>
19096 Setting the Sender line will cause the address from the Sender header line
19097 of the message to be checked for in the address book.
19098 However, if there is no Sender header line in the message the From header
19099 line will be used instead.
19100 We understand this is dumb but we don't have an easy way around it.
19102 &lt;End of help on this topic&gt;
19103 </BODY>
19104 </HTML>
19105 ======= h_config_inabook_to =======
19106 <HTML>
19107 <HEAD>
19108 <TITLE>To</TITLE>
19109 </HEAD>
19110 <BODY>
19111 <H1>To</H1>
19113 Setting the To line will cause the address from the To header line
19114 of the message to be checked for in the address book.
19116 &lt;End of help on this topic&gt;
19117 </BODY>
19118 </HTML>
19119 ======= h_config_inabook_cc =======
19120 <HTML>
19121 <HEAD>
19122 <TITLE>CC</TITLE>
19123 </HEAD>
19124 <BODY>
19125 <H1>CC</H1>
19127 Setting the CC line will cause the address from the CC header line
19128 of the message to be checked for in the address book.
19130 &lt;End of help on this topic&gt;
19131 </BODY>
19132 </HTML>
19133 ======= h_config_role_stat_8bitsubj =======
19134 <HTML>
19135 <HEAD>
19136 <TITLE>Raw 8-bit in Subject Explained</TITLE>
19137 </HEAD>
19138 <BODY>
19139 <H1>Raw 8-bit in Subject Explained</H1>
19141 It seems that lots of unwanted email contains unencoded 8-bit characters
19142 in the Subject.
19143 Normally, characters with the 8th bit set are not allowed in the Subject
19144 header unless they are MIME-encoded.
19145 This option gives you a way to match messages that have Subjects that
19146 contain unencoded 8-bit characters.
19148 This part of the Pattern may have one of three possible values.
19149 The default value is &quot;Don't care&quot;, which matches any message.
19150 The other two values are &quot;Yes&quot;, which means the Subject of
19151 the message must contain unencoded 8-bit characters (characters with the
19152 most significant bit set)
19153 in order to be a match; or &quot;No&quot;, which
19154 means the Subject must <EM>not</EM>
19155 contain unencoded 8-bit characters in order to be a match.
19157 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19158 for more information on Patterns.
19160 Look <A HREF="h_edit_nav_cmds">here</A>
19161 to see the available Editing and Navigation commands.
19163 &lt;End of help on this topic&gt;
19164 </BODY>
19165 </HTML>
19166 ======= h_config_role_bom =======
19167 <HTML>
19168 <HEAD>
19169 <TITLE>Beginning of Month</TITLE>
19170 </HEAD>
19171 <BODY>
19172 <H1>Beginning of Month</H1>
19174 This option gives you a limited ability to take different actions depending on whether
19175 this is the first time Alpine has been run this month or not.
19176 Though it would be nice to have such an option available, this is not the
19177 same as whether or not this is the first time a particular folder has been
19178 opened this month.
19179 If you want some action (probably Filtering) to take place in a folder each
19180 month, then you will need to be sure that the folder is opened during the
19181 first Alpine session of the month in order for this option to be helpful.
19183 This part of the Pattern may have one of three possible values.
19184 The default value is &quot;Don't care&quot;, which matches any message.
19185 The other two values are &quot;Yes&quot;, which means this is the first
19186 time Alpine has been run this month;
19187 or &quot;No&quot;, which
19188 means this is not the first time Alpine has been run this month.
19190 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19191 for more information on Patterns.
19193 Here are some technical details.
19194 The way that Alpine decides if it is the beginning of the month or not is
19195 to compare today's date with the date stored in the
19196 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
19197 variable in the config file.
19198 If the month of today's date is later than the month stored in the variable,
19199 then this is considered to be the first time you have run Alpine this month, and
19200 that turns the Beginning of the Month option on.
19202 Look <A HREF="h_edit_nav_cmds">here</A>
19203 to see the available Editing and Navigation commands.
19205 &lt;End of help on this topic&gt;
19206 </BODY>
19207 </HTML>
19208 ======= h_config_role_boy =======
19209 <HTML>
19210 <HEAD>
19211 <TITLE>Beginning of Year</TITLE>
19212 </HEAD>
19213 <BODY>
19214 <H1>Beginning of Year</H1>
19216 This option gives you a limited ability to take different actions depending on whether
19217 this is the first time Alpine has been run this year or not.
19218 Though it would be nice to have such an option available, this is not the
19219 same as whether or not this is the first time a particular folder has been
19220 opened this year.
19221 If you want some action (probably Filtering) to take place in a folder each
19222 year, then you will need to be sure that the folder is opened during the
19223 first Alpine session of the year in order for this option to be helpful.
19225 This part of the Pattern may have one of three possible values.
19226 The default value is &quot;Don't care&quot;, which matches any message.
19227 The other two values are &quot;Yes&quot;, which means this is the first
19228 time Alpine has been run this year;
19229 or &quot;No&quot;, which
19230 means this is not the first time Alpine has been run this year.
19232 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19233 for more information on Patterns.
19235 Here are some technical details.
19236 The way that Alpine decides if it is the beginning of the year or not is
19237 to compare today's date with the date stored in the
19238 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
19239 variable in the config file.
19240 If the year of today's date is later than the year stored in the variable,
19241 then this is considered to be the first time you have run Alpine this year, and
19242 that turns the Beginning of the Year option on.
19244 Look <A HREF="h_edit_nav_cmds">here</A>
19245 to see the available Editing and Navigation commands.
19247 &lt;End of help on this topic&gt;
19248 </BODY>
19249 </HTML>
19250 ======= h_config_role_inick =======
19251 <HTML>
19252 <HEAD>
19253 <TITLE>Initialize Values From Role Explained</TITLE>
19254 </HEAD>
19255 <BODY>
19256 <H1>Initialize Values From Role Explained</H1>
19258 This is a power user feature.
19259 You will usually want to leave this field empty.
19260 The value of this field is the nickname of another one of your roles.
19261 The Action values from that other role
19262 are used as the initial values of the Action items for this role.
19263 If you put something in any of the action fields for this role, that will
19264 override whatever was in the corresponding field of the initializer role.
19266 You might use this field if the &quot;Action&quot; part of one of your roles
19267 is something you want to use in more than one role.
19268 Instead of filling in those action values again for each role, you
19269 may give the nickname of the role where the values are filled in.
19270 It's just a shortcut way to define Role Actions.
19272 Here's an example to help explain how this works.
19273 Suppose you have a role with nickname &quot;role1&quot; and role1 has
19274 (among other things)
19276 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
19278 set.
19279 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
19280 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
19281 from role1 by default (and any of the other inheritable action values
19282 that are set).
19283 So if role2 had
19285 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
19287 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
19288 However, if role2 had
19290 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
19292 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
19294 If you wish,
19295 you may choose a nickname from your list of roles by using the
19296 &quot;T&quot; command.
19297 If the role you are using to initialize also has a role it initializes from,
19298 then that initialization happens first.
19299 That is, inheritance works as expected with the grandparent and
19300 great-grandparent (and so on) roles having the expected effect.
19302 Look <A HREF="h_edit_nav_cmds">here</A>
19303 to see the available Editing and Navigation commands.
19305 &lt;End of help on this topic&gt;
19306 </BODY>
19307 </HTML>
19308 ======= h_config_role_setfrom =======
19309 <HTML>
19310 <HEAD>
19311 <TITLE>Set From Explained</TITLE>
19312 </HEAD>
19313 <BODY>
19314 <H1>Set From Explained</H1>
19316 This describes part of the action to be taken if the Pattern for this
19317 role is a match.
19318 This field consists of a single address that will be used as the From
19319 address on the message you are sending.
19320 This should be a fully-qualified address like
19322 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
19324 or just
19326 <CENTER><SAMP>user@domain</SAMP></CENTER>
19328 If you wish,
19329 you may choose an address from your address book with the
19330 &quot;T&quot; command.
19332 If this is left blank, then your normal From address will be used.
19334 You may also find it useful to add the changed From address to the
19335 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
19336 configuration option.
19338 Look <A HREF="h_edit_nav_cmds">here</A>
19339 to see the available Editing and Navigation commands.
19341 &lt;End of help on this topic&gt;
19342 </BODY>
19343 </HTML>
19344 ======= h_config_role_setreplyto =======
19345 <HTML>
19346 <HEAD>
19347 <TITLE>Set Reply-To Explained</TITLE>
19348 </HEAD>
19349 <BODY>
19350 <H1>Set Reply-To Explained</H1>
19352 This describes part of the action to be taken if the Pattern for this
19353 role is a match.
19354 This field consists of a single address that will be used as the Reply-To
19355 address on the message you are sending.
19356 This may be a fully-qualified address like
19358 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
19360 or just
19362 <CENTER><SAMP>user@domain</SAMP></CENTER>
19364 If you wish,
19365 you may choose an address from your address book with the
19366 &quot;T&quot; command.
19368 If this is left blank, then there won't be a Reply-To address unless
19369 you have configured one specially with the
19370 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
19371 configuration option.
19373 Look <A HREF="h_edit_nav_cmds">here</A>
19374 to see the available Editing and Navigation commands.
19376 &lt;End of help on this topic&gt;
19377 </BODY>
19378 </HTML>
19379 ======= h_config_role_setfcc =======
19380 <HTML>
19381 <HEAD>
19382 <TITLE>Set Fcc Explained</TITLE>
19383 </HEAD>
19384 <BODY>
19385 <H1>Set Fcc Explained</H1>
19387 This describes part of the action to be taken if the Pattern for this
19388 role is a match.
19389 This field consists of a single folder name that will be used in
19390 the Fcc field of the message you are sending.
19391 You may put anything here that you would normally type into the Fcc
19392 field from the composer.
19394 In addition, an fcc of &quot;&quot; (two double quotation marks) means
19395 no Fcc.
19397 A blank field here means that Alpine will use its normal rules for deciding
19398 the default value of the Fcc field.
19399 For many roles, perhaps most, it may make more sense for you to use the
19400 other Alpine facilities for setting the Fcc.
19401 In particular, if you want the Fcc to depend on who you are sending the
19402 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
19403 is probably more useful.
19404 In that case, you would want to leave the Fcc field here blank.
19405 However, if you have a role that depends on who the message you are replying
19406 to was From, or what address that message was sent to;
19407 then it might make sense to set the Fcc for that role here.
19409 If you wish,
19410 you may choose a folder from your folder collections by using the
19411 &quot;T&quot; command.
19413 Look <A HREF="h_edit_nav_cmds">here</A>
19414 to see the available Editing and Navigation commands.
19416 &lt;End of help on this topic&gt;
19417 </BODY>
19418 </HTML>
19419 ======= h_config_role_usesmtp =======
19420 <HTML>
19421 <HEAD>
19422 <TITLE>Use SMTP Server Explained</TITLE>
19423 </HEAD>
19424 <BODY>
19425 <H1>Use SMTP Server Explained</H1>
19427 This describes part of the action to be taken if the Pattern for this
19428 role is a match.
19429 If this field has a value, then it will be used as the SMTP server
19430 to send mail when this role is being used (unless the SMTP server variable
19431 is set in the system-wide fixed configuration file).
19432 It has the same semantics as the
19433 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
19434 variable in the Setup/Config screen.
19436 If you are using this to post from home when you are at home and from
19437 work when you are at work you need to be careful about postponing messages.
19438 When you postpone a composition that was using a role with this variable
19439 set, the SMTP server list will be saved
19440 with the postponed composition.
19441 It cannot be changed later.
19442 Because of this, you may want to make this a list of SMTP servers
19443 with the preferred server at the front of the list and alternate servers
19444 later in the list.
19445 In your &quot;Home&quot; role you would put the home SMTP server first and
19446 the work SMTP server last.
19447 In your &quot;Work&quot; role you would put the work SMTP server first and
19448 the home SMTP server last.
19449 Then if you start a composition as &quot;Work&quot;, postpone
19450 it, and then later resume it from home the work SMTP server will fail but
19451 the home SMTP server later in the list will succeed.
19453 You may be able to simplify things by making the regular
19454 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
19455 variable in the Setup/Config screen a list instead of using roles
19456 to set the SMTP server.
19459 Look <A HREF="h_edit_nav_cmds">here</A>
19460 to see the available Editing and Navigation commands.
19462 &lt;End of help on this topic&gt;
19463 </BODY>
19464 </HTML>
19465 ======= h_config_role_usenntp =======
19466 <HTML>
19467 <HEAD>
19468 <TITLE>Use NNTP Server Explained</TITLE>
19469 </HEAD>
19470 <BODY>
19471 <H1>Use NNTP Server Explained</H1>
19473 This describes part of the action to be taken if the Pattern for this
19474 role is a match.
19475 If this field has a value, then it will be used as the NNTP server
19476 to post to newsgroups when this role is being used (unless the NNTP server
19477 variable
19478 is set in the system-wide fixed configuration file).
19479 It has the same semantics as the
19480 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
19481 variable in the Setup/Config screen.
19483 This role setting can facilitate posting to the right nntp server for someone
19484 who reads news from various news sources.  The feature
19485 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
19486 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
19487 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
19488 nntp servers for roles may be more desirable for some people.
19490 If you are using this to post from home when you are at home and from
19491 work when you are at work you need to be careful about postponing messages.
19492 When you postpone a composition that was using a role with this variable
19493 set, the NNTP server list will be saved
19494 with the postponed composition.
19495 It cannot be changed later.
19496 Because of this, you may want to make this a list of NNTP servers
19497 with the preferred server at the front of the list and alternate servers
19498 later in the list.
19499 In your &quot;Home&quot; role you would put the home NNTP server first and
19500 the work NNTP server last.
19501 In your &quot;Work&quot; role you would put the work NNTP server first and
19502 the home NNTP server last.
19503 Then if you start a composition as &quot;Work&quot;, postpone
19504 it, and then later resume it from home the work NNTP server will fail but
19505 the home NNTP server later in the list will succeed.
19507 You may be able to simplify things by making the regular
19508 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
19509 variable in the Setup/Config screen a list instead of using roles
19510 to set the NNTP server.
19513 Look <A HREF="h_edit_nav_cmds">here</A>
19514 to see the available Editing and Navigation commands.
19516 &lt;End of help on this topic&gt;
19517 </BODY>
19518 </HTML>
19519 ======= h_config_role_setotherhdr =======
19520 <HTML>
19521 <HEAD>
19522 <TITLE>Set Other Headers Explained</TITLE>
19523 </HEAD>
19524 <BODY>
19525 <H1>Set Other Headers Explained</H1>
19527 This describes part of the action to be taken if the Pattern for this
19528 role is a match.
19529 This field gives you a way to set values for headers besides
19530 &quot;From&quot; and &quot;Reply-To&quot;.
19531 If you want to set either of those, use the specific
19532 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
19534 This field is similar to the
19535 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
19536 Each header you specify here must include the header tag 
19537 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
19538 and may optionally include a value for that header.
19539 In order to see these headers when you compose using this role you 
19540 must use the rich header
19541 <!--chtml if pinemode="function_key"-->(F5)
19542 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
19543 Here's an example that shows how you might set the To address.
19545 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
19547 Headers set in this way are different from headers set with the
19548 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
19549 will replace any value that already exists.
19550 For example, if you are Replying to a message there will already be at
19551 least one address in the To header (the address you are Replying to).
19552 However, if you Reply using a role that sets the To header, that role's
19553 To header value will be used instead.
19555 Limitation: Because commas are used to separate the list of
19556 Other Headers, it is not possible to have the value of a
19557 header contain a comma;
19558 nor is there currently an &quot;escape&quot; mechanism provided
19559 to make this work.
19561 Look <A HREF="h_edit_nav_cmds">here</A>
19562 to see the available Editing and Navigation commands.
19564 &lt;End of help on this topic&gt;
19565 </BODY>
19566 </HTML>
19567 ======= h_config_role_setlitsig =======
19568 <HTML>
19569 <HEAD>
19570 <TITLE>Set Literal Signature Explained</TITLE>
19571 </HEAD>
19572 <BODY>
19573 <H1>Set Literal Signature Explained</H1>
19575 This describes part of the action to be taken if the Pattern for this
19576 role is a match.
19577 This field contains the actual text for your signature, as opposed to
19578 the name of a file containing your signature.
19579 If this is defined it takes precedence over any value set in the
19580 &quot;Set Signature&quot; field.
19582 This is simply a different way to store the signature.
19583 The signature is stored inside your Alpine configuration file instead of in
19584 a separate file.
19585 Tokens work the same way they do with
19586 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
19587 help text there for more information.
19590 The two character sequence &#92;n (backslash followed by
19591 the character n) will be used to signify a line-break in your signature.
19592 You don't have to enter the &#92;n, but it will be visible in the
19593 CHANGE THIS ROLE RULE window after you are done editing the signature.
19595 Look <A HREF="h_edit_nav_cmds">here</A>
19596 to see the available Editing and Navigation commands.
19598 &lt;End of help on this topic&gt;
19599 </BODY>
19600 </HTML>
19601 ======= h_config_role_setsig =======
19602 <HTML>
19603 <HEAD>
19604 <TITLE>Set Signature Explained</TITLE>
19605 </HEAD>
19606 <BODY>
19607 <H1>Set Signature Explained</H1>
19609 This describes part of the action to be taken if the Pattern for this
19610 role is a match.
19612 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
19613 option from Setup/Config
19614 or the &quot;Set LiteralSig&quot; option for this role are defined,
19615 then this option will be ignored.
19616 You can tell that that is the case because the value of this
19617 option will show up as
19619 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
19621 You may either use all Literal Signatures (signatures stored in your
19622 configuration file) throughout Alpine, or all signature files.
19623 You can't mix the two.
19625 This field consists of a filename that will be used as the signature
19626 file when using this role.
19628 If the filename is followed by a vertical bar (|) then instead
19629 of reading the contents of the file the file is assumed to be a
19630 program that will produce the text to be used on its standard output.
19631 The program can't have any arguments and doesn't receive any input from Alpine,
19632 but the rest of the processing works as if the contents came from a file.
19634 Instead of storing the data in a local file, the
19635 signature data may be stored remotely in an IMAP folder.
19636 In order to do this, 
19637 you must use a remote name for the signature.
19638 A remote signature name might look like:
19640 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
19643 The syntax used here is the same as the syntax used for a remote
19644 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
19645 Note that you may not access an existing signature file remotely,
19646 you have to create a new <EM>folder</EM> that contains the signature data.
19647 If the name you use here for the signature data is a remote name, then when
19648 you edit the file using the &quot;F&quot; command the data will
19649 be saved remotely in the folder.
19650 You aren't required to do anything special to create the folder, it
19651 gets created if you use a remote name.
19654 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
19655 the name of the file) you have specified.
19656 If you type &quot;T&quot; you may use a browser to choose an existing filename.
19658 Besides containing regular text, a signature file may also
19659 contain (or a signature program may produce) tokens that are replaced with text
19660 that depends on the message you are replying to or forwarding.
19661 The tokens all look like _word_ (a word surrounded by underscores).
19662 For example, if the token
19664 <CENTER><SAMP>_DATE_</SAMP></CENTER>
19666 is included in the text of the signature file, then when you reply to
19667 or forward a message, the token will be replaced with the actual date
19668 the message you are replying to or forwarding was sent.
19670 If you use a role that has a signature file for a plain composition
19671 (that is, not a reply or forward) then there is no original message, so
19672 any tokens that depend on the message will be replaced with nothing.
19673 So if you want a signature file to be useful for new compositions it
19674 shouldn't include any of the tokens that depend on the message being
19675 replied to or forwarded.
19677 The list of available tokens is
19678 <A HREF="h_index_tokens">here</A>.
19680 Actually, for the adventurous, there is a way to conditionally include text based
19681 on whether or not a token would result in specific replacement text.
19682 For example, you could include some text based on whether or not
19683 the _NEWS_ token would result in any newsgroups if it was used.
19684 It's explained in detail
19685 <A HREF="h_reply_token_conditionals">here</A>.
19687 In the very unlikely event that you want to include a literal token in
19688 a signature file, you must precede it with a backslash character.
19689 For example, to include the literal text _DATE_ you must actually use
19690 &#92;_DATE_.
19691 It is not possible to have a literal backslash followed by an expanded token.
19693 A blank field here means that Alpine will use its normal rules for deciding
19694 which file (if any) to use for the signature file.
19696 An alternate method for storing the signature is available in
19697 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
19699 Look <A HREF="h_edit_nav_cmds">here</A>
19700 to see the available Editing and Navigation commands.
19702 &lt;End of help on this topic&gt;
19703 </BODY>
19704 </HTML>
19705 ======= h_config_role_settempl =======
19706 <HTML>
19707 <HEAD>
19708 <TITLE>Set Template Explained</TITLE>
19709 </HEAD>
19710 <BODY>
19711 <H1>Set Template Explained</H1>
19713 This describes part of the action to be taken if the Pattern for this
19714 role is a match.
19715 This field consists of a filename that will be used as the template
19716 file when using this role.
19717 The template file is a file that is included at the top of the message you
19718 are composing.
19720 If the filename is followed by a vertical bar (|) then instead
19721 of reading the contents of the file the file is assumed to be a
19722 program that will produce the text to be used on its standard output.
19723 The program can't have any arguments and doesn't receive any input from Alpine,
19724 but the rest of the processing works as if the contents came from a file.
19726 Instead of storing the data in a local file, the
19727 template may be stored remotely in an IMAP folder.
19728 In order to do this, 
19729 you must use a remote name for the template.
19730 A remote template name might look like:
19732 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
19735 The syntax used here is the same as the syntax used for a remote
19736 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
19737 Note that you may not access an existing template file remotely,
19738 you have to create a new <EM>folder</EM> that contains the template data.
19739 If the name you use here for the template is a remote name, then when
19740 you edit the file using the &quot;F&quot; command the data will
19741 be saved remotely in the folder.
19742 You aren't required to do anything special to create the folder, it
19743 gets created if you use a remote name.
19745 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
19746 the name of the file) you have specified.
19747 If you type &quot;T&quot; you may use a browser to choose an existing filename.
19749 Besides containing regular text, the template file may also
19750 contain (or a template file program may produce) tokens that are replaced with text
19751 that depends on the message you are replying to or forwarding.
19752 The tokens all look like _word_ (a word surrounded by underscores).
19753 For example, if the token
19755 <CENTER><SAMP>_DATE_</SAMP></CENTER>
19757 is included in the text of the template file, then when you reply to
19758 or forward a message, the token will be replaced with the actual date
19759 the message you are replying to or forwarding was sent.
19761 If you use a role that has a template file for a plain composition
19762 (that is, not a reply or forward) then there is no original message, so
19763 any tokens that depend on the message will be replaced with nothing.
19764 So if you want a template file to be useful for new compositions it
19765 shouldn't include any of the tokens that depend on the message being
19766 replied to or forwarded.
19768 The list of available tokens is
19769 <A HREF="h_index_tokens">here</A>.
19771 Actually, for the adventurous, there is a way to conditionally include text based
19772 on whether or not a token would result in specific replacement text.
19773 For example, you could include some text based on whether or not
19774 the _NEWS_ token would result in any newsgroups if it was used.
19775 It's explained in detail
19776 <A HREF="h_reply_token_conditionals">here</A>.
19778 In the very unlikely event that you want to include a literal token in
19779 a template file, you must precede it with a backslash character.
19780 For example, to include the literal text _DATE_ you must actually use
19781 &#92;_DATE_.
19782 It is not possible to have a literal backslash followed by an expanded token.
19784 A blank template field means that Alpine will not use a template file when
19785 this role is being used.
19787 Look <A HREF="h_edit_nav_cmds">here</A>
19788 to see the available Editing and Navigation commands.
19790 &lt;End of help on this topic&gt;
19791 </BODY>
19792 </HTML>
19793 ======= h_config_filt_stat_imp =======
19794 <HTML>
19795 <HEAD>
19796 <TITLE>Set Important Status Explained</TITLE>
19797 </HEAD>
19798 <BODY>
19799 <H1>Set Important Status Explained</H1>
19801 This describes part of the action to be taken if the Pattern for this
19802 filter is a match.
19803 If set to &quot;Don't change it&quot; then this does nothing.
19804 If set to &quot;Set this state&quot; then the Important flag is set
19805 for the matching message.
19806 If set to &quot;Clear this state&quot; then the Important flag is cleared
19807 for the matching message.
19808 The important flag usually causes an asterisk to show up in the MESSAGE
19809 INDEX.
19810 It may also be useful when selecting a set of messages
19811 with the Select command.
19813 Look <A HREF="h_edit_nav_cmds">here</A>
19814 to see the available Editing and Navigation commands.
19816 &lt;End of help on this topic&gt;
19817 </BODY>
19818 </HTML>
19819 ======= h_config_filt_stat_new =======
19820 <HTML>
19821 <HEAD>
19822 <TITLE>Set New Status Explained</TITLE>
19823 </HEAD>
19824 <BODY>
19825 <H1>Set New Status Explained</H1>
19827 This describes part of the action to be taken if the Pattern for this
19828 filter is a match.
19829 If set to &quot;Don't change it&quot; then this does nothing.
19830 If set to &quot;Set this state&quot; then the
19831 matching message is marked New.
19832 If set to &quot;Clear this state&quot; then the
19833 matching message is marked Seen.
19835 Look <A HREF="h_edit_nav_cmds">here</A>
19836 to see the available Editing and Navigation commands.
19838 &lt;End of help on this topic&gt;
19839 </BODY>
19840 </HTML>
19841 ======= h_config_filt_stat_ans =======
19842 <HTML>
19843 <HEAD>
19844 <TITLE>Set Answered Status Explained</TITLE>
19845 </HEAD>
19846 <BODY>
19847 <H1>Set Answered Status Explained</H1>
19849 This describes part of the action to be taken if the Pattern for this
19850 filter is a match.
19851 If set to &quot;Don't change it&quot; then this does nothing.
19852 If set to &quot;Set this state&quot; then the Answered flag is set
19853 for the matching message.
19854 If set to &quot;Clear this state&quot; then the Answered flag is cleared
19855 for the matching message.
19857 Look <A HREF="h_edit_nav_cmds">here</A>
19858 to see the available Editing and Navigation commands.
19860 &lt;End of help on this topic&gt;
19861 </BODY>
19862 </HTML>
19863 ======= h_config_filt_stat_del =======
19864 <HTML>
19865 <HEAD>
19866 <TITLE>Set Deleted Status Explained</TITLE>
19867 </HEAD>
19868 <BODY>
19869 <H1>Set Deleted Status Explained</H1>
19871 This describes part of the action to be taken if the Pattern for this
19872 filter is a match.
19873 If set to &quot;Don't change it&quot; then this does nothing.
19874 If set to &quot;Set this state&quot; then the
19875 matching message is marked Deleted.
19876 If set to &quot;Clear this state&quot; then the
19877 matching message is marked UnDeleted.
19879 You should not use this option unless you are prepared to have matching
19880 messages expunged from the folder permanently.
19881 For example, if you type the Expunge command, this filter is applied
19882 before the expunge, so matching messages will be marked Deleted and then
19883 will be permanently expunged from the folder.
19884 However, since the index isn't redrawn in between the time that the message
19885 is marked Deleted and the time that you are asked to expunge, the only
19886 indication that you are expunging the message comes in the number of messages
19887 being expunged.
19888 The same thing may happen when you close a folder.
19889 It is also possible that an expunge not initiated by you will
19890 delete matching messages.
19892 Look <A HREF="h_edit_nav_cmds">here</A>
19893 to see the available Editing and Navigation commands.
19895 &lt;End of help on this topic&gt;
19896 </BODY>
19897 </HTML>
19898 ======= h_config_role_scoreval =======
19899 <HTML>
19900 <HEAD>
19901 <TITLE>Score Value Explained</TITLE>
19902 </HEAD>
19903 <BODY>
19904 <H1>Score Value Explained</H1>
19906 A message's score is the sum of the Score Values from all of the Scoring rules
19907 with Patterns that match the message.
19908 The value you give here is the Score Value associated with this rule.
19909 A Score Value is an integer between -100 and 100, with the default
19910 value of zero.
19912 Alternatively, if the
19913 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
19914 field is defined
19915 (on the line right below the &quot;Score Value&quot; field)
19916 then the &quot;Score Value&quot; is ignored and
19917 the &quot;Score From Header&quot; field is used instead.
19919 Look <A HREF="h_edit_nav_cmds">here</A>
19920 to see the available Editing and Navigation commands.
19922 &lt;End of help on this topic&gt;
19923 </BODY>
19924 </HTML>
19925 ======= h_config_role_scorehdrtok =======
19926 <HTML>
19927 <HEAD>
19928 <TITLE>Score Value From Header Explained</TITLE>
19929 </HEAD>
19930 <BODY>
19931 <H1>Score Value From Header Explained</H1>
19933 This option provides a way to use a number that appears in the headers of your
19934 messages as the message's score, or as a component of that score.
19935 If this field is defined then it is used instead of the &quot;Score Value&quot;.
19936 The idea behind this option is that there may be a score embedded in the
19937 headers of messages that has already been calculated outside of Alpine.
19938 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
19939 somewhere in that header there is a score.
19941 The value for this option is the name of the header followed by parentheses
19942 with two arguments inside:
19944 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
19946 No space is allowed between the comma and the start of the field_separators.
19947 It would be interpreted as the first separator if it was there.
19948 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
19949 starts after that and goes to the second separator, and so on.
19950 It's easier to explain with examples.
19952 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
19954 In the above example the header that is used is the &quot;X-Spam&quot; header.
19955 The value of that header (the part after the colon and the space) is split
19956 into fields separated by spaces.
19958 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
19960 The second field is selected and converted to an integer. It only makes sense
19961 if Field2 really is an integer.
19963 Here's an example of a SpamAssassin header.
19964 The exact look of the header will vary, but if your incoming mail
19965 contains headers that look like the following
19967 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
19969 you might want to use the hits value as a score.
19970 Since the score is an integer value you can't make use of the decimal part of
19971 the number, but
19972 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
19973 and &quot;.&quot; as your separators.
19975 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
19977 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
19978 hits.
19979 The second field is &quot;10&quot; so the score value would be 10.
19981 Another example we've seen has headers that look like
19983 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
19985 Because there are two equals before the 7% the value
19987 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
19989 should capture the probability as the score.
19991 The Score From Header scoring value actually works just like the
19992 regular Score Value in that the rest of the pattern has to match before
19993 it is used and the scores from all the different scoring rules that
19994 match for a particular message are added together.
19995 When using the Score From Header method it may (or may not) make sense to
19996 use only a single scoring rule with a pattern that matches every message.
19998 Look <A HREF="h_edit_nav_cmds">here</A>
19999 to see the available Editing and Navigation commands.
20001 &lt;End of help on this topic&gt;
20002 </BODY>
20003 </HTML>
20004 ======= h_config_role_replyuse =======
20005 <HTML>
20006 <HEAD>
20007 <TITLE>Reply Use Explained</TITLE>
20008 </HEAD>
20009 <BODY>
20010 <H1>Reply Use Explained</H1>
20012 This option determines how this particular role will be used when Replying
20013 to a message.
20014 There are three possible values for this option.
20015 The value &quot;Never&quot;
20016 means that this role will not be a candidate for use when Replying.
20017 The role's Pattern will not be checked for a match, however the role will
20018 be available to be manually switched to if there is a confirmation prompt.
20021 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
20022 mean that you do want to consider this role when Replying.
20023 For either of these settings, the role's Pattern will be compared with
20024 the message being replied to.
20025 If there is a match then this role will either be used without confirmation
20026 or will be the default when confirmation is asked for, depending on
20027 which of the two options is selected.
20028 If confirmation is requested, you will also have a chance to
20029 manually change the role to any one of your other roles.
20032 You won't be prompted for confirmation if none of your role Patterns
20033 match the message being replied to.
20034 This is independent of the value of the current option.
20035 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
20036 feature may be used to change this behavior.
20038 &lt;End of help on this topic&gt;
20039 </BODY>
20040 </HTML>
20041 ======= h_config_role_forwarduse =======
20042 <HTML>
20043 <HEAD>
20044 <TITLE>Forward Use Explained</TITLE>
20045 </HEAD>
20046 <BODY>
20047 <H1>Forward Use Explained</H1>
20049 This option determines how this particular role will be used when Forwarding
20050 a message.
20051 There are three possible values for this option.
20052 The value &quot;Never&quot;
20053 means that this role will not be a candidate for use when Forwarding.
20054 The role's Pattern will not be checked for a match, however the role will
20055 be available to be manually switched to if there is a confirmation prompt.
20058 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
20059 mean that you do want to consider this role when Forwarding.
20060 For either of these settings, the role's Pattern will be compared with
20061 the message being forwarded.
20062 If there is a match then this role will either be used without confirmation
20063 or will be the default when confirmation is asked for, depending on
20064 which of the two options is selected.
20065 If confirmation is requested, you will also have a chance to
20066 manually change the role to any one of your other roles.
20069 You won't be prompted for confirmation if none of your role Patterns
20070 match the message being forwarded.
20071 This is independent of the value of the current option.
20072 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
20073 feature may be used to change this behavior.
20075 &lt;End of help on this topic&gt;
20076 </BODY>
20077 </HTML>
20078 ======= h_config_role_composeuse =======
20079 <HTML>
20080 <HEAD>
20081 <TITLE>Compose Use Explained</TITLE>
20082 </HEAD>
20083 <BODY>
20084 <H1>Compose Use Explained</H1>
20086 This option determines how this particular role will be used when Composing
20087 a new message using the &quot;Compose&quot; command.
20088 This does not affect what happens when using the &quot;Role&quot; command
20089 to compose a new message.
20090 The &quot;Role&quot; command allows you to select a role from all of the
20091 roles you have defined, regardless of what Uses you've assigned to those
20092 roles.
20095 There are three possible values for this option.
20096 The value &quot;Never&quot;
20097 means that this role will not be a candidate for use when Composing.
20098 The role's Current Folder Type will not be checked for a match, however the role
20099 will be available to be manually switched to if there is a confirmation prompt.
20102 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
20103 mean that you do want to consider this role when Composing.
20104 For either of these settings,
20105 the role's Current Folder Type will be checked (since there is no message
20106 to compare with, the rest of the Pattern is considered a match).
20107 If there is a match then this role will either be used without confirmation
20108 or will be the default when confirmation is asked for, depending on
20109 which of the two options is selected.
20110 If confirmation is requested, you will also have a chance to
20111 manually change the role to any one of your other roles.
20114 When using the Compose command the role checking is a little different
20115 because there is no message being replied to or forwarded.
20116 Because of this the Current Folder Type is checked but the header pattern
20117 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
20118 A role is considered to be a match if it is a candidate for Compose Use and
20119 its Current Folder Type matches the currently open folder.
20120 This could be useful if you want to set a role based on the folder you
20121 are reading, or the type of folder you are reading.
20124 You won't be prompted for confirmation if none of your role Patterns
20125 are a match.
20126 This is independent of the value of the current option.
20127 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
20128 feature may be used to change this behavior.
20130 &lt;End of help on this topic&gt;
20131 </BODY>
20132 </HTML>
20133 ======= h_config_filter_folder =======
20134 <HTML>
20135 <HEAD>
20136 <TITLE>Filter Folder Explained</TITLE>
20137 </HEAD>
20138 <BODY>
20139 <H1>Filter Folder Explained</H1>
20141 When the Filter Action is set to &quot;Move&quot;,
20142 the folder or folders specified here will be used to store messages matching
20143 the provided pattern.
20146 If you set the Filter Action to &quot;Move&quot; you must give a folder name
20147 here.
20150 If you wish,
20151 you may choose a folder from your folder collections by using the
20152 &quot;T&quot; command.
20154 Besides regular text, the folder name may also contain
20155 tokens that are replaced with text representing the current date
20156 when you run Alpine.
20157 For example, if the folder name you use is
20159 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
20161 that is replaced with something like
20163 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
20167 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
20169 becomes
20171 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
20173 The token names must be surrounded by underscores in order to be recognized
20174 as tokens.
20175 The tokens that may be used are those that are derived from the current date.
20176 They're listed near the bottom of the list of tokens give
20177 <A HREF="h_index_tokens">here</A>.
20179 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
20180 for more information on Patterns.
20182 Look <A HREF="h_edit_nav_cmds">here</A>
20183 to see the available Editing and Navigation commands.
20185 &lt;End of help on this topic&gt;
20186 </BODY>
20187 </HTML>
20188 ======= h_config_filter_kw_set =======
20189 <HTML>
20190 <HEAD>
20191 <TITLE>Set These Keywords Explained</TITLE>
20192 </HEAD>
20193 <BODY>
20194 <H1>Set These Keywords Explained</H1>
20196 This describes part of the action to be taken if the Pattern for this
20197 filter is a match.
20198 Read a little about keywords in the help text for the
20199 <A HREF="h_common_flag">Flag</A> command.
20200 This option is a list of keywords that will be Set when there is a match.
20201 If you wish, you may choose keywords from the list of keywords you have
20202 defined with the &quot;T&quot; command.
20203 You may add new keywords by defining them in the
20204 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
20205 If you have given a keyword a nickname when configuring it,
20206 that nickname may be used instead of the actual keyword.
20209 Look <A HREF="h_edit_nav_cmds">here</A>
20210 to see the available Editing and Navigation commands.
20212 &lt;End of help on this topic&gt;
20213 </BODY>
20214 </HTML>
20215 ======= h_config_filter_kw_clr =======
20216 <HTML>
20217 <HEAD>
20218 <TITLE>Clear These Keywords Explained</TITLE>
20219 </HEAD>
20220 <BODY>
20221 <H1>Clear These Keywords Explained</H1>
20223 This describes part of the action to be taken if the Pattern for this
20224 filter is a match.
20225 Read a little about keywords in the help text for the
20226 <A HREF="h_common_flag">Flag</A> command.
20227 This option is a list of keywords that will be Cleared when there is a match.
20228 If you wish, you may choose keywords from the list of keywords you have
20229 defined with the &quot;T&quot; command.
20230 You may add new keywords by defining them in the
20231 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
20232 If you have given a keyword a nickname when configuring it,
20233 that nickname may be used instead of the actual keyword.
20236 Look <A HREF="h_edit_nav_cmds">here</A>
20237 to see the available Editing and Navigation commands.
20239 &lt;End of help on this topic&gt;
20240 </BODY>
20241 </HTML>
20242 ======= h_index_tokens =======
20243 <HTML>
20244 <HEAD>
20245 <TITLE>Tokens for Index and Replying</TITLE>
20246 </HEAD>
20247 <BODY>
20249 This set of special tokens may be used in the
20250 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
20251 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
20252 in signature files,
20253 in template files used in
20254 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
20255 that is the target of a Filter Rule.
20256 Some of them aren't available in all situations.
20258 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
20259 option, but they must be surrounded by underscores for the
20260 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
20261 and in the target of Filter Rules.
20265 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
20267 <DL>
20268 <DT>SUBJECT</DT>
20269 <DD>
20270 This token represents the Subject the sender gave the message.
20271 Alternatives for use in the index screen are SHORTSUBJECT,
20272 SUBJKEY, SHORTSUBJKEY, SUBJKEYINIT, SHORTSUBJKEYINIT, SUBJECTTEXT, 
20273 SUBJKEYTEXT, and SUBJKEYINITTEXT.
20274 You may color the subject text in the MESSAGE INDEX screen differently by using the
20275 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
20276 <A HREF="h_config_index_opening_color">Index Opening Color</A>
20277 options available from
20278 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20279 </DD>
20281 <DT>FROM</DT>
20282 <DD>
20283 This token represents the personal name (or email address if the name
20284 is unavailable) of the person specified in the message's &quot;From:&quot;
20285 header field.
20286 You may color the from text in the MESSAGE INDEX screen differently by using the
20287 <A HREF="h_config_index_from_color">Index From Color</A>
20288 option available from
20289 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20290 </DD>
20292 <DT>ADDRESS</DT>
20293 <DD>
20294 This is similar to the &quot;FROM&quot; token, only it is always the
20295 email address, never the personal name.
20296 For example, &quot;mailbox@domain&quot;.
20297 </DD>
20299 <DT>MAILBOX</DT>
20300 <DD>
20301 This is the same as the &quot;ADDRESS&quot; except that the 
20302 domain part of the address is left off.
20303 For example, &quot;mailbox&quot;.
20304 </DD>
20306 <DT>SENDER</DT>
20307 <DD>
20308 This token represents the personal name (or email address) of the person
20309 listed in the message's &quot;Sender:&quot; header field.
20310 </DD>
20312 <DT>TO</DT>
20313 <DD>
20314 This token represents the personal names (or email addresses if the names
20315 are unavailable) of the persons specified in the
20316 message's &quot;To:&quot; header field.
20317 </DD>
20319 <DT>NEWSANDTO</DT>
20320 <DD>
20321 This token represents the newsgroups from the
20322 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
20323 the personal names (or email addresses if the names
20324 are unavailable) of the persons specified in the
20325 message's &quot;To:&quot; header field.
20326 </DD>
20328 <DT>TOANDNEWS</DT>
20329 <DD>
20330 Same as &quot;NEWSANDTO&quot; except in the opposite order.
20331 </DD>
20333 <DT>NEWS</DT>
20334 <DD>
20335 This token represents the newsgroups from the
20336 message's &quot;Newsgroups:&quot; header field.
20337 </DD>
20339 <DT>CC</DT>
20340 <DD>
20341 This token represents the personal names (or email addresses if the names
20342 are unavailable) of the persons specified in the
20343 message's &quot;Cc:&quot; header field.
20344 </DD>
20346 <DT>RECIPS</DT>
20347 <DD>
20348 This token represents the personal names (or email addresses if the names
20349 are unavailable) of the persons specified in both the
20350 message's &quot;To:&quot; header field and
20351 the message's &quot;Cc:&quot; header field.
20352 </DD>
20354 <DT>NEWSANDRECIPS</DT>
20355 <DD>
20356 This token represents the newsgroups from the
20357 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
20358 the personal names (or email addresses if the names
20359 are unavailable) of the persons specified in the
20360 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
20361 </DD>
20363 <DT>RECIPSANDNEWS</DT>
20364 <DD>
20365 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
20366 </DD>
20368 <DT>INIT</DT>
20369 <DD>
20370 This token represents the initials from the personal name
20371 of the person specified in the message's &quot;From:&quot;
20372 header field.
20373 If there is no personal name, it is blank.
20374 </DD>
20376 <DT>DATE</DT>
20377 <DD>
20378 This token represents the date on which the message was sent, according
20379 to the &quot;Date&quot; header field.
20380 It has the format MMM DD. For example, &quot;Oct 23&quot;.
20381 The feature
20382 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
20383 which adjusts for the timezone the message was sent from,
20384 may have an effect on the value of this token as well as the values of
20385 all of the other DATE or TIME tokens.
20386 Some of the DATE and TIME tokens are displayed in a locale-specific
20387 way unless the option
20388 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
20389 </DD>
20391 <DT>SMARTDATE</DT>
20392 <DD>
20393 This token represents the date on which the message was sent, according
20394 to the &quot;Date&quot; header field.
20395 It is &quot;Today&quot; if the message was sent today,
20396 &quot;Yesterday&quot; for yesterday,
20397 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
20398 message is from last year and is more than six months old it includes the year, as well.
20399 See the SMARTDATE alternatives below, as well.
20400 </DD>
20402 <DT>SMARTTIME</DT>
20403 <DD>
20404 This token represents the most relevant elements of the date on which
20405 the message was sent (according to the &quot;Date&quot; header field),
20406 in a compact form. If the message was sent today, only the time is used
20407 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
20408 the past week, the day of the week and the hour are used
20409 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
20410 given as date, month, and year (e.g. &quot;23Aug00&quot;,
20411 &quot;9Apr98&quot;).
20412 </DD>
20414 <DT>SMARTTIME24</DT>
20415 <DD>
20416 This token has the structure &quot;day hour:minute&quot;
20417 (e.g. &quot;Sun 19:03&quot;) for messages dated less than a week
20418 from the current date, or &quot;month day&quot; (e.g.
20419 &quot;Nov 23&quot;) for messages dated less than 6 months
20420 ago, or &quot;day/month/year&quot; (e.g &quot;06/Jan/16&quot;)
20421 for messages dated more than 6 months ago. It uses 9 characters
20422 of the width of the screen, and it left aligned.
20423 </DD>
20425 <DT>SMARTDATETIME</DT>
20426 <DD>
20427 This is a combination of SMARTDATE and SMARTTIME.
20428 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
20429 case it is SMARTTIME.
20430 See the SMARTDATETIME alternatives below, as well.
20431 </DD>
20433 <DT>DATEISO</DT>
20434 <DD>
20435 This token represents the date on which the message was sent, according
20436 to the &quot;Date&quot; header field.
20437 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
20438 </DD>
20440 <DT>SHORTDATEISO</DT>
20441 <DD>
20442 This token represents the date on which the message was sent, according
20443 to the &quot;Date&quot; header field.
20444 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
20445 </DD>
20447 <DT>SHORTDATE1</DT>
20448 <DD>
20449 This token represents the date on which the message was sent, according
20450 to the &quot;Date&quot; header field.
20451 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
20452 </DD>
20454 <DT>SHORTDATE2</DT>
20455 <DD>
20456 This token represents the date on which the message was sent, according
20457 to the &quot;Date&quot; header field.
20458 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
20459 </DD>
20461 <DT>SHORTDATE3</DT>
20462 <DD>
20463 This token represents the date on which the message was sent, according
20464 to the &quot;Date&quot; header field.
20465 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
20466 </DD>
20468 <DT>SHORTDATE4</DT>
20469 <DD>
20470 This token represents the date on which the message was sent, according
20471 to the &quot;Date&quot; header field.
20472 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
20473 </DD>
20475 <DT>LONGDATE</DT>
20476 <DD>
20477 This token represents the date on which the message was sent, according
20478 to the &quot;Date&quot; header field.
20479 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
20480 </DD>
20482 <DT>SMARTDATE alternatives</DT>
20483 <DD>
20484 There are several versions of SMARTDATE that are all the same except
20485 for the way they format dates far in the past.
20486 SMARTDATE formats the date using the information from your locale settings
20487 to format the date string. It may end up formatting dates so that they look
20488 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
20489 The feature
20490 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
20491 may have an effect on the values of these tokens.
20492 If you want more control you may use one of the following.
20493   <DL>
20494   <DT>SMARTDATE</DT> <DD>If the option
20495 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
20496 then this will be locale specific. Control this with the
20497 LC_TIME locale setting on a UNIX system. On Windows
20498 the Regional Options control panel may be used to set the Short date
20499 format. At the programming level, the strftime routine is what Alpine
20500 uses to print the date.
20501 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
20502 to SMARTDATES1.</DD>
20503   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
20504   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
20505   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
20506   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
20507   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
20508   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
20509   </DL>
20510 </DD>
20512 <DT>SMARTDATETIME alternatives</DT>
20513 <DD>
20514 There are several versions of SMARTDATETIME that are all very similar.
20515 The ones that end in 24 use a 24-hour clock for Today's messages instead
20516 of a 12-hour clock.
20517 The other variation is
20518 for the way they format dates far in the past.
20519 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
20520 to format the date string. It may end up formatting dates so that they look
20521 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
20522 The feature
20523 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
20524 may have an effect on the values of these tokens.
20525 The possible choices are:
20526   <DL>
20527   <DT>SMARTDATETIME</DT> <DD>If the option
20528 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
20529 then this will be locale specific. Control this with the
20530 LC_TIME locale setting on a UNIX system. On Windows
20531 the Regional Options control panel may be used to set the Short date
20532 format. At the programming level, the strftime routine is what Alpine
20533 uses to print the date.
20534 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
20535 to SMARTDATETIMES1.</DD>
20536   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
20537   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
20538   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
20539   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
20540   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
20541   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
20542   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
20543   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
20544   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
20545   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
20546   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
20547   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
20548   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
20549   </DL>
20550 </DD>
20552 <DT>DAYDATE</DT>
20553 <DD>
20554 This token represents the date on which the message was sent, according
20555 to the &quot;Date&quot; header field.
20556 It looks like &quot;Sat, 23 Oct 1998&quot;.
20557 This token is never converted in any locale-specific way.
20558 </DD>
20560 <DT>PREFDATE</DT>
20561 <DD>
20562 This token represents the date on which the message was sent, according
20563 to the &quot;Date&quot; header field.
20564 It is your operating system's idea of the preferred date representation for the current locale.
20565 Internally it uses the %x version of the date from the strftime routine.
20566 </DD>
20568 <DT>PREFTIME</DT>
20569 <DD>
20570 This token represents the time at which the message was sent, according
20571 to the &quot;Date&quot; header field.
20572 It is the preferred time representation for the current locale.
20573 Internally it uses the %X version of the time from the strftime routine.
20574 </DD>
20576 <DT>PREFDATETIME</DT>
20577 <DD>
20578 This token represents the date and time at which the message was sent, according
20579 to the &quot;Date&quot; header field.
20580 It is the preferred date and time representation for the current locale.
20581 Internally it uses the %c version of the time from the strftime routine.
20582 </DD>
20584 <DT>DAY</DT>
20585 <DD>
20586 This token represents the day of the month on which the message was sent,
20587 according to the &quot;Date&quot; header field.
20588 For example, &quot;23&quot; or &quot;9&quot;.
20589 </DD>
20591 <DT>DAY2DIGIT</DT>
20592 <DD>
20593 This token represents the day of the month on which the message was sent,
20594 according to the &quot;Date&quot; header field.
20595 For example, &quot;23&quot; or &quot;09&quot;.
20596 It is always 2 digits.
20597 </DD>
20599 <DT>DAYORDINAL</DT>
20600 <DD>
20601 This token represents the ordinal number that is the day of
20602 the month on which the message was sent,
20603 according to the &quot;Date&quot; header field.
20604 For example, &quot;23rd&quot; or &quot;9th&quot;.
20605 </DD>
20607 <DT>DAYOFWEEK</DT>
20608 <DD>
20609 This token represents the day of the week on which the message was sent,
20610 according to the &quot;Date&quot; header field.
20611 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
20612 </DD>
20614 <DT>DAYOFWEEKABBREV</DT>
20615 <DD>
20616 This token represents the day of the week on which the message was sent,
20617 according to the &quot;Date&quot; header field.
20618 For example, &quot;Sun&quot; or &quot;Wed&quot;.
20619 </DD>
20621 <DT>MONTHABBREV</DT>
20622 <DD>
20623 This token represents the month the message was sent, according
20624 to the &quot;Date&quot; header field.
20625 For example, &quot;Oct&quot;.
20626 </DD>
20628 <DT>MONTHLONG</DT>
20629 <DD>
20630 This token represents the month in which the message was sent, according
20631 to the &quot;Date&quot; header field.
20632 For example, &quot;October&quot;.
20633 </DD>
20635 <DT>MONTH</DT>
20636 <DD>
20637 This token represents the month in which the message was sent, according
20638 to the &quot;Date&quot; header field.
20639 For example, &quot;10&quot; or &quot;9&quot;.
20640 </DD>
20642 <DT>MONTH2DIGIT</DT>
20643 <DD>
20644 This token represents the month in which the message was sent, according
20645 to the &quot;Date&quot; header field.
20646 For example, &quot;10&quot; or &quot;09&quot;.
20647 It is always 2 digits.
20648 </DD>
20650 <DT>YEAR</DT>
20651 <DD>
20652 This token represents the year the message was sent, according
20653 to the &quot;Date&quot; header field.
20654 For example, &quot;1998&quot; or &quot;2001&quot;.
20655 </DD>
20657 <DT>YEAR2DIGIT</DT>
20658 <DD>
20659 This token represents the year the message was sent, according
20660 to the &quot;Date&quot; header field.
20661 For example, &quot;98&quot; or &quot;01&quot;.
20662 It is always 2 digits.
20663 </DD>
20665 <DT>TIME24</DT>
20666 <DD>
20667 This token represents the time at which the message was sent, according
20668 to the &quot;Date&quot; header field.
20669 There is no adjustment made for different time zones, so you'll get
20670 the time the message was sent according to the time zone the sender
20671 was in.
20672 It has the format HH:MM. For example, &quot;17:28&quot;.
20673 </DD>
20675 <DT>TIME12</DT>
20676 <DD>
20677 This token represents the time at which the message was sent, according
20678 to the &quot;Date&quot; header field.
20679 This time is for a 12 hour clock.
20680 It has the format HH:MMpm.
20681 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
20682 </DD>
20684 <DT>TIMEZONE</DT>
20685 <DD>
20686 This token represents the numeric timezone from
20687 the &quot;Date&quot; header field.
20688 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
20689 </DD>
20691 </DL>
20694 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
20696 <DL>
20697 <DT>MSGNO</DT>
20698 <DD>
20699 This token represents the message's current position in the folder that,
20700 of course, may change as the folder is sorted or new mail arrives.
20701 </DD>
20703 <DT>STATUS</DT>
20704 <DD>
20705 This token represents a three character wide field displaying various
20706 aspects of the message's state.
20707 The first character is either blank,
20708 a '*' for message marked Important, or a '+' indicating a message
20709 addressed directly to you (as opposed to your having received it via a
20710 mailing list, for example).
20711 When the feature
20712 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
20713 is set, if the first character would have been
20714 blank then it will instead be a '-' if the message is cc'd to you.
20715 The second character is typically blank,
20716 though the arrow cursor may occupy it if either the 
20717 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
20718 or the
20719 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
20720 is set (or you actually are on a slow link).
20721 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
20722 '<A HREF="h_flag_answered">A</A>' (Answered),
20723 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
20724 '<A HREF="h_flag_new">N</A>' (New), or blank.
20726 If you are using a threaded view of the index and this message is at the
20727 top of a collapsed portion of a thread,
20728 then this token refers to all of the messages in the collapsed portion of
20729 the thread instead of just the top message.
20730 The first character will be a '*' if <EM>any</EM> of the messages in the thread
20731 are marked Important, else a '+' if any of the messages are addressed
20732 to you, else a '-' if any of the messages are cc'd to you.
20733 The third character will be a 'D' if <EM>all</EM> of the messages
20734 in the collapsed thread are marked deleted,
20735 an 'A' if <EM>all</EM> of the messages
20736 in the collapsed thread are marked answered,
20737 it will be an 'N' if any of
20738 the messages are undeleted and unseen, and it will be blank otherwise.
20739 </DD>
20741 <DT>FULLSTATUS</DT>
20742 <DD>
20743 This token represents a less abbreviated alternative
20744 to the &quot;STATUS&quot; token.
20745 It is six characters wide.
20746 The first character is '+', '-', or blank, the
20747 second blank, the third either '*' or blank, the fourth
20748 '<A HREF="h_flag_new">N</A>' or blank,
20749 the fifth '<A HREF="h_flag_answered">A</A>'
20750 or blank, and the sixth character is
20751 either '<A HREF="h_flag_deleted">D</A>' or
20752 blank.
20754 If you are using a threaded view of the index and this message is at the
20755 top of a collapsed portion of a thread,
20756 then this token refers to all of the messages in the collapsed portion of
20757 the thread instead of just the top message.
20758 The first character is '+', '-', or blank depending on whether <EM>any</EM>
20759 of the messages in the collapsed thread are addressed to you or cc'd to you.
20760 The third character will be '*' if any of the messages are marked
20761 Important.
20762 The fourth character will be 'N' if all of the messages in the thread
20763 are New, else 'n' if some of the messages in the thread are New, else blank.
20764 The fifth character will be 'A' or 'a' or blank, and the sixth character
20765 will be 'D' or 'd' or blank.
20766 </DD>
20768 <DT>IMAPSTATUS</DT>
20769 <DD>
20770 This token represents an even less abbreviated alternative to the
20771 &quot;STATUS&quot; token.
20772 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
20773 an 'N' if the message is new to this folder since the last time
20774 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
20775 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
20776 new to the folder since it was last opened <EM>but</EM> has not been
20777 viewed, or a blank if the message has been in the folder since it was
20778 last opened and has been viewed.
20780 If you are using a threaded view of the index and this message is at the
20781 top of a collapsed portion of a thread,
20782 then the fourth character will be
20783 'N' if all of the messages in the thread are unseen and recent;
20784 else 'n' if some of the messages in the thread are unseen and recent;
20785 else 'U' if all of the messages in the thread are unseen and not recent;
20786 else 'u' if some of the messages in the thread are unseen and not recent;
20787 else 'R' if all of the messages in the thread are seen and recent;
20788 else 'r' if some of the messages in the thread are seen and recent;
20789 else blank.
20790 </DD>
20792 <DT>SHORTIMAPSTATUS</DT>
20793 <DD>
20794 This is the same as the last four of the six characters of IMAPSTATUS,
20795 so the '+' To Me information will be missing.
20796 </DD>
20798 <DT>SIZE</DT>
20799 <DD>
20800 This token represents the total size, in bytes, of the message.
20801 If a &quot;K&quot; (Kilobyte)
20802 follows the number, the size is approximately 1,000
20803 times that many bytes (rounded to the nearest 1,000).
20804 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20805 1,000,000 times that many bytes.
20806 Commas are not used in this field.
20807 This field is seven characters wide, including the enclosing parentheses.
20808 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
20809 The progression of sizes used looks like:
20812 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
20814 </DD>
20816 <DT>SIZECOMMA</DT>
20817 <DD>
20818 This token represents the total size, in bytes, of the message.
20819 If a &quot;K&quot; (Kilobyte)
20820 follows the number, the size is approximately 1,000
20821 times that many bytes (rounded to the nearest 1,000).
20822 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20823 1,000,000 times that many bytes.
20824 Commas are used if the number shown is 1,000 or greater.
20825 The SIZECOMMA field is one character wider than the SIZE field.
20826 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
20827 The progression of sizes used looks like:
20830 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
20832 </DD>
20834 <DT>KSIZE</DT>
20835 <DD>
20836 This token represents the total size of the message, expressed in
20837 kilobytes or megabytes, as most appropriate.
20838 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
20839 The progression of sizes used looks like:
20842 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
20844 </DD>
20846 <DT>SIZENARROW</DT>
20847 <DD>
20848 This token represents the total size, in bytes, of the message.
20849 If a &quot;K&quot; (Kilobyte)
20850 follows the number, the size is approximately 1,000
20851 times that many bytes.
20852 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20853 1,000,000 times that many bytes.
20854 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
20855 1,000,000,000 times that many bytes.
20856 This field uses only five characters of screen width, including the enclosing
20857 parentheses.
20858 The progression of sizes used looks like:
20861 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
20863 </DD>
20865 <DT>DESCRIPSIZE</DT>
20866 <DD>
20867 This token is intended to represent a more useful description of the
20868 message than just its size, but it isn't very useful at this point.
20869 The plus sign in this view means there are attachments.
20870 Note that including this token in
20871 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
20872 display a little while Alpine collects the necessary information.
20873 </DD>
20875 <DT>SHORTSUBJECT</DT> 
20876 <DD> This token is the same as SUBJECT, but removes 
20877 text between &quot;[&quot; and &quot;]&quot;. Typically text enclosed 
20878 between these characters corresponds to mailing list names, and may be 
20879 unnecessary or unwanted in some instances. 
20880 </DD>
20882 <DT>SUBJKEY</DT>
20883 <DD>
20884 This token is the same as the SUBJECT token unless keywords are set for
20885 the message.
20886 In that case, a list of keywords enclosed in braces will be prepended to
20887 the subject of the message.
20888 Only those keywords that you have defined in your
20889 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20890 in Setup/Config are considered in the list.
20891 In other words, keywords that have been set by some other means, perhaps
20892 by another email program, won't show up unless included in
20893 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20894 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
20895 prepended to the subject in the MESSAGE TEXT screen.
20896 If you have given a keyword a nickname
20897 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
20898 instead of the actual keyword.
20899 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
20900 option may be used to modify this token slightly.
20901 It is also possible to color keywords in the index using the
20902 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20903 </DD>
20905 <DT>SHORTSUBJKEY</DT>
20906 <DD> This token is the same as SUBJKEY, but it is based on
20907 SHORTSUBJECT, instead of in SUBJECT.
20908 </DD>
20910 <DT>SUBJKEYINIT</DT>
20911 <DD>
20912 This token is the same as the SUBJKEY token except that instead of
20913 prepending a list of keywords to the subject, a list of first initials
20914 of keywords will be prepended instead.
20915 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
20916 set (or Work and Now are the Alpine nicknames of keywords that are set)
20917 then the SUBJKEY token would cause a result like
20919 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
20921 whereas the SUBJKEYINIT token would give
20923 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
20925 Only those keywords that you have defined in your
20926 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20927 in Setup/Config are considered in the list.
20928 In other words, keywords that have been set by some other means, perhaps
20929 by another email program, won't show up unless included in
20930 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20931 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
20932 option may be used to modify this token slightly.
20933 It is also possible to color keywords in the index using the
20934 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20935 </DD>
20937 <DT>SHORTSUBJKEYINIT</DT>
20938 <DD> This token is the same as SUBJKEYINIT, but it is based on
20939 SHORTSUBJECT, instead of in SUBJECT.
20940 </DD>
20942 <DT>SUBJECTTEXT</DT>
20943 <DD>
20944 Same as SUBJECT but if there is room in the Subject field for more text,
20945 the opening part of the text of the message is displayed after the subject.
20946 The time needed to fetch the text may cause a performance problem
20947 which can, of course, be avoided by using the SUBJECT version of
20948 the Subject instead.
20949 You may color this opening text differently by using the
20950 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
20951 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20952 You may adjust the characters that are displayed between the Subject and the
20953 opening text with the option
20954 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
20955 </DD>
20957 <DT>SUBJKEYTEXT</DT>
20958 <DD>
20959 Same as SUBJKEY but with the opening message text.
20960 </DD>
20962 <DT>OPENINGTEXT</DT>
20963 <DD>
20964 This is similar to SUBJECTTEXT.
20965 Instead of combining the Subject and the opening text in a single
20966 field in the index screen this token allows you to allocate a
20967 separate column just for the opening text of the message.
20968 The time needed to fetch this text may cause a performance problem.
20969 You may color this opening text differently by using the
20970 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
20971 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20972 </DD>
20974 <DT>OPENINGTEXTNQ</DT>
20975 <DD>
20976 This is very similar to OPENINGTEXT.
20977 The NQ stands for No Quotes.
20978 The only difference is that quoted text (lines beginning with &gt;) is deleted.
20979 For some messages this may be confusing.
20980 For example, a message might have a line preceding some quoted
20981 text that reads something like &quot;On May 8th person A said.&quot;
20982 That no longer makes sense after the quoted text is deleted and it
20983 will appear that person A said whatever the text after the quote
20984 is, even though that is really person B talking.
20985 </DD>
20987 <DT>SUBJKEYINITTEXT</DT>
20988 <DD>
20989 Same as SUBJKEYINIT but with the opening message text.
20990 </DD>
20992 <DT>KEY</DT>
20993 <DD>
20994 This is a space-delimited list of keywords that are set for the message.
20995 Only those keywords that you have defined in your
20996 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20997 in Setup/Config are considered in the list.
20998 In other words, keywords that have been set by some other means, perhaps
20999 by another email program, won't show up unless included in
21000 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
21001 If you have given a keyword a nickname
21002 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
21003 instead of the actual keyword.
21004 It is also possible to color keywords in the index using the
21005 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
21006 This token defaults to an arbitrary width of 5.
21007 You should set it to whatever width suits you using something
21008 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
21009 </DD>
21011 <DT>KEYINIT</DT>
21012 <DD>
21013 This is a list of keyword initials that are set for the message.
21014 If you have given a keyword a nickname
21015 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
21016 is displayed instead of the initial of the actual keyword.
21017 It is also possible to color keyword initials in the index using the
21018 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
21019 This token defaults to an arbitrary width of 2.
21020 You should set it to whatever width suits you using something
21021 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
21022 </DD>
21024 <DT>PRIORITY</DT>
21025 <DD>
21026 The X-Priority header is a non-standard header that is used in a
21027 somewhat standard way by many mail programs.
21028 Alpine expects the value of this header to be a digit with a value
21029 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
21030 Since this priority is something that the sender sets it is only an indication
21031 of the priority that the sender attaches to the mail and it is therefore almost
21032 totally unreliable for use as a filtering criterion.
21033 This token will display the numeric value of the priority if it is between
21034 1 and 5.
21035 It will be suppressed (blank) if the value is 3, which is normal priority.
21036 This token may be colored with the
21037 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
21038 </DD>
21040 <DT>PRIORITYALPHA</DT>
21041 <DD>
21042 This is a more verbose interpretation of the X-Priority field.
21043 Once again nothing is displayed unless the value of the field
21044 is 1, 2, 4, or 5.
21045 The values displayed for those values are:
21047 <TABLE>
21048 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
21049 <TR> <TD>2</TD> <TD>High</TD> </TR>
21050 <TR> <TD>4</TD> <TD>Low</TD> </TR>
21051 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
21052 </TABLE>
21054 This token may be colored with the
21055 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
21056 </DD>
21058 <DT>PRIORITY!</DT>
21059 <DD>
21060 This is a one character, non-numeric version of the X-Priority field.
21061 If the value of the X-Priority header is 1 or 2 an exclamation
21062 point is displayed.
21063 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
21064 This token may be colored with the
21065 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
21066 </DD>
21068 <DT>ATT</DT>
21069 <DD>
21070 This is a one column wide field that represents the number of attachments
21071 a message has. It will be blank if there are no attachments, a single
21072 digit for one to nine attachments, or an asterisk for more than nine.
21073 Note that including this token in
21074 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
21075 display a little while Alpine collects the necessary information.
21076 </DD>
21078 <DT>FROMORTO</DT>
21079 <DD>
21080 This token represents <EM>either</EM> the personal name (or email address) of
21081 the person listed in the message's &quot;From:&quot; header
21082 field, <EM>or</EM>, if that address is yours or one of your
21083 <A HREF="h_config_alt_addresses">alternate addresses</A>,
21084 the first person specified in the
21085 message's &quot;To:&quot; header field
21086 with the prefix &quot;To: &quot; prepended.
21087 If the from address is yours and there is also no &quot;To&quot; address,
21088 Alpine will use the address on the &quot;Cc&quot; line.
21089 If there is no address there, either, Alpine will look for a newsgroup name
21090 from the &quot;Newsgroups&quot; header field and put
21091 that after the &quot;To: &quot; prefix.
21092 </DD>
21094 <DT>FROMORTONOTNEWS</DT>
21095 <DD>
21096 This is almost the same as <EM>FROMORTO</EM>.
21097 The difference is that newsgroups aren't considered.
21098 When a message is from you, doesn't have a To or Cc, and does have
21099 a Newsgroups header; this token will be your name instead of the name
21100 of the newsgroup (like it would be with FROMORTO).
21101 </DD>
21103 <DT>TEXT</DT>
21104 <DD>
21105 This is a different sort of token.
21106 It allows you to display a label within each index line.
21107 It will be the same fixed text for each line.
21108 It is different from all the other tokens in that there is no space column
21109 displayed after this token.
21110 Instead, it is butted up against the following field.
21111 It also has a different syntax.
21112 The text to display is given following a colon after the
21113 word &quot;TEXT&quot;.
21114 For example,
21116 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
21118 would insert the literal text &quot;abc=&quot; (without the quotes)
21119 into the index display line.
21120 You must quote the text if it includes space characters, like
21122 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
21124 </DD>
21126 <DT>HEADER</DT>
21127 <DD>
21128 This allows you to display the text from a particular header line in the
21129 message.
21130 The syntax for this token is substantially different from all the others
21131 in order that you might be able to display a portion of the text following
21132 a particular header.
21133 The header name you are interested in is given following a colon
21134 after the word &quot;HEADER&quot;.
21135 For example,
21137 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
21139 would display the text of the X-Spam header, if any.
21140 Like for other index tokens a width field may (and probably should)
21141 follow this.
21143 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
21145 displays the first ten characters of the X-Spam header.
21146 Unlike other index tokens, the syntax for HEADER is more flexible.
21147 An optional second argument comes after a comma inside the parentheses.
21148 It specifies the &quot;field&quot; number.
21149 By default, the field separator is a space character.
21150 No extra space characters are allowed in the argument list.
21152 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
21154 would display the second field, left-justified, in a 10 character
21155 wide field.
21156 The second field would consist of all the text after the first space
21157 up to the next space or the end of the header.
21158 The default field number is zero, which stands for the entire line.
21159 There is also an optional third argument that is a list of field
21160 separators. It defaults to a space character.
21161 The example
21163 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
21165 would cause the field separators to be any of colon, percent,
21166 or space (there is a space character between the percent and the
21167 right parenthesis).
21168 The first field runs from the start of the header value up to the first
21169 colon, percent, or space; the second goes from there to the next; and so on.
21170 In order to use a comma character as a field separator you must escape
21171 it by preceding it with a backslash (&#92;).
21172 The same is true of the backslash character itself.
21173 There is one further optional argument.
21174 It is an R or an L to specify right or left adjustment of the text
21175 within the field.
21176 The default is to left justify, however if you are displaying numbers
21177 you might prefer to right justify.
21179 Here's an example of a SpamAssassin header.
21180 The exact look of the header will vary, but if your incoming mail
21181 contains headers that look like the following
21183 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
21185 you might want to display the hits value.
21186 The first field starts with the Y in Yes.
21187 To get what you're interested in you might use &quot;=&quot; and
21188 space as the field separators and display the third field, like
21190 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
21192 or maybe you would break at the dot instead
21194 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
21196 Another example we've seen has headers that look like
21198 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
21200 Because there are two equals and a comma before the 7% and a comma
21201 after it, the token
21203 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
21205 should display the probability (for example 7% or 83%) right justified
21206 in a 3-wide field.
21207 </DD>
21209 <DT>ARROW</DT>
21210 <DD>
21211 This gives an alternative way to display the current message in the
21212 MESSAGE INDEX screen.
21213 Usually the current message is indicated by the line being shown in
21214 reverse video.
21215 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
21216 the current line will include an &quot;arrow&quot; that
21217 looks like
21219 <CENTER><SAMP>-&gt;</SAMP></CENTER>
21221 in the ARROW token's field.
21222 For all of the non-current messages, the ARROW field will be filled
21223 with blanks.
21224 If you use the fixed-field width feature the length of the &quot;arrow&quot;
21225 may be adjusted.
21226 The arrow will be drawn as width-1 dashes followed by a greater than sign.
21227 For example, if you use ARROW(3) you will get
21229 <CENTER><SAMP>--&gt;</SAMP></CENTER>
21231 and ARROW(1) will give you just
21233 <CENTER><SAMP>&gt;</SAMP></CENTER>
21235 It is also possible to set the color of the ARROW field.
21236 By default (and for non-current messages) the arrow is colored the same
21237 as the index line it is part of.
21238 You may set it to be another color with the 
21239 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
21240 the <A HREF="h_color_setup">Setup Kolor</A> screen.
21241 </DD>
21243 <DT>SCORE</DT>
21244 <DD>
21245 This gives the
21246 <a href="h_rules_score">score</a>
21247 of each message.
21248 This will be six columns wide to accommodate the widest possible score.
21249 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
21250 to limit the width of the field to the widest score that
21251 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
21252 If you have not defined any score rules the scores will all be zero.
21253 If any of your score rules contain AllText or BodyText patterns
21254 then including SCORE in the <!--#echo var="VAR_index-format"-->
21255 may slow down the display of the MESSAGE INDEX screen.
21256 </DD>
21257 </DL>
21260 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
21262 <DL>
21263 <DT>CURNEWS</DT>
21264 <DD>
21265 This token represents the current newsgroup if there is one.
21266 For example, &quot;comp.mail.pine&quot;.
21267 </DD>
21269 <DT>MSGID</DT>
21270 <DD>
21271 This token represents the message ID of the message.
21272 This token does not work with Filter Rule folder names.
21273 </DD>
21275 <DT>CURDATE</DT>
21276 <DD>
21277 This token represents the current date.
21278 It has the format MMM DD. For example, &quot;Oct 23&quot;.
21279 </DD>
21281 <DT>CURDATEISO</DT>
21282 <DD>
21283 This token represents the current date.
21284 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
21285 </DD>
21287 <DT>CURDATEISOS</DT>
21288 <DD>
21289 This token represents the current date.
21290 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
21291 </DD>
21293 <DT>CURPREFDATE</DT>
21294 <DD>
21295 This token represents the current date.
21296 It is your operating system's idea of the preferred date representation for the current locale.
21297 Internally it uses the %x version of the date from the strftime routine.
21298 </DD>
21300 <DT>CURPREFTIME</DT>
21301 <DD>
21302 This token represents the current time.
21303 It is the preferred time representation for the current locale.
21304 Internally it uses the %X version of the time from the strftime routine.
21305 </DD>
21307 <DT>CURPREFDATETIME</DT>
21308 <DD>
21309 This token represents the current date and time.
21310 It is the preferred date and time representation for the current locale.
21311 Internally it uses the %c version of the time from the strftime routine.
21312 </DD>
21314 <DT>CURTIME24</DT>
21315 <DD>
21316 This token represents the current time.
21317 It has the format HH:MM. For example, &quot;17:28&quot;.
21318 </DD>
21320 <DT>CURTIME12</DT>
21321 <DD>
21322 This token represents the current time.
21323 This time is for a 12 hour clock.
21324 It has the format HH:MMpm.
21325 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
21326 </DD>
21328 <DT>CURDAY</DT>
21329 <DD>
21330 This token represents the current day of the month.
21331 For example, &quot;23&quot; or &quot;9&quot;.
21332 </DD>
21334 <DT>CURDAY2DIGIT</DT>
21335 <DD>
21336 This token represents the current day of the month.
21337 For example, &quot;23&quot; or &quot;09&quot;.
21338 It is always 2 digits.
21339 </DD>
21341 <DT>CURDAYOFWEEK</DT>
21342 <DD>
21343 This token represents the current day of the week.
21344 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
21345 </DD>
21347 <DT>CURDAYOFWEEKABBREV</DT>
21348 <DD>
21349 This token represents the current day of the week.
21350 For example, &quot;Sun&quot; or &quot;Wed&quot;.
21351 </DD>
21353 <DT>CURMONTH</DT>
21354 <DD>
21355 This token represents the current month.
21356 For example, &quot;10&quot; or &quot;9&quot;.
21357 </DD>
21359 <DT>CURMONTH2DIGIT</DT>
21360 <DD>
21361 This token represents the current month.
21362 For example, &quot;10&quot; or &quot;09&quot;.
21363 It is always 2 digits.
21364 </DD>
21366 <DT>CURMONTHLONG</DT>
21367 <DD>
21368 This token represents the current month.
21369 For example, &quot;October&quot;.
21370 </DD>
21372 <DT>CURMONTHABBREV</DT>
21373 <DD>
21374 This token represents the current month.
21375 For example, &quot;Oct&quot;.
21376 </DD>
21378 <DT>CURYEAR</DT>
21379 <DD>
21380 This token represents the current year.
21381 For example, &quot;1998&quot; or &quot;2001&quot;.
21382 </DD>
21384 <DT>CURYEAR2DIGIT</DT>
21385 <DD>
21386 This token represents the current year.
21387 For example, &quot;98&quot; or &quot;01&quot;.
21388 It is always 2 digits.
21389 </DD>
21391 <DT>LASTMONTH</DT>
21392 <DD>
21393 This token represents last month.
21394 For example, if this is November (the 11th month),
21395 it is equal to &quot;10&quot; or if this is October (the 10th month),
21396 it is &quot;9&quot;.
21397 It is possible that this and the other tokens beginning with LASTMONTH
21398 below could be useful when used with a Filtering Rule that
21399 has the &quot;Beginning of Month&quot; option set.
21400 </DD>
21402 <DT>LASTMONTH2DIGIT</DT>
21403 <DD>
21404 This token represents last month.
21405 For example, if this is November (the 11th month),
21406 it is equal to &quot;10&quot; or if this is October (the 10th month),
21407 it is &quot;09&quot;.
21408 It is always 2 digits.
21409 </DD>
21411 <DT>LASTMONTHLONG</DT>
21412 <DD>
21413 This token represents last month.
21414 For example, if this is November the value is &quot;October&quot;.
21415 </DD>
21417 <DT>LASTMONTHABBREV</DT>
21418 <DD>
21419 This token represents last month.
21420 For example, if this is November the value is &quot;Oct&quot;.
21421 </DD>
21423 <DT>LASTMONTHYEAR</DT>
21424 <DD>
21425 This token represents what the year was a month ago.
21426 For example, if this is October, 1998, it is &quot;1998&quot;.
21427 If this is January, 1998, it is &quot;1997&quot;.
21428 </DD>
21430 <DT>LASTMONTHYEAR2DIGIT</DT>
21431 <DD>
21432 This token represents what the year was a month ago.
21433 For example, if this is October, 1998, it is &quot;98&quot;.
21434 If this is January, 1998, it is &quot;97&quot;.
21435 </DD>
21437 <DT>LASTYEAR</DT>
21438 <DD>
21439 This token represents last year.
21440 For example, if this is 1998, it equals &quot;1997&quot;.
21441 It is possible that this
21442 could be useful when used with a Filtering Rule that
21443 has the &quot;Beginning of Year&quot; option set.
21444 </DD>
21446 <DT>LASTYEAR2DIGIT</DT>
21447 <DD>
21448 This token represents last year.
21449 For example, if this is 1998, it equals &quot;97&quot;.
21450 It is always 2 digits.
21451 </DD>
21453 <DT>ROLENICK</DT>
21454 <DD>
21455 This token represents the nickname of the
21456 role currently being used.  If no role is being used,
21457 then no text will be printed for this token.
21458 This token does not work with Filter Rule folder names.
21459 </DD>
21460 </DL>
21463 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
21464 See the help for the
21465 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
21466 to see why you might want to use this.
21467 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
21468 must be surrounded by underscores when used.
21470 <DL>
21471 <DT>NEWLINE</DT>
21472 <DD>
21473 This is an end of line marker.
21474 </DD>
21475 </DL>
21478 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
21480 <DL>
21481 <DT>CURSORPOS</DT>
21482 <DD>
21483 This token is different from the others.
21484 When it is replaced it is replaced with nothing, but it sets an Alpine
21485 internal variable that tells the composer to start with the cursor
21486 positioned at the position where this token was.
21487 If both the template file and the signature file contain
21488 a &quot;CURSORPOS&quot; token, then the position in the template file
21489 is used.
21490 If there is a template file and neither it nor the signature file contains
21491 a &quot;CURSORPOS&quot; token, then the cursor is positioned
21492 after the end of the contents of the
21493 template file when the composer starts up.
21494 </DD>
21495 </DL>
21498 &lt;End of help on this topic&gt;
21499 </BODY>
21500 </HTML>
21501 ======= h_reply_token_conditionals =======
21502 <HTML>
21503 <HEAD>
21504 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
21505 </HEAD>
21506 <BODY>
21507 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
21509 Conditional text inclusion may be used with
21510 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
21511 in signature files, and in template files used in
21512 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
21513 It may <EM>not</EM> be used with the
21514 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
21517 There is a limited if-else capability for including text.
21518 The if-else condition is based
21519 on whether or not a given token would result in replacement text you
21520 specify.
21521 The syntax of this conditional inclusion is
21523 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
21525 The left parenthesis must follow the underscore immediately, with no
21526 intervening space.
21527 It means the token is expanded and the results of that expansion are
21528 compared against the &quot;match_this&quot; argument.
21529 If there is an exact match, then the &quot;if_matched&quot; text is used
21530 as the replacement text.
21531 Otherwise, the &quot;if_not_matched&quot; text is used.
21532 One of the most useful values for the &quot;match_this&quot; argument is
21533 the empty string, &quot;&quot;.
21534 In that case the expansion is compared against the empty string.
21536 Here's an example to make it clearer.
21537 This text could be included in one of your template files:
21539 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
21541 If that is included in a template file that you are using while replying
21542 to a message (because you chose to use the role it was part of),
21543 and that message has a newsgroup header and a newsgroup in that header,
21544 then the text
21546 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
21548 will be included in the message you are about to compose.
21549 On the other hand, if the message you are replying to does not have
21550 a newsgroup, then the text
21552 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
21554 would be included instead.
21555 This would also work in signature files and in
21556 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
21557 If the &quot;match_this&quot;, &quot;if_matched&quot;,
21558 or &quot;if_not_matched&quot; arguments contain
21559 spaces, parentheses, or commas;
21560 they have to be quoted with double quotation marks (like in the example
21561 above).
21562 If you want to include a literal quote (&quot;) in the text you must escape the
21563 quote by preceding it with a backslash (&#92;) character.
21564 If you want to include a literal backslash character you must escape it
21565 by preceding it with another backslash.
21567 The comma followed by &quot;if_not_matched&quot; is optional.
21568 If there is no &quot;if_not_matched&quot;
21569 present then no text is included if the not_matched case is true.
21570 Here's another example:
21572 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
21574 Here you can see that tokens may appear in the arguments.
21575 The same is true for tokens with the conditional parentheses.
21576 They may appear in arguments,
21577 though you do have to be careful to get the quoting and escaping of
21578 nested double quotes correct.
21579 If this was in the signature file being used and you were replying to a message
21580 sent to comp.mail.pine the resulting text would be:
21582 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
21584 If you were replying to a message that wasn't sent to any newsgroup the
21585 resulting text would be a single blank line.
21586 The reason you'd get a blank line is because the end of the line is
21587 outside of the conditional, so is always included.
21588 If you wanted to get rid of that blank line you could do so by moving
21589 the end of line inside the conditional.
21590 In other words, it's ok to have multi-line
21591 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
21592 template file.
21593 The text just continues until the next double quotation, even if it's not
21594 on the same line.
21596 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
21598 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
21600 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
21601 while reading the newsgroup comp.mail.pine the resulting text would be:
21603 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
21605 If you were replying to a message while reading an email folder instead
21606 of a newsgroup the resulting leadin text would be
21608 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
21610 Here's one more (contrived) example illustrating a matching argument
21611 that is not the empty string.
21613 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
21615 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
21616 were replying to
21617 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
21618 would be
21620 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
21622 But if you were replying to a message sent on Oct. 27 (and that wasn't
21623 today) you would get
21625 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
21628 &lt;End of help on this topic&gt;
21629 </BODY>
21630 </HTML>
21631 ======= h_composer_cntxt_nick =======
21632 <HTML>
21633 <HEAD>
21634 <TITLE>Collection Nickname Explained</TITLE>
21635 </HEAD>
21636 <BODY>
21637 <H1>Collection Edit Help -- Nickname Field</H1>
21639 This field is provided so you can add a short nickname to use when
21640 referring to this collection within Alpine.  Spaces are allowed, and
21641 you don't need to use double-quotes.  However, the double-quote
21642 character is not allowed.
21644 Look <A HREF="h_edit_nav_cmds">here</A>
21645 to see the available Editing and Navigation commands.
21647 &lt;End of help on this topic&gt;
21648 </BODY>
21649 </HTML>
21650 ======= h_folder_server_syntax =======
21651 <HTML>
21652 <HEAD>
21653 <TITLE>Server Name Syntax</TITLE>
21654 </HEAD>
21655 <BODY>
21656 <H1>Server Name Syntax</H1>
21658 This help describes the syntax that may be used for server names
21659 that may be associated with remote folders or SMTP servers.
21662 A server name is the hostname of the server.
21663 It's a good idea to use the host's fully-qualified network name.
21666 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
21669 However, IP addresses are allowed if surrounded
21670 with square-brackets.
21673 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
21676 An optional network port number may be supplied by appending
21677 a colon (:) followed by the port number
21678 to the server name.
21679 By default, the IMAP port number, 143, is used.
21682 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
21685 Besides server name and optional port number, various other optional
21686 parameters may be supplied that alter Alpine's interaction with the server.
21687 A parameter is supplied by appending a slash (/) character followed by
21688 the parameter's name and,
21689 depending on the particular parameter, the value assigned to that
21690 name, to the server name (and optional port number).
21691 Parameter names are <EM>not</EM> case sensitive.
21692 Currently supported parameters include:
21694 <DL>
21696 <DT>User</DT>
21697 <DD>This parameter requires an associated value, and is intended to
21698 provide the username identifier with which to establish the server
21699 connection.
21700 If your SMTP server offers SMTP AUTH authentication, adding this 
21701 parameter to the
21702 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
21703 option will cause Alpine to attempt to authenticate to the server using the
21704 supplied username.
21705 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
21706 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
21707 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
21708 option (or to the server name for any folder collection using NNTP)
21709 will cause Alpine to attempt
21710 to authenticate to the server using the supplied username.
21711 An example might be:
21714 <CENTER><SAMP>/user=katie</SAMP></CENTER>
21717 </DD>
21719 <DT>STARTTLS</DT>
21720 <DD>
21721 This is a unary parameter indicating communication with the server must 
21722 take place over a TLS connection. If you use this parameter, Alpine will 
21723 establish an insecure connection to the server, and later will attempts to 
21724 use a secure encrypted connection. If the attempt to use TLS fails then 
21725 this parameter will cause the connection to fail instead of falling back 
21726 to an insecure connection.
21728 Use this option when you are told to use STARTTLS. If you are told to use 
21729 SSL or TLS on port 993, use the /ssl unary parameter instead, and not this 
21730 parameter. Use this parameter when establishing a connection to a server 
21731 on an insecure port (normally port 143 for IMAP) and then needing to 
21732 establish a secure connection using STARTTLS.
21734 <P><A href="h_security_considerations">Learn more</A> about security 
21735 considerations when you use this option.
21738 <CENTER><SAMP>/starttls</SAMP></CENTER>
21741 </DD>
21743 <DT>SSL</DT>
21744 <DD>
21745 This is a unary parameter indicating communication with the server should 
21746 take place over a Secure Socket Layer connection.  The server must support
21747 this method, and be prepared to accept connections on the appropriate
21748 port (993 by default).
21749 Alpine must be linked with an SSL library for this option to be operational.
21750 Using this option will make Alpine try to connect to the server using the
21751 most secure encrypted SSL connection that both your version of Alpine and the
21752 server support.
21755 <CENTER><SAMP>/ssl</SAMP></CENTER>
21758 </DD>
21760 <DT>TLS1</DT>
21761 <DD>
21762 This parameter indicates that the connection to the server will be made
21763 over the SSL port, but using the TLSv1 protocol, instead of the usual
21764 SSLv3 or SSLv2 protocols.
21765 Alpine must be linked with an SSL library for this option to be operational.
21768 <CENTER><SAMP>/tls1</SAMP></CENTER>
21770 </DD>
21772 <DT>TLS1_1</DT>
21773 <DD>
21774 This parameter indicates that the connection to the server will be made
21775 over the SSL port, but using the TLSv1.1 protocol.
21776 Alpine must be linked with an SSL library that supports this encryption
21777 protocol for this option to be operational.
21780 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
21782 </DD>
21784 <DT>TLS1_2</DT>
21785 <DD>
21786 This parameter indicates that the connection to the server will be made
21787 over the SSL port, but using the TLSv1.2 protocol.
21788 Alpine must be linked with an SSL library that supports this encryption
21789 protocol for this option to be operational.
21792 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
21794 </DD>
21796 <DT>TLS1_3</DT>
21797 <DD>
21798 This parameter indicates that the connection to the server will be made
21799 over the SSL port, but using the TLSv1.3 protocol.
21800 Alpine must be linked with an SSL library that supports this encryption
21801 protocol for this option to be operational.
21804 <CENTER><SAMP>/tls1_3</SAMP></CENTER>
21806 </DD>
21808 <DT>NoValidate-Cert</DT>
21809 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
21810 This is needed if the server uses self-signed certificates or if Alpine
21811 cannot validate the certificate for some other known reason. You should avoid
21812 using this option, and instead install the certificate of the server, so you
21813 are not a victim of a cracker-in-the-middle attack.
21815 </DD>
21817 <DT>Anonymous</DT>
21818 <DD>This is a unary parameter (that means it does not have a value)
21819 indicating that the connection be logged in as
21820 &quot;anonymous&quot; rather than a specific user.
21821 Not all servers offer anonymous
21822 access; those which do generally only offer read-only access to certain
21823 &quot;public&quot; folders.
21826 <CENTER><SAMP>/anonymous</SAMP></CENTER>
21829 </DD>
21831 <DT>Secure</DT>
21832 <DD>This is a unary parameter indicating that the connection use the
21833 most secure authentication method mutually supported by Alpine and the
21834 server.
21835 Alpine is capable of authenticating connections to 
21836 the server using several methods.
21837 By default, Alpine will attempt each
21838 method until either a connection is established or the
21839 list of methods is exhausted.
21840 This parameter causes Alpine to instead fail 
21841 the connection if the first (generally most &quot;secure&quot;) method fails.
21844 <CENTER><SAMP>/secure</SAMP></CENTER>
21847 </DD>
21849 <DT>Submit</DT>
21850 <DD>This is a unary parameter for use with the
21851 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
21852 It indicates that the connection should be made to the Submit server
21853 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
21854 (port 587) instead of the SMTP port (25).
21855 At the time this help was written the submit option was equivalent to
21856 specifying port 587. <A href="h_security_considerations">Learn more</A>
21857 about security considerations when you use this option.
21860 <CENTER><SAMP>/submit</SAMP></CENTER>
21864 <CENTER><SAMP>host:587</SAMP></CENTER>
21867 </DD>
21869 <DT>Debug</DT>
21870 <DD>This is a unary parameter indicating that the connection be established
21871 in a verbose mode.  Basically, it causes Alpine to log the communication with
21872 the server in Alpine's debug file.
21873 Normally, the pine -d command-line flag would be used instead.
21875 </DD>
21877 <DT>NoRsh</DT>
21878 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
21879 the UNIX remote shell program.
21880 Including &quot;NoRsh&quot; will cause connections to this server to skip
21881 the &quot;rsh&quot; attempt.
21882 This might be useful to avoid long timeouts caused by rsh firewalls, for
21883 example.
21885 </DD>
21887 <DT>Loser</DT>
21888 <DD>This option makes sense only for IMAP servers that do not perform
21889 a SEARCH command correctly. If your filtering rules
21890 fail to filter some messages, that should have been filtered, then this
21891 option will make Alpine download all data necessary data to perform that 
21892 search. There is a performance penalty when using this option. Downloading 
21893 the data to perform the search will take longer than requesting the IMAP
21894 server to perform the filtering, but the filtering will be done correctly.
21896 </DD>
21899 <DT>Service</DT>
21900 <DD>This parameter requires an associated value.  The default value is
21901 &quot;IMAP&quot; which indicates communication with the server based
21902 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
21903 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
21905 Other service values include:
21906  <DL>
21907  <DT>NNTP</DT>
21908  <DD>This value indicates communication with the server takes place via
21909 the Network News Transfer Protocol.  Use this to define a collection
21910 of newsgroups on a remote news server.  So
21913 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
21915 or just
21917 <CENTER><SAMP>/NNTP</SAMP></CENTER>
21920 is the way to specify NNTP access.
21922  </DD>
21924  <DT>POP3</DT>
21925  <DD>This value indicates communication with the server takes place via the
21926 Post Office Protocol 3 protocol.
21929 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
21931 or just
21933 <CENTER><SAMP>/POP3</SAMP></CENTER>
21936 Note that there are several important issues
21937 to consider when selecting this option:
21938 <OL>
21939  <LI> POP3 provides access to only your INBOX.  In other words,
21940 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
21941  <LI> Alpine's implementation of POP3 does not follow the traditional POP
21942 model and will leave your mail on the server. Refer to the
21943 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
21944  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
21945 </OL>
21946 </DD>
21947 </DL>
21948 </DL>
21951 Note that it is possible to include more than one parameter in a server
21952 specification by concatenating the parameters. For example:
21955 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
21959 &lt;End of help on this topic&gt;
21960 </BODY>
21961 </HTML>
21962 ======= h_security_considerations =======
21963 <HTML>
21964 <HEAD>
21965 <TITLE>SSL, TLS, STARTTLS and More Security Considerations</TITLE>
21966 </HEAD>
21967 <BODY>
21968 <H1>SSL, TLS, STARTTLS and More Security Considerations</H1>
21970 The purpose of this text is to educate users on how to best choose
21971 the type of security connection to a remote server using the SSL and TLS
21972 encryption protocols.
21975 In the past, and when Alpine originally started to support encrypted connections
21976 to remote servers, the /ssl modifier was needed, and it meant any of the SSLv2
21977 or SSLv3 protocols. Those encryption protocols are considered not fully secure
21978 anymore, and in fact, you might not be able to use them anymore.
21980 <P> Today the /ssl modifier means to use the most secure encryption 
21981 protocol between your version of Alpine and what the server supports. This 
21982 might mean more modern protocols, such as TLS 1.0, TLS 1.1, etc. As of 
21983 this writing, Alpine supports connection using TLS 1.3. These protocols
21984 are considered more secure today and they should be preferred over the old
21985 SSL protocols.
21987 <P> A source of confusion for Alpine users might be the meaning of the 
21988 modifier /tls with respect to the names of the encryption protocols, such 
21989 as TLS 1.2. The meaning of /tls is to start an encrypted connection to a 
21990 server after an insecure connection has been established, and we will 
21991 discuss this later in this help text. The preferred way flag is to use
21992 /starttls, instead of /tls.
21994 <P>The best way to start an encrypted connection to a server is to use the 
21995 /ssl modifier. If your provider allows encrypted connections on port 993 
21996 for IMAP, or port 995 for POP3, or in port 465 for SMTP, just define your 
21997 server by adding the /ssl modifier and do not add the port to the server. 
21998 Alpine knows that the secure connection will be done in the correct port, 
21999 and will use the most secure encryption available between Alpine and the 
22000 server. You only need to use the port number when it is different from the
22001 default port numbers for this type of connections, and those were given
22002 above.
22004 <P>Most email service providers identify secure connections by saying 
22005 &quot;SSL or TLS&quot;. In this case, use the /ssl modifier, and only use 
22006 the port number in case it is different to the ones above.
22008 <P>If your service provider says to use STARTTLS, then you need to use the 
22009 /starttls modifier. If your service provider gives you the option to use SSL or 
22010 TLS and to use STARTTLS choose the secure port and choose the /ssl 
22011 modifier. This is because connections using the /starttls modifier can be 
22012 attacked and your username and password can be stolen by a hacker. The next
22013 paragraph describes in short how to do this.
22015 <P> When you use the /starttls modifier, Alpine connects insecurely to the 
22016 remote server. Because the connection is insecure, it is possible that you 
22017 connect to a different server, which connects you to the real server. This 
22018 is called &quot;man-in-the-middle&quot; attack, and so your communication 
22019 will pass through the hackers computer before it reaches the real target. 
22020 An example of a possible man-in-the-middle is your internet service provider, 
22021 or your employer in some instances.
22022 This means that the hacker can modify the replies from the correct server 
22023 and give you the illusion of security before you are actually connected to 
22024 the secure server. Therefore, you might disclose your username and 
22025 password to the hacker before you establish a secure connection to the correct
22026 server.
22028 <P> Therefore, if possible avoid using STARTTLS (for IMAP and POP) or SUBMIT
22029 for SMTP (in port 587), as these are subject to attack. If possible
22030 ask your provider for secure connections for SSL or TLS in the secure ports
22031 993 for IMAP, 995 for POP or 465 for SMTP.
22033 <P> In the current state, even as of TLS 1.3, these protocols are considered 
22034 secure but they do not protect your privacy. For example your internet 
22035 service provider might track to which servers you are connecting securely. 
22036 Encryption protocols are evolving to not only protect the security of your 
22037 data, but also your privacy.
22039 <P> Other types of errors can lead to insecure connections. An example is
22040 when the name of the server as provided by the user does not match the
22041 name of the server in the certificate. 
22042 <A href="h_tls_validation_failure">Read more</A> about security errors
22043 of this type and learn how to protect yourself against this type of
22044 errors.
22047 &lt;End of help on this topic&gt;
22048 </BODY>
22049 </HTML>
22050 ======= h_composer_cntxt_server =======
22051 <HTML>
22052 <HEAD>
22053 <TITLE>Collection Server: Explained</TITLE>
22054 </HEAD>
22055 <BODY>
22056 <H1>Collection Edit Help -- Server Field</H1>
22058 This collection's &quot;Server:&quot; definition indicates the
22059 hostname of the server providing access to the folders in this
22060 collection.
22061 The syntax of this server name is the same as for other server names used
22062 in remote folder names in
22063 Alpine and is described
22064 <A HREF="h_folder_server_syntax">here</A>.
22067 &lt;End of help on this topic&gt;
22068 </BODY>
22069 </HTML>
22070 ======= h_composer_cntxt_path =======
22071 <HTML>
22072 <HEAD>
22073 <TITLE>Collection Path: Explained</TITLE>
22074 </HEAD>
22075 <BODY>
22076 <H1>Collection Edit Help -- Path Field</H1>
22078 The collection's &quot;Path:&quot; definition indicates the location
22079 of the folders in this collection.  If the path or any of its components
22080 do not exist, Alpine will prompt you for their creation when exiting the
22081 Add/Change screen.
22083 <P> 
22084 By default the path is interpreted as defining a section of your personal
22085 folder area.  This area and how you specify it are defined by the
22086 server, if one is specified in the collection, or, typically, the home
22087 directory if no server is defined.
22090 To define a collection outside the default &quot;area&quot;, prefix
22091 the path with the &quot;namespace&quot; to use when interpreting the
22092 given path.  If a namespace is specified, the Path begins with the
22093 sharp, &quot;#&quot;, character followed by the name of the namespace
22094 and then the namespace's path-element-delimiter.  Aside from the
22095 path's format, namespaces can also imply access rights, content
22096 policy, audience, location, and, occasionally, access methods.
22099 Each server exports its own set (possibly of size one) of 
22100 namespaces.  Hence, it's likely communication with your server's
22101 administrator will be required for specific configurations.  Some of
22102 the more common namespaces, however, include:
22104 <DL>
22105 <DT>#news.</DT>
22106 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
22107 names are hierarchically defined with each level delimited by a period.
22108 </DD>
22109 <DT>#public/</DT>
22110 <DD>This specifies a folder area that the server may export to the general
22111 public.
22112 </DD>
22113 <DT>#shared/</DT>
22114 <DD>This specifies a folder area that the folder may export to groups
22115 of users.
22116 </DD>
22117 <DT>#ftp/</DT>
22118 <DD>This specifies a folder area that is the same as that it may have 
22119 exported via the &quot;File Transfer Protocol&quot;.
22120 </DD>
22121 <DT>#mh/</DT>
22122 <DD>This specifies the personal folder area associated with folders
22123 and directories that were created using the MH message handling system.
22124 </DD>
22125 </DL>
22128 In addition, the server may support access to other user's folders,
22129 provided you have suitable permissions.  Common methods use a prefix
22130 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
22131 indicate the root of the other user's folder area.
22134 No, nothing's simple.
22137 &lt;End of help on this topic&gt;
22138 </BODY>
22139 </HTML>
22140 ======= h_composer_cntxt_view =======
22141 <HTML>
22142 <HEAD>
22143 <TITLE>Collection View: Explained</TITLE>
22144 </HEAD>
22145 <BODY>
22146 <H1>Collection Edit Help -- View Field</H1>
22148 The collection's &quot;View:&quot; definition provides a way to limit
22149 the displayed list of folders within a collection.  By default, only
22150 folders that contain the specified characters anywhere in their name
22151 are shown in the collection's folder list.
22154 Additionally, you can use a wildcard character to better control
22155 the list of folders selected for display.  The wildcard specifier is
22156 the star, &quot;*&quot;, character.
22159 So, for example, to define a collection of all folders ending with
22160 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
22161 quote characters!).  Or, similarly, to define a collection of folders
22162 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
22163 specify a view of &quot;a*z&quot;.
22166 &lt;End of help on this topic&gt;
22167 </BODY>
22168 </HTML>
22169 ======= h_composer_abook_add_server =======
22170 <HTML>
22171 <HEAD>
22172 <TITLE>Addressbook Server Name Field Explained</TITLE>
22173 </HEAD>
22174 <BODY>
22175 This field should be left blank if the address book is stored in a regular
22176 file on this system.  If it is a remote address book stored on an IMAP
22177 server then this is the name of that IMAP server.
22179 Look <A HREF="h_edit_nav_cmds">here</A>
22180 to see the available Editing and Navigation commands.
22182 &lt;End of help on this topic&gt;
22183 </BODY>
22184 </HTML>
22185 ======= h_composer_abook_add_folder =======
22186 <HTML>
22187 <HEAD>
22188 <TITLE>Addressbook Folder Name Field Explained</TITLE>
22189 </HEAD>
22190 <BODY>
22191 For a remote address book (one for which the Server Name is filled in)
22192 this is the name of a folder on the remote server. The address book data
22193 will be stored in this folder. This folder should be used only for
22194 storing this single address book, not for other address books or for
22195 other messages.
22197 For a local address book (one for which the Server Name is not filled in)
22198 this is the name of a file in which the address book will be stored.
22199 The file is in the same directory as the Alpine configuration file if the
22200 configuration file is local.
22201 If the configuration file is remote, then this will be in the home directory
22202 for Unix Alpine and in the directory specified by the
22203 &quot;-aux local_directory&quot; command line argument.
22205 Look <A HREF="h_edit_nav_cmds">here</A>
22206 to see the available Editing and Navigation commands.
22208 &lt;End of help on this topic&gt;
22209 </BODY>
22210 </HTML>
22211 ======= h_composer_abook_add_nick =======
22212 <HTML>
22213 <HEAD>
22214 <TITLE>Addressbook NickName Field Explained</TITLE>
22215 </HEAD>
22216 <BODY>
22217 This is just an optional nickname for this address book. If present, it
22218 is used in some of the displays and error messages in the address book
22219 maintenance screens. It is for your convenience only and serves no
22220 other purpose.
22222 Look <A HREF="h_edit_nav_cmds">here</A>
22223 to see the available Editing and Navigation commands.
22225 &lt;End of help on this topic&gt;
22226 </BODY>
22227 </HTML>
22228 ======= h_composer_qserv_cn =======
22229 <HTML>
22230 <HEAD>
22231 <TITLE>Directory Query Form Explained</TITLE>
22232 </HEAD>
22233 <BODY>
22235 Fill in as many of these fields as you wish to narrow down your
22236 search. All the fields you fill in must match in order for an entry
22237 to be returned. You may use the wildcard character &quot;*&quot; in
22238 any of the fields, it matches any zero or more characters at that
22239 point in the string. There are no implicit wildcards, so the match is
22240 exact unless you include wildcards.
22243 Note that if an attribute isn't present at all, then the match will fail.
22244 For example, if a server doesn't support the Locality attribute, then no
22245 matter what you put in the Locality field (other than leaving it empty)
22246 the search will fail.
22249 This field, the Common Name field, is typically a person's full name.
22252 <H1>EDITING and NAVIGATION COMMANDS</H1>
22253 <!--chtml if pinemode="function_key"-->
22254 <PRE>
22255 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
22256 ^B (Left Arrow)    Back character       | ^D       Delete current character
22257 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
22258 ^P (Up Arrow)      Previous line        |
22259 ^N (Down Arrow)    Next line            | F9       Cut marked text or
22260 ^A                 Beginning of line    |            delete current line
22261 ^E                 End of line          | F10      Undelete line(s)
22262 F7                 Previous page        |
22263 F8                 Next page            |-------------------------------------
22264 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
22265 ----------------------------------------|
22266 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
22267 F2   Cancel      |   F1    Get help     |
22268 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
22269 </PRE>
22270 <!--chtml else-->
22271 <PRE>
22272 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
22273 ^B (Left Arrow)    Back character       | ^D       Delete current character
22274 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
22275 ^P (Up Arrow)      Previous line        |
22276 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
22277 ^A                 Beginning of line    |            delete current line
22278 ^E                 End of line          | ^U       Undelete line(s)
22279 ^Y                 Previous page        |
22280 ^V                 Next page            |-------------------------------------
22281 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
22282 ----------------------------------------|
22283 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
22284 ^C   Cancel      |   ^G    Get help     |
22285 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
22286 </PRE>
22287 <!--chtml endif-->
22288 <P><UL>
22289 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22290 </UL><P>
22291 &lt;End of help on this topic&gt;
22292 </BODY>
22293 </HTML>
22294 ======= h_composer_qserv_sn =======
22296 The Surname is usually the family name of a person.
22298 <End of help on this topic>
22299 ======= h_composer_qserv_gn =======
22301 This is the part of a person's name that isn't the surname or initials.
22303 <End of help on this topic>
22304 ======= h_composer_qserv_mail =======
22306 This is the email address of a person.
22308 <End of help on this topic>
22309 ======= h_composer_qserv_org =======
22311 This is the organization a person belongs to.
22313 <End of help on this topic>
22314 ======= h_composer_qserv_unit =======
22316 This is the organizational unit a person belongs to.
22318 <End of help on this topic>
22319 ======= h_composer_qserv_country =======
22321 This is the country a person belongs to.
22323 <End of help on this topic>
22324 ======= h_composer_qserv_state =======
22326 This is the state a person belongs to.
22328 <End of help on this topic>
22329 ======= h_composer_qserv_locality =======
22331 This is the locality a person belongs to.
22333 <End of help on this topic>
22334 ======= h_composer_qserv_custom =======
22336 This one is for advanced users only! If you put something in this field,
22337 then the rest of the fields are ignored.
22339 This field may be set to the string representation of an LDAP search
22340 filter (see RFC1960). Here are some examples:
22342 To search for an entry with a surname equal to "clinton" you could set
22343 the custom filter to:
22345      (sn=clinton)
22346     
22347 This is equivalent to putting "clinton" in the SurName field.
22348 To search for an entry that has a surname that begins with "clint" and
22349 has a givenname equal to "william" you could use:
22351      (&(sn=clint*)(givenname=william))
22352     
22353 This is equivalent to setting the SurName field to "clint*" and the
22354 GivenName field to "william".
22355 To search for an entry where either the common name OR the email address
22356 contains "abcde" you could use:
22358      (|(cn=*abcde*)(mail=*abcde*))
22360 That isn't equivalent to anything you can do by setting the other fields
22361 because of the OR.
22363 <End of help on this topic>
22364 ======= h_composer_qserv_qq =======
22366 This one is a little different from the rest of the categories.  It causes
22367 a search to be formed from the configured search filter that you filled
22368 in when you added the directory server to your configuration. It can also
22369 be combined with the other fields if you'd like.
22371 <End of help on this topic>
22372 ======= h_address_format =======
22373 <HTML>
22374 <HEAD>
22375 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
22376 </HEAD>
22377 <BODY>
22378 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
22380 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
22381 and then a domain, with no spaces.  
22382 For example, jsmith@art.example.com might be the email address
22383 of a person  
22384 with the username &quot;jsmith&quot; who has an account in the domain
22385 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
22386 right of the &quot;@&quot; sign can vary - a shorter example would be 
22387 isabelle@elsewhere.edu (the shortest possible form: here, only the 
22388 organization's domain is specified after the &quot;@&quot; sign); a longer 
22389 example would be 
22390  jsingh@shakti.edutech.example.com
22391 (here, the name of the host &quot;shakti&quot; in the domain 
22392 edutech.example.com is also specified).  
22393 <P>  
22394 If you do not know the exact email address of someone you want to write 
22395 to, ask them what it is using other means of communication than email; or 
22396 use the tools for 
22397 finding people's addresses that are available on the Internet.
22399 If you are sending to someone on the same system as you are, you can leave
22400 the &quot;@&quot; sign and all the information to its right off of the 
22401 address, and Alpine will fill it in automatically, 
22402 unless the feature 
22403 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
22406 When an email address you send a message to is not reachable -- either because 
22407 it is simply an incorrect address, or because email can temporarily not be 
22408 delivered to it due to a technical problem on the way to or at the recipient's 
22409 end -- you will almost always get an error notification email message back.
22411 If you encounter problems with, or have questions about, email delivery or
22412 email address syntax, contact your local network computing consultants.
22413 <P><UL>
22414 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22415 </UL>
22417 &lt;End of help on this topic&gt;
22418 </BODY>
22419 </HTML>
22420 ======= h_flag_user_flag =======
22421 <HTML>
22422 <HEAD>
22423 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
22424 </HEAD>
22425 <BODY>
22426 <H1>STATUS FLAG: User Defined Keyword</h1>
22428 This is a keyword that is defined for this folder.
22429 It was most likely defined by the owner of the folder.
22430 Alpine will not set or clear this flag on its own.
22432 <P><UL>
22433 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22434 </UL><P>
22435 &lt;End of help on this topic&gt;
22436 </BODY>
22437 </HTML>
22438 ======= h_flag_important =======
22439 <html>
22440 <title>STATUS FLAG: Important</title>
22441 <body>
22442 <h1>STATUS FLAG: Important</h1>
22445 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
22446 MESSAGE&nbsp;INDEX
22447 screen, can only be set by the user, and is intended to be used in
22448 whatever fashion makes sense to you.  You are the only one that can set or
22449 clear it. 
22452 &lt;End of help on this topic&gt;
22453 </BODY>
22454 </HTML>
22455 ======= h_flag_new =======
22456 <html>
22457 <title>STATUS FLAG: New</title>
22458 <body>
22459 <h1>STATUS FLAG: New</h1>
22462 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
22463 MESSAGE&nbsp;INDEX screen,
22464 is automatically set when messages are delivered to your Inbox (or other
22465 folder specified outside of Alpine).  Likewise, it is cleared automatically
22466 the first time you read the message it is associated with.
22469 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
22470 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
22471 you'd like to be reminded of it next time you read mail.  This can be done
22472 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
22476 &lt;End of help on this topic&gt;
22477 </BODY>
22478 </HTML>
22479 ======= h_flag_answered =======
22480 <html>
22481 <title>STATUS FLAG: Answered</title>
22482 <body>
22483 <h1>STATUS FLAG: Answered</h1>
22485 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
22486 MESSAGE&nbsp;INDEX
22487 screen, is automatically set when you reply to a message.  This flag is not
22488 automatically cleared.
22491 &lt;End of help on this topic&gt;
22492 </BODY>
22493 </HTML>
22494 ======= h_flag_forwarded =======
22495 <html>
22496 <title>STATUS FLAG: Forwarded</title>
22497 <body>
22498 <h1>STATUS FLAG: Forwarded</h1>
22500 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
22501 MESSAGE&nbsp;INDEX
22502 screen, is automatically set when you forward a message.  This flag is not
22503 automatically cleared.
22506 &lt;End of help on this topic&gt;
22507 </BODY>
22508 </HTML>
22509 ======= h_flag_deleted =======
22510 <html>
22511 <title>STATUS FLAG: Deleted</title>
22512 <body>
22513 <h1>STATUS FLAG: Deleted</h1>
22515 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
22516 MESSAGE&nbsp;INDEX
22517 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
22518 It is cleared
22519 when you use the &quot;U&nbsp;Undelete&quot; command.
22522 Messages marked with this flag will be permanently removed from
22523 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
22524 command, or
22525 when you indicate acceptance of their removal upon leaving the folder.
22528 Note, there can be other actions implicit in the
22529 &quot;D&nbsp;Delete&quot; command,
22530 such as advancing to the next message, that may be momentarily undesirable.
22531 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
22532 flag <A HREF="h_common_flag">explicitly</A>.
22535 &lt;End of help on this topic&gt;
22536 </BODY>
22537 </HTML>
22538 ====== h_config_incoming_timeo ======
22539 <HTML>
22540 <HEAD>
22541 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
22542 </HEAD>
22543 <BODY>
22544 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
22546 This option has no effect unless the feature
22547 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22548 is set, which in turn has no effect unless
22549 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22550 is set.
22552 Sets the time in seconds that Alpine will
22553 attempt to open a network connection used for monitoring for Unseen
22554 messages in Incoming Folders. The default is 5.
22555 If a connection has not completed within this many seconds Alpine will
22556 give up and consider it a failed connection.
22558 <UL>   
22559 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22560 </UL><P>
22561 &lt;End of help on this topic&gt;
22562 </BODY>
22563 </HTML>
22564 ====== h_config_incoming_interv ======
22565 <HTML>
22566 <HEAD>
22567 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
22568 </HEAD>
22569 <BODY>
22570 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
22572 This option has no effect unless the feature
22573 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22574 is set, which in turn has no effect unless
22575 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22576 is set.
22578 This option specifies, in seconds, how often Alpine will check
22579 for new mail and state changes in Incoming Folders when Incoming Folders
22580 Checking is turned on.
22581 The default is 3 minutes (180).
22582 This value applies only to folders that are local to the system that
22583 Alpine is running on or that are accessed using the IMAP protocol.
22584 The similar option
22585 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
22586 applies to all other monitored folders.
22588 <UL>   
22589 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22590 </UL><P>
22591 &lt;End of help on this topic&gt;
22592 </BODY>
22593 </HTML>
22594 ====== h_config_incoming_second_interv ======
22595 <HTML>
22596 <HEAD>
22597 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
22598 </HEAD>
22599 <BODY>
22600 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
22602 This option has no effect unless the feature
22603 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22604 is set, which in turn has no effect unless
22605 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22606 is set.
22608 This option together with the option
22609 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
22610 specifies, in seconds, how often Alpine will check
22611 for new mail and state changes in Incoming Folders when Incoming Folders
22612 Checking is turned on.
22613 The default for this option is 3 minutes (180).
22614 For folders that are local to this system or
22615 that are accessed using the IMAP protocol
22616 the value of the option
22617 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
22618 is used.
22619 For all other monitored folders, the value of this option is used.
22621 The reason there are two separate options is because it is usually
22622 less expensive to check local and IMAP folders than it is to check
22623 other types, like POP or NNTP folders.
22624 You may want to set this secondary value to a higher number than
22625 the primary check interval.
22627 <UL>   
22628 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22629 </UL><P>
22630 &lt;End of help on this topic&gt;
22631 </BODY>
22632 </HTML>
22633 ====== h_config_incoming_list ======
22634 <HTML>
22635 <HEAD>
22636 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
22637 </HEAD>
22638 <BODY>
22639 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
22641 This option has no effect unless the feature
22642 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22643 is set, which in turn has no effect unless
22644 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22645 is set.
22647 When monitoring the Incoming Message Folders for Unseen messages Alpine will
22648 normally monitor all Incoming Folders.
22649 You may use this option to restrict the list of monitored folders to a
22650 subset of all Incoming Folders.
22652 <UL>   
22653 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22654 </UL><P>
22655 &lt;End of help on this topic&gt;
22656 </BODY>
22657 </HTML>
22658 ====== h_config_pers_name ======
22659 <HTML>
22660 <HEAD>
22661 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
22662 </HEAD>
22663 <BODY>
22664 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
22666 This value is used to determine the full name part of the "From" address
22667 on messages you send.
22668 <!--chtml if pinemode="os_windows"-->
22669  PC-Alpine requires that this be set in order to properly construct the "From" address.
22670 <!--chtml else-->
22671  If unset, Unix Alpine will obtain your full name from
22672  the system password file. PC-Alpine, on the other hand, requires that this be set.
22673 <!--chtml endif-->
22675 If you want to change the value of what gets included in the From header
22676 in messages you send (other than just the Personal Name)
22677 look <A HREF="h_config_change_your_from">here</A> for a description.
22678 <P><UL>
22679 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22680 </UL><P>
22681 &lt;End of help on this topic&gt;
22682 </BODY>
22683 </HTML>
22684 ====== h_config_pruned_folders ======
22685 <html>
22686 <header>
22687 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
22688 </header>
22689 <body>
22690 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
22692 This variable allows you to define a list of one or more folders that
22693 Alpine will offer to prune for you in the same way it automatically offers
22694 to prune your "sent-mail" folder each month.
22695 Each folder in this list must be a folder in your default folder collection
22696 (the first folder collection if you have more than one), and it is just
22697 the relative name of the folder in the collection, not the fully-qualified name.
22698 It is similar to sent-mail.
22699 Instead of something like
22701 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
22703 the correct value to use would be
22705 <CENTER><SAMP>folder</SAMP></CENTER>
22707 There is an assumption here that your first collection is the folders in
22709 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
22712 Once a month, for each folder listed, Alpine will offer to move
22713 the contents of the folder to a new folder of the same name but with
22714 the previous month's date appended.  Alpine will then look for any such
22715 date-appended folder names created for a previous month, and offer each
22716 one it finds for deletion.
22719 If you decline the first offer, no mail is moved and no new folder is
22720 created.
22723 The new folders will be created
22724 in your default folder collection.
22727 <UL>   
22728 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22729 </UL><P>
22730 &lt;End of help on this topic&gt;
22731 </body>
22732 </html>
22733 ====== h_config_upload_cmd ======
22734 <HTML>
22735 <HEAD>
22736 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
22737 </HEAD>
22738 <BODY>
22739 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
22741 This option affects the behavior of the Composer's &quot;Read File&quot; 
22742 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
22743 commands.  It specifies
22744 a Unix program name, and any necessary command line arguments, that Alpine can
22745 use to transfer files from your personal computer into messages that you are
22746 composing.<P>
22748 <B>Note:</B> this facility is intended for use with serial line transfer 
22749 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
22750 to work with TCP/IP file transfer programs such as ftp.<P>
22752 If a program is specified, the commands listed above are modified to offer a
22753 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
22754 specified here must match the transfer program or protocol available on the
22755 personal computer.<P>
22757 Alpine expects to exchange uploaded data via a file on your Unix system.  When
22758 the specified upload program finishes, Alpine expects the uploaded data to be
22759 contained in this file.<P>
22761 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
22762 generates a
22763 temporary file name that it will pass to the specified Unix program.  Alpine
22764 will read the resulting uploaded text from this file and then delete it when
22765 the upload command is finished.<P>
22767 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
22768 prompt
22769 you for the name of the file that is to contain the uploaded information that
22770 it is to attach.  Alpine will attach this file to the composition, but will
22771 <B>not</B> delete this file after the upload command is finished.<P>
22773 The special token &quot;_FILE_&quot; may be included among the Unix program's 
22774 command
22775 line arguments.  Alpine will replace this symbol with the name of the file
22776 being used to exchange the uploaded information.  This token allows you to
22777 position the file name where it is required in the Unix program's command
22778 line arguments.<P>
22780 If the &quot;_FILE_&quot; token is not present in the specified command, the
22781 temporary file's name is automatically appended to the specified Unix
22782 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
22783 <B>last</B> command line argument.
22784 <P><UL>
22785 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22786 </UL><P>
22787 &lt;End of help on this topic&gt;
22788 </BODY>
22789 </HTML>
22790 ====== h_config_upload_prefix ======
22791 <HTML>
22792 <HEAD>
22793 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
22794 </HEAD>
22795 <BODY>
22796 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
22798 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
22799 It defines text to be written to the terminal emulator (via standard output)
22800 immediately prior to starting upload command.  This is useful for
22801 integrated serial line file transfer agents that permit command passing
22802 (e.g., Kermit's APC method).<P>
22804 The special token &quot;_FILE_&quot; may be included in the string specification.
22805 That symbol will be replaced with the (Alpine-created) name of the temporary
22806 file in which Alpine will expect to find the uploaded file.
22807 <P><UL>
22808 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22809 </UL><P>
22810 &lt;End of help on this topic&gt;
22811 </BODY>
22812 </HTML>
22813 ====== h_config_download_cmd ======
22814 <HTML>
22815 <HEAD>
22816 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
22817 </HEAD>
22818 <BODY>
22819 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
22821 This option affects the behavior of the Export command.  It specifies a Unix
22822 program name, and any necessary command line arguments, that Alpine can use to
22823 transfer the exported message to your personal computer's disk.<P>
22824 Note: this facility is intended for use with serial line transfer 
22825 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
22826 to work with TCP/IP file transfer programs such as ftp.<P>
22827 If a program is specified, the Export command is modified to offer a
22828 subcommand (^V) to activate the transfer (in lieu of saving it to
22829  the machine where Alpine is running).  Obviously, the Unix program
22830 specified here must match the transfer program or protocol available on the
22831 personal computer.<P>
22833 When this subcommand is selected and before Alpine invokes the specified Unix
22834 program, Alpine will create a temporary file containing the text of the
22835 exported message.  Alpine uses this file to pass the exported message text to
22836 the specified Unix program.<P>
22838 The special token &quot;_FILE_&quot; may be included among the Unix program's command
22839 line arguments.  Alpine will replace this symbol with the temporary file's name
22840 before executing the Unix program.  This token allows you to position the
22841 file name where it is required in the Unix program's command line arguments.
22843 If the &quot;_FILE_&quot; token is not present in the specified command, the
22844 temporary file's name is automatically appended to the specified Unix
22845 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
22846 <B>last</B> command line argument.
22847 <P><UL>
22848 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22849 </UL><P>
22850 &lt;End of help on this topic&gt;
22851 </BODY>
22852 </HTML>
22853 ====== h_config_download_prefix ======
22854 <HTML>
22855 <HEAD>
22856 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
22857 </HEAD>
22858 <BODY>
22859 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
22861 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
22862 It defines text to be written to the terminal emulator (via standard output)
22863 immediately prior to starting the download command.  This is useful for
22864 integrated serial line file transfer agents that permit command passing
22865 (e.g., Kermit's APC method).
22867 The special token &quot;_FILE_&quot; may be included in the string 
22868 specification.
22869 That symbol will be replaced with the (Alpine-created) name of the temporary
22870 file into which Alpine will place the message to be downloaded.
22871 <P><UL>
22872 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22873 </UL><P>
22874 &lt;End of help on this topic&gt;
22875 </BODY>
22876 </HTML>
22877 ====== h_config_mailcap_path ======
22878 <HTML>
22879 <HEAD>
22880 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
22881 </HEAD>
22882 <BODY>
22883 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
22884 This variable is used to replace Alpine's default mailcap file search path.
22885 It takes one or more file names (full paths must be specified) in which to
22886 look for mail capability data.  The default search path can be found in this
22887 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
22888 If there is more than one file name listed, list members should be delimited
22889 by 
22890 <!--chtml if pinemode="os_windows"-->
22891 a semi-colon (;) under Windows; for example:<PRE>
22892         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
22893 </PRE>
22894 <!--chtml else-->
22895 a colon (:) under UNIX; for example:<PRE>
22896         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
22897 </PRE>
22898 <!--chtml endif-->
22899 <P><UL>
22900 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22901 </UL>
22903 &lt;End of help on this topic&gt;
22904 </BODY>
22905 </HTML>
22906 ====== h_config_mimetype_path ======
22907 <HTML>
22908 <HEAD>
22909 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
22910 </HEAD>
22911 <BODY>
22912 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
22914 This variable is used to replace Alpine's default mime.types file search path.
22915 It takes one or more file names (full paths must be specified) in which to
22916 look for file-name-extension to MIME type mapping data.  The default search
22917 path can be found in this
22918 <A HREF="h_news_config">Alpine Configuration</A> help.
22922 If there is more than one file name listed, list members should be delimited
22923 by a colon (:) under UNIX and a semi-colon (;) under Windows.
22925 &lt;End of help on this topic&gt;
22926 </BODY></HTML>
22927 ====== h_config_system_certs_path ======
22928 <HTML>
22929 <HEAD>
22930 <TITLE>OPTION: <!--#echo var="VAR_system-certs-path"--></TITLE>
22931 </HEAD>
22932 <BODY>
22933 <H1>OPTION: <!--#echo var="VAR_system-certs-path"--></H1>
22935 When Alpine is built to support secure connections to remote servers, a directory
22936 must be reserved in the system to store certificates that will be used to validate
22937 remote servers. This is normally configured at the time that Alpine is built, but
22938 there might be circumstances under which a user might want to use a different
22939 directory. For example, the directory might not be accessible, or has not been 
22940 updated and contains old certificates that have expired.
22943 This variable can be used to list
22944 the directory where such certificates can be found. Alpine will use the first
22945 directory in this list that exists in your system and can be accessed. This
22946 allows for users to be able to use the same pinerc file in different systems.
22949 Example of values for this option might be:
22951 <PRE>
22952 System CACerts Dir = /etc/ssl/certs
22953                      /usr/local/ssl/certs
22954                      C:\\libressl\\ssl\\certs
22955 <PRE>
22958 In unix systems, the default location of the certificates for openssl can
22959 be obtained by first executing the command
22961 <PRE>openssl version -d</PRE>
22963 and adding &quot;/certs&quot; to that value. In Windows the default location
22964 for the certificates is C:\\libressl\\ssl\\certs. This value was set by
22965 LibreSSL developers, and this option can be used to override this default.
22968 &lt;End of help on this topic&gt;
22969 </BODY></HTML>
22970 ====== h_config_system_certs_file ======
22971 <HTML>
22972 <HEAD>
22973 <TITLE>OPTION: <!--#echo var="VAR_system-certs-file"--></TITLE>
22974 </HEAD>
22975 <BODY>
22976 <H1>OPTION: <!--#echo var="VAR_system-certs-file"--></H1>
22978 This option sets the location of the container file that holds 
22979 certificate authority (CA) certificates.
22980 Alpine will use the first
22981 container in this list that exists in your system and can be accessed. This
22982 allows for users to be able to use the same pinerc file in different systems.
22985 Example of values for this option might be:
22987 <PRE>
22988 System CACerts File = /etc/ssl/certs/cert.pem
22989                       /usr/local/ssl/ca-root-nss.crt
22990                       C:\\libressl\\ssl\\certs\\cert.pem
22991 <PRE>
22994 In unix systems, the default location of the certificates for openssl can
22995 be obtained by first executing the command
22997 <PRE>openssl version -d</PRE>
22999 and adding &quot;/certs&quot; to that value. In Windows the default location
23000 for the certificates is C:\\libressl\\ssl\\certs\\cert.pem. This value was set 
23001 by LibreSSL developers, and this option can be used to override this default.
23004 &lt;End of help on this topic&gt;
23005 </BODY></HTML>
23006 ====== h_config_user_certs_path ======
23007 <HTML>
23008 <HEAD>
23009 <TITLE>OPTION: <!--#echo var="VAR_user-certs-path"--></TITLE>
23010 </HEAD>
23011 <BODY>
23012 <H1>OPTION: <!--#echo var="VAR_user-certs-path"--></H1>
23014 (UNIX ALPINE ONLY)
23015 This directory is used by Alpine to store certificates that a user
23016 trusts. Alpine will use the first directory in this list that exists in your
23017 system and can be accessed. This allows for users to be able to
23018 use the same pinerc file in different systems. The default location
23019 is ~/.alpine-certs.
23022 In addition to the certificates stored in this directory, Alpine also
23023 trusts certificates saved in the container file referenced in the
23024 configuration variable
23025 <A HREF="h_config_user_certs_file"><!--#echo var="VAR_user-certs-file"--></A>.
23028 Example of values for this option might be:
23030 <PRE>
23031 User Certs Dir = /home/fred/.alpine-certs
23032                  C:\\Users\\Admin\\alpine-certs
23033 <PRE>
23036 &lt;End of help on this topic&gt;
23037 </BODY></HTML>
23038 ====== h_config_user_certs_file ======
23039 <HTML>
23040 <HEAD>
23041 <TITLE>OPTION: <!--#echo var="VAR_user-certs-file"--></TITLE>
23042 </HEAD>
23043 <BODY>
23044 <H1>OPTION: <!--#echo var="VAR_user-certs-file"--></H1>
23046 (UNIX ALPINE ONLY)
23047 This option sets the location of a container file that holds certificate
23048 authority (CA) certificates that the user trusts. Its value is the
23049 full path referencing the location of this file. Alpine will use the first
23050 container in this list that exists and can be accessed in your system. This
23051 allows for users to be able to use the same pinerc file in different
23052 systems. The default location is ~/.alpine-certs/certs.pem.
23055 In addition to the certificates stored in this directory, Alpine also
23056 trusts certificates saved in the directory referenced in the
23057 configuration variable
23058 <A HREF="h_config_user_certs_path"><!--#echo var="VAR_user-certs-path"--></A>.
23061 Example of values for this option might be:
23063 <PRE>
23064 User Certs File = /home/fred/.alpine-certs/certs.pem
23065                   C:\\libressl\\ssl\\certs\\cert.pem
23066 <PRE>
23069 &lt;End of help on this topic&gt;
23070 </BODY></HTML>
23071 ====== h_config_ssl_ciphers ======
23072 <HTML>
23073 <HEAD>
23074 <TITLE>OPTION: <!--#echo var="VAR_ssl-ciphers"--></TITLE>
23075 </HEAD>
23076 <BODY>
23077 <H1>OPTION: <!--#echo var="VAR_ssl-ciphers"--></H1>
23079 (UNIX ALPINE ONLY)
23080 This is a colon separated list of ciphers that your openssl or libressl
23081 library supports and should use to negotiate a secure connection with a
23082 remote SSL server.
23085 The list of ciphers supported by openssl can be obtained with the command
23086 line command
23089 openssl ciphers
23092 Consult the manual page of the openssl ciphers command to see more
23093 ways to specify groups of ciphers, such as RSA, or other groups of
23094 ciphers.
23097 &lt;End of help on this topic&gt;
23098 </BODY></HTML>
23099 ====== h_config_set_att_ansi ======
23100 <HTML><HEAD>
23101 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
23102 </HEAD>
23103 <BODY>
23104 <H1>OPTION: Set printer to attached ansi printer</H1>
23106 Type "S" to set your printer to "attached-to-ansi".<BR>
23107 It is OK to include "attached-to-ansi" in your personal list below.
23109 &lt;End of help on this topic&gt;
23110 </BODY></HTML>
23111 ====== h_config_set_att_ansi2 ======
23112 <HTML><HEAD>
23113 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
23114 </HEAD>
23115 <BODY>
23116 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
23118 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
23119 It is OK to include "attached-to-ansi-no-formfeed" in your personal
23120 list below.
23124 This is the same as the "attached-to-ansi" option except that a
23125 formfeed character will not be appended to the end of the print job.
23126 If your printer already ejects the paper by itself at the end of the
23127 job, you may prefer the "no-formfeed" form of this printer so that you
23128 don't get an extra blank page between print jobs.
23131 &lt;End of help on this topic&gt;
23132 </BODY></HTML>
23133 ====== h_config_set_att_wyse ======
23134 <HTML><HEAD>
23135 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
23136 </HEAD>
23137 <BODY>
23138 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
23140 Type "S" to set your printer to "attached-to-wyse".<BR>
23141 It is OK to include "attached-to-wyse" in your personal list below.
23143 This is very similar to "attached-to-ansi".
23144 The only difference is in the control characters sent to turn the printer
23145 on and off.
23146 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
23147 to turn on the printer and ESC LEFT_BRACKET 4 i
23148 to turn it off.
23149 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
23150 &lt;End of help on this topic&gt;
23151 </BODY></HTML>
23152 ====== h_config_set_att_wyse2 ======
23153 <HTML><HEAD>
23154 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
23155 </HEAD>
23156 <BODY>
23157 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
23159 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
23160 It is OK to include "attached-to-wyse-no-formfeed" in your personal
23161 list below.
23165 This is the same as the "attached-to-wyse" option except that a
23166 formfeed character will not be appended to the end of the print job.
23167 If your printer already ejects the paper by itself at the end of the
23168 job, you may prefer the "no-formfeed" form of this printer so that you
23169 don't get an extra blank page between print jobs.
23172 &lt;End of help on this topic&gt;
23173 </BODY></HTML>
23174 ====== h_config_set_stand_print ======
23175 <HTML>
23176 <HEAD>
23177 <TITLE>OPTION: Set default printer</TITLE>
23178 </HEAD>
23179 <H1>OPTION: Set default printer</H1>
23180 <BODY>
23181 Move to the printer you want and type "S" to set it to be your
23182 default printer.  This list is not modifiable by you and has been
23183 set up by the system administrators.  If there is more than one printer
23184 listed in the Command List, you will be able to cycle through that
23185 whole list at the time you print, starting with your default.
23186 It is OK to include entries from this Standard list in your personal
23187 list below.
23189 &lt;End of help on this topic&gt;
23190 </BODY>
23191 </HTML>
23192 ====== h_config_set_custom_print ======
23193 <HTML>
23194 <HEAD>
23195 <TITLE>OPTION: Set default printer</TITLE>
23196 </HEAD>
23197 <H1>OPTION: Set default printer</H1>
23198 <BODY>
23199 You may add as many print commands as you want to your personal list.
23200 Specify one of them as your default printer by moving to the printer
23201 you want and typing "S".  If there is more than one printer listed
23202 in the Command List, you will be able to cycle through that list at
23203 the time you print, starting with your default.  It is OK to include
23204 entries from the Standard list above or to include the command
23205 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
23206 "attached-to-wyse-no-formfeed" as one of the entries here.
23208 &lt;End of help on this topic&gt;
23209 </BODY>
23210 </HTML>
23211 ====== h_config_user_id =====
23212 <HTML>
23213 <HEAD>
23214 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
23215 </HEAD>
23216 <BODY>
23217 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
23219 This value is used as part of the "From" address on messages you send.
23220 It is also the default login name for remote IMAP server access.  Set this
23221 to the username part you want to appear on outgoing email.
23223 If you want to change the value of what gets included in the From header
23224 in messages you send (other than just the User ID)
23225 look <A HREF="h_config_change_your_from">here</A> for a description.
23227 <P><UL>   
23228 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23229 </UL><P>
23230 &lt;End of help on this topic&gt;
23231 </BODY>
23232 </HTML>
23233 ====== h_config_user_dom =====
23234 <HTML>
23235 <HEAD>
23236 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
23237 </HEAD>
23238 <BODY>
23239 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
23241 This value specifies the domain part (right-hand side) of your return
23242 address on outgoing email and is also used as the default domain for email
23243 composed to a local user.
23244 <!--chtml if pinemode="os_windows"-->
23245  This value is required for PC-Alpine. If you are unsure as to what this should be,
23246  contact your local help desk, system administrator, or Internet Service Provider.
23247 <!--chtml else-->
23248  If unset, Unix Alpine will obtain the domain from
23249  the system.  Often this value will be set for your whole site by the
23250  system administrator.<P>
23251 <!--chtml endif-->
23252 If you set this, see also the <A HREF="h_config_quell_local_lookup">
23253 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
23255 If you want to change the value of what gets included in the From header
23256 in messages you send (other than just the User Domain)
23257 look <A HREF="h_config_change_your_from">here</A> for a description.
23258 <P><UL>
23259 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23260 </UL><P>
23261 &lt;End of help on this topic&gt;
23262 </BODY>
23263 </HTML>
23264 ====== h_config_smtp_server =====
23265 <HTML>
23266 <HEAD>
23267 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
23268 </HEAD>
23269 <BODY>
23270 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
23271 This value specifies the name of one or more SMTP 
23272 (Simple Mail Transfer Protocol) servers for sending mail. 
23273 <!--chtml if pinemode="os_windows"-->
23274 You must have an SMTP server for use with PC-Alpine.
23275 SMTP servers are
23276 normally set up by a system administrator for use by all members of a given
23277 campus or department.
23278 Contact your local help desk to ask what SMTP
23279 servers you should use.  
23280 <!--chtml else-->
23281 Unix Alpine users may not need to set an SMTP server.
23282 Alpine will attempt to execute the program (usually sendmail) that is used
23283 to insert mail into the mail system.
23284 If this works for you, you may leave this option blank.
23285 If there is an SMTP server running on the Unix host you may be able to
23286 improve sending performance slightly by setting the SMTP server option
23287 to &quot;localhost&quot; or to the actual name of the Unix host.
23289 If the Unix host doesn't work the way Alpine was expecting you will need to
23290 set the value of this option.
23291 SMTP servers are
23292 normally set up by a system administrator for use by all members of a given
23293 campus or department.
23294 Contact your local help desk to ask what SMTP
23295 servers you should use.  
23296 <!--chtml endif-->
23298 Your SMTP server may offer SMTP AUTH authentication.
23299 It may even require it.
23300 If your SMTP server offers SMTP AUTH authentication you may specify a
23301 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
23302 This parameter requires an associated value,
23303 the username identifier with which to establish the server
23304 connection.
23305 An example might be:
23308 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
23311 If AUTH authentication is offered by the server, this will cause Alpine to
23312 attempt to use it.
23313 If AUTH authentication is not offered by the server, this will cause Alpine
23314 to fail sending with an error similar to:
23317 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
23320 Another type of authentication that is used by some ISPs is called
23321 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
23322 which means that you have to authenticate
23323 yourself to the POP or IMAP server by opening a mailbox before you
23324 can send mail.
23325 To do this, you usually only have to open your INBOX.
23328 You may tell Alpine to use the
23329 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
23330 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
23331 parameter
23332 in this option.
23333 At this time &quot;/submit&quot; is simply equivalent to specifying
23334 port 587, though it may imply more than that at some point in the future.
23335 Some ISPs are blocking port 25 in order to reduce the amount of spam
23336 being sent to their users.
23337 You may find that the submit option allows you to get around such a block.
23340 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
23343 To specify any non-standard port number on the SMTP server you may follow
23344 the hostname with a colon followed by the portnumber.
23347 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
23350 Normally, when a connection is made to the Smtp-Server Alpine will attempt
23351 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
23352 If that fails then a non-encrypted connection will be attempted instead.
23353 You may specify that a TLS connection is required if you wish.
23354 If you append &quot;/starttls&quot; to the name then the connection will fail
23355 instead of falling back to a non-secure connection.
23358 <CENTER><SAMP>smtpserver.example.com/starttls</SAMP></CENTER>
23362 For more details about server name possibilities see
23363 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
23366 <UL>
23367 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23368 </UL>
23370 &lt;End of help on this topic&gt;
23371 </BODY>
23372 </HTML>
23373 ====== h_config_nntp_server =====
23374 <HTML>
23375 <HEAD>
23376 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
23377 <BODY>
23378 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
23380 This value specifies the name of one or more NNTP
23381 (Network News Transfer Protocol)
23382 servers for reading and posting USENET news.
23383 NNTP servers are normally
23384 set up by a system administrator for use by all members of a given campus
23385 or department.
23386 Contact your local help desk to ask what NNTP servers you should use.  
23387 <!--chtml if pinemode="os_windows"--><!--chtml else-->
23388 Often Unix Alpine users will find that this variable has been
23389 set for the whole system (and they don't have to worry about it).  
23390 <!--chtml endif-->
23391 When you define an NNTP server here, Alpine implicitly defines a news
23392 collection for you, assuming that server as the news server and assuming
23393 that you will use the NNTP protocol and a local newsrc configuration file
23394 for reading news.
23395 For more about reading news with Alpine, see
23396 <A HREF="h_reading_news">how to use Alpine to read news</A>.
23398 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
23399 or &quot;AUTHINFO USER&quot; authentication.
23400 It may even require it.
23401 If your NNTP server does offer such authentication you may specify a user name
23402 parameter to cause Alpine to attempt to authenticate.
23403 The same is true for the server name in a folder collection that uses NNTP.
23404 This parameter requires an associated value,
23405 the username identifier with which to establish the server connection.
23406 An example might be:
23409 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
23412 If authentication is offered by the server, this will cause Alpine to
23413 attempt to use it.
23414 If authentication is not offered by the server, this will cause Alpine
23415 to fail with an error similar to:
23418 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
23420 For more details about the server name possibilities see
23421 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
23422 <P><UL>
23423 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23424 </UL><P>
23425 &lt;End of help on this topic&gt;
23426 </BODY>
23427 </HTML>
23428 ====== h_config_inbox_path =====
23429 <HTML>
23430 <HEAD>
23431 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
23432 </HEAD>
23433 <BODY>
23434 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
23436 This value overrides the default value of your INBOX name/path/location.
23437 <!--chtml if pinemode="os_windows"-->
23438 PC-Alpine users must specify an inbox path and it must be a folder on an
23439 IMAP server.  
23440 <!--chtml else-->
23441 Unix and VMS Alpine users will often find that this variable
23442 has been pre-configured by your system administrator.  
23443 <!--chtml endif-->
23444 You may be able to specify an alternate INBOX that is either a local folder 
23445 or a folder on an IMAP server.
23447 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
23448 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
23449 mail server.
23451 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23452 details on the syntax of folder definitions.
23454 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
23455 mail is disappearing.
23456 <P><UL>
23457 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23458 </UL><P>
23459 &lt;End of help on this topic&gt;
23460 </BODY>
23461 </HTML>
23462 ====== h_config_change_your_from =====
23463 <HTML>
23464 <HEAD>
23465 <TITLE>How to Change your From Address</TITLE>
23466 </HEAD>
23467 <BODY>
23468 <H1>How to Change your From Address</H1>
23470 If the From address that Alpine includes in mail that you send is not correct,
23471 you may want to configure a different default value for the From address.
23472 You may follow these directions to change the default:
23475 <UL>
23476   <LI> Go to the Main Alpine Menu
23477   <LI> From there type the Setup Command
23478   <LI> From there type the Config Command
23479 </UL>
23482 You've probably already seen this SETUP CONFIGURATION screen.
23483 If not, there are many options you may want to set here.
23484 To set the value of the From header you may use the
23485 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
23486 Find it by scrolling down a few pages or use the WhereIs command to
23487 search for &quot;customized&quot;.
23488 You may want to read the help text associated with the option.
23490 To add a custom From header, type the Add command and enter the
23491 full header line, including the leading &quot;From:&nbsp;&quot;.
23492 For example:
23494 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
23496 Now exit the Setup command and try sending mail to yourself to see
23497 what the From line looks like.
23499 When you are in the composer you may edit the custom From line by typing
23500 Ctrl-R while your cursor is in the headers of the message and then moving
23501 to the From line and editing.
23502 If you want to leave the default value the same but add the possibility
23503 of being able to edit the header when you compose, add just the header
23504 name without a value.
23505 For example:
23507 <CENTER><SAMP>From:</SAMP></CENTER>
23509 If you change your From address you may also find it useful to add the
23510 changed From address to the
23511 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
23512 configuration option.
23514 <UL>   
23515 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23516 </UL><P>
23517 &lt;End of help on this topic&gt;
23518 </BODY>
23519 </HTML>
23520 ====== h_config_default_fcc =====
23521 <HTML>
23522 <HEAD>
23523 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
23524 </HEAD>
23525 <BODY>
23526 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
23528 This value specifies where a copy of outgoing mail should be saved.  If
23529 this is not a path name, it will be in the default collection for saves.
23530 Any valid folder specification, local or IMAP, is allowed.  This default
23531 folder carbon copy only applies when the 
23532 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
23533 is set to use the default folder.  
23534 <!--chtml if pinemode="os_windows"-->
23535 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
23536 <!--chtml else-->
23537 Unix Alpine default
23538 is normally &quot;sent-mail&quot; in the default folder collection. 
23539 <!--chtml endif-->
23541 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
23542 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
23543 IMAP server (remember that in order to later access this remote folder through Alpine, it
23544 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
23545 for more information). An example:<p>
23546 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
23548 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
23550 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23551 details on the syntax of folder definitions.
23553 <UL>   
23554 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23555 </UL><P>
23556 &lt;End of help on this topic&gt;
23557 </BODY>
23558 </HTML>
23559 ====== h_config_def_save_folder =====
23560 <HTML>
23561 <HEAD>
23562 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
23563 </HEAD>
23564 <BODY>
23565 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
23567 This option determines the default folder name for save-message operations 
23568 (&quot;saves&quot;).
23570 If this is not a path name, it will be in the default collection for saves.
23571 Any valid folder specification, local or IMAP, is allowed.  This default
23572 folder only applies when the
23573 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
23574 doesn't override it.  
23575 <!--chtml if pinemode="os_windows"-->
23576 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
23577 <!--chtml else-->
23578 Unix Alpine default
23579 is normally &quot;saved-messages&quot; in the default folder collection.
23580 <!--chtml endif-->
23581 If you access your email through an IMAP server, especially if you often switch between Unix
23582 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
23583 IMAP server (remember that in order to later access this remote folder through Alpine, it
23584 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
23585 for more information). An example:<p>
23586 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
23588 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23589 details on the syntax of folder definitions.
23591 <UL>   
23592 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23593 </UL><P>
23594 &lt;End of help on this topic&gt;
23595 </BODY>
23596 </HTML>
23597 ====== h_config_postponed_folder =====
23598 <HTML>
23599 <HEAD>
23600 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
23601 </HEAD>
23602 <BODY>
23603 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
23605 This value overrides the default name for the folder where postponed
23606 messages are saved.  If this is not a path name, it will be in the default
23607 collection for message Saves.  Any valid folder specification, local or
23608 remote, is allowed. 
23609 PC-Alpine default
23610 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
23611 The Unix Alpine default is normally &quot;postponed-msgs&quot;
23612 in the default collection. 
23614 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
23615 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
23616 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
23617 in all Alpine copies you use. 
23618 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
23619 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
23620 for more information). An
23621 example:<p> 
23622 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
23624 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23625 details on the syntax of folder definitions.
23627 <UL>   
23628 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23629 </UL><P>
23630 &lt;End of help on this topic&gt;
23631 </BODY>
23632 </HTML>
23633 ====== h_config_read_message_folder =====
23634 <HTML>
23635 <HEAD>
23636 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
23637 </HEAD>
23638 <BODY>
23639 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
23641 By virtue of specifying a folder name here, Alpine will be configured to
23642 save all messages that you have read during a session into the designated
23643 &quot;read messages&quot; folder.  This allows you to more easily distinguish
23644 between your really new email (in your INBOX) and those that you have
23645 already read.  Depending on how you define the 
23646 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
23647 setting, you may or may not be asked when you quit
23648 Alpine if you want read messages to be moved to this folder.  In either
23649 case, moving the messages means they will be deleted from your INBOX.
23651 If this is not a path name, it will be in the default collection for
23652 saves.  Any valid folder specification, local or remote (via IMAP), is
23653 allowed.  There is no default for the name of the read message folder.
23655 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23656 details on the syntax of folder definitions.
23658 <UL>   
23659 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23660 </UL><P>
23661 &lt;End of help on this topic&gt;
23662 </BODY>
23663 </HTML>
23664 ====== h_config_form_folder =====
23665 <HTML>
23666 <HEAD>
23667 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
23668 </HEAD>
23669 <BODY>
23670 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
23672 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
23673 contain messages that you have composed and that are intended to be
23674 sent in their original form repeatedly.
23677 Setting this variable will alter Alpine's usual behavior when you
23678 execute the Compose command.  Normally, Alpine offers a chance to
23679 continue a postponed or interrupted message should one or the other
23680 exist.  When this variable is set to a folder name that exists, Alpine
23681 will also offer the chance to select a message from the folder to
23682 insert into the composer (much like when continuing a postponed message).
23683 The difference, however, is that Alpine will not automatically delete
23684 the selected message from the Form Letter Folder.
23686 Setting this variable will also affect Alpine's behavior when you
23687 Postpone a message from the composer.  Normally, Alpine simply stashes
23688 the message away in your
23689 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
23690 Regardless of the specified folder's existence, Alpine will ask which
23691 folder you intend the message to be stored in.  Choose the
23692 &quot;F&quot; option to store the message in your Form Letter Folder.
23693 This is the most common way to add a message to the folder.
23696 Another method of adding messages to the folder is via the Alpine
23697 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
23698 you expect to send in the same form again, you can enter the Form
23699 Letter Folder's name in this field.  Alpine, as usual, will copy the
23700 message as it's sent.  Note, when you later select this message from 
23701 your Form Letter Folder, it will have the same recipients as the original
23702 message.
23705 To delete a message from the Form Letter Folder, you can either select
23706 the folder from a suitable FOLDER LIST screen, or use the Delete
23707 command in the MESSAGE INDEX offered when selecting from the folder as
23708 part of the Compose command.  You can delete a Form Letter Folder just
23709 as any other folder from a suitable FOLDER LIST screen.
23712 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
23713 facility can be used
23714 to replace the Form Letter Folder.
23717 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23718 details on the syntax of folder definitions.
23721 <UL>   
23722 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23723 </UL><P>
23724 &lt;End of help on this topic&gt;
23725 </BODY>
23726 </HTML>
23727 ====== h_config_archived_folders =====
23728 <HTML>
23729 <HEAD>
23730 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
23731 </HEAD>
23732 <BODY>
23733 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
23735 This is like
23736 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
23737 only more general.  You may archive
23738 any of the folders in your incoming collection.  This is a list of folder
23739 pairs, with the first separated from the second in the pair by a space.
23740 The first folder in a pair is the folder you want to archive, and the
23741 second folder is the folder that read messages from the first should be
23742 moved to.  Depending on how you define the
23743 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
23744 setting, you may or may not be asked when you
23745 leave the first folder if you want read messages to be moved to the
23746 second folder.  In either case, moving the messages means they will be
23747 deleted from the first folder.
23749 The name of the first folder in each pair can be either the technical
23750 specification of the folder (like what appears in your configuration file)
23751 or (much easier) the nickname that you gave the folder when you made it
23752 an incoming folder.
23754 For example:<p>
23755 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
23756 <p>or, using nicknames:<p>
23757 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
23759 If these are not path names, they will be in the default collection for
23760 saves. Any valid folder specification, local or remote (via IMAP), is
23761 allowed. There is no default.
23763 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23764 details on the syntax of folder definitions.
23766 <UL>   
23767 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23768 </UL><P>
23769 &lt;End of help on this topic&gt;
23770 </BODY>
23771 </HTML>
23772 ====== h_config_newsrc_path ======
23773 <HTML>
23774 <HEAD>
23775 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
23776 </HEAD>
23777 <BODY>
23778 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
23780 This option overrides the default name Alpine uses for your "newsrc" news
23781 status and subscription file.  If set, Alpine will take this value as the
23782 full pathname for the desired newsrc file.<P>
23784 If this option is <B>not</B> set, 
23785 <!--chtml if pinemode="os_windows"-->
23786 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
23787 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
23788 directory as your pinerc file for NEWSRC.
23789 <!--chtml else-->
23790 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
23791 your account's home directory).
23792 <!--chtml endif-->
23793 <P><UL>
23794 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23795 </UL>
23797 &lt;End of help on this topic&gt;
23798 </BODY>
23799 </HTML>
23800 ====== h_config_literal_sig =====
23801 <HTML>
23802 <HEAD>
23803 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
23804 </HEAD>
23805 <BODY>
23806 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
23808 With this option your actual signature, as opposed to
23809 the name of a file containing your signature,
23810 is stored in the Alpine configuration file.
23811 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
23814 This is simply a different way to store the signature.
23815 The signature is stored inside your Alpine configuration file instead of in
23816 a separate file.
23817 Tokens work the same way they do with the
23818 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
23819 help.
23822 The Setup/Signature command on Alpine's MAIN MENU will edit
23823 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
23824 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
23825 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
23826 instead.
23829 The two character sequence &#92;n (backslash followed by
23830 the character n) will be used to signify a line-break in your signature.
23831 You don't have to enter the &#92;n, but it will be visible in the
23832 SETUP CONFIGURATION window after you are done editing the signature.
23835 <UL>   
23836 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23837 </UL><P>
23838 &lt;End of help on this topic&gt;
23839 </BODY>
23840 </HTML>
23841 ====== h_config_signature_file =====
23842 <HTML>
23843 <HEAD>
23844 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
23845 </HEAD>
23846 <BODY>
23847 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
23849 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
23850 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
23851 You can tell that that is the case because the value of the
23852 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
23854 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
23856 You may either use all Literal Signatures (signatures stored in your
23857 configuration file) throughout Alpine, or all signature files.
23858 You can't mix the two.
23860 This is the name of a file that will be automatically inserted into
23861 outgoing messages.
23862 It typically contains information such as your
23863 name, email address and organizational affiliation.
23864 Alpine adds the
23865 signature into the message as soon as you enter the composer so you
23866 can choose to remove it or edit it on a message by message basis.
23867 Signature file placement in message replies is controlled by the
23868 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
23869 setting in the feature list.
23872 The default file name is
23873 <!--chtml if pinemode="os_windows"-->
23874 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
23875 PINERC file is a local file.
23876 If your PINERC file is remote, then it will be in the directory specified
23877 by the &quot;-aux local_directory&quot; command line option.
23878 <!--chtml else-->
23879 &quot;.signature&quot;.
23880 <!--chtml endif-->
23883 To create or edit your signature file choose Setup from the MAIN MENU
23884 and then select S for Signature (Main/Setup/Signature).  This puts you
23885 into the Signature Editor where you can enter a <EM>few</EM> lines of
23886 text containing your identity and affiliation.
23889 If the filename is followed by a vertical bar (|) then instead
23890 of reading the contents of the file the file is assumed to be a
23891 program that will produce the text to be used on its standard output.
23892 The program can't have any arguments and doesn't receive any input from Alpine,
23893 but the rest of the processing works as if the contents came from a file.
23896 Instead of storing the data in a local file, the
23897 signature data may be stored remotely in an IMAP folder.
23898 In order to do this, 
23899 you must use a remote name for the file.
23900 A remote <!--#echo var="VAR_signature-file"--> name might look like:
23902 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
23905 The syntax used here is the same as the syntax used for remote configuration
23906 files from the command line.
23907 Note that you may not access an existing signature file remotely,
23908 you have to create a new <EM>folder</EM> that contains the signature data.
23909 If the name you use here for the signature file is a remote name, then when
23910 you edit the file from the Setup/Signature command the data will be stored
23911 remotely in the folder.
23912 You aren't required to do anything special to create the folder, it
23913 gets created automatically if you use a remote name.
23916 Besides regular text, the signature file may also contain
23917 (or a signature program may produce) tokens that
23918 are replaced with text that usually depends on the message you are replying
23919 to or forwarding.
23920 For example, if the signature file contains the token
23922 <CENTER><SAMP>_DATE_</SAMP></CENTER>
23924 anywhere in the text, then that token is replaced by the date
23925 the message you are replying to or forwarding was sent.
23926 If it contains
23928 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
23930 that is replaced with the current date.
23931 The first is an example of a token that depends on the message you
23932 are replying to (or forwarding) and the second is an example which
23933 doesn't depend on anything other than the current date.
23934 You have to be a little careful with this facility since tokens that
23935 depend on the message you are replying to or forwarding will be replaced
23936 by nothing in the case where you are composing a new message from scratch.
23937 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
23938 in this respect.
23939 It allows you to use different signature files in different cases.
23942 The list of tokens available for use in the signature file is
23943 <A HREF="h_index_tokens">here</A>.
23946 Instead of, or along with the use of &quot;roles&quot; to give you
23947 different signature files in different situations, there is also
23948 a way to conditionally include text based
23949 on whether or not a token would result in specific replacement text.
23950 For example, you could include some text based on whether or not
23951 the _NEWS_ token would result in any newsgroups if it was used.
23952 This is explained in detail
23953 <A HREF="h_reply_token_conditionals">here</A>.
23954 This isn't for the faint of heart.
23956 In the very unlikely event that you want to include a literal token
23957 in the signature you must precede it with a backslash character.
23958 For example,
23960 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
23962 would produce something like
23964 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
23966 It is not possible to have a literal backslash followed by an expanded token.
23968 An alternate method for storing the signature data is available by using the
23969 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
23970 This variable will be used by default.
23972 <UL>   
23973 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23974 </UL><P>
23975 &lt;End of help on this topic&gt;
23976 </BODY>
23977 </HTML>
23978 ====== h_config_init_cmd_list =====
23979 <HTML>
23980 <HEAD>
23981 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
23982 </HEAD>
23983 <BODY>
23984 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
23986 The initial keystroke--or command--list option lets you start Alpine at
23987 any place you like.
23988 Whatever keystrokes you specify here will be executed
23989 by Alpine upon startup as a macro.
23990 The words SPACE, TAB, DOWN, UP, LEFT, and
23991 RIGHT indicate the pressing of those keys.
23992 CR indicates the pressing of the RETURN key.
23993 F1 through F12 represent the function keys, and ^ followed
23994 by a character indicates that key pressed along with the control key (in
23995 other words, ^P means Ctrl-P).
23996 As a shortcut notation, an element of the list may be several characters
23997 surrounded by double-quotes (").
23998 That will be expanded into the individual keystrokes
23999 (excluding the double-quote characters).
24000 For example, the quoted-string
24002 <P><CENTER>"ABC"</CENTER>
24005 is interpreted the same as the three separate list members
24007 <P><CENTER>A and B and C</CENTER>
24010 which is also the same as
24012 <P><CENTER>A,B,C</CENTER>
24015 An example: To view message 1 on startup,
24016 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
24018 <P><CENTER>I,J,1,CR,V</CENTER>
24021 An equivalent version of this is
24023 <P><CENTER>"IJ1",CR,V</CENTER>
24026 Restrictions: You cannot pre-type into the composer with the initial
24027 keystroke list, and you cannot mix function key commands with letter
24028 commands.
24030 <P><UL>   
24031 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24032 </UL>
24034 &lt;End of help on this topic&gt;
24035 </BODY>
24036 </HTML>
24037 ====== h_config_comp_hdrs =====
24038 <html>
24039 <header>
24040 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
24041 </header>
24042 <body>
24043 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
24045 You can control which headers you want visible when composing outgoing
24046 email using this option.
24047 You can specify any of the regular set, any
24048 <A HREF="h_compose_richhdr">Rich Header</A>,
24049 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
24050 that you have already defined.
24051 If you use this setting at all, you must specify all the
24052 headers you want to see, you can't just add to the regular header set.
24053 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
24055 Note that the "Newsgroups:" header will be abbreviated in the Composer
24056 display, but should be spelled out in full here.<p>
24057 <UL>   
24058 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24059 </UL><P>
24060 &lt;End of help on this topic&gt;
24061 </body>
24062 </html>
24063 ====== h_config_custom_hdrs =====
24064 <HTML>
24065 <HEAD>
24066 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
24067 </HEAD>
24068 <BODY>
24069 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
24071 You may add your own custom headers to outgoing messages.
24072 Each header you specify here must include the header tag 
24073 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
24074 and may optionally include a value for that header.
24075 If you want to see these custom headers each time you compose a message,
24076 you must add them to your
24077 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
24078 otherwise they become part
24079 of the rich header set that you only see when you press the
24080 <A HREF="h_compose_richhdr">Rich Header</A>
24081 <!--chtml if pinemode="function_key"-->(F5)
24082 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
24083 (If you are looking for a way to change which headers are <EM>displayed</EM>
24084 when you view a message, take a look at the
24085 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
24086 option instead.)
24087 Here's an example that shows how you might set your From address
24089 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
24091 and another showing how you might set a Reply-To address
24093 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
24095 You may also set non-standard header values here.
24096 For example, you could add
24098 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
24100 or even
24102 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
24104 If you include a value after the colon then that header will be included
24105 in your outgoing messages unless you delete it before sending.
24106 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
24107 it will not be included in outgoing messages unless you edit a value
24108 in manually.
24109 For example, if
24111 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
24113 is in the list, then the Reply-To header will be available for editing
24114 but won't be included unless a value is added while in the composer.
24116 It's actually a little more complicated than that.
24117 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
24118 defaults.
24119 If the message you are about to compose already has a value for a header,
24120 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
24121 For example, if you are Replying to a message the Subject field
24122 will already be filled in.
24123 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
24124 custom subject will <EM>NOT</EM> be used.
24125 The subject derived from the subject of the message you are Replying
24126 to will be used instead.
24128 It is also possible to make header setting even more complicated and more
24129 automatic by using
24130 <A HREF="h_rules_roles">Roles</A>,
24131 but if all you want to do is set a default value for a header, you don't
24132 need to think about Roles.
24134 If you change your From address you may also find it useful to add the
24135 changed From address to the
24136 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
24137 configuration option.
24139 Limitation: Because commas are used to separate the list of
24140 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
24141 header contain a comma.
24142 Nor is there currently an &quot;escape&quot; mechanism provided
24143 to make this work.
24144 <P><UL>
24145 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24146 </UL>
24148 &lt;End of help on this topic&gt;
24149 </BODY>
24150 </HTML>
24151 ====== h_config_viewer_headers =====
24152 <HTML>
24153 <HEAD>
24154 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
24155 </HEAD>
24156 <BODY>
24157 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
24159 You may change the default list of headers that are viewed by listing
24160 the headers you want to view here.  If the headers in your
24161 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
24162 will be shown.  The order of the headers you list will be honored.  If
24163 the special value &quot;all-except&quot; is included as the first
24164 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
24165 message except those in the list will be shown.  The values are all
24166 case insensitive.
24169 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
24170 then the original default headers are ignored.  So, if you just wanted
24171 to add the header Organization to the list, you would have to list
24172 Organization plus all of the other headers originally in the default
24173 list.  If you just included Organization and nothing else, then you
24174 would see only the Organization header, nothing else.
24177 The default list of headers includes:
24178 <UL>
24179   <LI>From
24180   <LI>Resent-From
24181   <LI>To
24182   <LI>Resent-To
24183   <LI>Cc
24184   <LI>Resent-cc
24185   <LI>Bcc
24186   <LI>Newsgroups
24187   <LI>Followup-To
24188   <LI>Date
24189   <LI>Resent-Date
24190   <LI>Subject
24191   <LI>Resent-Subject
24192   <LI>Reply-To
24193 </UL>
24196 If you are looking for a way to control which headers are included in
24197 outgoing mail and are visible or not in the composer, take a look at the
24198 options
24199 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
24200 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
24201 this option.
24203 <UL>   
24204 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24205 </UL><P>
24206 &lt;End of help on this topic&gt;
24207 </BODY>
24208 </HTML>
24209 ====== h_config_viewer_margin_left =====
24210 <HTML>
24211 <HEAD>
24212 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
24213 </HEAD>
24214 <BODY>
24215 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
24217 This variable controls the left-hand vertical margin's width in
24218 Alpine's Message Viewing screen.
24219 Its value is the number of space characters preceding each displayed line.
24220 For consistency with
24221 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
24222 you may specify the column number to start in
24223 (column numbering begins with number 1)
24224 instead of the width of the margin by appending a lower case letter
24225 &quot;c&quot; to the number.
24226 For example, a value of &quot;2c&quot; means to start the text in column two,
24227 which is entirely equivalent to a value of &quot;1&quot;, which means to
24228 leave a margin of 1 space.
24230 The default is a left margin of 0 (zero).
24231 Misconfigurations (for example, negative values or values with starting
24232 left columns greater than the ending right column)
24233 are silently ignored.
24234 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
24235 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
24236 instead.
24239 &lt;End of help on this topic&gt;
24240 </BODY>
24241 </HTML>
24242 ====== h_config_viewer_margin_right =====
24243 <HTML>
24244 <HEAD>
24245 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
24246 </HEAD>
24247 <BODY>
24248 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
24250 This variable controls the right-hand vertical margin's width in
24251 Alpine's Message Viewing screen.
24252 Its value is the number of space characters following each displayed line.
24253 You may specify the column number to end the text in
24254 (column numbering begins with number 1)
24255 instead of the width of the margin by appending a lower case letter
24256 &quot;c&quot; to the number.
24257 For example, a value of &quot;76c&quot; means to end the text in column 76.
24258 If the screen is 80 characters wide, this is equivalent to a value
24259 of &quot;4&quot;, which means to leave a margin of 4 spaces.
24260 However, if you use different size screens at different times, then these
24261 two values are not equivalent.
24263 The default right margin is 4.
24264 Misconfigurations (for example, negative values or values with starting
24265 left columns greater than the ending right column)
24266 are silently ignored.
24267 If the number of columns for text between the
24268 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
24269 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
24270 instead.
24273 &lt;End of help on this topic&gt;
24274 </BODY>
24275 </HTML>
24276 ====== h_config_quote_suppression =====
24277 <HTML>
24278 <HEAD>
24279 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
24280 </HEAD>
24281 <BODY>
24282 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
24284 This option should be used with care.
24285 It will cause some of the quoted text to be eliminated from the
24286 display when viewing a message in the MESSAGE TEXT screen.
24287 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
24288 value &quot;5&quot;,
24289 this will cause quoted text that is longer than five lines to be truncated.
24290 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
24291 Quoted text of more than six lines will have the first five lines displayed
24292 followed by a line that looks something like
24294 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
24296 As a special case, if exactly one line of quoted text would be hidden, the
24297 entire quote will be shown instead.
24298 So for the above example, quoted text that is exactly six lines long will
24299 will be shown in its entirety.
24300 (In other words, instead of hiding a single line and adding a line
24301 that announces that one line was hidden, the line is just shown.)
24303 If the sender of a message has carefully chosen the quotes that he or she
24304 includes, hiding those quotes may change the meaning of the message.
24305 For that reason, Alpine requires that when you want to set the value of this
24306 variable to something less than four lines, you actually have to set it
24307 to the negative of that number.
24308 So if you want to set this option to &quot;3&quot;, you actually have to
24309 set it to &quot;-3&quot;.
24310 The only purpose of this is to get you to think about whether or not you
24311 really want to do this!
24312 If you want to delete all quoted text you set the value of this option
24313 to the special value &quot;-10&quot;.
24315 The legal values for this option are
24317 <TABLE>   
24318 <TR>
24319   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
24320   <TD> Default, don't hide anything </TD>
24321 </TR>
24322 <TR>
24323   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
24324   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
24325 </TR>
24326 <TR>
24327   <TD> &nbsp;4,5,6,...&nbsp; </TD>
24328   <TD> Suppress if more than that many lines </TD>
24329 </TR>
24330 <TR>
24331   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
24332   <TD> Suppress all quoted lines </TD>
24333 </TR>
24334 </TABLE>
24336 If you set this option to a non-default value you may sometimes wish to
24337 view the quoted text that is not shown.
24338 When this is the case, the
24339 <A HREF="h_common_hdrmode">HdrMode Command</A>
24340 may be used to show the hidden text.
24341 Typing the &quot;H&quot; command once will show the hidden text.
24342 Typing a second &quot;H&quot; will also turn on Full Header mode.
24343 The presence or absence of the HdrMode command is determined by the
24344 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
24345 Feature-List option in your Alpine configuration, so you will want to
24346 be sure that is turned on if you use quote suppression.
24348 For the purposes of this option, a quote is a line that begins with the
24349 character &quot;&gt;&quot;.
24351 Quotes are only suppressed when displaying a message on the screen.
24352 The entire quote will be left intact when printing or forwarding or something
24353 similar.
24355 &lt;End of help on this topic&gt;
24356 </BODY>
24357 </HTML>
24358 ====== h_config_saved_msg_name_rule =====
24359 <HTML>
24360 <HEAD>
24361 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
24362 </HEAD>
24363 <BODY>
24364 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
24366 This option determines the default folder name when saving
24367 a message.
24370 The default option is &quot;default-folder&quot;, which is the folder
24371 called &quot;saved-messages&quot; in Unix Alpine and
24372 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
24373 the Alpine option called
24374 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
24377 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
24378 get the chosen option's value for the message being saved (or for the
24379 first message being saved if using an aggregrate save).
24380 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
24381 value of who the message came from (i.e. the from address).
24382 Alpine then attempts to save the message to a folder matching that value.
24383 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
24384 &quot;by-sender&quot;.
24385 The opposite is also true.
24386 If &quot;by-recipient&quot; is chosen and the message was posted to a
24387 newsgroup, Alpine will use the newsgroup name.
24388 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
24389 &quot;by-from&quot;.
24392 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
24393 to use the personal name part of the address instead of the mailbox part.
24394 If any of the &quot;by-nick&quot; options are chosen, the
24395 address is looked up in your address book and if found, the
24396 nickname for that entry is used.
24397 Only simple address book entries are checked, not distribution lists.
24398 Similarly, if any of the
24399 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
24400 address book entry is used.
24401 If by-realname, or the by-nick or by-fcc lookups result in no value,
24402 then if the chosen option ends with the &quot;then-from&quot;,
24403 &quot;then-sender&quot;, &quot;then-replyto&quot;,
24404 or &quot;then-recip&quot; suffix, Alpine
24405 reverts to the same behavior as &quot;by-from&quot;,
24406 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
24407 depending on which option was specified.
24408 If the chosen option doesn't end with one of
24409 the &quot;then-&quot; suffixes, then Alpine reverts to the default
24410 folder when no match is found in the address book.
24413 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
24414 to save to the folder that you saved to the last time you saved a
24415 message.  The first time you save a message in an Alpine session, Alpine
24416 attempts to save the message to the default folder.
24419 Here is an example to make some of the options clearer.
24420 If the message is From
24422 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
24424 and this rule is set to &quot;by-from&quot;, then the default folder offered
24425 in the save dialog would be &quot;flint&quot;.
24427 If this rule is set to &quot;by-realname-of-from&quot; then the default would
24428 be &quot;Fred Flintstone&quot;.
24430 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
24431 for the address &quot;flint@bedrock.org&quot; in your address book.
24432 If an entry is found and it has a nickname associated with it, that nickname
24433 will be offered as the default folder.
24434 If not, the default saved message folder will be offered as the default.
24436 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
24437 for the address &quot;flint@bedrock.org&quot; in your address book.
24438 If an entry is found and it has an Fcc associated with it, that Fcc
24439 will be offered as the default folder.
24440 If not, the default saved message folder will be offered as the default.
24442 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
24443 for the address &quot;flint@bedrock.org&quot; in your address book.
24444 If an entry is found and it has a nickname associated with it, that nickname
24445 will be offered as the default folder.
24446 If it is not found (or has no nickname) then the default offered will be
24447 the same as it would be for the &quot;by-from&quot; rule.
24448 That is, it would be &quot;flint&quot;
24450 <UL>   
24451 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24452 </UL><P>
24453 &lt;End of help on this topic&gt;
24454 </BODY>
24455 </HTML>
24456 ====== h_config_fcc_rule =====
24457 <HTML>
24458 <HEAD>
24459 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
24460 </HEAD>
24461 <BODY>
24462 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
24464 This option determines the default name for folder carbon copy. Choose
24465 one:
24467 <DL>
24468 <DT>default-fcc</DT>
24469 <DD>This is the normal default, the value of which is set in the
24470 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
24471 configuration.
24472 </DD>
24474 <DT>last-fcc-used</DT>
24475 <DD> Causes Alpine to use the folder that was last
24476 used in the fcc field
24477 </DD>
24479 <DT>by-nickname</DT>
24480 <DD>Means that Alpine will use the nickname
24481 from your address book that matches the first address in the To line.
24482 If there is no match, it will use the value of the
24483 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
24484 </DD>
24486 <DT>by-recipient</DT>
24487 <DD>Means Alpine will form a folder name
24488 based on the left hand side of the first address in the To line.
24489 </DD>
24491 <DT>by-nick-then-recip</DT>
24492 <DD>Means that it will use the
24493 matching nickname from your address book if there is one, otherwise it
24494 will extract the recipient name from the address and use that (like
24495 by-recipient).
24496 </DD>
24498 <DT>current-folder</DT>
24499 <DD>Causes a copy to be written to
24500 the currently open folder, unless that is the INBOX.  In the case
24501 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
24502 used instead.
24503 </DD>
24504 </DL>
24507 Note: Whatever the fcc specified by the rule here, it will be
24508 over-ridden by any fcc entries you have in your address book.
24511 <UL>   
24512 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24513 </UL><P>
24514 &lt;End of help on this topic&gt;
24515 </BODY>
24516 </HTML>
24517 ====== h_config_sort_key =====
24518 <HTML>
24519 <HEAD>
24520 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
24521 </HEAD>
24522 <BODY>
24523 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
24525 This option determines the order in which messages will be displayed in
24526 the MESSAGE INDEX screen.  Choose from:
24528 <UL>
24529  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
24530  <LI> <A HREF="h_index_sort_date">Date</A>
24531  <LI> <A HREF="h_index_sort_subj">Subject</A>
24532  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
24533  <LI> <A HREF="h_index_sort_thread">Thread</A>
24534  <LI> <A HREF="h_index_sort_from">From</A>
24535  <LI> <A HREF="h_index_sort_size">Size</A>
24536  <LI> <A HREF="h_index_sort_score">Score</A>
24537  <LI> <A HREF="h_index_sort_to">To</A>
24538  <LI> <A HREF="h_index_sort_cc">Cc</A>
24539 </UL>
24542 Each type of sort may also be reversed.
24543 Normal default is by &quot;Arrival&quot;.
24546 A possible point of confusion arises when you change the configuration
24547 of the <!--#echo var="VAR_sort-key"-->.
24548 The folder will normally be re-sorted when you go back to viewing the
24549 index.
24550 However, if you have manually sorted the folder with the
24551 Sort
24552 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
24553 command, then it will not be re-sorted until the next time it is opened.
24556 <UL>   
24557 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24558 </UL><P>
24559 &lt;End of help on this topic&gt;
24560 </BODY>
24561 </HTML>
24562 ====== h_config_other_startup =====
24563 <HTML>
24564 <HEAD>
24565 <TITLE>OPTION: Set Startup Rule</TITLE>
24566 </HEAD>
24567 <BODY>
24568 <H1>OPTION: Set Startup Rule</H1>
24570 This option determines which message will be the <EM>current message</EM> when
24571 the folder is first opened.
24572 It works the same way that the option
24573 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
24574 works, so look there for help.
24575 It may be used for any folder, not just incoming folders.
24578 <UL>   
24579 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24580 </UL><P>
24581 &lt;End of help on this topic&gt;
24582 </BODY>
24583 </HTML>
24584 ====== h_config_perfolder_sort =====
24585 <HTML>
24586 <HEAD>
24587 <TITLE>Set Sort Order</TITLE>
24588 </HEAD>
24589 <BODY>
24590 <H1>Set Sort Order</H1>
24592 This option determines the order in which messages will be displayed in
24593 the MESSAGE INDEX screen when the Current Folder Type set in the
24594 Pattern is a match. Choose from:
24596 <UL>
24597  <LI> <A HREF="h_index_sort_default">Default</A>
24598  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
24599  <LI> <A HREF="h_index_sort_date">Date</A>
24600  <LI> <A HREF="h_index_sort_subj">Subject</A>
24601  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
24602  <LI> <A HREF="h_index_sort_thread">Thread</A>
24603  <LI> <A HREF="h_index_sort_from">From</A>
24604  <LI> <A HREF="h_index_sort_size">Size</A>
24605  <LI> <A HREF="h_index_sort_score">Score</A>
24606  <LI> <A HREF="h_index_sort_to">To</A>
24607  <LI> <A HREF="h_index_sort_cc">Cc</A>
24608 </UL>
24611 Each type of sort may also be reversed.
24612 Normal default is by &quot;Arrival&quot;.
24615 A possible point of confusion arises when you change the configuration
24616 of the Sort Order for the currently open folder.
24617 The folder will normally be re-sorted when you go back to viewing the
24618 index.
24619 However, if you have manually sorted the folder with the
24620 Sort
24621 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
24622 command, then it will not be re-sorted until the next time it is opened.
24625 <UL>   
24626 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24627 </UL><P>
24628 &lt;End of help on this topic&gt;
24629 </BODY>
24630 </HTML>
24631 ====== h_config_fld_sort_rule =====
24632 <HTML>
24633 <HEAD>
24634 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
24635 </HEAD>
24636 <BODY>
24637 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
24639 This option controls the order in which folder list entries will be
24640 presented in the FOLDER LIST screen.  Choose one of the following:
24642 <DL>
24643 <DT>Alphabetical</DT>
24644 <DD>sort by alphabetical name independent of type
24645 </DD>
24647 <DT>Alpha-with-dirs-last</DT>
24648 <DD>sort by alphabetical name grouping directory entries
24649 to the end of the list
24650 </DD>
24652 <DT>Alpha-with-dirs-first</DT>
24653 <DD>sort by alphabetical name grouping directory entries
24654 to the start of the list
24655 </DD>
24656 </DL>
24658 The normal default is &quot;Alphabetical&quot;.
24661 <UL>   
24662 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24663 </UL><P>
24664 &lt;End of help on this topic&gt;
24665 </BODY>
24666 </HTML>
24667 ====== h_config_ab_sort_rule =====
24668 <HTML>
24669 <HEAD>
24670 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
24671 </HEAD>
24672 <BODY>
24673 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
24675 This option controls the order in which address book entries will be
24676 presented.  Choose one of the following:
24678 <DL>
24679 <DT>fullname</DT>
24680 <DD>use fullname field, lists mixed in
24681 </DD>
24683 <DT>fullname-with-lists-last</DT>
24684 <DD>use fullname field, but put lists at end
24685 </DD>
24687 <DT>nickname</DT>
24688 <DD>use nickname field, lists mixed in
24689 </DD>
24691 <DT>nickname-with-lists-last</DT>
24692 <DD>use nickname field, but put lists at end
24693 </DD>
24695 <DT>dont-sort</DT>
24696 <DD>don't change order of file
24697 </DD>
24698 </DL>
24701 The normal default is &quot;fullname-with-lists-last&quot;.
24702 If you use an address book from more than one computer and those
24703 computers sort the address book differently then the sort order
24704 will be the order where the last change to the address book was
24705 made.
24706 There are two reasons the sorting might be different on different
24707 systems.
24708 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
24709 places.
24710 Second, the collation rules on the two computers may be different.
24711 For example, one system might ignore special characters while the other
24712 doesn't or one may sort upper and lower case letters together while
24713 the other doesn't.
24714 In any case, the order you see is the order on the system where the
24715 last change was made, for example by an address book edit or a
24716 Take Address command.
24719 <UL>   
24720 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24721 </UL><P>
24722 &lt;End of help on this topic&gt;
24723 </BODY>
24724 </HTML>
24725 ====== h_config_post_char_set =====
24726 <HTML>
24727 <HEAD>
24728 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
24729 </HEAD>
24730 <BODY>
24731 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
24733 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
24734 when sending messages.
24738 When sending a message the text typed in the composer is
24739 labeled with the character set specified by this option.
24740 If the composed text is not fully representable in the 
24741 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
24742 instead;
24745 Attachments are labeled with your
24746 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
24749 Generally, there should be little need to set this option.
24750 If left unset, the
24751 default behavior is to label composed text as specifically as
24752 possible.  That is, if the composed text has no non-ASCII characters,
24753 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
24754 only ISO-8859-15 characters, it is labeled as such.  Alpine will
24755 attempt to automatically detect a number of character sets including ISO-8859-15,
24756 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
24757 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
24758 If the message contains a mix of character sets,
24759 it is labeled as &quot;UTF-8.&quot;
24763 This setting is provided to allow you to force a particular character set that
24764 Alpine does not automatically detect. For example, if a message is representable
24765 in more than one character set then Alpine may choose a different default
24766 than you want.
24767 Lastly, by setting this option explicitly to
24768 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
24769 &quot;UTF-8&quot; instead of something more specific.
24772 In the Setup/Config screen you may choose from a list of all the
24773 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24776 The options
24777 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
24778 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
24779 are closely related.
24780 Setting the feature
24781 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
24782 should cause this option to be ignored.
24785 <UL>   
24786 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24787 </UL><P>
24788 &lt;End of help on this topic&gt;
24789 </BODY>
24790 </HTML>
24791 ====== h_config_unk_char_set =====
24792 <HTML>
24793 <HEAD>
24794 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
24795 </HEAD>
24796 <BODY>
24797 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
24799 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
24800 when reading or replying to messages.
24804 A text message should either be made up of all US-ASCII characters
24805 or it should contain a charset label which tells the software which
24806 character set encoding to use to interpret the message.
24807 Sometimes a malformed message may be unlabeled but contain non-ascii text.
24808 This message is outside of the standards so any attempt to read it could fail.
24809 When Alpine attempts to read such a message it will try to interpret the
24810 text in the character set you specify here.
24811 For example, if you have correspondents who send you unlabeled messages that
24812 are usually made up of characters from the WINDOWS-1251 character set, setting
24813 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
24814 allow you to read those messages.
24815 Of course, if the unlabeled message is actually in some other character set,
24816 then you may see garbage on your screen.
24818 Instead of just unlabeled text, this option also affects text which is labeled
24819 with the charsets &quot;X-Unknown&quot;, &quot;MISSING_PARAMETER_VALUE&quot;
24820 or &quot;US-ASCII&quot;.
24823 In the Setup/Config screen you may choose from a list of all the
24824 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24827 <UL>   
24828 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24829 </UL><P>
24830 &lt;End of help on this topic&gt;
24831 </BODY>
24832 </HTML>
24833 ====== h_config_char_set =====
24834 <HTML>
24835 <HEAD>
24836 <TITLE>OPTION: Display Character Set</TITLE>
24837 </HEAD>
24838 <BODY>
24839 <H1>OPTION: Display Character Set</H1>
24841 The Display Character Set configuration option is used when viewing messages.
24843 Alpine uses Unicode characters internally and 
24844 it is a goal for Alpine to handle email in many different languages.
24845 Alpine will properly display only left-to-right character sets
24846 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
24847 font is in use, in the sense that
24848 characters are assumed to take up zero, one, or two character cell
24849 widths from left to right on the screen. This is true even in PC-Alpine.
24852 Alpine recognizes some local character sets that are right-to-left
24853 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
24854 (Arabic) and properly converts texts in these character sets to/from
24855 Unicode; however, there are known display bugs with these character
24856 sets.
24859 There are three possible configuration character settings and some
24860 environment variable settings that can affect how Alpine
24861 handles international characters.
24862 The first two of these are only available in UNIX Alpine.
24863 The three configuration options are
24864 Display Character Set,
24865 Keyboard Character Set, and
24866 <!--#echo var="VAR_posting-character-set"-->.
24867 The Keyboard Character Set defaults to being the same value
24868 as the Display Character Set, and that is usually correct, because
24869 the keyboard almost always produces characters in the same character set
24870 as the display displays.
24871 The Display Character Set is the character set that Alpine
24872 will attempt to use when sending characters to the display.
24875 By default, the Display Character Set variable is not set and UNIX Alpine
24876 will attempt to get this information from the environment.
24877 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
24878 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
24879 An explicit configuration setting for Display Character Set will,
24880 of course, override any default setting.
24882 For PC-Alpine the Display Character Set
24883 and the Keyboard Character Set
24884 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
24887 It is probably best to use UNIX Alpine in a terminal emulator
24888 capable of displaying UTF-8 characters, since that will allow you to
24889 view just about any received text that is correctly formatted (note,
24890 however, the above comments about known index display bugs with certain
24891 character sets). You'll need to have an emulator that uses a UTF-8 font
24892 and you'll need to set up your environment to use a UTF-8 charmap. For
24893 example, on a Linux system you might include
24895 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
24898 or something similar in your UNIX startup files.
24899 You'd also have to select a UTF-8 font in your terminal emulator.
24902 The types of values that the character set variables may be set to are
24903 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
24904 The <CODE>ISO-2022</CODE> character sets are not supported for input or
24905 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
24906 for use only as a <!--#echo var="VAR_posting-character-set"-->.
24907 In the Setup/Config screen you may choose from a list of all the
24908 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24909 Here is a list of many of the possible character sets:
24912 <TABLE>
24913 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
24914 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
24915 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
24916 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
24917 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
24918 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
24919 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
24920 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
24921 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
24922 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
24923 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
24924 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
24925 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
24926 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
24927 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
24928 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
24929 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
24930 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
24931 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
24932 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukrainian</TD> </TR>
24933 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
24934 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
24935 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
24936 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24937 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24938 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24939 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
24940 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
24941 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
24942 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
24943 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
24944 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
24945 </TABLE>
24948 When reading incoming email, Alpine understands many different
24949 character sets and is able to convert the incoming mail into Unicode.
24950 The Unicode will be converted to the Display Character Set
24951 for display on your terminal.
24952 Characters typed at the keyboard will be converted from the
24953 Keyboard Character Set to Unicode for Alpine's internal
24954 use.
24955 You may find that you can read some malformed messages that do not
24956 contain a character set label by setting the option
24957 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
24960 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
24961 The default behavior obtained by leaving this variable unset is usually
24962 what is wanted. In that default case, Alpine will attempt
24963 to label the message with the most specific character set from the
24964 rather arbitrary set
24966 US-ASCII, ISO-8859-15,
24967 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
24968 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
24971 For example, if the message is made up of only US-ASCII characters, it
24972 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
24973 that will be the label. If that doesn't work the same is tried for the
24974 remaining members of the list.
24977 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
24978 explicit value instead.
24979 For example, if you usually send messages in Greek, setting this
24980 option to ISO-8859-7 will result in messages being labeled as
24981 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
24982 are only Greek characters, or UTF-8 if there are some characters
24983 that aren't representable in ISO-8859-7.
24984 Another possibility is to set this option explicitly to UTF-8.
24985 In that case
24986 Alpine labels only ascii messages as US-ASCII and all other
24987 messages as UTF-8.
24990 The options
24991 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
24992 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
24993 are closely related to this option.
24994 Setting the feature
24995 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
24996 should cause this option to be ignored.
24999 When displaying a message, Alpine compares this setting to the character
25000 set specified in the message.  If not all of the
25001 characters in the message can be displayed using the Display Character Set
25002 then Alpine places an editorial
25003 comment in the displayed text (enclosed in square-brackets) indicating
25004 that some characters may not be displayed correctly.
25005 This comment may be eliminated by turning on the option
25006 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
25009 <UL>   
25010 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25011 </UL><P>
25012 &lt;End of help on this topic&gt;
25013 </BODY>
25014 </HTML>
25015 ====== h_config_key_char_set =====
25016 <HTML>
25017 <HEAD>
25018 <TITLE>OPTION: Keyboard Character Set</TITLE>
25019 </HEAD>
25020 <BODY>
25021 <H1>OPTION: Keyboard Character Set</H1>
25023 UNIX Alpine only.
25025 The Keyboard Character Set identifies the character set of the characters
25026 coming from your keyboard.
25027 It defaults to having the same value as your
25028 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
25029 which in turn defaults to a value obtained from your environment.
25030 It is unlikely that you will need to use this option, because the keyboard
25031 almost always produces the same kind of characters as the display displays.
25034 This character set is also used when accessing files in your local
25035 file system.
25036 The names of the files are assumed to be in the same character set as
25037 what the keyboard produces, as well as the contents of the files.
25040 In the Setup/Config screen you may choose from a list of all the
25041 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
25044 The options
25045 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
25046 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
25047 are closely related.
25048 Setting the feature
25049 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
25050 should cause this option to be ignored.
25053 <UL>   
25054 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25055 </UL><P>
25056 &lt;End of help on this topic&gt;
25057 </BODY>
25058 </HTML>
25059 ====== h_config_editor =====
25060 <HTML>
25061 <HEAD>
25062 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
25063 </HEAD>
25064 <BODY>
25065 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
25067 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
25068 normally an alternative to Alpine's internal composer (Pico).  You could use
25069 this setting to specify an alternate editor to use occasionally or if you
25070 have a favorite editor and want to use it all the time (see the 
25071 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
25072 If you specify multiple editors for this option, ^_ will invoke the first one 
25073 of those specified that exists and is executable.  When specifying a program 
25074 for use here, make sure that the format of the text it saves -- which, when 
25075 you exit it, will become the message body in Alpine -- is appropriate 
25076 for the body of an email message; avoid proprietary formats that may result in 
25077 a message body that the recipient of your message will be unable to decipher.
25079 <!--chtml if pinemode="os_windows"-->
25080 <!--chtml else-->
25081 If you are in doubt about what editors are available on your system, or which 
25082 of them may be appropriate for specification here, ask your local computing 
25083 support staff.  
25084 <!--chtml endif-->
25086 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
25087 unset, outgoing text will be set as flowed.  In most cases this will be fine,
25088 but if the editor has a &quot;flowed text&quot; mode, it would be best to
25089 use that.
25091 <P><UL>
25092 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25093 </UL>
25095 &lt;End of help on this topic&gt;
25096 </BODY>
25097 </HTML>
25098 ====== h_config_speller =====
25099 <HTML>
25100 <HEAD>
25101 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
25102 </HEAD>
25103 <BODY>
25104 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
25106 UNIX Alpine only.
25108 For PC-Alpine, you must install the aspell library code that you
25109 may get from
25110 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
25112 This option affects the behavior of the ^T (spell check) command in the
25113 Composer.  It specifies the program invoked by ^T in the Composer.
25114 By default, Alpine uses
25116 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
25118 if it knows where to find &quot;aspell&quot;.
25119 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
25120 then the command used is
25122 <CENTER><SAMP>ispell -l</SAMP></CENTER>
25124 Otherwise, the ancient &quot;spell&quot; command is used.
25126 If you specify a value for this command (with full pathname) then that is what
25127 will be used instead of any of the defaults.
25128 When invoking this
25129 spell-checking program, Alpine appends a tempfile name (where the message is
25130 passed) to the command line. Alpine expects the speller to correct the
25131 spelling in that file. When you exit from that program Alpine will read the
25132 tempfile back into the composer.
25134 Don't set this speller option to the standard Unix spell command.
25135 That won't work because spell works in a different way.
25138 <UL>   
25139 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25140 </UL><P>
25141 &lt;End of help on this topic&gt;
25142 </BODY>
25143 </HTML>
25144 ====== h_config_aspell_dictionary =====
25145 <HTML>
25146 <HEAD>
25147 <TITLE>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></TITLE>
25148 </HEAD>
25149 <BODY>
25150 <H1>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></H1>
25152 PC Alpine only.
25154 This option specifies a list of dictionaries you will use with
25155 aspell. A sample entry is &quot;en_US&quot; for american english, or
25156 &quot;en_GB&quot; for british english.
25159 <UL>   
25160 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25161 </UL><P>
25162 &lt;End of help on this topic&gt;
25163 </BODY>
25164 </HTML>
25165 ====== h_config_display_filters =====
25166 <HTML>
25167 <HEAD>
25168 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
25169 </HEAD>
25170 <BODY>
25171 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
25173 This option defines a list of text-filtering commands (programs or
25174 scripts) that may be used to filter text portions of received messages
25175 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
25176 display screen, exporting to a text file).  
25177 For security reasons, the full path name of the
25178 filter command must be specified.
25181 The command is executed and the message is piped into its standard input. 
25182 The standard output of the command is read back by Alpine.  The
25183 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
25185 <P> 
25186 The filter's use is based on the configured &quot;trigger&quot; string.  The
25187 format of a filter definition is:
25189 <P>   
25190 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
25193 You can specify as many filters as you wish, separating them with a comma.  
25194 Each filter can have only one trigger and command.  Thus, two trigger 
25195 strings that invoke the same command require separate filter 
25196 specifications. 
25198 <P> 
25199 The &quot;trigger&quot; is simply text that, if found in the message,
25200 will invoke the associated command.  If the trigger contains any space
25201 characters, it must be placed within quotes.  Likewise, should you
25202 wish a filter to be invoked unconditionally, define the trigger as the
25203 null string, &quot;&quot; (two consecutive double-quote characters).  If the
25204 trigger string is found anywhere in the text of the message the filter
25205 is invoked.  Placing the trigger text within the tokens defined below
25206 changes where within the text the trigger must be before considering
25207 it a match.
25209 <P>  
25210 Trigger Modifying Tokens:
25211 <DL>
25212 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
25213 <DD>This token tells Alpine to invoke the supplied command
25214 if the text is in a character set matching <VAR>string</VAR>
25215 (e.g., ISO-8859-2 or ISO-2022-JP).
25216 </DD>
25219 <DT>_LEADING(<VAR>string</VAR>)_</DT>
25220 <DD>This token tells Alpine to invoke the supplied command
25221 if the enclosed <VAR>string</VAR> is found to be the first
25222 non-whitespace text.
25223 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
25224 the space character.
25225 </DD>
25227 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
25228 <DD>This token tells Alpine to invoke the supplied command
25229 if the enclosed <VAR>string</VAR> is found at the beginning
25230 of any line in the text.
25231 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
25232 the space character.
25233 </DD>
25234 </DL>
25237 The &quot;command&quot; and &quot;arguments&quot; portion is simply
25238 the command line to be invoked if the trigger string is found.  Below
25239 are tokens that Alpine will recognize and replace with special values
25240 when the command is actually invoked.
25243 Command Modifying Tokens:
25245 <DL>
25246 <DT>_TMPFILE_</DT>
25247 <DD>When the command is executed, this token is 
25248 replaced with the path and name of the temporary 
25249 file containing the text to be filtered.  Alpine 
25250 expects the filter to replace this data with the 
25251 filter's result.
25254 NOTE: Use of this token implies that the text to 
25255 be filtered is not piped into standard input of the 
25256 executed command and its standard output is ignored. 
25257 Alpine restores the tty modes before invoking the
25258 filter in case the filter interacts with the user
25259 via its own standard input and output.  
25260 </DD>
25261                         
25262 <DT>_RESULTFILE_</DT>
25263 <DD>When the command is executed, this token is 
25264 replaced with the path and name of a temporary 
25265 file intended to contain a status message from the 
25266 filter.  Alpine displays this in the message status 
25267 field. 
25268 </DD>
25270 <DT>_DATAFILE_</DT>
25271 <DD>When the command is executed, this token is 
25272 replaced with the path and name of a temporary 
25273 file that Alpine creates once per session and deletes 
25274 upon exit.  The file is intended to be used by the 
25275 filter to store state information between instances 
25276 of the filter.
25277 </DD>
25278    
25279 <DT>_PREPENDKEY_</DT>
25280 <DD>When the command is executed, this token indicates that a random
25281 number will be passed down the input stream before the message text.
25282 This number could be used as a session key.  It is sent in this way to
25283 improve security.  The number is unique to the current Alpine session
25284 and is only generated once per session.
25285 </DD>
25287 <DT>_SILENT_</DT>
25288 <DD>When the filter is executed, this token tells Alpine not to repaint
25289 the screen while the command is being executed. This can be used with 
25290 filters that do not interact with the user, and therefore repainting 
25291 the screen is not necessary. 
25292 </DD>
25293 </DL>
25296 The feature
25297 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
25299 Performance caveat/considerations:
25300 <BR>
25301 Testing for the trigger and invoking the filter doesn't come for free.
25302 There is overhead associated with searching for the trigger string, testing
25303 for the filter's existence and actually piping the text through the filter.
25304 The impact can be reduced if the Trigger Modifying Tokens above are 
25305 employed.
25307 &lt;End of help on this topic&gt;
25308 </BODY>
25309 </HTML>
25310 ====== h_config_sending_filter =====
25311 <HTML>
25312 <HEAD>
25313 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
25314 </HEAD>
25315 <BODY>
25316 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
25317       
25318 This option defines a list of text-filtering commands (programs and
25319 scripts) that may be selectively invoked to process a message just before
25320 it is sent.  If set, the Composer's ^X (Send) command will allow you to
25321 select which filter (or none) to apply to the message before it is sent. 
25322 For security reasons, the full path of the filter program must be
25323 specified.
25326 Command Modifying Tokens:
25328 <DL>
25329 <DT>_RECIPIENTS_</DT>
25330 <DD>When the command is executed, this token is replaced 
25331 with the space delimited list of recipients of the 
25332 message being sent. 
25333 </DD>
25334         
25335 <DT>_TMPFILE_</DT>
25336 <DD>
25337 When the command is executed, this token is 
25338 replaced with the path and name of the temporary 
25339 file containing the text to be filtered.  Alpine 
25340 expects the filter to replace this data with the 
25341 filter's result.
25344 NOTE: Use of this token implies that the text to 
25345 be filtered is not piped into standard input of the 
25346 executed command and its standard output is ignored. 
25347 Alpine restores the tty modes before invoking the
25348 filter in case the filter interacts with the user
25349 via its own standard input and output.  
25350 </DD>
25351                         
25352 <DT>_RESULTFILE_</DT>
25353 <DD>When the command is executed, this token is 
25354 replaced with the path and name of a temporary 
25355 file intended to contain a status message from the 
25356 filter.  Alpine displays this in the message status 
25357 field. 
25358 </DD>
25360 <DT>_DATAFILE_</DT>
25361 <DD>When the command is executed, this token is replaced 
25362 in the command line with the path and name of a 
25363 temporary file that Alpine creates once per session 
25364 and deletes upon exit.  The file is intended to be 
25365 used by the filter to store state information between 
25366 instances of the filter.
25367 </DD>
25368    
25369 <DT>_PREPENDKEY_</DT>
25370 <DD>When the command is executed, this token indicates 
25371 that a random number will be passed down the input 
25372 stream before the message text.  This number could 
25373 be used as a session key.  It is sent in this way 
25374 to improve security.  The number is unique to the 
25375 current Alpine session and is only generated once per 
25376 session. 
25377 </DD>
25379 <DT>_INCLUDEALLHDRS_</DT>
25380 <DD>When the command is executed, this token indicates 
25381 that the headers of the message will be passed down the input stream
25382 before the message text.
25383 </DD>
25385 <DT>_MIMETYPE_</DT>
25386 <DD>When the command is executed, this token is replaced in the
25387 command name with a temporary file name used to accept any new MIME
25388 Content-Type information necessitated by the output of the filter.
25389 Upon the filter's exit, if the file contains new MIME type
25390 information, Alpine verifies its format and replaces the outgoing
25391 message's MIME type information with that contained in the file. This
25392 is basically a cheap way of sending something other than Text/Plain.
25393 </DD>
25394 </DL>
25396 <P>   
25397 NOTE: Only the body text, which is visible in the Composer, is piped
25398 through this filter.  Attachments are not sent to the filter.
25399 <P>   
25400 Sending filters are not used if the feature
25401 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
25403 <UL>   
25404 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25405 </UL><P>
25406 &lt;End of help on this topic&gt;
25407 </BODY>
25408 </HTML>
25409 ====== h_config_keywords =====
25410 <HTML>
25411 <HEAD>
25412 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
25413 </HEAD>
25414 <BODY>
25415 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
25417 You may define your own set of keywords and optionally set them on a
25418 message by message basis.
25419 These are similar to the &quot;Important&quot; flag which the user
25420 may set using the Flag command.
25421 The difference is that the Important flag is always present for each folder.
25422 User-defined keywords are chosen by the user.
25423 You may set up the list of possible keywords here, or you may add keywords
25424 from the Flag Details screen that you
25425 can get to after typing the
25426 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
25427 command.
25428 After the keywords have been defined,
25429 then you use the <A HREF="h_common_flag">Flag command</A>
25430 to set or clear the keywords in each message.
25431 The behavior of the flag command may be modified by using the
25432 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
25433 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
25436 Keywords may be used when Selecting messages (Select Keyword).
25437 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
25438 Filter Rules may be used to set keywords automatically.
25439 Keywords may be displayed as part of the Subject of a message by using
25440 the SUBJKEY or SUBJKEYINIT tokens in the
25441 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
25442 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
25443 option may be used to modify the display of keywords using
25444 SUBJKEY and SUBJKEYINIT slightly.
25445 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
25446 screen by using the KEY or KEYINIT tokens.
25447 It is also possible to color keywords in the index using the
25448 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
25449 Keywords are not supported by all mail servers.
25452 You may give keywords nicknames if you wish.
25453 If the keyword definition you type in contains a SPACE character, then the
25454 actual value of the keyword is everything after the last SPACE and the
25455 nickname for that keyword is everything before the last SPACE.
25456 For example, suppose you are trying to interoperate with another email program
25457 that uses a particular keyword with an unpleasant name.
25458 Maybe it uses a keyword called
25460 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
25462 but for you that keyword means that the message is work-related.
25463 You could define a keyword to have the value
25465 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
25467 and then you would use the name &quot;Work&quot; when dealing with
25468 that keyword in Alpine.
25469 If you defined it as
25471 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
25473 the nickname would be everything before the last SPACE, that is the nickname
25474 would be &quot;My Work&quot;.
25476 Some commonly used keywords begin with dollar signs.
25477 This presents a slight complication, because the dollar sign is normally used
25478 to signify
25479 <A HREF="h_news_config">environment variable expansion</A>
25480 in the Alpine configuration.
25481 In order to specify a keyword that begins with a dollar sign you must
25482 precede the dollar sign with a second dollar sign to escape its special
25483 meaning.
25484 For example, if you want to include the keyword
25486 <CENTER><SAMP>$Label1</SAMP></CENTER>
25488 as one of your possible keywords, you must enter the text
25490 <CENTER><SAMP>$$Label1</SAMP></CENTER>
25493 instead.
25495 There are a couple limitations.
25496 First, not all servers support keywords.
25497 Second, some servers (including the IMAP server included with Alpine)
25498 have a per folder limit on the number of keywords that may be defined.
25499 This count commonly includes every keyword you have ever used in the
25500 folder, even if it is no longer being used.
25501 In other words, you can add keywords but you cannot remove them easily.
25502 If you have changed keywords over the life of a folder and find that
25503 you have reached such a limit, one possible solution might be to copy
25504 all of the messages to a newly created folder (using Alpine) and then
25505 delete the original and rename the new folder.
25506 The reason this might work is that only the keywords currently set in
25507 any of the messages will be used in the new folder, hopefully putting you
25508 under the limit.
25511 <UL>   
25512 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25513 </UL><P>
25514 &lt;End of help on this topic&gt;
25515 </BODY>
25516 </HTML>
25517 ====== h_config_alt_addresses =====
25518 <HTML>
25519 <HEAD>
25520 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
25521 </HEAD>
25522 <BODY>
25523 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
25525 This option provides a place for you to list alternate email addresses
25526 you may have.
25527 Each address in the list should be the actual email address part of an
25528 address, without the full name field or the angle brackets.
25529 For example:
25532 <CENTER><SAMP>user@example.com</SAMP></CENTER>
25535 The matching is case-insensitive, so this would match any of
25536 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
25537 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
25540 If set, the option affects the behavior of the Reply
25541 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
25542 a message has been addressed specifically to you.
25545 In the default INDEX display
25546 the personal name (or email address) of
25547 the person listed in the message's &quot;From:&quot; header
25548 field is usually displayed except when that address is yours or one of your
25549 alternate addresses.
25550 In that case you will usually see the name of
25551 the first person specified in the
25552 message's &quot;To:&quot; header field
25553 with the prefix &quot;To: &quot; prepended.
25556 With respect to Reply, the reply-to-all option will exclude addresses
25557 listed here.
25560 The feature
25561 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
25562 is somewhat related to this option.
25565 In addition to a list of actual addresses,
25566 you may use regular expressions (as used with grep -E with the ignore case flag)
25567 to describe the addresses you want to match.
25568 Alpine will somewhat arbitrarily interpret your entry as a regular
25569 expression if it contains any of the characters
25570 *, |, +, ?, {, [, ^, $, or &#92;.
25571 Otherwise, it will be treated literally.
25572 The feature
25573 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
25574 may be used to turn off regular expression processing regardless of whether or not
25575 special characters appear in the entry.
25578 A description of how regular expressions work is beyond the
25579 scope of this help text, but some examples follow.
25582 The entry
25585 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
25588 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
25589 address with a domain name of <SAMP>example.com</SAMP> (such as
25590 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
25591 one of your alternate addresses.
25592 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
25593 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
25594 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
25595 Complicating things further, the dollar sign
25596 is special in the Alpine configuration (it signifies environment variable expansion)
25597 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
25598 Quotes around the whole expression will not escape the dollar sign successfully.
25599 So this example should look like
25602 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
25606 The entry
25609 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
25612 would match
25613 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
25614 as <SAMP>fred@example.com</SAMP>.
25617 You could match all addresses that look like
25618 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
25619 entry
25622 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
25625 Notice that you have to escape the plus sign with a backslash because plus
25626 is a special character in regular expressions.
25627 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
25628 the expression
25631 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
25634 would do it, but it would be easier to just add fred@example.com as a
25635 separate entry.
25638 One more example, a match of all first-level subdomains, is given by
25641 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
25645 Because the regular expression matching is based on an old library
25646 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
25647 but they should be close.
25650 <UL>   
25651 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25652 </UL><P>
25653 &lt;End of help on this topic&gt;
25654 </BODY>
25655 </HTML>
25656 ====== h_config_abook_formats =====
25657 <HTML>
25658 <HEAD>
25659 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
25660 </HEAD>
25661 <BODY>
25662 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
25664 This option specifies the format that address books are displayed in.
25665 Normally, address books are displayed with the nicknames in the first
25666 column, the fullnames in the second column, and addresses in the third
25667 column.  The system figures out reasonable defaults for the widths of
25668 the columns.  An address book may be given a different format by
25669 listing special tokens in the order you want them to display.  The
25670 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
25671 So, for example, to get the default behavior you could list
25674 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
25677 (You can also use the token DEFAULT to get the default behavior for
25678 an address book format.)
25681 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
25682 is a list, so if you have more than one address book you may have a
25683 separate format for each by putting its format at the corresponding
25684 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
25688 Listed first are the personal address books, then the global address
25689 books.  So, if you have two personal address books and one global
25690 address book, you may have up to three formats in the
25691 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
25692 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
25693 are address books, the last element is used repeatedly.
25697 Each of the tokens may also be optionally followed by parentheses with
25698 either a number or a percentage inside the parentheses.  For example,
25699 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
25700 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
25701 of the available space (the screen width minus the space for
25702 inter-column spaces) to the fullnames column, while plain
25703 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
25704 reasonable number of columns.
25707 There are always 2 spaces between every column, so if you use
25708 fixed column widths (like 13) you should remember to take that into
25709 account.
25712 <UL>   
25713 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25714 </UL><P>
25715 &lt;End of help on this topic&gt;
25716 </BODY>
25717 </HTML>
25718 ====== h_config_set_index_format =====
25719 <HTML>
25720 <HEAD>
25721 <TITLE>Set Index Format</TITLE>
25722 </HEAD>
25723 <BODY>
25724 <H1>Set Index Format</H1>
25726 This option is used to customize the content of lines in the
25727 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
25728 This action works exactly like the regular
25729 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
25730 except that you can have a folder-specific value for it if you specify it here.
25731 Consult the help for
25732 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
25733 for more information.
25736 <UL>   
25737 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25738 </UL><P>
25739 &lt;End of help on this topic&gt;
25740 </BODY>
25741 </HTML>
25742 ====== h_config_index_format =====
25743 <HTML>
25744 <HEAD>
25745 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
25746 </HEAD>
25747 <BODY>
25748 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
25750 This option is used to customize the content of lines in the
25751 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
25752 to convey some amount of immediately relevant information about each 
25753 message in the current folder.
25756 Alpine provides a pre-defined set of informational fields with
25757 reasonable column widths automatically computed.  You can, however,
25758 replace this default set by listing special tokens in the order you
25759 want them displayed.
25762 The list of available tokens is
25763 <A HREF="h_index_tokens">here</A>.
25766 Spaces are used to separate listed tokens.  Additionally, you can
25767 specify how much of the screen's width the token's associated data
25768 should occupy on the index line by appending to the token a pair of
25769 parentheses enclosing either a number or percentage.  For example,
25770 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
25771 column, and &quot;SUBJECT(20%)&quot; means to
25772 allocate 20% of the available space
25773 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
25774 attempt to figure out a reasonable amount of space.
25777 There is always one space between every pair of columns, so if you use fixed
25778 column widths (like 13) you should remember to take that into account.
25779 Several of the fields are virtually fixed-width, so it doesn't make
25780 much sense to specify the width for them.  The fields STATUS,
25781 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
25782 and DESCRIPSIZE all fall into that category.
25783 You <EM>may</EM> specify widths for those if you wish, but
25784 you're probably better off letting the system pick those widths.  <P>
25787 The default is equivalent to:
25790 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
25793 This means that the four fields without percentages will be allocated
25794 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
25795 the from and subject fields.  If one of those two fields is specified
25796 as a percentage and the other is left for the system to choose, then
25797 the percentage is taken as an absolute percentage of the screen, not
25798 of the space remaining after allocating the first four columns.  It
25799 doesn't usually make sense to do it that way.  If you leave off all
25800 the widths, then the subject and from fields (if both are present) are
25801 allocated space in a 2 to 1 ratio, which is almost exactly the same as
25802 the default.
25805 What you are most likely to do with this configuration option is to
25806 specify which fields appear at all, which order they appear in, and the
25807 percentage of screen that is used for the from and subject fields if you
25808 don't like the 2 to 1 default.
25811 If you want to retain the default format that Pine 4.64 had, use
25814 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
25816 <EM>and</EM> set the feature
25817 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
25818 <UL>   
25819 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25820 </UL><P>
25821 &lt;End of help on this topic&gt;
25822 </BODY>
25823 </HTML>
25824 ====== h_config_reply_intro =====
25825 <HTML>
25826 <HEAD>
25827 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
25828 </HEAD>
25829 <BODY>
25830 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
25832 This option is used to customize the content of the introduction line
25833 that is included when replying to a message and including the original
25834 message in the reply.
25835 The normal default (what you will get if you delete this variable) looks
25836 something like:
25838 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
25840 where the day of the week is only included if it is available in the
25841 original message.
25842 You can replace this default with text of your own.
25843 The text may contain tokens that are replaced with text
25844 that depends on the message you are replying to.
25845 For example, the default is equivalent to:
25847 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
25850 Since this variable includes regular text mixed with special tokens
25851 the tokens have to be surrounded by underscore characters.
25852 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
25853 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
25854 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
25856 The list of available tokens is
25857 <A HREF="h_index_tokens">here</A>.
25860 By default, the text is all on a single line and is followed by a blank line.
25861 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
25862 than 80 characters when replying to a particular message, it is shortened.
25863 However, if you use the token
25865 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
25868 anywhere in the value, no end of line or blank line is appended, and no
25869 shortening is done.
25870 The _NEWLINE_ token may be used to get rid of the blank line following
25871 the text, to add more blank lines, or to form a multi-line
25872 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
25873 To clarify how _NEWLINE_ works recall that the default value is:
25875 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
25878 That is equivalent to
25880 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
25883 In the former case, two newlines are added automatically because
25884 no _NEWLINE_ token appears in the value of the option (for backwards
25885 compatibility). In the latter case, the newlines are explicit.
25886 If you want to remove the blank line that follows the
25887 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
25888 _NEWLINE_ token like
25890 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
25893 Because of the backwards compatibility problem, it is not possible to
25894 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
25895 and that will cause the automatic adding of two newlines!
25896 If you want, you may embed newlines in the middle of the text, as well,
25897 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
25900 By default, no attempt is made to localize the date.
25901 If you prefer a localized form you may find that one of the tokens
25902 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
25903 If you want more control one of the many other date tokens, such as _DATEISO_,
25904 might be better.
25907 For the adventurous, there is a way to conditionally include text based
25908 on whether or not a token would result in specific replacement text.
25909 For example, you could include some text based on whether or not
25910 the _NEWS_ token would result in any newsgroups if it was used.
25911 It's explained in detail
25912 <A HREF="h_reply_token_conditionals">here</A>.
25915 In the very unlikely event that you want to include a literal token
25916 in the introduction line you must precede it with a backslash character.
25917 For example,
25919 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
25921 would produce something like
25923 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
25925 It is not possible to have a literal backslash followed by an expanded token.
25927 <UL>   
25928 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25929 </UL><P>
25930 &lt;End of help on this topic&gt;
25931 </BODY>
25932 </HTML>
25933 ====== h_config_remote_abook_history =====
25934 <HTML>
25935 <HEAD>
25936 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
25937 </HEAD>
25938 <BODY>
25939 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
25941 Sets how many extra copies of
25942 remote address book
25943 data will be kept in each remote address book folder.
25944 The default is three.
25945 These extra copies are simply old versions of the data. Each time a change
25946 is made a new copy of the address book data is appended to the folder. Old
25947 copies are trimmed, if possible, when Alpine exits.
25948 An old copy can be put back into use by
25949 deleting and expunging newer versions of the data from the folder.
25950 Don't delete the first message from the folder. It is a special header
25951 message for the remote address book and it must be there.
25952 This is to prevent regular folders from being used as remote address book
25953 folders and having their data destroyed.
25955 This option is also used to determine how many extra copies of remote
25956 Alpine configuration files are kept.
25958 <UL>   
25959 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25960 </UL><P>
25961 &lt;End of help on this topic&gt;
25962 </BODY>
25963 </HTML>
25964 ====== h_config_remote_abook_validity =====
25965 <HTML>
25966 <HEAD>
25967 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
25968 </HEAD>
25969 <BODY>
25970 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
25972 Sets the minimum number of minutes that a
25973 remote address book will be considered up to date.
25974 Whenever an entry contained in a remote address book is used,
25975 if more than this many minutes have
25976 passed since the last check the remote server will be queried to see if the
25977 address book has changed.
25978 If it has changed, the local copy is updated.
25979 The default value is five minutes.
25980 The special value of -1 means never check.
25981 The special value of zero means only check when the address book is first
25982 opened.
25984 No matter what the value, the validity check is always done when the
25985 address book is about to be changed by the user.
25986 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
25987 while in the address book maintenance screen for the remote address book.
25989 <UL>   
25990 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25991 </UL><P>
25992 &lt;End of help on this topic&gt;
25993 </BODY>
25994 </HTML>
25995 ====== h_config_user_input_timeo =====
25996 <HTML>
25997 <HEAD>
25998 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
25999 </HEAD>
26000 <BODY>
26001 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
26003 If this is set to an integer greater than zero, then this is the number
26004 of <EM>hours</EM> to wait for user input before Alpine times out.
26005 If Alpine is
26006 in the midst of composing a message or is waiting for user response to
26007 a question, then it will not timeout.
26008 However, if Alpine is sitting idle waiting for
26009 the user to tell it what to do next and the user does not give any
26010 input for this many hours, Alpine will exit.
26011 No expunging or moving of read
26012 messages will take place.
26013 It will exit similarly to the way it would exit
26014 if it received a hangup signal.
26015 This may be useful for cleaning up unused Alpine sessions that have been
26016 forgotten by their owners.
26017 The Alpine developers envision system administrators
26018 setting this to a value of several hours (24?) so that it won't surprise
26019 a user who didn't want to be disconnected.
26021 <UL>   
26022 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26023 </UL><P>
26024 &lt;End of help on this topic&gt;
26025 </BODY>
26026 </HTML>
26027 ====== h_config_ssh_open_timeo =====
26028 <HTML>
26029 <HEAD>
26030 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
26031 </HEAD>
26032 <BODY>
26033 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
26035 Sets the time in seconds that Alpine will
26036 attempt to open a UNIX secure shell connection.
26037 The default is 15, the minimum non-zero value is 5,
26038 and the maximum is unlimited. If this is set to zero ssh connections
26039 will be completely disabled.
26041 <UL>   
26042 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26043 </UL><P>
26044 &lt;End of help on this topic&gt;
26045 </BODY>
26046 </HTML>
26047 ====== h_config_rsh_open_timeo =====
26048 <HTML>
26049 <HEAD>
26050 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
26051 </HEAD>
26052 <BODY>
26053 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
26055 Sets the time in seconds that Alpine will
26056 attempt to open a UNIX remote shell connection.
26057 The default is 15, the minimum non-zero value is 5,
26058 and the maximum is unlimited. If this is set to zero rsh connections
26059 will be completely disabled.
26060 This might be useful if rsh connections will never work in your environment
26061 but are causing delays due to firewalls or some other reason.
26063 <UL>   
26064 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26065 </UL><P>
26066 &lt;End of help on this topic&gt;
26067 </BODY>
26068 </HTML>
26069 ====== h_config_tcp_open_timeo =====
26070 <HTML>
26071 <HEAD>
26072 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
26073 </HEAD>
26074 <BODY>
26075 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
26077 Sets the time in seconds that Alpine will
26078 attempt to open a network connection. The default is 30, the minimum is 5,
26079 and the maximum is system defined (typically 75). If a connection has not
26080 completed within this many seconds Alpine will give up and consider it a
26081 failed connection.
26083 <UL>   
26084 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26085 </UL><P>
26086 &lt;End of help on this topic&gt;
26087 </BODY>
26088 </HTML>
26089 ====== h_config_tcp_readwarn_timeo =====
26090 <HTML>
26091 <HEAD>
26092 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
26093 </HEAD>
26094 <BODY>
26095 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
26097 Sets the time in seconds that Alpine will
26098 wait for a network read before warning you that things are moving slowly
26099 and possibly giving you the option to break the connection.
26100 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
26101 1000 seconds.
26103 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
26105 <UL>   
26106 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26107 </UL><P>
26108 &lt;End of help on this topic&gt;
26109 </BODY>
26110 </HTML>
26111 ====== h_config_tcp_writewarn_timeo =====
26112 <HTML>
26113 <HEAD>
26114 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
26115 </HEAD>
26116 <BODY>
26117 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
26119 Sets the time in seconds that Alpine will
26120 wait for a network write before warning you that things are moving slowly
26121 and possibly giving you the option to break the connection.
26122 The default is 0 which means it is unset. If set to a non-zero value, the
26123 minimum is 5 and the maximum is 1000.
26125 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
26127 <UL>   
26128 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26129 </UL><P>
26130 &lt;End of help on this topic&gt;
26131 </BODY>
26132 </HTML>
26133 ====== h_config_tcp_query_timeo =====
26134 <HTML>
26135 <HEAD>
26136 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
26137 </HEAD>
26138 <BODY>
26139 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
26141 When Alpine times out a network read or write it will normally just display
26142 a message saying &quot;Still waiting&quot;.
26143 However, if enough time has elapsed since it started waiting it will offer
26144 to let you break the connection.
26145 That amount of time is set by this option, which defaults to 60 seconds,
26146 has a minimum of 5 seconds, and a maximum of 1000 seconds.
26148 <UL>   
26149 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26150 </UL><P>
26151 &lt;End of help on this topic&gt;
26152 </BODY>
26153 </HTML>
26154 ====== h_config_quit_query_timeo =====
26155 <HTML>
26156 <HEAD>
26157 <TITLE>OPTION: <!--#echo var="VAR_close-connection-timeout"--></TITLE>
26158 </HEAD>
26159 <BODY>
26160 <H1>OPTION: <!--#echo var="VAR_close-connection-timeout"--></H1>
26162 The original purpose of this option was to close a connection after this
26163 much time has elapsed without response from the server. The problem this
26164 generates is that a server might not reply on time due to a slow operation
26165 (for example, sorting a large folder, or filtering messages, etc.) In those
26166 situations it is desirable to wait for the server, even when this takes
26167 a long time.
26170 In order to have a good compromise so that a user can distinguish between
26171 when a connection is closed, therefore
26172 we do not need to wait for it, and the operation that the user is waiting
26173 for takes a long time, this option only applies to the
26174 &quot;NOOP&quot; IMAP command. So, if a NOOP command has been issued,
26175 and the connection does not return after the number of seconds configured
26176 here, which must be at least the amount configured in the option
26177 <a href="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></a>,
26178 then Alpine will close the connection.
26181 Closing connections that have connectivity problems is a good idea. In an ideal
26182 world, one would like all connections to be fast and reliable, so the amount
26183 of time and effort put into parsing a folder to report its state when it is
26184 opened is not wasted, so keeping connections alive is good, but the problem
26185 with this is that waiting for a user to reply to a &quot;keep connection
26186 alive?&quot; question can take a long time, and that might affect other
26187 connections that could be closed because Alpine is not pinging them while it
26188 is waiting for a reply from a user for a different connection. Therefore
26189 setting this value helps to keep other connections alive, in case
26190 you have several incoming folders in other servers.
26193 The default value for this option is 0, which means that no connections will
26194 be closed automatically, so if you want connections to be closed automatically
26195 you must set this option to a positive number bigger or equal than the
26196 value of the option <!--#echo var="VAR_tcp-query-timeout"-->.
26198 <UL>
26199 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26200 </UL><P>
26201 &lt;End of help on this topic&gt;
26202 </BODY>
26203 </HTML>
26204 ====== h_config_incoming_folders =====
26205 <HTML>
26206 <HEAD>
26207 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
26208 </HEAD>
26209 <BODY>
26210 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
26212 This is a list of one or more folders other than <EM>INBOX</EM> that
26213 may receive new messages.
26214 It is related to the
26215 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
26216 feature.
26217 This variable is normally manipulated with the Add, Delete, and Rename
26218 commands in the FOLDER LIST for the Incoming Message Folders collection.
26220 <UL>   
26221 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26222 </UL><P>
26223 &lt;End of help on this topic&gt;
26224 </BODY>
26225 </HTML>
26226 ====== h_config_folder_spec =====
26227 <HTML>
26228 <HEAD>
26229 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
26230 </HEAD>
26231 <BODY>
26232 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
26234 This is a list of one or more collections where saved mail is stored. 
26235 The first collection in this list is the default
26236 collection for <EM>Save</EM>s,
26237 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
26239 This variable is normally manipulated using the Setup/collectionList screen.
26241 <UL>   
26242 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26243 </UL><P>
26244 &lt;End of help on this topic&gt;
26245 </BODY>
26246 </HTML>
26247 ====== h_config_news_spec =====
26248 <HTML>
26249 <HEAD>
26250 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
26251 </HEAD>
26252 <BODY>
26253 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
26255 This is a list of collections where news folders are located.
26257 This variable is normally manipulated using the Setup/collectionList screen.
26259 <UL>   
26260 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26261 </UL><P>
26262 &lt;End of help on this topic&gt;
26263 </BODY>
26264 </HTML>
26265 ====== h_config_address_book =====
26266 <HTML>
26267 <HEAD>
26268 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
26269 </HEAD>
26270 <BODY>
26271 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
26273 A list of personal address books.
26274 Each entry in the list is an
26275 optional nickname followed by a pathname or file name relative to the home
26276 directory.
26277 The nickname is separated from the rest of the line with whitespace.
26278 Instead of a local pathname or file name, a remote folder name can be given.
26279 This causes the address book to
26280 be a Remote address book.
26282 Use the Setup/AddressBook screen to modify this variable.
26284 <UL>   
26285 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26286 </UL><P>
26287 &lt;End of help on this topic&gt;
26288 </BODY>
26289 </HTML>
26290 ====== h_config_glob_addrbook =====
26291 <HTML>
26292 <HEAD>
26293 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
26294 </HEAD>
26295 <BODY>
26296 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
26298 A list of shared address books.  Each entry in the list is an
26299 optional nickname followed by a pathname or file name relative to the home
26300 directory.
26301 A SPACE character separates the nickname from the rest of the line.
26302 Instead of a local pathname or file name, a remote folder name can be given.
26303 This causes the address book to
26304 be a Remote address book.
26305 Global address books are
26306 defined to be ReadOnly.
26308 Use the Setup/AddressBook screen to modify this variable.
26310 <UL>   
26311 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26312 </UL><P>
26313 &lt;End of help on this topic&gt;
26314 </BODY>
26315 </HTML>
26316 ====== h_config_last_vers =====
26317 <HTML>
26318 <HEAD>
26319 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
26320 </HEAD>
26321 <BODY>
26322 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
26324 This is set automatically by Alpine. 
26325 It is used to keep track of the last version of Alpine that
26326 was run by the user.
26327 Whenever the version number increases, a new version message is printed out.
26328 This may not be set in the system-wide configuration files.
26330 <UL>   
26331 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26332 </UL><P>
26333 &lt;End of help on this topic&gt;
26334 </BODY>
26335 </HTML>
26336 ====== h_config_printer =====
26337 <HTML>
26338 <HEAD>
26339 <TITLE>OPTION: Printer</TITLE>
26340 </HEAD>
26341 <BODY>
26342 <H1>OPTION: Printer</H1>
26344 Your default printer selection.
26346 Use the Setup/Printer screen to modify this variable.
26348 <UL>   
26349 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26350 </UL><P>
26351 &lt;End of help on this topic&gt;
26352 </BODY>
26353 </HTML>
26354 ====== h_config_print_cat =====
26355 <HTML>
26356 <HEAD>
26357 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
26358 </HEAD>
26359 <BODY>
26360 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
26362 This is an internal Alpine variable.
26363 It will be equal to 1, 2, or 3 depending on whether the default printer is
26364 attached, standard, or a personal print command.
26366 Use the Setup/Printer screen to modify this variable.
26368 <UL>   
26369 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26370 </UL><P>
26371 &lt;End of help on this topic&gt;
26372 </BODY>
26373 </HTML>
26374 ====== h_config_print_command =====
26375 <HTML>
26376 <HEAD>
26377 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
26378 </HEAD>
26379 <BODY>
26380 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
26382 List of personal print commands.
26384 Use the Setup/Printer screen to modify this variable.
26386 <UL>   
26387 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26388 </UL><P>
26389 &lt;End of help on this topic&gt;
26390 </BODY>
26391 </HTML>
26392 ====== h_config_pat_old =====
26393 <HTML>
26394 <HEAD>
26395 <TITLE>OPTION: Patterns</TITLE>
26396 </HEAD>
26397 <BODY>
26398 <H1>OPTION: Patterns</H1>
26400 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
26401 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
26402 and Patterns-Other.
26403 Patterns-Scores and Patterns-Filters have been replaced since then by
26404 Patterns-Scores2 and Patterns-Filters2.
26406 Use the Setup/Rules screens to modify these variable.
26408 <UL>   
26409 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26410 </UL><P>
26411 &lt;End of help on this topic&gt;
26412 </BODY>
26413 </HTML>
26414 ====== h_config_pat_roles =====
26415 <HTML>
26416 <HEAD>
26417 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
26418 </HEAD>
26419 <BODY>
26420 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
26422 List of rules used for roles.
26423 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
26424 other options.
26426 Use the Setup/Rules/Roles screen to modify this variable.
26428 <UL>   
26429 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26430 </UL><P>
26431 &lt;End of help on this topic&gt;
26432 </BODY>
26433 </HTML>
26434 ====== h_config_pat_filts =====
26435 <HTML>
26436 <HEAD>
26437 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
26438 </HEAD>
26439 <BODY>
26440 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
26442 List of rules used for filters.
26444 Use the Setup/Rules/Filters screen to modify this variable.
26446 <UL>   
26447 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26448 </UL><P>
26449 &lt;End of help on this topic&gt;
26450 </BODY>
26451 </HTML>
26452 ====== h_config_pat_scores =====
26453 <HTML>
26454 <HEAD>
26455 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
26456 </HEAD>
26457 <BODY>
26458 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
26460 List of rules used for scoring.
26462 Use the Setup/Rules/SetScores screen to modify this variable.
26464 <UL>   
26465 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26466 </UL><P>
26467 &lt;End of help on this topic&gt;
26468 </BODY>
26469 </HTML>
26470 ====== h_config_pat_other =====
26471 <HTML>
26472 <HEAD>
26473 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
26474 </HEAD>
26475 <BODY>
26476 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
26478 List of rules used for miscellaneous configuration.
26480 Use the Setup/Rules/Other screen to modify this variable.
26482 <UL>   
26483 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26484 </UL><P>
26485 &lt;End of help on this topic&gt;
26486 </BODY>
26487 </HTML>
26488 ====== h_config_pat_incols =====
26489 <HTML>
26490 <HEAD>
26491 <TITLE>OPTION: patterns-indexcolors</TITLE>
26492 </HEAD>
26493 <BODY>
26494 <H1>OPTION: patterns-indexcolors</H1>
26496 List of rules used for coloring lines in the index.
26498 Use the Setup/Rules/Indexcolor screen to modify this variable.
26500 <UL>   
26501 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26502 </UL><P>
26503 &lt;End of help on this topic&gt;
26504 </BODY>
26505 </HTML>
26506 ====== h_config_pat_srch =====
26507 <HTML>
26508 <HEAD>
26509 <TITLE>OPTION: patterns-search</TITLE>
26510 </HEAD>
26511 <BODY>
26512 <H1>OPTION: patterns-search</H1>
26514 List of rules used only for searching with the Select command in the MESSAGE INDEX.
26516 Use the Setup/Rules/searCh screen to modify this variable.
26518 <UL>   
26519 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26520 </UL><P>
26521 &lt;End of help on this topic&gt;
26522 </BODY>
26523 </HTML>
26524 ====== h_config_font_name =====
26525 <HTML>
26526 <HEAD>
26527 <TITLE>OPTION: Font Name</TITLE>
26528 </HEAD>
26529 <BODY>
26530 <H1>OPTION: Font Name</H1>
26532 PC-Alpine only.
26534 Name of normal font.
26536 Use the pulldown Config menu to modify this variable.
26538 <UL>   
26539 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26540 </UL><P>
26541 &lt;End of help on this topic&gt;
26542 </BODY>
26543 </HTML>
26544 ====== h_config_font_size =====
26545 <HTML>
26546 <HEAD>
26547 <TITLE>OPTION: Font Size</TITLE>
26548 </HEAD>
26549 <BODY>
26550 <H1>OPTION: Font Size</H1>
26552 PC-Alpine only.
26554 Size of normal font.
26556 Use the pulldown Config menu to modify this variable.
26558 <UL>   
26559 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26560 </UL><P>
26561 &lt;End of help on this topic&gt;
26562 </BODY>
26563 </HTML>
26564 ====== h_config_font_style =====
26565 <HTML>
26566 <HEAD>
26567 <TITLE>OPTION: Font Style</TITLE>
26568 </HEAD>
26569 <BODY>
26570 <H1>OPTION: Font Style</H1>
26572 PC-Alpine only.
26574 Style of normal font.
26576 Use the pulldown Config menu to modify this variable.
26578 <UL>   
26579 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26580 </UL><P>
26581 &lt;End of help on this topic&gt;
26582 </BODY>
26583 </HTML>
26584 ====== h_config_font_char_set =====
26585 <HTML>
26586 <HEAD>
26587 <TITLE>OPTION: Font Character Set</TITLE>
26588 </HEAD>
26589 <BODY>
26590 <H1>OPTION: Font Character Set</H1>
26592 PC-Alpine only.
26594 Character set of normal font.
26596 Use the pulldown Config menu to modify this variable.
26598 <UL>   
26599 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26600 </UL><P>
26601 &lt;End of help on this topic&gt;
26602 </BODY>
26603 </HTML>
26604 ====== h_config_print_font_name =====
26605 <HTML>
26606 <HEAD>
26607 <TITLE>OPTION: Print-Font-Name</TITLE>
26608 </HEAD>
26609 <BODY>
26610 <H1>OPTION: Print-Font-Name</H1>
26612 PC-Alpine only.
26614 Name of printer font.
26616 Use the pulldown Config menu to modify this variable.
26618 <UL>   
26619 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26620 </UL><P>
26621 &lt;End of help on this topic&gt;
26622 </BODY>
26623 </HTML>
26624 ====== h_config_print_font_size =====
26625 <HTML>
26626 <HEAD>
26627 <TITLE>OPTION: Print-Font-Size</TITLE>
26628 </HEAD>
26629 <BODY>
26630 <H1>OPTION: Print-Font-Size</H1>
26632 PC-Alpine only.
26634 Size of printer font.
26636 Use the pulldown Config menu to modify this variable.
26638 <UL>   
26639 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26640 </UL><P>
26641 &lt;End of help on this topic&gt;
26642 </BODY>
26643 </HTML>
26644 ====== h_config_print_font_style =====
26645 <HTML>
26646 <HEAD>
26647 <TITLE>OPTION: Print-Font-Style</TITLE>
26648 </HEAD>
26649 <BODY>
26650 <H1>OPTION: Print-Font-Style</H1>
26652 PC-Alpine only.
26654 Style of printer font.
26656 Use the pulldown Config menu to modify this variable.
26658 <UL>   
26659 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26660 </UL><P>
26661 &lt;End of help on this topic&gt;
26662 </BODY>
26663 </HTML>
26664 ====== h_config_print_font_char_set =====
26665 <HTML>
26666 <HEAD>
26667 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
26668 </HEAD>
26669 <BODY>
26670 <H1>OPTION: Print-Font-Char-Set</H1>
26672 PC-Alpine only.
26674 Character set of printer font.
26676 Use the pulldown Config menu to modify this variable.
26678 <UL>   
26679 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26680 </UL><P>
26681 &lt;End of help on this topic&gt;
26682 </BODY>
26683 </HTML>
26684 ====== h_config_window_position =====
26685 <HTML>
26686 <HEAD>
26687 <TITLE>OPTION: Window-Position</TITLE>
26688 </HEAD>
26689 <BODY>
26690 <H1>OPTION: Window-Position</H1>
26692 PC-Alpine only.
26694 Position on the screen of the Alpine window.
26696 Alpine normally maintains this variable itself, and it is set automatically. 
26697 This variable is provided to those who wish to use the same window position 
26698 across different machines from the same configuration.
26699 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
26700 must also be set for this setting to be used.
26702 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
26703 C is the number of columns, R is the number of rows, and X and Y specify the
26704 top left corner of the window.
26706 <UL>   
26707 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26708 </UL><P>
26709 &lt;End of help on this topic&gt;
26710 </BODY>
26711 </HTML>
26712 ====== h_config_cursor_style =====
26713 <HTML>
26714 <HEAD>
26715 <TITLE>OPTION: Cursor Style</TITLE>
26716 </HEAD>
26717 <BODY>
26718 <H1>OPTION: Cursor Style</H1>
26720 PC-Alpine only.
26722 Cursor style.
26724 Use the pulldown Config menu to modify this variable.
26726 <UL>   
26727 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26728 </UL><P>
26729 &lt;End of help on this topic&gt;
26730 </BODY>
26731 </HTML>
26732 ====== h_config_ldap_servers =====
26733 <HTML>
26734 <HEAD>
26735 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
26736 </HEAD>
26737 <BODY>
26738 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
26740 List of LDAP servers and associated data.
26742 Use the Setup/Directory screen to modify this variable.
26744 <UL>   
26745 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26746 </UL><P>
26747 &lt;End of help on this topic&gt;
26748 </BODY>
26749 </HTML>
26750 ====== h_config_sendmail_path =====
26751 <HTML>
26752 <HEAD>
26753 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
26754 </HEAD>
26755 <BODY>
26756 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
26758 This names the path to an
26759 alternative program, and any necessary arguments, to be used in posting
26760 mail messages. See the Technical notes for more information.
26762 <UL>   
26763 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26764 </UL><P>
26765 &lt;End of help on this topic&gt;
26766 </BODY>
26767 </HTML>
26768 ====== h_config_oper_dir =====
26769 <HTML>
26770 <HEAD>
26771 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
26772 </HEAD>
26773 <BODY>
26774 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
26776 This names the root of the
26777 tree to which you are restricted when reading and writing folders and
26778 files. It is usually used in the system-wide,
26779 <EM>fixed</EM> configuration file.
26781 <UL>   
26782 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26783 </UL><P>
26784 &lt;End of help on this topic&gt;
26785 </BODY>
26786 </HTML>
26787 ====== h_config_rshpath =====
26788 <HTML>
26789 <HEAD>
26790 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
26791 </HEAD>
26792 <BODY>
26793 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
26795 Sets the name of the command used to open a UNIX remote shell
26796 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
26798 <UL>   
26799 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26800 </UL><P>
26801 &lt;End of help on this topic&gt;
26802 </BODY>
26803 </HTML>
26804 ====== h_config_rshcmd =====
26805 <HTML>
26806 <HEAD>
26807 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
26808 </HEAD>
26809 <BODY>
26810 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
26812 Sets the format of the command used to
26813 open a UNIX remote shell connection. The default is
26814 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
26815 provided command. The first is for the command's pathname, the second is
26816 for the host to connect to, the third is for the user to connect as, and
26817 the fourth is for the connection method (typically <CODE>imap</CODE>).
26819 <UL>   
26820 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26821 </UL><P>
26822 &lt;End of help on this topic&gt;
26823 </BODY>
26824 </HTML>
26825 ====== h_config_sshpath =====
26826 <HTML>
26827 <HEAD>
26828 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
26829 </HEAD>
26830 <BODY>
26831 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
26833 Sets the name of the command used to open a UNIX secure shell
26834 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
26836 <UL>   
26837 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26838 </UL><P>
26839 &lt;End of help on this topic&gt;
26840 </BODY>
26841 </HTML>
26842 ====== h_config_sshcmd =====
26843 <HTML>
26844 <HEAD>
26845 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
26846 </HEAD>
26847 <BODY>
26848 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
26850 Sets the format of the command used to
26851 open a UNIX secure shell connection. The default is
26852 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
26853 provided command. The first is for the command's pathname, the second is
26854 for the host to connect to, the third is for the user to connect as, and
26855 the fourth is for the connection method (typically <CODE>imap</CODE>).
26857 <UL>   
26858 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26859 </UL><P>
26860 &lt;End of help on this topic&gt;
26861 </BODY>
26862 </HTML>
26863 ====== h_config_new_ver_quell =====
26864 <HTML>
26865 <HEAD>
26866 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
26867 </HEAD>
26868 <BODY>
26869 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
26871 When a new version of Alpine is run for the first time it offers a
26872 special explanatory screen to the user upon startup.  This option
26873 helps control when and if that special screen appears for users that
26874 have previously run Alpine.  It takes as its value an Alpine version
26875 number.  Alpine versions less than the specified value will suppress this
26876 special screen while versions equal to or greater than that specified
26877 will behave normally.
26879 <UL>   
26880 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26881 </UL><P>
26882 &lt;End of help on this topic&gt;
26883 </BODY>
26884 </HTML>
26885 ====== h_config_disable_drivers =====
26886 <HTML>
26887 <HEAD>
26888 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
26889 </HEAD>
26890 <BODY>
26891 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
26893 This variable is a list of mail drivers that will be disabled.
26894 The candidates for disabling are listed below.
26895 There may be more in the future if you compile Alpine with
26896 a newer version of the c-client library.
26899 <UL>
26900 <LI> mbox
26901 <LI> mbx
26902 <LI> mh
26903 <LI> mmdf
26904 <LI> mtx
26905 <LI> mx
26906 <LI> news
26907 <LI> phile
26908 <LI> tenex
26909 <LI> unix
26910 </UL>
26913 The <EM>mbox</EM> driver enables the following behavior: if there is a
26914 file called <CODE>mbox</CODE>
26915 in your home directory, and if that file is either empty or in Unix mailbox
26916 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
26917 will automatically transfer mail from the system mail spool directory into the
26918 <CODE>mbox</CODE> file and
26919 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
26920 this will not happen.
26923 It is not recommended to disable the driver that supports the system default
26924 mailbox format. On most non-SCO systems, that driver is the
26925 <EM>unix</EM> driver.
26926 On most SCO systems, it is the <EM>mmdf</EM> driver.
26927 The system default driver may be
26928 configured to something else on your system; check with your system manager
26929 for additional information.
26932 It is most likely not very useful for you to disable any of the drivers other
26933 than possibly <EM>mbox</EM>.
26934 You could disable some of the others if you know for
26935 certain that you don't need them but the performance gain in doing so
26936 is very modest.
26938 <UL>   
26939 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26940 </UL><P>
26941 &lt;End of help on this topic&gt;
26942 </BODY>
26943 </HTML>
26944 ====== h_config_disable_auths =====
26945 <HTML>
26946 <HEAD>
26947 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
26948 </HEAD>
26949 <BODY>
26950 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
26952 This variable is a list of SASL (Simple Authentication and Security
26953 Layer) authenticators that will be disabled.
26954 SASL is a mechanism for
26955 authenticating to IMAP, POP3, SMTP, and other network servers.
26958 Alpine matches its list of supported authenticators with the server to
26959 determine the most secure authenticator that is supported by both.
26960 If no matching authenticators are found, Alpine will revert to plaintext
26961 login (or, in the case of SMTP, will be unable to authenticate at all).
26963 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
26966 Normally, you will not disable any authenticators.
26967 There are two exceptions:
26969 <OL>
26970 <LI> You use a broken server that advertises an authenticator,
26971 but does not actually implement it.
26972 <LI> You have a Kerberos-capable version of Alpine and the server is
26973 also Kerberos-capable, but you can not obtain Kerberos
26974 credentials on the server machine, thus you desire to disable
26975 GSSAPI (which in turn disables Alpine's Kerberos support).
26976 </OL>
26978 It is never necessary to disable authenticators, since Alpine will try
26979 other authenticators before giving up.
26980 However, disabling the relevant authenticator avoids annoying error messages.
26982 <UL>   
26983 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26984 </UL><P>
26985 &lt;End of help on this topic&gt;
26986 </BODY>
26987 </HTML>
26988 ====== h_config_encryption_range =====
26989 <HTML>
26990 <HEAD>
26991 <TITLE>OPTION: <!--#echo var="VAR_encryption-protocol-range"--></TITLE>
26992 </HEAD>
26993 <BODY>
26994 <H1>OPTION: <!--#echo var="VAR_encryption-protocol-range"--></H1>
26996 This option sets a range of encryption protocols that can be attempted when
26997 Alpine will try to establish a secure connection using the SSL or TLS
26998 protocols.
27001 Before a secure connection to an external server is established, Alpine and the
27002 server will attempt to negotiate a secure connection. This part is known as the
27003 &quot;ClientHello&quot;. At that time Alpine will announce the version of
27004 encryption that it would like to establish. The server can reject that, and announce
27005 a different version of encryption. Once both the server and Alpine have found
27006 a version of encryption that they both agree on, they will both use it to start
27007 a secure connection.
27010 The use of the /ssl parameter in the definition of the server will make Alpine
27011 attempt the highest encryption protocol that it can use, in agreement with the
27012 server. However, using this option, you will set limits to the versions of
27013 the protocols that are used. This would, for example, allow you to disable the use
27014 of ssl3, in favor of more modern protocols. 
27017 For purposes of this option, the protocols are sorted 
27018 as follows
27021 <CENTER>
27022 no_min < ssl3 < tls1 < tls1_1 < tls1_2 < tls1_3 < no_max
27023 </CENTER>
27026 For example, if you want to disable ssl3, all you have to do is to set the minimum 
27027 version to tls1, or any higher protocol. 
27029 <P>The name of the parameters used to configure this option is the same as the 
27030 parameters that are added to the definition of a server to make it a secure 
27031 connection, and they are listed above for your reference.
27034 The special values &quot;no_min&quot; and &quot;no_max&quot; do not set values
27035 for the minimum and maximum protocol versions, and Alpine will use the maximum
27036 and minimum values of encryption protocols built into your SSL library.
27039 <UL>   
27040 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27041 </UL><P>
27042 &lt;End of help on this topic&gt;
27043 </BODY>
27044 </HTML>
27045 ====== h_config_abook_metafile =====
27046 <HTML>
27047 <HEAD>
27048 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
27049 </HEAD>
27050 <BODY>
27051 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
27053 This is usually set by Alpine and is the name of a file
27054 that contains data about
27055 remote address books and remote configuration files.
27057 <UL>   
27058 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27059 </UL><P>
27060 &lt;End of help on this topic&gt;
27061 </BODY>
27062 </HTML>
27063 ====== h_config_composer_wrap_column =====
27064 <HTML>
27065 <HEAD>
27066 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
27067 </HEAD>
27068 <BODY>
27069 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
27072 This option specifies an aspect of Alpine's Composer.  This gives the
27073 maximum width that auto-wrapped lines will have.  It's also the maximum
27074 width of lines justified using the <A HREF="h_compose_justify">^J
27075 Justify</A> command.  The normal default
27076 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
27077 in order to
27078 prevent very long lines from being sent in outgoing mail.  When the mail
27079 is actually sent, trailing spaces will be stripped off of each line.
27082 <UL>   
27083 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27084 </UL><P>
27085 &lt;End of help on this topic&gt;
27086 </BODY>
27087 </HTML>
27088 ====== h_config_deadlets =====
27089 <HTML>
27090 <HEAD>
27091 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
27092 </HEAD>
27093 <BODY>
27094 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
27097 This option affects Alpine's behavior when you cancel a message being
27098 composed.  Alpine's usual behavior is to write the canceled message to
27099 a file named 
27100 <!--chtml if pinemode="os_windows"-->
27101 &quot;DEADLETR&quot;,
27102 <!--chtml else-->
27103 &quot;dead.letter&quot; in your home directory,
27104 <!--chtml endif-->
27105 overwriting any previous message.
27107 If you set this option to a value higher than one, then that many copies
27108 of dead letter files will be saved.
27109 For example, if you set this option to &quot;3&quot; then you may have
27110 files named
27111 <!--chtml if pinemode="os_windows"-->
27112 &quot;DEADLETR&quot;,
27113 &quot;DEADLETR2&quot;, and
27114 &quot;DEADLETR3&quot;.
27115 <!--chtml else-->
27116 &quot;dead.letter&quot;,
27117 &quot;dead.letter2&quot;, and
27118 &quot;dead.letter3&quot; in your home directory.
27119 <!--chtml endif-->
27120 In this example, the most recently cancelled message will be in
27121 <!--chtml if pinemode="os_windows"-->
27122 &quot;DEADLETR&quot;,
27123 <!--chtml else-->
27124 &quot;dead.letter&quot;,
27125 <!--chtml endif-->
27126 and the third most recently cancelled message will be in
27127 <!--chtml if pinemode="os_windows"-->
27128 &quot;DEADLETR3&quot;.
27129 <!--chtml else-->
27130 &quot;dead.letter3&quot;.
27131 <!--chtml endif-->
27132 The fourth most recently cancelled message will no longer be saved.
27135 If you set this option to zero, then NO record of canceled messages is
27136 maintained.
27138 If the feature
27139 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
27140 is set, that overrides whatever you set for this option.
27141 If this option had existed at the time, then the Quell feature would not
27142 have been added, but it is still there for backwards compatibility.
27143 So, in order for this option to have the desired effect, make sure the
27144 Quell feature is turned off.
27147 <UL>   
27148 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27149 </UL><P>
27150 &lt;End of help on this topic&gt;
27151 </BODY>
27152 </HTML>
27153 ====== h_config_maxremstream =====
27154 <HTML>
27155 <HEAD>
27156 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
27157 </HEAD>
27158 <BODY>
27159 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
27161 This option affects low-level behavior of Alpine.
27162 The default value for this option is <EM>3</EM>.
27163 If your INBOX is accessed using the IMAP protocol
27164 from an IMAP server, that connection is kept open throughout the
27165 duration of your Alpine session, independent of the value of this option.
27166 The same is true of any 
27167 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
27168 you have defined.
27169 This option controls Alpine's behavior when connecting to remote IMAP folders
27170 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
27171 It specifies the maximum number of remote IMAP connections (other than
27172 those mentioned above) that Alpine will use for accessing the rest of your
27173 folders.
27174 If you set this option to zero, you will turn off most remote connection
27175 re-use.
27176 It's difficult to understand exactly what this option does, and it is usually
27177 fine to leave it set to its default value.
27178 It is probably more likely that you will be interested in setting the
27179 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
27180 instead of changing the value of this option.
27181 A slightly longer explanation of what is going on with this option
27182 is given in the next paragraphs.
27185 There are some time costs involved in opening and closing remote IMAP 
27186 folders, the main costs being the time you have to wait for the connection
27187 to the server and the time for the folder to open.
27188 Opening a folder may involve not only the time the server takes to do its
27189 processing but time that Alpine uses to do filtering.
27190 These times can vary widely.
27191 They depend on how loaded the server is, how large
27192 the folder being opened is, and how you set up filtering, among other things.
27193 Once Alpine has opened a connection to a particular folder, it will attempt
27194 to keep that connection open in case you use it again.
27195 In order to do this,
27196 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
27197 this option) IMAP connections you have allotted for this purpose.
27199 For example, suppose the value of this option is set to &quot;2&quot;.
27200 If your INBOX is accessed on a remote server using the IMAP protocol, that
27201 doesn't count as one of the remote connections but it is always kept open.
27202 If you then open another IMAP folder, that would be your first
27203 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
27204 If you open a third folder the second will be left open, in case you
27205 return to it.
27206 You won't be able to tell it has been left open.
27207 It will appear to be closed when you leave the folder but the connection
27208 will remain in the background.
27209 Now suppose you go back to the second folder (the first folder after the
27210 INBOX).
27211 A connection to that folder is still open so you won't have to wait
27212 for the startup time to open it.
27213 Meanwhile, the connection to the third folder will be left behind.
27214 Now, if you open a fourth folder, you will bump into the
27215 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
27216 than INBOX and you have the option set to &quot;2&quot;.
27217 The connection that is being used for
27218 the third folder will be re-used for this new fourth folder.
27219 If you go back to the third folder after this, it is no longer already
27220 connected when you get there.
27221 You'll still save some time since Alpine will re-use the connection to the
27222 fourth folder and you have already logged in on that connection,
27223 but the folder will have to be re-opened from scratch.
27225 If a folder is large and the startup cost is dominated by the time it takes
27226 to open that folder or to run filters on it, then it will pay to make the
27227 value of this option large enough to keep it open.
27228 On the other hand, if you only revisit a handful of folders or if
27229 the folders are small, then it might
27230 make more sense to keep this number small so that the reconnect
27231 time (the time to start up a new connection and authenticate)
27232 is eliminated instead.
27234 You may also need to consider the impact on the server.
27235 On the surface, a larger number here may cause a larger impact on the
27236 server, since you will have more connections open to the server.
27237 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
27238 associated with reopening a folder, but the <EM>server</EM> will be
27239 avoiding those costs as well.
27241 When twenty five minutes pass without any active use of an IMAP connection
27242 being saved for possible re-use, that connection will be shut down,
27245 <UL>   
27246 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27247 </UL><P>
27248 &lt;End of help on this topic&gt;
27249 </BODY>
27250 </HTML>
27251 ====== h_config_permlocked =====
27252 <HTML>
27253 <HEAD>
27254 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
27255 </HEAD>
27256 <BODY>
27257 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
27259 This option affects low-level behavior of Alpine.
27260 There is no default value for this option.
27261 It is related to the options
27262 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
27263 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
27264 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
27267 Note: changes made to this list take effect the next time you open a
27268 folder in the list.
27271 This is a list of folders that will be permanently kept open once they
27272 are first opened.
27273 The names in this list may be either the nickname of an Incoming folder
27274 or the full technical specification of a folder.
27275 The folders in this list need not be remote IMAP folders, they could usefully
27276 be local folders, as well.
27277 If a folder in the list is a newsgroup or is not accessed either locally
27278 or via IMAP, then the entry will be ignored.
27279 For example, folders accessed via NNTP or POP3 will not be kept open, since
27280 the way that new mail is found with those protocols involves closing and
27281 reopening the connection.
27283 Once a Stay Open folder has been opened, new-mail checking will continue
27284 to happen on that folder for the rest of the Alpine session.
27285 Your INBOX is always implicitly included in this Stay-Open list and doesn't
27286 need to be added explicitly.
27288 Another difference that you may notice between a Stay Open folder and a
27289 non-Stay Open folder is which message is selected as the current message
27290 when you enter the folder index.
27291 Normally, the starting position for an incoming folder (which most Stay Open
27292 folders will likely be) is controlled by the
27293 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
27294 However, if a folder is a Stay Open folder, when you re-enter the folder
27295 after the first time the current message will be the same as it was when
27296 you left the folder.
27297 An exception is made if you use the TAB command to get to the folder.
27298 In that case, the message number will be incremented by one from what it
27299 was when you left the folder.
27301 The above special behavior is thought to be useful.
27302 However, it is special and different from what you might at first expect.
27303 The feature
27304 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
27305 may be used to turn off this special treatment.
27307 If the message that was current when you left the folder no longer exists,
27308 then the regular startup rule will be used instead.
27311 <UL>   
27312 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27313 </UL><P>
27314 &lt;End of help on this topic&gt;
27315 </BODY>
27316 </HTML>
27317 ====== h_config_viewer_overlap =====
27318 <html>
27319 <header>
27320 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
27321 </header>
27322 <body>
27323 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
27325 This option specifies an aspect of Alpine's Message Viewing screen.  When
27326 the space bar is used to page forward in a message, the number of lines
27327 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
27328 bottom of the screen.  That is, if this was set to two lines, then the
27329 bottom two lines of the screen would be repeated on the top of the next
27330 screen.  The normal default value is "2".<p>
27331 <UL>   
27332 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27333 </UL><P>
27334 &lt;End of help on this topic&gt;
27335 </body>
27336 </html>
27337 ====== h_config_scroll_margin =====
27338 <HTML>
27339 <HEAD>
27340 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
27341 </HEAD>
27342 <BODY>
27343 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
27345 This option controls when Alpine's line-by-line scrolling occurs.
27346 Typically, when a selected item is at the top or bottom screen edge
27347 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
27348 displayed items are scrolled down or up by a single line.
27351 This option allows you to tell Alpine the number of lines from the top and
27352 bottom screen edge that line-by-line paging should occur.  For example,
27353 setting this value to one (1) will cause Alpine to scroll the display
27354 vertically when you move to select an item on the display's top or
27355 bottom edge.
27358 By default, this variable is zero, indicating that scrolling happens
27359 when you move up or down to select an item immediately off the display's
27360 top or bottom edge.
27363 <UL>   
27364 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27365 </UL><P>
27366 &lt;End of help on this topic&gt;
27367 </BODY>
27368 </HTML>
27369 ====== h_config_wordseps =====
27370 <HTML>
27371 <HEAD>
27372 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
27373 </HEAD>
27374 <BODY>
27375 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
27377 This option affects how a &quot;word&quot; is defined in the composer.
27378 The definition of a word is used when using the Forward Word and Backward
27379 Word commands in the composer, as well as when using the spell checker.
27380 Whitespace is always considered a word separator.
27381 Punctuation (like question marks, periods, commas, and so on) is always
27382 a word separator if it comes at the end of a word.
27383 By default, a punctuation character that is in the middle of a word does
27384 not break up that word as long as the character before and the character
27385 after it are both alphanumeric.
27386 If you add a character to this option it will be considered a
27387 word separator even when it occurs in the middle of an alphanumeric word.
27388 For example, if you want to skip through each part of an address instead
27389 of skipping the whole address at once you might want to include &quot;@&quot;
27390 and &quot;.&quot; in this list.
27391 If you want the word-skipper to stop on each part of a UNIX filename you
27392 could add &quot;/&quot; to the list.
27393 The equal sign and dash are other possibilities you might find helpful.
27395 <UL>   
27396 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27397 </UL><P>
27398 &lt;End of help on this topic&gt;
27399 </BODY>
27400 </HTML>
27401 ====== h_config_reply_indent_string =====
27402 <HTML>
27403 <HEAD>
27404 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
27405 </HEAD>
27406 <BODY>
27407 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
27409 This option specifies an aspect of Alpine's Reply command.
27410 When a message is replied to and the text of the message is included, the
27411 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
27412 to each line indicating it is quoted text.
27413 (In case you haven't seen this before, &quot;string&quot; is a technical term
27414 that means chunk of text.)
27417 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
27418 in 1999 and its wide-spread adoption since then, you will usually be better off if you
27419 use one of the standard values,
27420 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
27423 This option specifies a different value for that string.
27424 If you wish to use a string that begins or ends with a space,
27425 enclose the string in double quotes.
27428 Besides simple text, the prepended string can be based
27429 on the message being replied to.
27430 The following tokens are substituted for the message's corresponding value:
27432 <DL>
27433 <DT>_FROM_</DT>
27434 <DD>This token gets replaced with the message sender's &quot;username&quot;.
27435 If the name is longer than six characters, only the first six characters are
27436 used.
27437 </DD>
27439 <DT>_NICK_</DT>
27440 <DD>This token gets replaced with the nickname of the message sender's
27441 address as found in your addressbook.
27442 If no addressbook entry is found,
27443 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
27444 If the nickname is longer than six characters, only the first six characters are
27445 used.
27446 </DD>
27448 <DT>_INIT_</DT>
27449 <DD>This token gets replaced with the initials of the sender of the message.
27450 </DD>
27452 </DL>
27454 NOTE: When the
27455 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
27456 feature is enabled, you are given the opportunity to edit the string, whether 
27457 it is the default or one automatically generated using the above tokens.
27459 If you change your <!--#echo var="VAR_reply-indent-string"-->
27460 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
27461 quoted text will not be flowed
27462 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
27463 when you reply.
27464 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
27465 set to the default value.
27467 <UL>   
27468 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27469 </UL><P>
27470 &lt;End of help on this topic&gt;
27471 </BODY>
27472 </HTML>
27473 ====== h_config_quote_replace_string =====
27474 <HTML>
27475 <HEAD>
27476 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
27477 </HEAD>
27478 <BODY>
27479 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
27481 This option specifies what string to use as a quote when <b>viewing</b> a
27482 message.  The standard way of quoting messages when replying is the string
27483 &quot;&gt;&nbsp;&quot; (quote space).
27484 With this variable set, viewing a message will
27485 replace occurrences of 
27486 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
27487 This setting works best when
27488 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
27489 or the equivalent setting in your correspondents' mail programs
27490 is set to the default
27491 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
27492 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
27494 By default, this setting will only work on messages that are flowed, which is
27495 the default way of sending messages for many mail clients including
27496 Alpine.  Enable the feature
27497 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
27498 to also have quote-replacement performed on non-flowed messages.
27501 Setting this option will replace  &quot;&gt;&quot; and 
27502 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
27503 spaces. To preserve those spaces enclose the full string in double quotes.
27505 No padding to separate the text of the message from the quote string is
27506 added. This means that if you do not add trailing spaces to the value of
27507 this variable, text will be displayed right next to the quote string,
27508 which may be undesirable. This can be avoided by adding a new string
27509 separated by a space from your selection of quote string replacement. This
27510 last string will be used for padding. For example, setting this variable to 
27511 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
27512 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
27513 a space from the last quote string to make it more readable.
27515 One possible setting for this variable could be
27516 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
27517 would have the effect of indenting each level of quoting four spaces and
27518 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
27519 more discernible by setting colors for quoted text.
27521 Replying to or forwarding the viewed message will preserve the original
27522 formatting of the message, so quote-replacement will not be performed on
27523 messages that are being composed.
27525 <UL>   
27526 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27527 </UL><P>
27528 &lt;End of help on this topic&gt;
27529 </BODY>
27530 </HTML>
27531 ====== h_config_empty_hdr_msg =====
27532 <HTML>
27533 <HEAD>
27534 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
27535 </HEAD>
27536 <BODY>
27537 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
27539 When sending, if both the To and Cc fields are empty and you
27540 are sending the message to a Bcc,
27541 Alpine will put a special address in the To line.  The default value is:
27544 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
27547 The reason for this is to avoid embarrassment caused by some Internet
27548 mail transfer software that interprets a &quot;missing&quot;
27549 <SAMP>To:</SAMP> header as an error and replaces it with an
27550 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
27551 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
27552 Bcc.  You may change the part of this message that comes before the
27553 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
27554 variable to something else.
27557 The normal default is &quot;undisclosed-recipients&quot;.
27560 <UL>   
27561 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27562 </UL><P>
27563 &lt;End of help on this topic&gt;
27564 </BODY>
27565 </HTML>
27566 ====== h_config_status_msg_delay =====
27567 <HTML>
27568 <HEAD>
27569 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
27570 </HEAD>
27571 <BODY>
27572 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
27574 This option has evolved over time, causing the possible values to be
27575 counter-intuitive.
27576 Read carefully before you set this option.
27577 First we explain what the option does, then there is a longer discussion
27578 following that.
27580 If this is set to zero, the default value, it has <EM>no</EM> effect.
27581 Positive and negative values serve two similar, but different purposes.
27583 If it is set to a positive number, it causes the cursor to move to the
27584 status line whenever a status message is printed and pause there for this
27585 many seconds.
27586 It will probably only be useful if the 
27587 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
27588 also turned on.
27589 Setting this option to a positive number can only be used to
27590 <EM>increase</EM> the status message delay.
27591 This may be useful for Braille displays, or other non-traditional displays.
27593 If it is set to a negative number the interpretation is a bit complicated.
27594 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
27595 allow you to read important status messages.
27596 Of course, this may cause you to miss some important messages.
27597 If you see a message flash by but miss what it says you can use the
27598 Journal command from the MAIN MENU to read it.
27599 If you set this option to a negative value, the delay will be
27600 no more than one second less than the absolute value
27601 of the value you set.
27602 So if you set it to -1, the delay will be no more than zero seconds, no
27603 delay at all.
27604 If you set it to -2, the delay will be no more than 1 second.
27605 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
27606 If the delay that Alpine would have used by default is less than this delay,
27607 then the smaller delay set by Alpine will be used.
27608 Setting this option to a negative value can only reduce the amount of
27609 delay, never increase it.
27611 Here is a more detailed explanation.
27612 Status messages are the messages that show up spontaneously in the
27613 status message line, usually the third line from the bottom of the screen.
27614 By default, Alpine assigns each status message it produces a minimum
27615 display time.
27616 Some status messages have a minimum display time of zero.
27617 You can see an example of such a message by paging up in this help text
27618 until you reach the top of the screen.
27619 If you try to page past the top you will see the message
27621 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
27623 in the status line.
27624 If there is another more important use of the status message line this message
27625 might be replaced quickly, or it even might not be shown at all.
27626 However, if there is no reason to get rid of the message, it might stay
27627 there for several seconds while you read the help.
27628 An example where it is replaced immediately happens when you page up in
27629 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
27630 command right after paging up.
27631 The message will disappear immediately without causing a delay (unless you
27632 have set this option to a positive value) to allow you to type input for
27633 the &quot;WhereIs&quot; command.
27634 Since it isn't a very important message, Alpine has set its minimum display
27635 time to zero seconds.
27637 Other messages have minimum display times of three or more seconds.
27638 These are usually error messages that Alpine thinks you ought to see.
27639 For example, it might be a message about a failed Save or a failed folder open.
27640 It is often the case that this minimum display time won't delay you in
27641 any way because the status message line is not needed for another reason.
27642 However, there are times when Alpine has to delay what it is doing in
27643 order to display a status message for the minimum display time.
27644 This happens when a message is being displayed and Alpine wants to ask
27645 for input from the keyboard.
27646 For example, when you Save a message you use the status message line.
27647 You get a prompt there asking for the name of the folder to save to.
27648 If there is a status message being displayed that has not
27649 yet displayed for its minimum
27650 time Alpine will display that status message surrounded with the characters
27651 &gt; and &lt; to show you that it is delaying.
27652 That might happen, for example, if you tried to save to a folder that
27653 caused an error, then followed that immediately with another Save command.
27654 You might find yourself waiting for a status message like
27656 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
27658 to finish displaying for three seconds.
27659 If that is something you find happening to you frequently, you may use
27660 negative values of this option to decrease or eliminate that delay, at
27661 the risk of missing the message.
27663 <UL>   
27664 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27665 </UL><P>
27666 &lt;End of help on this topic&gt;
27667 </BODY>
27668 </HTML>
27669 ====== h_config_active_msg_interval =====
27670 <HTML>
27671 <HEAD>
27672 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
27673 </HEAD>
27674 <BODY>
27675 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
27677 When Alpine is delayed for some reason it usually shows that
27678 something is happening with a small animated display in the status
27679 message line near the bottom of the screen.
27680 This option sets how frequently the characters (for example, a spinning bar)
27681 in the active status message lines are updated.
27682 At most, it can be set to be updated 20 times per second. 
27685 Setting this value to zero will prevent display of the animations
27686 altogether.
27689 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
27690 can be used to remove the randomness from this animated display.
27693 <UL>   
27694 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27695 </UL><P>
27696 &lt;End of help on this topic&gt;
27697 </BODY>
27698 </HTML>
27699 ====== h_config_mailchecknoncurr =====
27700 <HTML>
27701 <HEADER>
27702 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
27703 </HEADER>
27704 <BODY>
27705 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
27707 This option is closely related to the
27708 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27709 option, as well as the
27710 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
27711 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
27712 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
27713 new-mail checking is disabled and this option will have no effect.
27715 Normally this option is set to zero, which means that the value used will be
27716 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
27717 If you set this option to a value different from zero
27718 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
27719 then that is the check interval that will be used
27720 for folders that are not the currently open folder or the INBOX.
27721 You may not even have any folders that are noncurrent and not the INBOX.
27722 If you do, it is likely that they are due to
27723 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
27724 you have configured.
27725 This option also affects the rate of mail checking done on cached
27726 connections to folders you previously had open but are no longer actively
27727 using.
27728 You aren't expected to understand that last sentence, but if you are interested
27729 take a look at
27730 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
27731 and the related options.
27733 <UL>   
27734 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27735 </UL><P>
27736 &lt;End of help on this topic&gt;
27737 </BODY>
27738 </HTML>
27739 ====== h_config_fifopath =====
27740 <HTML>
27741 <HEADER>
27742 <TITLE>OPTION: NewMail FIFO Path</TITLE>
27743 </HEADER>
27744 <BODY>
27745 <H1>OPTION: NewMail FIFO Path</H1>
27747 This option is only available in UNIX Alpine.
27748 However, there is a very similar feature built in to PC-Alpine.
27749 In PC-Alpine's Config menu at the top of the screen
27750 is an option called &quot;New Mail Window&quot;.
27752 You may have Alpine create a FIFO special file (also called a named pipe) where
27753 it will send a one-line message each time a new message is received in
27754 the current folder, the INBOX, or any open
27755 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
27756 To protect against two different Alpines both writing to the same FIFO, Alpine
27757 will only create the FIFO and write to it if it doesn't already exist.
27759 A possible way to use this option would be to have a separate window
27760 on your screen running the command
27762 <CENTER><SAMP>cat filename</SAMP></CENTER>
27764 where &quot;filename&quot; is the name of the file given for this option.
27765 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
27766 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
27767 You may be tempted to use &quot;tail -f filename&quot; to view the new
27768 mail log.
27769 However, the common implementations of the tail command will not do what you
27770 are hoping.
27772 The width of the messages produced for the FIFO may be altered with the
27773 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
27775 On some systems, fifos may only be created in a local filesystem.
27776 In other words, they may not be in NFS filesystems.
27777 This requirement is not universal.
27778 If the system you are using supports it, it should work.
27779 (It is often the case that your home directory is in an NFS filesystem.
27780 If that is the case, you might try using a file in the &quot;/tmp&quot;
27781 filesystem, which is usually a local filesystem.)
27782 Even when it is possible to use an NFS-mounted filesystem as a place to name
27783 the fifo (for example, your home directory), it will still be the case that
27784 the reader (probably the &quot;cat&quot; command) and the
27785 writer (Alpine) of the fifo must be running on the same system.
27787 <UL>   
27788 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27789 </UL><P>
27790 &lt;End of help on this topic&gt;
27791 </BODY>
27792 </HTML>
27793 ====== h_config_newmailwidth =====
27794 <HTML>
27795 <HEADER>
27796 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
27797 </HEADER>
27798 <BODY>
27799 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
27801 For UNIX Alpine, this option is only useful if you have turned on the
27802 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
27803 That option causes new mail messages to be sent to a fifo file.
27804 Those messages will be 80 characters wide by default.
27805 You can change the width of those messages by changing this option.
27806 For example, if you are reading those messages in another window you might
27807 want to set this width to the width of that other window.
27809 If you are using PC-Alpine, it has an option in the Config menu to turn
27810 on the &quot;New Mail Window&quot;.
27811 This present option also controls the width of that window.
27813 <UL>   
27814 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27815 </UL><P>
27816 &lt;End of help on this topic&gt;
27817 </BODY>
27818 </HTML>
27819 ====== h_config_mailcheck =====
27820 <HTML>
27821 <HEADER>
27822 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
27823 </HEADER>
27824 <BODY>
27825 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
27827 This option specifies, in seconds,
27828 how often Alpine will check for new mail.
27829 If set to zero, new-mail checking is disabled.
27830 (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
27831 current message is the last message of the folder.)
27832 There is a minimum value for this option, normally 15 seconds.
27833 The default value is normally 150 seconds.
27834 The higher you set this option, the easier it is on the server.
27836 There are some situations where automatic new-mail checking does not work.
27837 See the discussion about new-mail checking in
27838 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
27840 The new-mail checking will not happen exactly at the frequency that you specify.
27841 For example, Alpine may elect to defer a non-INBOX mail check if you
27842 are busy typing.
27843 Or, it may check more frequently than you have specified if that is
27844 thought to be necessary to keep the server from closing the connection
27845 to the folder due to inactivity.
27846 If Alpine checks for new mail as a side effect of another command, it will reset
27847 the timer, so that new-mail checking may seem to happen irregularly instead of
27848 every X seconds like clockwork.
27850 If you are anxious to know about new mail as soon as possible, set the check
27851 interval low, and you'll know about the new mail by approximately
27852 that amount of time after it arrives.
27853 If you aren't so worried about knowing right away, set this option to a
27854 higher value.
27855 That will save the server some processing time and may save you some of
27856 the time you spend waiting for new-mail checks to happen if you are
27857 dealing with a slow server or slow network connection.
27859 If you suspect that new-mail checking is causing slow downs for you,
27860 you may want to look into the options
27861 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
27862 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
27863 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
27864 which refine when mail checking is done.
27866 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
27867 there is a minimum time
27868 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
27869 between new-mail checks.
27870 Because of this minimum you may notice that new mail does not
27871 appear promptly when you expect it.
27872 The reason for this is to protect the server from over-zealous opening and
27873 closing of the Mail Drop folder, since that is a costly operation.
27875 <UL>   
27876 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27877 </UL><P>
27878 &lt;End of help on this topic&gt;
27879 </BODY>
27880 </HTML>
27881 ====== h_config_quell_checks_comp =====
27882 <HTML>
27883 <HEAD>
27884 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
27885 </HEAD>
27886 <BODY>
27887 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
27889 This option is closely related to the
27890 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27891 option, the
27892 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
27893 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
27895 If this option is set, then the normal new-mail checking that happens
27896 while you are composing will not happen for folders other than your
27897 INBOX (which depends on the setting
27898 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
27900 You might want to set this option if you are experiencing delays while
27901 composing that you think might be related to the speed of the new-mail
27902 checks.
27904 Even with this option turned on, an occasional new-mail check may be done
27905 in order to keep the server from killing the connection to the folder.
27906 For example, IMAP servers may remove a connection to a folder if there
27907 has been no activity on the connection for 30 minutes or more.
27908 Instead of letting that happen, Alpine will check for new mail before the
27909 30 minutes is up even though you have turned on this feature to quell
27910 those checks.
27912 Besides new-mail checks, checkpoint operations on the folders
27913 will also be quelled when you set this option.
27914 The purpose of checkpointing is to write the changes to a folder out to
27915 disk periodically in order to avoid losing those changes when system or
27916 software problems occur.
27917 New-mail checking and checkpointing while you are not composing are not
27918 affected by this option.
27921 &lt;End of help on this topic&gt;
27922 </BODY>
27923 </HTML>
27924 ====== h_config_quell_checks_comp_inbox =====
27925 <HTML>
27926 <HEAD>
27927 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
27928 </HEAD>
27929 <BODY>
27930 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
27932 This option is closely related to the
27933 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27934 option, the
27935 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
27936 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
27938 If this option is set, then the normal new-mail checking that happens
27939 while you are composing will not happen for your INBOX.
27940 Checking of other folders is controlled in a similar way with the
27941 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
27943 You might want to set this option if you are experiencing delays while
27944 composing that you think might be related to the speed of the new-mail
27945 checks.
27947 Even with this option turned on, an occasional new-mail check may be done
27948 in order to keep the server from killing the connection to the folder.
27949 For example, IMAP servers may remove a connection to a folder if there
27950 has been no activity on the connection for 30 minutes or more.
27951 Instead of letting that happen, Alpine will check for new mail before the
27952 30 minutes is up even though you have turned on this feature to quell
27953 those checks.
27955 Besides new-mail checks, checkpoint operations on the INBOX
27956 will also be quelled when you set this option.
27957 The purpose of checkpointing is to write the changes to a folder out to
27958 disk periodically in order to avoid losing those changes when system or
27959 software problems occur.
27960 New-mail checking and checkpointing while you are not composing are not
27961 affected by this option.
27963 &lt;End of help on this topic&gt;
27964 </BODY>
27965 </HTML>
27966 ====== h_config_maildropcheck =====
27967 <HTML>
27968 <HEADER>
27969 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
27970 </HEADER>
27971 <BODY>
27972 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
27974 New-mail checking for a
27975 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
27976 mail checking for a regular folder.
27977 One of the differences is that the connection to the Mail Drop is not
27978 kept open and so the cost of checking
27979 (delay for you and additional load for the server) may be significant.
27980 Because of this additional cost we set a minimum time that
27981 must pass between checks.
27982 This minimum only applies to the automatic checking done by Alpine.
27983 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
27984 at the end of a folder index, then the check is done right away.
27986 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
27987 new-mail checks.
27988 You may want to set this minimum high in order to avoid experiencing some
27989 of the delays associated with the checks.
27990 Note that the time between checks is still controlled by the regular
27991 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
27992 When Alpine is about to do an automatic check for new mail (because
27993 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
27994 new-mail check
27995 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
27996 the Mail Drop is checked for new mail as well.
27997 Therefore, it is only useful to set this option to a value that is higher
27998 than the <!--#echo var="VAR_mail-check-interval"-->.
28000 If this option is set to zero, automatic Mail Drop new-mail
28001 checking is disabled.
28002 There is a minimum value, normally 60 seconds.
28003 The default value is normally 60 seconds as well.
28004 This applies to the INBOX and to the currently open folder if that is
28005 different from the INBOX.
28008 <UL>   
28009 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28010 </UL><P>
28011 &lt;End of help on this topic&gt;
28012 </BODY>
28013 </HTML>
28014 ====== h_config_nntprange =====
28015 <HTML>
28016 <HEADER>
28017 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
28018 </HEADER>
28019 <BODY>
28020 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
28022 This option applies only to newsgroups accessed using the NNTP protocol.
28023 It does not, for example,
28024 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
28027 When you open a connection to a News server using the NNTP protocol, you
28028 normally have access to all of the articles in each newsgroup.
28029 If a server keeps a large backlog of messages it may speed performance
28030 some to restrict attention to only the newer messages in a group.
28031 This option allows you to set how many article numbers should be checked
28032 when opening a newsgroup.
28033 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
28034 of messages you ever want to see.
28035 For example, if you only ever wanted to look at the last 500 messages in each
28036 newsgroup you could set this option to 500.
28037 In actuality, it isn't quite that.
28038 Instead, for performance reasons, it specifies the range of article
28039 numbers to be checked, beginning
28040 with the highest numbered article and going backwards from there.
28041 If there are messages that have been canceled or deleted
28042 their article numbers are still counted as part of the range.
28044 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
28045 numbers
28046 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
28048 to be considered when reading a newsgroup.
28049 The number of messages that show up in your index will be less than or equal
28050 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
28053 The purpose of this option is simply to speed up access when reading news.
28054 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
28055 numbers, and can avoid downloading any information about the ignored articles.
28056 There is a cost you pay for this speedup.
28057 That cost is that there is no way for you to see those ignored articles.
28058 The articles that come before the range you specify are invisible to you and
28059 to Alpine, as if they did not exist at all.
28060 There is no way to see those messages using, for example, an unexclude command
28061 or something similar.
28062 The only way to see those articles is to set this option high enough (or
28063 set it to zero) and then to reopen the newsgroup.
28066 If this option is set to 0 (which is also the default),
28067 then the range is unlimited.
28068 This option applies globally to all NNTP servers and to all newsgroups
28069 on those servers.
28070 There is no way to set different values for different newsgroups or servers.
28073 <UL>   
28074 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28075 </UL><P>
28076 &lt;End of help on this topic&gt;
28077 </BODY>
28078 </HTML>
28079 ====== h_config_news_active =====
28080 <html>
28081 <header>
28082 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
28083 </header>
28084 <body>
28085 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
28087 This option tells Alpine where to look for the "active file" for newsgroups
28088 when accessing news locally, rather than via NNTP.  The default path is
28089 usually "/usr/lib/news/active".<p>
28090 <UL>   
28091 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28092 </UL><P>
28093 &lt;End of help on this topic&gt;
28094 </body>
28095 </html>
28096 ====== h_config_news_spool =====
28097 <html>
28098 <header>
28099 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
28100 </header>
28101 <body>
28102 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
28104 This option tells Alpine where to look for the "news spool" for newsgroups
28105 when accessing news locally, rather than via NNTP.  The default path is
28106 usually "/var/spool/news".<p>
28107 <UL>   
28108 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28109 </UL><P>
28110 &lt;End of help on this topic&gt;
28111 </body>
28112 </html>
28113 ====== h_config_image_viewer =====
28114 <html>
28115 <header>
28116 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
28117 </header>
28118 <body>
28119 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
28120 <body>
28121 This option specifies the program Alpine should call to view MIME
28122 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
28123 no longer needed, but remains for backward compatibility.  The more
28124 general method for associating external printing and viewing programs with
28125 specific MIME data types is to use the system's (or your personal)
28126 "mailcap" configuration file.<p>
28127 <UL>   
28128 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28129 </UL><P>
28130 &lt;End of help on this topic&gt;
28131 </body>
28132 </html>
28133 ====== h_config_domain_name =====
28134 <HTML>
28135 <HEAD>
28136 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
28137 </HEAD>
28138 <BODY>
28139 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
28141 This option is used only if the 
28142 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
28143 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
28144 strips the hostname from your return (&quot;From&quot;) address and when 
28145 completing unqualified addresses that you enter into the composer.
28147 If you set this, see also the <A HREF="h_config_quell_local_lookup">
28148 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
28151 <!--chtml if pinemode="os_windows"-->
28152 <P>This option is not applicable to PC-Alpine.
28153 <!--chtml else-->
28155 <!--chtml endif-->
28156 <UL>
28157 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28158 </UL>
28160 &lt;End of help on this topic&gt;
28161 </BODY>
28162 </HTML>
28163 ====== h_config_prune_date =====
28164 <HTML>
28165 <HEAD>
28166 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
28167 </HEAD>
28168 <BODY>
28169 <H1>OPTION: Last-Time-Prune Question</H1>
28171 This value records the last time you were asked about deleting old
28172 sent-mail.
28173 It is set automatically by Alpine at the beginning of each month.
28174 In the past, if you wished to suppress the monthly sent-mail
28175 pruning feature, you could set this to a date in the future.
28176 This value is relative to the year 1900, so 
28177 to set this, for example, to October 2005, use 105.10.
28179 You can still do that if you wish, or you can use the
28180 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
28181 a little more convenient to use.
28183 <UL>   
28184 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28185 </UL><P>
28186 &lt;End of help on this topic&gt;
28187 </BODY>
28188 </HTML>
28189 ====== h_config_goto_default =====
28190 <HTML>
28191 <HEAD>
28192 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
28193 </HEAD>
28194 <BODY>
28195 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
28197 This value affects Alpine's behavior when you use the Goto command.
28198 Alpine's usual behavior has two parts.  If your current folder is
28199 &quot;Inbox&quot;, Alpine will offer the last open folder as the
28200 default.  If the current folder is other than &quot;Inbox&quot;,
28201 &quot;Inbox&quot; is offered as the default.
28204 The available options include:
28206 <DL>
28208  <DT>folder-in-first-collection</DT>
28210  <DD> Alpine will offer the most recently visited folder in the default
28211 collection found in the &quot;Collection List&quot; screen as the default.
28212 </DD>
28214  <DT> inbox-or-folder-in-first-collection</DT>
28216  <DD> If the current folder is &quot;Inbox&quot;,
28217 Alpine will offer the most recently visited folder in the
28218 default collection found in the &quot;Collection List&quot; screen.
28219 If the current folder is other than &quot;Inbox&quot;,
28220 &quot;Inbox&quot; is offered as the default.
28221 </DD>
28223  <DT> inbox-or-folder-in-recent-collection</DT>
28225  <DD> This is Alpine's default behavior.
28226 If the current folder is &quot;Inbox&quot;,
28227 Alpine will offer the last open
28228 folder as the default.
28229 If the current folder is other than &quot;Inbox&quot;,
28230 &quot;Inbox&quot; is offered as the default.
28231 </DD>
28233  <DT> first-collection-with-inbox-default</DT>
28235  <DD> Instead of offering the most recently visited folder in the default
28236 collection, the default collection is offered but with &quot;Inbox&quot; as
28237 the default folder.
28238 If you type in a folder name it will be in the default collection.
28239 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
28240 </DD>
28242  <DT> most-recent-folder</DT>
28244  <DD> The last accepted value simply causes the most recently opened
28245 folder to be offered as the default regardless of the currently opened
28246 folder.
28247 </DD>
28248 </DL>
28251 NOTE: The default while a newsgroup is open remains the same; the last
28252 open newsgroup.
28255 <UL>   
28256 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28257 </UL><P>
28258 &lt;End of help on this topic&gt;
28259 </BODY>
28260 </HTML>
28261 ====== h_config_thread_lastreply_char =====
28262 <HTML>
28263 <HEAD>
28264 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
28265 </HEAD>
28266 <BODY>
28267 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
28269 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
28270 INDEX display when using a
28271 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
28272 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
28273 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
28274 The value of this option is a single character.
28275 This character is used instead of the vertical line character when there are
28276 no more replies directly to the parent of the current message.
28277 It can be used to &quot;round-off&quot; the bottom of the vertical line
28278 by setting it to a character such as a backslash (&#92;) or
28279 a backquote (&#96;).
28280 The default value of this option is the backslash character (&#92;).
28281 This option may not be set to the Empty Value.
28282 In that case, the default will be used instead.
28285 <UL>   
28286 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28287 </UL><P>
28288 &lt;End of help on this topic&gt;
28289 </BODY>
28290 </HTML>
28291 ====== h_config_thread_indicator_char =====
28292 <HTML>
28293 <HEAD>
28294 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
28295 </HEAD>
28296 <BODY>
28297 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
28299 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
28300 INDEX display when using a
28301 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
28302 than &quot;none&quot; and sorting by Threads or OrderedSubject.
28303 The value of this option is a single character.
28304 This character is used to indicate that part of a thread (a conversation) is
28305 hidden beneath a message.
28306 The message could be expanded
28307 if desired with the &quot;/&quot; Collapse/Expand command.
28308 By default, the value of this option is the greater than sign (&gt;).
28310 If this option is set to the Empty Value, then the column (and the following
28311 blank column) will be deleted from the display.
28314 This option is closely related to the
28315 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
28316 Another similar option that affects the thread display is the
28317 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
28320 <UL>   
28321 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28322 </UL><P>
28323 &lt;End of help on this topic&gt;
28324 </BODY>
28325 </HTML>
28326 ====== h_config_thread_exp_char =====
28327 <HTML>
28328 <HEAD>
28329 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
28330 </HEAD>
28331 <BODY>
28332 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
28334 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
28335 INDEX display when using a
28336 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
28337 than &quot;none&quot;.
28338 The value of this option is a single character.
28339 This character is used to indicate that part of a thread has been expanded
28340 and could be collapsed if desired with
28341 the &quot;/&quot; Collapse/Expand command.
28342 By default, the value of this option is a dot (.).
28344 If this option is set to the Empty Value, then the column (and the following
28345 blank column) will be deleted from the display.
28348 This option is closely related to the
28349 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
28350 Another similar option that affects the thread display is the
28351 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
28354 <UL>   
28355 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28356 </UL><P>
28357 &lt;End of help on this topic&gt;
28358 </BODY>
28359 </HTML>
28360 ====== h_config_thread_index_style =====
28361 <HTML>
28362 <HEAD>
28363 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
28364 </HEAD>
28365 <BODY>
28366 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
28368 When a folder is sorted by Threads or OrderedSubject,
28369 this option will affect the INDEX displays.
28372 The possible values for this option are:
28374 <DL>
28375 <DT>regular-index-with-expanded-threads</DT>
28376 <DD>This is the default display.
28377 If the configuration option
28378 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
28379 is set to something other than &quot;none&quot;, then this setting
28380 will cause Alpine to start off with a MESSAGE INDEX with all of
28381 the threads expanded.
28382 That is, each message will have a line in the MESSAGE INDEX display.
28383 The Collapse/Expand command (/) may be used to manually collapse or
28384 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
28386 This setting affects the display when the folder is first threaded.
28387 The collapsed state may also be re-initialized by re-sorting the folder manually
28388 using the SortIndex command ($).
28389 After re-sorting the threads will once again all be expanded, even if you
28390 have previously collapsed some of them.
28392 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
28393 the display will be the regular default Alpine MESSAGE INDEX, but sorted
28394 in a different order.
28395 </DD>
28397 <DT>regular-index-with-collapsed-threads</DT>
28398 <DD>If the configuration option
28399 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
28400 is set to something other than &quot;none&quot;, then this setting
28401 will cause Alpine to start out with all of the threads collapsed instead of
28402 starting out with all of the threads expanded.
28403 The Collapse/Expand command (/) may be used to manually collapse or
28404 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
28406 This setting affects the display when the folder is first threaded.
28407 The collapsed state may also be re-initialized by re-sorting the folder manually
28408 using the SortIndex command ($).
28409 After re-sorting the threads will once again all be collapsed, even if you
28410 have previously expanded some of them.
28411 </DD>
28413 <DT>separate-index-screen-always</DT>
28414 <DD>With this setting and the next, you will see an index of threads
28415 instead of an
28416 index of messages, provided you have sorted by Threads or OrderedSubject.
28418 The THREAD INDEX contains a '*' in the first column if any message in the thread
28419 is marked Important.
28420 If not, it contains a '+' if any message in the thread is to you.
28421 The second column is blank. The third column contains a 'D' if all of the
28422 messages in the thread are deleted.
28423 Otherwise, it contains an 'N' if any of the messages in the thread are New.
28425 When you view a particular thread from the THREAD INDEX you will be
28426 in the MESSAGE INDEX display
28427 but the index will only contain messages from the thread you are viewing.
28428 </DD>
28430 <DT>separate-index-screen-except-for-single-messages</DT>
28431 <DD>This is very similar to the option above.
28432 When you are in the THREAD INDEX, one of the available commands
28433 is &quot;ViewThd&quot;.
28434 With the setting &quot;separate-index-screen-always&quot; (the option above)
28435 when you view a particular thread you will be in the
28436 MESSAGE INDEX display and the index will only contain messages from
28437 the thread you are viewing.
28438 If the thread you are viewing consists of a single message, the MESSAGE INDEX
28439 will be an index with only one message in it.
28440 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
28441 setting instead, then that index that contains a single message
28442 will be skipped and you will go directly from the THREAD INDEX into the
28443 MESSAGE TEXT screen.
28444 </DD>
28446 </DL>
28449 <UL>   
28450 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28451 </UL><P>
28452 &lt;End of help on this topic&gt;
28453 </BODY>
28454 </HTML>
28455 ====== h_config_thread_disp_style =====
28456 <HTML>
28457 <HEAD>
28458 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
28459 </HEAD>
28460 <BODY>
28461 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
28463 When a folder is sorted by Threads or OrderedSubject,
28464 this option will affect the MESSAGE INDEX display.
28465 By default, Alpine will display the MESSAGE INDEX in the
28466 &quot;show-thread-structure&quot; style if a folder is sorted
28467 by Threads or OrderedSubject.
28470 The possible values for this option are:
28472 <DL>
28473 <DT>none</DT>
28474 <DD>Regular index display.
28475 The same index line as would be displayed without threading is used.
28476 The only difference will be in the order of the messages.
28477 </DD>
28479 <DT>show-thread-structure</DT>
28480 <DD>Threaded Subjects will be indented and vertical bars and horizontal
28481 lines will be added to make it easier to see the relationships among
28482 the messages in a thread (a conversation).
28483 </DD>
28485 <DT>mutt-like</DT>
28486 <DD>This is the same as the option above except that the Subject
28487 is suppressed (is blank) if it matches the previous Subject in the thread.
28488 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
28489 Here is an example of what a mutt-like index might look like.
28490 In this example, the first column represents the message number, the
28491 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
28492 is set to &quot;regular-index-with-expanded-threads&quot;, and the
28493 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
28494 is set to a backslash:
28495 <PRE>
28496 &nbsp;&nbsp;&nbsp;1    Some topic
28497 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
28498 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
28499 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
28500 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
28501 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
28502 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
28503 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
28504 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
28505 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
28506 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
28507 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
28508 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
28509 &nbsp;&nbsp;&nbsp;14    Next topic
28510 </PRE>
28511 </DD>
28513 <DT>indent-subject-1</DT>
28514 <DD>Threaded Subjects will be indented one space per level of the conversation.
28515 The bars and lines that show up in the show-thread-structure display will
28516 not be there with this style.
28517 </DD>
28519 <DT>indent-subject-2</DT>
28520 <DD>Same as above but indent two spaces per level instead of one space.
28521 </DD>
28523 <DT>indent-from-1</DT>
28524 <DD>Similar to indent-subject-1, except that instead of indenting the
28525 Subject field one space the From field of a thread will be indented one
28526 space per level of the conversation.
28527 </DD>
28529 <DT>indent-from-2</DT>
28530 <DD>Same as above but indent two spaces per level instead of one space.
28531 </DD>
28533 <DT>show-structure-in-from</DT>
28534 <DD>The structure of the thread is illustrated with indenting, vertical bars,
28535 and horizontal lines just like with the show-thread-structure option, but
28536 the From field is used to show the relationships instead of the Subject field. 
28537 </DD>
28539 </DL>
28542 <UL>   
28543 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28544 </UL><P>
28545 &lt;End of help on this topic&gt;
28546 </BODY>
28547 </HTML>
28548 ====== h_config_pruning_rule =====
28549 <HTML>
28550 <HEAD>
28551 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
28552 </HEAD>
28553 <BODY>
28554 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
28556 By default, Alpine will ask at the beginning of each month whether or not
28557 you want to rename your sent-mail folder to a name like sent-mail-month-year.
28558 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
28559 change the format of the folder to sent-mail-yyyy-mm.)
28560 It will also ask whether you would like to delete old sent-mail folders.
28561 If you have defined
28562 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
28564 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
28565 Alpine will also ask about pruning those folders.
28568 With this option you may provide an automatic answer to these questions.
28569 The default value is to ask you what you'd like to do.
28572 The six possible values for this option are:
28574 <DL>
28575 <DT>ask about rename, ask about deleting</DT>
28576 <DD>This is the default.
28577 Alpine will ask whether you want to rename the folders and whether you
28578 want to delete each of the old folders.
28579 </DD>
28581 <DT>ask about rename, don't delete</DT>
28582 <DD>Alpine will ask whether you want to rename the folders, but won't
28583 ask about or delete old folders.
28584 </DD>
28586 <DT>always rename, ask about deleting</DT>
28587 <DD>This means you want to always answer yes and have Alpine automatically
28588 rename the folder if possible.
28589 You will also be asked about deleting old folders.
28590 </DD>
28592 <DT>always rename, don't delete</DT>
28593 <DD>This means you want to always answer yes and have Alpine automatically
28594 rename the folder if possible.
28595 There will be no deleting of old folders.
28596 </DD>
28598 <DT>don't rename, ask about deleting</DT>
28599 <DD>This means you want to always answer no.
28600 Alpine will not rename the folder.
28601 You will be asked about deleting old folders.
28602 </DD>
28604 <DT>don't rename, don't delete</DT>
28605 <DD>This means you want to always answer no.
28606 Alpine will not rename the folder.
28607 There will be no deleting of old folders, either.
28608 </DD>
28609 </DL>
28612 <UL>   
28613 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28614 </UL><P>
28615 &lt;End of help on this topic&gt;
28616 </BODY>
28617 </HTML>
28618 ====== h_config_reopen_rule =====
28619 <HTML>
28620 <HEAD>
28621 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
28622 </HEAD>
28623 <BODY>
28624 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
28626 Alpine normally checks for new mail in the currently open folder
28627 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
28630 There are some situations where automatic new-mail checking does not work.
28631 For example, if a mail folder is opened using the POP protocol or a newsgroup
28632 is being read using the NNTP protocol, then new-mail checking is disabled.
28635 It may be possible to check for new mail in these cases by reopening the
28636 folder.
28637 Alpine does not do this for you automatically, but you may do the commands
28638 manually to cause this to happen.
28639 You reopen by going back to the folder list screen from the message
28640 index screen with the &quot;&lt;&quot; command,
28641 and then going back into the message index screen with
28642 the &quot;&gt;&quot; command.
28643 (Actually, any method you would normally use to open a folder will work the
28644 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
28645 For example, the GoTo Folder command will work, or you may use L to go to the
28646 Folder List screen and Carriage Return to reopen the folder.)
28649 There are some cases where Alpine knows that reopening the folder should
28650 be useful as a way to discover new mail.
28651 At the time of this writing, connections made using the POP protocol,
28652 news reading using the NNTP protocol, local news reading, and local
28653 ReadOnly folders that are in the traditional UNIX or the MMDF format all
28654 fall into this category.
28655 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
28656 has no way of knowing, so it might also just be an exercise in futility.
28657 All remote, ReadOnly folders other than those listed just above fall into this
28658 category.
28659 The setting of this option together with the type of folder
28660 controls how Alpine will react to the apparent attempt to reopen a folder.
28663 If you don't reopen, then you will just be back in
28664 the message index with no change.
28665 You left the index and came back, but the folder remained &quot;open&quot;
28666 the whole time.
28667 However, if you do reopen the folder, the folder is closed and then reopened.
28668 In this case, the current state of the open folder is lost.
28669 The New status, Important and Answered flags,
28670 selected state, Zoom state, collapsed or expanded state of threads,
28671 current message number,
28672 and any other temporary state is all lost when the reopen happens.
28673 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
28676 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
28677 several places.
28678 That really implies the case where Alpine knows it is a good way to discover
28679 new mail, which is more than just POP and NNTP, but POP and NNTP are
28680 the cases of most interest.
28681 This option probably has more possible values than it deserves. They are:
28683 <DL>
28684 <DT>Always reopen</DT>
28685 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
28686 whenever you type a command that implies a reopen, regardless of the
28687 access method.
28688 In other words, it is assumed you would always answer Yes if asked
28689 about reopening.
28690 </DD>
28692 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
28693 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
28694 will ask you whether to reopen other remote folders,
28695 with a default answer of Yes.
28696 </DD>
28698 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
28699 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
28700 will ask you whether to reopen other remote folders,
28701 with a default answer of No.
28702 </DD>
28704 <DT>Yes for POP/NNTP, No for other remote</DT>
28705 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
28706 will assume a No answer for all other remote folders.
28707 </DD>
28709 <DT>Always ask [Yes]</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 Yes.
28712 </DD>
28714 <DT>Always ask [No]</DT>
28715 <DD>Alpine will not differentiate based on access method.
28716 It will always ask for all remote folders, with a default answer of No.
28717 </DD>
28719 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
28720 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
28721 of Yes.
28722 It will never attempt to reopen other remote folders.
28723 </DD>
28725 <DT>Ask about POP/NNTP [No], No for other remote</DT>
28726 <DD>This is the default.
28727 Alpine will ask if the access method is POP or NNTP, with a default answer
28728 of No.
28729 It will never attempt to reopen other remote folders.
28730 </DD>
28732 <DT>Never reopen</DT>
28733 <DD>Alpine will never attempt to reopen already open folders.
28734 </DD>
28735 </DL>
28738 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
28739 any of the other situations where it is likely that reopening is a good way
28740 to discover new mail.
28743 There is an alternative that may be of useful in some situations.
28744 Instead of manually checking for new mail you can set up a
28745 <A HREF="h_maildrop">Mail Drop</A>
28746 and automatically check for new mail.
28749 <UL>   
28750 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28751 </UL><P>
28752 &lt;End of help on this topic&gt;
28753 </BODY>
28754 </HTML>
28755 ====== h_config_inc_startup =====
28756 <HTML>
28757 <HEAD>
28758 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
28759 </HEAD>
28760 <BODY>
28761 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
28763 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
28764 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
28765 It determines which message will be the <EM>current message</EM> when
28766 the folder is first opened.
28767 The default value is &quot;first-unseen&quot;.
28770 The seven possible values for this option are:
28772 <DL>
28773 <DT>first-unseen</DT>
28774 <DD>The current message is set to the first
28775 unseen message that has not been marked deleted, or the last message if
28776 all of the messages have been seen previously.
28777 Messages which have not been seen or which have been seen but re-marked
28778 as New are considered unseen messages.
28779 See the note at the bottom of this help about newsgroups.
28780 </DD>
28782 <DT>first-recent</DT>
28783 <DD>Similar to the default, but rather than starting on the first
28784 unseen message Alpine starts on the first <EM>recent</EM> message.
28785 A message is recent if it arrived since the last time the folder was
28786 open.  This value causes the current message to be set to the first
28787 recent message if there is one, otherwise to the last
28788 message in the folder.
28789 </DD>
28791 <DT>first-important</DT>
28792 <DD>This will result in the current message being set to the first
28793 message marked Important (but not Deleted).
28794 If no messages are marked Important, then it will be the last message.
28795 Messages are marked Important by <EM>you</EM>, not by the sender, using
28797 <A HREF="h_common_flag">Flag command</A>.
28798 Or they may be marked Important by an Alpine
28799 <A HREF="h_mainhelp_filtering">Filter</A>
28800 that you have set up.
28801 </DD>
28803 <DT>first-important-or-unseen</DT>
28804 <DD>This selects the first of the first unseen and the first important
28805 messages.
28806 </DD>
28808 <DT>first-important-or-recent</DT>
28809 <DD>This selects the first of the first recent and the first important
28810 messages.
28811 </DD>
28813 <DT>first</DT>
28814 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
28815 If all messages are deleted you start on the last message.
28816 </DD>
28818 <DT>last</DT>
28819 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
28820 If all messages are deleted you start on the last message.
28821 </DD>
28822 </DL>
28825 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
28826 &quot;first-recent&quot; are the same and are affected by whether or not the
28827 feature 
28828 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
28829 is turned on. 
28830 Also, there is no permanent storage in news for an Important flag.
28831 This means that no messages will be marked Important when a newsgroup is
28832 first opened.
28835 <UL>   
28836 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28837 </UL><P>
28838 &lt;End of help on this topic&gt;
28839 </BODY>
28840 </HTML>
28841 ====== h_config_browser =====
28842 <HTML>
28843 <HEAD>
28844 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
28845 </HEAD>
28846 <BODY>
28847 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
28848 <!--chtml if pinemode="os_windows"-->
28849 PC-Alpine users do not need to enter anything here, unless:<UL>
28850 <LI> they want to override, for use with Alpine, the application defined
28851 in the Windows operating system for handling URLs; or
28852 <LI> they are (planning on) using the same configuration file with 
28853 Unix Alpine.
28854 </UL>
28856 Note that if using a viewer that has a space in its path, you should
28857 use the DOS name for that directory or file. Example:
28858 <PRE>
28859 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
28860 </PRE>
28861 <HR><P>
28862 <!--chtml endif-->
28863 This option affects Alpine's handling of URLs that are found in 
28864 messages you read.  Normally, only URLs Alpine can handle directly
28865 are automatically offered for selection in the &quot;Message
28866 Text&quot; screen.  When one or more applications
28867 capable of deciphering URLs on their command line are added here, Alpine
28868 will choose the first available to display URLs it cannot handle directly.
28869 A viewer's availability is based on its being specified with a <B>full
28870 directory path</B> and the evaluation of any optionally supplied
28871 parameters described below.
28874 Additionally, to support various connection methods and applications, each
28875 entry in this list can optionally begin with one or more of
28876 the following special tokens.  The allowed tokens include:
28879 <DL>
28880 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
28881 <DD>
28882 The <VAR>test-string</VAR> is a shell command that Alpine will run to
28883 evaluate a viewer's availability.  The command specified by the test
28884 string is run and if its resulting exit status is non-zero, Alpine will
28885 not consider the associated viewer for use.
28886 </DD>
28888 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
28889 <DD>
28890 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
28891 URL schemes that are to be used with the associated viewer.  This is
28892 the way to configure Alpine to recognize URLs other than the built-in set.
28894 It can also be used to override Alpine's built-in handlers.
28895 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
28896 and Alpine would use (provided it passed all other criteria) the associated
28897 viewer when it encountered a URL of the form &quot;news:comp.mail.pine&quot;.
28899 </DD>
28900 </DL>
28903 By default, Alpine will simply append a space character followed by the
28904 selected URL prior to launching the command in your specified SHELL.  You can
28905 optionally specify where in the command the selected URL should appear
28906 by using the &quot;_URL_&quot; token.  All occurrences found in the command
28907 will be replaced with the selected URL before the command is handed
28908 to the shell.  If such replacement occurs, the default appending of the
28909 selected URL does not take place.
28912 NOTE: If the viewer you specify has any command-line arguments,
28913 including the &quot;_URL_&quot; token, you will need to add a
28914 double-quote character before the command path and after the last
28915 argument (see the &quot;lynx&quot; example below).
28918 So, here are some example entries:
28919 <PRE>
28920 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/bin/firefox
28921               &quot;/usr/bin/lynx _URL_&quot;
28922               C:&#92;BIN&#92;FIREFOX.BAT
28923 </PRE>
28925 This example shows that for the first viewer in the list to be used
28926 the environment variable &quot;DISPLAY&quot; must be defined.  If it
28927 is, then the path and file &quot;/usr/bin/firefox&quot; must exist.
28928 If neither condition is met,
28929 then the path and file &quot;/usr/bin/lynx&quot; must exist.
28930 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL.
28931 If the path to &quot;lynx&quot; is invalid,
28932 then the final path and file C:&#92;BIN&#92;FIREFOX.BAT must exist.
28933 Note that the last
28934 entry is a DOS/Windows path.  This is one way to support Alpine running
28935 on more than one architecture with the same configuration file.<P>
28937 <!--chtml if pinemode="os_windows"-->
28938 <!--chtml else-->
28939 Note that depending on the type of browser used and the method of 
28940 its invocation (such as whether it will open in a separate window) from
28941 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
28942 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
28943 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
28944 In other words, launching the browser from Alpine may make Alpine 
28945 &quot;disappear&quot; (although it is still &quot;running&quot;)
28946 until you close the browser again.<P>  
28947 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
28948 environment: for advanced users and  systems administrators</A>
28949 </UL>
28950 <!--chtml endif-->
28951 <P>If you are unsure what browsers are available on your system or how to 
28952 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
28953 local computing support staff.
28954 <P><UL>
28955 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28956 </UL>
28958 &lt;End of help on this topic&gt;
28959 </BODY>
28960 </HTML>
28961 ====== h_config_history =====
28962 <HTML>
28963 <HEAD>
28964 <TITLE>OPTION: <!--#echo var="VAR_default-directories"--></TITLE>
28965 </HEAD>
28966 <BODY>
28967 <H1>OPTION: <!--#echo var="VAR_default-directories"--></H1>
28969 This option allows you to input a list of directories that Alpine will offer 
28970 for you to use when you are saving or exporting attachments. This is useful
28971 when navigating to specific directories becomes too tedious, or when you 
28972 need to do this on a daily basis, and want Alpine to remember this on a 
28973 permanent basis.
28975 The list of directories saved here can be accessed using the ^Y and ^V commands
28976 in the save prompt for attachments, or the export command.
28978 <P><UL>
28979 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28980 </UL>
28982 &lt;End of help on this topic&gt;
28983 </BODY>
28984 </HTML>
28985 ====== h_config_browser_xterm =====
28986 <HTML>
28987 <HEAD>
28988 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
28989 </HEAD>
28990 <BODY>
28991 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
28992 environment: for advanced users and  systems administrators</H1>
28993 If you are using Alpine with an X-terminal (emulator) and want to define an 
28994 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
28995 you may want to do so in a manner that causes any <B>already</B> 
28996 invoked viewer application to be used for viewing URLs you select from Alpine 
28997 messages, and a <B>new</B> URL-viewer process to be 
28998 started <B>only</B> if the same application has <B>not already</B> 
28999 been launched -- for one reason, to avoid file-locking contentions among 
29000 multiple invocations of the same URL-viewer application.  
29001 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
29002 option does not do this.)  A method of doing that would be:<OL>
29003 <LI> use 
29004 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
29005 check (using commands appropriate for your Unix shell
29006 in place of <VAR>test-string</VAR>) for the presence of a 
29007 lockfile created by the URL-viewer application -- which implies that the 
29008 application is already running, though this is not foolproof. 
29009 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
29010 application with its appropriate command line option(s) to 
29011 show the URL selected from the Alpine message in an already open window of 
29012 that application, or perhaps in a new window of that application.  
29014 <LI> In the 
29015 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
29016 application without those command line options, but this time using the 
29017 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
29018 is defined.
29019 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
29020 windows environment (for instance, using VT-100 terminal emulation), you 
29021 may wish to specify a non-X windows URL-viewer application such as Lynx
29022 as the last entry.
29023 </OL><BR>
29024 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
29025 the command shell, the URL-viewer application(s), and possibly the specific 
29026 version of the latter, you are using.  
29028 Relevant command line options for firefox can be found at
29031 <CENTER><A HREF="https://wiki.mozilla.org/Firefox/CommandLineOptions">https://wiki.mozilla.org/Firefox/CommandLineOptions</A></CENTER>
29033 <P>(If the URL-viewer application is 
29034 <B>not</B> running on the same host as Alpine, but being launched from an 
29035 applications server, you may not be able to use the command line options for 
29036 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
29037 <UL>   
29038 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29039 </UL><P>
29040 &lt;End of help on this topic&gt;
29041 </BODY>
29042 </HTML>
29043 ====== h_config_enable_full_hdr =====
29044 <HTML>
29045 <HEAD>
29046 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
29047 </HEAD>
29048 <BODY>
29049 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
29051 This feature enables the &quot;H Full Headers&quot; command which toggles between
29052 the display of all headers in the message and the normal edited view of
29053 headers.  The Full Header command also controls which headers are included
29054 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
29055 Full Header mode will respect the
29056 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
29057 feature setting.)
29059 If Full Header mode is turned on and you Forward a message, you will
29060 be asked if you'd like to forward the message as an attachment, as opposed
29061 to including the text of the message in the body of your new message.
29063 If you have also turned on the
29064 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
29065 option then the Full Headers command actually rotates through three states
29066 instead of just two.
29067 The first is the normal view with long quotes suppressed.
29068 The second is the normal view but with the long quotes included.
29069 The last enables the display of all headers in the message.
29070 When using Export, Pipe, Print, Forward, or Reply the quotes are
29071 never suppressed, so the first two states are identical.
29073 Normally, the Header Mode will reset
29074 to the default behavior when moving to a new message.
29075 The mode can be made to persist from message to message by setting the feature
29076 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
29078 <UL>   
29079 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29080 </UL><P>
29081 &lt;End of help on this topic&gt;
29082 </BODY>
29083 </HTML>
29084 ====== h_config_enable_full_hdr_and_text =====
29085 <HTML>
29086 <HEAD>
29087 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
29088 </HEAD>
29089 <BODY>
29090 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
29092 This feature affects how the &quot;H Full Headers&quot; command displays
29093 message text.  If set, the raw message text will be displayed.  This
29094 especially affects MIME formatted email, where the entire MIME format
29095 will be displayed.  This feature similarly affects how messages are
29096 included for the Export, Pipe, Print, Forward, and Reply functions.
29098 When viewing a raw message that has attachments with this feature set,
29099 you will not be able to view attachments without first leaving full 
29100 headers mode.  This is because MIME parsing is not done on the raw message.
29102 <UL>   
29103 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29104 </UL><P>
29105 &lt;End of help on this topic&gt;
29106 </BODY>
29107 </HTML>
29108 ====== h_config_enable_pipe =====
29109 <HTML>
29110 <HEAD>
29111 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
29112 </HEAD>
29113 <BODY>
29114 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
29116 This feature enables the "| Pipe" command that sends the current message
29117 to the specified command for external processing.
29120 A short description of how the pipe command works is given
29121 <A HREF="h_pipe_command">here</A>.
29124 <UL>   
29125 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29126 </UL><P>
29127 &lt;End of help on this topic&gt;
29128 </BODY>
29129 </HTML>
29130 ====== h_config_quell_full_hdr_reset =====
29131 <HTML>
29132 <HEAD>
29133 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
29134 </HEAD>
29135 <BODY>
29136 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
29138 The <A HREF="h_common_hdrmode">HdrMode Command</A>
29139 normally resets to the default state when switching to a new message.
29140 For example, if you've used the &quot;H&quot; command to turn on Full
29141 Headers for a message you are viewing, and then you type the Next command
29142 to look at the next message, the full headers will no longer be shown.
29143 Setting this feature disables that reset.
29144 Instead, the Header Mode remains the same from message to message.
29147 The presence or absence of the HdrMode command is determined by the
29148 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
29149 Feature-List option.
29151 <UL>   
29152 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29153 </UL><P>
29154 &lt;End of help on this topic&gt;
29155 </BODY>
29156 </HTML>
29157 ====== h_config_enable_tab_complete =====
29158 <HTML>
29159 <HEAD>
29160 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
29161 </HEAD>
29162 <BODY>
29163 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
29165 This feature enables the TAB key when at a prompt for a filename. In this
29166 case, TAB will cause the partial name already entered to be automatically
29167 completed, provided the partial name is unambiguous.
29168 This feature is on by default.
29170 Similarly, this feature also enables TAB completion of address book
29171 nicknames when at a prompt for a nickname,
29172 or when typing in an address field in the composer.
29174 &lt;End of help on this topic&gt;
29175 </BODY>
29176 </HTML>
29177 ====== h_config_quit_wo_confirm =====
29178 <HTML>
29179 <HEAD>
29180 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
29181 </HEAD>
29182 <BODY>
29183 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
29185 This feature controls whether or not Alpine will ask for confirmation when a
29186 Quit command is received.
29188 &lt;End of help on this topic&gt;
29189 </BODY>
29190 </HTML>
29191 ====== h_config_quote_replace_noflow =====
29192 <HTML>
29193 <HEAD>
29194 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
29195 </HEAD>
29196 <BODY>
29197 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
29199 This feature, which is only active when
29200 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
29201 also set,
29202 enables quote-replacement on non-flowed messages.  It is off
29203 by default because a non-flowed message is more dependent on its format,
29204 and thus quote-replacement may cause less-than-pleasing results.
29205 Setting this feature will cause quote-replacement similar to that of flowed
29206 messages, but with the added possibility of long lines being wrapped
29207 into new lines if the Quote-Replacement-String is longer than the string
29208 it is replacing, which is &quot;&gt;&nbsp;&quot;.
29210 &lt;End of help on this topic&gt;
29211 </BODY>
29212 </HTML>
29213 ====== h_config_enable_jump =====
29214 <HTML>
29215 <HEAD>
29216 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
29217 </HEAD>
29218 <BODY>
29219 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
29221 When this feature is set you may enter a number (followed by RETURN)
29222 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
29223 screens.  In other words, it obviates the need for typing the "J" for the
29224 Jump command.
29226 &lt;End of help on this topic&gt;
29227 </BODY>
29228 </HTML>
29229 ====== h_config_enable_alt_ed =====
29230 <HTML>
29231 <HEAD>
29232 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
29233 </HEAD>
29234 <BODY>
29235 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
29237 If this feature is set (the default), and the 
29238 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
29239 <B>is not</B> set, entering
29240 the ^_ (Ctrl-underscore) key while composing a message will prompt you
29241 for the name of the editor you would like to use.
29243 If the environment variable $EDITOR is set, its value will be offered as
29244 a default.
29246 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
29247 <B>is</B> set, the ^_ key will activate the specified
29248 editor without prompting, in which case it is not necessary to
29249 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
29251 <UL>   
29252 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29253 </UL><P>
29254 &lt;End of help on this topic&gt;
29255 </BODY>
29256 </HTML>
29257 ====== h_config_alt_ed_now =====
29258 <HTML>
29259 <HEAD>
29260 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
29261 </HEAD>
29262 <BODY>
29263 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
29265 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
29266 variable are both set, Alpine will
29267 automatically activate the specified editor when the cursor is moved from
29268 the header of the message being composed into the message text.  For
29269 replies, the alternate editor will be activated immediately.  If this
29270 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
29271 automatically ask for the name of an alternate editor when the cursor
29272 is moved out of the header being composed, or if a reply is being done.
29274 <P><UL>
29275 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29276 </UL>
29278 &lt;End of help on this topic&gt;
29279 </BODY>
29280 </HTML>
29281 ====== h_config_enable_bounce =====
29282 <HTML>
29283 <HEAD>
29284 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
29285 </HEAD>
29286 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
29287 <BODY>
29289 Setting this feature enables the "B Bounce" command, which will prompt
29290 for an address and *remail* the message to the new recipient.  This command
29291 is used to re-direct messages that you have received in error, or need to
29292 be redirected for some other reason (e.g. list moderation).  The final
29293 recipient will see a header indicating that you have Resent the msg, but
29294 the message's From: header will show the original author of the message,
29295 and replies to it will go back to that author, and not to you.
29297 &lt;End of help on this topic&gt;
29298 </BODY>
29299 </HTML>
29300 ====== h_config_enable_agg_ops =====
29301 <HTML>
29302 <HEAD>
29303 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
29304 </HEAD>
29305 <BODY>
29306 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
29308 When this feature is set you may use the commands and subcommands that relate to
29309 performing operations on more than one message at a time.  We call these
29310 &quot;aggregate operations&quot;.  In particular, the 
29311 <!--chtml if pinemode="function_key"-->&quot;F5
29312 <!--chtml else-->&quot;;
29313 <!--chtml endif--> Select&quot;, 
29315 <!--chtml if pinemode="function_key"-->
29316 &quot;F6
29317 <!--chtml else-->
29318 &quot;A 
29319 <!--chtml endif-->
29320 Apply&quot;, and 
29321 <!--chtml if pinemode="function_key"-->
29322 &quot;F4
29323 <!--chtml else-->
29324 &quot;Z 
29325 <!--chtml endif-->
29326 Zoom&quot; commands are enabled by this feature.  Select is used to
29327 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
29328 then be used to apply any message command to all of the selected/tagged
29329 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
29330 view between just those Selected and all messages in the folder.
29332 This feature also enables the 
29333 <!--chtml if pinemode="function_key"-->
29334 &quot;F7&quot; 
29335 <!--chtml else-->
29336 &quot;^X&quot; 
29337 <!--chtml endif-->
29339 subcommand in the MESSAGE INDEX 
29340 WhereIs command that causes all messages matching the WhereIs argument to 
29341 become selected; and the Select, Select Current, and ZoomMode commands in the
29342 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
29344 Some related help topics are
29345 <UL>
29346 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29347 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29348 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
29349 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
29350 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
29351 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29352 </UL>
29354 <UL>   
29355 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29356 </UL><P>
29357 &lt;End of help on this topic&gt;
29358 </BODY>
29359 </HTML>
29361 ====== h_config_enable_flag =====
29362 <HTML>
29363 <HEAD>
29364 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
29365 </HEAD>
29366 <BODY>
29367 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
29369 Setting this feature enables the
29370 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
29371 command that allows you to
29372 manipulate the status flags associated with a message.  By default, Flag
29373 will set the "Important" flag, which results in an asterisk being
29374 displayed in column one of the MESSAGE INDEX for such messages.
29376 &lt;End of help on this topic&gt;
29377 </BODY>
29378 </HTML>
29379 ====== h_config_flag_screen_default =====
29380 <HTML>
29381 <HEAD>
29382 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
29383 </HEAD>
29384 <BODY>
29385 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
29387 The feature modifies the behavior of the
29388 <a href="h_common_flag">Flag</a>
29389 command (provided it too is
29390 <A HREF="h_config_enable_flag">enabled</A>).
29391 By default, when the "* Flag" command is selected,
29392 Alpine offers a prompt to set one of several flags and also offers the
29393 option of entering the detailed flag manipulation screen via the "^T"
29394 key. Enabling this feature causes Alpine to immediately enter the detailed
29395 flag screen rather than first offer the simple prompt.
29397 <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.
29399 &lt;End of help on this topic&gt;
29400 </BODY>
29401 </HTML>
29402 ====== h_config_flag_screen_kw_shortcut =====
29403 <HTML>
29404 <HEAD>
29405 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
29406 </HEAD>
29407 <BODY>
29408 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
29410 This feature modifies the behavior of the
29411 <a href="h_common_flag">Flag</a> command
29412 and the <A HREF="h_index_cmd_select">Select</A> command.
29413 This feature is set by default.
29414 When this feature is not set, when the "* Flag" command is selected,
29415 Alpine offers a prompt to set one of several flags and also offers the
29416 option of entering the detailed flag manipulation screen via the "^T"
29417 key.
29418 If you have
29419 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
29420 defined, then enabling this feature adds a shortcut way to set or unset
29421 keywords.
29422 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
29423 a keyword if you've given it a nickname) and that will set the keyword.
29425 An example is easier to understand than the explanation.
29426 The flag command can always be used to set the system flags.
29427 For example, to set the Answered flag you would type
29429 <CENTER><SAMP>* A</SAMP></CENTER>
29431 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
29432 option in the Config screen.
29433 By default, to set a keyword like &quot;Work&quot; you would usually
29434 have to go to the Flag Details screen using
29435 the &quot;^T To Flag Details&quot; command.
29436 Instead, if you have enabled this feature, you may type
29438 <CENTER><SAMP>* W</SAMP></CENTER>
29440 to set the Work flag, or
29442 <CENTER><SAMP>* ! W</SAMP></CENTER>
29444 to unset it.
29445 Just like for the other flag setting commands, the case of the letter does
29446 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
29447 keyword.
29449 Notice that you can only use this trick for one keyword that begins
29450 with &quot;W&quot;.
29451 If you happen to have a &quot;Work&quot; keyword and another keyword that is
29452 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
29453 your list of keywords.
29454 Also, there are five letters that are reserved for system
29455 flags and the NOT command.
29456 If you type &quot;* A&quot; it will always set the Answered flag, not
29457 your &quot;Aardvark&quot; keyword.
29458 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
29459 the Flag Details screen.
29461 Because enabling the
29462 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
29463 option causes Alpine to skip directly to the Flag Details screen when the
29464 Flag command is used, 
29465 setting it will cause this feature to have no effect at all.
29467 Similarly, when Selecting by Keyword, setting this option will allow you
29468 to use Keyword initials instead of full keywords.
29470 &lt;End of help on this topic&gt;
29471 </BODY>
29472 </HTML>
29473 ====== h_config_can_suspend =====
29474 <HTML>
29475 <HEAD>
29476 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
29477 </HEAD>
29478 <BODY>
29479 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
29481 Setting this feature will allow you to type ^Z (Control Z) to 
29482 <!--chtml if pinemode="os_windows"-->
29483 minimize Alpine into its icon, bringing into focus whatever
29484 application is running behind the PC-Alpine window.
29485 <!--chtml else-->
29486 temporarily suspend Alpine.
29489 This does not exit Alpine, but puts it in the background to watch
29490 for new mail and such.  Normally, you type a command, such
29491 as &quot;fg&quot; at your system prompt to return to your Alpine session.
29494 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
29495 adjusts whether Alpine is placed into the background of the shell its 
29496 running in or starts a news shell.
29497 <!--chtml endif-->
29500 <UL>   
29501 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29502 </UL><P>
29503 &lt;End of help on this topic&gt;
29504 </BODY>
29505 </HTML>
29506 ====== h_config_take_lastfirst ======
29507 <HTML>
29508 <HEAD>
29509 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
29510 </HEAD>
29511 <BODY>
29512 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
29514 Normally, when TakeAddr is used to copy an address from a message into
29515 an address book entry, Alpine will attempt to rewrite the full name of the
29516 address in the form
29519 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
29521 instead of<P>
29523 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
29526 It does this because many people find it useful to sort by Last name
29527 instead of First name.  If this feature is set, then the TakeAddr command
29528 will not attempt to reverse the name in this manner.
29530 &lt;End of help on this topic&gt;
29531 </BODY></HTML>
29532 ====== h_config_disable_regex ======
29533 <HTML>
29534 <HEAD>
29535 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
29536 </HEAD>
29537 <BODY>
29538 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
29540 Normally, the
29541 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29542 option is interpreted as a regular expression.
29543 One type of address that might cause trouble is an address that
29544 contains a plus sign.
29545 If you want to have an address with a plus as one of your
29546 <!--#echo var="VAR_alt-addresses"-->
29547 and you don't want to use regular expressions, then setting this
29548 feature will cause Alpine to treat the addresses you list literally instead.
29550 &lt;End of help on this topic&gt;
29551 </BODY></HTML>
29552 ====== h_config_take_fullname ======
29553 <HTML>
29554 <HEAD>
29555 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
29556 </HEAD>
29557 <BODY>
29558 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
29560 Normally, when TakeAddr is used to copy an address or addresses
29561 from a message into an address book entry, Alpine will try to preserve
29562 the full name associated with each address in the list of addresses.
29563 The reason for this is so that if the entry is a list or later becomes a
29564 list, then information about the individual addresses in the list
29565 is preserved.
29566 If you would rather just have the simple addresses in the list of addresses,
29567 set this feature. For example, with the default setting you might
29568 see something like this in the ADDRESS BOOK editor after you type TakeAddr
29570 <PRE>
29571  Nickname  : nick
29572  Fullname  : Bedrock Elders
29573  Fcc       :
29574  Comment   :
29575  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
29576              Barney Rubble &lt;rubble@bedrock.org&gt;
29577 </PRE>
29579 but with this feature set it would look like
29581 <PRE>
29582  Nickname  : nick
29583  Fullname  : Bedrock Elders
29584  Fcc       :
29585  Comment   :
29586  Addresses : flint@bedrock.org,
29587              rubble@bedrock.org
29588 </PRE>
29590 instead. Note the difference in the Addresses field.
29592 &lt;End of help on this topic&gt;
29593 </BODY></HTML>
29594 ====== h_config_print_from ======
29595 <HTML>
29596 <HEAD>
29597 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
29598 </HEAD>
29599 <BODY>
29600 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
29602 If this feature is set, then the Berkeley-mail style From line is included
29603 at the start of each message that is printed.  This line looks something
29604 like the following, with the address replaced by the address from the
29605 From line of the message being printed:
29607 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
29608 14:11:06 1998
29610 &lt;End of help on this topic&gt;
29611 </BODY>
29612 </HTML>
29613 ====== h_config_expanded_distlists ======
29614 <HTML>
29615 <HEAD>
29616 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
29617 </HEAD>
29618 <BODY>
29619 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
29620 If this feature is set, then distribution lists in the address book
29621 screen will always be expanded automatically.
29623 &lt;End of help on this topic&gt;
29624 </BODY>
29625 </HTML>
29626 ====== h_config_compose_news_wo_conf ======
29627 <HTML>
29628 <HEAD>
29629 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
29630 </HEAD>
29631 <BODY>
29632 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
29633 This feature controls one aspect of Alpine's Composer.  If you enter the
29634 composer while reading a newsgroup, you will normally be prompted to
29635 determine whether you intend the new message to be posted to the current
29636 newsgroup or not.  If this feature is set, Alpine will not prompt you
29637 in this situation, and will assume that you do indeed wish to post
29638 to the newsgroup you are reading.
29640 &lt;End of help on this topic&gt;
29641 </BODY>
29642 </HTML>
29643 ====== h_config_compose_rejects_unqual ======
29644 <HTML>
29645 <HEAD>
29646 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
29647 </HEAD>
29648 <BODY>
29649 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
29651 This feature controls one aspect of the message composer; in particular,
29652 what happens when an unqualified name is entered into an address header.
29653 If set, unqualified names entered as addresses will be treated as errors
29654 unless they match an addressbook nickname.  Alpine will not attempt to turn
29655 them into complete addresses by adding your local domain.<P>
29657 A complete (fully qualified) address is one containing a username followed
29658 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
29659 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
29660 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
29662 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
29666 When you enter a fully qualified address, Alpine does not interpret or
29667 modify it, but simply passes it on to the mail-transport-agent (MTA) for
29668 your system.  Alpine conforms to the Internet standards governing message
29669 headers and will not send an unqualifed name to the MTA.  Therefore, when
29670 you enter an unqualified name, Alpine will normally attempt to turn it into
29671 a fully qualified address, first by checking to see if you have entered a
29672 matching nickname in your addressbook, or failing that, by simply adding
29673 your own domain to the name entered.  So if your address is
29674 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
29675 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
29676 that into &quot;fred@example.com&quot;.<P>
29678 There are situations where it is not desirable for Alpine to interpret such
29679 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
29680 turned out to be a typo (intended to be an addressbook nickname), but
29681 there actually was a &quot;fred&quot; in your local domain, the message might 
29682 be mis-delivered without your realizing it.  In order to reduce the likelihood
29683 of such accidents, setting this feature will cause Alpine to treat such
29684 addresses as errors, and require that you explicitly enter the full local
29685 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
29686 matches an address book nickname.<P>
29688 Consider this a safety feature against mis-directed mail.
29690 <UL>   
29691 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29692 </UL><P>
29693 &lt;End of help on this topic&gt;
29694 </BODY>
29695 </HTML>
29696 ====== h_config_quell_local_lookup ======
29697 <HTML>
29698 <HEAD>
29699 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
29700 </HEAD>
29701 <BODY>
29702 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
29704 This feature controls an aspect of Alpine's Composer, and if needed, will
29705 usually be set by your system manager in Alpine's system-wide configuration
29706 file. Specifically, if this feature is set, Alpine will not attempt to look
29707 in the system password file to find a Full Name for the entered address.
29709 Normally, names you enter into address fields (e.g. To: or Cc:) are
29710 checked against your address book(s) to see if they match an address book
29711 nickname.  Failing that, (in Unix Alpine) the name is then checked against
29712 the Unix password file.  If the entered name matches a username in the
29713 system password file, Alpine extracts the corresponding Full Name information
29714 for that individual, and adds that to the address being entered.
29716 However, password file matching can have surprising (incorrect) results if
29717 other users of the system do not receive mail at the domain you are using.
29718 That is, if either the 
29719 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
29720 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
29721 option
29722 is set such that the administrative domain of other users on the system
29723 isn't accurately reflected, Alpine should be told that a passwd file match
29724 is coincidental, and Full Name info will be incorrect.  For example, a
29725 personal name from the password file could get falsely paired with the
29726 entered name as it is turned into an address in the configured domain.
29728 If you are seeing this behavior, enabling this feature will prevent Unix
29729 Alpine from looking up names in the password file to find the Full Name
29730 for incomplete addresses you enter.<P>
29731 <UL>
29732 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29733 </UL>
29735 &lt;End of help on this topic&gt;
29736 </BODY>
29737 </HTML>
29738 ====== h_config_tab_checks_recent ======
29739 <HTML>
29740 <HEAD>
29741 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
29742 </HEAD>
29743 <BODY>
29744 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
29746 In a FOLDER LIST screen, the TAB key usually just changes which
29747 folder is highlighted.
29748 If this feature is set, then the TAB key will cause the number of
29749 recent messages and the total number of messages in the highlighted folder
29750 to be displayed instead.
29753 &lt;End of help on this topic&gt;
29754 </BODY>
29755 </HTML>
29756 ====== h_config_maildrops_preserve_state ======
29757 <HTML>
29758 <HEAD>
29759 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
29760 </HEAD>
29761 <BODY>
29762 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
29764 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
29765 Normally, when mail is moved from a Mail Drop folder to a destination
29766 folder, it is delivered as new mail.
29767 Any Seen/New, Answered, Important/Flagged state that has changed will be
29768 ignored.
29769 All of the mail will be considered unSeen, unAnswered, and unImportant after
29770 it is moved.
29772 If this feature is set, then the state changes that have been made
29773 to the messages in the Mail Drop folder will be preserved.
29775 In any case, messages that are already marked Deleted when the
29776 mail is to be moved from the Mail Drop will be ignored.
29778 &lt;End of help on this topic&gt;
29779 </BODY>
29780 </HTML>
29781 ====== h_config_preopen_stayopens ======
29782 <HTML>
29783 <HEAD>
29784 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
29785 </HEAD>
29786 <BODY>
29787 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
29789 This feature is related to the option
29790 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
29791 Normally, Stay Open folders are only opened on demand, when the user
29792 asks to open them.
29793 From then on they are kept open for the duration of the session.
29794 However, if this feature is set, then the Stay Open folders will all be
29795 opened at startup, at the same time that the INBOX is opened.
29798 &lt;End of help on this topic&gt;
29799 </BODY>
29800 </HTML>
29801 ====== h_config_expunge_inbox ======
29802 <HTML>
29803 <HEAD>
29804 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
29805 </HEAD>
29806 <BODY>
29807 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
29809 The INBOX is normally treated differently from regular folders in several
29810 ways.
29811 One of the differences is that the normal &quot;close&quot; sequence of
29812 events is deferred until Alpine is exited, instead of happening when you
29813 leave the INBOX to view another folder.
29814 The &quot;close&quot; sequence normally includes the Expunging
29815 of deleted messages
29816 (either automatically or after a prompt, controlled by the features
29817 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
29818 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
29819 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
29820 handling of the
29821 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
29824 If this feature is set the &quot;close&quot; sequence handling will take
29825 place every time you leave the INBOX.
29826 The INBOX will still be kept open, but the offer to Expunge and the archiving
29827 to the <!--#echo var="VAR_read-message-folder"-->
29828 will take place each time you leave the INBOX instead of only once at the
29829 end of the session.
29832 &lt;End of help on this topic&gt;
29833 </BODY>
29834 </HTML>
29835 ====== h_config_expunge_stayopens ======
29836 <HTML>
29837 <HEAD>
29838 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
29839 </HEAD>
29840 <BODY>
29841 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
29843 This feature is related to the option
29844 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
29845 Stay Open folders are treated differently from regular folders in several
29846 ways.
29847 One of the differences is that the normal &quot;close&quot; sequence of
29848 events is deferred until Alpine is exited, instead of happening when you
29849 leave the folder to view another folder.
29850 The &quot;close&quot; sequence normally includes the Expunging
29851 of deleted messages
29852 (either automatically or after a prompt, controlled by the features
29853 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
29854 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
29855 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
29856 handling of
29857 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
29860 If this feature is set the &quot;close&quot; sequence handling will take
29861 place when you leave the Stay Open folder.
29862 The folder will still be kept open, but the offer to Expunge and the archiving
29863 will take place each time you leave the folder instead of only once at the
29864 end of the session.
29865 This feature does not affect the INBOX, which will still only be processed
29866 when you exit Alpine.
29867 However, there is a similar feature that affects only the INBOX called
29868 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
29871 &lt;End of help on this topic&gt;
29872 </BODY>
29873 </HTML>
29874 ====== h_config_preserve_start_stop ======
29875 <HTML>
29876 <HEAD>
29877 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
29878 </HEAD>
29879 <BODY>
29880 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
29882 This feature controls how special control key characters, typically
29883 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
29884 are known as the "stop" and "start" characters and are sometimes used in
29885 communications paths to control data flow between devices that operate at
29886 different speeds.
29890 By default, Alpine turns the system's handling of these special characters
29891 off except during printing.  However, if you see Alpine reporting input errors
29892 such as:
29894 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
29896 and, at the same time, see your display become garbled, then it is likely
29897 that setting this option will solve the problem.  Be aware, though, that
29898 enabling this feature will also cause Alpine to ostensibly "hang" 
29899 whenever the Ctrl-S key combination is entered as the system is now
29900 interpreting such input as a "stop output" command.  To "start
29901 output"  again, simply type Ctrl-Q. 
29903 &lt;End of help on this topic&gt;
29904 </BODY>
29905 </HTML>
29906 ====== h_config_enable_incoming ======
29907 <HTML>
29908 <HEAD>
29909 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
29910 </HEAD>
29911 <BODY>
29912 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
29914 Alpine's Incoming Message Folders collection
29915 provides a convenient way to access multiple incoming folders.
29916 It is also useful if you have accounts on multiple computers.
29919 If set, this feature defines a pseudo-folder collection called
29920 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
29921 in this collection will be your INBOX, which will no longer show up in
29922 your Default folder collection.
29925 You may add more folders to the Incoming Message Folders collection by
29926 using the
29927 <!--chtml if pinemode="function_key"-->
29928 &quot;F10
29929 <!--chtml else-->
29930 &quot;A
29931 <!--chtml endif-->
29932 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
29933 the host the folder is stored on (which defaults to the same host used
29934 for your INBOX), a nickname, and the actual folder name.  Once a set
29935 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
29936 or MESSAGE TEXT screens) may be used to scan the folders for those
29937 with Recent messages.  If you add more folders to
29938 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
29939 no effect.
29941 NOTE: Normally the software that actually delivers mail (the stuff that happens
29942 before Alpine is involved) is in a better position to do delivery filtering
29943 than is Alpine itself.
29944 If possible, you may want to look at programs such as
29945 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
29946 filtering programs.
29947 If you'd prefer to have Alpine do the filtering for you, you may set that
29949 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
29951 <UL>   
29952 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29953 </UL><P>
29954 &lt;End of help on this topic&gt;
29955 </BODY>
29956 </HTML>
29957 ====== h_config_enable_incoming_checking ======
29958 <HTML>
29959 <HEAD>
29960 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
29961 </HEAD>
29962 <BODY>
29963 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
29965 This feature is only operational if you have enabled the optional
29966 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
29967 If you do have Incoming Message Folders and you also set this feature,
29968 then the number of Unseen messages in each folder will be displayed
29969 in the FOLDER LIST screen for the Incoming Message Folders.
29970 The number of Unseen messages in a folder will be displayed in parentheses
29971 to the right of the name of each folder.
29972 If there are no Unseen messages in a folder then only the name
29973 is displayed, not a set of parentheses with zero inside them.
29974 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
29975 the Incoming Message Folders to cause an immediate update.
29977 If a check for Unseen messages fails for a particular folder then Alpine
29978 will no longer attempt to check that folder for the duration of the
29979 session and this will be indicated by a question mark inside the
29980 parentheses.
29982 The features
29983 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
29984 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
29985 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
29986 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
29987 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
29988 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
29989 all affect how this feature behaves.
29991 <UL>   
29992 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29993 </UL><P>
29994 &lt;End of help on this topic&gt;
29995 </BODY>
29996 </HTML>
29997 ====== h_config_incoming_checking_total ======
29998 <HTML>
29999 <HEAD>
30000 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
30001 </HEAD>
30002 <BODY>
30003 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
30005 This option has no effect unless the feature
30006 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
30007 is set, which in turn has no effect unless
30008 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
30009 is set.
30011 When incoming folder checking is turned on the default is to display
30012 the number of unseen messages in each folder.
30013 More precisely, it is the number of undeleted unseen messages.
30014 Using this option you may also display the total number of messages
30015 in each folder.
30016 Instead of a single number representing the number of unseen messages
30017 you will get two numbers separated by a slash character.
30018 The first is the number of unseen messages and the second is the
30019 total number of messages.
30021 You may also use the recent message count instead of the unseen message
30022 count by turning on the feature
30023 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
30025 <UL>   
30026 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30027 </UL><P>
30028 &lt;End of help on this topic&gt;
30029 </BODY>
30030 </HTML>
30031 ====== h_config_incoming_checking_recent ======
30032 <HTML>
30033 <HEAD>
30034 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
30035 </HEAD>
30036 <BODY>
30037 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
30039 This option has no effect unless the feature
30040 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
30041 is set, which in turn has no effect unless
30042 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
30043 is set.
30045 When incoming folder checking is turned on the default is to display
30046 the number of unseen messages in each folder.
30047 More precisely, it is the number of undeleted unseen messages.
30048 Using this option you may display the number of recent messages instead
30049 of the number of unseen messages.
30050 A message is only counted as recent if this is the first session to
30051 see it, so the recent count might be less than the unseen count.
30052 The difference between the two would be accounted for by the unseen messages
30053 in the folder which were there previously but have not been looked at yet.
30055 If you simultaneously run more than one email client at a time
30056 (for example, you run more than one Alpine in parallel) then turning
30057 this feature on can cause some confusion.
30058 The confusion stems from the fact that each message is only considered to be
30059 recent in one session.
30060 That means that the counts of new messages may be different in the two
30061 Alpines running side by side, because each incoming message will only be
30062 counted as recent in one of the two sessions.
30064 You may also display the total number of messages
30065 in each folder by using the
30066 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
30067 option.
30069 <UL>   
30070 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30071 </UL><P>
30072 &lt;End of help on this topic&gt;
30073 </BODY>
30074 </HTML>
30075 ====== h_config_attach_in_reply ======
30076 <HTML>
30077 <HEAD>
30078 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
30079 </HEAD>
30080 <BODY>
30081 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
30083 This feature controls an aspect of Alpine's Reply command. If set, any MIME
30084 attachments that were part of the original message will automatically be
30085 included in the Reply.
30087 &lt;End of help on this topic&gt;
30088 </BODY>
30089 </HTML>
30090 ====== h_config_include_header =====
30091 <HTML>
30092 <HEAD>
30093 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
30094 </HEAD>
30095 <BODY>
30096 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
30098 This feature controls an aspect of Alpine's Reply command. If set, and the
30099 original message is being included in the reply, then headers from that
30100 message will also be part of the reply.
30102 &lt;End of help on this topic&gt;
30103 </HEAD>
30104 </HTML>
30105 ====== h_config_sig_at_bottom =====
30106 <HTML>
30107 <HEAD>        
30108 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
30109 </HEAD>
30110 <BODY>
30111 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
30113 This feature controls an aspect of Alpine's Reply command.  If this feature
30114 is set, and the original message is being included in the reply, then the
30115 contents of your signature file (if any) will be inserted after the included
30116 message.
30118 This feature does not affect the results of a Forward command.
30120 &lt;End of help on this topic&gt;
30121 </BODY>
30122 </HTML>
30123 ====== h_config_sigdashes =====
30124 <HTML>
30125 <HEAD>
30126 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
30127 </HEAD>
30128 <BODY>
30129 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
30131 This feature enables support for the common USENET news convention 
30132 of preceding a message signature with the special line consisting of 
30133 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
30136 When enabled and a
30137 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
30138 Alpine will insert the special line before including the file's text (unless
30139 the special line already exists somewhere in the file's text).
30142 In addition, when you Reply or Followup to a message containing one of
30143 these special lines and choose to include its text, Alpine will observe
30144 the convention of not including text beyond the special line in your
30145 reply.
30146 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
30147 mode is enabled and turned on, then Alpine <EM>will</EM>
30148 include the text beyond the special line regardless of the setting of
30149 this feature.
30152 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
30153 for a related feature.
30156 <UL>   
30157 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30158 </UL><P>
30159 &lt;End of help on this topic&gt;
30160 </BODY>
30161 </HTML>
30162 ====== h_config_new_thread_blank_subject =====
30163 <HTML>
30164 <HEAD>
30165 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
30166 </HEAD>
30167 <BODY>
30168 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
30170 When this feature is enabled (the default) Alpine will create a new thread
30171 every time that the subject line becomes empty at any time during composition.
30174 This behavior is particularly useful in case you are replying to a message.
30175 Replying to a message causes the message to be in the same thread than the
30176 original message that is being replied to. However, many authors want to create
30177 a new message (in a different thread) while replying to a message, and they do
30178 this by changing the full subject, by first deleting the original subject and
30179 typing the new subject of the current message.
30182 Enabling this feature causes that any time that the subject is deleted, the 
30183 message being composed will be considered the first message of a new thread.
30186 <UL>   
30187 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30188 </UL><P>
30189 &lt;End of help on this topic&gt;
30190 </BODY>
30191 </HTML>
30192 ====== h_config_strip_sigdashes =====
30193 <HTML>
30194 <HEAD>
30195 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
30196 </HEAD>
30197 <BODY>
30198 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
30200 This feature doesn't do anything if the feature
30201 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
30202 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
30203 then turning on this feature enables support for the convention
30204 of not including text beyond the sigdashes line when Replying or Following
30205 up to a message and including the text of that message.
30206 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
30207 mode is enabled and turned on, then Alpine <EM>will</EM>
30208 include the text beyond the special line regardless of the setting of
30209 this feature.
30211 In other words, this is a way to turn on the signature stripping behavior
30212 without also turning on the dashes-adding behavior.
30214 <UL>   
30215 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30216 </UL><P>
30217 &lt;End of help on this topic&gt;
30218 </BODY>
30219 </HTML>
30220 ====== h_config_forward_as_attachment =====
30221 <HTML>
30222 <HEAD>
30223 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
30224 </HEAD>
30225 <BODY>
30226 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
30228 This feature affects the way forwarded message text is handled.  When set, rather than 
30229 include the text of the forwarded message below any additional text you provide in the
30230 composer, the forwarded message is attached in its entirety to the message you send.
30232 This is useful in that it keeps the text you provide in the composer distinct from the
30233 text of the forwarded message.  Similarly, it allows the recipient to 
30234 conveniently operate on the forwarded message.  For example, they might reply directly to
30235 the sender of the forwarded message, or process it as part of a spam report.
30236 <UL>   
30237 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30238 </UL><P>
30239 &lt;End of help on this topic&gt;
30240 </BODY>
30241 </HTML>
30242 ====== h_config_preserve_field =====
30243 <HTML>
30244 <HEAD>
30245 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
30246 </HEAD>
30247 <BODY>
30248 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
30250 This feature affects Alpine's behavior when one replies to a message. 
30251 When you receive a message, some or all of the recipients of the message 
30252 have been added to the To: and Cc: fields. If you reply to such message, 
30253 and this feature is disabled, then the original sender of the message is 
30254 added to the To: field, and all other recipients are added to the Cc: 
30255 field, while your address is added to the From: field.
30258 However, if this feature is enabled, then Alpine will preserve the 
30259 original fields as sent in the original message, so the Cc: and To: 
30260 fields will be preserved. The sender's address will be added to the To: 
30261 field, while your address is added to the From: field.
30264 The behavior of this feature is that replies to all messages will behave 
30265 in the way described above. If you only intend this to happen on a per 
30266 message basis, then keep this feature disabled, and when replying to a 
30267 message you will see a new option in the menu for the &quot;Reply to all 
30268 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
30269 make Alpine toggle its question so you can preserve the To: and Cc: 
30270 fields for that message only.
30272 <UL>   
30273 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30274 </UL><P>
30275 &lt;End of help on this topic&gt;
30276 </BODY>
30277 </HTML>
30278 ====== h_config_sub_lists =====
30279 <HTML>
30280 <HEAD>
30281 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
30282 </HEAD>
30283 <BODY>
30284 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
30286 This feature affects the subcommands available when Saving, 
30287 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
30288 available. This command allows you to type in a substring of the folder
30289 you are looking for and when you type ^X it will display all folders
30290 that contain that substring in their names.
30291 This feature is set by default.
30294 &lt;End of help on this topic&gt;
30295 </BODY>
30296 </HTML>
30297 ====== h_config_scramble_message_id =====
30298 <HTML>
30299 <HEAD>
30300 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
30301 </HEAD>
30302 <BODY>
30303 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
30305 If this feature is set, the message-id header value
30306 will be transformed with a simple Rot13 transformation.
30307 The result will still have the correct syntax for a Message-ID but the
30308 part of the MessageID that is often a domain name will not be an actual
30309 domain name because the letters will be scrambled.
30311 It is possible (but unlikely?) that some spam detection
30312 software will use that as a reason to reject the mail as spam.
30313 It has also been reported that some spam detection software uses the
30314 fact that there are no dots after the &quot;@&quot; as a reason to reject
30315 messages.
30316 If your PC-Alpine Message-ID is using a name without a dot that is because
30317 that is what Windows thinks is your &quot;Full computer name&quot;.
30318 The method used to set this varies from one type of Windows to another but
30319 check under Settings -> Control Panel -> System and
30320 look for Network Identification or Computer Name or something similar.
30321 How to set it is beyond the scope of Alpine.
30324 &lt;End of help on this topic&gt;
30325 </BODY>
30326 </HTML>
30327 ====== h_downgrade_multipart_to_text =====
30328 <HTML>
30329 <HEAD>
30330 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
30331 </HEAD>
30332 <BODY>
30333 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
30336 This feature affects Alpine's behavior when sending mail.  Internet
30337 standards require Alpine to translate all non-ASCII characters in
30338 messages that it sends using MIME encoding.  This encoding can be
30339 ostensibly broken for recipients if any agent between Alpine and the
30340 recipient, such as an email list expander, appends text to the
30341 message, such as list information or advertising.  When sending such
30342 messages Alpine attempts to protect such encoding by placing extra
30343 MIME boundaries around the message text.
30345 These extra boundaries are invisible to recipients that 
30346 use MIME-aware email programs (the vast majority).  However, if
30347 you correspond with users of email programs that are not MIME-aware,
30348 or do not handle the extra boundaries gracefully, you can
30349 use this feature to prevent Alpine from including the extra
30350 MIME information.  Of course, it will increase the likelihood
30351 that non-ASCII text you send may appear corrupt to the recipient.
30353 &lt;End of help on this topic&gt;
30354 </BODY>
30355 </HTML>
30356 ====== h_config_show_sort =====
30357 <HTML>
30358 <HEAD>
30359 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
30360 </HEAD>
30361 <BODY>
30362 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
30364 If this feature is set and there is sufficient space on the screen,
30365 a short indication of the current sort order will be
30366 added in the titlebar (the top line on the screen), before the name
30367 of the folder.
30368 For example, with the default Arrival sort in effect,
30369 the display would have the characters
30371 <P><CENTER>[A]</CENTER><P>
30373 added between the title of the screen and the folder name.
30374 The letters are the same as the letters you may type to manually
30375 sort a folder with the SortIndex command ($).
30376 The letters in the table below are the ones that may show
30377 up in the titlebar line.
30379 <TABLE>   
30380 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
30381 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
30382 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
30383 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
30384 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
30385 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
30386 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
30387 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
30388 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
30389 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
30390 </TABLE>
30392 If the sort order is Reversed, the letter above will be preceded by the letter
30393 &quot;R&quot;, for example
30395 <P><CENTER>[RS]</CENTER><P>
30397 means that a Reverse Subject sort is in effect.
30398 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
30399 left out, and just an &quot;R&quot; is shown.
30401 <P><CENTER>[R]</CENTER>
30404 &lt;End of help on this topic&gt;
30405 </BODY>
30406 </HTML>
30407 ====== h_config_disable_reset_disp =====
30408 <HTML>
30409 <HEAD>
30410 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
30411 </HEAD>
30412 <BODY>
30413 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
30415 UNIX Alpine only.
30417 This feature affects Alpine's behavior when using
30418 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
30419 Normally, before the display filter is run, the terminal mode is reset
30420 to what it was before you started Alpine.
30421 This may be necessary if the filter requires the use of the terminal.
30422 For example, it may need to interact with you.
30423 If you set this feature, then the terminal mode will not be reset.
30424 One thing that turning on this feature should fix is the coloring of
30425 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
30426 breaks because the terminal reset resets the color state of the terminal.
30429 &lt;End of help on this topic&gt;
30430 </BODY>
30431 </HTML>
30432 ====== h_config_disable_sender =====
30433 <HTML>
30434 <HEAD>
30435 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
30436 </HEAD>
30437 <BODY>
30438 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
30440 This feature affects Alpine's generation of the &quot;Sender:&quot; or
30441 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
30442 header fields.
30443 Prior to version 2.24, Alpine generated such a header in situations where the
30444 username or domain were not the same as
30445 the &quot;From:&quot; header on the message.
30446 With this feature set,
30447 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
30448 This may be desirable on a system that is virtually hosting many domains,
30449 and the sysadmin has other methods available for tracking a message to
30450 its originator.
30452 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
30455 &lt;End of help on this topic&gt;
30456 </BODY>
30457 </HTML>
30458 ====== h_config_use_sender_not_x =====
30459 <HTML>
30460 <HEAD>
30461 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
30462 </HEAD>
30463 <BODY>
30464 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
30466 Normally Alpine adds a header line
30467 labeled &quot;X-X-Sender&quot;, if the sender is
30468 different from the From: line.
30469 The standard specifies that this header
30470 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
30471 Setting this feature causes
30472 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
30474 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
30477 &lt;End of help on this topic&gt;
30478 </BODY>
30479 </HTML>
30480 ====== h_config_use_fk =====
30481 <HTML>
30482 <HEAD>
30483 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
30484 </HEAD>
30485 <BODY>
30486 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
30488 This feature specifies that Alpine will respond to function keys instead of
30489 the normal single-letter commands. In this mode, the key menus at the
30490 bottom of each screen will show function key designations instead of the
30491 normal mnemonic key.
30494 &lt;End of help on this topic&gt;
30495 </BODY>
30496 </HTML>
30497 ====== h_config_cancel_confirm =====
30498 <HTML>
30499 <HEAD>
30500 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
30501 </HEAD>
30502 <BODY>
30503 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
30505 This feature affects what happens when you type ^C to cancel a composition.
30506 By default, if you attempt to cancel a composition by typing ^C, you will be
30507 asked to confirm the cancellation by typing a &quot;C&quot;
30508 for <EM>C</EM>onfirm.
30509 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
30510 risky because the &quot;^C Y&quot; needed to cancel a message
30511 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
30513 If this feature is set the confirmation asked for
30514 will be a &quot;<EM>Y</EM>es&quot;
30515 instead of a &quot;<EM>C</EM>onfirm&quot; response.
30518 &lt;End of help on this topic&gt;
30519 </BODY>
30520 </HTML>
30521 ====== h_config_compose_maps_del =====
30522 <HTML>
30523 <HEAD>
30524 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
30525 </HEAD>
30526 <BODY>
30527 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
30529 This feature affects the behavior of the DELETE key.
30530 If set, Delete will be equivalent to ^D, and delete
30531 the current character.  Normally Alpine defines the Delete key
30532 to be equivalent to ^H, which deletes the <EM>previous</EM>
30533 character.
30536 &lt;End of help on this topic&gt;
30537 </BODY>
30538 </HTML>
30539 ====== h_config_compose_bg_post =====
30540 <HTML>
30541 <HEAD>
30542 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
30543 </HEAD>
30544 <BODY>
30545 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
30547 This feature affects the behavior of Alpine's mail sending.  If set, this
30548 feature enables a subcommand in the composer's "Send?" confirmation
30549 prompt.  The subcommand allows you to tell Alpine to handle the actual
30550 posting in the background.  While this feature usually allows posting
30551 to appear to happen very fast, it has no affect on the actual delivery
30552 time it takes a message to arrive at its destination.
30555 Please Note:
30556 <OL>
30557  <LI>This feature will have no effect if the feature
30558        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
30559        is set.
30560  <LI>This feature isn't supported on all systems.  All DOS and Windows,
30561        as well as several Unix ports, do not recognize this feature.
30562  <LI>Error handling is significantly different when this feature is
30563         enabled.  Any message posting failure results in the message
30564         being appended to your &quot;Interrupted&quot; mail folder.  When you
30565         type the <A HREF="h_common_compose">C</A>ompose command,
30566         Alpine will notice this folder and
30567         offer to extract any messages contained.  Upon continuing a 
30568         failed message, Alpine will display the nature of the failure 
30569         in the status message line.
30570  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
30571         for message data to
30572         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
30573         if you typically run close to any sort of disk-space limits or quotas.
30574 </OL>
30576 &lt;End of help on this topic&gt;
30577 </BODY>
30578 </HTML>
30579 ====== h_config_compose_dsn =====
30580 <HTML>
30581 <HEAD>
30582 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
30583 </HEAD>
30584 <BODY>
30585 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
30587 This feature affects the behavior of Alpine's mail sending.  If set, this
30588 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
30589 prompt.  The subcommand allows you to tell Alpine to request the type of
30590 Delivery Status Notification (DSN) that you would like.  Most users will
30591 be happy with the default, and need not enable this feature.
30593 If the feature
30594 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
30595 then this feature has no effect and the type of DSN is not selectable.
30598 Turning on this feature and then turning on the DSNOpts from the send
30599 prompt reveals four on-off toggles at the bottom of the screen.
30600 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
30601 that no notification be returned to you, even if there is a delivery
30602 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
30603 server that you are willing (or not) to receive delay notifications, which
30604 happen when there is an unusual delay at some mail server (in that mail
30605 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
30606 Success requests that you be sent a DSN message when the message is
30607 successfully delivered to the recipients mailbox.  Setting NoErrRets will
30608 automatically turn off Delay and Success notification, and will flip the
30609 toggles to show that.  Similarly, turning on Delay and/or Success will
30610 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
30611 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
30612 the full message be returned in any failed DSN.  RetHdrs requests that
30613 only the headers be returned in any failed DSN.  Notice that this command
30614 applies only to failed delivery status reports.  For delay or success
30615 reports, the full message is never returned, only the headers are returned.
30618 If you don't enable the DSN feature or if you don't turn it on for a
30619 particular message, the default is that you will be notified about failures,
30620 you might be notified about delays, and you won't be notified about
30621 successes.  You will usually receive the full message back when there is
30622 a failure.
30625 If you turn on the DSNOpts the default is to return as much information as
30626 possible to you.  That is, by default, the Success and Delay options are
30627 turned on and the full message will be returned on failure.
30630 The sending prompt will display the current DSN request (if any) in a
30631 shorthand form.  It will be:
30633 <P><CENTER>[Never]</CENTER>
30636 if you have requested NoErrRets.  Otherwise, it will look something like:
30638 <P><CENTER>[FDS-Hdrs]</CENTER>
30641 The &quot;F&quot; will always be there, indicating that you will be notified
30642 of failures.  (Alpine doesn't provide a way to request no failure notification
30643 and at the same time request either success or delay notification.  The only
30644 way to request no failure notifications is to request no notifications at
30645 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
30646 requested Delay and/or Success notification.  If one of those is missing,
30647 that means you are requesting no notification of the corresponding type.
30648 After the dash it will say either Hdrs or Full.  Hdrs means to return only
30649 the headers and Full means to return the full message (applies to
30650 failure notifications only).
30653 NOTE: This feature relies on your system's mail transport agent or
30654 configured
30655 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
30656 having the negotiation mechanism introduced in
30657 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
30658 &quot;Delivery Status Notification&quot; (DSN).  If the mail transport agent you
30659 are using doesn't support DSN, a short warning will be shown to you on
30660 the message line at the bottom of the screen after you send your message,
30661 but your message will have been sent anyway.
30664 Note that DSNs don't provide a mechanism to request read receipts.  That
30665 is, if you request notification on success you are notified when the
30666 message is delivered to the mailbox, not when the message is read.
30669 ESMTP allows for graceful migration to upgraded mail transfer agents, but
30670 it is possible that this feature might cause problems for some servers. 
30673 &lt;End of help on this topic&gt;
30674 </BODY>
30675 </HTML>
30676 ====== h_config_auto_zoom =====
30677 <HTML>
30678 <HEAD>
30679 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
30680 </HEAD>
30681 <BODY>
30682 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
30684 This feature affects the behavior of the Select command.
30685 If set, the select command will automatically perform a zoom
30686 after the select is complete.
30687 This feature is set by default.
30689 Some related help topics are
30690 <UL>
30691 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30692 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30693 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30694 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30695 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30696 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30697 </UL>
30700 &lt;End of help on this topic&gt;
30701 </BODY>
30702 </HTML>
30703 ====== h_config_auto_unzoom =====
30704 <HTML>
30705 <HEAD>
30706 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
30707 </HEAD>
30708 <BODY>
30709 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
30711 This feature affects the behavior of the Apply command.  If set, and if
30712 you are currently looking at a Zoomed Index view of selected messages,
30713 the Apply command will do the operation you specify, but then will
30714 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
30715 the normal Index view after the Apply. 
30716 This feature is set by default.
30719 Some related help topics are
30720 <UL>
30721 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30722 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30723 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30724 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30725 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
30726 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30727 </UL>
30729 &lt;End of help on this topic&gt;
30730 </BODY>
30731 </HTML>
30732 ====== h_config_auto_unselect =====
30733 <HTML>
30734 <HEAD>
30735 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
30736 </HEAD>
30737 <BODY>
30738 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
30740 This feature affects the behavior of the Apply command.  If set,
30741 the Apply command will do the operation you specify, but then will
30742 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
30743 the normal Index view after the Apply. 
30746 Some related help topics are
30747 <UL>
30748 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30749 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30750 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30751 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
30752 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30753 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30754 </UL>
30756 &lt;End of help on this topic&gt;
30757 </BODY>
30758 </HTML>
30759 ====== h_config_fast_recent =====
30760 <HTML>
30761 <HEAD>
30762 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
30763 </HEAD>
30764 <BODY>
30765 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
30767 This feature controls the behavior of the TAB key when traversing folders
30768 in the optional 
30769 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
30770 collection or in optional <!--#echo var="VAR_news-collections"-->.
30773 When the TAB
30774 (<A HREF="h_common_nextnew">NextNew</A>)
30775 key is pressed, the default behavior is to
30776 explicitly examine the status of the folder for the number of recent
30777 messages (messages delivered since the last time it was viewed).
30778 Depending on the size and number of messages in the folder, this test
30779 can be time consuming.
30782 Enabling this feature will cause Alpine to only test for the existence of
30783 any recent messages rather than to obtain the count.  This is much faster
30784 in many cases.  The downside is that you're not given the number of recent
30785 messages when prompted to view the next folder.
30786 If the feature
30787 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
30788 is turned on, then the present feature will have no effect.
30791 <UL>   
30792 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30793 </UL><P>
30794 &lt;End of help on this topic&gt;
30795 </BODY>
30796 </HTML>
30797 ====== h_config_arrow_nav =====
30798 <HTML>
30799 <HEAD>
30800 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
30801 </HEAD>
30802 <BODY>
30803 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
30805 This feature controls the behavior of the left and right arrow keys.
30806 If set, the left and right arrow keys will operate like the usual
30807 navigation keys &lt; and &gt;.
30808 This feature is set by default.
30811 If you set this feature, and do not like the changed behavior of the up/down 
30812 arrow 
30813 keys when navigating through the FOLDER LIST screen -- 
30814 <B>first</B> from column to column, if more than one folder is 
30815 displayed per row, 
30816 and <B>then</B> from row to row -- you may either also wish to set the feature 
30817 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
30818 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
30819 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
30820 folders in each column.
30822 <UL>   
30823 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30824 </UL><P>
30825 &lt;End of help on this topic&gt;
30826 </BODY>
30827 </HTML>
30828 ====== h_config_relaxed_arrow_nav =====
30829 <HTML>
30830 <HEAD>
30831 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
30832 </HEAD>
30833 <BODY>
30834 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
30836 This feature controls the behavior of the left, right, up and down
30837 arrow keys in the FOLDER LIST screen when the &quot;<A
30838 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
30839 set.
30840 This feature is set by default.
30844 When this feature is set, the left and right
30845 arrow keys in the FOLDER LIST screen
30846 move the highlight bar to the left or right, and the up and
30847 down arrows move it up or down.
30850 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
30851 feature is not set;
30852 the left and right arrow keys in the Folder List screen strictly
30853 track the commands bound to the '&lt;' and '&gt;' keys, and the up
30854 and down arrow keys move the highlight bar to the previous and next
30855 folder or directory name.
30858 <UL>   
30859 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30860 </UL><P>
30861 &lt;End of help on this topic&gt;
30862 </BODY>
30863 </HTML>
30864 ====== h_config_alt_compose_menu =====
30865 <HTML>
30866 <HEAD>
30867 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
30868 </HEAD>
30869 <BODY>
30870 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
30872 This feature controls the menu that is displayed when Compose is selected.
30873 If set, a list of options will be presented, with each option representing
30874 the type of composition that could be used. This feature is most useful for
30875 users who want to avoid being prompted with each option separately, or who
30876 want to avoid the checking of remote postponed or form letter folders.
30877 The possible types of composition are:
30880 New, for starting a new composition. Note that if New is selected and roles
30881 are set, roles are checked for matches and applied according to the setting
30882 of the matching role.
30885 Interrupted, for continuing an interrupted composition. This option is only
30886 offered if an interrupted message folder is detected.
30889 Postponed, for continuing postponed compositions. This option is offered
30890 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
30891 the postponed folder actually exists. This option is especially handy
30892 for avoiding having to check for the existence of a remote postponed folder.
30895 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
30896 is set in the config, and is not checked for existence for reasons similar
30897 to those explained by the postponed option.
30900 setRole, for selecting a role to apply to a composition.
30903 &lt;End of help on this topic&gt;
30904 </BODY>
30905 </HTML>
30906 ====== h_config_alt_role_menu =====
30907 <HTML>
30908 <HEAD>
30909 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
30910 </HEAD>
30911 <BODY>
30912 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
30914 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
30915 a role and compose a new message using that role.
30916 When this feature is set, the role command will first ask whether you want to
30917 Compose a new message, Forward the current message, Reply to the
30918 current message, or Bounce the current message.
30919 If you are not in the MESSAGE INDEX and are not viewing a message,
30920 then there is no current message and the question will be skipped.
30921 After you have chosen to Compose, Forward, Reply, or Bounce you will
30922 then choose the role to be used.
30924 When Bouncing the &quot;Set From&quot; address is used for the
30925 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
30926 provided that the option
30927 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
30928 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
30929 set.
30930 Other actions of the role are ignored when Bouncing.
30933 &lt;End of help on this topic&gt;
30934 </BODY>
30935 </HTML>
30936 ====== h_config_always_spell_check =====
30937 <HTML>
30938 <HEAD>
30939 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
30940 </HEAD>
30941 <BODY>
30942 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
30944 When this feature is set, every composed message will be spell-checked before
30945 being sent.
30947 &lt;End of help on this topic&gt;
30948 </BODY>
30949 </HTML>
30950 ====== h_config_quell_asterisks =====
30951 <HTML>
30952 <HEAD>
30953 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
30954 </HEAD>
30955 <BODY>
30956 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
30958 When you are running Alpine you will sometimes be asked for a password
30959 in a prompt on the third line from the bottom of the screen.
30960 Normally each password character you type will cause an asterisk to echo
30961 on the screen. That gives you some feedback to know that your typing is
30962 being recognized.
30963 There is a very slight security risk in doing it this way because someone
30964 watching over your shoulder might be able to see how many characters there
30965 are in your password.
30966 If you'd like to suppress the echoing of the asterisks set this feature.
30968 &lt;End of help on this topic&gt;
30969 </BODY>
30970 </HTML>
30971 ====== h_config_quell_flowed_text =====
30972 <HTML>
30973 <HEAD>
30974 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
30975 </HEAD>
30976 <BODY>
30977 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
30979 Alpine generates flowed text where possible.
30980 The method for generating flowed text is defined by
30981 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
30982 the benefit of doing so is
30983 to send message text that can properly be viewed both on normal width displays
30984 and on displays with smaller or larger than normal screen widths.
30985 With flowed text, a space at the end of a line tells the receiving mail
30986 client that the following line belongs to the same paragraph.
30987 Quoted text will also be affected, with only the innermost
30988 level of &quot;&gt;&quot; quoting being followed by a space.
30989 However, if you have changed the
30990 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
30991 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
30992 quoted text will not be flowed.
30993 For this reason, we recommend that you leave your
30994 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
30996 This feature turns off the generation of flowed text, as it might be
30997 desired to more tightly control how a message is displayed on the receiving end.
30999 If this feature is <EM>not</EM> set, you can control on a message by message
31000 basis whether or not flowed text is generated.
31001 You do this by typing ^V at the Send confirmation prompt that you get
31002 after typing ^X to send a message.
31003 ^V is a toggle that turns flowing off and back on if typed again.
31004 If for some reason flowing cannot be done on a particular message, then the
31005 ^V command will not be available.
31006 This would be the case, for example, if this feature was set, or if your
31007 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
31008 If the feature
31009 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
31010 then the opportunity to control on a message by message basis
31011 whether or not flowed text is generated is lost.
31013 When this feature is not set and you have typed ^V to turn off flowing,
31014 the Send confirmation prompt will change to look like
31016 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
31018 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
31019 also turn off the sending of flowed text messages, but it differs in that
31020 it also trims all trailing white space from a message before sending it.
31022 If alternate editors are used extensively, be aware that a message will still
31023 be sent flowed if this feature is unset.  In most cases this will be fine,
31024 but if the editor has a &quot;flowed text&quot; mode, it would be best to
31025 use that.
31027 &lt;End of help on this topic&gt;
31028 </BODY>
31029 </HTML>
31030 ====== h_config_strip_ws_before_send =====
31031 <HTML>
31032 <HEAD>
31033 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
31034 </HEAD>
31035 <BODY>
31036 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
31038 By default, trailing whitespace is not stripped from
31039 a message before sending.  Trailing whitespace should have no effect on an
31040 email message, and in flowed text can aid in delimiting paragraphs.
31041 However, the old behavior of stripping trailing whitespace was in place
31042 to better deal with older clients that couldn't handle certain types of
31043 text encodings.  This feature restores the old behavior
31045 Trailing whitespace is of aid to flowed-text-formatted messages, which are
31046 generated by default but can be turned off via the
31047 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
31048 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
31049 of flowed text.
31051 &lt;End of help on this topic&gt;
31052 </BODY>
31053 </HTML>
31054 ====== h_config_alt_reply_menu =====
31055 <HTML>
31056 <HEAD>
31057 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></TITLE>
31058 </HEAD>
31059 <BODY>
31060 <H1>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></H1>
31062 Note that if this option is enabled, then the option
31063 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
31064 is ignored. See below to understand why.
31066 When you reply to a message, a series of questions are asked that 
31067 determines how your reply will be handled by Alpine. This feature only 
31068 affects the result of the first question you are asked, and its purpose is 
31069 to set values that could override defaults set in Alpine's main 
31070 configuration screen. As a result, this menu allows you to configure even 
31071 more features than you would be able to do without this option. For 
31072 example, this menu always allows you to override or select a <A 
31073 HREF="h_rules_roles">Role</A> if you have defined one, or allows you to 
31074 override your indent string, regardless of if you have enabled 
31075 <A HREF="h_config_prefix_editing"><!--#echo var="FEAT_enable-reply-indent-string-editing"--></A>.
31076 The full list of options can be found below.
31078 Here is an example of how this option works. After you press Reply,
31079 if you see &quot;A Inc Attach&quot; in the menu, it means that 
31080 if you press &quot;A&quot;, then Alpine will include the attachments
31081 of the original message, and the default is not to include them. 
31082 Conversely, if you see &quot;A No Attach&quot; 
31083 then by pressing &quot;A&quot; Alpine will not include
31084 attachments in your reply, and the default is that Alpine will 
31085 include them in your reply. The value that you see when you 
31086 start your reply is controlled by the option
31087 <A HREF="h_config_attach_in_reply">
31088 <!--#echo var="FEAT_include-attachments-in-reply"-->
31089 </A>. If the feature is enabled, then Alpine will display 
31090 &quot;A No Attach&quot; to override the default behavior. You can
31091 toggle between the two values of this option by pressing &quot;A&quot;.
31092 Remember that the value that you see in the menu is the action that will 
31093 be done when you press the associated command.
31095 Below are your options:
31096 <OL>
31097 <LI><B>A</B>: This determines if Alpine will include or not the 
31098 attachments sent to you in the message that you are replying to. The default 
31099 is to use the value of the configuration option 
31100 <A HREF="h_config_attach_in_reply"><!--#echo var="FEAT_include-attachments-in-reply"--></A> and can be overridden by using this command.
31102 <LI><B>H</B>: This command determines if the headers of a message are
31103 included in the body of the message that is being replied to. By default 
31104 Alpine will use the value of the configuration option 
31105 <A HREF="h_config_include_header"><!--#echo var="FEAT_include-header-in-reply"--></A>. 
31106 Observe that by toggling this option to include headers, text will be toggled
31107 to be included by default.
31109 <LI><B>R</B>: Can be used to set a role different from the default.
31111 <LI><B>S</B>: Determines if Alpine will strip the signature from a 
31112 message. The default is to strip the signature when the message is not
31113 viewed in headers mode, and you either have enabled
31114 <A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A> 
31116 <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>.
31118 <LI><B>Ctrl-R</B>: Can be used to edit the 
31119 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>.
31120 </OL>
31122 In order to include the text of the original message in the reply
31123 you either need to press 'y' to include the original text, or 'n' to 
31124 exclude it from the reply. Pressing return will execute the default 
31125 action, which is to include text only if the option
31126 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
31127 is enabled. However, notice that the default is to include text if you edit the 
31128 reply indent string or if you explicitly set through this menu that you
31129 want headers included in the reply message.
31132 &lt;End of help on this topic&gt;
31133 </BODY>
31134 </HTML>
31135 ====== h_config_del_from_dot =====
31136 <HTML>
31137 <HEAD>
31138 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
31139 </HEAD>
31140 <BODY>
31141 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
31143 This feature controls the behavior of the Ctrl-K command in the composer.
31144 If set, ^K will cut from the current cursor position to the end of the line,
31145 rather than cutting the entire line.
31148 &lt;End of help on this topic&gt;
31149 </BODY>
31150 </HTML>
31151 ====== h_config_print_index =====
31152 <HTML>
31153 <HEAD>
31154 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
31155 </HEAD>
31156 <BODY>
31157 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
31159 This feature controls the behavior of the Print command when in the
31160 MESSAGE INDEX screen.  If set, the print command will give you a prompt
31161 asking if you wish to print the message index, or the currently highlighted
31162 message. If not set, the message will be printed.
31165 &lt;End of help on this topic&gt;
31166 </BODY>
31167 </HTML>
31168 ====== h_config_allow_talk =====
31169 <HTML>
31170 <HEAD>
31171 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
31172 </HEAD>
31173 <BODY>
31174 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
31176 UNIX Alpine only.
31178 By default, permission for others to &quot;talk&quot; to your terminal is turned
31179 off when you are running Alpine.  When this feature is set, permission is
31180 instead turned on.  If enabled, you may see unexpected messages in the
31181 middle of your Alpine screen from someone attempting to contact you via the
31182 &quot;talk&quot; program.
31185 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
31186 talk daemon on your system will attempt to print a message on your screen 
31187 when someone else is trying to contact you.  If you wish to see these
31188 messages while you are running Alpine, you should enable this feature.
31191 If you do enable this feature and see a &quot;talk&quot; message, you must 
31192 suspend or quit Alpine before you can respond.
31195 &lt;End of help on this topic&gt;
31196 </BODY>
31197 </HTML>
31198 ====== h_config_send_filter_dflt =====
31199 <HTML>
31200 <HEAD>
31201 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
31202 </HEAD>
31203 <BODY>
31204 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
31205 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
31206 configured, setting this feature will cause
31207 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
31208 instead of unfiltered, the usual default.
31210 <UL>   
31211 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31212 </UL><P>
31213 &lt;End of help on this topic&gt;
31214 </BODY>
31215 </HTML>
31216 ====== h_config_custom_print =====
31217 <HTML>
31218 <HEAD>
31219 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
31220 </HEAD>
31221 <BODY>
31222 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
31224 When this feature is set, the print command will have an additional
31225 subcommand called "C CustomPrint".  If selected, you will have
31226 the opportunity to enter any system print command --instead of being 
31227 restricted to using those that have been previously configured in the 
31228 printer setup menu.
31231 &lt;End of help on this topic&gt;
31232 </BODY>
31233 </HTML>
31234 ====== h_config_enable_dot_files =====
31235 <HTML>
31236 <HEAD>
31237 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
31238 </HEAD>
31239 <BODY>
31240 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
31242 When this feature is set, files beginning with dot (".") will be
31243 visible in the file browser.  For example, you'll be able to select them
31244 when using the browser to add an attachment to a message.
31246 &lt;End of help on this topic&gt;
31247 </BODY>
31248 </HTML>
31249 ====== h_config_enable_dot_folders =====
31250 <HTML>
31251 <HEAD>        
31252 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
31253 </HEAD>
31254 <BODY>
31255 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
31257 When this feature is set, folders beginning with dot (".") may be added
31258 and viewed.
31260 &lt;End of help on this topic&gt;
31261 </BODY>
31262 </HTML>
31263 ====== h_config_ff_between_msgs =====
31264 <HTML>
31265 <HEAD>
31266 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
31267 </HEAD>
31268 <BODY>
31269 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
31271 Setting this feature causes a formfeed to be printed between messages when
31272 printing multiple messages (with Apply Print command).
31274 &lt;End of help on this topic&gt;
31275 </BODY>
31276 </HTML>
31277 ====== h_config_blank_keymenu =====
31278 <HTML>
31279 <HEAD>
31280 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
31281 </HEAD>
31282 <BODY>
31283 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
31285 If this feature is set the command key menu that normally appears on the
31286 bottom two lines of the screen will not usually be there.  Asking for
31287 help with ^G or ? will cause the key menu to appear instead of causing
31288 the help message to come up.  If you want to actually see the help text,
31289 another ^G or ? will show it to you.  After the key menu has popped
31290 up with the help key it will remain there for an O for Other command but
31291 disappear if any other command is typed.
31293 &lt;End of help on this topic&gt;
31294 </BODY>
31295 </HTML>
31296 ====== h_config_enable_mouse =====
31297 <HTML>
31298 <HEAD>
31299 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
31300 </HEAD>
31301 <BODY>
31302 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
31304 This feature controls whether or not an X terminal mouse can be used with
31305 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
31306 being used, the left mouse button on the mouse can be used to select text
31307 or commands.
31308 Clicking on a command at the bottom of the screen will behave as if you had
31309 typed that command.
31310 Clicking on an index line will move the current message highlight to
31311 that line.
31312 Double-clicking on an index line will view the message.
31313 Double-clicking on a link will view the link.
31315 This type of mouse support will also work in some terminal emulators which are
31316 not actually X terminals, but which have extra code to support the xterm
31317 style mouse.
31318 For those emulators you not only need to turn this feature on but you also
31319 have to set the $DISPLAY environment variable even though it isn't needed
31320 for your terminal.
31321 That will cause Alpine to think that it is an xterm and to properly interpret the
31322 escape sequences sent by the mouse.
31324 Note: if this feature is set, the behavior of X terminal cut-and-paste is
31325 also modified.  It is sometimes possible to hold the shift key down while clicking
31326 left or middle mouse buttons for the normal xterm cut/paste operations. 
31327 There is also an Alpine command to toggle this mode on or off.
31328 The command is Ctrl-&#92; (Control-backslash).
31330 &lt;End of help on this topic&gt;
31331 </BODY>
31332 </HTML>
31333 ====== h_config_enable_xterm_newmail =====
31334 <HTML>
31335 <HEAD>        
31336 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
31337 </HEAD>
31338 <BODY>
31339 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
31341 This feature controls whether or not Alpine will attempt to announce new
31342 mail arrival when it is running in an X terminal window and that window
31343 is iconified.  If set, and the $DISPLAY variable indicates that an X
31344 terminal is being used, Alpine will send appropriate escape sequences to
31345 the X terminal to modify the label on Alpine's icon to indicate that new
31346 mail has arrived. Alpine will also modify the Alpine window's title to
31347 indicate new mail.
31348 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
31350 &lt;End of help on this topic&gt;
31351 </BODY></HTML>
31352 ====== h_config_enable_newmail_short_text =====
31353 <HTML>
31354 <HEAD>        
31355 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
31356 </HEAD>
31357 <BODY>
31358 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
31360 This feature controls the text to be displayed in an icon in the event
31361 of a new message arrival.  Normally, the message will
31362 be the one that is displayed on the screen.  This feature shortens the
31363 message to a count of the number of new messages in brackets.  This may be
31364 more useful for those who use the window's title bar in the task bar as a
31365 new mail indicator.  This feature is only useful if the
31366 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
31367 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
31368 feature, this feature is only relevant when run in an xterm environment.
31370 &lt;End of help on this topic&gt;
31371 </BODY></HTML>
31372 ====== h_config_copy_to_to_from =====
31373 <HTML>
31374 <HEAD>
31375 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
31376 </HEAD>
31377 <BODY>
31378 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
31380 This feature affects the From address used when Replying to a message.
31381 It is probably only useful if you have some
31382 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
31383 defined.
31384 When enabled, it checks to see if any of the addresses in the To or Cc
31385 fields of the message you are replying to is one of your addresses.
31386 If it is, and there is only one of them, then that address is used as
31387 the From address in the message you are composing.
31388 In other words, you will be using a From address that is the same
31389 as the To address that was used to get the mail to you in the first place.
31392 If a role is being used and it has a From address defined, that From address will
31393 be used rather than the one derived from this feature.
31396 <UL>   
31397 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31398 </UL><P>
31399 &lt;End of help on this topic&gt;
31400 </BODY>
31401 </HTML>
31402 ====== h_config_prefix_editing =====
31403 <HTML>
31404 <HEAD>
31405 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
31406 </HEAD>
31407 <BODY>
31408 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
31410 This feature affects the Reply command's &quot;Include original message
31411 in Reply?&quot; prompt.  When enabled, it causes the
31412 &quot;Edit Indent String&quot; sub-command to appear which allows 
31413 you to edit the string Alpine would otherwise use to denote included 
31414 text from the message being replied to.<P>
31416 Thus, you can change Alpine's default message quote character (usually
31417 an angle bracket) on a per message basis. So you could change your quoted message to
31418 look, for example, like this:<p>
31420 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
31422 John: I just wanted to say hello and to congratulate you
31423 John: on a job well done!</pre><p>
31425 The configuration option
31426 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
31427 may be used to change what appears as the default string to be edited.
31429 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
31430 currently being replied to.
31432 If you change your <!--#echo var="VAR_reply-indent-string"-->
31433 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
31434 quoted text will not be flowed
31435 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
31436 when you reply.
31437 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
31438 set to the default value.
31440 <UL>   
31441 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31442 </UL><P>
31443 &lt;End of help on this topic&gt;
31444 </BODY>
31445 </HTML>
31446 ====== h_config_enable_search_and_repl =====
31447 <HTML>
31448 <HEAD>
31449 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
31450 </HEAD>
31451 <BODY>
31452 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
31454 This feature modifies the behavior of Alpine's composer.  Setting this
31455 feature causes Alpine to offer the "^R Replace" subcommand, which
31456 allows you to search and replace text strings in a message you are composing, 
31457 inside the "^W Where is" command.  
31461 To search and replace text, first enter the text to be replaced at the 
31462 "Search: " prompt.  Then, rather than pressing Enter to just search for that
31463 text, press ^R, which turns the prompt into 
31467 Search (to replace): 
31471 and then press Enter.  The cursor will highlight the first occurrence 
31472 of the text string you entered, and the prompt will show: 
31476 Replace "<your text string>" with : 
31480 where <your text string> is what you entered at the previous prompt;
31481 here, enter the replacement text.  To only replace the highlighted 
31482 occurrence, simply press Enter now; to replace all occurrences in the 
31483 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
31484 each replacement.
31488 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
31489 ^X toggles between "Replace All" and "Replace One."
31493 If you previously searched for text in a message, it will be offered for 
31494 re-use as part of the prompt, shown in [ ] brackets.
31497 &lt;End of help on this topic&gt;
31498 </BODY>
31499 </HTML>
31500 ====== h_config_enable_view_attach =====
31501 <HTML>
31502 <HEAD>
31503 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
31504 </HEAD>
31505 <BODY>
31506 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
31508 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31509 Setting this feature causes Alpine to present attachments in boldface.
31510 The first available attachment is displayed in inverse.  This is the
31511 "selected" attachment.  Pressing RETURN will cause Alpine to display
31512 the selected attachment.  Use the arrow keys to change which of the
31513 attachments displayed in boldface is the current selection.
31517 Speaking of arrow keys, the Up and Down Arrows will select the next
31518 and previous attachments if one is available on the screen for selection.
31519 Otherwise, they will simply adjust the viewed text one line up or down.
31523 Similarly, when selectable items are present in a message, the Ctrl-F key
31524 can be used to select the next item in the message independent of which
31525 portion of the viewed message is currently displayed. The Ctrl-B key can
31526 be used to select the previous item in the same way. 
31527 <P> 
31528 &lt;End of help on this topic&gt;
31529 </BODY>
31530 </HTML>
31531 ====== h_config_enable_y_print =====
31532 <HTML>
31533 <HEAD>
31534 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
31535 </HEAD>
31536 <BODY>
31537 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
31539 This feature modifies the behavior of Alpine's Print command.
31541 By default, Alpine's print command is available by pressing the "%" key.  
31542 (This command is a substantial change from Pine versions before 4.00 -- 
31543 where the print command was "Y" -- based on numerous complaints about 
31544 printing being invoked inadvertently, since Y also means "Yes.")  
31548 This feature is supplied to mitigate any disruption or anxiety users 
31549 might feel as a result of this change.  
31553 Enabling this feature will cause Alpine to recognize both the old
31554 command, "Y" for Prynt, as well the new "%" method for invoking
31555 printing.  Note, key menu labels are not changed as a result of
31556 enabling this feature.
31560 &lt;End of help on this topic&gt;
31561 </BODY>
31562 </HTML>
31563 ====== h_config_enable_lessthan_exit =====
31564 <HTML>
31565 <HEAD>
31566 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
31567 </HEAD>
31568 <BODY>
31569 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
31571 If this feature is set, then on screens where there is an Exit command
31572 but no < command, the < key will perform the same function as the Exit
31573 command.
31574 This feature is set by default.
31576 &lt;End of help on this topic&gt;
31577 </BODY>
31578 </HTML>
31579 ====== h_config_enable_view_url =====
31580 <HTML>
31581 <HEAD>
31582 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
31583 </HEAD>
31584 <BODY>
31585 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
31586 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31587 When this feature is set (the default) Alpine will select possible URLs from the
31588 displayed text and display them in boldface for selection.
31590 The first available URL is displayed in inverse.  This is the
31591 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
31592 the selected URL via either built-in means as with mailto:, imap:,
31593 news:, and nntp:, or via an external application as defined
31594 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
31595 variable.
31597 Use the arrow keys to change which of the URLs displayed in boldface
31598 is the current selection.
31600 Speaking of arrow keys, the Up and Down Arrows will select the next
31601 and previous URL if one is available on the screen for selection (unless 
31602 you have set the feature 
31603 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
31604 Otherwise, they will simply adjust the viewed text one line up or down.
31606 Similarly, when selectable items are present in a message, the Ctrl-F
31607 key can be used to select the next item in the message independent
31608 of which portion of the viewed message is currently displayed. The
31609 Ctrl-B key can be used to select the previous item in the same way.
31611 <UL>   
31612 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31613 </UL><P>
31614 &lt;End of help on this topic&gt;
31615 </BODY>
31616 </HTML>
31617 ====== h_config_enable_view_web_host =====
31618 <HTML>
31619 <HEAD>
31620 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
31621 </HEAD>
31622 <BODY>
31623 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
31625 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31626 When this feature is set (the default) Alpine will select possible web hostnames
31627 from the displayed text and display them in boldface for selection.  
31628 This can be useful when you receive messages referencing World Wide Web 
31629 sites without the use of complete URLs; for example, specifying only 
31630 &quot;www.some.site.com&quot; (which will <B>not</B> become a 
31631 selectable 
31632 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
31633 rather than explicitly
31634 &quot;http://www.some.site.com&quot;.  
31636 The first available hostname is displayed in inverse.  This is the
31637 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
31638 the selected hostname via an external application as defined
31639 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
31640 variable.
31642 Use the arrow keys (unless you have set the feature 
31643 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
31644 to change which of the hostnames displayed in
31645 boldface is the current selection.
31647 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
31648 key can be used to select the next web hostname in the message independent
31649 of which portion of the viewed message is currently displayed. The
31650 Ctrl-B key can be used to select the previous web hostnames in the same way.
31652 <UL>   
31653 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31654 </UL><P>
31655 &lt;End of help on this topic&gt;
31656 </BODY>
31657 </HTML>
31658 ====== h_config_enable_view_addresses =====
31659 <HTML>
31660 <HEAD>
31661 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
31662 </HEAD>
31663 <BODY>
31664 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
31666 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31667 Setting this feature causes Alpine to select possible email addresses
31668 from the displayed text and display them in boldface for selection.  
31671 The first available email address is displayed in inverse.  This is the
31672 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
31673 the message composition screen with the To: field filled in with the
31674 selected address.
31676 Use the arrow keys (unless you have set the feature 
31677 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
31678 to change which of the hostnames displayed in
31679 boldface is the current selection.
31681 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
31682 key can be used to select the next web hostname in the message independent
31683 of which portion of the viewed message is currently displayed. The
31684 Ctrl-B key can be used to select the previous web hostnames in the same way.
31686 <UL>   
31687 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31688 </UL><P>
31689 &lt;End of help on this topic&gt;
31690 </BODY>
31691 </HTML>
31692 ====== h_external_loads_inline_images_only =====
31693 <HTML>
31694 <HEAD>
31695 <TITLE>FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></TITLE>
31696 </HEAD>
31697 <BODY>
31698 <H1>FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></H1>
31700 Alpine allows you to pass a HTML message to the browser that you have configured in your
31701 <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A> variable. This allows
31702 you to read a message outside of Alpine. This is desirable when Alpine does not display
31703 html correctly, or when you wish to read the message and see the inline images in the message.
31706 An inline image is one that comes with the message and is necessary for the correct display of
31707 the message. However, there are instances in which the source of an image will come from
31708 external servers. If this feature is enabled (the default) then Alpine will only pass inline
31709 images to the browser and will remove the link to external images, so only inline images will
31710 be used to display the message, and no external image will be loaded. Alpine does this to protect
31711 your privacy and security.
31714 Please note that messages are usually formatted by the sender so that they display correctly once
31715 all images have been loaded. Enabling this feature might cause the message not to be correctly
31716 displayed by your browser.
31719 Also consider security and privacy implications of opening an HTML message in a browser. You are
31720 always protected when you do not use this feature, but you might not have the same level of
31721 protection if you try to open a spam or scam using the html view. Also commercial email is
31722 normally embedded with links to external images that let them, their partners, and your internet
31723 service provider (which could be your employer or school)  know that you opened their message or
31724 connected to a web site, violating your privacy.
31727 If you are worried about your privacy and security, do not use an external viewer to open
31728 html files, and keep using the internal mechanisms that Alpine provides to read messages.
31731 &lt;End of help on this topic&gt;
31732 </BODY>
31733 <HTML>
31734 ====== h_config_enable_view_arrows =====
31735 <HTML>
31736 <HEAD>
31737 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
31738 </HEAD>
31739 <BODY>
31740 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
31742 This feature modifies Up and Down arrow key behavior in Alpine's
31743 MESSAGE TEXT screen when selectable Attachments, URL's, or
31744 web-hostnames are presented. Alpine's usual behavior is to move to
31745 the next or previous selectable item if currently displayed or
31746 simply to adjust the screen view by one line.
31750 Setting this feature causes the UP and Down arrow key to behave as
31751 if no selectable items were present in the message.
31755 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
31756 item) functionality is unchanged.
31759 &lt;End of help on this topic&gt;
31760 </BODY>
31761 <HTML>
31762 ====== h_config_quell_charset_warning =====
31763 <HTML>
31764 <HEAD>
31765 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
31766 </HEAD>
31767 <BODY>
31768 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
31770 By default, if the message you are viewing contains characters that are
31771 not representable in your
31772 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
31773 then Alpine will
31774 add a warning to the start of the displayed text.
31775 If this option is set, then that editorial message will be suppressed.
31777 Setting this feature also suppresses the comment about the character set
31778 in header lines.
31779 For example, when viewing a message you might see
31781 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
31783 in the From header if your Character-Set is something other than ISO-8859-2.
31784 If you set this feature, the comment about the character set will
31785 no longer be there.
31787 &lt;End of help on this topic&gt;
31788 </BODY>
31789 </HTML>
31790 ====== h_config_quell_host_after_url =====
31791 <HTML>
31792 <HEAD>
31793 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
31794 </HEAD>
31795 <BODY>
31796 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
31798 By default, links in HTML text are displayed with the host the link
31799 references appended, within square brackets, to the link text.  Alpine
31800 does this to help indicate where a link will take you, particularly when
31801 the link text might suggest a different destination.
31804 Setting this feature will prevent the server name from being appended
31805 to the displayed text.
31808 &lt;End of help on this topic&gt;
31809 </BODY>
31810 </HTML>
31811 ====== h_config_prefer_plain_text =====
31812 <HTML>
31813 <HEAD>
31814 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
31815 </HEAD>
31816 <BODY>
31817 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
31819 A message being viewed may contain alternate versions of the same content.
31820 Those alternate versions are supposed to be ordered by the sending software such that the
31821 first alternative is the least preferred and the last alternative is the
31822 most preferred. Alpine will normally display the most-preferred version that
31823 it knows how to display. This is most often encountered where the two
31824 alternate versions are a plain text version and an HTML version, with the
31825 HTML version listed last as the most preferred.
31827 If this option is set, then any plain text version will be preferred to
31828 all other versions.
31830 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
31831 which will temporarily change the sense of this option.
31832 If this option is set you will first see the plain text version of a
31833 message.
31834 If you then type the &quot;A&quot; command, you will see the most preferred version,
31835 most likely HTML, instead.
31836 Typing the &quot;A&quot; command a second time will switch it back.
31837 Alternatively, if the present option is not set you will originally see
31838 the most preferred version of the message and typing &quot;A&quot; will switch to
31839 the plain text version.
31841 &lt;End of help on this topic&gt;
31842 </BODY>
31843 </HTML>
31844 ====== h_config_pass_control =====
31845 <HTML>
31846 <HEAD>
31847 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
31848 </HEAD>
31849 <BODY>
31850 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
31852 It is probably not useful to set this option.
31853 This is a legacy option left behind &quot;just in case&quot;.
31854 Multi-byte characters that have an octet that has the same
31855 value as a control character are permitted through whether or not
31856 this option is turned on.
31858 This feature controls how certain characters contained in messages are
31859 displayed.
31860 If set, all characters in a message will be sent to the
31861 screen. Normally, control characters are displayed as shown below to
31862 avoid a garbled screen and to 
31863 avoid inadvertently changing terminal setup parameters.
31864 Control characters are usually displayed as two character sequences like
31865 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
31866 for Control-C,
31867 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
31868 for ESCAPE,
31869 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
31870 for DELETE, and
31871 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
31872 for the character with value 133 (0x85).
31873 (The DEL character is displayed as ^?, regular control characters are displayed
31874 as the character ^ followed by the character obtained by adding the
31875 five low-order bits of the character to 0x40, and the C1
31876 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
31877 character obtained by adding the
31878 five low-order bits of the character to 0x40.)
31879 Sometimes, in cases where changing a single control character into a
31880 two-character sequence would confuse Alpine's display routines,
31881 a question mark is substituted for the control character.
31883 If you wish to filter out regular control characters but pass the
31884 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
31885 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.
31887 &lt;End of help on this topic&gt;
31888 </BODY>
31889 </HTML>
31890 ====== h_config_pass_c1_control =====
31891 <HTML>
31892 <HEAD>
31893 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
31894 </HEAD>
31895 <BODY>
31896 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
31898 It is probably not useful to set this option.
31899 This is a legacy option left behind &quot;just in case&quot;.
31900 Multi-byte characters that have an octet that has the same
31901 value as a control character are permitted through whether or not
31902 this option is turned on.
31904 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
31905 is set, then this feature has no effect.
31906 However, if you wish to filter out regular control characters but pass the
31907 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
31908 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
31909 unset and set this feature.
31911 &lt;End of help on this topic&gt;
31912 </BODY>
31913 </HTML>
31914 ====== h_config_fcc_on_bounce =====
31915 <HTML>
31916 <HEAD>
31917 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
31918 </HEAD>
31919 <BODY>
31920 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
31922 This feature controls an aspect of Alpine's behavior when bouncing a
31923 message. If set, normal FCC ("File Carbon Copy") processing will be
31924 done, just as if you had composed a message to the address you are
31925 bouncing to.  If not set, no FCC of the message will be saved. 
31927 &lt;End of help on this topic&gt;
31928 </BODY>
31929 </HTML>
31930 ====== h_config_show_cursor =====
31931 <HTML>
31932 <HEAD>
31933 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
31934 </HEAD>
31935 <BODY>
31936 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
31938 This feature controls an aspect of Alpine's displays.  If set, the system
31939 cursor will move to convenient locations in the displays.  For example,
31940 to the beginning of the status field of the highlighted index line, or
31941 to the highlighted word after a successful WhereIs command.  It is intended
31942 to draw your attention to an "interesting" spot on the screen.
31944 &lt;End of help on this topic&gt;
31945 </BODY>
31946 </HTML>
31947 ====== h_config_sort_fcc_alpha =====
31948 <HTML>
31949 <HEAD>
31950 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
31951 </HEAD>
31952 <BODY>
31953 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
31955 This feature controls an aspect of Alpine's FOLDER LIST screen.
31956 If set, the default Fcc folder will be sorted alphabetically with the other
31957 folders instead of appearing right after the INBOX.
31959 &lt;End of help on this topic&gt;
31960 </BODY>
31961 </HTML>
31962 ====== h_config_sort_save_alpha =====
31963 <HTML>
31964 <HEAD>
31965 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
31966 </HEAD>
31967 <BODY>
31968 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
31970 This feature controls an aspect of Alpine's FOLDER LIST screen.
31971 If set, the default save folder will be sorted alphabetically with the other
31972 folders instead of appearing right after the INBOX (and default FCC folder).
31974 &lt;End of help on this topic&gt;
31975 </BODY>
31976 </HTML>
31977 ====== h_config_single_list =====
31978 <HTML>
31979 <HEAD>
31980 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
31981 </HEAD>
31982 <BODY>
31983 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
31985 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
31986 the folders will be listed one per line instead of several per line
31987 in the FOLDER LIST display.
31989 &lt;End of help on this topic&gt;
31990 </BODY>
31991 </HTML>
31992 ====== h_config_vertical_list =====
31993 <HTML>
31994 <HEAD>
31995 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
31996 </HEAD>
31997 <BODY>
31998 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
32000 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
32001 the folders will be listed alphabetically down the columns rather
32002 than across the columns as is the default.
32004 &lt;End of help on this topic&gt;
32005 </BODY>
32006 </HTML>
32007 ====== h_config_verbose_post =====
32008 <HTML>
32009 <HEAD>
32010 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
32011 </HEAD>
32012 <BODY>
32013 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
32014 This feature controls an aspect of Alpine's message sending.  When enabled,
32015 Alpine will send a VERB (i.e., VERBose) command early in the posting process
32016 intended to cause the SMTP server to provide a more detailed account of
32017 the transaction.  This feature is typically only useful to system
32018 administrators and other support personnel as an aid in troubleshooting
32019 problems.
32021 Note, this feature relies on a specific capability of the system's mail
32022 transport agent or configured 
32023 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
32024 It is possible that this
32025 feature will cause problems for some transport agents, and may result in
32026 sending failure.  In addition, as the verbose output comes from the mail
32027 transport agent, it is likely to vary from one system to another. 
32028 <P><UL>
32029 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32030 </UL><P>
32031 &lt;End of help on this topic&gt;
32032 </BODY>
32033 </HTML>
32034 ====== h_config_auto_reply_to =====
32035 <HTML>
32036 <HEAD>
32037 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
32038 </HEAD>
32039 <BODY>
32040 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
32042 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
32043 will not prompt when a message being replied to contains a "Reply-To:"
32044 header value, but will simply use its value (as opposed to using the
32045 "From:" field's value).
32049 Note: Using the "Reply-To:" address is usually the preferred behavior,
32050 however, some mailing list managers choose to place the list's address in
32051 the "Reply-To:" field of any message sent out to the list.  In such
32052 cases, this feature makes it all too easy for personal replies to be
32053 inadvertently sent to the entire mail list, so be careful! 
32055 &lt;End of help on this topic&gt;
32056 </BODY>
32057 </HTML>
32058 ====== h_config_del_skips_del =====
32059 <HTML>
32060 <HEAD>
32061 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
32062 </HEAD>
32063 <BODY>
32064 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
32066 This feature controls an aspect of Alpine's Delete command.  If set, this
32067 feature will cause the Delete command to advance past following messages that
32068 are marked deleted.  In other words, pressing "D" will both mark the
32069 current message deleted and advance to the next message that is not marked
32070 deleted.
32071 This feature is set by default.
32073 &lt;End of help on this topic&gt;
32074 </BODY></HTML>
32075 ====== h_config_expunge_manually =====
32076 <HTML>
32077 <HEAD>
32078 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
32079 </HEAD>
32080 <BODY>
32081 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
32083 Normally, when you close a folder that contains deleted messages you are
32084 asked if you want to expunge those messages from the folder permanently.
32085 If this feature is set, you won't be asked and the deleted messages will
32086 remain in the folder.
32087 If you choose to set this feature you will have to expunge the
32088 messages manually using the eXpunge command, which you can use while
32089 in the MESSAGE INDEX screen.
32090 If you do not expunge deleted messages the size of your
32091 folder will continue to increase until you are out of disk space.
32093 <UL>   
32094 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32095 </UL><P>
32096 &lt;End of help on this topic&gt;
32097 </BODY>
32098 </HTML>
32099 ====== h_config_auto_expunge =====
32100 <HTML>
32101 <HEAD>
32102 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
32103 </HEAD>
32104 <BODY>
32105 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
32107 This features controls an aspect of Alpine's eXpunge command.  If set, you
32108 will <B>not</B> be prompted to confirm your intent before the expunge takes 
32109 place.
32110 Actually, this is only true for the INBOX folder and for folders in the
32111 Incoming Folders collection. See the feature
32112 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
32114 <UL>   
32115 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32116 </UL><P>
32117 &lt;End of help on this topic&gt;
32118 </BODY>
32119 </HTML>
32120 ====== h_config_full_auto_expunge =====
32121 <HTML>
32122 <HEAD>
32123 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
32124 </HEAD>
32125 <BODY>
32126 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
32128 This features controls an aspect of Alpine's eXpunge command.  If set, you
32129 will <B>not</B> be prompted to confirm your intent before the expunge 
32130 takes place.  This feature sets this behavior for all folders, unlike the
32131 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
32132 feature that works only for incoming folders.
32134 <UL>   
32135 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32136 </UL><P>
32137 &lt;End of help on this topic&gt;
32138 </BODY>
32139 </HTML>
32140 ====== h_config_auto_read_msgs =====
32141 <HTML>
32142 <HEAD>
32143 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
32144 </HEAD>
32145 <BODY>
32146 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
32147 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
32148 and the 
32149 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
32150 option is also set, then Alpine will
32151 automatically transfer all read messages to the designated folder and mark
32152 them as deleted in the INBOX.  Messages in the INBOX marked with an 
32153 &quot;N&quot; (meaning New, or unseen) are not affected.
32155 <UL>   
32156 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32157 </UL><P>
32158 &lt;End of help on this topic&gt;
32159 </BODY>
32160 </HTML>
32161 ====== h_config_auto_fcc_only =====
32162 <HTML>
32163 <HEAD>
32164 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
32165 </HEAD>
32166 <BODY>
32167 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
32168 This features controls an aspect of Alpine's composer.
32169 The only time this feature will be used is if you attempt to send mail
32170 that has no recipients but does have an Fcc.
32171 Normally, Alpine will ask if you really mean to copy the message only to
32172 the Fcc.
32173 That is, it asks if you really meant to have no recipients.
32174 If this feature is set, you
32175 will <B>not</B> be prompted to confirm your intent to make only a copy
32176 of a message with no recipients.
32178 This feature is closely related to
32179 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
32180 The difference between this feature and that feature is that this feature
32181 considers a Bcc to be a recipient while that feature will ask for confirmation
32182 even if there is a Bcc when there is no To, Cc, or Newsgroup.
32183 The default values also differ. This feature defaults to asking the question
32184 and you have to turn it off.
32185 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
32186 unless you turn it on.
32189 <UL>   
32190 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32191 </UL><P>
32192 &lt;End of help on this topic&gt;
32193 </BODY>
32194 </HTML>
32195 ====== h_config_mark_fcc_seen =====
32196 <HTML>
32197 <HEAD>
32198 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
32199 </HEAD>
32200 <BODY>
32201 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
32203 This features controls the way Fccs (File carbon copies) are
32204 made of the messages you send.
32207 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
32208 copy will be marked as Unseen.
32209 When you look at the folder it was saved in the message will appear to
32210 be a New message until you read it.
32211 When this feature is enabled, the message will be marked as having
32212 been Seen.
32215 <UL>   
32216 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32217 </UL><P>
32218 &lt;End of help on this topic&gt;
32219 </BODY>
32220 </HTML>
32221 ====== h_config_no_fcc_attach =====
32222 <HTML>
32223 <HEAD>
32224 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
32225 </HEAD>
32226 <BODY>
32227 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
32229 This features controls the way Fcc's (File carbon copies) are
32230 made of the messages you send.
32233 Normally, Alpine saves an exact copy of your message as it was sent.
32234 When this feature is enabled, the &quot;body&quot; of the message
32235 you send (the text you type in the composer) is preserved in the 
32236 copy as before, however all attachments are replaced with text
32237 explaining what had been sent rather than the attachments themselves.
32240 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
32241 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
32242 allows you to interactively set whether or not attachments are saved
32243 to the Fcc'd copy.
32246 <UL>   
32247 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32248 </UL><P>
32249 &lt;End of help on this topic&gt;
32250 </BODY>
32251 </HTML>
32252 ====== h_config_read_in_newsrc_order =====
32253 <HTML>
32254 <HEAD>
32255 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
32256 </HEAD>
32257 <BODY>
32258 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
32260 This feature controls the order in which newsgroups will be presented.  If
32261 set, they will be presented in the same order as they occur in your 
32262 <!--chtml if pinemode="os_windows"-->
32263 &quot;NEWSRC&quot;
32264 <!--chtml else-->
32265 &quot;.newsrc&quot;
32266 <!--chtml endif-->
32267 file (the default location of which can be changed with the 
32268 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
32270 If not set, the newsgroups will be presented in alphabetical order.
32272 <UL>   
32273 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32274 </UL><P>
32275 &lt;End of help on this topic&gt;
32276 </BODY>
32277 </HTML>
32278 ====== h_config_quell_tz_comment =====
32279 <HTML>
32280 <HEAD>
32281 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
32282 </HEAD>
32283 <BODY>
32284 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
32286 Normally, when Alpine generates a Date header for outgoing mail,
32287 it will try to include the symbolic timezone at the end of the
32288 header inside parentheses.
32289 The symbolic timezone is often three characters long, but on
32290 some operating systems, it may be longer.
32291 Apparently there are some SMTP servers in the world that will reject an
32292 incoming message if it has a Date header longer than about 80 characters.
32293 If this feature is set, the symbolic timezone normally generated by
32294 Alpine will not be included.
32295 You probably don't need to worry about this feature unless you run into
32296 the problem described above.
32299 &lt;End of help on this topic&gt;
32300 </BODY>
32301 </HTML>
32302 ====== h_config_post_wo_validation =====
32303 <HTML>
32304 <HEAD>
32305 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
32306 </HEAD>
32307 <BODY>
32308 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
32310 This feature controls whether the NNTP server is queried as newsgroups
32311 are entered for posting.  Validation over slow links (e.g. dialup using
32312 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
32314 &lt;End of help on this topic&gt;
32315 </BODY>
32316 </HTML>
32317 ====== h_config_send_wo_confirm =====
32318 <HTML>
32319 <HEAD>
32320 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
32321 </HEAD>
32322 <BODY>
32323 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
32325 By default, when you send or post a message you will be asked to confirm
32326 with a question that looks something like:
32329 <CENTER><SAMP>Send message?</SAMP></CENTER>
32332 If this feature is set, you
32333 will <B>not</B> be prompted to confirm your intent to send
32334 and your message will be sent.
32336 If this feature is set it disables some possibilities and renders some
32337 other features meaningless.
32338 You will not be able to use
32339 <A HREF="h_config_sending_filter">Sending Filters</A>,
32340 Verbose sending mode,
32341 <A HREF="h_config_compose_bg_post">Background Sending</A>,
32342 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
32343 or ^V to turn off the generation of flowed text for this message.
32344 These options are normally available as suboptions in the Send prompt, but
32345 with no Send prompt the options are gone.
32348 A somewhat related feature is
32349 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
32350 which may be used to eliminate the extra confirmation
32351 question when posting to a newsgroup.
32353 <UL>   
32354 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32355 </UL><P>
32356 &lt;End of help on this topic&gt;
32357 </BODY>
32358 </HTML>
32359 ====== h_config_quell_filtering_done_message =====
32360 <HTML>
32361 <HEAD>
32362 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
32363 </HEAD>
32364 <BODY>
32365 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
32367 If you use Filter Rules that move messages or set status of messages
32368 you sometimes see a message from Alpine that looks like
32371 <CENTER><SAMP>filtering done</SAMP></CENTER>
32374 If this feature is set, this message will be suppressed.
32375 If the feature
32376 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
32377 is set then this message will be suppressed regardless.
32380 <UL>   
32381 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32382 </UL><P>
32383 &lt;End of help on this topic&gt;
32384 </BODY>
32385 </HTML>
32386 ====== h_config_quell_filtering_messages =====
32387 <HTML>
32388 <HEAD>
32389 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
32390 </HEAD>
32391 <BODY>
32392 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
32394 If you use Filter Rules that move messages or set status of messages
32395 you sometimes see messages from Alpine that look like
32398 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
32404 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
32410 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
32413 If this feature is set, these messages will be suppressed.
32414 The feature
32415 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
32416 is related.
32419 <UL>   
32420 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32421 </UL><P>
32422 &lt;End of help on this topic&gt;
32423 </BODY>
32424 </HTML>
32425 ====== h_config_quell_post_prompt =====
32426 <HTML>
32427 <HEAD>
32428 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
32429 </HEAD>
32430 <BODY>
32431 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
32433 By default, when you post a message to a newsgroup you are asked to confirm
32434 that you want to post with the question
32437 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
32440 If this feature is set, you
32441 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
32442 and your message will be posted.
32445 <UL>   
32446 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32447 </UL><P>
32448 &lt;End of help on this topic&gt;
32449 </BODY>
32450 </HTML>
32451 ====== h_config_check_mail_onquit =====
32452 <HTML>
32453 <HEAD>
32454 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
32455 </HEAD>
32456 <BODY>
32457 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
32459 If this feature is set, Alpine will check for new mail after you give the
32460 Quit command.
32461 If new mail has arrived since the previous check, you will be notified
32462 and given the choice of quitting or not quitting.
32464 <UL>   
32465 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32466 </UL><P>
32467 &lt;End of help on this topic&gt;
32468 </BODY>
32469 </HTML>
32470 ====== h_config_inbox_no_confirm =====
32471 <HTML>
32472 <HEAD>
32473 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
32474 </HEAD>
32475 <BODY>
32476 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
32478 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
32479 command and there are no more folders or newsgroups to visit, you are asked
32480 if you want to return to the INBOX.
32481 If this feature is set you will not be asked.
32482 It will be assumed that you do want to return to the INBOX.
32484 <UL>   
32485 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32486 </UL><P>
32487 &lt;End of help on this topic&gt;
32488 </BODY>
32489 </HTML>
32490 ====== h_config_dates_to_local =====
32491 <HTML>
32492 <HEAD>
32493 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
32494 </HEAD>
32495 <BODY>
32496 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
32498 Normally, the message dates that you see in the
32499 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
32500 For example, if a message was sent to you from a few timezones to the east
32501 it might appear that it was sent from the future;
32502 or if it was sent from somewhere to the west it might appear
32503 as if it is from yesterday even though it was sent only a few minutes ago.
32504 If this feature is set an attempt will be made to convert the dates
32505 to your local timezone to be displayed.
32507 Note that this does not affect the results of Select by Date or of
32508 anything else other than these displayed dates.
32509 When viewing the message you may look at the original unconverted value of the Date
32510 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
32512 <UL>   
32513 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32514 </UL><P>
32515 &lt;End of help on this topic&gt;
32516 </BODY>
32517 </HTML>
32518 ====== h_config_tab_no_prompt =====
32519 <HTML>
32520 <HEAD>
32521 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
32522 </HEAD>
32523 <BODY>
32524 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
32526 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
32527 command and there is a problem checking a folder, you are asked
32528 whether you want to continue with the search in the following folder or not.
32529 This question gives you a chance to stop the NextNew processing.
32530 (The checking problem might be caused by the fact that the folder does not
32531 exist, or by an authentication problem, or by a server problem
32532 of some sort.)
32535 If this feature is set you will not be asked.
32536 It will be assumed that you do want to continue.
32538 <UL>   
32539 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32540 </UL><P>
32541 &lt;End of help on this topic&gt;
32542 </BODY>
32543 </HTML>
32544 ====== h_config_input_history =====
32545 <HTML>
32546 <HEAD>
32547 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
32548 </HEAD>
32549 <BODY>
32550 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
32552 Many of the prompts that ask for input in the status line near the
32553 bottom of the screen will respond to Up Arrow and Down Arrow
32554 with the history of previous entries.
32555 For example, in the MESSAGE INDEX screen when you use the WhereIs
32556 command the text you entered will be remembered and can be recalled
32557 by using the Up Arrow key.
32558 Another example, when saving a message the folders saved to will
32559 be remembered and can be recalled using the arrow keys.
32561 In the Save prompt, some users prefer that the Up and Down arrow keys
32562 be used for the Previous Collection and Next Collection commands
32563 instead of for a history of previous saves.
32564 If this option is set the Up and Down arrow keys will become synonyms for the
32565 Previous Collection and Next Collection (^P and ^N) commands in the
32566 prompt for the name of a folder to Save to or in the prompt for the
32567 name of a folder to GoTo.
32568 When this feature is not set (the default), ^P and ^N will change the
32569 collection and the arrow keys will show the history.
32571 <UL>   
32572 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32573 </UL><P>
32574 &lt;End of help on this topic&gt;
32575 </BODY>
32576 </HTML>
32577 ====== h_config_confirm_role =====
32578 <HTML>
32579 <HEAD>
32580 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
32581 </HEAD>
32582 <BODY>
32583 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
32585 If you have roles, when you Reply to or Forward a message, or Compose
32586 a new message, Alpine
32587 will search through your roles for one that matches.
32588 Normally, if no matches are found you will be placed into the composer
32589 with no opportunity to select a role.
32590 If this feature is set, then you will be asked to confirm that you don't
32591 want a role.
32592 This will give you the opportunity to select a role (with the ^T command).
32593 If you confirm no role with a Return, you will be placed in
32594 the composer with no role.
32595 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
32596 These behave the same as if you pressed the Return.
32597 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
32598 match what you might type if there was a role match.)
32600 If you are using the alternate form of the Compose command called
32601 &quot;Role&quot;, then all of your roles will be available to you,
32602 independent of the value of this feature and of the values set for all of
32603 Reply Use, Forward Use, and Compose Use.
32605 <UL>   
32606 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32607 </UL><P>
32608 &lt;End of help on this topic&gt;
32609 </BODY>
32610 </HTML>
32611 ====== h_config_news_cross_deletes =====
32612 <HTML>
32613 <HEAD>
32614 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
32615 </HEAD>
32616 <BODY>
32617 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
32619 This feature controls what Alpine does when you delete a message in a
32620 newsgroup that appears in more than one newsgroup.  Such a message
32621 is sometimes termed a &quot;crossposting&quot; in that it was posted
32622 across several newsgroups.
32625 Alpine's default behavior when you delete such a message is to remove
32626 only the copy in the current newsgroup from view when you use the
32627 &quot;Exclude&quot; command or the next time you visit the newsgroup.
32630 Enabling this feature causes Alpine to remove every occurrence of the
32631 message from all newsgroups it appears in and to which you are
32632 subscribed.
32635 NOTE: As currently implemented, enabling this feature may increase the
32636 time it takes the Expunge command and newsgroup closing to complete.
32639 <UL>   
32640 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32641 </UL><P>
32642 &lt;End of help on this topic&gt;
32643 </BODY>
32644 </HTML>
32645 ====== h_config_news_catchup =====
32646 <HTML>
32647 <HEAD>
32648 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
32649 </HEAD>
32650 <BODY>
32651 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
32653 This feature controls what Alpine does as it closes a newsgroup.
32654 When set, Alpine will offer to delete all messages from the newsgroup
32655 as you are quitting Alpine or opening a new folder.
32658 This feature is useful if you typically read all the interesting messages
32659 in a newsgroup each time you open it.  This feature saves you from
32660 having to delete each message in a newsgroup as you read it or from
32661 selecting all the messages and doing an
32662 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
32663 move on to the next folder or newsgroup.
32666 <UL>   
32667 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32668 </UL><P>
32669 &lt;End of help on this topic&gt;
32670 </BODY>
32671 </HTML>
32672 ====== h_config_next_thrd_wo_confirm =====
32673 <HTML>
32674 <HEAD>
32675 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
32676 </HEAD>
32677 <BODY>
32678 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
32680 This feature controls an aspect of Alpine's Next and Prev commands in
32681 the case where you are using one of the
32682 &quot;separate-index-screen&quot; styles for the configuration option
32683 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
32684 and currently have the folder sorted by a Threaded or OrderedSubject sort.
32685 When you are Viewing a particular thread you have a
32686 MESSAGE INDEX of only the messages in that thread.
32687 If you press the Next command with the last message in the thread highlighted
32688 you will normally be asked if you want to &quot;View next thread?&quot;,
32689 assuming there is a next thread to view.
32690 If this feature is set it will be assumed that you always want to view the
32691 next thread and you won't be asked to confirm that.
32692 Similarly, if the first message of the thread is highlighted and you
32693 press the Prev command, this feature will prevent the question
32694 &quot;View previous thread&quot;.
32696 This feature only has an effect in the MESSAGE INDEX screen.
32697 If you then view a particular message from that screen and press the
32698 Next command, you will be sent to the next thread without being asked,
32699 independent of the setting of this feature.
32701 The feature
32702 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
32704 &lt;End of help on this topic&gt;
32705 </BODY>
32706 </HTML>
32707 ====== h_config_kw_braces =====
32708 <HTML>
32709 <HEAD>
32710 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
32711 </HEAD>
32712 <BODY>
32713 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
32715 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
32716 TEXT screens.
32717 If you have modified the
32718 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
32719 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
32720 are used to display keywords or their initials along with the Subject; then
32721 this option may be used to modify the resulting display slightly.
32722 By default, the keywords or initials displayed for these tokens will be
32723 surrounded with curly braces ({ and }) and a trailing space.
32724 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
32725 a message, the &quot;SUBJKEY&quot; token will normally look like
32727 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
32729 and the SUBJKEYINIT token would look like
32731 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
32733 The default character before the keywords is the left brace ({) and the
32734 default after the keywords is the right brace followed by a space (} ).
32736 This option allows you to change that.
32737 You should set it to two values separated by a space.
32738 The values may be quoted if they include space characters.
32739 So, for example, the default value could be specified explicitly by setting this
32740 option to
32742 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
32744 The first part wouldn't need to be quoted (but it doesn't hurt).
32745 The second part does need the quotes because it includes a space character.
32746 If you wanted to change the braces to brackets you could use
32748 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
32750 Inside the quotes you can use backslash quote to mean quote, so
32752 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
32754 would produce
32756 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
32758 It is also possible to color keywords in the index using the
32759 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
32761 It is not possible to change the fact that a space character is used to
32762 separate the keywords if more than one keyword is set for a message.
32763 It is also not possible to change the fact that there are no separators
32764 between the keyword initials if more than one keyword is set.
32766 &lt;End of help on this topic&gt;
32767 </BODY>
32768 </HTML>
32769 ====== h_config_opening_sep =====
32770 <HTML>
32771 <HEAD>
32772 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
32773 </HEAD>
32774 <BODY>
32775 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
32777 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
32778 With some setups the text of the subject is followed
32779 by the opening text of the message if there is any room available in the index line.
32780 If you have configured your
32781 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
32782 to include one of the Subject tokens that causes this behavior
32783 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
32784 to modify what is displayed slightly.
32785 By default, the Subject is separated from the opening text of the message by
32786 the three characters space dash space;
32788 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
32790 Use this option to set it to something different.
32791 The value must be quoted if it includes any space characters.
32792 For example, the default value could be specified explicitly by setting this
32793 option to
32795 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
32797 &lt;End of help on this topic&gt;
32798 </BODY>
32799 </HTML>
32800 ====== h_config_select_wo_confirm =====
32801 <HTML>
32802 <HEAD>
32803 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
32804 </HEAD>
32805 <BODY>
32806 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
32808 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
32809 These commands all take text input to specify the name of the folder or
32810 file to be used, but allow you to press ^T for a list of possible names.
32811 If set, the selected name will be used immediately, without further
32812 opportunity to confirm or edit the name.
32814 Some related help topics are
32815 <UL>
32816 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
32817 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
32818 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
32819 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
32820 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
32821 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
32822 </UL>
32824 &lt;End of help on this topic&gt;
32825 </BODY>
32826 </HTML>
32827 ====== h_config_save_part_wo_confirm =====
32828 <HTML>
32829 <HEAD>
32830 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
32831 </HEAD>
32832 <BODY>
32833 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
32835 This feature controls an aspect of Alpine's Save command.
32836 By default, when you Save a message that has some deleted parts, you will
32837 be asked to confirm that you want to Save with a prompt that looks like:
32839 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
32841 If this feature is set, you will not be asked.
32843 &lt;End of help on this topic&gt;
32844 </BODY>
32845 </HTML>
32846 ====== h_config_use_resentto =====
32847 <HTML>
32848 <HEAD>
32849 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
32850 </HEAD>
32851 <BODY>
32852 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
32854 This feature is turned off by default because turning it on causes problems
32855 with some deficient IMAP servers.
32856 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
32857 <A HREF="h_rule_patterns">Pattern</A>
32858 contains a To header pattern and this feature is turned on,
32859 then a check is made in the message to see
32860 if a Resent-To header is present, and that is used instead of the To header.
32861 If this feature is not turned on, then the regular To header will always
32862 be used.
32865 &lt;End of help on this topic&gt;
32866 </BODY>
32867 </HTML>
32868 ====== h_config_use_reg_start_for_stayopen =====
32869 <HTML>
32870 <HEAD>
32871 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
32872 </HEAD>
32873 <BODY>
32874 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
32876 This feature affects which message is selected as the current message
32877 when you enter a
32878 <A HREF="h_config_permlocked">Stay Open</A> folder.
32880 Normally, the starting position for an incoming folder (which most Stay Open
32881 folders will likely be) is controlled by the
32882 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
32883 However, if a folder is a Stay Open folder, when you re-enter the folder
32884 after the first time the current message will be the same as it was when
32885 you left the folder.
32886 An exception is made if you use the TAB command to get to the folder.
32887 In that case, the message number will be incremented by one from what it
32888 was when you left the folder.
32890 The above special behavior is thought to be useful.
32891 However, it is special and different from what you might at first expect.
32892 If this feature is set, then Stay Open folders will not be treated specially
32893 as far as the startup rule is concerned.
32896 &lt;End of help on this topic&gt;
32897 </BODY>
32898 </HTML>
32899 ====== h_config_use_current_dir =====
32900 <HTML>
32901 <HEAD>
32902 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
32903 </HEAD>
32904 <BODY>
32905 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
32907 This feature controls an aspect of several commands. 
32908 If set, your &quot;current working directory&quot; 
32909 <!--chtml if pinemode="running"-->
32910 (which, at least for your current Alpine &quot;session,&quot; 
32911 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
32912 <!--chtml endif-->
32913 will be used instead of your home directory 
32914 <!--chtml if pinemode="running"-->
32915 (which, in the present configuration of your system, is
32916  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
32917 <!--chtml endif-->
32918 for all of the following operations:<UL>
32919     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
32920     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
32921     <LI> <!--chtml if pinemode="function_key"-->F4
32922          <!--chtml else-->Ctrl-R
32923          <!--chtml endif--> file inclusion in the COMPOSER
32924     <LI> <!--chtml if pinemode="function_key"-->F5
32925          <!--chtml else-->Ctrl-J
32926          <!--chtml endif--> file attachment in the COMPOSER
32927 </UL>
32928 <!--chtml if pinemode="os_windows"-->
32930 If you are starting PC-Alpine from a desktop icon or the Start menu, 
32931 you can set the &quot;current drive&quot; 
32932 by specifying it in the &quot;Start in:&quot; 
32933 box found in the Shortcut tab of the Properties.  
32934 <!--chtml endif-->
32936 <UL>   
32937 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32938 </UL>
32941 &lt;End of help on this topic&gt;
32942 </BODY>
32943 </HTML>
32944 ====== h_config_save_wont_delete =====
32945 <HTML>
32946 <HEAD>
32947 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
32948 </HEAD>
32949 <BODY>
32950 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
32952 This feature controls one aspect of the Save command.  If set, Save will
32953 not mark the message &quot;deleted&quot; (its default behavior) after
32954 it has been copied to the designated folder.
32957 &lt;End of help on this topic&gt;
32958 </BODY>
32959 </HTML>
32960 ====== h_config_use_boring_spinner =====
32961 <HTML>
32962 <HEAD>
32963 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
32964 </HEAD>
32965 <BODY>
32966 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
32968 When Alpine is delayed for some reason it usually shows that
32969 something is happening with a small animated display in the status
32970 message line near the bottom of the screen.
32971 Setting this feature will cause that animation to be the same
32972 each time instead of having Alpine choose a random animation.
32973 You may turn the animation off altogether by setting the
32974 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
32975 option to zero.
32978 &lt;End of help on this topic&gt;
32979 </BODY>
32980 </HTML>
32981 ====== h_config_unsel_wont_advance =====
32982 <HTML>
32983 <HEAD>
32984 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
32985 </HEAD>
32986 <BODY>
32987 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
32989 This feature controls one aspect of the Unselect Current message command.
32990 Normally, when the Unselect current message command (:) is typed when the
32991 current message is selected, the message will be unselected and the next
32992 message will become the current message.
32993 If this feature is set, the cursor will not advance to the next message.
32994 Instead, the current message will remain the current message after
32995 unselecting.
32998 &lt;End of help on this topic&gt;
32999 </BODY>
33000 </HTML>
33001 ====== h_config_prune_uses_iso =====
33002 <HTML>
33003 <HEAD>
33004 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
33005 </HEAD>
33006 <BODY>
33007 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
33009 By default, Alpine asks monthly whether or not you would like to rename
33010 some folders to a new name containing the date.
33011 It also asks whether or not you would like to delete some old folders.
33012 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
33013 explanation.
33016 By default, the name used when renaming a folder looks like
33018 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
33020 For example, the first time you run Alpine in May of 2004,
33021 the folder &quot;sent-mail&quot; might be renamed to
33023 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
33025 If this feature is set, the name used will be of the form
33027 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
33029 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
33030 month (01, 02, ..., 12).
33031 For the April, 2004 example above, it would instead be
33033 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
33035 because April is the 4th month of the year.
33036 A reason you might want to set this feature is so that the folders
33037 will sort in chronological order.
33040 &lt;End of help on this topic&gt;
33041 </BODY>
33042 </HTML>
33043 ====== h_config_save_advances =====
33044 <HTML>
33045 <HEAD>
33046 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
33047 </HEAD>
33048 <BODY>
33049 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
33051 This feature controls one aspect of the Save command.  If set, Save will
33052 (in addition to copying the current message to the designated folder) also
33053 advance to the next message.
33056 &lt;End of help on this topic&gt;
33057 </BODY>
33058 </HTML>
33059 ====== h_config_force_arrow =====
33060 <HTML>
33061 <HEAD>
33062 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
33063 </HEAD>
33064 <BODY>
33065 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
33067 This feature affects Alpine's MESSAGE INDEX display routine.
33068 If set, the normal inverse-video cursor will be
33069 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
33070 second column of the index display.
33072 This is the same index cursor you get if you turn on
33073 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
33074 line coloring will still be present if this feature is turned on and
33075 <!--#echo var="FEAT_assume-slow-link"--> is off.
33077 An alternative version of the Arrow cursor is available by including the
33078 <A HREF="h_config_index_arrow_color">ARROW</A>
33079 token in the
33080 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
33082 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
33083 but that is not implemented.
33086 &lt;End of help on this topic&gt;
33087 </BODY>
33088 </HTML>
33089 ====== h_config_ignore_size =====
33090 <HTML>
33091 <HEAD>
33092 <TITLE>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></TITLE>
33093 </HEAD>
33094 <BODY>
33095 <H1>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></H1>
33097 When you have an account residing in an IMAP server, Alpine records the 
33098 size of each message as reported by the server. However, when Alpine saves 
33099 a message in such IMAP server, Alpine will compute the size of the message 
33100 independently, from the data it received. If these two numbers do not 
33101 match for a message, Alpine asks you if you still want to take the risk of 
33102 saving such message, since data corruption or loss of data could result 
33103 from this save.
33106 Sometimes the root of this problem is that the IMAP server does not 
33107 compute sizes correctly, and there will not be loss of information when 
33108 saving such message. Enabling this feature will make Alpine ignore such 
33109 error and continue saving the message without producing any warnings or 
33110 ever stopping the process, as if there had not been any error. This option 
33111 applies to all IMAP servers that you use, so if you enable this feature, 
33112 size discrepancy warnings will not be given for any IMAP server you 
33113 connect to.
33116 Example of a server where you could reproduce this problem is the Gmail 
33117 IMAP server. Another example can be found in some versions of the Exchange 
33118 server.
33121 It is recommended that this feature be disabled most of the time and only 
33122 enabled when you find a server which you can determine that has the above 
33123 mentioned defect, but be disabled again after making the save operation 
33124 succeed.
33127 &lt;End of help on this topic&gt;
33128 </BODY>
33129 </HTML>
33130 ====== h_config_force_low_speed =====
33131 <HTML>
33132 <HEAD>
33133 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
33134 </HEAD>
33135 <BODY>
33136 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
33138 UNIX Alpine only.
33140 This feature affects Alpine's display routines.  If set, the normal
33141 inverse-video cursor (used to highlight the current item in a list) will be
33142 replaced by an &quot;arrow&quot; cursor and other
33143 screen update optimizations for
33144 low-speed links (e.g. 2400 bps dialup connections) will be activated.
33145 One of the optimizations is that colored index lines (set up with Indexcolor
33146 Rules) will not be colored.
33147 If you are just turning this feature on because you like using
33148 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
33149 coloring by turning this feature off and the
33150 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
33153 &lt;End of help on this topic&gt;
33154 </BODY>
33155 </HTML>
33156 ====== h_config_show_delay_cue =====
33157 <HTML>
33158 <HEAD>
33159 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
33160 </HEAD>
33161 <BODY>
33162 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
33164 If set, this feature will cause an asterisk to appear in the upper
33165 left-hand corner of the screen whenever Alpine checks for new mail.
33166 Two asterisks whenever Alpine saves (checkpoints) the state of the current
33167 mailbox to disk.
33169 <!--chtml if pinemode="os_windows"-->
33171 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
33172 it is trying to open a network connection (e.g, to open your INBOX
33173 on an IMAP
33174 server) or read from the network connection.  A greater-than symbol,
33175 will be displayed when PC-Alpine is trying to write to the network
33176 connection (e.g, sending a command to your IMAP server).
33177 <!--chtml endif-->
33180 &lt;End of help on this topic&gt;
33181 </BODY>
33182 </HTML>
33183 ====== h_config_color_style =====
33184 <HTML>
33185 <HEAD>
33186 <TITLE>OPTION: Color Style</TITLE>
33187 </HEAD>
33188 <BODY>
33189 <H1>OPTION: Color Style</H1>
33191 UNIX Alpine only.
33193 If the terminal or terminal emulator you are using is capable of displaying
33194 colors, this option controls whether or not color will be used in Alpine.
33195 If you turn color on and things are set up correctly,
33196 you should see color appear on the screen immediately.
33197 Modern terminal emulators are usually capable of displaying colors.
33199 The available options include:
33202 <DL>
33203 <DT>no-color</DT>
33204 <DD>Don't use color.
33205 </DD>
33207 <DT>use-termdef</DT>
33208 <DD>In order to decide if your terminal is capable of color, Alpine looks in
33209 the terminal capabilities database, TERMINFO or TERMCAP, depending on
33210 how Alpine was compiled.
33211 This is a good option to choose if you switch between a color and a non-color
33212 terminal with the same Alpine configuration.
33213 Alpine will know to use color on the color terminal because it is described
33214 in the termcap entry, and Alpine will know to use black and white on the
33215 non-color terminal.
33216 The Alpine Technical Notes, distributed with the source code of Alpine
33217 have more information on configuring a TERMCAP or TERMINFO
33218 entry for color Alpine.
33219 This is usually something a system administrator does.
33220 </DD>
33222 <DT>force-ansi-8color</DT>
33223 <DD>This is probably the setting that most people should use.
33224 Because setting up a termcap entry is confusing and because the
33225 terminal capabilities database is often not correctly configured for color,
33226 this choice and the next may be easier for you to use.
33227 If your terminal emulator responds to ANSI color escape sequences, which
33228 many do, this option will cause Alpine to believe your terminal will respond
33229 to the escape sequences that produce eight different foreground and background
33230 colors.
33231 The escape sequences used to set the foreground colors are
33233   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
33235 where the color_number is an ASCII digit between 0 and 7.
33236 The numbers 0 through 7 should correspond to the colors black, red, green,
33237 yellow, blue, magenta, cyan, and white.
33238 Some terminal emulators use a pre-ANSI scheme that swaps
33239 the colors blue and red and the colors yellow and cyan.
33240 This will cause the default colors to be different, but other than that
33241 things should work fine.
33242 There is also a 9th color available, the last one shown, which is the default
33243 color from the terminal emulator.
33244 When used as a background color some people refer to this color as
33245 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
33246 shown in the color swatch of the SETUP COLOR screen.
33247 The foreground transparent color is shown as
33248 the color of the &quot;TRAN&quot; text.
33249 (The transparent color will not work correctly in a PC-Alpine configuration.)
33250 The escape sequences used to set the background colors are the same
33251 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
33252 The escape sequences for foreground and background default colors (transparent)
33253 are 39m and 49m.
33255 Note: With the Tera Term terminal emulator this setting works well.
33256 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
33257 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
33258 menu, in the &quot;Window&quot; submenu.
33259 </DD>
33261 <DT>force-ansi-16color</DT>
33262 <DD>Many terminal emulators know about the same eight colors above
33263 plus eight more.
33264 This option attempts to use all 16 colors.
33265 The same escape sequences as for the eight-color terminal are used
33266 for the first eight colors.
33267 The escape sequences used to set foreground colors 8-15 are the same as
33268 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
33269 The background color sequences for colors 8-15 are the same as for 0-7
33270 except the &quot;4&quot; is replaced with &quot;10&quot;.
33271 You can tell if the 16 colors are working by turning on this option
33272 and then going into one of the color configuration screens, for example,
33273 the configuration screen for Normal Color.
33274 If you see 16 different colors to select from (plus a 17th for
33275 the transparent color), it's working.
33276 </DD>
33278 <DT>force-xterm-256color</DT>
33279 <DD>Some versions of xterm (and some other terminal emulators)
33280 have support for 256 colors.
33281 The escape sequences used to set the foreground colors are
33283   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
33285 where the color_number is an ASCII digit between 0 and 255.
33286 Background colors are the same with the 38 replaced with a 48.
33287 The numbers 0 through 15 are probably similar to the 16 color version
33288 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
33289 The terminal default (transparent) color is the 257th color at the bottom.
33290 Some terminal emulators will misinterpret these escape sequences causing
33291 the terminal to blink or overstrike characters or to do something else
33292 undesirable.
33294 The PuTTY terminal emulator has an option called &quot;Allow terminal to
33295 use xterm 256-colour mode&quot; which allows PuTTY to work well with
33296 this 256-color setting.
33298 </DD>
33299 </DL>
33302 The normal default is &quot;no-color&quot;.
33305 Once you've turned on color you may set the
33306 colors of many objects on the screen individually.
33307 For example, you may add colors to the status letters on the MESSAGE
33308 INDEX page.
33309 Most categories of color that Alpine supports are configurable here.
33310 For example, &quot;Normal Color&quot;
33311 is the color used to display most of the text in Alpine, and
33312 &quot;Reverse Color&quot; is used to display highlighted text, such as the
33313 current message in the MESSAGE INDEX.
33315 Lines in the MESSAGE INDEX may also be colored.
33316 Use Setup Rules to get to the Indexcolor configuration screen.
33319 <UL>   
33320 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33321 </UL><P>
33322 &lt;End of help on this topic&gt;
33323 </BODY>
33324 </HTML>
33325 ====== h_config_disable_index_locale_dates =====
33326 <HTML>
33327 <HEAD>
33328 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
33329 </HEAD>
33330 <BODY>
33331 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
33333 This feature affects the display of dates in the MESSAGE INDEX.
33334 Normally an attempt is made to localize the dates
33335 used in the MESSAGE INDEX display to your locale.
33336 This is controlled with the
33337 LC_TIME locale setting on a UNIX system.
33338 On Windows the Regional Options control panel may be used to set the date format.
33339 At the programming level, Alpine is using the strftime routine
33340 to print the parts of a date.
33342 If this feature is set, dates are displayed in English and
33343 with the conventions of the United States.
33346 <UL>   
33347 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33348 </UL><P>
33349 &lt;End of help on this topic&gt;
33350 </BODY>
33351 </HTML>
33352 ====== h_config_auto_open_unread =====
33353 <HTML>
33354 <HEAD>
33355 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
33356 </HEAD>
33357 <BODY>
33358 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
33360 This feature controls the behavior of the TAB key when traversing folders
33361 in the optional 
33362 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
33363 collection or in optional <!--#echo var="VAR_news-collections"-->.
33365 When the TAB
33366 (<A HREF="h_common_nextnew">NextNew</A>)
33367 key is pressed, and there
33368 are no more unseen messages in the current (incoming message or news)
33369 folder, Alpine will search the list of folders in the current collection for
33370 one containing New or Recent (new since the last time the folder was
33371 opened) messages.
33372 This behavior may be modified slightly with the
33373 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
33374 feature that causes Alpine to look for Unseen messages instead of Recent
33375 messages.
33376 Normally, when such a folder is found, Alpine will ask
33377 whether you wish to open the folder.  If this feature is set, Alpine will
33378 automatically open the folder without prompting.
33380 This feature also affects some other similar situations.
33381 If you have a
33382 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
33383 that is equal to one of the &quot;separate-&quot; values, and you are
33384 viewing a thread; then when you type the NextNew command and are at the
33385 end of the current thread you will automatically go to the next thread
33386 if this feature is set.
33387 By default, you would be asked if you want to view the next thread.
33388 You will also be asked at times whether or not you want to view the next
33389 thread after you delete the last message in the thread.
33390 Setting this feature will also cause that question to be skipped.
33393 <UL>   
33394 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33395 </UL><P>
33396 &lt;End of help on this topic&gt;
33397 </BODY>
33398 </HTML>
33399 ====== h_config_auto_include_reply =====
33400 <HTML>
33401 <HEAD>
33402 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
33403 </HEAD>
33404 <BODY>
33405 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
33407 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
33408 will ask whether you wish to include the original message in your reply.
33409 If this feature is set and the feature
33410 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
33411 is <EM>not</EM> set, then the original message will be included in the reply
33412 automatically, without prompting.
33414 &lt;End of help on this topic&gt;
33415 </BODY>
33416 </HTML>
33417 ====== h_config_select_in_bold =====
33418 <HTML>
33419 <HEAD>
33420 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
33421 </HEAD>
33422 <BODY>
33423 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
33425 This feature controls an aspect of Alpine's 
33426 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
33427 commands; in
33428 particular, the Select and WhereIs commands. Select and WhereIs (with the
33429 ^X subcommand) will search the current folder for messages meeting a
33430 specified criteria, and &quot;tag&quot; the resulting messages with an 
33431 &quot;X&quot; in the
33432 first column of the applicable lines in the MESSAGE INDEX.  If this feature
33433 is set, instead of using the &quot;X&quot; to denote a selected message, 
33434 Alpine will
33435 attempt to display those index lines in boldface. Whether this is
33436 preferable to the &quot;X&quot; will depend on personal taste and the type of
33437 terminal being used.
33439 <UL>   
33440 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33441 </UL><P>
33442 &lt;End of help on this topic&gt;
33443 </BODY>
33444 </HTML>
33445 ====== h_config_alt_auth =====
33446 <HTML>
33447 <HEAD>
33448 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
33449 </HEAD>
33450 <BODY>
33451 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
33453 This feature affects how Alpine connects to IMAP servers.
33454 Its utility has largely been overtaken by events,
33455 but it may still be useful in some circumstances.
33456 If you only connect to modern IMAP servers that support
33457 &quot;STARTTLS&quot; you can ignore this feature.
33460 Details:
33463 By default, Alpine will attempt to connect to an IMAP server on the
33464 normal IMAP service port (143), and if the server offers &quot;Transport Layer
33465 Security&quot; (STARTTLS) and Alpine has been compiled with encryption capability,
33466 then a secure (encrypted) session will be negotiated.
33469 With this feature enabled, before connecting on the normal IMAP port, Alpine
33470 will first attempt to connect to an alternate IMAP service port (993) used
33471 specifically for encrypted IMAP sessions via the Secure Sockets Layer
33472 (SSL) or Transport Layer Security (TLS) method.
33473 If the SSL attempt fails, Alpine will then try the default
33474 behavior described in the previous paragraph.
33477 STARTTLS negotiation on the normal port is preferred, and supersedes the use of
33478 SSL on port 993, but older servers may not provide STARTTLS support.
33479 This feature may be convenient when accessing IMAP servers that do not support
33480 STARTTLS, but do support SSL or TLS connections on port 993.
33481 However, it is important to understand that with this feature enabled,
33482 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
33483 but it will proceed to make an insecure connection if that is the only
33484 option offered by the server, or if the Alpine in question has been built
33485 without encryption capability.
33488 Note that this feature specifies a per-user (or system-wide) default
33489 behavior, but host/folder specification flags may be used to control the
33490 behavior of any specific connection.
33491 This feature interacts with some of
33492 the possible host/folder path specification flags as follows:
33495 The <SAMP>/starttls</SAMP> host flag, for example,
33498 <CENTER><SAMP>{foo.example.com/starttls}INBOX</SAMP></CENTER>
33500 will over-ride this feature for the specified host by bypassing the
33501 SSL or TLS connection attempt.
33502 Moreover, with <SAMP>/starttls</SAMP> specified,
33503 the connection attempt will fail if the
33504 service on port 143 does not offer TLS support.
33507 The <SAMP>/ssl</SAMP> host flag, for example,
33510 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
33512 will insist on an SSL or TLS connection for the specified host,
33513 and will fail if the SSL or TLS service on port 993 is not available.
33514 Alpine will not subsequently retry a connection
33515 on port 143 if <SAMP>/ssl</SAMP> is specified.
33518 <UL>   
33519 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33520 </UL><P>
33521 &lt;End of help on this topic&gt;
33522 </BODY>
33523 </HTML>
33524 ====== h_config_file_dir ======
33525 <HTML>
33526 <HEAD>
33527 <TITLE>OPTION: File Directory</TITLE>
33528 </HEAD>
33529 <BODY>
33530 <H1>OPTION: File Directory</H1>
33532 PC-Alpine only.
33534 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
33535 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
33536 Message Index's &quot;E&nbsp;Export&quot; command.
33539 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
33540 component, Alpine assumes the file exists in the user's home directory.
33541 Under Windows operating systems, this definition isn't always clear.  This 
33542 feature allows you to explicitly set where Alpine should look for files
33543 without a leading path.
33546 NOTE: this feature's value is ignored if either 
33547 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
33548 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
33551 <UL>   
33552 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33553 </UL><P>
33554 &lt;End of help on this topic&gt;
33555 </BODY>
33556 </HTML>
33557 ====== h_config_quote_all_froms =====
33558 <HTML>
33559 <HEAD>
33560 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
33561 </HEAD>
33562 <BODY>
33563 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
33565 This feature controls an aspect of the Save command (and also the way
33566 outgoing messages are saved to an FCC folder).  If set, Alpine will add
33567 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
33568 when they are saved to another folder, including lines syntactically
33569 distinguishable from the type of message separator line commonly used on
33570 Unix systems.
33573 The default behavior is that a &quot;>&quot; will be prepended only to lines
33574 beginning with &quot;From &quot; that might otherwise be confused with a message
33575 separator line on Unix systems.  If pine is the only mail program you use,
33576 this default is reasonable.  If another program you use has trouble
33577 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
33578 enable this feature.  This feature only applies to the common Unix mailbox
33579 format that uses message separator lines beginning with &quot;From &quot;.  If
33580 Alpine has been configured to use a different mailbox format (possibly
33581 incompatible with other mail programs), then this issue does not arise,
33582 and the feature is irrelevant.
33585 &lt;End of help on this topic&gt;
33586 </BODY>
33587 </HTML>
33588 ====== h_config_normal_color =====
33589 <HTML>
33590 <HEAD>
33591 <TITLE>OPTION: Normal Color</TITLE>
33592 </HEAD>
33593 <BODY>
33594 <H1>OPTION: Normal Color</H1>
33596 Sets the color Alpine normally uses.
33597 The foreground color is the color of the actual character and the
33598 background color is the color of the area behind the character.
33599 By default this color is black characters on a white background.
33601 <A HREF="h_color_setup">Descriptions of the available commands</A>
33603 Look <A HREF="h_edit_nav_cmds">here</A>
33604 to see the available Editing and Navigation commands.
33606 &lt;End of help on this topic&gt;
33607 </BODY>
33608 </HTML>
33609 ====== h_config_reverse_color =====
33610 <HTML>
33611 <HEAD>
33612 <TITLE>OPTION: Reverse Color</TITLE>
33613 </HEAD>
33614 <BODY>
33615 <H1>OPTION: Reverse Color</H1>
33617 Sets the color Alpine uses for reverse video characters.
33618 The foreground color is the color of the actual character and the
33619 background color is the color of the area behind the character.
33621 <A HREF="h_color_setup">Descriptions of the available commands</A>
33623 Look <A HREF="h_edit_nav_cmds">here</A>
33624 to see the available Editing and Navigation commands.
33626 &lt;End of help on this topic&gt;
33627 </BODY>
33628 </HTML>
33629 ====== h_config_title_color =====
33630 <HTML>
33631 <HEAD>
33632 <TITLE>OPTION: Title Color</TITLE>
33633 </HEAD>
33634 <BODY>
33635 <H1>OPTION: Title Color</H1>
33637 Sets the color Alpine uses for the titlebar (the top line on the screen).
33638 The foreground color is the color of the actual character and the
33639 background color is the color of the area behind the character.
33640 By default, the Title Color is black characters on a yellow background.
33642 The actual titlebar color may be different from the Title Color if
33643 the option
33644 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
33645 is set to some value other than the default.
33646 It may also be different if the current folder is closed and the
33647 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
33648 color is set to something different from the Title Color.
33650 <A HREF="h_color_setup">Descriptions of the available commands</A>
33652 Look <A HREF="h_edit_nav_cmds">here</A>
33653 to see the available Editing and Navigation commands.
33655 &lt;End of help on this topic&gt;
33656 </BODY>
33657 </HTML>
33658 ====== h_config_titleclosed_color =====
33659 <HTML>
33660 <HEAD>
33661 <TITLE>OPTION: Title Closed Color</TITLE>
33662 </HEAD>
33663 <BODY>
33664 <H1>OPTION: Title Closed Color</H1>
33666 Sets the color Alpine uses for the titlebar (the top line on the screen)
33667 when the current folder is closed.
33668 The foreground color is the color of the actual character and the
33669 background color is the color of the area behind the character.
33670 By default, the Title Color Closed Color is white characters on a red background.
33672 By setting this color to something noticeable you will be alerted to the
33673 fact that the current folder is closed, perhaps unexpectedly.
33675 &lt;End of help on this topic&gt;
33676 </BODY>
33677 </HTML>
33678 ====== h_config_status_color =====
33679 <HTML>
33680 <HEAD>
33681 <TITLE>OPTION: Status Color</TITLE>
33682 </HEAD>
33683 <BODY>
33684 <H1>OPTION: Status Color</H1>
33686 Sets the color Alpine uses for status messages written to the message
33687 line near the bottom of the screen.
33688 The foreground color is the color of the actual character and the
33689 background color is the color of the area behind the character.
33690 By default, the Status Color is the same as the Reverse Color.
33692 <A HREF="h_color_setup">Descriptions of the available commands</A>
33694 Look <A HREF="h_edit_nav_cmds">here</A>
33695 to see the available Editing and Navigation commands.
33697 &lt;End of help on this topic&gt;
33698 </BODY>
33699 </HTML>
33700 ====== h_config_index_opening_color =====
33701 <HTML>
33702 <HEAD>
33703 <TITLE>OPTION: Index Opening Color</TITLE>
33704 </HEAD>
33705 <BODY>
33706 <H1>OPTION: Index Opening Color</H1>
33708 With some setups the text of the subject is followed
33709 by the opening text of the message if there is any room available in the index line.
33710 If you have configured your
33711 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
33712 to include one of the Subject tokens that causes this behavior
33713 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
33714 this opening text with this option.
33715 This coloring takes place for all but the current index line, and the Opening
33716 Color appears to be in front of any color from an Index Color Rule.
33718 By default the Index Opening Color is gray characters on a white background.
33721 <A HREF="h_color_setup">Descriptions of the available commands</A>
33723 Look <A HREF="h_edit_nav_cmds">here</A>
33724 to see the available Editing and Navigation commands.
33726 &lt;End of help on this topic&gt;
33727 </BODY>
33728 </HTML>
33729 ====== h_config_index_pri_color =====
33730 <HTML>
33731 <HEAD>
33732 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
33733 </HEAD>
33734 <BODY>
33735 <H1>OPTION: Index Priority Symbol Colors</H1>
33737 The X-Priority header is a non-standard header that is used in a
33738 somewhat standard way by many mail programs.
33739 Alpine expects the value of this header to be a digit with a value
33740 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
33741 Alpine can be made to display an indication of this priority in
33742 messages by use of one of the tokens
33743 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
33744 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
33745 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
33748 You may set the color used to draw these tokens by use of the colors
33749 Index High Priority Symbol Color and Index Low Priority Symbol Color.
33750 This coloring takes place for all but the current index line, and the Priority
33751 Color appears to be in front of any color from an Index Color Rule.
33752 If the priority has a value of 1 or 2 the High Priority color will be
33753 used,
33754 and if the value is 4 or 5 the Low Priority color will be used.
33756 If you don't set these colors the index line will be colored in the same color as
33757 the bulk of the index line.
33760 <A HREF="h_color_setup">Descriptions of the available commands</A>
33762 Look <A HREF="h_edit_nav_cmds">here</A>
33763 to see the available Editing and Navigation commands.
33765 &lt;End of help on this topic&gt;
33766 </BODY>
33767 </HTML>
33768 ====== h_config_index_subject_color =====
33769 <HTML>
33770 <HEAD>
33771 <TITLE>OPTION: Index Subject Color</TITLE>
33772 </HEAD>
33773 <BODY>
33774 <H1>OPTION: Index Subject Color</H1>
33776 You may set the color used to draw the Subject part of the index line.
33777 This coloring takes place for all but the current index line, and the Subject
33778 Color appears to be in front of any color from an Index Color Rule.
33780 If you don't set this color it will be colored in the same color as
33781 the bulk of the index line.
33784 <A HREF="h_color_setup">Descriptions of the available commands</A>
33786 Look <A HREF="h_edit_nav_cmds">here</A>
33787 to see the available Editing and Navigation commands.
33789 &lt;End of help on this topic&gt;
33790 </BODY>
33791 </HTML>
33792 ====== h_config_index_from_color =====
33793 <HTML>
33794 <HEAD>
33795 <TITLE>OPTION: Index From Color</TITLE>
33796 </HEAD>
33797 <BODY>
33798 <H1>OPTION: Index From Color</H1>
33800 You may set the color used to draw the From part of the index line.
33801 This coloring takes place for all but the current index line, and the From
33802 Color appears to be in front of any color from an Index Color Rule.
33804 If you don't set this color it will be colored in the same color as
33805 the bulk of the index line.
33808 <A HREF="h_color_setup">Descriptions of the available commands</A>
33810 Look <A HREF="h_edit_nav_cmds">here</A>
33811 to see the available Editing and Navigation commands.
33813 &lt;End of help on this topic&gt;
33814 </BODY>
33815 </HTML>
33816 ====== h_config_index_arrow_color =====
33817 <HTML>
33818 <HEAD>
33819 <TITLE>OPTION: Index Arrow Color</TITLE>
33820 </HEAD>
33821 <BODY>
33822 <H1>OPTION: Index Arrow Color</H1>
33824 If you have configured your
33825 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
33826 to include the &quot;ARROW&quot; token, you may set the color of
33827 the arrow displayed with this option.
33828 If you don't set the color it will be colored in the same color as
33829 the bulk of the index line.
33832 <A HREF="h_color_setup">Descriptions of the available commands</A>
33834 Look <A HREF="h_edit_nav_cmds">here</A>
33835 to see the available Editing and Navigation commands.
33837 &lt;End of help on this topic&gt;
33838 </BODY>
33839 </HTML>
33840 ====== h_config_index_color =====
33841 <HTML>
33842 <HEAD>
33843 <TITLE>OPTION: Index Colors</TITLE>
33844 </HEAD>
33845 <BODY>
33846 <H1>OPTION: Index Colors</H1>
33848 You may add color to the single character symbols that give the status
33849 of each message in the MESSAGE INDEX.
33850 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
33851 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
33852 screen depending on whether the message is addressed to you, and whether
33853 the message is marked Important, is Deleted, is Answered, or is New.
33854 The color for each of those characters may be specified by setting the
33855 &quot;Index-to-me&quot; Symbol Color,
33856 the &quot;Index-important&quot; Symbol Color,
33857 the &quot;Index-deleted&quot; Symbol Color,
33858 the &quot;Index-answered&quot; Symbol Color,
33859 and the &quot;Index-new&quot; Symbol Color.
33860 There are also two other symbol colors called &quot;Index-recent&quot;
33861 and &quot;Index-unseen&quot;.
33862 These two colors will only be used if you have configured your
33863 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
33864 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
33866 The default colors for these symbols are:
33867 <TABLE>
33868 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
33869 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
33870 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33871 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
33872 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
33873 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33874 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33875 </TABLE>
33877 Besides coloring the message status symbols, you may also color the
33878 entire index line.
33879 This is done by using the
33880 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
33881 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
33882 When the entire line is colored that color will be &quot;behind&quot; the
33883 status symbol colors talked about in the paragraph above.
33885 You may also color
33886 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
33887 in the index using the
33888 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
33889 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
33890 the Subject using
33891 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
33892 the From field using
33893 <A HREF="h_config_index_from_color">Index From Color</A>;
33894 and the
33895 <A HREF="h_config_index_opening_color">Index Opening</A> text.
33897 <A HREF="h_color_setup">Descriptions of the available commands</A>
33899 Look <A HREF="h_edit_nav_cmds">here</A>
33900 to see the available Editing and Navigation commands.
33902 &lt;End of help on this topic&gt;
33903 </BODY>
33904 </HTML>
33905 ====== h_config_metamsg_color =====
33906 <HTML>
33907 <HEAD>
33908 <TITLE>OPTION: Meta-Message Color</TITLE>
33909 </HEAD>
33910 <BODY>
33911 <H1>OPTION: Meta-Message Color</H1>
33913 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
33914 that aren't part of the message itself.
33915 For example, an attachment that isn't shown might produce a meta
33916 message something like:
33918 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
33920 If you set the
33921 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
33922 option you might see
33924 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
33926 Warnings about suspicious looking URLs in HTML will also be colored
33927 with this color.
33929 The foreground color is the color of the actual character and the
33930 background color is the color of the area behind the character.
33931 By default, the Meta-Message Color is black characters on a yellow background.
33933 <A HREF="h_color_setup">Descriptions of the available commands</A>
33935 Look <A HREF="h_edit_nav_cmds">here</A>
33936 to see the available Editing and Navigation commands.
33938 &lt;End of help on this topic&gt;
33939 </BODY>
33940 </HTML>
33941 ====== h_config_keylabel_color =====
33942 <HTML>
33943 <HEAD>
33944 <TITLE>OPTION: KeyLabel Color</TITLE>
33945 </HEAD>
33946 <BODY>
33947 <H1>OPTION: KeyLabel Color</H1>
33949 Sets the color Alpine uses for the labels of the keys in the two-line
33950 menu at the bottom of the screen.
33951 For example, some of the screens have a &quot;P PrevMsg&quot; command.
33952 This option sets the color used when displaying &quot;PrevMsg&quot;.
33953 The foreground color is the color of the actual character and the
33954 background color is the color of the area behind the character.
33955 By default, the KeyLabel Color is the same as the Normal Color.
33957 WARNING: Some terminal emulators have the property that the screen will scroll
33958 down one line whenever a character is written to the character cell in the
33959 lower right corner of the screen.
33960 Alpine can usually avoid writing a character in that corner of the screen.
33961 However, if you have defined a KeyLabel Color then Alpine does have to write
33962 a character in that cell in order to color the cell correctly.
33963 If you find that your display sometimes scrolls up a line this could be
33964 the problem.
33965 The most obvious symptom is probably that the titlebar at the top of the
33966 screen scrolls off the screen.
33967 Try setting KeyLabel Color to Default to see if that fixes the problem.
33969 <A HREF="h_color_setup">Descriptions of the available commands</A>
33971 Look <A HREF="h_edit_nav_cmds">here</A>
33972 to see the available Editing and Navigation commands.
33974 &lt;End of help on this topic&gt;
33975 </BODY>
33976 </HTML>
33977 ====== h_config_keyname_color =====
33978 <HTML>
33979 <HEAD>
33980 <TITLE>OPTION: KeyName Color</TITLE>
33981 </HEAD>
33982 <BODY>
33983 <H1>OPTION: KeyName Color</H1>
33985 Sets the color Alpine uses for the names of the keys in the two-line
33986 menu at the bottom of the screen.
33987 For example, some of the screens have a &quot;P PrevMsg&quot; command.
33988 This option sets the color used when displaying the &quot;P&quot;.
33989 The foreground color is the color of the actual character and the
33990 background color is the color of the area behind the character.
33991 By default, the KeyName Color is the same as the Reverse Color.
33993 <A HREF="h_color_setup">Descriptions of the available commands</A>
33995 Look <A HREF="h_edit_nav_cmds">here</A>
33996 to see the available Editing and Navigation commands.
33998 &lt;End of help on this topic&gt;
33999 </BODY>
34000 </HTML>
34001 ====== h_config_slctbl_color =====
34002 <HTML>
34003 <HEAD>
34004 <TITLE>OPTION: Selectable Item Color</TITLE>
34005 </HEAD>
34006 <BODY>
34007 <H1>OPTION: Selectable Item Color</H1>
34009 Sets the color Alpine uses for selectable items, such as URLs.
34010 The foreground color is the color of the actual character and the
34011 background color is the color of the area behind the character.
34012 By default, the Selectable Item Color is the same as the Normal Color,
34013 except that it is bold.
34015 <A HREF="h_color_setup">Descriptions of the available commands</A>
34017 Look <A HREF="h_edit_nav_cmds">here</A>
34018 to see the available Editing and Navigation commands.
34020 &lt;End of help on this topic&gt;
34021 </BODY>
34022 </HTML>
34023 ====== h_config_quote_color =====
34024 <HTML>
34025 <HEAD>
34026 <TITLE>OPTION: Quote Colors</TITLE>
34027 </HEAD>
34028 <BODY>
34029 <H1>OPTION: Quote Colors</H1>
34031 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
34032 screen.
34033 If a line begins with a &gt; character (or space followed by &gt;)
34034 it is considered a quote.
34035 That line will be given the Quote1 Color (first level quote).
34036 If there is a second level of quoting then the Quote2 Color will be used.
34037 Alpine considers there to be a second level of quoting if that first &gt; is
34038 followed by another &gt; (or space followed by &gt;).
34039 If there are characters other than whitespace and &gt; signs, then it isn't
34040 considered another level of quoting.
34041 Similarly, if there is a third level of quoting the Quote3 Color will be
34042 used.
34043 If there are more levels after that the Quote Colors are re-used.
34044 If you define all three colors then it would repeat like Color1, Color2, Color3,
34045 Color1, Color2, Color3, ...
34046 If you only define the first two it would be
34047 Color1, Color2, Color1, Color2, ...
34048 If you define only the Quote1 Color, then the entire quote would be that
34049 color regardless of the quoting levels.
34050 By default, the Quote1 Color is black characters on a greenish-blue background;
34051 the Quote2 Color is black characters on a dull yellow background; and
34052 the Quote3 Color is black characters on a green background.
34054 <A HREF="h_color_setup">Descriptions of the available commands</A>
34056 Look <A HREF="h_edit_nav_cmds">here</A>
34057 to see the available Editing and Navigation commands.
34059 &lt;End of help on this topic&gt;
34060 </BODY>
34061 </HTML>
34062 ====== h_config_folder_color =====
34063 <HTML>
34064 <HEAD>
34065 <TITLE>OPTION: Folder Color</TITLE>
34066 </HEAD>
34067 <BODY>
34068 <H1>OPTION: Folder Color</H1>
34070 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
34071 screen. By default, the Folder Color is the normal text color.
34074 If you set a color for this feature, other than the normal color
34075 (the default), or a color for
34076 <A HREF="h_config_directory_color">Directory Color</A>, then directories
34077 will be colored according to the color specified in the
34078 <A HREF="h_config_directory_color">Directory Color</A> option. In this
34079 case, the color will be the only indication that the colored name
34080 refers to a directory. The normal behavior is that Alpine
34081 indicates that a name refers to a directory by appending a
34082 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
34083 the folder.
34086 If a folder is a directory, then the folder name will be painted
34087 according to the color defined by this variable, and a separator
34088 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
34089 to the name. That
34090 indicator will be painted according to the color defined in the
34091 <A HREF="h_config_directory_color">Directory Color</A> option.
34094 &lt;End of help on this topic&gt;
34095 </BODY>
34096 </HTML>
34097 ====== h_config_directory_color =====
34098 <HTML>
34099 <HEAD>
34100 <TITLE>OPTION: Directory Color</TITLE>
34101 </HEAD>
34102 <BODY>
34103 <H1>OPTION: Directory Color</H1>
34105 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
34106 screen. By default, the Folder Color is the normal text color.
34108 If you set a color for this feature, other than the normal color
34109 (the default), or a color for
34110 <A HREF="h_config_folder_color">Folder Color</A>, then folders
34111 will be colored according to the color specified in the
34112 <A HREF="h_config_folder_color">Folder Color</A> option. In this
34113 case, the color will be the only indication that the colored name
34114 refers to a directory. The normal behavior is that Alpine
34115 indicates that a name refers to a directory by appending a
34116 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
34117 the folder.
34119 If a folder is a directory, then the folder name will be painted
34120 according to the color defined by the option
34121 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
34122 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
34123 after the name. That
34124 indicator will be painted according to the color defined in this
34125 option.
34127 &lt;End of help on this topic&gt;
34128 </BODY>
34129 </HTML>
34130 ====== h_config_folder_list_color =====
34131 <HTML>
34132 <HEAD>
34133 <TITLE>OPTION: Folder-List Color</TITLE>
34134 </HEAD>
34135 <BODY>
34136 <H1>OPTION: Folder-List Color</H1>
34138 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
34139 screen. By default, the Folder-List Color is the normal text color.
34141 This text refers to the informative text that Alpine displays so you
34142 can recognize each collection. The color of the content of each collection
34143 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
34144 and <A HREF="h_config_directory_color">Directory Color</A>.
34146 Unlike the options
34147 <A HREF="h_config_folder_color">Folder Color</A>
34148 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
34149 this option does not affect the way that Alpine reports folders,
34150 directories and folders that are directories.
34152 &lt;End of help on this topic&gt;
34153 </BODY>
34154 </HTML>
34155 ====== h_config_incunseen_color =====
34156 <HTML>
34157 <HEAD>
34158 <TITLE>OPTION: Incoming Unseen Color</TITLE>
34159 </HEAD>
34160 <BODY>
34161 <H1>OPTION: Incoming Unseen Color</H1>
34163 If the option
34164 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
34165 is turned on it is possible to highlight the folders that contain
34166 unseen messages by coloring them with this color.
34167 By default, this is the same as the Normal Color and no highlighting is done.
34169 Usually the &quot;current&quot; folder (the folder the cursor is on)
34170 is highlighted using reverse video.
34171 If the current folder is colored because it contains unseen messages then
34172 the color used to show that it is also the current folder is controlled
34173 by the
34174 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
34175 feature at the top of the SETUP COLOR screen.
34177 <A HREF="h_color_setup">Descriptions of the available commands</A>
34179 Look <A HREF="h_edit_nav_cmds">here</A>
34180 to see the available Editing and Navigation commands.
34182 &lt;End of help on this topic&gt;
34183 </BODY>
34184 </HTML>
34185 ====== h_config_signature_color =====
34186 <HTML>
34187 <HEAD>
34188 <TITLE>OPTION: Signature Color</TITLE>
34189 </HEAD>
34190 <BODY>
34191 <H1>OPTION: Signature Color</H1>
34193 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
34194 screen. According to USENET conventions, the signature is defined as the
34195 paragraph following the &quot;sigdashes&quot;, that is, the special line
34196 consisting of the three characters
34197 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
34198 empty line right after the sigdashes to be considered as part of the
34199 signature.
34200 By default, the Signature Color is blue characters on a white background.
34202 <A HREF="h_color_setup">Descriptions of the available commands</A>
34204 Look <A HREF="h_edit_nav_cmds">here</A>
34205 to see the available Editing and Navigation commands.
34207 &lt;End of help on this topic&gt;
34208 </BODY>
34209 </HTML>
34210 ====== h_config_prompt_color =====
34211 <HTML>
34212 <HEAD>
34213 <TITLE>OPTION: Prompt Color</TITLE>
34214 </HEAD>
34215 <BODY>
34216 <H1>OPTION: Prompt Color</H1>
34218 Sets the color Alpine uses for confirmation prompts and questions that
34219 appear in the status line near the bottom of the screen.
34220 The foreground color is the color of the actual character and the
34221 background color is the color of the area behind the character.
34222 By default, the Prompt Color is the same as the Reverse Color.
34224 <A HREF="h_color_setup">Descriptions of the available commands</A>
34226 Look <A HREF="h_edit_nav_cmds">here</A>
34227 to see the available Editing and Navigation commands.
34229 &lt;End of help on this topic&gt;
34230 </BODY>
34231 </HTML>
34232 ====== h_config_header_general_color =====
34233 <HTML>
34234 <HEAD>
34235 <TITLE>OPTION: Header General Color</TITLE>
34236 </HEAD>
34237 <BODY>
34238 <H1>OPTION: Header General Color</H1>
34240 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
34241 screen.
34242 The foreground color is the color of the actual character and the
34243 background color is the color of the area behind the character.
34244 By default, this is the same as the Normal Color.
34246 It is also possible to set the colors for specific header fields, for
34247 example the Subject, using
34248 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
34249 If both a Header General Color and a specific Viewer Header Color are set
34250 the specific color will override the general color, as you would expect.
34252 <A HREF="h_color_setup">Descriptions of the available commands</A>
34254 Look <A HREF="h_edit_nav_cmds">here</A>
34255 to see the available Editing and Navigation commands.
34257 &lt;End of help on this topic&gt;
34258 </BODY>
34259 </HTML>
34260 ====== h_config_incol =====
34261 <HTML>
34262 <HEAD>
34263 <TITLE>Index Line Color</TITLE>
34264 </HEAD>
34265 <BODY>
34266 <H1>Index Line Color</H1>
34268 This option is used to set the color of a line in the index when the
34269 message for that line matches the Pattern.
34270 This colors the whole index line, except possibly the status letters,
34271 which may be colored separately using the
34272 <A HREF="h_color_setup">Setup Kolor</A> screen.
34273 The foreground color is the color of the actual characters and the
34274 background color is the color of the area behind the characters.
34276 <A HREF="h_color_setup">Descriptions of the available commands</A>
34278 Look <A HREF="h_edit_nav_cmds">here</A>
34279 to see the available Editing and Navigation commands.
34281 &lt;End of help on this topic&gt;
34282 </BODY>
34283 </HTML>
34284 ====== h_config_usetransparent_color =====
34285 <HTML>
34286 <HEAD>
34287 <TITLE>OPTION: Use Transparent Color</TITLE>
34288 </HEAD>
34289 <BODY>
34290 <H1>OPTION: Use Transparent Color</H1>
34292 This is a special color supported by some terminal emulators.
34293 It is intended to result in the default foreground or background color
34294 from the terminal emulator.
34295 This is the color the terminal was displaying characters in before you started Alpine.
34296 The reason it is called Transparent is because you could set the foreground color
34297 to some specific color, like Red, and then set the background color to the
34298 Transparent Color. If it works as expected, the background color from the terminal
34299 window in which Alpine is running will show through but with the Red characters
34300 in the foreground.
34302 <A HREF="h_color_setup">Descriptions of the available commands</A>
34304 Look <A HREF="h_edit_nav_cmds">here</A>
34305 to see the available Editing and Navigation commands.
34307 &lt;End of help on this topic&gt;
34308 </BODY>
34309 </HTML>
34310 ====== h_config_usenormal_color =====
34311 <HTML>
34312 <HEAD>
34313 <TITLE>OPTION: Use Normal Color</TITLE>
34314 </HEAD>
34315 <BODY>
34316 <H1>OPTION: Use Normal Color</H1>
34318 When you use this color value, the actual color used will be the same
34319 as the corresponding Normal Color.
34320 For example if your Normal Color is black on white and you set both
34321 the foreground and background colors here to use the Normal Color, you'll
34322 get black on white. If you later change the Normal Color to red on blue
34323 this color will also change to red on blue.
34325 <A HREF="h_color_setup">Descriptions of the available commands</A>
34327 Look <A HREF="h_edit_nav_cmds">here</A>
34328 to see the available Editing and Navigation commands.
34330 &lt;End of help on this topic&gt;
34331 </BODY>
34332 </HTML>
34333 ====== h_config_usenone_color =====
34334 <HTML>
34335 <HEAD>
34336 <TITLE>OPTION: Use None Color</TITLE>
34337 </HEAD>
34338 <BODY>
34339 <H1>OPTION: Use None Color</H1>
34341 This is a special color that simply means to leave the color alone.
34342 It is useful for Index symbols and for Keyword Colors used in the Subject
34343 field of an index line.
34344 The most likely use is to set an explicit foreground color and then set
34345 the background color to the None Color.
34346 That will cause the symbol or keyword to be drawn in the foreground color
34347 with a background equal to whatever color the rest of the index line is already
34348 drawn in.
34349 You will see no visible effect unless you have assigned Indexcolor Rules to
34350 color index lines or you have set an actual color for the Reverse Color.
34352 <A HREF="h_color_setup">Descriptions of the available commands</A>
34354 Look <A HREF="h_edit_nav_cmds">here</A>
34355 to see the available Editing and Navigation commands.
34357 &lt;End of help on this topic&gt;
34358 </BODY>
34359 </HTML>
34360 ====== h_config_dflt_color =====
34361 <HTML>
34362 <HEAD>
34363 <TITLE>OPTION: Default Color</TITLE>
34364 </HEAD>
34365 <BODY>
34366 <H1>OPTION: Default Color</H1>
34368 Setting default will cause the color to be the default color.
34369 Unsetting default is normally done by choosing a color, but in some cases
34370 you may want to declare the current default color to be your non-default
34371 choice.
34372 For example, the default Keyname Color is the same as the Reverse Color.
34373 Whenever the Reverse Color changes the Keyname Color will also change, unless
34374 you've changed it or unset the default box.
34376 <A HREF="h_color_setup">Descriptions of the available commands</A>
34378 Look <A HREF="h_edit_nav_cmds">here</A>
34379 to see the available Editing and Navigation commands.
34381 &lt;End of help on this topic&gt;
34382 </BODY>
34383 </HTML>
34384 ====== h_config_bold_slctbl =====
34385 <HTML>
34386 <HEAD>
34387 <TITLE>OPTION: Bold</TITLE>
34388 </HEAD>
34389 <BODY>
34390 <H1>OPTION: Bold</H1>
34392 The color for this particular section may have the Bold attribute turned
34393 on or off.
34394 Setting bold will cause the characters to be bold.
34396 <A HREF="h_color_setup">Descriptions of the available commands</A>
34398 Look <A HREF="h_edit_nav_cmds">here</A>
34399 to see the available Editing and Navigation commands.
34401 &lt;End of help on this topic&gt;
34402 </BODY>
34403 </HTML>
34404 ====== h_config_kw_color =====
34405 <HTML>
34406 <HEAD>
34407 <TITLE>OPTION: Keyword Colors</TITLE>
34408 </HEAD>
34409 <BODY>
34410 <H1>OPTION: Keyword Colors</H1>
34412 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
34413 Keywords are displayed as part of the Subject by default.
34414 They are also displayed as part of the Subject if the tokens
34415 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
34416 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
34417 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
34418 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
34420 For example, you might have set up a Keyword
34421 &quot;Work&quot; using the
34422 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
34423 You could cause that Keyword to show up as a special color
34424 by setting up the Keyword Color using this option, and then including it
34425 in the MESSAGE INDEX screen using one of the tokens listed above in the
34426 <!--#echo var="VAR_index-format"-->.
34428 <A HREF="h_color_setup">Descriptions of the available commands</A>
34430 Look <A HREF="h_edit_nav_cmds">here</A>
34431 to see the available Editing and Navigation commands.
34433 &lt;End of help on this topic&gt;
34434 </BODY>
34435 </HTML>
34436 ====== h_config_customhdr_color =====
34437 <HTML>
34438 <HEAD>
34439 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
34440 </HEAD>
34441 <BODY>
34442 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
34444 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
34445 For example, you may set the color of the Subject header or the From header.
34446 The foreground color is the color of the actual character and the
34447 background color is the color of the area behind the character.
34449 In addition to setting the colors for particular headers (like the Subject)
34450 you may also set a color to be used for all headers unless overridden by a
34451 more specific Viewer Header Color.
34452 To do this use the
34453 <A HREF="h_config_header_general_color">Header General Color</A>.
34455 For Header Colors,
34456 there is an additional line on the
34457 screen labeled &quot;Pattern to match&quot;.
34458 If you leave that blank, then the whole field for that header will
34459 be colored.
34460 However, if you give a pattern to match, the coloring will only take place
34461 if there is a match for that pattern in the value of the field.
34462 For example, if you are working on a color for the Subject header and
34463 you fill in a pattern of &quot;important&quot;, then only Subjects that
34464 contain the word &quot;important&quot; will be colored.
34466 If the pattern you enter is a comma-separated list of patterns, then coloring
34467 happens if any of those patterns matches.
34469 <A HREF="h_color_setup">Descriptions of the available commands</A>
34471 Look <A HREF="h_edit_nav_cmds">here</A>
34472 to see the available Editing and Navigation commands.
34474 &lt;End of help on this topic&gt;
34475 </BODY>
34476 </HTML>
34477 ====== h_config_indextoken_color =====
34478 <HTML>
34479 <HEAD>
34480 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
34481 </HEAD>
34482 <BODY>
34483 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
34485 This option allows you to set up the color in which any token, not specified by the
34486 previous options, will be colored in the MESSAGE INDEX screen. 
34488 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
34489 a token that can be used in the index format. 
34490 The list of available tokens is <A HREF="h_index_tokens">here</A>.
34492 If you fail to enter a valid token your entry will be ignored, and you will be asked to
34493 enter a new one. Once you have entered a valid token, a line will be added to the
34494 configuration screen that you can use to set up the colors in which that token will
34495 be painted. This is done in the same way that you configure colors for other
34496 variables.
34498 <A HREF="h_color_setup">Descriptions of the available commands</A>
34500 Look <A HREF="h_edit_nav_cmds">here</A>
34501 to see the available Editing and Navigation commands.
34503 &lt;End of help on this topic&gt;
34504 </BODY>
34505 </HTML>
34506 ====== h_config_customhdr_pattern =====
34507 <HTML>
34508 <HEAD>
34509 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
34510 </HEAD>
34511 <BODY>
34512 <H1>OPTION: Viewer Header Color Pattern</H1>
34514 If you leave this blank, then the whole field for the header will
34515 be colored.
34516 If you give a pattern to match, the coloring will only take place
34517 if there is a match for that pattern in the value of the field.
34518 For example, if you are working on a color for the Subject header and
34519 you fill in a pattern of &quot;important&quot;, then only Subjects that
34520 contain the word &quot;important&quot; will be colored.
34522 For address headers (like From and To) and for the Newsgroups header,
34523 a pattern match will cause only the matched addresses or newsgroups to be
34524 colored.
34525 If there is no pattern to match, then all of the addresses or newsgroups
34526 in the relevant header will be colored.
34528 The matching pattern may be a comma-separated list of patterns to match
34529 instead of a single pattern.
34530 For example, you could use the pattern &quot;important,urgent&quot; which would
34531 cause a match if either the word &quot;important&quot; or the word
34532 &quot;urgent&quot; appeared in the value of the header.
34533 You could list several comma-separated email addresses in the Header
34534 From Color pattern so that those addresses will be colored when any of
34535 them appear in the From header.
34537 To add a new matching pattern or change the existing pattern use the 
34538 <!--chtml if pinemode="function_key"-->
34539 &quot;F4&quot;
34540 <!--chtml else-->
34541 &quot;C&quot;
34542 <!--chtml endif-->
34543 &quot;Change&quot; command that is available when the &quot;Pattern to
34544 match&quot; line is highlighted.
34546 <!--chtml if pinemode="function_key"-->
34547 &quot;F10&quot;
34548 <!--chtml else-->
34549 &quot;D&quot;
34550 <!--chtml endif-->
34551 &quot;Delete&quot; command may be used to quickly remove all patterns
34552 for a particular header.
34554 &lt;End of help on this topic&gt;
34555 </BODY>
34556 </HTML>
34557 ====== h_color_setup =====
34558 <HTML>
34559 <HEAD>
34560 <TITLE>SETUP COLOR COMMANDS</TITLE>
34561 </HEAD>
34562 <BODY>
34563 <H1>SETUP COLOR COMMANDS</H1>
34564 <!--chtml if pinemode="function_key"-->
34565 <PRE>
34566 Available Commands -- Group 1
34567 -------------------------------
34568 F1  Display this help text
34569 F2  Show other available commands
34570 F3  Exit to MAIN MENU
34571 F4  Select the highlighted foreground or background color
34572 F5  Move to previous line
34573 F6  Move to next line
34574 F7  Previous page
34575 F8  Next page
34576 F9  Add a config section for a header field
34577 F10 Restore all default colors (for all sections)
34578 F11 Print color configuration screen
34579 F12 Whereis (search for word)
34581 Available Commands -- Group 2
34582 -------------------------------
34583 F1  Display this help text
34584 F2  Show other available commands
34585 F5  Delete config section for highlighted header field
34586 F6  Shuffle the order of Header Color sections
34587 </PRE>
34588 <!--chtml else-->
34589 <PRE>
34590 General commands
34591 -------------------------------------------------
34592  ?  Display this help text     E  Exit back to MAIN MENU
34593  P  Previous Line              N  Next Line
34594  -  Previous page             Spc (space bar) Next page
34595  W  WhereIs (search for word)  %  Print color configuration screen
34597 Color Setup Commands
34598 ------------------------------------------------
34599  *  Select the highlighted foreground or background color
34600  A  Add a config section for a header field
34601  D  Delete config section for highlighted header field
34602  R  Restore all default colors (for all sections)
34603  $  Shuffle the order of Header Color sections
34604 </PRE>
34605 <!--chtml endif-->
34607 <H2>Description of the Setup Color Screen</H2>
34609 From this screen you may turn on color and set the colors of
34610 various parts of the Alpine display.
34611 For help on turning on color move your cursor into the Color Style section
34612 at the top of the Setup Color screen and ask for help.
34615 There are several sections in the Setup Color Screen.
34616 At the top are some settings that handle the style of color used
34617 with your terminal emulator (UNIX only), and some settings that
34618 control how the current indexline and the titlebar are colored.
34619 After that comes a long section called GENERAL COLORS that allows
34620 you to set the color of many elements in the Alpine screens.
34621 For example, the color of the titlebar, status messages,
34622 selectable links, quotes and signatures in messages, and so on.
34623 After that is a section called INDEX COLORS that allows you to
34624 set the colors of various pieces of the displayed index lines in
34625 the MESSAGE INDEX screen.
34626 The next section is HEADER COLORS. This is for coloring headers of
34627 messages in the MESSAGE TEXT screen in just about any way you would like.
34628 Finally, the KEYWORD COLORS section allows you to highlight
34629 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
34630 in the MESSAGE INDEX screen.
34633 To change a color, highlight the color you want to change (for example,
34634 the Status Color) by moving
34635 the cursor into it.
34636 You may want to read the help text for the color to see a brief description
34637 of what you are coloring.
34638 Then press &quot;C&quot; for Change to set the color to something new.
34639 That will put you into a screen with two columns of colors, one for
34640 the foreground color and one for the background color.
34641 The foreground color is just the color you want the actual characters
34642 to be and the background color is the color of the rest of the rectangle
34643 behind the characters.
34644 Select the foreground and background colors desired by using the Next and
34645 Prev keys to highlight the color, and the * command to select it.
34647 To set a color to its default value, set the X in the Default line at
34648 the bottom of the list of colors.
34651 The HEADER COLORS section is a little bit different from the others.
34652 Besides coloring the specific fields that Alpine knows about, you may also
34653 color specific header fields when viewing a message in the MESSAGE TEXT
34654 screen.
34655 For example, you may color the Subject header a particular color.
34656 There are a few commands for use with headers.
34657 The &quot;AddHeader&quot; command adds a section to the color
34658 configuration screen that allows you to set the color for that header.
34659 You'll be asked for the name of the header field you want to color.
34660 If you wanted to color the Subject, you would answer
34661 with the word &quot;subject&quot;.
34662 Once you've added a header field, the color setting works just like the
34663 other color fields, except that there is an additional line on the
34664 configuration screen labeled &quot;Pattern to match&quot;.
34665 If you leave that blank, then the whole field for that header will always
34666 be colored.
34667 However, if you give a pattern to match, the coloring will only take place
34668 if there is a match for that pattern in the value of the field.
34669 For example, if you are working on a color for the Subject header and
34670 you fill in a pattern of &quot;important&quot;, then only Subjects that
34671 contain the word &quot;important&quot; will be colored.
34673 The &quot;DeleteHdr&quot; command removes a header section from the
34674 configuration altogether.
34675 The &quot;Shuffle&quot; command changes the order of header sections.
34676 This is only necessary if you use header sections with pattern fields.
34677 For example, if you have two Subject sections, one with one pattern and
34678 another with another pattern, and the subject for a particular message
34679 happens to match both, then the color from the first match is used.
34682 The command &quot;RestoreDefs&quot; will restore all of the default colors.
34683 Each section will change to the default value used for that section when
34684 color is first enabled.
34685 When you restore all default colors the color settings for the Header Colors
34686 will be unset (since that's the default), but the header fields you've
34687 added will remain so that you may easily reset them.
34688 In order to get rid of them completely you'd have to use
34689 the &quot;DeleteHdr&quot; command.
34692 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
34693 may be set with matching rules and that is configured separately from
34694 the rest of the color settings described here.
34695 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
34696 instead of in the Setup/Kolor section.
34698 <P><UL>
34699 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34700 </UL><P>
34701 &lt;End of help on this topic&gt;
34702 </BODY>
34703 </HTML>
34704 ====== h_config_news_uses_recent ======
34705 <HTML>
34706 <HEAD>
34707 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
34708 </HEAD>
34709 <BODY>
34710 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
34712 This feature causes certain messages to be marked as "New" in the
34713 MESSAGE INDEX of newsgroups.
34714 This feature is set by default.
34718 When opening a newsgroup, Alpine will consult your "newsrc" file and
34719 determine the last message you have previously disposed of via the "D"
34720 key.  If this feature is set, any subsequent messages will be shown in the
34721 Index with an "N", and the first of these messages will be highlighted.
34722 Although this is only an approximation of true "New" or "Unseen"
34723 status, it provides a useful cue to distinguish more-or-less recent
34724 messages from those you have seen previously, but are not yet ready to
34725 mark deleted.
34729 Background: your "newsrc" file (used to store message status information
34730 for newsgroups) is only capable of storing a single flag, and Alpine uses
34731 this to record whether or not you are "done with" a message, as
34732 indicated by marking the message as "Deleted".  Unfortunately, this
34733 means that Alpine has no way to record exactly which messages you have
34734 previously seen, so it normally does not show the "N" status flag for
34735 any messages in a newsgroup. This feature enables a starting
34736 *approximation* of seen/unseen status that may be useful.
34738 &lt;End of help on this topic&gt;
34739 </BODY>
34740 </HTML>
34741 ====== h_config_expose_hidden_config =====
34742 <HTML>
34743 <HEAD>
34744 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
34745 </HEAD>
34746 <BODY>
34747 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
34749 If set, this causes configuration options and features that are normally
34750 hidden from view to be editable in the Setup/Config screen.
34753 The purpose of this feature is to allow you to change configuration
34754 features and variables that are normally hidden.
34755 This is particularly useful if you are using a remote configuration,
34756 where it is difficult to edit the contents manually, but it may also be used
34757 on a local pinerc configuration file.
34759 If set, several configuration variables and features that are normally
34760 hidden from view will show up in the Setup/Configuration screen.
34761 They will be at the bottom of the configuration screen.
34762 You can find them by searching for the words &quot;hidden configuration&quot;.
34765 Note that this is an advanced feature that should be used with care.
34766 The reason that this part of the configuration is normally hidden is because
34767 there is a significant potential for causing problems if you change these
34768 variables.
34769 If something breaks after a change try changing it back to see if that is
34770 what is causing the problem.
34771 There are also some variables that are normally hidden because they are
34772 manipulated through Alpine in other ways.
34773 For example, colors are normally set using the Setup/Kolors screen and
34774 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
34775 the Setup/AddressBooks screen, so there is little reason to edit these directly.
34776 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
34777 the Add, Delete, and Rename commands in the FOLDER LIST screen,
34778 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
34779 internally by Alpine and not set directly by the user.
34781 <UL>   
34782 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34783 </UL><P>
34784 &lt;End of help on this topic&gt;
34785 </BODY>
34786 </HTML>
34787 ====== h_config_disable_signature_edit =====
34788 <HTML>
34789 <HEAD>
34790 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
34791 </HEAD>
34792 <BODY>
34793 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
34795 If set, this disables the editing of signature files from within
34796 the Setup/Config screen.
34798 <UL>   
34799 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34800 </UL><P>
34801 &lt;End of help on this topic&gt;
34802 </BODY>
34803 </HTML>
34804 ====== h_config_delete_before_writing =====
34805 <HTML>
34806 <HEAD>
34807 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delete-before-writing"--></TITLE>
34808 </HEAD>
34809 <BODY>
34810 <H1>FEATURE: <!--#echo var="FEAT_enable-delete-before-writing"--></H1>
34812 This feature controls a behavior of Alpine intended to workaround problems in
34813 terminals where the marker for the end of inverse video cannot be overwritten,
34814 but must be deleted, as a way to start inverse video again.
34817 When this feature is enabled, Alpine will delete a line before writing it,
34818 therefore deleting the end of reverse video. Modern terminals do not require
34819 enabling this feature, but some old terminals might require it.
34821 <UL>
34822 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34823 </UL><P>
34824 &lt;End of help on this topic&gt;
34825 </BODY>
34826 </HTML>
34827 ====== h_config_disable_roles_templateedit =====
34828 <HTML>
34829 <HEAD>
34830 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
34831 </HEAD>
34832 <BODY>
34833 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
34835 If set, this disables the editing of template files within the
34836 Role setup screen.
34838 <UL>   
34839 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34840 </UL><P>
34841 &lt;End of help on this topic&gt;
34842 </BODY>
34843 </HTML>
34844 ====== h_config_disable_roles_sigedit =====
34845 <HTML>
34846 <HEAD>
34847 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
34848 </HEAD>
34849 <BODY>
34850 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
34852 If set, this disables the editing of signature files within the
34853 Role setup screen.
34855 <UL>   
34856 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34857 </UL><P>
34858 &lt;End of help on this topic&gt;
34859 </BODY>
34860 </HTML>
34861 ====== h_config_disable_roles_setup =====
34862 <HTML>
34863 <HEAD>
34864 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
34865 </HEAD>
34866 <BODY>
34867 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
34869 If set, this disables the Setup/Rules/Roles command.
34871 <UL>   
34872 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34873 </UL><P>
34874 &lt;End of help on this topic&gt;
34875 </BODY>
34876 </HTML>
34877 ====== h_config_disable_pipes_in_templates =====
34878 <HTML>
34879 <HEAD>
34880 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
34881 </HEAD>
34882 <BODY>
34883 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
34885 By default, if a template file name is followed by a vertical bar (|) then
34886 that causes the file to be executed to produce the text for the template.
34887 If this feature is set, then this is not allowed.
34889 <UL>   
34890 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34891 </UL><P>
34892 &lt;End of help on this topic&gt;
34893 </BODY>
34894 </HTML>
34895 ====== h_config_disable_pipes_in_sigs =====
34896 <HTML>
34897 <HEAD>
34898 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
34899 </HEAD>
34900 <BODY>
34901 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
34903 By default, if a signature file name is followed by a vertical bar (|) then
34904 that causes the file to be executed to produce the text for the signature.
34905 If this feature is set, then this is not allowed.
34907 <UL>   
34908 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34909 </UL><P>
34910 &lt;End of help on this topic&gt;
34911 </BODY>
34912 </HTML>
34913 ====== h_config_disable_password_cmd =====
34914 <HTML>
34915 <HEAD>
34916 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
34917 </HEAD>
34918 <BODY>
34919 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
34921 If set, then the Setup/Newpassword command is disabled.
34923 <UL>   
34924 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34925 </UL><P>
34926 &lt;End of help on this topic&gt;
34927 </BODY>
34928 </HTML>
34929 ====== h_config_disable_password_caching =====
34930 <HTML>
34931 <HEAD>
34932 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
34933 </HEAD>
34934 <BODY>
34935 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
34937 Normally, loginname/password combinations are cached in Alpine so that
34938 you do not have to enter the same password more than once in a session.
34939 A disadvantage to this approach is that the password must be stored in
34940 the memory image of the running Alpine in order that it can be re-used.
34941 In the event that Alpine crashes and produces a core dump, and that core
34942 dump is readable by others, the loginname and password could be read
34943 from the core dump.
34945 If this feature is set, then the passwords will not be cached and you
34946 will have to retype the password whenever Alpine needs it.
34947 Even with this feature set there is still some chance that the core
34948 file will contain a password, so care should be taken to make the
34949 core files unreadable.
34951 NOTE: If PASSFILE caching is enabled, this does not disable it.
34952 That is a separate and independent feature.
34953 <UL>   
34954 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34955 </UL><P>
34956 &lt;End of help on this topic&gt;
34957 </BODY>
34958 </HTML>
34959 ====== h_config_disable_password_file_saving =====
34960 <HTML>
34961 <HEAD>
34962 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></TITLE>
34963 </HEAD>
34964 <BODY>
34965 <H1>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></H1>
34967 <P> This feature disables caching of passwords, even if your version of Alpine allows
34968 saving passwords. For MAC OS users saving passwords is done using the Apple Key Chain, for
34969 Windows users caching passwords is done using the internal Windows Credentials, and for
34970 other users this is done by using the password file. In this feature, the phrase
34971 &quot;password file&quot; is a misnomer and represents the way in which your system
34972 stores passwords.
34975 Specifically, this feature changes the behavior of Alpine when a login name and password combination
34976 for a specific server is not found in the password file. The default behavior is that
34977 Alpine will ask the user if they wish to save this information in the password file for future
34978 use. It is assumed that if a user created a password file it is because they intend
34979 to use it, but in some instances a user might want to save some passwords and not others.
34980 In this case, enabling this feature will make Alpine not add any more passwords to the
34981 password file and will only use the passwords that it already saved. If you wish to allow
34982 Alpine to save more passwords in the password file, disable this feature.
34984 <P> Regardless of which method Alpine uses to store passwords, this is done in a secure
34985 way when compiled with OpenSSL or LibreSSL. This is very likely to be your version, and
34986 you can check this by reading the encryption features
34987 <A HREF="X-Alpine-Config:">supported</A> by Alpine.
34990 <UL>   
34991 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34992 </UL><P>
34993 &lt;End of help on this topic&gt;
34994 </BODY>
34995 </HTML>
34996 ====== h_config_disable_kb_lock =====
34997 <HTML>
34998 <HEAD>
34999 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
35000 </HEAD>
35001 <BODY>
35002 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
35004 If set, then the Keyboard Lock command is removed from the MAIN MENU.
35006 <UL>   
35007 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35008 </UL><P>
35009 &lt;End of help on this topic&gt;
35010 </BODY>
35011 </HTML>
35012 ====== h_config_disable_config_cmd =====
35013 <HTML>
35014 <HEAD>
35015 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
35016 </HEAD>
35017 <BODY>
35018 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
35020 If set, then the Setup/Config screen is disabled.
35022 <UL>   
35023 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35024 </UL><P>
35025 &lt;End of help on this topic&gt;
35026 </BODY>
35027 </HTML>
35028 ====== h_config_allow_chg_from =====
35029 <HTML>
35030 <HEAD>
35031 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
35032 </HEAD>
35033 <BODY>
35034 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
35036 This feature affects Alpine's handling of the &quot;From:&quot; header field
35037 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
35038 option.
35040 If this feature is set then the From line can be changed just like
35041 all the other header fields that can be changed.
35042 This feature defaults to <EM>ON</EM>.
35044 Even with this feature turned ON (the default) you will not be able 
35045 to change the From header unless you add it to your list of
35046 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
35047 You may also want to change the
35048 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
35049 if you want the From header to always show up in the composer without
35050 having to type the Rich Headers command first.
35052 Note that many sites restrict the use of this feature in order to
35053 reduce the chance of falsified addresses and misdirected mail.
35054 If you want to change the value of what gets included in the From header
35055 in messages you send
35056 look <A HREF="h_config_change_your_from">here</A> for a description.
35058 <UL>   
35059 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35060 </UL><P>
35061 &lt;End of help on this topic&gt;
35062 </BODY>
35063 </HTML>
35064 ====== h_config_disable_collate =====
35065 <HTML>
35066 <HEAD>
35067 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
35068 </HEAD>
35069 <BODY>
35070 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
35072 This is a hard to understand feature that should only be used in rare cases.
35073 Normally, the C function call
35075 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
35077 is used by Alpine.
35078 If you want to try turning it off,
35079 setting this feature will turn it off.
35080 This part of the locale has to do with the sort order
35081 of characters in your locale.
35083 <UL>   
35084 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35085 </UL><P>
35086 &lt;End of help on this topic&gt;
35087 </BODY>
35088 </HTML>
35089 ====== h_config_quell_attach_extra_prompt =====
35090 <HTML>
35091 <HEAD>
35092 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
35093 </HEAD>
35094 <BODY>
35095 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
35097 By default, when you attempt to view an attachment externally
35098 from the &quot;Attachment View&quot; screen, you are asked if you
35099 really want to view the selected attachment.
35102 If this feature is set, you will <B>not</B> be prompted to confirm
35103 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
35104 prompt. This feature was added for those wanting to preserve that
35105 behavior (along with 
35106 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
35109 <UL>   
35110 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35111 </UL><P>
35112 &lt;End of help on this topic&gt;
35113 </BODY>
35114 </HTML>
35115 ====== h_config_quell_attach_ext_warn =====
35116 <HTML>
35117 <HEAD>
35118 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
35119 </HEAD>
35120 <BODY>
35121 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
35124 This feature suppresses the extra warning you can get when trying
35125 to view an attachment for which there is no mime-type match.  Turning
35126 on this feature will just run the program according to extension
35127 instead of first warning the user that it will run according to the
35128 file's extension.
35130 This feature can be used along side 
35131 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
35132 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
35134 <UL>   
35135 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35136 </UL><P>
35137 &lt;End of help on this topic&gt;
35138 </BODY>
35139 </HTML>
35140 ====== h_config_mailcap_params =====
35141 <HTML>
35142 <HEAD>
35143 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
35144 </HEAD>
35145 <BODY>
35146 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
35148 If set, this will allow mailcap named parameter substitution to occur
35149 in mailcap entries.
35150 By default, this is turned off to prevent security problems that may occur
35151 with some incorrect mailcap configurations.
35152 For more information, see RFC1524 and look for "named parameters" in the
35153 text of the RFC.
35155 <UL>   
35156 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35157 </UL><P>
35158 &lt;End of help on this topic&gt;
35159 </BODY>
35160 </HTML>
35161 ====== h_config_disable_shared =====
35162 <HTML>
35163 <HEAD>
35164 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
35165 </HEAD>
35166 <BODY>
35167 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
35169 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
35170 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
35171 will be disabled.
35172 The reason this feature exists is because there are some implementations
35173 of system password lookup routines that are very slow when presented with
35174 a long loginname that does not exist.
35175 This feature could be set to prevent the delay at startup time when the
35176 names above are searched for in the password file.
35178 <UL>   
35179 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35180 </UL><P>
35181 &lt;End of help on this topic&gt;
35182 </BODY>
35183 </HTML>
35184 ====== h_config_hide_nntp_path =====
35185 <HTML>
35186 <HEAD>
35187 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
35188 </HEAD>
35189 <BODY>
35190 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
35192 Normally the Path header that Alpine generates when posting to a newsgroup
35193 contains the name of the computer from which the message is being sent and
35194 the user name.
35195 Some believe that this information is used by spammers.
35196 If this feature is set, that information will be replaced with the text
35198 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
35200 instead.
35202 It should be noted that many servers being connected to will still reveal
35203 the information that this feature attempts to protect.
35205 <UL>   
35206 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35207 </UL><P>
35208 &lt;End of help on this topic&gt;
35209 </BODY>
35210 </HTML>
35211 ====== h_config_no_bezerk_zone =====
35212 <HTML>
35213 <HEAD>
35214 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
35215 </HEAD>
35216 <BODY>
35217 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
35219 POSIX mandates a timezone in UNIX mailbox format folder delimiters
35220 (the line that begins with From <SPACE>).
35221 Some versions of Berkeley mail have trouble with this, and don't recognize
35222 the line as a message delimiter.
35223 If this feature is set, the timezone will be left off the delimiter line.
35225 <UL>   
35226 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35227 </UL><P>
35228 &lt;End of help on this topic&gt;
35229 </BODY>
35230 </HTML>
35231 ====== h_config_quell_domain_warn =====
35232 <HTML>
35233 <HEAD>
35234 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
35235 </HEAD>
35236 <BODY>
35237 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
35239 When your configuration is set up so that your domain name contains no dots,
35240 it is usually a configuration error.
35241 By default, Alpine will warn you about this when you start it up.
35242 You will see a warning message that looks like
35245 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
35248 If this feature is set, the warning is turned off.
35250 <UL>   
35251 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35252 </UL><P>
35253 &lt;End of help on this topic&gt;
35254 </BODY>
35255 </HTML>
35256 ====== h_config_quell_imap_env =====
35257 <HTML>
35258 <HEAD>
35259 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
35260 </HEAD>
35261 <BODY>
35262 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
35264 In the MESSAGE INDEX screen, if the open folder is being accessed
35265 using IMAP, Alpine normally tries to paint the index lines on the screen
35266 as soon as the information arrives from the IMAP server.
35267 This means that the index information makes it onto the screen more quickly
35268 than it otherwise would.
35269 This sometimes results in behavior that bothers some users.
35270 For example, when paging to a new page of the index, it may be possible for
35271 the lines to be painted on the screen in a random order, rather than from
35272 top to bottom.
35275 Setting this feature causes Alpine to wait for all of the information
35276 to be gathered before it paints the index screen.
35277 Once it collects all of the information, the screen will be painted quickly
35278 from top to bottom.
35280 <UL>   
35281 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35282 </UL><P>
35283 &lt;End of help on this topic&gt;
35284 </BODY>
35285 </HTML>
35286 ====== h_config_quell_news_env =====
35287 <HTML>
35288 <HEAD>
35289 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
35290 </HEAD>
35291 <BODY>
35292 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
35294 In the MESSAGE INDEX screen, if the open folder is being accessed
35295 using NNTP (News), Alpine normally tries to paint the index lines on the screen
35296 as soon as the information arrives from the NNTP server.
35297 This means that the index information makes it onto the screen more quickly
35298 than it otherwise would.
35299 This sometimes results in behavior that bothers some users.
35300 For example, when paging to a new page of the index, it may be possible for
35301 the lines to be painted on the screen in a random order, rather than from
35302 top to bottom.
35305 Setting this feature causes Alpine to wait for all of the information
35306 to be gathered before it paints the index screen.
35307 Once it collects all of the information, the screen will be painted quickly
35308 from top to bottom.
35310 <UL>   
35311 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35312 </UL><P>
35313 &lt;End of help on this topic&gt;
35314 </BODY>
35315 </HTML>
35316 ====== h_config_quell_content_id =====
35317 <HTML>
35318 <HEAD>
35319 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
35320 </HEAD>
35321 <BODY>
35322 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
35324 This feature changes the behavior of Alpine when sending messages.
35325 It is intended to work around a bug in Microsoft's Outlook XP mail user
35326 agent.
35327 As of this writing, Microsoft has acknowledged the bug but
35328 has not added it to the Knowledge Base.
35329 We have been told that there will be a post-SP1 hotfix for Outlook XP.
35330 This particular bug has bug fix number OfficeQFE:4781.
35331 The nature of the bug is that messages with attachments that
35332 contain a Content-ID header (which standard Alpine attachments do)
35333 do not show the attachment indicator (a paperclip) when viewed with
35334 Outlook XP.
35335 So the user has no indication that the message contains an attachment.
35338 If this feature is set then Alpine will remove most Content-ID headers
35339 before sending a message.
35340 If an attachment is of type MESSAGE, then the existing Content-ID headers
35341 inside the message will be left intact.
35342 This would only happen with Alpine if a message was forwarded as an attachment
35343 or if a message with a message attached was forwarded.
35344 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
35345 the Content-ID headers of the alternative parts will not be removed.
35348 Because the Content-ID header is a standard part of MIME it is possible
35349 that setting this feature will break something.
35350 For example, if an attachment has a Content-ID header that is necessary
35351 for the correct functioning of that attachment, it is possible that Alpine
35352 may remove that header when the attachment is forwarded.
35353 However, it seems fairly safe at this time.
35356 <UL>   
35357 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35358 </UL><P>
35359 &lt;End of help on this topic&gt;
35360 </BODY>
35361 </HTML>
35362 ====== h_config_winpos_in_config =====
35363 <HTML>
35364 <HEAD>
35365 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
35366 </HEAD>
35367 <BODY>
35368 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
35370 PC-Alpine only.
35373 Normally, PC-Alpine will store its window size and position in the
35374 Windows Registry.
35375 This is convenient if you want to use the same remote
35376 configuration from more than one PC.
35377 If you use multiple configuration files to start PC-Alpine, you may want
35378 to store the window size and position in the configuration file instead
35379 of in the Registry.
35380 Setting this feature causes the value to be stored in 
35381 <A HREF="h_config_window_position">Window-Position</A>.
35384 <UL>   
35385 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35386 </UL><P>
35387 &lt;End of help on this topic&gt;
35388 </BODY>
35389 </HTML>
35390 ====== h_config_quell_ssl_largeblocks =====
35391 <HTML>
35392 <HEAD>
35393 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
35394 </HEAD>
35395 <BODY>
35396 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
35398 PC-Alpine only.
35400 This feature changes the behavior of fetching messages
35401 and attachments so that the message data is fetched in chunks no larger
35402 than 12K bytes.
35403 This works around a bug in Microsoft's SSL/TLS support.
35404 Some versions of Microsoft SSL are not able to read full-sized (16K)
35405 SSL/TLS packets.
35406 Some servers will send such packets and this will
35407 cause PC-Alpine to crash with the error
35410 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
35413 Microsoft is aware of the problem and has developed a hotfix for it, it is
35414 discussed in article 300562 in the Microsoft Knowledge Base.
35416 <UL>   
35417 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35418 </UL><P>
35419 &lt;End of help on this topic&gt;
35420 </BODY>
35421 </HTML>
35422 ====== h_config_quell_partial =====
35423 <HTML>
35424 <HEAD>
35425 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
35426 </HEAD>
35427 <BODY>
35428 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
35430 Partial fetching is a feature of the IMAP protocol.
35431 By default, Alpine
35432 will use partial fetching when copying the contents of a message or attachment
35433 from the IMAP server to Alpine.
35434 This means that the fetch will be done in many
35435 small chunks instead of one big chunk. The main benefit of this approach is
35436 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
35437 to stop the fetch early. In some cases partial fetching may cause a performance
35438 problem so that the fetching of data takes significantly longer when partial
35439 fetching is used. Turning on this feature will turn off partial fetching.
35441 <UL>   
35442 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35443 </UL><P>
35444 &lt;End of help on this topic&gt;
35445 </BODY>
35446 </HTML>
35447 ====== h_config_quell_personal_name_prompt =====
35448 <HTML>
35449 <HEAD>
35450 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
35451 </HEAD>
35452 <BODY>
35453 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
35455 PC-Alpine only.  This feature quells the prompting for a 
35456 <A HREF="h_config_pers_name">personal name</A>.  This
35457 prompt normally happens before composing a message, and only happens when
35458 there is no personal name already set.
35460 <UL>   
35461 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35462 </UL><P>
35463 &lt;End of help on this topic&gt;
35464 </BODY>
35465 </HTML>
35466 ====== h_config_quell_user_id_prompt =====
35467 <HTML>
35468 <HEAD>
35469 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
35470 </HEAD>
35471 <BODY>
35472 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
35474 PC-Alpine only.  This feature quells the prompting for a 
35475 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
35476 if the information can be obtained from the login name used
35477 to open the INBOX.  Normally, this prompt happens before composing
35478 a message, and only happens when there is no user-id already set
35479 in the configuration.
35481 With this feature set, composing a message is only possible after
35482 establishing a connection to the INBOX.
35484 <UL>   
35485 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35486 </UL><P>
35487 &lt;End of help on this topic&gt;
35488 </BODY>
35489 </HTML>
35490 ====== h_config_save_aggregates =====
35491 <HTML>
35492 <HEAD>
35493 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
35494 </HEAD>
35495 <BODY>
35496 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
35498 This feature will optimize an aggregate copy operation, if
35499 possible, by issuing a single IMAP <EM>COPY</EM> command with a
35500 list of the messages to be copied.
35501 This feature is set by default.
35502 This may reduce network traffic and elapsed time for the Save.
35503 <EM>However, many IMAP servers (including the UW IMAP server) do
35504 not preserve the order of messages when this optimization is applied.</EM>
35505 If this feature is not set, 
35506 Alpine will copy each message individually and the order of the messages
35507 will be preserved.
35509 <UL>   
35510 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35511 </UL><P>
35512 &lt;End of help on this topic&gt;
35513 </BODY>
35514 </HTML>
35515 ====== h_config_use_system_translation =====
35516 <HTML>
35517 <HEAD>
35518 <TITLE>FEATURE: Use System Translation</TITLE>
35519 </HEAD>
35520 <BODY>
35521 <H1>FEATURE: Use System Translation</H1>
35523 UNIX Alpine only.
35525 Alpine normally uses its own internal software to convert between the multi-byte
35526 representation of characters and the Unicode representation of those
35527 same characters.
35528 It converts from the multi-byte characters your keyboard produces to Unicode,
35529 and from Unicode to the multi-byte characters your display expects.
35530 Alpine also uses its own internal software to decide how much space on
35531 the screen a particular Unicode character will occupy.
35534 Setting this feature tells Alpine to use the system-supplied routines to
35535 perform these tasks instead.
35536 In particular there are three tasks and three system routines that will
35537 be used for these tasks.
35540 To convert from multi-byte to Unicode the routine
35543 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
35546 is used.
35547 To convert from Unicode to multi-byte the routine
35550 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
35553 is used, if available, otherwise
35556 <CENTER><SAMP>wctomb</SAMP></CENTER>
35559 is used.
35561 And to find the screen width a particular Unicode character will
35562 occupy the routine used is
35565 <CENTER><SAMP>wcwidth</SAMP></CENTER>
35568 This feature has been only lightly tested.
35569 The internal routines should normally be used unless you run into
35570 a problem that you think may be solved by using the system routines.
35571 Note that your environment needs to be set up for these
35572 routines to work correctly.
35573 In particular, the LANG or LC_CTYPE variable in your environment will
35574 need to be set.
35577 <UL>   
35578 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35579 </UL><P>
35580 &lt;End of help on this topic&gt;
35581 </BODY>
35582 </HTML>
35583 ====== h_config_suspend_spawns =====
35584 <HTML>
35585 <HEAD>
35586 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
35587 </HEAD>
35588 <BODY>
35589 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
35591 This feature affects Alpine's behavior when process suspension is enabled
35592 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
35593 temporarily interact with the operating system command &quot;shell&quot; 
35594 without
35595 quitting Alpine, and then subsequently resume the still-active Alpine session.
35598 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
35599 is set and subsequently the Ctrl-Z key
35600 is pressed, Alpine will normally suspend itself and return temporary control
35601 to Alpine's parent shell process.  However, if this feature is set, Alpine
35602 will instead create an inferior subshell process.  This is useful when the
35603 parent process is not intended to be used interactively.  Examples include
35604 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
35605 or via a menu system.<P>
35607 Note that one typically resumes a suspended Alpine by entering the Unix
35608 &quot;fg&quot; command, but if this feature is set, it will be necessary to
35609 enter the &quot;exit&quot; command instead.
35611 <UL>   
35612 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35613 </UL><P>
35614 &lt;End of help on this topic&gt;
35615 </BODY>
35616 </HTML>
35617 ====== h_config_8bit_smtp =====
35618 <HTML>
35619 <HEAD>
35620 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
35621 </HEAD>
35622 <BODY>
35623 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
35625 This feature affects Alpine's behavior when sending mail.
35626 By default, this feature is set.
35627 Internet standards
35628 require that all electronic mail messages traversing the global Internet
35629 consist of 7bit ASCII characters unless a pair of cooperating mail 
35630 transfer agents explicitly agree to allow 8bit messages.  In general, 
35631 then, exchanging messages in non-ASCII characters requires MIME encoding.
35633 However, there are now Internet standards that allow for unencoded 8bit
35634 exchange of messages between cooperating systems.  When this feature is set
35635 Alpine will try to negotiate unencoded 8bit transmission during the
35636 sending process.  Should the negotiation fail, Alpine will fall back to its
35637 ordinary encoding rules. 
35639 Note, this feature relies on your system's mail transport agent or
35640 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
35641 having the negotiation mechanism introduced in
35642 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
35643 &quot;8BITMIME&quot;. 
35645 ESMTP allows for graceful migration to upgraded mail transfer agents, but
35646 it is possible that this feature might cause problems for some servers. 
35647 <P><UL>
35648 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35649 </UL>
35650 <P>&lt;End of help on this topic&gt;
35651 </BODY>
35652 </HTML>
35653 ====== h_config_8bit_nntp =====
35654 <HTML>
35655 <HEAD>
35656 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
35657 </HEAD>
35658 <BODY>
35659 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
35661 This feature affects Alpine's behavior when posting news.  
35665 The Internet standard for exchanging USENET news messages (RFC-1036)
35666 specifies that USENET messages should conform to Internet mail standards
35667 and contain only 7bit characters, but much of the news transport software
35668 in use today is capable of successfully sending messages containing 8bit
35669 characters.  Hence, many people believe that it is appropriate to send 8bit
35670 news messages without any MIME encoding.
35674 Moreover, there is no Internet standard for explicitly negotiating 8bit
35675 transfer, as there is for Internet email.  Therefore, Alpine provides the
35676 option of posting unencoded 8bit news messages, though not as the default.
35677 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
35678 postings that contain 8bit characters. 
35682 Note, articles may cross a path or pass through news transport software
35683 that is unsafe or even hostile to 8bit characters.  At best this will only
35684 cause the posting to become garbled.  The safest way to transmit 8bit
35685 characters is to leave Alpine's MIME encoding turned on, but recipients
35686 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
35687 messages.
35689 &lt;End of help on this topic&gt;
35690 </BODY>
35691 </HTML>
35692 ====== h_config_mark_for_cc =====
35693 <HTML>
35694 <HEAD>
35695 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
35696 </HEAD>
35697 <BODY>
35698 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
35700 This feature affects Alpine's MESSAGE INDEX display.
35701 By default, a '+' is displayed in the first column if the
35702 message is addressed directly to you.
35703 When this feature is set and the message is not addressed to you, then a
35704 '-' character is displayed if the message is instead Cc'd directly
35705 to you.
35708 <UL>   
35709 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35710 </UL><P>
35711 &lt;End of help on this topic&gt;
35712 </BODY>
35713 </HTML>
35714 ====== h_config_tab_uses_unseen =====
35715 <HTML>
35716 <HEAD>
35717 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
35718 </HEAD>
35719 <BODY>
35720 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
35722 This feature affects Alpine's behavior when using the TAB
35723 <A HREF="h_common_nextnew">NextNew Command</A>
35724 to move from one folder to the next.
35725 Alpine's usual behavior is to search for folders
35726 with <EM>Recent</EM> messages in them.
35727 Recent messages are messages that have arrived since the last time the
35728 folder was opened.
35731 Setting this feature causes Alpine to search for <EM>Unseen</EM>
35732 messages instead of Recent messages.
35733 Unseen messages remain Unseen until you view them (or flag then as Seen with
35734 the <A HREF="h_common_flag">Flag Command</A>).
35735 Setting this feature allows you to locate messages you have not read
35736 instead of only recently received messages.
35737 When this feature is set, the feature
35738 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
35739 will have no effect, so the checking may be slower.
35742 Another reason why you might want to use this feature is that Alpine sometimes
35743 opens folders implicitly behind the scenes, and this clears the
35744 Recent status of all messages in the folder.
35745 One example where this happens is when Saving or filtering a
35746 message to another folder.
35747 If that message has some <A HREF="h_config_keywords">keywords</A>
35748 set, then because of some shortcomings
35749 in the IMAP specification, the best way to ensure that those keywords are
35750 still set in the saved copy of the message is to open the folder and
35751 set the keywords explicitly.
35752 Because this clears the Recent status of all messages in that folder the
35753 folder will not be found by the NextNew command unless this feature is set.
35756 &lt;End of help on this topic&gt;
35757 </BODY>
35758 </HTML>
35759 ====== h_config_tab_new_only =====
35760 <HTML>
35761 <HEAD>
35762 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
35763 </HEAD>
35764 <BODY>
35765 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
35767 This feature affects Alpine's behavior when using the TAB key to move from
35768 one message to the next.  Alpine's usual behavior is to select the next
35769 unread message or message flagged as "Important".
35773 Setting this feature causes Alpine to skip the messages flagged as important,
35774 and select unread messages exclusively.  Tab behavior when there are no
35775 new messages left to select remains unchanged.
35777 &lt;End of help on this topic&gt;
35778 </BODY>
35779 </HTML>
35780 ====== h_config_warn_if_subj_blank =====
35781 <HTML>
35782 <HEAD>
35783 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
35784 </HEAD>
35785 <BODY>
35786 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
35788 This feature affects Alpine's behavior when you send a message being
35789 composed.
35790 If this option is set, Alpine will check to see if the message about to be sent
35791 has a subject or not.
35792 If not, you will be asked if you want to send the message anyway.
35795 <UL>   
35796 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35797 </UL><P>
35798 &lt;End of help on this topic&gt;
35799 </BODY>
35800 </HTML>
35801 ====== h_config_warn_if_fcc_blank =====
35802 <HTML>
35803 <HEAD>
35804 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
35805 </HEAD>
35806 <BODY>
35807 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
35809 This feature affects Alpine's behavior when you send a message being
35810 composed.
35811 If this option is set, Alpine will check to see if the message about to be sent
35812 has an Fcc or not.
35813 If not, you will be asked if you want to send the message anyway.
35816 <UL>   
35817 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35818 </UL><P>
35819 &lt;End of help on this topic&gt;
35820 </BODY>
35821 </HTML>
35822 ====== h_config_warn_if_no_to_or_cc =====
35823 <HTML>
35824 <HEAD>
35825 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
35826 </HEAD>
35827 <BODY>
35828 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
35830 This feature affects Alpine's behavior when you send a message being
35831 composed.
35832 If this option is set, Alpine will check to see if the message about to be sent
35833 has either a To address, a Cc address, or a Newsgroup.
35834 If none of these is set,
35835 you will be asked if you want to send the message anyway.
35838 This feature is closely related to
35839 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
35840 Alpine will normally ask if you want to copy a message only to the Fcc.
35841 This feature also applies to cases where there is a Bcc but still no To, Cc,
35842 or Newsgroup.
35843 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
35844 message with only an Fcc, then you won't be asked about sending with
35845 a blank To and Cc and Newsgroups header even if this feature is set.
35846 Similarly, if you have already been asked if you want to send to the Fcc
35847 only and you have answered Yes, then you won't be asked again about sending with
35848 blank To, Cc, and Newsgroups headers even if this feature is set.
35851 <UL>   
35852 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35853 </UL><P>
35854 &lt;End of help on this topic&gt;
35855 </BODY>
35856 </HTML>
35857 ====== h_config_quell_dead_letter =====
35858 <HTML>
35859 <HEAD>
35860 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
35861 </HEAD>
35862 <BODY>
35863 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
35865 This feature affects Alpine's behavior when you cancel a message being
35866 composed.  Alpine's usual behavior is to write the canceled message to
35867 a file named 
35868 <!--chtml if pinemode="os_windows"-->
35869 &quot;DEADLETR&quot;,
35870 <!--chtml else-->
35871 &quot;dead.letter&quot; in your home directory,
35872 <!--chtml endif-->
35873 overwriting any previous message. Under
35874 some conditions (some routine), this can introduce a noticeable delay.
35875 Setting this feature will cause Alpine NOT to write canceled compositions
35876 into the file.
35878 NOTE: Enabling this feature means NO record of canceled messages is
35879 maintained.
35881 This feature affects the newer option
35882 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
35883 number of dead letter files to keep around.
35884 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
35886 <UL>   
35887 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35888 </UL><P>
35889 &lt;End of help on this topic&gt;
35890 </BODY>
35891 </HTML>
35892 ====== h_config_quell_beeps =====
35893 <HTML>
35894 <HEAD>
35895 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
35896 </HEAD>
35897 <BODY>
35898 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
35900 This feature affects Alpine's behavior when it displays status message
35901 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
35902 will not affect the display of such messages, but will cause those that
35903 emit a beep to become silent.
35906 <UL>   
35907 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35908 </UL><P>
35909 &lt;End of help on this topic&gt;
35910 </BODY>
35911 </HTML>
35912 ====== h_config_suppress_user_agent =====
35913 <HTML>
35914 <HEAD>
35915 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
35916 </HEAD>
35917 <BODY>
35918 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
35920 If this feature is set then Alpine will not generate a
35921 <CODE>User-Agent</CODE> header in outgoing messages.
35923 <UL>   
35924 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35925 </UL><P>
35926 &lt;End of help on this topic&gt;
35927 </BODY>
35928 </HTML>
35929 ====== h_config_quell_lock_failure_warnings =====
35930 <HTML>
35931 <HEAD>
35932 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
35933 </HEAD>
35934 <BODY>
35935 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
35937 This feature affects Alpine's behavior when it encounters a problem
35938 acquiring a mail folder lock.  Typically, a secondary file associated
35939 with the mail folder being opened is created as part of the locking
35940 process.  On some systems, such file creation has been administratively
35941 precluded by the system configuration.
35943 Alpine issues a warning when such failures occur, which can become bothersome
35944 if the system is configured to disallow such actions.  Setting this
35945 feature causes Alpine to remain silent when this part of lock creation fails.
35947 WARNING: systems that have been configured in a way that precludes locking
35948 introduce some risk of mail folder corruption when more than one program
35949 attempts to modify the mail folder.  This is most likely to occur to one's
35950 INBOX or other incoming message folder. 
35952 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
35954 <UL>   
35955 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35956 </UL><P>
35957 &lt;End of help on this topic&gt;
35958 </BODY>
35959 </HTML>
35960 ====== h_config_enable_role_take ======
35961 <HTML>
35962 <HEAD>
35963 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
35964 </HEAD>
35965 <BODY>
35966 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
35968 Normally, the Take command takes addresses from a message and helps you
35969 put them into your Address Book.
35970 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
35971 you may find it useful
35972 to be able to Take information from a message's headers and put it into
35973 a new Rule.
35974 When this feature is set, you will be given an extra prompt that gives
35975 you the choice to Take into the Address Book or Take into a rule.
35976 <P><UL>
35977 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35978 </UL>
35980 &lt;End of help on this topic&gt;
35981 </BODY>
35982 </HTML>
35983 ====== h_config_enable_take_export ======
35984 <HTML>
35985 <HEAD>
35986 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
35987 </HEAD>
35988 <BODY>
35989 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
35991 Normally, the Take command takes addresses from a message and helps you
35992 put them into your Address Book.
35993 When this feature is set, you will be given an extra prompt that gives you
35994 the choice to Take addresses into a file instead of your Address
35995 Book.
35996 Only the user@domain_name part of the address is put in the file.
35997 <P><UL>
35998 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35999 </UL>
36001 &lt;End of help on this topic&gt;
36002 </BODY>
36003 </HTML>
36004 ====== h_config_quell_folder_internal_msg ======
36005 <HTML>
36006 <HEAD>
36007 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
36008 </HEAD>
36009 <BODY>
36010 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
36012 This feature determines whether or not Alpine will create 
36013 &quot;pseudo messages&quot; in folders that are in standard Unix or 
36014 MMDF format. <P> 
36016 Alpine will normally create these pseudo messages when they are not already
36017 present in a standard Unix or MMDF folder.  Their purpose is to record
36018 certain mailbox state data needed for correct IMAP and POP server
36019 operation, and also for Alpine to be able to mark messages as Answered when
36020 the Reply has been postponed.<P>
36022 Sites that do not use IMAP/POP for remote mail access, and that need to
36023 support mail tools that are adversely affected by the presence of the
36024 pseudo-messages (e.g. some mail notification tools) may enable this
36025 feature to tell Alpine not to create them.  Note that Alpine's 
36026 &quot;Answered&quot; flag
36027 capability will be adversely affected if this is done.<P>
36029 Note too that, even if this feature is enabled, Alpine will not remove
36030 pseudo-messages when it encounters them (e.g. those created by UW's imapd
36031 or ipopd servers.) This feature has no effect on folders that are not in
36032 standard Unix or MMDF format, as pseudo-messages are not needed in the
36033 other formats to record mailbox state information.
36034 <P><UL>
36035 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36036 </UL>
36038 &lt;End of help on this topic&gt;
36039 </BODY>
36040 </HTML>
36041 ====== h_config_mulnews_as_typed ======
36042 <HTML>
36043 <HEAD>
36044 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
36045 </HEAD>
36046 <BODY>
36047 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
36049 This feature will be of little use to most users.
36050 It has no effect unless the feature
36051 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
36052 is set.
36054 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
36055 then the setting of this feature may have an effect on the names of the
36056 newsrc files used.
36057 Normally, the name of the news server will be canonicalized before it is
36058 used in the newsrc file name.
36059 For example, if you type the news server name
36062 <CENTER><SAMP>servername</SAMP></CENTER>
36065 it is likely that the canonical name will be something like
36068 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
36071 Or it may be the case that
36074 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
36077 is really an alias (a DNS CNAME) for
36080 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
36083 If this feature is not set, then the canonicalized names will be used.
36084 If this feature is set, then the name you typed in (or put in your
36085 configuration) will be used.
36087 <P><UL>
36088 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36089 </UL>
36091 &lt;End of help on this topic&gt;
36092 </BODY>
36093 </HTML>
36094 ====== h_config_quell_empty_dirs ======
36095 <HTML>
36096 <HEAD>
36097 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
36098 </HEAD>
36099 <BODY>
36100 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
36102 This feature causes Alpine to remove from the display any directories
36103 that do not contain at least one file or directory.  This can be useful
36104 to prevent overly cluttered folder lists when a collection is stored on
36105 a server that treats all names as both a folder and a directory.
36108 Note, enabling this feature can cause surprising behavior!  For example,
36109 you can still use Add to create a directory, but unless you immediately
36110 enter that directory and create a folder, that newly created directory
36111 may not be displayed next time you enter the folder list.
36114 The description above is not quite correct.
36115 Only directories which potentially may hold messages are hidden if empty.
36116 That is, a directory which is really just a directory and is not selectable
36117 as a folder will not be hidden.
36118 Such directories can occur on servers that treat most names as both a folder
36119 and a directory.
36120 These directories are typically created implicitly when a folder is created
36121 inside a directory that does not yet exist.
36124 <UL>   
36125 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36126 </UL><P>
36127 &lt;End of help on this topic&gt;
36128 </BODY>
36129 </HTML>
36130 ====== h_config_termcap_wins =====
36131 <HTML>
36132 <HEAD>
36133 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
36134 </HEAD>
36135 <BODY>
36136 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
36138 This feature may affect Alpine's low-level input routines.  Termcap (or
36139 terminfo, depending on how your copy of Alpine was compiled and linked)
36140 is the name of the database that describes terminal capabilities.  In
36141 particular, it describes the sequences of characters that various keys
36142 will emit.
36145 An example would be the Up Arrow key on the keyboard.  Up
36146 Arrow is not a distinct character on most Unix systems.  When you press
36147 the Up Arrow key a short sequence of characters are produced.  This
36148 sequence is supposed to be described in the termcap database by the
36149 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
36150 are using terminfo instead of termcap).
36153 By default, Alpine defines some terminal
36154 escape sequences that are commonly used.  For example, the sequence
36155 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
36156 &quot;ESC&nbsp;[&nbsp;A&quot;
36157 is also recognized as an Up Arrow key.  These are chosen because common
36158 terminals like VT100's or ANSI standard terminals produce these
36159 sequences when you press the Up Arrow key.
36162 If your system's termcap
36163 (terminfo) database assigns some other function to the sequence
36164 &quot;ESC&nbsp;O&nbsp;A&quot;
36165 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
36166 database assigns a sequence that doesn't begin with an escape
36167 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
36168 This usually works fine
36169 because most terminals emit the escape sequences that Alpine has defined
36170 by default.  We have also found that it is usually better to have these
36171 defaults take precedence over the definitions contained in the database
36172 because the defaults are more likely to be correct than the database.
36175 There are some terminals where this breaks down.  If you want Alpine to
36176 believe the definitions given in your termcap (terminfo) database in
36177 preference to the defaults the Alpine itself sets up, then you may turn
36178 this feature on.  Then, sequences of characters that are defined in
36179 both termcap (terminfo) and in Alpine's set of defaults will be
36180 interpreted the way that termcap (terminfo) says they should be
36181 interpreted.  Also, if your terminal capabilities database assigns a
36182 sequence that doesn't begin with escape, it will not be ignored.
36185 <UL>   
36186 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36187 </UL><P>
36188 &lt;End of help on this topic&gt;
36189 </BODY>
36190 </HTML>
36191 ====== h_config_cruise_mode =====
36192 <HTML>
36193 <HEAD>
36194 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
36195 </HEAD>
36196 <BODY>
36197 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
36199 This feature affects Alpine's behavior when you hit the
36200 &quot;Space&nbsp;Bar&quot; at
36201 the end of a displayed message.  Typically, Alpine complains that the end
36202 of the text has already been reached.  Setting this feature causes such
36203 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
36204 taking you to the next &quot;interesting&quot; message,
36205 or scanning ahead to the 
36206 next incoming folder with &quot;interesting&quot; messages.
36209 <UL>   
36210 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36211 </UL><P>
36212 &lt;End of help on this topic&gt;
36213 </BODY>
36214 </HTML>
36215 ====== h_config_cruise_mode_delete =====
36216 <HTML>
36217 <HEAD>
36218 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
36219 </HEAD>
36220 <BODY>
36221 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
36223 This feature modifies the behavior of Alpine's 
36224 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
36225 Setting this feature causes Alpine to implicitly delete read
36226 messages when it moves on to display the next &quot;interesting&quot; message.
36228 NOTE: Beware when enabling this feature AND the 
36229 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
36230 feature.
36232 <UL>   
36233 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36234 </UL><P>
36235 &lt;End of help on this topic&gt;
36236 </BODY>
36237 </HTML>
36238 ====== h_config_slash_coll_entire =====
36239 <HTML>
36240 <HEAD>
36241 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
36242 </HEAD>
36243 <BODY>
36244 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
36246 The slash (/) command is available from the MESSAGE INDEX screen when
36247 the folder is sorted by either Threads or OrderedSubject, and the
36248 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
36249 is set to something other than &quot;none&quot;.
36250 Normally, the slash command Collapses or Expands the subthread that
36251 starts at the currently highlighted message, if any.
36252 If this option is set, then the slash command Collapses or Expands the
36253 <EM>entire</EM> current thread instead of just the subthread.
36254 The current thread is simply the top-level thread that contains the
36255 current message.
36258 <UL>   
36259 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36260 </UL><P>
36261 &lt;End of help on this topic&gt;
36262 </BODY>
36263 </HTML>
36264 ====== h_config_color_thrd_import =====
36265 <HTML>
36266 <HEAD>
36267 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
36268 </HEAD>
36269 <BODY>
36270 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
36272 This option affects only the THREAD INDEX screen.
36273 Whether or not you ever see a THREAD INDEX screen depends on the setting
36274 of the configuration option
36275 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
36276 and on the sort order of the index.
36279 If a message within a thread is flagged as Important
36280 and this option is set, then
36281 the entire line in the THREAD INDEX will be colored the color of the
36282 Index-important Symbol, which can be set using the
36283 <A HREF="h_color_setup">Setup Kolor</A> screen.
36286 <UL>   
36287 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36288 </UL><P>
36289 &lt;End of help on this topic&gt;
36290 </BODY>
36291 </HTML>
36292 ====== h_config_allow_goto =====
36293 <HTML>
36294 <HEAD>        
36295 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
36296 </HEAD>
36297 <BODY>
36298 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
36300 This feature modifies the behavior of Alpine's file browser.  Setting this
36301 feature causes Alpine to offer the "G Goto" command in the file browser.
36302 That is the default.
36306 The Goto command allows you to explicitly type in the desired directory.
36308 &lt;End of help on this topic&gt;
36309 </BODY></HTML>
36310 ====== h_config_add_ldap =====
36311 <HTML>
36312 <HEAD>
36313 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
36314 </HEAD>
36315 <BODY>
36316 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
36318 If both the Directory option
36319 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
36320 and this feature are set,
36321 then when an implicit directory lookup is done from the
36322 composer you will automatically be prompted to add the result of the
36323 directory lookup to your address book.
36325 <UL>   
36326 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36327 </UL><P>
36328 &lt;End of help on this topic&gt;
36329 </BODY>
36330 </HTML>
36331 ===== h_patterns_compat_behavior =====
36332 <HTML>
36333 <HEAD>
36334 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
36335 </HEAD>
36336 <BODY>
36337 <H1>Rules Behavior Changes in Pine 4.50</H1>
36339 In Alpine, Rules that contain unrecognized elements
36340 are ignored.
36341 In most cases, the unrecognized elements will be something that was
36342 added as a new Rules feature in a later version of Alpine.
36343 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
36344 ignore rules that contained unrecognized elements.
36345 For example, a new element of Rules that was added in Pine 4.50 is
36346 Age interval.
36347 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
36348 all messages older than a week red.
36349 Now, if you run Pine 4.44 using that same configuration file, it will not
36350 recognize the Age interval and so will just ignore it.
36351 That means that all messages will match that rule so all messages will
36352 be colored red when using Pine version 4.44.
36355 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
36356 However, since the behavior still exists in versions prior to Pine 4.50 and
36357 since Filtering is a potentially destructive operation, another measure
36358 was taken to attempt to avoid unintentional Filtering of messages.
36359 The first time that you run Alpine or a Pine that is version 4.50 or greater,
36360 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
36361 will be copied to a new Filters configuration variable
36362 with a different name (&quot;Patterns-Filters2&quot;).
36363 From then on, Alpine will continue to use the new
36364 variable.
36365 Of course, Pine version 4.44 or lower will continue to use the old
36366 variable.
36367 That means that if you are using Alpine
36368 and also using a version of Pine that is older than 4.50, they will not
36369 share the configuration information about Filters.
36370 If you make a change in one version you won't see it in the other version.
36373 Since Scoring can be used to trigger Filtering, the same thing has been
36374 done for Score rules.
36375 The old configuration variable name is (&quot;Patterns-Scores&quot;)
36376 and the new name is (&quot;Patterns-Scores2&quot;).
36377 The same is not true of Role, Indexcolor, and Other rules that are
36378 thought to be less harmful when a mistake is made.
36381 &lt;End of help on this topic&gt;
36382 </BODY>
36383 </HTML>
36384 ======= h_config_filt_opts_sentdate =======
36385 <HTML>
36386 <HEAD>
36387 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
36388 </HEAD>
36389 <BODY>
36390 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
36392 By default, the Age interval of a Pattern uses a message's time of
36393 arrival to compute the age of the message.
36394 If this feature is set, the date in the message's Date header will
36395 be used instead.
36397 &lt;End of help on this topic&gt;
36398 </BODY>
36399 </HTML>
36400 ======= h_config_filt_opts_notdel =======
36401 <HTML>
36402 <HEAD>
36403 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
36404 </HEAD>
36405 <BODY>
36406 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
36408 If this option is set then a message will be moved into the
36409 specified folder only if it is not marked for deletion.
36410 This is useful if you have multiple Alpine sessions running
36411 simultaneously and you don't want messages to be filtered into a
36412 folder more than once.
36413 It is also useful if you want to filter
36414 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
36415 This method is not foolproof.
36416 There may be cases where a message
36417 gets marked deleted and so it is never filtered into the folder.
36418 For example, if you deleted it in another Alpine session or another mail
36419 program that didn't use the filtering rule.
36421 This option has no effect if the Filter Action is not set to Move.
36423 &lt;End of help on this topic&gt;
36424 </BODY>
36425 </HTML>
36426 ======= h_config_filt_opts_nonterm =======
36427 <HTML>
36428 <HEAD>
36429 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
36430 </HEAD>
36431 <BODY>
36432 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
36434 If this option is set then this is a non-terminating rule.
36435 Usually, for each message, Alpine searches through the Filter Rules until
36436 a match is found and then it performs the action associated with that rule.
36437 Rules following the match are not considered.
36438 If this option is set then the search for matches will continue at the next
36439 rule.
36441 If a non-terminating rule matches then the actions associated with
36442 that rule, except for any implied deletion of the message, are performed
36443 before the match for the next rule is checked.
36444 For example, if the non-terminating rule sets the Important status, then that
36445 status will be set when the next rule is considered.
36446 However, if the non-terminating rule Moves the message, the message will
36447 actually be copied instead of copied and deleted so that it is still there
36448 for the next rule.
36449 A moved message is deleted after all the relevant rules have been checked.
36450 The name of the &quot;Move&quot; action is confusing in this case because
36451 a single message can be moved to more than one folder.
36452 It turns the Move into a Copy instead, but it is still followed by a deletion
36453 at the end.
36455 This option may be useful if you want to have a single message filtered to
36456 two different folders because it matches two different Patterns.
36457 For example, suppose you normally filter messages to a particular mailing
36458 list into one folder, and messages addressed directly to you into a second
36459 folder.
36460 If a message is sent to both you and the list (and you can tell that by
36461 looking at the headers of the message) this option may give you a convenient
36462 way to capture a copy to each folder.
36463 (It may also cause you to capture two copies to each folder,
36464 depending on whether your mail system delivers one or two copies of the
36465 message to you and on how the list works.)
36467 &lt;End of help on this topic&gt;
36468 </BODY>
36469 </HTML>
36470 ====== h_command_external_browser =====
36471 <HTML>
36472 <HEAD>
36473 <TITLE>The External Browser Command</TITLE>
36474 </HEAD>
36475 <BODY>
36476 <H1>The External Browser Command</H1>
36479 A new command was added to Alpine that allows users to send HTML messages to be displayed
36480 by a web browser. This is helpful when a user wants to see images in the context of the
36481 message, or get a better display of the message than Alpine provides.
36484 The simplest way to use this command is to do as follows. While reading a message,
36485 press the &quot;V&quot; to go to the <A href="h_attachment_screen">ATTACHMENT SCREEN</A>.
36486 In that screen move the cursor until it is on top of a TEXT/HTML attachment and press the
36487 &quot;X&quot; key. This will make Alpine launch the browser you have configured for
36488 in the <a href="h_config_browser"><!--#echo var="VAR_url-viewers"--></a> variable, and
36489 you should be able to read the message in your browser, as well as in Alpine.
36491 <P> If the message you sent to your browser has inline images, then the images attached to
36492 the message that are necessary for the display of the message are also sent to the browser
36493 for its display.
36495 <P> The text that follows will explain more details about this command, and is only
36496 recommended for more advanced users.
36498 <h1><CENTER>Displaying Images</CENTER></h1>
36500 <P> First, we will talk about displaying images in an HTML file. Typically, HTML images
36501 are displayed as the result of some specific code of the form
36502 <center>
36503 <PRE>
36504 &lt;img src=&quot;...&quot;&gt;,
36505 </PRE>
36506 </center>
36507 where the text between the quotes tells Alpine how to find the image.
36508 If the source of the image is internal to the message, Alpine passes that image to the
36509 browser. Otherwise Alpine erases the link to the image. This is done so that
36510 you can be protected from a bad use of external images. Images can be used to track
36511 that you read the message, or your location, devices you own, etc.. Since Alpine does
36512 not open images in any messages, your
36513 privacy is always protected this way. Therefore, when you do not pass the links to
36514 external images to a browser, your privacy is being protected. However, doing this
36515 might make the message not be displayed correctly, since when the message was
36516 created the images were part of the formatted message, and not having images might make
36517 this formatting look awkward.
36519 <P> If you would like that Alpine display all images, regardless of their source, and
36520 regardless of the sender, then you need to disable the feature <a
36521 href="h_external_loads_inline_images_only"><!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>.
36522 The message will display as intended, but you will leak information to the sender of the
36523 message, as well as to your internet service provider, which could be your employer, or
36524 school, etc.
36526 <P> Alpine provides an alternative mechanism to either send all links to the images to the
36527 external browser or to send only those that are attached to the message you are trying to
36528 display. In order to use this mechanism you must first enable
36529 <a href="h_config_enable_view_attach"><!--#echo var="FEAT_enable-msg-view-attachments"--></a>.
36530 This allows Alpine to add direct links to each attachments. If you want to send an HTML
36531 attachment to an external browser, you would place the cursor over the attachment and press
36532 the &quot;Return&quot; or &quot;Enter&quot; key to open the attachment. When you do that
36533 you will see a prompt and menu which says
36535 <pre>
36536 View selected Attachment  ?
36537 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Y [Yes]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;X External
36538 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No
36539 </pre>
36541 <P>In order to send this message to an external browser, you would press the &quot;X&quot;
36542 key. This will change the prompt and menu to
36544 <pre>
36545 View selected Attachment using external viewer including inline images only ?
36546 &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
36547 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I All images
36548 </pre>
36550 <P>This is telling you that if you answer &quot;Yes&quot; to this question, and external
36551 browser will be used to send this messages, and only inline images, that is, those attached
36552 in the message will be sent to the browser. If you would like to send all images in
36553 this case, the menu tells you that you must press the &quot;I&quot; key. Pressing
36554 that key changes the prompt and menu to
36556 <pre>
36557 View selected Attachment using external viewer including all images ?
36558 &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
36559 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I Inline imgs
36560 </pre>
36562 <P>and as you can see the prompt says that if you press &quot;Yes&quot; then the message
36563 will be sent to the browser including the source of all images, including those in
36564 external servers. Notice that the &quot;X&quot; command now is a toggle. If you
36565 were to press it now, you would return to the original prompt,
36567 <pre>
36568 View selected Attachment  ?
36569 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Y [Yes]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;X External
36570 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No
36571 </pre>
36573 <P>which means that if you answer &quot;Yes&quot; at this time your message would not
36574 be sent to your external browser for display, unless you have configured a mailcap
36575 entry to display HTML files.
36577 <P> One of the lessons of this discussion is that if you never press the &quot;X&quot;
36578 command in the ATTACHMENT SCREEN, and you never press the &quot;X&quot; command when
36579 launching a viewer for an attachment in the MESSAGE TEXT screen, you will never use this
36580 mechanism, and Alpine will resort to your already configured mechanisms to open HTML
36581 text.This means you can live your life without worrying that Alpine will do anything
36582 different because of this new feature. You do not have to use it, but if you do, you should
36583 know the risks and advantages and decide when and how to use it.
36585 <h1><CENTER>Saving HTML Messages to Disk</CENTER></h1>
36588 No matter what your reason to send a message to an external web browser is, Alpine must
36589 write your message to a file (and also all related inline images), and point your browser
36590 to open that file. Alpine saves all your messages and auxiliary images in a subdirectory
36591 of the ~/.alpine-html directory in unix-like Alpine, or the alpine-html folder in your home
36592 directory in PC-Alpine. If Alpine cannot access these directories, or create folders
36593 in them, then the full mechanism described above will fail, and you will not be able
36594 to send messages to an external browser for display.
36597 Unfortunately browsers do not remove the file that Alpine created, nor the images
36598 that Alpine saved in order to display this message, so if you use this mechanism often
36599 you will create many directories and files which the browser will not remove. Alpine
36600 will remove these files when you exit Alpine. Any temporary directory that Alpine
36601 created that has existed for longer than 10 minutes will be automatically erased.
36602 Alpine also erases these directories upon exiting.
36605 When Alpine creates a directory to house the files associated to a message that will
36606 pass to an external browser, it tries to delete that directory later on, according to
36607 the discussion above. What this means is that you should consider the contents of the
36608 ~/.alpine-html directory in unix-like Alpine and the alpine-html folder in PC-Alpine
36609 as temporary, and not rely on their existence. If you attempt to save files in one of
36610 these directories, chances are your data will be deleted by Alpine. Since deleting is
36611 a destructive action,
36612 every session of Alpine that you have open will only attempt to remove the directories
36613 it created, with their content in them. If this operation fails, Alpine will not try
36614 to investigate, nor will report to you, why the operation failed. Therefore, users
36615 should periodically check their html directory to see if there is content there that
36616 they wish to delete.
36619 <UL>
36620 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36621 </UL><P>
36622 &lt;End of help on this topic&gt;
36623 </BODY>
36624 </HTML>
36625 ===== h_mainhelp_smime ======
36626 <HTML>
36627 <HEAD>
36628 <TITLE>S/MIME Overview</TITLE>
36629 </HEAD>
36630 <BODY>
36631 <H1>S/MIME Overview</H1>
36633 S/MIME is a standard for the public key encryption and signing of email.
36634 UNIX Alpine contains a basic implementation of S/MIME based on
36635 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries. The
36636 same support can be provided using the 
36637 <A HREF="http://www.libressl.org/">LibreSSL</A> libraries. The
36638 support for S/MIME in PC-Alpine is fully based on the LibreSSL libraries.
36639 To check if this version of Alpine supports S/MIME look at
36640 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
36641 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
36643 Some limitations:
36644 <UL>
36645    <LI> There is no provision for checking for CRLs
36646         (Certificate Revocation Lists) in Alpine.
36647    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
36648    <LI> There is no mechanism available for feeding either an entire incoming
36649         or an entire outgoing message to an external
36650         filter and using that external filter to do S/MIME or PGP processing.
36651    <LI> Because the implementation currently uses OpenSSL, there is only a very
36652         limited integration with the Mac OS Keychain (the storing and access of
36653         public certificates).
36654 </UL>
36656 The S/MIME configuration screen is reached by going to the Main Menu and typing
36657 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
36660 <H2>S/MIME BASICS</H2>
36662 In order to digitally sign messages you send you must have a public/private key-pair.
36663 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
36664 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
36665 users or a company which provides certificates for its workers.
36666 These certificates are bound to an email address, so the identity being verified is the
36667 email address not a person's name.
36669 Mail is signed by using the sender's private key, which only the owner of the private key
36670 has access to.
36671 The signature is verified using the signer's public key, which anyone can
36672 have access to.
36673 With Alpine, the first time you receive a signed message the public key of the
36674 sender will be stored for future use.
36677 Mail is encrypted using the recipient's public key and decrypted by
36678 the recipient with their private key.
36681 You need a key of your own in order to sign outgoing messages and to have others
36682 encrypt messages sent to you.
36683 You do not need a key of your own to verify signed messages sent by others or to
36684 encrypt messages sent to others.
36686 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
36688 By default UNIX Alpine stores the certificates it uses in a directory in your
36689 home directory.
36690 The directory name is
36692 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
36694 For PC-Alpine, the equivalent directory is called 
36695 <CENTER><SAMP>alpine-smime</SAMP></CENTER>
36696 and is also located under your home directory.
36698 Within that directory are three subdirectories.
36699 Each of the three subdirectories contains files with PEM-encoded contents,
36700 the default format for OpenSSL.
36701 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
36702 The files within that directory have names that are email addresses with the
36703 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
36704 An example filename is
36706 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
36708 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
36709 your private key.
36710 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
36711 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
36712 Authorities that you want to trust but that aren't contained in the set of system CAs.
36713 Those files may have arbitrary names as long as they end with the
36714 suffix &quot;<SAMP>.crt</SAMP>&quot;.
36716 <H2>HOW TO SIGN AND ENCRYPT</H2>
36718 If you have a certificate you may sign outgoing messages.
36719 After typing the Ctrl-X command to send a message you will see the prompt
36721 <CENTER><SAMP>Send message?</SAMP></CENTER>
36723 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
36724 Typing the &quot;G&quot; command will change the prompt to
36726 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
36728 Typing the &quot;E&quot; command will change the prompt to
36730 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
36732 You may even type both to get
36734 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
36737 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
36739 The reading of a signed message should not require any special action on
36740 your part.
36741 There should be an editorial addition at the start of the message which
36742 says either
36744 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
36748 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
36750 If an encrypted message is sent to you the encrypted text will not
36751 be shown.
36752 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
36753 you are viewing the message) and supply your passphrase when asked.
36755 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
36756 which gives you some information about the certificate used to sign or encrypt the message.
36758 <H2>MISCELLANEOUS</H2>
36760 If you have access to a private certificate in the PKCS12 format, which 
36761 would sometimes be in a file with a &quot;.p12&quot; extension, then you can 
36762 use the following commands to generate private keys, public and certificate
36763 authorities certificates. In the examples below, we assume that the 
36764 certificate in the p12 format is called &quot;certificate.p12&quot;, and 
36765 that your email address is &quot;your@address.com&quot;.
36768 In order to create a private key use the command
36770 <CENTER><SAMP>openssl pkcs12 -in certificate.p12 -out your@address.com.key</SAMP></CENTER>
36772 In order to create a public certificate use the command
36774 <CENTER><SAMP>
36775 openssl pkcs12 -in certificate.p12 -clcerts -nokeys -out your@address.com.crt
36776 </SAMP></CENTER>
36778 In order to create a certificate authority certificate use the command
36780 <CENTER><SAMP>
36781 openssl pkcs12 -in certificate.p12 -cacerts -nokeys -out certificate-ca.crt 
36782 </SAMP></CENTER>
36784 <P> If the previous command produces an empty file, it means that the 
36785 certificate authority was not included in the .p12 file, so you will have 
36786 to get it from some other sources. You will need these certificates, so 
36787 that you can validate correctly signatures.
36790 After you have exported these certificates and keys, you can  use the import 
36791 command in Alpine, from the S/MIME configuration screen,
36792 to import these certificates into Alpine. They will be available for use
36793 as soon as you import them.
36795 &lt;End of help on this topic&gt;
36796 </BODY>
36797 </HTML>
36798 ====== h_config_smime_pubcertdir =====
36799 <HTML>
36800 <HEAD>
36801 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
36802 </HEAD>
36803 <BODY>
36804 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
36807 If the option
36808 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
36809 is set then this option will have no effect.
36811 Normally, Public Certificates for use with S/MIME will be stored in the directory
36812 which is the value of this option.
36813 Those certificates will be stored in PEM format, one certificate per file.
36814 The name of the file for the certificate corresponding to
36816 <CENTER><SAMP>emailaddress</SAMP></CENTER>
36818 should be
36820 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
36822 For example, a file for user@example.com would be in the file
36824 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
36826 in this directory.
36828 Use the Setup/SMIME screen to modify this variable.
36830 Typically, the public certificates that you have will come from S/MIME signed
36831 messages that are sent to you.
36832 Alpine will extract the public certificate from the signed message and store
36833 it in the certificates directory.
36834 These PEM format public certificates look something like:
36835 <PRE>
36836 -----BEGIN CERTIFICATE-----
36837 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
36838 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
36839 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
36841 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
36842 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
36843 -----END CERTIFICATE-----
36844 </PRE>
36846 <UL>   
36847 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36848 </UL><P>
36850 <UL>   
36851 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36852 </UL><P>
36853 &lt;End of help on this topic&gt;
36854 </BODY>
36855 </HTML>
36856 ====== h_config_smime_pubcertcon =====
36857 <HTML>
36858 <HEAD>
36859 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
36860 </HEAD>
36861 <BODY>
36862 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
36865 If this option is set it will be used instead of
36866 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
36868 This option gives you a way to store certificates remotely on an IMAP server
36869 instead of storing the certificates one per file locally.
36870 In order to do that you just give this option a remote folder name for a folder
36871 which does not yet exist.
36872 The name is similar to the name you might use for a remote configuration file.
36873 A remote folder name might look something like:
36875 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
36878 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
36879 about the syntax of folder names.
36881 Use the Setup/SMIME screen to modify this variable.
36883 <UL>   
36884 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36885 </UL><P>
36887 <UL>   
36888 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36889 </UL><P>
36890 &lt;End of help on this topic&gt;
36891 </BODY>
36892 </HTML>
36893 ====== h_config_smime_privkeydir =====
36894 <HTML>
36895 <HEAD>
36896 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
36897 </HEAD>
36898 <BODY>
36899 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
36902 In order to sign outgoing S/MIME messages you will need a
36903 personal digital ID certificate.
36904 You will usually get such a certificate from a certificate authority such as
36905 Thawte or CAcert.
36906 (In order to encrypt outgoing messages you don't need a personal digital ID, you
36907 need the public certificate of the recipient instead.)
36908 If the option
36909 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
36910 is set then this option will have no effect.
36912 Normally, Private Keys for use with S/MIME will be stored in the directory
36913 which is the value of this option.
36914 Those certificates will be stored in PEM format, one certificate per file.
36915 The name of the file for the certificate corresponding to your
36917 <CENTER><SAMP>emailaddress</SAMP></CENTER>
36919 should be
36921 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
36923 For example, if your address is user@example.com the name of the file would be
36925 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
36927 in this directory.
36929 Use the Setup/SMIME screen to modify this variable.
36931 Typically, the private key that you have will come from a Certificate
36932 Authority.
36933 The private key should be stored in a PEM format file that
36934 looks something like:
36935 <PRE>
36936 -----BEGIN RSA PRIVATE KEY-----
36937 Proc-Type: 4,ENCRYPTED
36938 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
36940 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
36941 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
36942 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
36944 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
36945 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
36946 -----END RSA PRIVATE KEY-----
36947 </PRE>
36949 <UL>   
36950 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36951 </UL><P>
36953 <UL>   
36954 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36955 </UL><P>
36956 &lt;End of help on this topic&gt;
36957 </BODY>
36958 </HTML>
36959 ====== h_config_smime_privkeycon =====
36960 <HTML>
36961 <HEAD>
36962 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
36963 </HEAD>
36964 <BODY>
36965 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
36968 If this option is set it will be used instead of
36969 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
36971 This option gives you a way to store keys remotely on an IMAP server
36972 instead of storing the keys one per file locally.
36973 In order to do that you just give this option a remote folder name for a folder
36974 which does not yet exist.
36975 The name is similar to the name you might use for a remote configuration file.
36976 A remote folder name might look something like:
36978 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
36981 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
36982 about the syntax of folder names.
36984 Use the Setup/SMIME screen to modify this variable.
36986 <UL>   
36987 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36988 </UL><P>
36990 <UL>   
36991 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36992 </UL><P>
36993 &lt;End of help on this topic&gt;
36994 </BODY>
36995 </HTML>
36996 ====== h_config_smime_cacertdir =====
36997 <HTML>
36998 <HEAD>
36999 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
37000 </HEAD>
37001 <BODY>
37002 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
37005 If the option
37006 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
37007 is set then this option will have no effect.
37009 CACert is a shorthand name for certification authority certificate.
37010 Normally Alpine will use the CACerts that are located in the standard system
37011 location for CACerts.
37012 It may be the case that one of your correspondents has a Digital ID which has
37013 been signed by a certificate authority that is not in the regular set of system certificate
37014 authorities.
37015 You may supplement the system list by adding further certificates of your own.
37016 These should  be stored in the directory
37017 which is the value of this option.
37018 The certificates will be stored in PEM format, one certificate per file.
37019 The names of the files can be anything ending in &quot;.crt&quot;.
37021 Use the Setup/SMIME screen to modify this variable.
37023 These PEM format CA certificates look very similar to your public
37024 certificates for particular email addresses
37025 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
37027 <UL>   
37028 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37029 </UL><P>
37031 <UL>   
37032 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37033 </UL><P>
37034 &lt;End of help on this topic&gt;
37035 </BODY>
37036 </HTML>
37037 ====== h_config_smime_cacertcon =====
37038 <HTML>
37039 <HEAD>
37040 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
37041 </HEAD>
37042 <BODY>
37043 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
37046 If this option is set it will be used instead of
37047 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
37049 This option gives you a way to store certificates remotely on an IMAP server
37050 instead of storing the certificates one per file locally.
37051 In order to do that you just give this option a remote folder name for a folder
37052 which does not yet exist.
37053 The name is similar to the name you might use for a remote configuration file.
37054 A remote folder name might look something like:
37056 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
37059 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
37060 about the syntax of folder names.
37062 Use the Setup/SMIME screen to modify this variable.
37064 <UL>   
37065 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37066 </UL><P>
37068 <UL>   
37069 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37070 </UL><P>
37071 &lt;End of help on this topic&gt;
37072 </BODY>
37073 </HTML>
37074 ========== h_config_smime_sign_by_default ==========
37075 <HTML>
37076 <HEAD>
37077 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
37078 </HEAD>
37079 <BODY>
37080 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
37083 This feature only has an effect if your version of Alpine includes
37084 support for S/MIME.
37085 It affects Alpine's behavior when you send a message.
37086 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
37088 Only the default value is affected.
37089 In any case, you may still toggle the Signing option on or off before sending
37090 with the &quot;G Sign&quot; command (provided you have a personal digital ID
37091 certificate).
37093 <UL>   
37094 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37095 </UL><P>
37098 <UL>   
37099 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37100 </UL><P>
37101 &lt;End of help on this topic&gt;
37102 </BODY>
37103 </HTML>
37104 ========== h_config_smime_use_cert_store ==========
37105 <HTML>
37106 <HEAD>
37107 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></TITLE>
37108 </HEAD>
37109 <BODY>
37110 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></H1>
37113 This feature only has an effect if your version of Alpine includes
37114 support for S/MIME.
37115 It affects Alpine's behavior when you validate a message, and should
37116 not be disabled, unless you are performing a test.
37118 There are two important aspects of validation: validation of the message
37119 (that is, the message was not modified after it was sent) 
37120 as well as validation of the identity of the sender. This option has to 
37121 do with the latter. 
37123 In order to validate that the message came from the sender in the message
37124 and not an impersonator, Alpine can 
37125 either use the certificates that come in the message, or the ones that 
37126 you have personally stored. If this feature is enabled (the default) then 
37127 Alpine will use certificates that you have already saved in your store 
37128 and not those that come in the message to validate the sender of the 
37129 message. In particular, the first time that you receive a signed message
37130 from a sender, and their certificate does not validate against your
37131 store, then you will be asked if you wish to save such certificate. If
37132 you do not wish to save the certificate, then Alpine will fail to validate
37133 the signature of the message. Otherwise, Alpine will proceed to validate
37134 the signature of the message. This behavior helps you prevent against impersonation, because 
37135 it is assumed that you trust the certificates that you have saved, and 
37136 might not trust those that came with the message that you are validating.
37138 <UL>   
37139 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37140 </UL><P>
37143 <UL>   
37144 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37145 </UL><P>
37146 &lt;End of help on this topic&gt;
37147 </BODY>
37148 </HTML>
37149 ========== h_config_smime_pubcerts_in_keychain ==========
37150 <HTML>
37151 <HEAD>
37152 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
37153 </HEAD>
37154 <BODY>
37155 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
37158 If this feature is set the Mac OS X default keychain will be used as the place
37159 to store public certificates instead of a
37160 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
37161 or a
37162 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
37164 <UL>   
37165 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37166 </UL><P>
37168 <UL>   
37169 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37170 </UL><P>
37171 &lt;End of help on this topic&gt;
37172 </BODY>
37173 </HTML>
37174 ========== h_config_smime_dont_do_smime ==========
37175 <HTML>
37176 <HEAD>
37177 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
37178 </HEAD>
37179 <BODY>
37180 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
37183 Setting this feature turns off all of Alpine's S/MIME support.
37184 You might want to set this if you are having trouble due to the S/MIME support.
37186 <UL>   
37187 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37188 </UL><P>
37191 <UL>   
37192 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37193 </UL><P>
37194 &lt;End of help on this topic&gt;
37195 </BODY>
37196 </HTML>
37197 ========== h_config_smime_encrypt_by_default ==========
37198 <HTML>
37199 <HEAD>
37200 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
37201 </HEAD>
37202 <BODY>
37203 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
37206 This feature only has an effect if your version of Alpine includes
37207 support for S/MIME.
37208 It affects Alpine's behavior when you send a message.
37209 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
37211 Only the default value is affected.
37212 In any case, you may still toggle the Encrypt option on or off before sending
37213 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
37214 for the recipient).
37216 <UL>   
37217 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37218 </UL><P>
37221 <UL>   
37222 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37223 </UL><P>
37224 &lt;End of help on this topic&gt;
37225 </BODY>
37226 </HTML>
37227 ========== h_config_smime_remember_passphrase ==========
37228 <HTML>
37229 <HEAD>
37230 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
37231 </HEAD>
37232 <BODY>
37233 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
37236 This feature only has an effect if your version of Alpine includes
37237 support for S/MIME.
37238 If this option is set, you will only have to enter your passphrase for your private key
37239 once during an Alpine session.
37241 <UL>   
37242 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37243 </UL><P>
37246 <UL>   
37247 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37248 </UL><P>
37249 &lt;End of help on this topic&gt;
37250 </BODY>
37251 </HTML>
37252 ====== h_config_smime_transfer_pub_to_con =====
37253 <HTML>
37254 <HEAD>
37255 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
37256 </HEAD>
37257 <BODY>
37258 <H1>S/MIME: Transfer Public Certs to Container</H1>
37261 The Transfer command will copy the public certificates in your configured
37262 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
37263 to the container in your configured
37264 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
37265 This might be useful if you decide to switch from using a cert directory to a cert
37266 container.
37268 Warning: Any previous contents in the container will be lost.
37270 <UL>   
37271 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37272 </UL><P>
37274 <UL>   
37275 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37276 </UL><P>
37277 &lt;End of help on this topic&gt;
37278 </BODY>
37279 </HTML>
37280 ====== h_config_smime_transfer_pub_to_dir =====
37281 <HTML>
37282 <HEAD>
37283 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
37284 </HEAD>
37285 <BODY>
37286 <H1>S/MIME: Transfer Public Certs to Directory</H1>
37289 The Transfer command will copy the public certificates in your configured
37290 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
37291 to the directory in your configured
37292 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
37293 This might be useful if you decide to switch from using a cert container to a cert
37294 directory.
37296 <UL>   
37297 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37298 </UL><P>
37300 <UL>   
37301 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37302 </UL><P>
37303 &lt;End of help on this topic&gt;
37304 </BODY>
37305 </HTML>
37306 ====== h_config_smime_transfer_priv_to_con =====
37307 <HTML>
37308 <HEAD>
37309 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
37310 </HEAD>
37311 <BODY>
37312 <H1>S/MIME: Transfer Private Keys to Container</H1>
37315 The Transfer command will copy the private keys in your configured
37316 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
37317 to the container in your configured
37318 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
37319 This might be useful if you decide to switch from using a key directory to a key
37320 container.
37322 Warning: Any previous contents in the container will be lost.
37324 <UL>   
37325 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37326 </UL><P>
37328 <UL>   
37329 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37330 </UL><P>
37331 &lt;End of help on this topic&gt;
37332 </BODY>
37333 </HTML>
37334 ====== h_config_smime_transfer_priv_to_dir =====
37335 <HTML>
37336 <HEAD>
37337 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
37338 </HEAD>
37339 <BODY>
37340 <H1>S/MIME: Transfer Private Keys to Directory</H1>
37343 The Transfer command will copy the private keys in your configured
37344 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
37345 to the directory in your configured
37346 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
37347 This might be useful if you decide to switch from using a key container to a key
37348 directory.
37350 <UL>   
37351 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37352 </UL><P>
37354 <UL>   
37355 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37356 </UL><P>
37357 &lt;End of help on this topic&gt;
37358 </BODY>
37359 </HTML>
37360 ====== h_config_smime_transfer_cacert_to_con =====
37361 <HTML>
37362 <HEAD>
37363 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
37364 </HEAD>
37365 <BODY>
37366 <H1>S/MIME: Transfer CA Certs to Container</H1>
37369 The Transfer command will copy the CA certificates in your configured
37370 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
37371 to the container in your configured
37372 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
37373 This might be useful if you decide to switch from using a CA cert directory to a CA cert
37374 container.
37376 Warning: Any previous contents in the container will be lost.
37378 <UL>   
37379 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37380 </UL><P>
37382 <UL>   
37383 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37384 </UL><P>
37385 &lt;End of help on this topic&gt;
37386 </BODY>
37387 </HTML>
37388 ====== h_config_smime_transfer_cacert_to_dir =====
37389 <HTML>
37390 <HEAD>
37391 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
37392 </HEAD>
37393 <BODY>
37394 <H1>S/MIME: Transfer CA Certs to Directory</H1>
37397 The Transfer command will copy the CA certificates in your configured
37398 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
37399 to the directory in your configured
37400 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
37401 This might be useful if you decide to switch from using a CA cert container to a CA cert
37402 directory.
37404 <UL>   
37405 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37406 </UL><P>
37408 <UL>   
37409 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37410 </UL><P>
37411 &lt;End of help on this topic&gt;
37412 </BODY>
37413 </HTML>
37414 ====== h_config_smime_transfer_pubcon_to_key =====
37415 <HTML>
37416 <HEAD>
37417 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
37418 </HEAD>
37419 <BODY>
37420 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
37422 Mac OS X Alpine only.
37424 The Transfer command will copy the public certificates in your configured
37425 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
37426 to your default Mac OS X Keychain.
37427 This might be useful if you decide to switch from using a cert container to using
37428 the Keychain to store your public certs, which you may do by using the
37429 feature
37430 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
37432 <UL>   
37433 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37434 </UL><P>
37436 <UL>   
37437 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37438 </UL><P>
37439 &lt;End of help on this topic&gt;
37440 </BODY>
37441 </HTML>
37442 ====== h_config_smime_transfer_pubkey_to_con =====
37443 <HTML>
37444 <HEAD>
37445 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
37446 </HEAD>
37447 <BODY>
37448 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
37451 The Transfer command will copy the public certificates in your configured
37452 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
37453 to your default Mac OS X Keychain.
37454 This might be useful if you decide to switch from using a cert container to using
37455 the Keychain to store your public certs.
37457 <UL>   
37458 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37459 </UL><P>
37461 <UL>   
37462 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37463 </UL><P>
37464 &lt;End of help on this topic&gt;
37465 </BODY>
37466 </HTML>
37467 ====== h_config_smime_public_certificates =====
37468 <HTML>
37469 <HEAD>
37470 <TITLE>S/MIME: Manage Public Certificates</TITLE>
37471 </HEAD>
37472 <BODY>
37473 <H1>S/MIME: Manage Public Certificates</H1>
37476 This menu item allows you to manage your public certificates, this
37477 may include your own public certificate, but it normally includes
37478 certificates of people you correspond with. These certificates are
37479 saved by Alpine automatically when they are found in signed messages
37480 that you receive. This interface allows you to manage them, by
37481 giving you the option to delete them, or trust them (in the case
37482 of self-signed certificates).
37485 Please note that Alpine will not validate a message that was sent to you
37486 using a self-signed certificate, unless you decide to trust that certificate.
37487 Internally, a certificate is trusted by copying it to the
37488 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
37489 collection. If you decide that you want to stop trusting a self-signed
37490 certificate, you must delete such certificate from such collection.
37492 The <B>I</B> Import command available in this screen allows you to 
37493 import a command to this collection.
37495 <UL>   
37496 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37497 </UL><P>
37499 <UL>   
37500 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37501 </UL><P>
37502 &lt;End of help on this topic&gt;
37503 </BODY>
37504 </HTML>
37505 ====== h_config_smime_private_keys =====
37506 <HTML>
37507 <HEAD>
37508 <TITLE>S/MIME: Manage Private Keys</TITLE>
37509 </HEAD>
37510 <BODY>
37511 <H1>S/MIME: Manage Private Keys</H1>
37514 This option allows you to manage your private key. Normally a person has only
37515 one key, in the same way that a person only has one valid passport, or ID card,
37516 at any given time. This option allows you to manage private keys. You can
37517 delete them or import them. Additionally, you can view information
37518 about your public certificate, such as the issuer and the dates of validity
37519 of such certificate, among others.
37522 If you have more than one e-mail address for which you want to use the 
37523 same private key, you must add all those addresses to the private key at 
37524 the moment that the key is generated. When you receive a signed message using 
37525 a key generated for several e-mail addresses, Alpine will save a 
37526 certificate for each e-mail address included in such certificate.
37528 The <B>I</B> Import command available in this screen allows you to 
37529 import a command to this collection.
37531 <UL>   
37532 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37533 </UL><P>
37535 <UL>   
37536 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37537 </UL><P>
37538 &lt;End of help on this topic&gt;
37539 </BODY>
37540 </HTML>
37541 ====== h_config_smime_certificate_authorities =====
37542 <HTML>
37543 <HEAD>
37544 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
37545 </HEAD>
37546 <BODY>
37547 <H1>S/MIME: Manage Certificate Authorities</H1>
37550 This collection contains certificates that are needed to validate the 
37551 certificate of another person, and therefore contains certificates that 
37552 you trust. Typically a certificate is signed by another entity, called a 
37553 certificate authority. This option allows you to manage which certificates 
37554 you trust, allowing you to import them and to delete them or view information
37555 about each certificate, such as the issuer and the dates of validity
37556 of such certificate.
37558 The <B>I</B> Import command available in this screen allows you to 
37559 import a command to this collection.
37561 <UL>   
37562 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37563 </UL><P>
37565 <UL>   
37566 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37567 </UL><P>
37568 &lt;End of help on this topic&gt;
37569 </BODY>
37570 </HTML>
37571 ====== h_config_smime_password_file_certificates =====
37572 <HTML>
37573 <HEAD>
37574 <TITLE>S/MIME: Manage Password File Certificates</TITLE>
37575 </HEAD>
37576 <BODY>
37577 <H1>S/MIME: Manage Password File Certificates</H1>
37580 This option allows you to manage the certificates that are used to
37581 encrypt and decrypt your password file. This is useful in case you
37582 want to change the certificates used to encrypt your password file.
37584 Depending on the version of Alpine that you used for the first time
37585 to set this up, you might have had to enter a password to enter this
37586 screen. In the case that you did not enter a password to enter this
37587 screen, you should know two things that are important:
37588 <UL>
37589 <LI> If anyone takes control of your computer (for example, if you 
37590 left it unattended) then that person can add a password to your
37591 password file and make it unreadable to you in the future.
37592 <LI> If anyone can access your computer (this includes remote access)
37593 then that person can steal your password file and decrypt it without
37594 your help. This gives access to that person to the same services you
37595 have access and such person can use your name to access that service.
37596 In particular, that person can try to hack into your service provider
37597 with your name on it, or that person could try to send spam with
37598 your name.
37599 </UL>
37600 <P> Needless to say, this is not advisable. You should keep your
37601 password file protected. In order to do so, all you need to do is use
37602 the &quot;Create Key&quot; command to create a key. Once you do this,
37603 Alpine will use that key, encrypted with the password used to create that
37604 key, to protect your password file.
37606 In this screen you can import a new key to encrypt your password file, 
37607 and read cryptographic information on your current key.
37609 To import a new key press &quot;RETURN&quot; and enter the location of
37610 the new key. You will be asked to enter the password of the new key. If
37611 this part of the process is successful, Alpine will search for the 
37612 certificate that matches that key. If your key is named 
37613 &quot;your_email@address.com.key&quot;, then Alpine will look for your
37614 certificate in the same directory in the file named
37615 &quot;your_email@address.com.crt&quot;, otherwise it will look for it
37616 as part of your key (that is, it will look to see if your certificate
37617 is in the file &quot;your_email@address.com.key&quot;), if all of this
37618 fails, Alpine will ask you to enter the location of the certificate
37619 that matches the key you unlocked. If a certificate is found, it will be 
37620 used, and in this case, the password file will be read, decrypted with the 
37621 old key and encrypted with the new key. Once this is done, the new key and 
37622 certificates are saved, and the old keys are permanently deleted.
37624 Alpine does not create a backup of your password file, or your old keys
37625 that will be replaced. If you need to keep old copies, you will have to do
37626 this operation outside Alpine.
37628 Observe that you can use this screen to remove the password for the key.
37629 As explained earlier, this is not advisable, but you can always restore the
37630 password to encrypt your password file by creating a new key.
37632 Be safe and keep your password file encrypted with a password.
37633 <UL>   
37634 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37635 </UL><P>
37637 <UL>   
37638 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37639 </UL><P>
37640 &lt;End of help on this topic&gt;
37641 </BODY>
37642 </HTML>
37643 ====== h_certificate_information =====
37644 <HTML>
37645 <HEAD>
37646 <TITLE>S/MIME: Certificate Information Screen</TITLE>
37647 </HEAD>
37648 <BODY>
37649 <H1>S/MIME: Certificate Information Screen</H1>
37652 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
37653 such as its owner, e-mail address, issuer, and interval of validity, 
37654 among others.
37656 In the case of public certificates, this screen shows you if there was a
37657 failure when attempting to validate such message. If the certificate is
37658 self-signed, then the <B>T</B> Trust command will be available, which
37659 you can use to trust such certificate and make Alpine not fail validating 
37660 signatures signed with such certificate.
37662 You can also mark a certificate deleted, with the <B>D</B> command, or 
37663 remove the deleted mark with the <B>U</B> undelete command.
37665 In the case of your private key, Alpine shows you the information
37666 from your public key. Additionally, Alpine allows you to see public
37667 and private information about your key, with the <B>B</B> and
37668 <B>R</B> commands respectively.
37669 <UL>   
37670 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37671 </UL><P>
37673 <UL>   
37674 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37675 </UL><P>
37676 &lt;End of help on this topic&gt;
37677 </BODY>
37678 </HTML>
37679 ====== h_config_smime_manage_public_menu =====
37680 <HTML>
37681 <HEAD>
37682 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
37683 </HEAD>
37684 <BODY>
37685 <H1>S/MIME: Commands that Manage Public Certificates</H1>
37688 This screen allows you to manage your public certificates. 
37690 The format of this screen is as follows. There are five fields: The 
37691 leftmost field is normally empty, but it could contain the letter 
37692 &quot;D&quot; to indicate that that certificate has been marked for 
37693 deletion. The next field is the e-mail address of the owner of the 
37694 certificate, shown in its entirety. The third and fourth field are the 
37695 first and last day validity for that certificate, respectively. The date
37696 is displayed in the user's locale unless the option 
37697 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>
37698 is set. In this case, the month, day and year are represented by two
37699 digits, and the format used is mm/dd/yy. Finally, the fifth 
37700 field is what can be displayed of the MD5 hash of the certificate. You can 
37701 use any of the last three fields to distinguish between two certificates 
37702 for the same owner.
37704 Available commands in this screen and a short description of what they 
37705 do follows.
37706 <UL>
37707 <LI> <B>I</B> Imports a public certificate to this collection.
37708 <LI> <B>V</B> View information about a certificate such as the name of the person the
37709 certificate was issued to, its dates of validity, and validity status.
37710 <LI> <B>D</B> Marks a certificate deleted.
37711 <LI> <B>U</B> Removes the deletion mark on a certificate.
37712 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
37713 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
37714 trust a certificate by copying it to the collection of trusted certificates.
37715 </UL>
37717 All commands provide feedback to let you know about their success or failure.
37719 <UL>   
37720 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37721 </UL><P>
37723 <UL>   
37724 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37725 </UL><P>
37726 &lt;End of help on this topic&gt;
37727 </BODY>
37728 </HTML>
37729 ====== h_config_smime_manage_private_menu =====
37730 <HTML>
37731 <HEAD>
37732 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
37733 </HEAD>
37734 <BODY>
37735 <H1>S/MIME: Commands that Manage Private Keys</H1>
37738 This screen allows you to manage your private key.
37740 The format of this screen is as follows. There are five fields: The 
37741 leftmost field is normally empty, but it could contain the letter 
37742 &quot;D&quot; to indicate that that certificate has been marked for 
37743 deletion. The next field is the e-mail address of the owner of the 
37744 certificate, shown in its entirety. The third field is the first day of 
37745 validity for that certificate; the fourth field in the last day that that 
37746 certificate is valid, and the fifth field is what can be displayed of the 
37747 MD5 hash of the public certificate corresponding to this private key. You 
37748 can use any of the last three fields to distinguish between two 
37749 certificates for the same owner.
37751 Available commands and a short description of what they do follows.
37752 <UL>
37753 <LI> <B>I</B> Imports a new public key to this collection.
37754 <LI> <B>V</B> View information about the public certificate corresponding to this
37755 key.
37756 <LI> <B>D</B> Marks a key to be deleted.
37757 <LI> <B>U</B> Removes the deletion mark on a key.
37758 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
37759 Note that expunging a private key does not remove the public key, which must
37760 be removed separately.
37761 </UL>
37763 All commands provide feedback to let you know about their success or failure.
37765 <UL>   
37766 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37767 </UL><P>
37769 <UL>   
37770 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37771 </UL><P>
37772 &lt;End of help on this topic&gt;
37773 </BODY>
37774 </HTML>
37775 ====== h_config_smime_manage_cacerts_menu =====
37776 <HTML>
37777 <HEAD>
37778 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
37779 </HEAD>
37780 <BODY>
37781 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
37784 This screen allows you to manage your collection of certificates that you
37785 trust. 
37787 The format of this screen is as follows. There are five fields: The 
37788 leftmost field is normally empty, but it could contain the letter 
37789 &quot;D&quot; to indicate that that certificate has been marked for 
37790 deletion. The next field is the e-mail address of the owner of the 
37791 certificate, shown in its entirety. The third field is the first day of 
37792 validity for that certificate; the fourth field in the last day that that 
37793 certificate is valid, and the fifth field is what can be displayed of the 
37794 MD5 hash of the certificate. You can use any of the last three fields to 
37795 distinguish between two certificates for the same owner.
37797 Available commands and a short description of what they do follows.
37798 <UL>
37799 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
37800 done by reading the certificate and validating it. Once a certificate
37801 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
37802 to the certificate, if necessary.
37803 <LI> <B>V</B> View information about this certificate, such as its issuer 
37804 and validity dates.
37805 <LI> <B>D</B> Marks a certificate to be deleted.
37806 <LI> <B>U</B> Removes the deletion mark on a certificate.
37807 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
37808 </UL>
37810 All commands provide feedback to let you know about their success or failure.
37812 <UL>
37813 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37814 </UL><P>
37816 <UL>   
37817 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37818 </UL><P>
37819 &lt;End of help on this topic&gt;
37820 </BODY>
37821 </HTML>
37822 ====== h_config_lame_list_mode =====
37823 <HTML>
37824 <HEAD>
37825 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
37826 </HEAD>
37827 <BODY>
37828 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
37830 This feature modifies the method Alpine uses to ask your IMAP
37831 server for folder names to display in the FOLDER LIST screen.
37832 It is intended to compensate for a small set of IMAP servers that
37833 are programmed to ignore a part of the request, and thus respond
37834 to Alpine's query with nonsensical results.
37837 If you find that Alpine is erroneously displaying blank folder lists,
37838 try enabling this feature.
37841 NOTE: Enabling this feature has consequences for the Goto and Save
37842 commands.  Many servers allow access to folders outside the area
37843 reserved for your personal folders via some reserved character,
37844 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
37845 allows, at the Goto and Save prompts, quick access to folders
37846 outside your personal folder collection without requiring a specific
37847 collection definition.  This behavior will generally not be available
37848 when this feature is enabled.
37851 <UL>   
37852 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37853 </UL><P>
37854 &lt;End of help on this topic&gt;
37855 </BODY>
37856 </HTML>
37857 ====== h_config_enable_mulnewsrcs =====
37858 <HTML>
37859 <HEAD>
37860 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
37861 </HEAD>
37862 <BODY>
37863 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
37865 This feature makes it so Alpine can use multiple newsrcs based on
37866 the news server being connected to, which allows for separate lists
37867 of subscribed-to newsgroups. When this feature is not set, there is only
37868 one list of newsgroups.
37870 Under this feature, the name of a newsrc is based on the news server.
37871 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
37872 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
37873 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
37874 Setting this feature for the first time will allow for the option of using
37875 your old newsrc the next time you read news.
37877 If this feature is set, then the feature
37878 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
37879 also may affect the name of the newsrc file that is used.
37881 <UL>   
37882 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37883 </UL><P>
37884 &lt;End of help on this topic&gt;
37885 </BODY>
37886 </HTML>
37887 ======= h_ab_export_vcard =======
37888 <HTML>
37889 <HEAD>
37890 <TITLE>Address Book Export Format</TITLE>
37891 </HEAD>
37892 <BODY>
37893 <H1>Address Book Export Format</H1>
37895 You are exporting address book data from Alpine to a file outside of Alpine.
37896 You are being asked to choose the format of the export.
37897 Here are the choices:
37899 <DL>
37900 <DT><EM>A</EM>ddress List</DT>
37901 <DD>
37902 The addresses from the address book entries you are saving
37903 from will be saved one address per line.
37904 Address book lists (those with more than one address) will have
37905 all of their addresses saved separately.
37906 </DD>
37908 <DT><EM>V</EM>Card</DT>
37909 <DD>
37910 The entries will be saved in
37911 <A HREF="h_whatis_vcard">vCard</A> format.
37912 </DD>
37914 <DT><EM>T</EM>ab Separated</DT>
37915 <DD>
37916 The entries will be saved in tab-separated columns.
37917 There will be just 4 columns of data that correspond to Alpine's
37918 Nickname field, Full Name field, Address field, and Comment field.
37919 It might prove useful to Select only the Simple, non-List address book
37920 entries before Saving.
37921 </DD>
37923 <DT><EM>^C</EM> Cancel</DT>
37924 <DD>
37925 Cancel out of the Save.
37926 </DD>
37928 </DL>
37932 &lt;End of help on this topic&gt;
37933 </BODY>
37934 </HTML>
37935 ====== h_config_predict_nntp_server =====
37936 <HTML>
37937 <HEAD>
37938 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
37939 </HEAD>
37940 <BODY>
37941 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
37943 This feature allows Alpine to assume that the open NNTP server at the
37944 time of composition is the NNTP server to which the message should be
37945 posted.  This is especially recommended when there are multiple News
37946 collections.  If this feature is not set, Alpine will try to post to the first server in
37947 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
37948 this feature also negates the need to add News collection servers to
37949 the <!--#echo var="VAR_nntp-server"--> variable.
37951 This feature can be especially handy when used in conjunction with
37952 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
37954 <UL>   
37955 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37956 </UL><P>
37957 &lt;End of help on this topic&gt;
37958 </BODY>
37959 </HTML>
37960 ====== h_config_nntp_search_uses_overview =====
37961 <HTML>
37962 <HEAD>
37963 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
37964 </HEAD>
37965 <BODY>
37966 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
37968 This feature should probably be turned on unless it causes trouble.
37969 The results of the NNTP overview command (XOVER) may be used to help
37970 with some searches in news groups.
37971 It should result in quicker response time.
37972 Turning this feature on apparently causes search results which are
37973 different from what you would get with the feature turned off on some
37974 servers.
37976 <UL>   
37977 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37978 </UL><P>
37979 &lt;End of help on this topic&gt;
37980 </BODY>
37981 </HTML>
37982 ====== h_config_thread_sorts_by_arrival =====
37983 <HTML>
37984 <HEAD>
37985 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
37986 </HEAD>
37987 <BODY>
37988 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
37990 This feature affects how a threading sort arranges threads.  The default way
37991 to arrange threads is by the date of the earliest message in the thread.
37992 This feature arranges threads by the last message to arrive in a thread.
37994 This feature causes old threads that get recent messages to sort to the bottom,
37995 where previously a message arrival to a thread would not rearrange the order of
37996 that thread.
37998 <UL>   
37999 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38000 </UL><P>
38001 &lt;End of help on this topic&gt;
38002 </BODY>
38003 </HTML>
38004 ====== h_config_textplain_int =====
38005 <HTML>
38006 <HEAD>
38007 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
38008 </HEAD>
38009 <BODY>
38010 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
38012 This feature modifies the method Alpine uses to display Text/Plain
38013 MIME attachments from the Attachment Index screen.  Normally, the
38014 &quot;View&quot; command searches for any externally defined (usually
38015 via the
38016 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
38017 and displays the selected text within that viewer.
38020 Enabling this feature causes Alpine to ignore any external viewer
38021 settings and always display text with Alpine's internal viewer.
38024 <UL>   
38025 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38026 </UL><P>
38027 &lt;End of help on this topic&gt;
38028 </BODY>
38029 </HTML>
38030 ====== h_config_wp_columns =====
38031 <HTML>
38032 <HEAD>
38033 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
38034 </HEAD>
38035 <BODY>
38036 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
38038 Web Alpine only.
38040 This configuration setting specifies the number of horizontal characters
38041 used to format various WebAlpine pages.  Smaller values will tend to reduce
38042 the amount of horizontal scrolling required to view pages within narrow
38043 browsers, such as those found on PDAs, and larger values will tend to 
38044 spread more information across the page.
38047 The Message List page uses the width to determine how many characters
38048 to assign each field.  Note, a smaller value may result in a disproportionate
38049 amount of blank space between fields on each line.  Similarly, a large
38050 value may result in cramped fields or horizontal scrolling.
38053 The Message View page uses this value to determine when to wrap lines
38054 in displayed message text.  Note, a smaller value may result in jagged
38055 right margins or confusing quoting.  A larger value may cause lines of text to
38056 run beyond the browser's right edge, requiring horizontal scrolling.
38059 <UL>   
38060 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38061 </UL><P>
38062 &lt;End of help on this topic&gt;
38063 </BODY>
38064 </HTML>
38065 ====== h_config_wp_state =====
38066 <HTML>
38067 <HEAD>
38068 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
38069 </HEAD>
38070 <BODY>
38071 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
38073 Web Alpine only.
38075 Various aspects of cross-session state.
38078 <UL>   
38079 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38080 </UL><P>
38081 &lt;End of help on this topic&gt;
38082 </BODY>
38083 </HTML>
38084 ====== h_config_wp_aggstate =====
38085 <HTML>
38086 <HEAD>
38087 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
38088 </HEAD>
38089 <BODY>
38090 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
38092 Web Alpine only.
38094 Aggregate operations tab state.
38097 <UL>   
38098 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38099 </UL><P>
38100 &lt;End of help on this topic&gt;
38101 </BODY>
38102 </HTML>
38103 ====== h_config_wp_indexlines =====
38104 <HTML>
38105 <HEAD>
38106 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
38107 </HEAD>
38108 <BODY>
38109 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
38111 Web Alpine only.
38113 Number of index lines in table.
38116 <UL>   
38117 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38118 </UL><P>
38119 &lt;End of help on this topic&gt;
38120 </BODY>
38121 </HTML>
38122 ====== h_config_wp_indexheight =====
38123 <HTML>
38124 <HEAD>
38125 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
38126 </HEAD>
38127 <BODY>
38128 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
38130 Web Alpine only.
38132 Index table row height.
38135 <UL>   
38136 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38137 </UL><P>
38138 &lt;End of help on this topic&gt;
38139 </BODY>
38140 </HTML>
38141 ====== h_config_rss_news =====
38142 <HTML>
38143 <HEAD>
38144 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
38145 </HEAD>
38146 <BODY>
38147 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
38149 Web Alpine only.
38151 RSS News feed.
38154 <UL>   
38155 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38156 </UL><P>
38157 &lt;End of help on this topic&gt;
38158 </BODY>
38159 </HTML>
38160 ====== h_config_rss_weather =====
38161 <HTML>
38162 <HEAD>
38163 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
38164 </HEAD>
38165 <BODY>
38166 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
38168 Web Alpine only.
38170 RSS Weather feed.
38173 <UL>   
38174 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38175 </UL><P>
38176 &lt;End of help on this topic&gt;
38177 </BODY>
38178 </HTML>
38179 ====== h_config_send_confirms_only_expanded =====
38180 <HTML>
38181 <HEAD>
38182 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
38183 </HEAD>
38184 <BODY>
38185 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
38187 This Web Alpine option specifies whether or not a Send confirmations
38188 happens when a composed message is readied for sending or not.  The
38189 default behavior is to not confirm that the nicknames were expanded to
38190 the intended addresses.
38193 <UL>   
38194 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38195 </UL><P>
38196 &lt;End of help on this topic&gt;
38197 </BODY>
38198 </HTML>
38199 ====== h_config_enable_jump_command =====
38200 <HTML>
38201 <HEAD>
38202 <TITLE>FEATURE: enable-jump-command</TITLE>
38203 </HEAD>
38204 <BODY>
38205 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
38207 This Web Alpine option specifies whether or not a Jump command is
38208 offered in the Message List and Message View pages.  The command is
38209 implemented as an input field in the left column of the List and View
38210 screens. 
38213 When enabled and a number is entered in the input field while the
38214 Message List is displayed, the Message List is reframed with the
38215 specified message.  While viewing a message, the message associated
38216 with the specified message number is displayed.
38219 <UL>   
38220 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38221 </UL><P>
38222 &lt;End of help on this topic&gt;
38223 </BODY>
38224 </HTML>
38225 ====== h_config_enable_newmail_sound =====
38226 <HTML>
38227 <HEAD>
38228 <TITLE>FEATURE: enable-newmail-sound</TITLE>
38229 </HEAD>
38230 <BODY>
38231 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
38233 This Web Alpine option specifies whether or not a sound file is sent
38234 to the web browser along with the newmail notification message.
38238 <UL>   
38239 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38240 </UL><P>
38241 &lt;End of help on this topic&gt;
38242 </BODY>
38243 </HTML>
38244 ====== h_config_render_html_internally =====
38245 <HTML>
38246 <HEAD>
38247 <TITLE>FEATURE: render-html-internally</TITLE>
38248 </HEAD>
38249 <BODY>
38250 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
38252 By default, Web Alpine will pass cleansed HTML text you receive in messages 
38253 to the browser for display (rendering).  This feature causes Web Alpine to convert 
38254 the HTML text into plain text in the same way Unix and PC-Alpine do.
38258 <UL>   
38259 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38260 </UL><P>
38261 &lt;End of help on this topic&gt;
38262 </BODY>
38263 </HTML>
38264 ====== h_config_role_undo =====
38265 Yes, remember changes and exit back to list of roles; No, discard changes
38266 made in this screen; ^C, cancel exit and stay in this config screen.
38267 ====== h_exit_editor =====
38268 S, save changes and exit from the editor; D, do not save changes but
38269 do exit from the editor; or ^C, cancel exit and stay in the editor.
38270 ====== h_config_undo =====
38271 Yes, save changes and exit; No, exit without saving any changes made since
38272 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
38273 ====== h_os_index_whereis =====
38274 Enter ^V or ^Y to go immediately to the last or first message in the index.
38275 Or, enter the match string followed by RETURN.
38276 ====== h_os_index_whereis_agg =====
38277 Enter ^V or ^Y to go immediately to the last or first message in the index,
38278 Or, enter the match string followed by RETURN (or ^X to select all matches).
38279 =========== h_oe_add_full ==================
38280 Type the full name of the person being added and press the RETURN key.
38281 Press ^C to cancel addition.
38282 =========== h_oe_add_nick ==================
38283 Type a short nickname and press RETURN.  A nickname is a short easy-to-
38284 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
38285 ========== h_oe_add_addr ================
38286 Type the e-mail address and press RETURN.
38287 Press ^C to cancel addition.
38288 ========== h_oe_crlst_full ==============
38289 Type a long name or description for the list that you are creating and
38290 press RETURN.  Press ^C to cancel creation of list.
38291 =========== h_oe_crlst_nick =============
38292 Type a nickname (short, easy-to-remember name or single word) for the list
38293 you are creating and press RETURN.  Press ^C to cancel.
38294 ========== h_oe_crlst_addr ==============
38295 Type an e-mail address, or a nickname already in the address book that you
38296 want to be part of this list and press RETURN.
38297 ========== h_oe_adlst_addr =============
38298 Type an e-mail address or a nickname already in the address book that you
38299 want to add to this list and press RETURN.
38300 ========== h_oe_editab_nick ============
38301 Change the nickname using the arrow keys and delete key.  Press RETURN
38302 when done.  Press ^C to cancel editing and leave the nickname as it was.
38303 ========== h_oe_editab_full ============
38304 Change the full name using the arrow keys and delete key.  Press RETURN
38305 when done.  Press ^C to cancel editing and leave the full name as it was.
38306 ========== h_oe_editab_addr ============
38307 Change the address using the arrow keys and delete key.  Press RETURN
38308 when done.  Press ^C to cancel editing and leave the address as it was.
38309 ========== h_oe_editab_fcc ============
38310 Change the fcc using the arrow keys and delete key.  Press RETURN when
38311 done.  Press ^C to cancel editing and leave the fcc as it was.
38312 ========== h_oe_editab_comment ============
38313 Change the comment field using the arrow keys and delete key.  Press RETURN
38314 when done.  Press ^C to cancel editing and leave the comment as it was.
38315 ====== h_ab_forward =====
38316 Yes, expand nicknames and qualify local names with your current domain name;
38317 No, leave nicknames and local names as is;  ^C, cancel.
38318 ========== h_ab_export ==========
38319 Type the name of a file to write the addresses into and
38320 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
38321 ========== h_ab_edit_a_field ==========
38322 Edit any of the fields of the currently selected entry by typing one of the
38323 letters at the bottom of the screen.  Press ^C to cancel edit.
38324 ====== h_ab_del_data_revert =====
38325 Press B to completely delete addrbook and revert to default, C to delete config
38326 and revert while leaving data, or D to only delete data (make it empty).
38327 ====== h_ab_del_data_modify =====
38328 Press B to completely delete addrbook, C to delete configuration while leaving
38329 data, or D to delete data (make it empty) but leave config. ^C to cancel.
38330 ====== h_ab_del_config_modify =====
38331 Yes, remove this address book from my configuration.
38332 No, make no changes now.
38333 ====== h_ab_del_config_revert =====
38334 Yes, remove this address book from my config and revert to default.
38335 No, make no changes now.
38336 ====== h_ab_del_default =====
38337 Yes, remove this default address book from my configuration.
38338 No, make no changes now.
38339 ====== h_ab_really_delete =====
38340 Yes, delete the actual contents of the address book, not just the 
38341 configuration.  No, don't delete the data after all, cancel and start over.
38342 ====== h_ab_del_ignore =====
38343 Press I to ignore all the default address books for this category.  Press R to
38344 remove this one address book and add the others to your personal list.
38345 ====== h_ab_del_dir_ignore =====
38346 Press I to ignore all the default directory servers for this category.
38347 Press R to remove this one server and add the others to your personal list.
38348 ====== h_ab_copy_dups =====
38349 Yes, overwrite the existing entry.
38350 No, skip duplicates but save the rest. Press ^C to cancel.
38351 ====== h_confirm_cancel =====
38352 Type C to Confirm that you want to abandon the message you are composing.
38353 Type N or ^C to cancel out of the cancel and keep composing.
38354 ====== h_ab_text_or_vcard =====
38355 Text, start composer with displayed text already included.
38356 VCard, start composer with address book entry attached as a vCard. ^C cancels.
38357 ====== h_ab_backup_or_ldap =====
38358 Backup, copy email address from entry and allow editing of it.
38359 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
38360 ====== h_ldap_text_or_vcard =====
38361 Text: export displayed text for selected entry. Address: export only the
38362 email address. VCard: export entry in vCard format. ^C cancels.
38363 ====== h_ab_save_exp =====
38364 Save, save entry or entries to an address book.
38365 Export, save to file outside of pine. ^C cancels save.
38366 ====== h_ab_add =====
38367 A, add a brand new entry to this address book.
38368 E, edit the entry that is currently highlighted. ^C to cancel.
38369 ====== h_ab_shuf =====
38370 U, swap order of highlighted address book and the one above it.
38371 D, swap order of highlighted address book and the one below it. ^C to cancel.
38372 ====== h_ab_shuf_up =====
38373 U, swap order of highlighted address book and the one above it.
38374 Press ^C to cancel.
38375 ====== h_ab_shuf_down =====
38376 D, swap order of highlighted address book and the one below it.
38377 Press ^C to cancel.
38378 ====== h_folder_prop =====
38379 Count is # of messages in the folder, Unseen means messages that have not
38380 been read, New means messages that were Recently added to the folder.
38381 ====== h_role_shuf =====
38382 U, swap order of highlighted rule and the one above it.
38383 D, swap order of highlighted rule and the one below it. ^C to cancel.
38384 ====== h_role_shuf_up =====
38385 U, swap order of highlighted rule and the one above it.
38386 Press ^C to cancel.
38387 ====== h_role_shuf_down =====
38388 D, swap order of highlighted rule and the one below it.
38389 Press ^C to cancel.
38390 ====== h_incoming_shuf =====
38391 B, swap order of highlighted directory and the one before it.
38392 F, swap order of highlighted directory and the one after it. ^C to cancel.
38393 ====== h_incoming_shuf_up =====
38394 B, swap order of highlighted directory and the one before it.
38395 Press ^C to cancel.
38396 ====== h_incoming_shuf_down =====
38397 F, swap order of highlighted directory and the one after it.
38398 Press ^C to cancel.
38399 ====== h_dir_shuf =====
38400 U, swap order of highlighted directory and the one above it.
38401 D, swap order of highlighted directory and the one below it. ^C to cancel.
38402 ====== h_dir_shuf_up =====
38403 U, swap order of highlighted directory and the one above it.
38404 Press ^C to cancel.
38405 ====== h_dir_shuf_down =====
38406 D, swap order of highlighted directory and the one below it.
38407 Press ^C to cancel.
38408 ====== h_hdrcolor_shuf =====
38409 U, swap order of highlighted Header Color and the one above it.
38410 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
38411 ====== h_hdrcolor_shuf_up =====
38412 U, swap order of highlighted Header Color and the one above it.
38413 Press ^C to cancel.
38414 ====== h_hdrcolor_shuf_down =====
38415 D, swap order of highlighted Header Color and the one below it.
38416 Press ^C to cancel.
38417 ========== h_oe_editab_al ============
38418 Change the address using the arrow keys and delete key.  Press RETURN
38419 when done.  Press ^C to cancel editing and leave the address as it was.
38420 ========== h_dir_comp_search ===============
38421 Type a string to look for just like you would in the composer. Your configured
38422 rules for the servers with the implicit flag set will be used.
38423 ========== h_oe_searchab ===============
38424 Type the word or name you want to search for and press RETURN.  If you press
38425 RETURN without entering anything the word in [] will be searched for.
38426 ========== h_oe_chooseabook ==========
38427 Choose the address book you want to save the new entry in.
38428 Use ^N or ^P to change address books.  ^C to cancel.
38429 ========== h_oe_takeaddr ==========
38430 Edit the e-mail address using the arrow and delete keys.  Press RETURN
38431 when done.  Press ^C to cancel adding this entry to the address book.
38432 ========== h_oe_take_replace ==========
38433 Press R to replace the old entry with this new data.  You will still have
38434 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
38435 ========== h_oe_take_replace_or_add ==========
38436 Press R to replace the old entry.  Press A to add the selected addresses to
38437 the old existing list.  N to enter another nickname. ^C to cancel now.
38438 ========== h_oe_takename ==========
38439 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
38440 when done.  Press ^C to cancel adding this entry to the address book.
38441 ========== h_oe_takenick ==========
38442 Type a nickname (short easy-to-remember name, initials or single word) for this
38443 entry in the address book and press RETURN.  Press ^C to cancel addition.
38444 ========== h_oe_jump ==========
38445 Type the message number you want to jump to and press RETURN.  The word "end"
38446 represents the last message. Press ^C to cancel jumping to another message.
38447 ========== h_oe_jump_thd ==========
38448 Type the thread number you want to jump to and press RETURN.  The word "end"
38449 represents the last thread. Press ^C to cancel jumping to another thread.
38450 ========== h_oe_debuglevel ==========
38451 Higher number shows more debugging details.
38452 Press ^C if you want to cancel the change.
38453 ========== h_oe_broach ==========
38454 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
38455 to go to the previous/next collections in the list.  Press ^C to cancel goto.
38456 ========== h_oe_foldsearch ==========
38457 Type the text you want to search for in foldernames and press RETURN.  If you
38458 press RETURN without entering anything, any text in [] will be searched for.
38459 ========== h_oe_foldrename ==========
38460 Change the old name of the folder to the new name using the arrow and
38461 delete keys and press RETURN.  Press ^C to cancel rename.
38462 ========== h_oe_login ==========
38463 Enter your login name for the host you are opening the mailbox on.  Just press
38464 RETURN to use your login from this host as is, or edit it with delete key.
38465 ========== h_oe_passwd ==========
38466 Type your password for the host and login shown as part of the prompt.
38467 Press ^C to cancel opening folder.
38468 ========== h_oe_choosep ==========
38469 Enter the number associated with the printer you want to select.  Press ^C to
38470 cancel the printer selection.  The current selection is highlighted.
38471 ========== h_oe_customp ==========
38472 Type the name of the Unix print command and press RETURN.  Press ^C to
38473 cancel the printer selection.
38474 ========== h_oe_searchview ==========
38475 Type the word or name you want to search for and press RETURN.  If you press
38476 RETURN without entering anything the word in [] will be searched for.
38477 ========== h_oe_keylock ==========
38478 The keyboard is in use and locked by another user.  Only that user can
38479 unlock this keyboard by typing the password.
38480 ========== h_wt_expire ==========
38481 At the beginning of each month Alpine offers to rename your current sent-mail
38482 folder to one named for the month so you have a sent-mail folder for each month
38483 ========== h_wt_delete_old ==========
38484 It is the beginning of the month, and we need to conserve disk
38485 space.  Please delete any sent-mail that you do not need.
38486 ========== h_select_sort ==========
38487 Select the order for sorting the index by typing the capitalized letter.
38488 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
38489 ========== h_no_F_arg ============
38490 Enter name of file to be opened.
38492 ========== h_sticky_personal_name ==========
38493 Type in your name as you want it to appear on outgoing email.  This entry
38494 will be saved into your Alpine configuration file.
38495 ========== h_sticky_inbox ============
38496 INBOX syntax is usually {complete.machine.name}INBOX
38497 This entry will be saved in your Alpine configuration file.
38498 ========== h_sticky_smtp ============
38499 The name of the computer on your campus that relays your outgoing email
38500 to the Internet.  This entry will be saved in your Alpine configuration file.
38501 ========== h_sticky_user_id ==========
38502 The username or login-id part of your email address.  This entry will be
38503 saved in your Alpine configuration file.
38504 ========== h_sticky_domain ==========
38505 The domain part of your email address, NOT the name of your PC.  This
38506 entry will be saved in your Alpine configuration file.
38507 ========== h_bounce =========
38508 Enter the address or nickname of the intended recipient.  Alpine will resend
38509 the message, which will retain the original author's From: address.
38510 ========== h_incoming_add_folder_nickname =========
38511 Enter an (optional) nickname that will be used in lieu of the actual
38512 host and folder names in the FOLDER LIST display.
38513 ========== h_anon_forward ==========
38514 Enter the address of your intended recipient, or ^C to cancel.
38515 Example: jsmith@somewhere.edu
38516 ========== h_news_subscribe ==========
38517 Enter the name of the newsgroup to which you wish to subscribe,
38518 or ^C to cancel.  Example: comp.mail.pine
38519 ========== h_pipe_msg ==========
38520 Enter the name of the Unix command to which you wish to send this
38521 message, or ^C to cancel.
38522 ========== h_pipe_attach ==========
38523 Enter the name of the Unix command to which you wish to send this
38524 attachment, or ^C to cancel.
38525 ========== h_select_by_num ==========
38526 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
38527 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
38528 ========== h_select_by_gm_content ==========
38529 Enter your search key in the same way that you would enter a search
38530 key in the web interface for Gmail.
38531 ========== h_select_by_thrdnum ==========
38532 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
38533 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
38534 ========== h_select_txt_from ==========
38535 Messages with From: headers containing the entered string will be selected.
38536 ^C to cancel. ^G again to see original options.
38537 ========== h_select_txt_not_from ==========
38538 Messages without From: headers containing the entered string will be selected.
38539 ^C to cancel. ^G again to see original options.
38540 ========== h_select_txt_to ==========
38541 Messages with To: headers containing the entered string will be selected.
38542 ^C to cancel. ^G again to see original options.
38543 ========== h_select_txt_not_to ==========
38544 Messages without To: headers containing the entered string will be selected.
38545 ^C to cancel. ^G again to see original options.
38546 ========== h_select_txt_cc ==========
38547 Messages with Cc: headers containing the entered string will be selected.
38548 ^C to cancel. ^G again to see original options.
38549 ========== h_select_txt_not_cc ==========
38550 Messages without Cc: headers containing the entered string will be selected.
38551 ^C to cancel. ^G again to see original options.
38552 ========== h_select_txt_subj ==========
38553 Messages with Subject: headers containing the entered string will be selected.
38554 ^C to cancel.  ^X enters Subject: line of current message.
38555 ========== h_select_txt_not_subj ==========
38556 Messages without Subject headers containing the entered string will be selected.
38557 ^C to cancel.  ^X enters Subject: line of current message.
38558 ========== h_select_txt_all ==========
38559 All messages containing the entered string will be selected.  Headers and body,
38560 but not encoded attachments, will be compared.  Enter ^C to cancel.
38561 ========== h_select_txt_not_all ==========
38562 All messages that don't contain the entered string will be selected.  Headers
38563 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
38564 ========== h_select_txt_body ==========
38565 All messages containing the entered string will be selected. Body text, but
38566 not headers or encoded attachments, will be compared. ^C to cancel.
38567 ========== h_select_txt_not_body ==========
38568 All messages that don't contain the entered string will be selected. Body
38569 text, but not headers or encoded attachments, will be compared. ^C to cancel.
38570 ========== h_select_txt_recip ==========
38571 Messages with Cc: or To: headers containing the entered string will be selected.
38572 ^C to cancel. ^G again to see original options.
38573 ========== h_select_txt_not_recip ==========
38574 Messages without Cc: or To: headers containing the string will be selected.
38575 ^C to cancel. ^G again to see original options.
38576 ========== h_select_txt_partic ==========
38577 Messages with Cc, To, or From headers containing the string will be selected.
38578 ^C to cancel. ^G again to see original options.
38579 ========== h_select_txt_not_partic ==========
38580 Messages without Cc, To, or From headers containing the string will be selected.
38581 ^C to cancel. ^G again to see original options.
38582 ========== h_select_date ==========
38583 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
38584 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
38585 ========== h_attach_index_whereis ==========
38586 Enter some text that appears in the Attachment Index entry for the desired
38587 attachment.  The first attachment containing that text will be highlighted.
38588 ========== h_kb_lock ==========
38589 Keystrokes entered here (up to a RETURN) comprise a password that must
38590 be entered again later in order to unlock the keyboard.
38591 ========== h_compose_default ==========
38592 N, compose a new message. R, set a role.
38593 ^C to cancel.
38594 ========== h_untranslatable ==========
38595 Send using UTF-8 character set; Send but replace untranslatable characters
38596 with question marks; return to the composer; or cancel message altogether.
38597 ========== h_compose_intrptd ==========
38598 N, compose a new msg. I, continue interrupted msg. R, set a role.
38599 ^C to cancel.
38600 ========== h_compose_postponed ==========
38601 N, compose a new message. P, continue postponed msg. R, set a role.
38602 ^C to cancel.
38603 ========== h_compose_intrptd_postponed ==========
38604 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
38605 R, set a role. ^C to cancel.
38606 ========== h_compose_form ==========
38607 N, compose a new message. F, use form letter. R, set a role.
38608 ^C to cancel.
38609 ========== h_compose_intrptd_form ==========
38610 N, compose a new msg. I, continue interrupted msg. F, use form letter.
38611 R, set a role. ^C to cancel.
38612 ========== h_compose_postponed_form ==========
38613 N, compose a new message. P, continue postponed msg. F, use form letter.
38614 R, set a role. ^C to cancel.
38615 ========== h_compose_intrptd_postponed_form ==========
38616 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
38617 F, use form letter. R, set a role. ^C to cancel.
38618 ========== h_config_context_del_except ==========
38619 If you delete the last exceptional collection you can only add it back by
38620 manually editing the exceptions config file.
38621 ========== h_config_whereis ==========
38622 To move quickly to a particular line, enter a search string or
38623 ^C to cancel.
38624 ========== h_config_edit_scorei ==========
38625 Enter interval in the form (min,max). -INF and INF may be used to represent
38626 -infinity and infinity. ^C to cancel change. RETURN to accept change.
38627 ========== h_config_add ==========
38628 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
38629 pressing RETURN sets the Empty Value (this turns off any global default).
38630 ========== h_config_add_custom_color ==========
38631 Enter a header fieldname. For example, "subject" or "from".
38633 ========== h_config_add_pat_hdr ==========
38634 Enter a header fieldname. For example, "reply-to" or "organization" or
38635 any fieldname you want that isn't included already.
38636 ========== h_config_print_opt_choice ==========
38637 You may edit either the initialization string (characters printed before
38638 printing starts) or the trailer string.  Choose one or ^C to cancel.
38639 ========== h_config_print_init ==========
38640 Enter a C-style string for this.  You may use common backslash escapes like
38641 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
38642 ========== h_config_change ==========
38643 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
38644 delete current (highlighted) character, etc.  Enter ^C to cancel change.
38645 ========== h_config_replace_add ==========
38646 Replace ignores the current default, Add places the current default in your
38647 editing buffer as if you had typed it in.
38648 ========== h_config_insert_after ==========
38649 Enter a nickname for this print command.  (InsertBefore puts the new item
38650 before the current line, InsertAfter puts it after the current line.)
38651 ========== h_config_print_cmd ==========
38652 Enter command to be executed for the printer.  Use normal editing keys
38653 to modify, ^C to cancel, carriage return to accept current value.
38654 ========== h_config_role_del ==========
38655 Answering Yes will remove this rule completely from your rules list.
38656 ========== h_config_role_addfile ==========
38657 Type the name of a file to add to your configuration. You don't need to
38658 use a file, you may add rules directly (with Add) without using a file.
38659 ========== h_config_role_delfile ==========
38660 Answering Yes will remove this rule file completely from your rules list.
38661 The rules data file itself will not be removed.
38662 ========== h_config_print_del ==========
38663 Answering Yes will remove this printer completely from your printer list.
38664 ========== h_config_print_name_cmd ==========
38665 You may edit the Nickname of this printer, the Command to be executed when
38666 printing, or change the Options associated with this printer.
38667 ========== h_send_check_fcc ==========
38668 Yes, send message without an Fcc.
38669 No, return to composer.
38670 ========== h_send_check_subj ==========
38671 Yes, send message without a Subject.
38672 No, return to composer.
38673 ========== h_send_check_to_cc ==========
38674 Yes, send message without a To address, or a Cc address, or a Newsgroup.
38675 No, return to composer.
38676 ========== h_send_fcc_only ==========
38677 Yes, copy message to Fcc only and send to NO recipients.
38678 No, return to composer.
38679 ========== h_send_prompt ==========
38680 Yes, send the message.
38681 No or ^C, return to composer.
38682 ========== h_send_prompt_flowed ==========
38683 Yes, send the message.  No or ^C, return to composer.
38684 What's Flowed? See Do Not Send Flowed Text in config screen.
38685 ========== h_send_prompt_dsn ==========
38686 Yes, send the message.  No or ^C, return to composer.
38687 What's DSNOpts? See Enable Delivery Status Notification in config screen.
38688 ========== h_send_prompt_dsn_flowed ==========
38689 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
38690 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
38691 ========== h_role_confirm ==========
38692 Yes, use displayed role. No, compose without a role.
38693 ^C, cancel the message. ^T, select a role from your other eligible roles.
38694 ========== h_norole_confirm ==========
38695 Return, compose without a role.
38696 ^C, cancel the message. ^T, select a role from your eligible roles.
38697 ========== h_custom_print ==========
38698 Enter a Unix command that accepts its data on standard input.
38699 Alpine will display any information the command sends to standard output.
38700 ========== h_convert_abooks_and_sigs ==========
38701 You will be given the opportunity to convert address books and signature files
38702 to remote configurations.
38703 ========== h_convert_abooks ==========
38704 You will be given the opportunity to convert address books to remote
38705 configurations.
38706 ========== h_flag_keyword ==========
38707 Enter the name of the keyword you want to add for this folder.
38708 No spaces, parentheses, braces, percents or asterisks are allowed.
38709 ========== h_select_keyword ==========
38710 Enter the keyword you want to match, or use ^T to select a keyword from a list
38711 of possible keywords for this folder. Use ! to look for non-matches instead.
38712 ========== h_type_keyword ==========
38713 Enter the keyword you want to add. You may add a nickname in the next step.
38714 No spaces, parentheses, braces, percents or asterisks are allowed.
38715 ========== h_type_keyword_nickname ==========
38716 Enter an optional nickname for the keyword you want to add.
38717 Type Carriage return to use the keyword name instead of a nickname.
38718 ========== h_convert_sigs ==========
38719 You will be given the opportunity to convert signature files to remote
38720 configurations.
38721 ========== h_convert_abook ==========
38722 Yes is fairly safe. You will be ADDing a remote address book that is a copy
38723 of the current address book. The current abook won't be removed automatically.
38724 ========== h_convert_sig ==========
38725 Answering Yes copies the contents of the signature file into your Alpine
38726 configuration file. After that, the contents of the file will not be used.
38727 ========== h_save_addman ==========
38728 Enter the simple name of the folder you want to add. Carriage return to
38729 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
38730 ========== h_reopen_folder ==========
38731 Yes reopens the folder, as if you were starting over. This uncovers new mail.
38732 No leaves the folder index as it was without discovering new mail.
38733 ========== h_convert_pinerc_server ==========
38734 This is the name of the host (computer) where the remote Alpine configuration
38735 will be stored. This should be an IMAP server that you have permission to use.
38736 ========== h_convert_pinerc_folder ==========
38737 Enter the correct remote folder name. This folder is special and should
38738 contain only configuration data. It shouldn't contain other mail messages.
38739 ========== h_role_compose ==========
38740 Compose a New message, Reply to current message, Forward current message, or
38741 Bounce message. Then you will be asked to choose one of your Roles to be used.
38742 ========== h_role_aggregate ==========
38743 Compose a reply, or forward, or bounce the selected messages. Then you 
38744 will be asked to choose one of your Roles to be used for this operation.
38745 ========== h_save_size_changed ==========
38746 The reported size of a message is not the same as the actual size. Answer Yes
38747 to continue and hope for the best or No to Cancel the entire Save.
38748 ========== h_select_by_larger_size ==========
38749 Enter a number or ^C to cancel. All messages greater than this many characters
38750 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
38751 ========== h_select_by_smaller_size ==========
38752 Enter a number or ^C to cancel. All messages less than this many characters
38753 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
38754 ========== h_preserve_field ==========
38755 Use 'p' to toggle between preserving or not preserving the original To:
38756 and Cc: fields of the message. Enter ^C to cancel message.
38757 ========== h_privacy_policy ==========
38758 x-alpine-http:https://alpineapp.email/legal/privacy.html
38759 ========== h_apache_license ==========
38760 x-alpine-http:https://alpineapp.email/legal/apache_license.html