* If kerberos is not fully installed remove it from the list of libraries.
[alpine.git] / pith / pine.hlp
blobfb05a0d204164d88b6cb4672581c616aeff37da2
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 650 2022-06-04 01:28:23
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://alpine.x10host.com/privacy.html</A>.
187 By following the previous link,  Alpine
188 will connect to an external server, and will download it and display
189 it for you. Please take some time to read it and understand it.
190 Since the Privacy Policy could be amended to take into consideration
191 new additions to Alpine, please check it periodically.
193 <P> Version <!--#echo var="ALPINE_VERSION"--> include new features
194 and bug fixes.
195 <!-- Changes since the release of version <!--#echo var="ALPINE_VERSION"-->
196 <!-- include: -->
198 <P> New features include:
199 <UL>
200 <!--chtml if pinemode="os_unix"-->
201 <LI> Unix version of Alpine (not including OSX). Alpine is built with password
202      file support by default. If Alpine is built with SMIME support and the
203      password file does not exist, then Alpine will create it by default and
204      encrypt it. For this version of Alpine, Alpine saves its passwords in the file
205      &quot;<!--#echo var="PASSWORD_FILE"-->&quot; which is in the same directory that
206      your .pinerc is located.
207 <!--chtml endif-->
209 <LI> In the past Alpine did not recognize images embedded
210      in an HTML file, so now it does and a link to open them is
211      given. Additionally, Alpine did not pass these images to an
212      external browser for display using the external command, and
213      now it will.
215 <LI> Support for code_verifier and code_challenge when generating a
216      refresh token and access token in Gmail and Outlook using the
217      S256 method and plain method.
219 <LI> Change the redirect_uri scheme for Gmail, as Google is deprecating the use
220      of oob. Changed to http://localhost. Users are supposed to enter the URL
221      they see in their browser in place of the code.
223 <LI> Some servers do not allow the Drafts folder to be removed, even when
224      it is empty. Alpine, however, assumes that if the folder exists, it
225      must contain a draft message. This joint collaboration with Thomas
226      Uhle modifies alpine to not to attempt to continue a draft message if
227      the draft folder is empty.
229 <LI> Contributions by Thomas Uhle:
230 <UL>
231   <LI> Add support to the LDAP attribute "userCertificate";
232   <LI> Move voiceMailTelephoneNumber from the TCL side to ldap_translate;
233   <LI> XOAUTH2 state generator changes format specifier from %x to %02x;
234   <LI> Web Alpine will not attempt to continue a postponed message if the
235        postponed-msgs folder is empty.
236 </UL>
238 <LI> Improvements to the screen that allows a user to select the client-id when
239      a user attempts to login to a server and more than one client-id
240      is available for that server. In this case additional information is
241      given: The method to use (device or authorize), a user id that uses the
242      suggested client-id or a report that the client-id has not been used.
244 <LI> To protect the privacy of a user, the message-id of a message will be
245      generated using the domain in the From field of the message.
247 <LI> When saving to a folder in the unix format, Alpine parses the
248      destination folder to assign uids to all messages in the folder. When
249      the destination folder is large this could significantly slow down
250      alpine. Fix based on a patch submitted to the alpine-info list by
251      Chris Caputo.
253 <LI> Add the LOGOUT command to the list of commands that can be
254      automatically interrupted in case the connection becomes unstable
255      during that command and Alpine times out its connection to the server.
257 <LI> If new mail has arrived when a user is closing a mailbox, Alpine will
258      also announce how many new messages have arrived. Suggested by Chime Hart.
260 <LI> When an invitation does not have a timezone in the date of the event,
261      but the date is in GMT, adjust the date to local time.
262 </UL>
265 Bugs addressed include:
267 <UL>
268 <LI> Crash when invoking Alpine from the command line and an attempt to authorize
269      alpine to use XOAUTH2 is done. Alpine crashes because of a missing optional
270      parameter -xoauth2-flow and because no screen has been configured yet. Reported
271      by Baron Fujimoto.
273 <LI> Alpine crashes when it cannot retrieve the privacy policy due to
274      failure connecting to the external server.
276 <LI> Alpine might delete all passwords from the password file if the
277      password file is not unlocked by cancellation, or the authentication
278      for an XOAUTH2 server is cancelled, or the password of an account
279      is changed.
281 <LI> When the personal name of an address is encoded, and the personal name
282      is surrounded by quotes, these are not removed by Alpine at the time
283      to offer to take an address from a message to the addressbook. Reported
284      by David Prager Branner.
286 <LI> If a user configures the sendmail-path variable, and does not use a
287      global smtp-server, then Alpine will use the sendmail-path even when
288      the user configured a smtp-server for a role. Reported by Gregory
289      Heytings.
291 <LI> Crash in PC-Alpine when creating a mail collection and no username is
292      indicated in the server path. Reported by Sandy Schuman.
294 <LI> Crash in Alpine when running a filter that moves deleted messages the
295      INBOX in a Gmail account. Reported by Jyrki Voutilainen.
296 </UL>
298 <P>Version 2.25 adds new features and addresses bugs found in previous
299 releases.
302 New features include:
303 <UL>
304 <LI> Unix Alpine: New configuration variable <a href="h_config_ssl_ciphers"><!--#echo var="VAR_ssl-ciphers"--></a> that allows
305      users to list the ciphers to use when connecting to a SSL server.
306      Based on a collaboration with Professor Martin Trusler.
308 <LI> New hidden feature <a href="h_config_delete_before_writing"><!--#echo var="FEAT_enable-delete-before-writing"--></a>
309      to add support for terminals that need lines to be deleted
310      before being written. Based on a collaboration with Professor
311      Martin Trusler.
313 <LI> Experimental: The instruction to remove the double quotes from the processing of
314      customized headers existed in pine, but it was removed in alpine. Restoring
315      old Alpine behavior. See
316      <A href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981781">this</A>
317      report for more background information.
319 <LI> Add the capability to record http debug. This is necessary to debug XOAUTH2
320      authentication, and records sensitive login information. Do not share your
321      debug file if you use this form of debug.
323 <LI> Remove the ability to choose between the device and authorize methods
324      to login to outlook, since the original client-id can only be used
325      for the device method. One needs a special client-id and client-secret
326      to use the authorize method in Outlook.
328 <LI> PC-Alpine only: Some service providers produce access tokens that are
329      too long to save in the Windows Credentials, so the access tokens will
330      be split and saved as several pieces. This means that old versions of
331      Alpine will NOT be able to use saved passwords once this new version of
332      Alpine is used.
334 <LI> PC-Alpine: Debug files used to be created with extension .txt1, .txt2, etc.
335      Rename those files so that they have extension .txt.
337 <LI> Always follow â€˜suppress-asterisks-in-password-prompt’ setting in the
338      various password prompts. Submitted by &Eacute;tienne Deparis.
340 <LI> Use 'alpine -F' instead of 'pine -F' as the browser default pager.
341      Submitted by &Eacute;tienne Deparis.
343 <LI> Introduction of OTHER CMDS menu for the browser/pilot to let
344      people discover the two new commands: &quot;1&quot; is a toggle that
345      switches between 1 column and multicolumn mode. The &quot;.&quot; command
346      toggles between hiding or showing hidden files, and the &quot;G&quot;
347      command to travel between directories. Contributed by &Eacute;tienne
348      Deparis.
350 <LI> Add option -xoauth2-flow to the command line, so that users can specify the
351      parameters to set up an xoauth2 connection through the command line.
353 <LI> Alpine deletes, from its internal memory and external cache, passwords
354      that do not work, even if they were saved by the user.
356 <LI> New format for saving passwords in the windows credential manager
357      for PC-Alpine. Upon starting this new version of Alpine the passwords 
358      saved in the credential manager are converted to the new format and 
359      they will not be recognized by old versions of Alpine, but only by 
360      this and newer versions of Alpine.
362 <LI> Enabled encryption protocols in PC-Alpine are based on those enabled
363      in the system, unless one is specified directly.
364 </UL>
367 Bugs addressed include:
369 <UL>
370 <LI> The c-client library parses information from an IMAP server during
371      non-authenticated state which could lead to denial of service.
372      Reported by Damian Poddebniak from M&uuml;nster University of Applied
373      Sciences.
375 <LI> Memory corruption when alpine searches for a string that is
376      an incomplete utf8 string in a local folder. This could happen by
377      chopping a string to make it fit a buffer without regard to its content.
378      We fix the string so that chopping it does not damage it. Reported
379      by Andrew.
381 <LI> Crash in the ntlm authenticator when the user name does not include
382      a domain. Reported and fixed by Anders Skargren.
384 <LI> When forwarding a message, replacing an attachment might make Alpine
385      re-attach the original attachment. Reported by Michael Traxler.
387 <LI> When an attachment is deleted, the saved message with the deleted
388      attachment contains extra null characters after the end of the
389      attachment boundary.
391 <LI> Tcp and http debug information is not printed unless the default
392      debug level is set to 1. Print this if requested, regardless of what
393      the default debug level is.
395 <LI> When trying to select a folder for saving a message, one can only enter
396      a subfolder by pressing the &quot;>&quot; command, rather than the normal
397      navigation by pressing &quot;Return&quot;. Reported by Ulf-Dietrich Braunmann.
399 <LI> Crash when attempting to remove a configuration for a XOAUTH2 server
400      that has no usernames configured.
402 <LI> Crash caused by saving (and resaving) XOAUTH2 refresh and access tokens
403      in PC-Alpine. Reported by Karl Lindauer.
404 </UL>
406 <P> Version 2.24 adds new features and addresses bugs found in previous
407 releases.
409 <P> 
410 New features include:
412 <UL>
413 <LI> Experimental: The instruction to remove the double quotes from the processing of
414      customized headers existed in pine, but it was removed in alpine. Restoring
415      old Alpine behavior. See 
416      <A href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981781">this</A>
417      report for more background information.
418 <LI> Add the capability to record http debug. This is necessary to debug XOAUTH2
419      authentication, and records sensitive login information. Do not share your
420      debug file if you use this form of debug.
421 <LI> Remove the ability to choose between the device and authorize methods
422      to login to outlook, since the original client-id can only be used
423      for the device method. One needs a special client-id and client-secret
424      to use the authorize method in Outlook.
425 <LI> PC-Alpine only: Some service providers produce access tokens that are
426      too long to save in the Windows Credentials, so the access tokens will
427      be split and saved as several pieces. This means that old versions of
428      Alpine will NOT be able to use saved passwords once this new version of
429      Alpine is used.
430 <LI> PC-Alpine: Debug files used to be created with extension .txt1, .txt2, etc.
431      Rename those files so that they have extension .txt.
432 <LI> Always follow â€˜suppress-asterisks-in-password-prompt’ setting in the
433      various password prompts. Submitted by &Eacute;tienne Deparis.
434 <LI> Use 'alpine -F' instead of 'pine -F' as the browser default pager.
435      Submitted by &Eacute;tienne Deparis.
436 <LI> Introduction of OTHER CMDS menu for the browser/pilot to let
437      people discover the two new commands: &quot;1&quot; is a toggle that 
438      switches between 1 column and multicolumn mode. The &quot;.&quot; command 
439      toggles between hiding or showing hidden files, and the &quot;G&quot; 
440      command to travel between directories. Contributed by &Eacute;tienne 
441      Deparis.
442 <LI> Implementation of XOAUTH2 for Yahoo! Mail. <A href="h_yahoo_configuration">Learn More</A>
444 <LI> Expansion of the configuration screen for XOAUTH2 to include
445      username, authorization flow, and tenant.
447 <LI> XOAUTH2: automatic renew of access token and connection to a server
448      within 60 seconds of expiration of the access token.
450 <LI> If a user has more than one client-id for a service, Alpine
451      asks the user which client-id to use and associates that client-id to
452      the credentials in the XOAUTH2 configuration screen.
453      <A HREF="h_xoauth2_config_screen">Learn more</A>.
455 <LI> Addition of Yandex.com to the list of services that Alpine can use XOAUTH2 to
456      authenticate for reading and sending email. <A href="h_yandex_configuration">Learn More</A>
458 <LI> Addition of a link to the Apache License 2.0 (see above). This is 
459      available from the Release Notes as well as the welcome screen.
461 <LI> Modifications to protect the privacy of users:
462 <UL>
463 <LI> Alpine does not generate Sender or X-X-Sender by default
464      by enabling  <a href="h_config_disable_sender"><!--#echo var="FEAT_disable-sender"--></a>
465      as the default.
466 <LI> Alpine does not disclose User Agent by default by enabling
467      <A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A>
468      by default.
469 <LI> Alpine uses the domain in the From: header of a message
470      to generate a message-id and suppresses all information
471      about Alpine, version, revision, and time of generation
472      of the message-id from this header. This information is
473      replaced by a random string.
474 </UL>
475 <LI> Unix Alpine displays configure options and flags when 
476      invoked as &quot;alpine -v&quot;. Suggested by Matt Ackeret.
477 <LI> Alpine will ding the terminal bell when asking  about quitting
478      when new mail arrives. This is consistent with Alpine dinging the
479      bell when new mail arrives. The bell will not ding if it is disabled
480      for status messages. Suggested by Chime Hart.
482 <LI> When messages are selected, pressing the &quot;;&quot; command to broaden or narrow
483      a search, now offers the possibility to completely replace the search, and
484      is almost equivalent to being a shortcut to &quot;unselect all messages, and select
485      again&quot;. The difference is that cancelling this command will not unselect
486      all currently selected messages. Suggested by Holger Trapp.
488 <LI> Alpine will not write debug files unless started with the option -d, 
489      so for example &quot;alpine -d 2&quot; will generate a debug file at level 2, 
490      but just issuing the alpine command will not write any debug to a file.
492 <LI> Experimental: Attempt to implement the Encryption Range in Windows. It works
493      in Windows 10, and it should work in Windows 8.1. It needs testing in
494      Windows 7 and Windows Vista.
496 <LI> Addition of variables <A HREF="h_config_user_certs_path"><!--#echo var="VAR_user-certs-path"--></A>
497      and <A HREF="h_config_user_certs_file"><!--#echo var="VAR_user-certs-file"--></A>
498      which allow a user to specify locations for certificates that the user
499      trusts.
501 <LI> Ignore non-empty initial challenge in the GSSAPI authenticator. Based
502      on a patch written by Jarek Polok, but submitted by Ignacio Reguero.
504 <LI> When a server expires a refresh token, Alpine needs to cancel it
505     internally. Alpine will attempt to get a new one when it  reopens the
506     folder after it cancels it.
508 <LI> Set up the IMAP ID at the moment of logging in to the server, rather than
509      as a one time option, in case we need to use a special IMAP ID.
510 </UL>
513 Bugs addressed:
515 <UL>
516 <LI> When Alpine starts a PREAUTH connection, it might still ask the user
517      to login. Reported by Frank Tobin.
519 <LI> Crash while resizing the screen when viewing a calendar event.
521 <LI> When Alpine opens a folder in a server whose address is given numerically
522      it might crash due to an incorrect freeing of memory. Reported by Wang Kang.
524 <LI> Crash when Alpine frees memory on a system where LC_CTYPE is not 
525      configured, and the user calls the file browser to attach files to
526      a message. Reported by Luis Gerardo Tejero.
528 <LI> Invalid signatures created by Alpine, when built with recent
529      releases of the Openssl-1.1.1 series (but not in the Openssl-1.0.1 series).
530      Fix contributed by Bernd Edlinger.
532 <LI> After returning from the directory side of a dual-folder, sometimes 
533      Alpine would return to the first folder in the parent directory or to 
534      the dual-folder. The fix is to return to the original dual-folder as 
535      intended. Reported by Holger Trapp.
537 <LI> When an attachment is deleted and the original message is saved, Alpine
538      might write only a part of the name of the file deleted. Reported by Holger
539      Trapp.
541 <LI> URLs that are surrounded by white space are not cleaned by Alpine before
542      passing them to the browser, resulting in no display of the URL when Alpine
543      tries to open it. Reported by Gregory Heytings.
545 <LI>  When Alpine is built without smime, password file functionality might
546       fail. Reported by Andres Fehr.
548 <LI> Crash in PC-Alpine when using the eXternal command.
550 <LI> Fix in Macs that made Alpine abort a ssh connection to an imap server.
551      Reported and assisted by Wang Kang.
552 </UL>
555 Version 2.23 has new additions and addresses bugs found in previous releases.
558 Additions include:
560 <UL>
561 <LI> Implementation of XOAUTH2 authentication support for Outlook.
562      Based on documentation suggested by Andrew C Aitchison. <A href="h_outlook_configuration">Learn More</A>
564 <LI> Add support for the OAUTHBEARER authentication method in Gmail. Thanks to
565      Alexander Perlis for suggesting it and explaining how the method works. <A href="h_gmail_configuration">Learn More</A>
567 <LI> Creation of Alpine's Privacy Policy. This is presented as a link to
568     an online document from the Release Notes (Link at the top of this
569     document.) Upon user request, Alpine downloads and displays this
570     document. Links to the privacy policy are also displayed when a user
571     starts Alpine for the first time, or when a user starts a new version
572     of Alpine. There is no default exit greeting command for these
573     screens, and to exit the user must press "E", instead of the old
574     default, which was the RETURN command. The RETURN command will open
575     the handle on which the cursor is on, which by default is the Privacy
576     Policy.
578 <LI> Support for the SASL-IR IMAP extension that avoids a round trip during
579      authentication. Similar support added for the SMTP, NNTP and POP3 
580      protocols. Thanks to Geoffrey Bodwin for a report that lead to this
581      implementation.
583 <LI> Alpine can pass an HTML message to an external web browser, by using the
584      &quot;External&quot; command in the <a href="h_attachment_screen">ATTACHMENT INDEX</a>
585      screen. <A href="h_command_external_browser">Learn more</A>.
587 <LI> New configuration variable
588      <a href="h_external_loads_inline_images_only"><!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>
589      that controls if Alpine will keep the source link to all the images in the
590      HTML message, or will only pass a link to inline images included in the message. For your
591      privacy and security this feature is enabled by default.
593 <LI> When reading an email and a user selects an email address to which to compose
594      a message from the message, the user will be able to select a role to compose
595      that message.
597 <LI> New variable system-certs-path that allows users to indicate the 
598      location of the directory where certificates are located. In PC-Alpine 
599      this must be C:\\libressl\\ssl\\certs. The C: drive can be replaced 
600      by the name of the drive where the binary and DLL files are located.
602 <LI> New variable system-certs-file that allows users to configure the
603      location of a container of certificate authority (CA) certificates
604      to be used to validate certificates of remote servers.
606 <LI> Remove sleep of 5 seconds for mailcap programs that use the terminal
607      to display content. Suggested by Carl Edquist. In addition, remove the
608      configurable process table command and its corresponding sleep time.
609 </UL>
612 Bugs addressed:
614 <UL>
615  <LI> Security Bug: Alpine can be configured to start a secure connection using /tls
616       on an insecure connection. However, if the connection is PREAUTH, Alpine
617       will not upgrade the connection to a secure connection, because a client
618       must not issue a STARTTLS to a server that supports it in authenticated
619       state. This makes Alpine continue to use an insecure connection with the
620       server, exposing user data. Reported by Damian Poddebniak and Fabian
621       Ising from Münster University of Applied Sciences.
623    <LI> Selecting by subject might not copy the subject of the current message
624      to the selection text correctly. Reported by Iosif Fettich.
626    <LI> Alpine does not set the return path correctly when using a role while bouncing
627     a message. Reported by Dr. C. Griewatsch.
629 <LI>Bug in PC-Alpine that made Alpine go into an infinite loop and
630     consume CPU when it was iconized. Reported by Holger Schieferdecker in
631     comp.mail.pine.
633 <LI>Crash in Alpine when attempting to reply to a multipart/alternative 
634     message that is malformed, and the option to include attachments in
635     reply is enabled. Reported and patched by Peter Tirsek.
637 <LI>Bug that makes Alpine split encoded words in the subject of a message
638     in the middle of a utf-8 character into two encoded words, breaking the
639     encoding. Reported by Jean Chevalier.
641 <LI> Alpine would not redraw the screen when a check for new mail in an
642     incoming folder failed due to a failure while validating the server 
643     certificate, and the user did not allow the connection to proceed.
645 <LI> Crash in Alpine while resizing the screen when using any of the tokens
646     SUBJKEYTEXT, SUBJECTTEXT, or SUBJKEYINITTEXT in the index format, and 
647     the screen was resized. Reported by Iggy Mogo.
649 <LI> When Alpine is trying to authenticate to Gmail, using the XOAUTH2 method,
650     it does not display the url the user needs to open, in order to authorize
651     Alpine to access Gmail using XOAUTH2 when Alpine still has not created
652     a screen. Reported by Baron Fujimoto.
654 <LI> When an html anchor does not quote the link in the href parameter,
655     alpine does not link to it.
657 <LI> Attempt to fix a bug that breaks scrolling of a message in Alpine when
658      the screen is resized. Reported in the Debian bug system at
659      <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956361">https://bugs.debian.org/cgi-bin/bugreport.cgie?bug=956361</A>.
660 </UL>
663 Version 2.22 addresses bugs found in previous releases and has several
664 additions as well.
667 Additions include:
669 <UL>
670 <LI> Support for <A HREF="h_xoauth2">XOAUTH2</A> authentication method in Gmail.
671      <A href="h_gmail_configuration">Learn More</A>
673 <LI> PC-Alpine builds with LibreSSL and supports S/MIME.
675 <LI> NTLM authentication support with the ntlm library, in Unix systems.
676 Based on code provided by Maciej W. Rozycki.
678 <LI> Add /tls1_3 flag for servers that support it. Read more information
679 in the secure protocols <A HREF="h_network_encryption_security">help</A>.
681 <LI> To increase user's privacy, remove phone-home code that would prompt 
682 users to send an email message upon starting Alpine for the first time for 
683 purposes of counting. Your use of Alpine does not disclose information about 
684 you or your use of Alpine to the developers of Alpine.
686 <LI> New variable 
687 <A HREF="h_config_encryption_range"><!--#echo var="VAR_encryption-protocol-range"--></A> 
688 that allows users to configure versions of the SSL/TLS protocol that Alpine is 
689 restricted to try when establishing a secure connection SSL/TLS to a remote 
690 server. The default can be set at compilation time.
692 <LI> Add -dict option to PC-Pico, which allows users to choose a dictionary
693 when spelling. Sample usage: -dict "en_US, de_DE, fr_FR".
695 <LI> Improvements to the configure stage of compilation. Some of
696 these contributed by Helmut Grohne. See
697 <A href="https://bugs.debian.org/876164">Bug 876164</A> in Debian.
699 <LI> Add &quot;remove password&quot; command to the management screen for the 
700 password file encryption key. This allows users to use their password file
701 without entering a master password.
703 <LI> Add the &quot;g&quot; option to the select command that works in IMAP 
704 servers that implement the X-GM-EXT-1 capability (such as the one offered 
705 by Gmail.) This allows users to do selection in Alpine as if they were 
706 doing a search in the web interface for Gmail.
708 <LI> New variable close-connection-timeout, which tells Alpine to close
709 a connection that is having problems being kept alive after the number
710 of seconds configured in this variable, if the connection has not
711 recovered. The default is 0, which means to keep the connection alive
712 and wait for the connection to recover.
714 <LI> When a message is of type multipart/mixed, and its first part is
715 multipart/signed, Alpine will include the text of the original message
716 in a reply message, instead of including a multipart attachment.
717 Suggested by Barry Landy.
719 <LI> S/MIME: Some clients do not transform messages to canonical form when 
720 signing first and encrypting second, which makes Alpine fail to parse the 
721 signed data after encryption. Reported by Holger Trapp.
723 <LI> Add /auth=XYZ to the way to define a server. This allows users to  
724 select the method to authenticate to an IMAP, SMTP or POP3 server.
725 Examples are /auth=plain, or /auth=gssapi, etc.
727 <LI> Add backward search in the index screen. Based on patch by Astyanax Foo, 
728 submitted in 2009, but resubmitted by Erich Eckner on 2019.
730 <LI> SMIME: When Alpine is set to validate a message using the user's store, and
731      user agrees to save a certificate of another user, use the saved 
732      certificate immediately to verify the smime message. Reported by 
733      Stefan Mueller.
735 <LI> Do not use a delay when printing messages to screen when the initial
736      keystroke sequence of commands is active. Based on a report from Holger
737      Trapp.
739 <LI> In PC-Alpine, when the decoded name of an attachment does not agree
740      with its encoded name, Alpine will offer to save the file using the
741      UTF8 encoded name.
742 </UL>
745 Bugs that have been addressed include:
746 <UL>
747    <LI> Width of characters is not always determined correctly when wcwidth
748         is used. Revert to using code for the Windows operating system. 
749         Reported by Andrew Ho.
751    <LI> The call realpath(..., NULL) gives an error in Solaris, which means that
752         we need to allocate memory for storing the resolved path. Reported by
753         Fabian Schmidt.
755    <LI> Crash when attempting to bounce a message due to lack of space in
756         allocated space for key menu array. Reported by David Sewell.
758    <LI> Crash when a CA certificate failed to load, and user attempted to
759         view certificate information of other certificate authorities.
761    <LI> Crash in the S/MIME configuration screen when a user turned off S/MIME, and
762         then re-enabled it. Also crash when attempting to enter the S/MIME 
763         configuration screen if S/MIME was turned off.
765    <LI> Deactivate some color code from Pico (as standalone editor in the
766         windows version) until I find a way to activate it again. This is 
767         not critical and it is not something that PC-Pico must have (some 
768         of it already exists in other ways, like color support, what does 
769         not exist is the more complex code that Unix-Pico has with color 
770         codes for specific colors.)
772    <LI> When a message is multipart, and the first part is flowed text, 
773         then forwarding the message will set the first part to be flowed, 
774         and sent that way even when the option Do Not Send Flowed Text is 
775         enabled. Reported by Holger Trapp.
777    <LI> When a message/rfc822 part of a message is encoded with
778         Content-Transfer-Encoding: QUOTED-PRINTABLE, Alpine will stop 
779         processing that message. Later this causes Alpine to crash because 
780         when it displays messages, it assumes that both header and body 
781         parts are processed. Reported by Mark Crispin in 2010, in the 
782         Alpine-info list (message with subject "crash bug in 
783         alpine/mailpart.c:format_msg_att()") with no example, and reported 
784         now by Holger Trapp, with an example.
786    <LI> In addition to the previous report, Alpine encodes message/rfc822
787         messages as QUOTED-PRINTABLE, in contradiction with RFC 2045, 
788         when it receives a report that its encoding is 8bit. We preserve 
789         the encoding reported by the IMAP server, and do not encode in 
790         QUOTED-PRINTABLE.
792    <LI> Update build.bat file to add /DWINVER=0x0501 so that Alpine can 
793         build when using Visual Studio 2017. Fix contributed by 
794         Ulf-Dietrich Braunmann.
796    <LI> When the locale is not set up to UTF-8, alpine might determine the 
797         width of a character incorrectly. Reported by Alexandre Fedotov.
799    <LI> In some rare cases, when attachments are deleted before saving 
800         emails, the filenames will be displayed in RFC1522 representation, 
801         instead of in decoded form. Reported and patched by Wang Kang.
803    <LI> When colors are edited from the main setup configuration screen, some
804         color settings are not updated until Alpine is restarted. Reported by
805         Andrew Hill.
807    <LI> If the first part of a message is multipart/alternative, and the 
808         first part of this is also a multipart type, then Alpine might 
809         fail to select the first text part when replying to a message. 
810         Reported by Lucio Chiappetti.
812    <LI> TLS 1.2 works does not work if Alpine is compiled with openssl &gt;= 1.1.0.
813         Reported and patched by Kyle George.
815    <LI> If the directory where Alpine saves the certificates is empty,
816         alpine would not create a self-signed certificate to encrypt the 
817         password file.
819    <LI> S/MIME: The list of public certificates is freed before it is 
820         reused when a signature fails to verify. This causes Alpine to 
821         crash. Patch submitted by Linus Torvalds.
823    <LI> S/MIME: A message could fail to verify its signature even if the
824         certificate was saved when the message was open. Based on a report 
825         by David Woodhouse to the RedHat bugzilla system.
827    <LI> When there are time changes in the clock, Alpine might go to sleep
828         for big amounts of time while displaying messages in the screen. 
829         Reset sleep time to 5 seconds in case it finds it needs to sleep 
830         more than 5 seconds or a negative amount of time.
832    <LI> Restore recognition of empty directories. It was deleted by mistake
833         when added support for internationalization in folders. Based on a 
834         report by Michael Rutter.
836    <LI> Alpine stops parsing the mailcap file when it finds an invalid entry.
837         Reported by Matt Roberds to the Debian bug system at 
838         <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886370">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886370</A>.
840    <LI> Crash with error "Lock when already locked" when an attempt to check
841         for new mail on a locked stream that is being used for a save 
842         operation. Reported by Carlos E.R.
844    <LI> Alpine removes trailing spaces from passwords, making a longin attempt
845         fail. Reported by R. Lyons.
847    <LI> Alpine crashes when opening a remote imap folder and computing scores.
848         Reported by Paul DeStefano.
850    <LI> When more than one server was given in the server-name configuration
851         option of rldap servers, none of them worked. Reported by Robert Wolf.
852 </UL>
855 Version 2.21 addresses bugs found in previous releases and has several 
856 additions as well.
859 Additions include:
860 <UL>
861   <LI> PC-Alpine: New configuration option "Aspell Dictionaries" allows a
862        user to choose the dictionary used to spell check, in case the user 
863        communicates in more than one language. Examples of values for the 
864        variable are "en_US" or "de_DE", etc. Only the first 10 
865        dictionaries are offered.
867   <LI> Unix-Alpine: Connect securely to a LDAP server on a secure port. 
868        Based on a contribution by Wang Kang.
870   <LI> Colors configured in Alpine are inherited in the composer.
872   <LI> When Alpine is compiled with password file and SMIME support 
873        the password file is encrypted using a private key/public 
874        certificate pair. If one such pair cannot be found, one will be 
875        created. <A HREF="h_password_file_support">Learn more</A>.
877   <LI> Alpine builds with any version of OpenSSL greater than or equal
878        to 1.0.0c. This includes version 1.1.0. Alpine also builds with
879        LibreSSL.
881   <LI> New SHORTSUBJECT, SHORTSUBJKEY and SHORTSUBJKEYINIT token for index 
882        format, which removes text in the SUBJECT between &quot;[&quot; and 
883        &quot;]&quot;.
885   <LI> New SMARTTIME24 token for index screen. It is close to SMARTDATETIME
886        but it differns in that it gives the time in which the message was
887        sent for messages that are less than a week old. it uses a 24 hour
888        format.
890   <LI> Alpine will include attachments when forwarding some 
891        multipart/alternative messages for which it did not use to include 
892        attachments.
894   <LI> New configuration option 
895        <a href="h_config_alt_reply_menu"><!--#echo var="FEAT_alternate-reply-menu"--></a>
896        which adds more ways to control features and variables when you
897        start to reply to a message.
899   <LI> Added support for RFC 2971 - IMAP ID extension.
901   <LI> Add configuration <A href="h_config_ignore_size"><!--#echo var="FEAT_ignore-size-changes"--></A>
902        that allows users to ignore errors in the computation of the size
903        of a message from defective servers.
905   <LI> SMIME: Upgrade the default signature digest from sha1 to sha-256, since 
906        clients such as Thunderbird do not validate signatures that use sha1 digest.
908   <LI> Add the configuration variable "default-directories", which is called
909        <A href="h_config_history"><!--#echo var="VAR_default-directories"--></A>
910        variable saves a list of directories that are readily accessible 
911        for save or export of attachments. This makes it easier to save 
912        attachments in directories that are hard to navigate to, or that 
913        are accessed frequently.
915   <LI> When a filename is attached and its name is encoded, the save 
916        attachment command will offer to save the file in the encoded form. 
917        This might work for some users, but the save command will have a 
918        subcommand ^N to decode the file name and save the file with the 
919        decoded name.
921   <LI> The TAB key allows autocomplete in the Fcc field in the composer headers,
922        as well as autocompletes automatically when only one possibility exists 
923        for the ^J attach command.
925   <LI> Add support for the &quot;TYPE&quot; and &quot;VALUE&quot; attributes of
926        the html OL tag.
928   <LI> Ignore message from smtp server after a successful authentication
929        challenge.
931   <LI> When a message is saved in the Form Letter folder, add the ability
932        to save the role being used to compose such message so that settings
933        such as the SMTP server set in the role can be used when sending
934        such form message. Suggested and patched by Frank Doepper.
936   <LI> If SSLDIR is defined somehow, do not disable S/MIME if the
937        SSLCERTSDIR is not found.
939   <LI> When Alpine sends an attachment, it will set the boundary attribute
940        in lower case, as some SMTP servers, such as those of libero.it 
941        reject messages if the boundary attribute is in uppercase.
943   <LI> Add the ability to change the private key and certificates used
944        to encrypt a password file in the SMIME setup configuration screen.
945        <A HREF="h_config_smime_password_file_certificates">Learn more</A>
947   <LI> SMIME: The ctrl-E command that gives information on the certificate
948        is only available for messages that have a signed or encrypted 
949        part.
951   <LI> SMIME: If a message contains a RFC822 attachment that is
952        signed/decrypted add the ability to view its SMIME information.
954   <LI> SMIME: Certificate information in the S/MIME screen is available 
955        for certificates stored in a container.
957   <LI> SMIME: Offer the common name of the person, instead of the name of
958        file containing the certificate, as the name to be displayed in the 
959        certificate management screen for certificate authorities. 
960        Suggested by Matthias Rieber.
962   <LI> SMIME: Management of several alternate name (SAN) certificates is 
963        improved. When importing a SAN certificate, also import a certificate
964        for the filename, besides for the e-mail addresses in the
965        certificate. Suggested by Matthias Rieber.
967   <LI> SMIME: add full year when displaying information about a certificate
968        in the certificate management screen. Suggested by Matthias Rieber.
970   <LI> SMIME: sort certificates by some type of alphabetical order in the
971        displayed name.
973   <LI> SMIME: Alpine will ask users if they wish to save S/MIME 
974        certificates included in signatures, when the option "Validate 
975        Using Certificate Store Only" is enabled. If the user does not wish 
976        to save it, validation will fail.
978   <LI> HTML: Add support for decoding entities in hexadecimal notation.
979        Suggested by Tulip&aacute;nt Gergely.
981   <LI> The &quot;#&quot; command, when used as part of an aggregate
982        operation will allow users to select the role used in either 
983        replying, forwarding or replying to the group of selected messages, 
984        Suggested by Hisashi T Fujinaka.
986   <LI> If the charset of a message can not be determined, use the value set
987        in the <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A> for its value.
989   <LI> Resizing setup screen will redraw screen.
991   <LI> Unix Alpine only. Experimental: If Alpine/Pico finds a UCS4 code
992        in the width ambiguous zone, it will use other means to determine
993        the width, such as call wcwidth.
995   <LI> Pico: Code reorganization in the search command to make it easier to
996        add subcommands of the search command.
998   <LI> Pico: Search command can do a case sensitive match. Use the Ctrl-^
999        subcommand of the search command to bring this choice into view.
1001   <LI> Pico: Add the ability to search for strings in the beginning or end
1002        of a line. Use the Ctrl-^ subcommand of the search command to bring 
1003        this choice into view.
1005   <LI> For a multipart/alternative message, the Take Address command will 
1006        work on the part that is being read.
1008   <LI> When sending a message, allow for 512 characters of consecutive 
1009        non-white space before folding the subject line.
1011   <LI> Make sure titlebar (the line at the top of the screen) always 
1012        contains the name of the folder/newsgroup that is open, if this 
1013        fits in the title.
1015   <LI> The feature <a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
1016        will also scramble the name, version and operating system in the 
1017        message-id header. Based on a contribution by Dennis Davis, which 
1018        is itself based on a contribution by Mark Hills.
1020   <LI> Change in logic in imap_set_password function to make Alpine ask if
1021        a user wants to save a password before reading the password file.
1023   <LI> When exporting all parts of a message, if two attachments have the same
1024        name, do not overwrite a file more than once, but instead add a counter
1025        number to the filename to make a new file that does not exist in the file
1026        system.
1028   <LI> Add the Control-R subcommand to the save command for attachments. 
1029        This subcommand toggles if the saving will be done in binary mode 
1030        for text attachments. When a user saves an attachment using binary
1031        mode it will be saved as it was sent, otherwise the attachment will
1032        be transformed to UTF-8 for further transformation through internal
1033        and user defined filters for saving.
1035   <LI> Add command line argument -smimedir, which allows users to specify
1036        the default path for a directory that contains the public, private, 
1037        and ca directories. This is useful in case a user has a backup of 
1038        old certificates that cannot be installed in the ~/.alpine-smime 
1039        dir.
1041   <LI> Reimplementation of the code that allows the .pinerc file to be a
1042        symbolic link by Kyle George from tcpsoft.com to use realpath.
1044   <LI> When saving an attachment, the "^T" command leads to a screen where the
1045        "A" command can be used to add a file. A directory can be added by
1046        pressing "^X" after the "A" command. Added after a suggestion by
1047        Stefan Goessling.
1049   <LI> When saving an attachment, the ^Y and ^V commands allow a user to 
1050        scroll through the history of directories used to save attachments, 
1051        while preserving the given name of the file. Suggested by Peter 
1052        Koellner.
1054   <LI> SMIME: Turn off automatic signing and encrypting of a message when
1055        bouncing. Suggested after a discussion with Matthias Rieber.
1057   <LI> When messages are selected, warn the user if a message that is not
1058        selected will be bounced, or if not all selected messages will be 
1059        bounced. Suggested by Ulf-Dietrich Braumann.
1061   <LI> The bounce command adds a subcommand to choose a role.
1063   <LI> When selecting messages by number, the &quot;.&quot; character can 
1064        be used to specify the message on which the cursor is on.
1066   <LI> When Alpine opens an attachment, it sometimes changes the extension 
1067        of the file that is being opened and replaces it by another for the 
1068        same mime type. If Alpine finds that the extension of the file 
1069        corresponds with the mime type, according to the mime-types file, 
1070        then it will keep it, and no substitution will be made.
1072   <LI> Set no restrictions on the length of encoded subjects, but encode
1073        words in length of no more than 75 characters.
1074 </UL>
1078 Bugs that have been addressed include:
1079 <UL>
1080   <LI> SMIME: Crash when a certificate has an invalid date of validity. Also
1081        Alpine will use the function ASN1_TIME_print to determine the date 
1082        of validity. Reported by Ben Stienstra.
1084   <LI> SMIME: Crash when attempting to unlock the password file and an
1085        incorrect password is entered.
1087   <LI> SMIME: Crash when checking the signature of a message that contains
1088        a RFC822 attached message. Reported by Holger Trapp and Bj&ouml;rn 
1089        Krellner.
1091   <LI> SMIME: Cancelling entering password to unlock key will not reprompt.
1093   <LI> SMIME: fix a bug that did not allow users to transfer certificates to
1094        remote containers. Reported by Matthias Rieber.
1096   <LI> SMIME: certificates included in messages were not being transferred
1097        to a remote container.
1099   <LI> SMIME: Crash if public certificates are located in an inaccessible
1100        remote server and the private key is not available.
1102   <LI> SMIME: Alpine does not remove temporary files created when adding a 
1103        CA certificate to a container. Reported by Holger Trapp.
1105   <LI> SMIME: When reading a local certificate, Alpine converts the name 
1106        of the certificate to lowercase, which may make Alpine not be able 
1107        to read such certificate. Reported by Dennis Davis.
1109   <LI> SMIME: If the option "Remember S/MIME Passphrase" is disabled, then
1110        entering a password to read an encrypted message will make Alpine 
1111        forget the key and not ask the password to unlock it again in case 
1112        it is necessary to unlock it again. Reported by Ulf-Dietrich 
1113        Braumann.
1115   <LI> Alpine would use freed memory while trying to compute the color
1116        of the titlebar. This happened when trying to continue a postponed 
1117        message.
1119   <LI> Alpine failed to read an encrypted password file if too many
1120        passwords were saved in the password file.
1122   <LI> When selecting messages while in Threaded Index Screen, some 
1123        messages other than top of threads could appear in the index, making
1124        Alpine display messages &quot;out of the screen.&quot;
1126   <LI> The index format would be chopped at the position of an unrecognized 
1127        token, instead of skipping the token as intended.
1129   <LI> Work in progress: Avoid calling non-safe functions when Alpine
1130        receives a signal. See bug report 
1131        <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825772">here.</A>
1133   <LI> Crash when attempting to read a message after a bounce command. 
1134        In order to produce a crash one needed to use the ^T subcommand and 
1135        do a search in a LDAP directory. The crash is produced by changes 
1136        to the text in the title bar. Reported by Heinrich Mislik in the 
1137        Alpine-info list.
1139   <LI> HTML messages that contain UTF-8 may wrap at the wrong position,
1140        making Alpine not display the correct character at the position 
1141        that wrapping is done. Reported by Wang Kang.
1143   <LI> Pico: Searching for a string that is too long causes Pico to crash
1144        in the next search.
1146   <LI> Fix vulnerability in regex library. This only affects those who use
1147        this library, such as the windows version of Alpine. See 
1148        <A HREF="http://www.kb.cert.org/vuls/id/695940">http://www.kb.cert.org/vuls/id/695940</A>
1149        for more details.
1151   <LI> Alpine would not set include and lib paths for OpenSSL if this was
1152        installed in /usr/local/ssl.
1154   <LI> If the .pinerc file is a symbolic link, Alpine might not write its
1155        contents when saving its configuration.
1157   <LI> The _INIT_ token does not skip over non-alphanumeric characters in
1158        the name. Reported by Andreas Fehr.
1160   <LI> When opening an INBOX folder in a context different from the 
1161        incoming folders collection, from the command line, Alpine would 
1162        open the INBOX folder from the incoming folders collection.
1164   <LI> Mismatch in size of UCS and CELL caused a corruption in the
1165        content of a pointer, which made the speller in PC-Alpine get the 
1166        content of a word incorrectly.
1168   <LI> Skip testing openssl compatibility version when cross-compilation
1169        is detected. Fix contributed by Antti Sepp&auml;l&auml;
1171   <LI> Alpine fails to remove temporary files used during a display or sending
1172        filter. Fix contributed by Phil Brooke.
1174   <LI> When the index is in zoomed state, adding new messages to the 
1175        selection would not show those messages if those messages are on 
1176        top of the current message in the top of the screen. Reported by
1177        Ulf-Dietrich Braumann. In addition, when the user scrolls through
1178        the index, this scroll smoothly, without jumping pages. Reported
1179        by Holger Trapp.
1181   <LI> Crash when reviewing history of saving attachments.
1183   <LI> Crash when canceling a goto command on a local collection that has
1184        not been expanded and attempting to expand such collection.
1186   <LI> Crash in Pico when forwarding messages that contain a direction mark
1187        at the end of a line. Reported by James Mingo.
1189   <LI> Solve compilation errors when Alpine is built with Visual Studio 2015.
1190 </UL>
1194 Version 2.20 addresses bugs found in previous releases and has several 
1195 additions as well.
1198 Additions include:
1201 <UL>
1202   <LI> Upgrade UW-IMAP to Panda IMAP from 
1203        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
1204   <LI> S/MIME: Add screen to manage certificates.
1205   <LI> S/MIME: Signatures are validated using the user's certificates instead
1206        of the ones included in the message. Behavior can be disabled by
1207        disabling the option <A href="h_config_smime_use_cert_store">
1208         <!--#echo var="FEAT_smime-use-storey-only"--></A>, which is enabled
1209        by default.
1210   <LI> S/MIME: sign messages using intermediate certificates when needed 
1211        and possible.
1212   <LI> S/MIME: validation of certificates for servers that modify signed 
1213        content.
1214   <LI> S/MIME: signed and encrypted messages will be signed first and 
1215        encrypted second, so that they can be decoded by other clients.
1216   <LI> S/MIME: add the sender certificate to the list of certificates in
1217        encrypted messages to make it possible for the sender to decrypt
1218        the message they sent.
1219   <LI> S/MIME: When transferring certificates to a local container, create 
1220        container with default names PublicContainer, PrivateContainer and 
1221        CAContainer, as appropriate for these files, unless the user has 
1222        provided some other names.
1223   <LI> S/MIME: Forwarding a message will include the signed part as part
1224        of the text and not as a multipart message, just as the reply
1225        command does.
1226   <LI> HTML: Style tag in body of html message causes Alpine to not write
1227        its content until a new &lt;/style&gt;
1228   <LI> HTML: &lt;BR&gt;, &lt;BR /&gt;, and &lt;BR/&gt; are considered
1229        the same inline tag; the same is valid for the &lt;HR&gt; tag.
1230   <LI> Add support to selective expunge through a subcommand of the 
1231        select-apply commands. Read more in the <A 
1232        HREF="h_index_cmd_expunge">help</A> for the expunge command.
1233   <LI> Pico: New subcommand of the search command, allows to reverse the
1234        direction of search.
1235   <LI> Unix Alpine: If a password file is defined, and S/MIME is enabled, 
1236        the key and certificate used to encrypt the password file are saved 
1237        in the ~/.alpine-smime/.pwd directory, or in the directory specified
1238        by the -pwdcertdir command line option. 
1239        <A HREF="h_password_file_support">Learn more</A>.
1240   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
1241        server to use different ways to connect using ssl, for 
1242        example {server.com/tls1} will attempt to connect to 
1243        server.com at the ssl imap port (port 993) and establish a 
1244        connection using TLSv1. These flags can be used in 
1245        conjunction with the /ssl flag, the ssl flag is redundant. 
1246        Conversely, however, the /ssl flag does not imply any of 
1247        these flags; the /ssl flag means SSLv3 or, if not available, 
1248        SSLv2 in the SSL port.
1249   <LI> Alpine does not attempt to automatically reopen a collection 
1250        that was not opened due to cancellation by the user. 
1251        Instead, the user must try to open it explicitly.
1252   <LI> Alpine searches for a certificate that matches an email address in
1253        all addresses in a certificate (instead of just the first 
1254        one) but when it tries to unlock the certificate, it asks 
1255        for the password for the first email address in that 
1256        certificate.
1257   <LI> Style tag in body of html message causes Alpine to not write its content
1258        until a new &lt;/style&gt;
1259   <LI> Experimental: Write the content-type of a message in 
1260        lowercase, as some non-compliant servers do not understand 
1261        uppercase content-type, such as those of GMX.de.
1262   <LI> Experimental: Do not send the RSET command before attempting
1263        to send a message, as this causes a delay in some evily managed
1264        servers.
1265   <LI> Opening a folder updates recent count in maildrops (this 
1266        already works for other types of folders)
1267   <LI> Automatically redraw screen after opening an attachment 
1268        instead of simply clearing it.
1269   <LI> Pico: Justification works without need of a predefined quote 
1270        string. This allows justification of blocks of text that are 
1271        indented with spaces.
1272   <LI> Decode the name of attachment names, so they can be written as part   
1273        of the description of the part. 
1274   <LI> Check bounds and tie strings off to improve security. Contributed 
1275        by James Jerkins.
1276   <LI> Replace tabs by spaces in From and Subject fields to control for
1277        size in screen of these fields. Change only in index screen display.
1278   <LI> Aggregate operations allows bouncing a list of messages using a role.
1279        Suggested by Ulf-Dietrich Braumann.
1280   <LI> Disable saving new passwords to the password file. Implemented
1281        by Louis Raphael from dpslabs.com. <A HREF="h_config_disable_password_file_saving">Learn more.</A>
1282   <LI> Makefile: Add $(LIBINTL) to the flags to link rpdump, rpload, 
1283      alpined and alpineldap because MAC OSX 10.8 x86_64 needs it. Reported by
1284      Charles M. Register.
1285 </UL>
1289 Bugs that have been addressed include:
1290 <UL>
1291   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
1292        in personal names. Reported by Lev Gorenstein.
1293   <LI> When writing the .pinerc file, lines were truncated if they were longer
1294        than 10,000 characters. This could cause data corruption, so now lines
1295        are allowed to be of any length.
1296   <LI> S/MIME: signed messages that contained an attachment would not validate.
1297   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
1298        validate. Thanks to Andreas Schamanek for testing, debugging and 
1299        advising during the process of fixing this problem.
1300   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
1301        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
1302        and Stefan Mueller.
1303   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the 
1304        home directory.
1305   <LI> S/MIME: Accessing the S/MIME configuration screen would deinitialize
1306        SMIME making it not possible to sign or encrypt messages.
1307   <LI> S/MIME: Forwarding a signed message might make the body contain mime 
1308        information that is not part of the body, and hence making the body
1309        of the message seem wrong.
1310   <LI> S/MIME Alpine would compute incorrectly the signature of a message 
1311        that contains 8bit if the option "Enable 8bit ESMTP Negotiation" is 
1312        enabled, the message contains 8bit characters and the smtp server 
1313        supports 8bit sending.
1314   <LI> When replying to several messages, subject will be decoded first,
1315        and then stripped from re/fwd before they are compared to determine
1316        the subject of the replied message.
1317   <LI> Crash when tcp connection to NNTP server was lost after connection
1318        had been established, but lost immediately afterwards.
1319   <LI> Crash with message &quot;lock when already locked&quot;, when painting
1320        an index was based on scores that needed information from a remote
1321        addressbook in the same server as the folder opened. Reported by
1322        Peter Koellner.
1323   <LI> Crash in message/rfc822 attachments encoded in base64.
1324   <LI> Postponed messages whose content-type is text/html, text/enriched and
1325        text/richtext are sent with that content-type, even though, after
1326        resuming composition, Alpine had changed its type to text/plain.
1327   <LI> Alpine cannot handle correctly some characters in the Windows-1256 
1328        character set, which might lead to a crash or a corruption in the 
1329        screen. Work was done to contain the bug. A more complete fix will 
1330        be done in a future release. Reported by Professor Robert Funnell.
1331   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
1332   <LI> WebAlpine: fail to build with debug disabled. Fix from Sam Hathaway.
1333   <LI> Save command did not warn of existence of a message with a deleted 
1334        attachment in an aggregate save, unless cursor was positioned on a message 
1335        with a deleted attachment. Reported by Florian Herzig.
1336   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
1337        in an IMAP server.
1338   <LI> DATE tokens were not internally transformed to UTF-8, which made their
1339        values not appear complete in the screen. Reported by Werner Scheinast.
1340   <LI> Fixes to configure script so that it will not require PAM for every system.
1341   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
1342        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
1343        during the build. Fix by Ulf-Dietrich Braumann.
1344   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
1345        needs to use tcl_getstringresult() instead. Reported by 
1346        Ulf-Dietrich Braumann.
1347   <LI> Quoted string in URL Viewers configuration variable were not 
1348        unquoted before passing to viewer.
1349   <LI> Fix in configure script to detect location of tcl library; add
1350        /usr/local in FreeBSD and fix a bug in configure script that used 
1351        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
1352        by Werner Scheinast.
1353   <LI> Move SSL configurations from UW-IMAP to configure script, and
1354        update OpenSSL configuration for Mac OS X.
1355   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
1356   <LI> When the download of an attachment is interrumpted, Alpine stills
1357      caches what was downloaded, making the download incomplete for 
1358      subsequent calls of Alpine attempting to open the attachment. In the 
1359      future, Alpine will not cache any downloaded part of the attachment 
1360      when it is interrupted.
1361 </UL>
1366 Version 2.11 addresses bugs found in previous releases and has a few 
1367 additions as well.
1370 Additions include:
1373 <UL>
1374    <LI> Alpine requires version 1.0.0c of Openssl to build.
1375    <LI> Increase encryption of S/MIME encrypted messages.
1376    <LI> Pico: Improvements in justification of paragraphs: lines that begin
1377 with a quote string, followed by a space were considered individual paragraphs,
1378 now they are considered part of a paragraph. Based on earlier joint work
1379 with Jeff Franklin.
1380    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
1381    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
1382 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
1383    <LI> Added recognition of ws and wss URIs.
1384    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
1385  <A HREF="h_config_directory_color">directory names</A>,
1386  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
1387    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
1388 used in the display of the INDEX SCREEN.
1389    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
1390 that adds the ability to preserve To: and Cc: fields when replying to a 
1391 message, as specified by original sender.
1392    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
1393  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
1394    <LI> Quota command includes subcommands for printing, forwarding, etc.
1395 </UL>
1398 Bugs that have been addressed include:
1400 <UL>
1401   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
1402   <LI> Crash when resizing the screen in a configuration screen.
1403   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
1404   <LI> Do not use a shell to open a browser.
1405   <LI> Configure script did not test for crypto or pam libraries.
1406   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
1407   <LI> Change Cygwin directory separator to &quot;/&quot;.
1408   <LI> Alpine could set List- headers, contrary to RFC 2369.
1409 </UL>
1412 Version 2.10 addresses bugs found in previous releases and has a few 
1413 additions as well.
1416 Additions include:
1419 <UL>
1420    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
1421    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
1422    <LI> Foreign characters are decoded correctly in IMAP folder names.
1423    <LI> Question about breaking connection to slow servers includes their name.
1424    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
1425    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
1426    <LI> Cygwin: Alpine builds without need of patch.
1427    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
1428    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
1429    <LI> Add support for strong encryption of password file when S/MIME is built in.
1430 </UL>
1433 Bugs that have been addressed include:
1436 <UL>
1437    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
1438    <LI> Double allocation of memory in Pico.
1439    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
1440    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
1441    <LI> Not recognition of environment variables in some options.
1442    <LI> Not display of login prompt during initial keystrokes.
1443    <LI> justification of long urls breaks them.
1444    <LI> Incorrect New Mail message when envelope is not available.
1445    <LI> Incorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
1446    <LI> Crash when resizing the screen after display of LDAP search.
1447    <LI> Crash when redrawing screen while opening a remote folder collection.
1448    <LI> Infinite loop in scrolltool function during notification of new mail.
1449    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
1450    <LI> No display of signed and encrypted S/MIME messages.
1451    <LI> Alpine will not build with OpenSSL.
1452    <LI> Crash for double locking in calls to c-client.
1453    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
1454    <LI> Ignore the references header when threading messages
1455    <LI> No update of colors in index screen after update to addressbook.
1456 </UL>
1459 Version 2.01 addresses bugs found in previous releases and has a few 
1460 additions as well.
1463 Additions include:
1466 <UL>
1467    <LI> Fixed non-ASCII web alpine handling
1468    <LI> Added web alpine help.
1469    <LI> Allow web alpine inbox on second IMAP server.
1470    <LI> Allow web alpine config reset after bad inbox-path gets set.
1471    <LI> Added web alpine ability to create group contact from contact list members.
1472    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
1473    <LI> Tidied up web alpine script layout.
1474    <LI> Fixed web alpine status message ordering
1475    <LI> Added web alpine Fcc setting via Contacts in Compose
1476    <LI> Fixed web alpine autodraft attachment issues
1477    <LI> Fixed web alpine problems with recent count maintenance
1478    <LI> Fixed web alpine newmail arrival display in message list
1479    <LI> Added web alpine confirmation to folder create for Move/Copy
1480    <LI> Added web alpine user-domain support
1481    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
1482 </UL>
1485 Bugs that have been addressed include:
1488 <UL>
1489    <LI> In web alpine fixed delete all selected within a search result to reorient
1490         correctly to whole-mailbox message list.
1491    <LI> Fixed web alpine delete in view page to be sensitive to sort
1492    <LI> Fixed web alpine open of folder within directory from folder manager page.
1493    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
1494    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
1495    <LI> Fixed web alpine adding contacts from message list and view
1496    <LI> Fixed web alpine create of non-existent fcc
1497    <LI> Remove mistakenly left debugger statement in web alpine javascript.
1498    <LI> Some UNIX alpine build problems fixed
1499    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
1500         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
1501         by locale charmap call on some Solaris 8 systems.
1502    <LI> MacOS Keychain logins were not working correctly with generic host names, like
1503         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
1504         new password requests when not needed
1505    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
1506         last folder in the list
1507    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
1508         looked for along with the email address
1509    <LI> Changes to configure to get spellcheck options with work with arguments.
1510    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
1511         returned by gethostname (iPhone can do this)
1512    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
1513         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
1514    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
1515         Jake Scott of marganstanley.com.
1516    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
1517         is not used in alpine.
1518    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
1519         Apparently this causes RIM Blackberry BIS service problems. This is not
1520         used in alpine.
1521    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
1522    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
1523         Fix from Ludwig Nussel of SUSE and from Crispin.
1524    <LI> Include whole filename in export filename history
1525    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
1526 </UL>
1529 Version 2.00
1530 addressed bugs found in previous releases and had a few additions as well.
1532 Additions included:
1535 <UL>
1536    <LI> Redesigned Web Alpine interface
1537    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
1538         in UNIX versions of Alpine
1539    <LI> Attempt to include the attachment filename as part of the name of the
1540         temporary file used when viewing an attachment with an external program.
1541         Add some randomness to that filename to make it hard to predict the filename.
1542         Add a filename extension, usually derived from the type/subtype, to the
1543         temporary filename. This was previously done only on Windows and MacOS X.
1544    <LI> Enhance address completion in the composer (TAB command) so that it looks
1545         through nicknames, fullnames, and addresses from the address book; addresses
1546         from the message being viewed, if any; and the results from
1547         <A HREF="h_direct_config">LDAP Directory Server</A>
1548         lookups for all of the defined directory servers that have the
1549         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
1550         feature set.
1551    <LI> Make the default character set setting more liberal in what it will accept
1552         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
1553    <LI> Remove the Alpine revision number from the titlebar in released versions
1554         while leaving it there in snapshot versions
1555    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
1556         display of asterisks when you type a password for Alpine
1557    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
1558    <LI> When the
1559         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
1560         feature is turned on convert not only the dates in the index screen but also
1561         the dates in the MESSAGE VIEW
1562 </UL>
1565 Bugs addressed in the 2.00 release included:
1568 <UL>
1569    <LI> Crash when using tab-completion for selecting a Save filename
1570    <LI> Make Web Alpine help text images relative for more portability
1571    <LI> Fixed attach save of html parts in Web Alpine
1572    <LI> Viewing, printing, exporting, replying, and bouncing of message
1573         digests was broken. Replying and bouncing should not have been
1574         allowed at all for digests. It would be nice to have a more standard
1575         index-like view of a message digest but that has not been addressed
1576         with this minor bug fix.
1577    <LI> Adjust wrapping of HTML messages so that the margins specified by
1578         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
1579         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
1580         are observed correctly
1581    <LI> Interrupt of WhereIs command in index was broken
1582    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1583         option did not work correctly interpreting unknown characters in message headers
1584    <LI> Long address lines could cause blank continuation lines
1585    <LI> Save to a local default INBOX failed if the primary collection was also local,
1586         which it is by default. The save went to  ~/mail/inbox instead.
1587    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
1588         inbox, not the inbox in the primary collection
1589    <LI> Address book entries with lots of addresses would be truncated when
1590         entered in the composer with a screen size wider than 270 or so characters
1591    <LI> Some fields in the index screen were truncated when the screen width was
1592         wider than 256 characters
1593    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
1594         folder, and there is a more than 10 minute pause between typing the TAB
1595         and typing the Yes
1596 </UL>
1599 Version 1.10(962)
1600 addressed bugs found in previous releases and had a few additions as well.
1602 Additions included:
1605 <UL>
1606    <LI> Add the possibility of setting a default role
1607         (see <A HREF="h_role_select">Roles Screen</A>)
1608         which may be convenient if your work flow involves acting in one
1609         role for a while then switching to another role and staying in the
1610         new role for another period of time
1611    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
1612         is encountered, ask the user if he or she wants to continue with the
1613         risky Save anyway instead of aborting. This may be helpful if your
1614         IMAP server is broken in this way but be aware that it is possible there
1615         was a real error instead of just a broken server implementation.
1616    <LI> Some configure adjustments for Kerberos detection and
1617         for SCO OpenServer 5 support
1618    <LI> Hide INBOX in a collection if it also appears as an
1619         <A HREF="h_config_enable_incoming">Incoming Folder</A>
1620    <LI> Show asterisks for feedback when the user is typing a password
1621    <LI> Performance improvement for threading of large folders
1622    <LI> Previously, the search used to find
1623         Pattern matches containing To patterns searched for both To
1624         and Resent-To headers. The relatively complicated search this
1625         produces causes problems when using some deficient IMAP servers.
1626         Now the default is to look only for To headers and ignore the
1627         presence of Resent-To. The previous behavior may be restored
1628         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
1629    <LI> Add an
1630         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1631         to help with reading malformed unlabeled messages
1632    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
1633    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
1634    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
1635 </UL>
1638 Bugs addressed in the 1.10(962) release included:
1641 <UL>
1642    <LI> Crash when encountering certain errors from an SMTP server
1643    <LI> Crash in composer caused by overflow in replace_pat()
1644    <LI> Hang when authenticating to an SMTP server that fails with a
1645         &quot;connection disconnected&quot; error
1646    <LI> Bug in handling of trailing tab character in flowed text
1647    <LI> Security enhancement for mailcap parameter substitution
1648    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
1649         did not work if the message being replied to was not flowed text
1650         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
1651         was not turned on
1652    <LI> Don't allow printer to be changed through hidden config screen
1653         if system administrator didn't want it to be allowed
1654    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
1655         should know that it won't work, causing error messages to appear
1656    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
1657         of double-quote double-quote didn't work right
1658    <LI> Quoting wasn't being done to protect special characters from the
1659         MacOS X shell when
1660         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
1661         was not defined
1662    <LI> On MacOS X message attachments should be shown internally instead of
1663         being shown using the Mail application
1664    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
1665         sometimes set the outgoing charset to X-UNKNOWN, making the result
1666         unreadable
1667    <LI> When the sending of a message failed lines with leading spaces had one
1668         additional space inserted in each of those lines when the user
1669         was returned to the composer
1670    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
1671         that contained non-ascii characters because it was truncating the
1672         line being searched so that it was shorter than what was visible on
1673         the screen
1674    <LI> When composing, an attachment with a long name that causes wrapping in
1675         just the wrong place would generate an error and cause the send
1676         of the attachment to fail
1677    <LI> After calling the file browser to attach a file in the composer, a resize
1678         of the window when back in the composer would redraw the last screen that
1679         had been shown in the browser instead of the current composer screen
1680    <LI> Possible crash in index screen when encountering unparsable addresses
1681         or when using one of the PRIORITY tokens or the HEADER token in the
1682         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
1683    <LI> Problems with Header Color editing if the configuration option
1684         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
1685         was inadvertently changed to the Empty Value in the hidden config screen
1686    <LI> When resuming the final postponed message from an Exchange server the user
1687         could get a certificate validation failure because alpine was trying
1688         to validate the canonical name of the folder instead of the name the
1689         user used
1690    <LI> Windows line endings in a mimetypes file on a Unix system cause a
1691         failure to find a match
1692    <LI> Make matching of extension names case independent in mimetypes files
1693    <LI> Windows dialog boxes for entering text were not working correctly
1694    <LI> Replying to or Forwarding multipart/alternative messages which had a
1695         single text/html part did not work well
1696    <LI> Printing the print confirmation page caused a crash
1697    <LI> A To line with a long, quoted personal name could display incorrectly
1698         if it was close to the same width as the screen
1699    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
1700         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
1701         are turned on hide (0/0) when the folder is empty
1702    <LI> Folder completion while Saving didn't work if the collection being
1703         saved to was the local home directory
1704 </UL>
1707 Version 1.00
1708 was an evolutionary release based on Pine, which was also
1709 developed at the University of Washington.
1710 It is upwards-compatible for existing Pine users.
1713 Changes included:
1715 <UL>
1716    <LI> Ground-up reorganization of source code around addition
1717         of "pith/" core routine library.
1718    <LI> Fundamental improvement in Alpine's internal text handling, which
1719         is now based exclusively on Unicode. This allows displaying incoming
1720         messages and producing outgoing messages in many different languages.
1721    <LI> Ground-up reorganization of build and install procedures
1722         based on GNU Build System's autotools. NOTE, the included IMAP library
1723         build is not based on autotools, so some features will not work. However,
1724         it should get built automatically during the Alpine build process.
1725    <LI> Web-based version included built on TCL designed to run under
1726         a suitable CGI-supporting web server such as Apache.
1727 </UL>
1731 Details on changes in previous (prerelease) versions of Alpine
1732 may be found at the following URL:
1734 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1737 <HR WIDTH="75%"><P>
1739 <H2>Getting Help</H2>
1740 <DL>
1741 <DT>Online Help</DT>
1742 <DD>
1743 Every Alpine screen and command has associated help text
1744 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
1745 </DD>
1747 <DT>Web Help</DT>
1748 <DD>
1749 The most current source of information about Alpine,
1750 including new version availability, is the web page at
1752 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1753 </DD>
1754 </DL>
1756 <HR WIDTH="75%"><P>
1758 <H2>Additional Information</H2>
1760 General Alpine configuration information can be found
1761 <A HREF="h_news_config">here</A>.
1763 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
1764 Alpine mailbox and <A HREF="https://github.com/jonabbey/panda-imap/">IMAP</A> server
1765 access is provided by the IMAP Toolkit Environment (c-client library)
1766 version <!--#echo var="C_CLIENT_VERSION"-->.
1767 <P> 
1768 Alpine was developed until 2009 by the Office of Computing 
1769 &amp; Communications at the University of Washington in Seattle.  
1770 Since then, the effort of developing Alpine has been continued by
1771 a community of volunteers who make good software even better!
1774 Alpine Copyright 2013-2021 Eduardo Chappa, 
1775 <BR> Copyright 2006-2008 University of Washington.
1778 Additional legal notices can be found <A HREF="h_news_legal">here</A>,
1779 or instead you can find the Apache License, version 2.0 at the web URL:
1782 <CENTER><A HREF="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></CENTER>
1785 &lt;End of Release Notes&gt;
1786 </BODY>
1787 </HTML>
1788 ====== h_password_file_support ======
1789 <HTML>
1790 <HEAD>
1791 <TITLE>Encryption for Password File Support Explained</TITLE>
1792 </HEAD>
1793 <BODY>
1794 <H1>Encryption for Password File Support Explained</H1>
1796 Index<BR>
1797 <OL>
1798 <LI><A HREF="#content">Explanation</A>
1799 <LI><A HREF="#example_existing_key">Example of Use of Existing Key and Certificate</A>
1800 <LI><A HREF="#example_self_signed">Example of Creating Master Password</A>
1801 </OL>
1803 <P><A NAME="content">Unix Alpine Only.</A>
1805 <P> If your version of Alpine has been built with password file support
1806 then you can use a special file to save your passwords, and avoid typing
1807 them every time you open a connection to a remote server.
1809 <P> If, in addition, your version of Alpine was built with SMIME support, then your 
1810 password file will be encrypted with a strong key. There are two ways in 
1811 which this can happen: Alpine will either use a matching private key and 
1812 public certificate pair that you already own, or it will create one for 
1813 you, just for purposes of encrypting this file. We describe both processes 
1814 below.
1816 <P> Initially, Alpine will scan your public and private directories for a 
1817 certificate/private key pair that works. Alpine will pick the first pair 
1818 that it finds that matches. 
1820 <P> Once a pair has been chosen, it will be copied to the directory 
1821 ~/.alpine-smime/.pwd, and from then on, Alpine will use the pair found in 
1822 that directory. The first time this process is done, this directory will 
1823 be created, a key/certificate pair will be copied to it, from then on 
1824 this pair will be used to encrypt and decrypt your password file. 
1826 <P> If you want to use a specific key and certificate pair to encrypt
1827 your password file, you can create the directory ~/.alpine-smime/.pwd 
1828 manually, and then create your preferred key/certificate pair there.
1829 Alpine will use this key regardless of if it has expired, or if it is
1830 self-signed. These issues do not affect the encryption or decryption
1831 of the password file.
1833 <P> If you prefer not to use the directory ~/.alpine-smime/.pwd to save 
1834 your key/certificate pair, you can specify a different one with the 
1835 -pwdcertdir command line option in Alpine. If the directory specified by 
1836 this option is not found Alpine will fail to encrypt and decrypt your 
1837 password file. However if it exists, Alpine will search for a 
1838 key/certificate pair in that
1839 directory, and if it does not find one, it will create one and save it
1840 in that directory.
1842 <P> Alpine does not care about the names of the key and certificates in 
1843 this directory, but the private key must have &quot;.key&quot; extension 
1844 and your public certificate must have the &quot;.crt&quot; extension. The
1845 name of the private key will be used in the prompt when you are asked
1846 to unlock your key to decrypt your password.
1848 <P> If Alpine cannot find a suitable private key and public certificate 
1849 pair to encrypt your password, it will create one. You will be asked to 
1850 create a &quot;Master Password&quot; to protect such key. At this moment 
1851 there are no restrictions on passwords, other than they have to be at 
1852 least 8 characters long, but future versions of Alpine will include 
1853 functionality to restrict master passwords, as set up by the administrator 
1854 of the system in the pine.conf.fixed file.
1856 <P><A NAME="example_existing_key"><B>Example of Use of Existing Key and Certificate</B></A>
1858 <P>Assume you have a private key called peter@address.com.key in your, 
1859 ~/.alpine-smime/private directory, and a public certificate called 
1860 peter@address.com.crt in your ~/.alpine-smime/public directory, and these 
1861 are your only key/certificate pair.
1863 <P> When Alpine starts for the first time, without command line options, 
1864 it will check if the directory ~/.alpine-smime/.pwd exists, and if not, 
1865 it will create it. Then it will go through your keys and certificates and 
1866 find a pair that it can use, and copy the files peter@address.com.key,
1867 and peter@address.com.crt to the ~/.alpine-smime/.pwd directory. Alternatively
1868 you can do the same by copying these files by yourself. This can be done
1869 with the sequence of commands
1871 <PRE>
1872 mkdir ~/.alpine-smime/.pwd
1873 cp ~/.alpine-smime/private/peter@address.com.key ~/.alpine-smime/.pwd
1874 cp ~/.alpine-smime/public/peter@address.com.crt ~/.alpine-smime/.pwd
1875 </PRE>
1877 <P> When Alpine starts, you will be asked the password to unlock your
1878 private key with the prompt.
1880 <PRE>
1881 Enter password of key &lt;peter@address.com&gt; to unlock password file:
1882 </PRE>
1884 <P> If you prefer to use different names for your private and public keys 
1885 in the ~/.alpine-smime/.pwd directory, you can do so, but you must 
1886 preserve the extension of the files. For example, you can use the names 
1887 private_key.key and public_cert.crt instead. In this case, the prompt you 
1888 will see when you are asked to unlock your private key will read
1890 <PRE>
1891 Enter password of key &lt;private_key&gt; to unlock password file:
1892 </PRE>
1894 <P>Observe that you do not need to use an existing key/certificate pair, 
1895 and that you can create a new private key/public certificate pair to 
1896 encrypt and decrypt your password file. Alpine provides a mechanism to
1897 change the encryption key for this file in the S/MIME configuration
1898 screen.
1900 <P><A NAME="example_self_signed"><B>Example of Creating Master Password</B></A>
1902 <P> If Alpine cannot find a suitable private key and public certificate pair
1903 to encrypt your password file, it will create one. When doing so, it will
1904 start the process with the following warning:
1906 <PRE>
1907 Creating a Master Password for your Password file.
1908 </PRE>
1910 <P> Then Alpine will ask you to enter your Master Password:
1912 <PRE>
1913 Create master password (attempt 1 of 3):
1914 </PRE>
1916 <P> Once you enter this password, and it validates according to system policy,
1917 you will be asked to confirm this password. 
1919 <PRE>
1920 Confirm master password (attempt 1 of 3):
1921 </PRE>
1923 <P> If you input the same password, then Alpine will set that as your 
1924 Master Password, and you will use this password to unlock your key in the 
1925 future.
1927 <P> If you would like to switch your Master Password in the future, you can 
1928 do so by creating a new public key and public certificate pair. You can do 
1929 so in the S/MIME configuration screen, in the &quot;Manage Key and 
1930 Certificate for Password File&quot; section, simply enter your current 
1931 password to unlock your current key and then press &quot;C&quot; to create 
1932 a new key.
1935 &lt;End of help&gt;
1936 </BODY>
1937 </HTML>
1938 ====== h_network_encryption_security ======
1939 <HTML>
1940 <HEAD>
1941 <TITLE>Network Encryption Security Explained</TITLE>
1942 </HEAD>
1943 <BODY>
1944 <H1>Network Encryption Security Explained</H1>
1946 You can specify which encryption protocol you would like to try when
1947 creating a secure connection to a server. Alpine will attempt to use
1948 that encryption protocol, but in practice the protocol being used will
1949 default to the most secure protocol that both Alpine and the server
1950 support.
1952 <P> If you use the latest version of OpenSSL, the /ssl modifier to the 
1953 server definition will use the most secure version of the TLS encryption 
1954 protocol. The same will be true if you try /tls1_1 or /tls1_2, but in an 
1955 old version of OpenSSL (pre 1.1.0 series) /tls1_1 might mean to use 
1956 version 1.1 of the TLS protocol.
1958 <P> You will never go wrong by using the /ssl modifier. At the time of
1959 this writing OpenSSL had released version 1.1.1, with support for
1960 TLS version 1.3. If your version of OpenSSL does not support this version
1961 of the TLS protocol, then the /tls1_3 modifier will only mean to use
1962 the most secure version of the TLS protocol that OpenSSL and the
1963 server can negotiate. In future versions of OpenSSL, /tls1_3 might mean
1964 to try to negotiate a higher version of the TLS protocol.
1966 <P> In order to avoid confusion, the /ssl flag is the best way to guarantee
1967 the highest encryption protocol available, and it is the recommended
1968 modifier to the server definition to create a secure encrypted connection.
1971 &lt;End of help&gt;
1972 </BODY>
1973 </HTML>
1974 ====== h_gmail_configuration ======
1975 <HTML>
1976 <HEAD>
1977 <TITLE>Configuring Access to Gmail Using XOAUTH2</TITLE>
1978 </HEAD>
1979 <BODY>
1980 <H1>Configuring Access to Gmail Using XOAUTH2</H1>
1982 Gmail allows you to access their IMAP and SMTP server using either the XOAUTH2
1983 or OAUTHBEARER authentication method. You can choose any of them. A sample configuration for reading
1984 incoming mail is
1987 inbox-path = {imap.gmail.com/ssl/user=YourId@gmail.com/auth=xoauth2}INBOX<BR>
1988 smtp-server = smtp.gmail.com/ssl/user=YourId@gmail.com/auth=xoauth2
1991 Note that you can substitute /auth=xoauth2 by /auth=oauthbearer.
1994 Gmail implements the authorize method. This means that in order to use xoauth2, you must
1995 open a URL, login to your Gmail account, and authorize Alpine to access your email. As a
1996 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
1997 Once you have done that, Alpine will be able to get a refresh and access token, which
1998 Alpine will use later to read and send email.
2001 &lt;End of help&gt;
2002 </BODY>
2003 </HTML>
2004 ====== h_outlook_configuration ======
2005 <HTML>
2006 <HEAD>
2007 <TITLE>Configuring Access to Outlook Using XOAUTH2</TITLE>
2008 </HEAD>
2009 <BODY>
2010 <H1>Configuring Access to Outlook Using XOAUTH2</H1>
2012 Outlook allows you to access their IMAP and SMTP server using the XOAUTH2
2013 authentication method. A sample configuration for reading incoming mail is
2016 inbox-path = {outlook.office365.com/ssl/user=YourId@outlook.com/auth=xoauth2}INBOX<BR>
2017 smtp-server = smtp.office365.com/submit/user=YourId@outlook.com/auth=xoauth2
2020 Outlook implements the authorize and device methods to get your authorization to access
2021 your account. Alpine uses by default the device method, so try that one first.
2024 &lt;End of help&gt;
2025 </BODY>
2026 </HTML>
2027 ====== h_yahoo_configuration ======
2028 <HTML>
2029 <HEAD>
2030 <TITLE>Configuring Access to Yahoo! Using XOAUTH2</TITLE>
2031 </HEAD>
2032 <BODY>
2033 <H1>Configuring Access to Yahoo! Using XOAUTH2</H1>
2035 Yahoo! allows you to access their IMAP and SMTP server using either the XOAUTH2 or
2036 OAUTHBEARER authentication method. You can choose any of them. A sample configuration for
2037 reading incoming mail is
2040 inbox-path = {imap.mail.yahoo.com/ssl/user=YourId@yahoo.com/auth=xoauth2}INBOX<BR>
2041 smtp-server = smtp.mail.yahoo.com/ssl/user=YourId@yahoo.com/auth=xoauth2
2044 Note that you can substitute /auth=xoauth2 by /auth=oauthbearer.
2047 Yahoo! implements the authorize method. This means that in order to use xoauth2, you must
2048 open a URL, login to your Yahoo! account, and authorize Alpine to access your email. As a
2049 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
2050 Once you have done that, Alpine will be able to get a refresh and access token, which
2051 Alpine will use later to read and send email.
2054 &lt;End of help&gt;
2055 </BODY>
2056 </HTML>
2057 ====== h_yandex_configuration ======
2058 <HTML>
2059 <HEAD>
2060 <TITLE>Configuring Access to Yandex Using XOAUTH2</TITLE>
2061 </HEAD>
2062 <BODY>
2063 <H1>Configuring Access to Yandex Using XOAUTH2</H1>
2065 Yandex allows you to access their IMAP and SMTP server using the XOAUTH2
2066 authentication method. A sample configuration for reading incoming mail is
2069 inbox-path = {imap.yandex.com/ssl/user=YourId@yandex.com/auth=xoauth2}INBOX<BR>
2070 smtp-server = smtp.yandex.com/ssl/user=YourId@yandex.com/auth=xoauth2
2073 Yandex implements the authorize method. This means that in order to use xoauth2, you must
2074 open a URL, login to your Yandex account, and authorize Alpine to access your email. As a
2075 result of this process, you will get a <B>code</B>, which you must input back into Alpine.
2076 Once you have done that, Alpine will be able to get a refresh and access token, which
2077 Alpine will use later to read and send email.
2080 &lt;End of help&gt;
2081 </BODY>
2082 </HTML>
2083 ====== h_xoauth2 ======
2084 <HTML>
2085 <HEAD>
2086 <TITLE>XOAUTH2 Authenticator Explained</TITLE>
2087 </HEAD>
2088 <BODY>
2089 <H1>XOAUTH2 Authenticator Explained</H1>
2091 The XOAUTH2 authenticator method is a way in which you can sign in to your
2092 account to read and send email. This method is different from the traditional
2093 username/password that users are accustomed to, and it needs to be set up
2094 by the user. This text will help you understand this authentication method.
2096 <P> A quick list of services supported by Alpine are (follow each link for
2097 specific configuration instructions)
2099 <UL>
2100 <LI> <A href="h_gmail_configuration">Gmail</A>
2101 <LI> <A href="h_outlook_configuration">Outlook</A>
2102 <LI> <A href="h_yahoo_configuration">Yahoo!</A>
2103 <LI> <A href="h_yandex_configuration">Yandex</A>
2104 </UL>
2107 The most important difference between this method and other authentication
2108 methods is what happens if someone steals your credentials. This method is
2109 attached to three components: Your username, your password and your email
2110 program.
2113 At the beginning of this process, the developer of the email program 
2114 registers the email program with the email service provider (Gmail, 
2115 Outlook, etc.) In return, the email service provider creates a client-id.
2116 In addition, some services provide a client-secret.
2117 Since Alpine is an open source program, these values are part
2118 of the source code, and are known to everyone, and cannot be obfuscated.
2121 After a program has been registered with an email service provider, the 
2122 user must authorize the email program access to their email account in 
2123 that service. Alpine helps you do that, but it cannot do all the process 
2124 for you, and you will need to use an external web browser to authorize
2125 Alpine to read and send email.
2128 This part of the process is simple. Alpine creates a URL based on the id 
2129 and secret created by the email service, which the user opens. Once the 
2130 URL has been opened, the user signs in to the server, and once signed into
2131 the account, the user is asked to authorize Alpine access to the email 
2132 account. If the user agrees, an &quot;<I>Access Code</I>&quot; will be
2133 generated.
2136 An Access Code is a very long string, and so the recommendation is to copy 
2137 and paste this code back into Alpine, at the time Alpine is helping you 
2138 set up this authenticator. This part of the process is done only once per 
2139 email program (If you run Alpine in several computers, you would do this 
2140 once per computer. Each computer gets its own Access Code.)
2143 Once Alpine has an Access Code, it goes back internally to the email 
2144 service and asks it to generate two strings, called the &quot;<I>Refresh 
2145 Token</I>&quot; and the &quot;<I>Access Token</I>&quot;. This part is 
2146 invisible to the user, and they will never see it, but in order for you to 
2147 understand what to do in case you lose them, you need to understand their 
2148 use.
2151 The <I>Access Token</I> is the equivalent of a temporary password. It 
2152 allows the user to access (and reaccess as many times as they would like)
2153 their email account for a limited amount of time, typically 1 hour after
2154 it was issued. After that time expires, users need a new Access Token.
2157 The <I>Refresh Token</I> is the equivalent of a password generator. With 
2158 this token, Alpine can go to the email service provider and request a new 
2159 Access Token. This part of the process does not need user intervention, 
2160 anyone can do this, as long as they have the Refresh Token, program id and 
2161 program secret, so it is important that users keep their Refresh Token as 
2162 secure as they can.
2165 Given that the Refresh Token and the Access Token are long strings, users 
2166 are not supposed to be able to memorize them and recall them later. Alpine 
2167 will store them in the password file, should a user have one. Otherwise, 
2168 the user will have to create one each time they run Alpine, starting by 
2169 creating the Access Code all over each time they try to sign in to their 
2170 email account. When Alpine is compiled with SSL and password file support, 
2171 it will default to saving this information using encryption and under a 
2172 master password, so unless they have made changes to this process, their 
2173 Refresh and Access Tokens are saved securely and persist from one session 
2174 to the next.
2177 Should any person steal your Refresh Token, you must login to your account 
2178 with your username and password and revoke Alpine authorization to your 
2179 account. This is enough to stop the person who stole your Refresh Token 
2180 from accessing your email service. In the case of Gmail, changing your 
2181 password will invalidate your Refresh Token, and this will be enough to 
2182 prevent others from using a stolen Refresh Token. Consult with your email
2183 service provider to learn what you can do if someone steals your Refresh
2184 Token.
2187 If, for any reason, Alpine cannot sign in to your email service for two 
2188 consecutive times with Access Codes generated by your Refresh Token, it 
2189 will remove the Refresh Token from your password file, forcing you to get 
2190 a new one, by getting an Access Code first, and granting authorization to
2191 Alpine to access your email once again.
2194 This implementation of XOAUTH2 knows the list of servers that it can
2195 access using the same credentials, so Alpine will be able to read and send
2196 emails using the same Access Token. You will not have to create
2197 Access and Refresh Tokens for the IMAP and SMTP servers separately.
2200 &lt;End of help&gt;
2201 </BODY>
2202 </HTML>
2203 ====== h_xoauth2_config_screen ======
2204 <HTML>
2205 <HEAD>
2206 <TITLE>XOAUTH2 Configuration Screen</TITLE>
2207 </HEAD>
2208 <BODY>
2209 <H1>XOAUTH2 Configuration Screen</H1>
2211 The XOAUTH2 configuration screen helps you connect your client-id and
2212 other configuration information about the service you want to use with
2213 Alpine.
2215 <P> Alpine provides a default configuration for you. For some providers
2216 this configuration does not work, and requires you to get your own
2217 Client-ID for Alpine. Depending on the service, you might need extra information,
2218 such as a Client-Secret or a Tenant.
2220 <P> If the default configuration of Alpine does not work for you, you can simply
2221 replace the default configuration of Alpine by your new configuration. If for
2222 any reason you need to have a second client-id, you can use the ^A command to
2223 add a new configuration for one of the supported services by Alpine.
2225 <P> If you wish to delete a configuration for a service, place the cursor
2226 on the configuration you want to delete and press ^D.
2228 <P> When you have more than one client-id for the same service, is is convenient
2229 to fill up the username field. This will tell Alpine that that specific configuration
2230 is to be used with the username(s) specified in that variable. If Alpine cannot
2231 determine which configuration to use, it will ask you to select the correct
2232 Client-ID for your connection. This could happen when you are trying to login to
2233 your account. The client-id you select will be used by Alpine for that and future
2234 connections to that server.
2238 &lt;End of help&gt;
2239 </BODY>
2240 </HTML>
2241 ====== h_tls_failure_details ======
2242 <HTML>
2243 <HEAD>
2244 <TITLE>Certificate Validation Details</TITLE>
2245 </HEAD>
2246 <BODY>
2247 <H1>Certificate Validation Details</H1>
2249 This screen gives details as to why the certificate validation failed: the
2250 name of the desired server system; the reason for failure; and the name on
2251 the certificate.  This is primarily of interest to experts.
2254 &lt;End of help&gt;
2255 </BODY>
2256 </HTML>
2257 ====== h_tls_failure ======
2258 <HTML>
2259 <HEAD>
2260 <TITLE>TLS or SSL Failure</TITLE>
2261 </HEAD>
2262 <BODY>
2263 <H1>TLS or SSL Failure</H1>
2265 An attempt was made to establish a secure, encrypted connection to the
2266 server system using either Transport Layer Security (TLS) or the older
2267 Secure Sockets Layer (SSL).  This attempt failed.
2270 You should contact your server system management for more assistance.
2271 The problem is probably at the server system and not in Alpine or your local
2272 system.  The text in this screen may be helpful for the server system
2273 management in debugging the problem,
2276 &lt;End of help&gt;
2277 </BODY>
2278 </HTML>
2279 ====== h_tls_validation_failure ======
2280 <HTML>
2281 <HEAD>
2282 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
2283 </HEAD>
2284 <BODY>
2285 <H1>TLS and SSL Certificate Validation Failures</H1>
2287 An attempt was made to establish a secure, encrypted connection to the
2288 server system using either Transport Layer Security (TLS) or the older
2289 Secure Sockets Layer (SSL).
2292 An important part of this procedure is server certificate validation.  A
2293 server certificate is an &quot;electronic identification card&quot; for the server
2294 system that is signed by a well-known certificate authority (CA).  Alpine
2295 compares the server system identity in the server certificate with the
2296 name of the server system to which it is trying to connect.  Alpine also
2297 verifies that the CA signature is authentic.
2300 Some common failure conditions are:
2303 <UL>
2304   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
2305 signed its own certificate.  This does not necessarily indicate anything
2306 bad; the server operators may simply have elected to not purchase a
2307 signed certificate from a certificate authority.
2309   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
2310 the signature on the server system is from an unknown certificate authority.
2311 It can also mean that no certificate authority certificates have been
2312 installed on the local UNIX system.
2314   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
2315 the same as either of the above two conditions in UNIX Alpine.  Note that
2316 Windows systems typically have a full set of certificate authority
2317 certificates installed, so it is more likely to be a self-signed
2318 certificate than an unknown certificate authority.
2320   <LI> Server name does not match certificate.  This means that the server
2321 presented a proper signed certificate for a name other than the desired
2322 name.
2323 </UL>
2326 Any of these conditions can indicate that you are being attacked and have
2327 been directed to an imposter server that will record your password and
2328 your private mail messages.  It can also mean something innocuous.
2331 If you are certain that the problem is innocuous, you can append the
2332 option
2335 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
2338 to the server system name where it appears in your configuration (e.g. the
2339 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
2340 a folder-collection, or a news or SMTP server).  This will
2341 disable certificate validation.  On the other hand, if you are attacked,
2342 you will get no warning if you do this.
2344 <P> When you get an error indicating a self-signed certificate from the 
2345 remote server, you can download and install the certificate for that 
2346 server. Avoid using the /NoValidate-Cert modifier. Alpine cannot help you 
2347 with this process because certificates are part of the system and are not 
2348 under the control of the user. Find directions on how to download and 
2349 install certificates for your system using your favorite search engine.
2352 &lt;End of Cert Validation Failures help&gt;
2353 </BODY>
2354 </HTML>
2355 ====== h_oauth2_start ======
2356 <HTML>
2357 <HEAD>
2358 <TITLE>Setting up XOAUTH2 Authentication</TITLE>
2359 </HEAD>
2360 <BODY>
2361 <H1>Setting up XOAUTH2 Authentication</H1>
2363 You are trying to connect to a server that uses the XOAUTH2 method of
2364 authentication.
2367 In order to complete this process use a browser in the same computer
2368 that you are using Alpine to open the given URL.
2371 You will be sent to authenticate and later to authorize Alpine access to
2372 your email. Once you have completed the authorization process you will get
2373 a code. Input this code into Alpine by pressing 'C'. If you do not see a
2374 code, but see an error message in your browser, copy and paste the URL of
2375 the error page and paste into alpine after pressing the 'C' key.
2378 After you have input the code, Alpine will conclude logging you into your
2379 account.
2382 If your version of Alpine was compiled to save passwords, then Alpine will save
2383 the refresh and access tokens securely, otherwise you will have to repeat this
2384 process every time you login to this server.
2387 &lt;End of setting up XOAUTH2 Authentication help&gt;
2388 </BODY>
2389 </HTML>
2390 ====== h_oauth2_start_device ======
2391 <HTML>
2392 <HEAD>
2393 <TITLE>Setting up XOAUTH2 Authentication Using the Device Flow</TITLE>
2394 </HEAD>
2395 <BODY>
2396 <H1>Setting up XOAUTH2 Authentication Using the Device Flow</H1>
2398 You are trying to connect to a server that uses the XOAUTH2 method of
2399 authentication.
2402 In order to complete this process use a browser in the same computer
2403 that you are using Alpine to open the given URL and enter the code that you
2404 were given by Alpine in that screen.
2407 You will be sent to authenticate and later to authorize Alpine access to
2408 your email. Once you have completed the authorization process Alpine will
2409 get the refresh and access tokens from the service servers and the authentication
2410 process will be completed by Alpine.
2413 If your version of Alpine was compiled to save passwords, then Alpine will save
2414 the refresh and access tokens securely, otherwise you will have to repeat this
2415 process every time you login to this server.
2418 &lt;End of setting up XOAUTH2 Authentication help&gt;
2419 </BODY>
2420 </HTML>
2421 ====== h_release_tlscerts ======
2422 <HTML>
2423 <HEAD>
2424 <TITLE>TLS and SSL usage note</TITLE>
2425 </HEAD>
2426 <BODY>
2427 <H1>TLS and SSL usage note</H1>
2430 When using Alpine from Unix or Windows 2000,
2431 server certificates must be signed by a trusted certificate authority.
2432 You may relax this requirement (at the cost of some security) by using
2434 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
2435 modifier in the mailbox name.
2438 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
2441 The fully-qualified host name of the server should be used
2442 so that it matches the host name in the server certificate.
2444 Here is an example of a host specification that directs Alpine to use
2445 the SSL port (993) and an encrypted data stream.
2447 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
2449 &lt;End of TLS usage help&gt;
2450 </BODY>
2451 </HTML>
2452 ====== h_news_config ======
2453 <HTML>
2454 <HEAD>
2455 <TITLE>Alpine Configuration</TITLE>
2456 </HEAD>
2457 <BODY>
2458 <H1>Alpine Configuration</H1>
2460 <H2>Using Environment Variables</H2>
2462 The values of Alpine configuration options may include environment variables
2463 that are replaced by the value of the variable at the time Alpine is run
2464 (and also at the time the config option is changed).
2465 The syntax to use environment variables is a subset of the common Unix
2466 shell dollar-syntax.
2467 For example, if
2469 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
2471 appears in the value of an Alpine configuration option it is looked up in the
2472 envirom ent (using getenv(&quot;VAR&quot;)) and its
2473 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
2474 To include a literal dollar sign you may precede the dollar sign with another
2475 dollar sign.
2476 In other words, if the text
2478 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
2480 is the value of a configuration option, it will be expanded to
2482 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
2484 and no environment lookup will be done.
2485 For Unix Alpine it will also work to use a backslash character to
2486 escape the special meaning of the dollar sign, but $$ is preferable since
2487 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
2488 to be in a shared configuration file.
2491 This all sounds more complicated than it actually is.
2492 An example may make it clearer.
2493 Unfortunately, the way in which environment variables are set is OS-dependent 
2494 and command shell-dependent.
2495 In some Unix command shells you may use
2497 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
2498    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
2500 Now, if you use Alpine's Setup/Config screen to set
2502 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
2504 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
2505 so that this would be equivalent to
2507 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
2509 Note, environment variable substitution happens after configuration
2510 options that are lists are split into the separate elements of the list,
2511 so a single environment variable can't contain a list of values.
2514 The environment variable doesn't have to be the only thing
2515 after the equal sign.
2516 However, if the name of the variable is not at the end of the line or
2517 followed by a space (so that you can tell where the variable name ends),
2518 it must be enclosed in curly braces like
2520 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
2522 It is always ok to use the braces even if you don't need to.
2524 It is also possible to set a default value for an environment variable.
2525 This default value will be used if the environment variable is not
2526 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
2527 The syntax used to set a default value is
2529 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
2531 If the config file contains
2533 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
2535 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
2536 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
2537 the value that <SAMP>VAR</SAMP> was set to, otherwise,
2538 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
2539 the default value.
2540 (Note that the variable is called &quot;personal-name&quot; in the config
2541 file but is displayed in the config screen as
2542 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
2543 In general, the value that goes into a config file is never exactly the
2544 same as the value you see on the screen.)
2547 An example where an environment variable might be useful is the
2548 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
2549 Suppose most users used the server
2551 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
2553 but that there were some exceptions who used
2555 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
2557 In this case, the system manager might include the following line in
2558 the systemwide default Alpine configuration file
2560 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
2562 For the exceptional users adding
2564 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
2566 to their environment should work.
2568 Another example might be the case where a user has to use a different
2569 SMTP server from work and from home.
2570 The setup might be something as simple as
2572 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
2574 or perhaps a default value could be given.
2575 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
2576 a list of SMTP servers.
2579 <H2>Configuration precedence</H2>
2581 There are several levels of Alpine configuration.  Configuration values at
2582 a given level override corresponding values at lower levels.  In order of
2583 increasing precedence:
2585 <UL>
2586  <LI> built-in defaults
2587  <LI> system-wide
2588 <!--chtml if pinemode="os_windows"-->
2589       config file from command line or provided
2590       by "PINECONF" environment variable
2591 <!--chtml else-->
2592       pine.conf file
2593 <!--chtml endif-->
2594  <LI> personal configuration file
2595  <LI> personal exceptions configuration file
2596  <LI> command-line options
2597  <!--chtml if pinemode="os_windows"--><!--chtml else-->
2598  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
2599 </UL>
2601 The values in both the personal configuration file and the
2602 <A HREF="h_config_exceptions">exceptions</A>
2603 configuration file may be set using the Setup command.
2604 Setup/Config is the command to change most of the personal configuration
2605 options.
2606 The other Setup subcommands are also used to change the configuration,
2607 for example, Setup/AddressBook, Setup/Rules, and so on.
2608 Changing the personal exceptions configuration is very similar.
2609 To change a value in the Config screen you would use the command
2610 Setup/eXceptions/Config.
2611 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
2613 There are a couple exceptions to the rule that configuration values are replaced
2614 by the value of the same option in a higher-precedence file.
2615 The Feature-List variable has values that are additive, but can be
2616 negated by prepending &quot;no-&quot; in front of an individual feature name.
2617 So for features, each individual feature's value is replaced by the value
2618 of the same feature in a higher-precedence file.
2619 Note that this is done automatically for you when you change these values via
2620 the Setup/Config command.
2621 The other exception to the <EM>replace</EM> semantics happens when you
2622 use <A HREF="h_config_inheritance">configuration inheritance</A>
2623 for option lists.
2626 <H2>File name defaults</H2>
2628 Notes:<P>
2630 <BR> &lt;exe dir&gt; = directory where pine.exe found.
2631 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
2632 <BR> # = default file name is overridable in pinerc.
2633 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
2634 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
2635 <BR> + between the mailcap paths implies that the two files are combined.
2636 <BR> ; between other default paths implies that the first one found is used.
2637 </P>
2638 Alpine looks for most support files in the same directory it finds its
2639 personal configuration file (pinerc).  The -p command-line flag may be
2640 used to specify a particular path name for the pinerc file.  If a
2641 pinerc file does not exist, it will be created (if directory permissions
2642 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
2643 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
2644 file does not exist in either one, it will create one in the first of those
2645 two directories that is writable.  In detail:
2646 <PRE>
2648 PC-Alpine:
2650  executable     &lt;DOS search path&gt;&#92;pine.exe
2651  help index     &lt;exe dir&gt;&#92;pine.ndx
2652  help text      &lt;exe dir&gt;&#92;pine.hlp
2654  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
2655  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
2656  global cfg     $PINECONF
2658  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
2659  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
2660  signature#     &lt;pinerc dir&gt;&#92;pine.sig
2661  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
2662  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
2663  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
2664  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
2665  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
2666  postponed#     $HOME&#92;mail&#92;postpond.mtx
2667  interrupted    $HOME&#92;mail&#92;intruptd
2669 Unix Alpine:
2671  executable     &lt;Unix search path&gt;/pine
2672  persnl cfg     ~/.pinerc
2673  except cfg     ~/.pinercex
2674  global cfg     <!--#echo var="PINE_CONF_PATH"-->
2675  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
2676  local help     <!--#echo var="PINE_INFO_PATH"-->
2678  interrupted    ~/.pine-interrupted-mail
2679  debug          ~/.pine-debugN
2680  crash          ~/.pine-crash
2681  newsrc#        ~/.newsrc
2682  signature#     &lt;pinerc dir&gt;/.signature
2683  addressbook#   &lt;pinerc dir&gt;/.addressbook
2684  postponed#     ~/mail/postponed-msgs
2685  sentmail#      ~/mail/sent-mail
2686  mailcap#       ~/.mailcap + /etc/mailcap
2687                            + /usr/etc/mailcap + /usr/local/etc/mailcap
2688  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
2690  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
2691  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
2692  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
2693  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
2694  password       /etc/passwd
2696 Unix Alpine and PC-Alpine:
2698  .ab*           remote addressbook support files
2699  a[1-9]*        temporary (while Alpine is running) addressbook files
2701 </PRE>
2704 <H2>Mailcap files</H2>
2706 Alpine honors the mailcap configuration system for specifying external
2707 programs for handling attachments.  The mailcap file maps MIME attachment
2708 types to the external programs loaded on your system that can display
2709 and/or print the file.  A sample mailcap file comes bundled with the Alpine
2710 distribution.  It includes comments that explain the syntax you need to
2711 use for mailcap.  With the mailcap file, any program (mail readers,
2712 newsreaders, WWW clients) can use the same configuration for handling
2713 MIME-encoded data.
2716 <H2>MIME-Types files</H2>
2718 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
2719 what Content-Type to use for labeling an attached file, based on
2720 the file extension.  That is, this file provides a mapping between
2721 filename extensions and MIME content-types.
2724 <H2>Environment variables</H2>
2726 PC-Alpine uses the following environment variables:
2727 <DL>
2728 <DT>PINERC</DT>
2729 <DD>Optional path to pinerc file.</DD>
2730 <DT>PINERCEX</DT>
2731 <DD>Optional path to personal exceptions configuration file.</DD>
2732 <DT>PINECONF</DT>
2733 <DD>Optional path to global pine config file.</DD>
2734 <DT>HOME</DT>
2735 <DT>TMPDIR, TMP, or TEMP</DT>
2736 <DT>COMSPEC</DT>
2737 <DT>MAILCAPS</DT>
2738 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
2739 <DT>USER_DICTIONARY</DT>
2740 <DD>Used to specify the file to contain the user's spell check
2741 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
2742 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
2743 </DL>
2745 Unix Alpine uses the following environment variables:
2746 <DL>
2747 <DT>TERM</DT>
2748 <DD>Tells Alpine what kind of terminal is being used.</DD>
2749 <DT>DISPLAY</DT>
2750 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
2751 <DT>SHELL</DT>
2752 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
2753 <DT>TMPDIR, TMP, or TEMP</DT>
2754 <DT>MAILCAPS</DT>
2755 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
2756 </DL>
2757 <!--chtml if pinemode="os_windows"-->
2759 <H2>Common PC-Alpine Configuration Problems</H2>
2761 <H3>Configuration settings aren't being saved</H3>
2763 <P>This problem can happen if you run pine from one directory and
2764 then decide to move your pine directory to another location.  PC-Alpine
2765 stores certain variables, including the configuration location, in the
2766 Windows Registry (which you shouldn't ever need to manually edit).  There
2767 are a couple of ways to go about removing or resetting the values in the
2768 registry.
2771 1) Run PC-Alpine's registry value deletion command.  This can be done by
2772 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
2773 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
2774 value to the above command.
2777 2) Tell PC-Alpine where to look for the configuration file.  Configuration
2778 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
2779 option, you can tell PC-Alpine the location of your pinerc.  An example of
2780 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;.
2781 Again, you can use the DOS prompt or the shortcut method explained in (1).
2784 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
2785 set registry values to the current setting, and is therefore useful with
2786 the &quot;-p&nbsp;PINERC&quot; option.
2788 <!--chtml endif-->
2790 &lt;End of Configuration Notes&gt;
2791 </BODY>
2792 </HTML>
2793 ====== h_news_legal ======
2794 <html>
2795 <head>
2796 <TITLE>Alpine Legal Notices</TITLE>
2797 </head>
2798 <body>
2800 <H1>Alpine Legal Notices</H1>
2802 Alpine and its constituent programs are covered by the Apache License Version 2.0.
2806 &lt;End of Alpine Legal Notices&gt;
2807 </BODY>
2808 </HTML>
2809 ===== h_info_on_mbox =====
2810 <HTML>
2811 <HEAD>
2812 <TITLE>Information on mbox driver</TITLE>
2813 </HEAD>
2814 <BODY>
2815 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
2817 Beginning with Pine 4.00 (Pine came before Alpine)
2818 a new INBOX access method is
2819 available as part of the standard configuration.  It is called the
2820 &quot;mbox&quot; driver and it works like this:<P>
2823 <BLOCKQUOTE>
2824 If the file &quot;mbox&quot; exists in the user's home directory, and
2825 is in Unix mailbox format, then when INBOX is opened this file will be
2826 selected as INBOX instead of the mail spool file.  Messages will be
2827 automatically transferred from the mail spool file into the mbox
2828 file.
2829 </BLOCKQUOTE>
2832 The advantage of this method is that, after new mail has been copied
2833 from the system mail spool, all subsequent access is confined to the
2834 user's home directory, which is desirable on some systems.  However, a
2835 possible disadvantage is that mail tools other than those from the
2836 University of Washington will not know to look for mail in the user's
2837 mbox file.  For example, POP or IMAP servers other than those from the
2838 University of Washington, and many &quot;new mail notification&quot;
2839 programs may not work as expected with this driver enabled.<P>
2841 To disable this behavior, either remove/rename the &quot;mbox&quot;
2842 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
2843 option in Setup/Config
2844 and add &quot;mbox&quot; to it:
2846 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
2848 &lt;End of help on this topic&gt;
2849 </BODY>
2850 </HTML>
2851 ===== h_info_on_locking =====
2852 <HTML>
2853 <HEAD>
2854 <TITLE>FAQs on Alpine Locking</TITLE>
2855 </HEAD>
2856 <BODY>
2857 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
2859 There is an extensive section on locking in the Alpine technical notes;
2860 this information is intended to provide answers to some common questions:<P>
2861 <OL>
2862 <LI> Why did locking change in Pine 4.00?<BR>
2863 The actual locking mechanisms did not change in 4.00.
2864 What changed is that when one particular locking mechanism used by Alpine 
2865 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
2866 failure would occur, but no warning was issued.<P>
2868 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
2869 Yes.  It means that Alpine was unable to create a lockfile in the
2870 spool directory, generally because of overly restrictive protections on the
2871 spool directory.  The correct permissions on the spool directory for
2872 running Alpine are 1777, i.e. read-write-execute permission for everyone,
2873 with the sticky-bit set, so only owners of a file can delete them.<P>
2875 <LI> Why does Alpine require that the mail spool directory have 1777
2876    protections?<BR>
2877 Alpine was designed to run without special privileges.  This means that in
2878 order to create a lockfile in the spool directory, it is necessary to have
2879 the spool directory permissions be world-writable.<P>
2881 <LI> Can't you create the lockfile somewhere else?<BR>
2882 No.  The lockfile in question must be in the mail spool directory, because
2883 that's where the mail delivery program expects to find it, and the purpose
2884 of the file is to coordinate access between the mail client (Alpine) and the
2885 mail delivery program.<P>
2887 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
2888 No.  Remember that the individual mail files in the spool directory are
2889 NOT world-writable, only the containing directory.  Setting the &quot;sticky
2890 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
2891 -- means that only the owner of the file (or root) can delete files in the 
2892 directory.  So the only bad behavior that is invited by the 1777 mode is that 
2893 anyone could
2894 create a random file in the spool directory.  If the spool directory is
2895 under quota control along with home directories, there is little incentive
2896 for anyone to do this, and even without quotas a periodic scan for
2897 non-mail files usually takes care of the problem.  <P>
2899 <LI> Why not run Alpine as setgid mail?<BR>
2900 Alpine was never designed to run with privileges, and to do so introduces a
2901 significant security vulnerability.  For example, if a user suspends Alpine,
2902 the resulting shell will have group privileges.  This is one example of
2903 why we strongly recommend against running Alpine as a privileged program.
2904 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
2905 users
2906 could not test Alpine versions or other mailers that had not been installed
2907 by the system administrators.<P>
2910 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
2911 There are, but they all have different sets of tradeoffs, and not all will
2912 work on all systems.  Some examples:<UL>
2913  <LI> Use lock system calls.  Works fine on a few systems, provided mail
2914    spool is local.   Doesn't work reliably if NFS is used.
2915    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
2916    use the same calls.
2917  <LI> Deliver mail to user's home directory.  An excellent solution, highly
2918    recommended -- but one which is incompatible with some &quot;legacy&quot; 
2919 mail tools that always look in the spool directory for the mail.
2920 </UL><P>
2922 <LI> Are these spool directory lock files the only kinds of locks used by
2923    Alpine?<BR>
2924 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
2925 mailbox format folders, these are used to coordinate access between
2926 multiple Alpine sessions.  <P>
2928 <LI> What about the 
2929 <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>
2930 This is for people who are content to live dangerously, or who have
2931 specific knowledge that the spool directory lockfiles are superfluous on
2932 their system (because both Alpine and the mail delivery program are using 
2933 system call file locking in a context that works reliably, e.g. not NFS.)<P>
2935 <LI> Where can I find more details on how Alpine locking works?<BR>
2936 See the Alpine Technical Notes.<P>
2938 </OL>
2940 &lt;End of help on this topic&gt;
2941 </BODY>
2942 </HTML>
2943 ===== h_finding_help ====
2944 <HTML>
2945 <HEAD>
2946 <TITLE>Finding more information and requesting help</TITLE>
2947 </HEAD>
2948 <BODY>
2949 <H1>Places to Look for More Answers</H1>
2950 If you have questions about or problems with Alpine that you cannot resolve 
2951 after consulting the program's internal, context-sensitive help screens, here 
2952 are additional information resources that you may find helpful:
2954 <UL>
2955   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
2957   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
2959   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
2960 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
2961   since the last version, which may be useful for you to be aware of, 
2962 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
2963 a change in the way an aspect of Alpine works.  There, you will also find notes 
2964 on Alpine configuration.<P>
2965   <LI> The main site for Alpine contains information on configuring and solving problems
2966        with Alpine, it can be found at
2968 <CENTER><A HREF="https://alpine.x10host.com/alpine/">https://alpine.x10host.com/alpine/</A></CENTER>  
2970   <LI> Archives of the Alpine-info mailing list, at <A 
2971 href="http://mailman13.u.washington.edu/pipermail/alpine-info/">http://mailman13.u.washington.edu/pipermail/alpine-info/</A>
2973   <LI>The newsgroup comp.mail.pine.
2975 </UL>
2976 <P><HR WIDTH="75%">
2977 <H1>Requesting help</H1>
2978 If the internal help, the Release Notes, and your 
2979 local online and print resources do not help you resolve a problem, please
2980 start by contacting your local computer support staff and asking for help.
2982 This is especially true if:
2983 <ul>
2984   <li>You suddenly have trouble sending or receiving mail.
2985   <li>You receive a "disk quota exceeded" message.
2986   <li>You have forgotten your password.
2987   <li>You think your account may have been compromised.
2988   <li>You need help viewing an attachment.
2989   <li>You need to know how to configure your:
2990       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
2991       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
2992       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
2993       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
2994   <li>You want to know what alternative editors or spellcheckers you may be able to use.
2995   <li>You want to block email from a particular person.
2996   <li>You're going on vacation and need to autorespond to incoming mail.
2997   <li>You want to automatically file or filter incoming messages.
2998 </ul>
3000 In all of these cases,
3001 you should contact <B>your</B> support staff, because <B>only they</B> 
3002 will be able to assist you effectively. Your support staff may be, depending on who 
3003 provides you with the email account you use Alpine with, for example:<UL>
3004 <LI> the computing help desk of (a department of) your university, school, 
3005 employer, ... ; or
3006 <LI> the customer service center of your Internet Service Provider; or
3007 <LI> the friendly volunteer helpers of your Freenet; or
3008 <LI> the person who setup your computer and internet connection.
3009 </UL>
3012 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
3013 newsgroup can be a valuable source of information and assistance for Alpine 
3014 user issues.
3016 For systems/email administrators, developers, trainers, user support
3017 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
3018 level, the mailing list alpine-info is available; for information on
3019 subscribing and posting to it, see
3021 <CENTER><A HREF="https://mailman13.u.washington.edu/mailman/listinfo/alpine-info">https://mailman13.u.washington.edu/mailman/listinfo/alpine-info</A></CENTER>
3024 Regardless of whom you are asking for help with Alpine, remember 
3025 to provide as much detail as you can about the
3026 nature of any problem you are encountering, such as
3027 <UL>
3028 <LI>when it first occurred;
3029 <LI>what, if anything, happened that might have brought it about;
3030 <LI>whether it still persists;
3031 <LI>whether it is reproducible, and if so, how;
3032 <LI>what, if anything, you already tried to solve it.
3033 </UL> 
3034 It may also be helpful if you specify what version of Alpine you are using 
3035 <!--chtml if pinemode="running"-->
3036 -- this is <!--#echo var="ALPINE_VERSION"--> --
3037 <!--chtml endif-->
3038 and on what system, and when the copy of Alpine you are using was created
3039 <!--chtml if pinemode="running"-->
3040 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
3041 <!--chtml endif-->
3043 <!--chtml if pinemode="running"-->
3044 <P>   
3045 When the Alpine program you are currently using was installed, a support
3046 contact email address may have been set up; in that case, you can simply select
3047 this link now to send a message to it:<BR>
3048 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
3049 <!--chtml endif-->
3050 <!--chtml if [ -r PINE_INFO_PATH ]-->
3051 <HR WIDTH="75%">Local Support Contacts:<P>
3052 <!--#include file="PINE_INFO_PATH"-->
3053 <HR WIDTH="75%">
3054 <!--chtml endif-->
3055 <P> 
3056 &lt;End of help on this topic&gt;
3057 </BODY>
3058 </HTML>
3059 ===== new_user_greeting ======
3060 <HTML>
3061 <HEAD>
3062 <TITLE>NEW USER GREETING</TITLE>
3063 </HEAD>
3064 <BODY>
3065 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
3066 <BR>
3067 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
3068 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
3069 select Setup/Config to see many of the options available to you. Also note
3070 that all screens have context-sensitive help text available.
3073 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
3074 href="h_apache_license">Apache License 2.0</A>.
3077 Alpine's privacy policy is a living, online only, document, which can be found at
3078 <A href="h_privacy_policy">https://alpine.x10host.com/privacy.html</A>.
3079 By following the previous link,  Alpine
3080 will connect to an external server, and will download it and display
3081 it for you. Please take some time to read it and understand it.
3082 Since the Privacy Policy could be amended to take into consideration
3083 new additions to Alpine, please check it periodically. You can always
3084 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
3087 To Exit this screen and continue your Alpine session press "E".
3088 </BODY>
3089 </HTML>
3090 ===== new_alpine_user_greeting ======
3091 <HTML>
3092 <HEAD>
3093 <TITLE>NEW ALPINE USER GREETING</TITLE>
3094 </HEAD>
3095 <BODY>
3096 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
3097 <BR>
3098 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
3099 Your Alpine configuration file indicates that you may have used Pine before
3100 but not Alpine.
3101 If you are familiar with the way Pine works, you should be comfortable
3102 using Alpine.
3103 Your Pine configuration file is automatically used for Alpine.
3104 The Release Notes may be viewed by pressing 
3105 &quot;R&quot; now or while in the MAIN MENU.
3108 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
3109 href="h_apache_license">Apache License 2.0</A>.
3112 Alpine's privacy policy is a living, online only, document, which can be found at
3113 <A href="h_privacy_policy">https://alpine.x10host.com/privacy.html</A>.
3114 By following the previous link,  Alpine
3115 will connect to an external server, and will download it and display
3116 it for you. Please take some time to read it and understand it.
3117 Since the Privacy Policy could be amended to take into consideration
3118 new additions to Alpine, please check it periodically. You can always
3119 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
3122 To Exit this screen and continue your Alpine session press "E".
3123 </BODY>
3124 </HTML>
3125 ===== new_version_greeting ======
3126 <HTML>
3127 <HEAD>
3128 <TITLE>NEW VERSION GREETING</TITLE>
3129 </HEAD>
3130 <BODY>
3131 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
3132 <BR>
3133 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
3134 Your Alpine configuration file indicates that you may not have used 
3135 this version of Alpine before.  This version's significant changes are
3136 documented in the Release Notes, which may be viewed by pressing 
3137 &quot;R&quot; now or while in the MAIN MENU.
3141 Alpine is a free email program. Your use of Alpine is subject to the terms of the <A 
3142 href="h_apache_license">Apache License 2.0</A>.
3145 Alpine's privacy policy is a living, online only, document, which can be found at
3146 <A href="h_privacy_policy">https://alpine.x10host.com/privacy.html</A>.
3147 By following the previous link,  Alpine
3148 will connect to an external server, and will download it and display
3149 it for you. Please take some time to read it and understand it.
3150 Since the Privacy Policy could be amended to take into consideration
3151 new additions to Alpine, please check it periodically. You can always
3152 find a link to the Privacy Policy in the <A href="h_news">Release Notes</A>.
3155 To Exit this screen and continue your Alpine session press "E".
3156 </BODY>
3157 </HTML>
3159 ===== main_menu_tx ======
3160 <HTML>
3161 <HEAD>
3162 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
3163 </HEAD>
3164 <BODY>
3165 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
3166 <DIV ALIGN=CENTER>
3167 Version <!--#echo var="ALPINE_VERSION"-->
3168 <!--chtml if pinemode="running"-->
3169 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
3170 <!--chtml endif-->
3171 </DIV>
3172 <CENTER>Copyright 2013-2021 Eduardo Chappa,
3173 <BR>Copyright 2006-2008 University of Washington.
3174 </CENTER>
3177 When you are viewing a help screen, there may be links to
3178 other topics highlighted (in Reverse video) in the text.
3179 Here is an example.
3180 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
3181 highlighted.
3182 If you type carriage return (or V for View Link, see the commands at the
3183 bottom of the screen) you will be taken to a new help screen to view the
3184 Introduction.
3185 The commands at the bottom of the screen should then include
3186 &quot;P Prev Help&quot;.
3187 If you type &quot;P&quot; you will end up back here.
3188 If you type &quot;E&quot; for Exit, you will be back out of help and returned
3189 to the place you were in Alpine when you entered Help.
3190 In this case, you would go back to the MAIN MENU.
3191 There are also other links that are highlighted in bold (or the color used
3192 by your terminal to display bold).
3193 The items after the Introduction in the TABLE OF CONTENTS are all examples
3194 of such links.
3195 In order to view those links, you first have to make the link you want
3196 to view the current link.
3197 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
3198 (see bottom of screen) can do that for you.
3201 <H2>TABLE OF CONTENTS</H2>
3202 <OL>
3203   <LI> The Basics of Alpine
3204   <UL>
3205      <LI> <A HREF="h_mainhelp_intro">Introduction</A>
3206      <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
3207      <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
3208      <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
3209      <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
3210      <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
3211      <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
3212      <!--chtml if [ -r PINE_INFO_PATH ]-->
3213      <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
3214      <!--chtml endif-->
3215      <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
3216   </UL>
3218   <LI> Description of Alpine Screens
3219   <UL>
3220       <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
3221       <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
3222       <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
3223       <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
3224       <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
3225       <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
3226   </UL>
3228   <LI> Email Processing
3229   <UL>
3230       <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
3231       <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
3232       <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
3233   </UL>
3235   <LI> Configuring Additional Accounts
3236   <UL>
3237       <LI> <A HREF="h_mainhelp_folders">Folders</A>
3238       <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
3239       <LI> <A href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
3240       <LI> <A HREF="h_mainhelp_roles">Incoming and Outgoing Settings for other Accounts</A> (a.k.a Roles)
3241   </UL>
3243   <LI> Finding and Saving your Contacts
3244   <UL>
3245        <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
3246        <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
3247   </UL>
3249   <LI> Security
3250   <UL>
3251       <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
3252       <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
3253   </UL>
3255   <LI> Miscelaneous Configurations
3256   <UL>
3257       <LI> <A HREF="h_mainhelp_color">Color Setup</A>
3258       <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
3259       <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
3260   </UL>
3261 </OL>
3264 &lt;End of help on this topic&gt;
3265 </BODY>
3266 </HTML>
3267 ===== h_mainhelp_intro ======
3268 <HTML>
3269 <HEAD>
3270 <TITLE>Introduction</TITLE>
3271 </HEAD>
3272 <BODY>
3273 <H1>Introduction</H1>
3275 Alpine is an &quot;Alternatively Licensed Program for Internet
3276 News and Email&quot; produced until 2009 by the University of Washington.
3277 It is intended to be an easy-to-use program for
3278 sending, receiving, and filing Internet electronic mail messages and
3279 bulletin board (Netnews/Usenet) messages. Alpine supports the following
3280 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
3281 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
3282 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
3283 Directory Access Protocol).<p>
3285 Although originally designed for inexperienced email users, Alpine has
3286 evolved to support many advanced features.  There are an ever-growing
3287 number of configuration and personal-preference options, though which of
3288 them are available to you is determined by your local system managers. 
3290 <H2>WHAT ALPINE DOES...</H2>
3292 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
3293 allows you to
3294 compose and read messages using Internet mail standards.  (Whether you
3295 can correspond with others on the Internet depends on whether or not your
3296 computer is connected to the Internet.)  Alpine also allows reading and
3297 posting messages on the Internet &quot;net news&quot; system, provided
3298 that your site operates a suitable news server.
3300 <H2>WHAT ALPINE DOES NOT DO...</H2>
3302 A &quot;mail user agent&quot; such as Alpine is just one part of a
3303 messaging system. Here are some things that are <B>not</B> done by Alpine,
3304 but require other programs:<P>
3305 <UL>
3306  <LI> Actual relaying of email... which is done by &quot;message transfer 
3307 agents&quot;.
3308  <LI> Vacation messages... automatically responding to incoming messages
3309  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
3310 email.
3311  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
3312  <LI> List processing... resending one message to a list of recipients.
3313 </UL>
3316 &lt;End of help on this topic&gt;
3317 </BODY>
3318 </HTML>
3320 ===== h_mainhelp_pinehelp ======
3321 <HTML>
3322 <HEAD>
3323 <TITLE>Alpine Help</TITLE>
3324 </HEAD>
3325 <BODY>
3326 <H1>Alpine Help</H1>
3328 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
3329 use will have its own help text, explaining the choices available for that
3330 screen. This general help section, on the other hand, attempts to give an 
3331 overall picture of what Alpine is capable of doing, as well as pointers to 
3332 additional help sections about specific topics.<p>
3334 Much of the help text contains links to further help topics, similar to
3335 how the World Wide Web works.
3336 You may choose a link to view using the &quot;NextLink&quot; and
3337 &quot;PrevLink&quot; commands to change the link that is highlighted.
3338 The &quot;View Link&quot; command will then show you the highlighted link.
3339 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
3340 will return you to where you were before viewing the link, and &quot;Exit Help&quot
3341 will return you to the location in Alpine before you asked for help.
3342 For example, if you are reading this text in Alpine you may return to the
3343 help table of contents with the &quot;Prev Help&quot; command or you may view the
3344 Release notes link in the next paragraph and then return here with
3345 &quot;Prev Help&quot;.
3348 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
3349 on the current Alpine version are also available from the MAIN MENU: Press
3350 <!--chtml if pinemode="function_key"-->
3351 &quot;F9&quot;
3352 <!--chtml else-->
3353 &quot;R&quot;
3354 <!--chtml endif-->
3355 to browse the release notes.  These include changes since the last release,
3356 configuration information, the history of the Alpine
3357 project, credits, and legal notices.
3359 Alpine releases are available via the world wide web at
3361 <CENTER><SAMP><A 
3362 HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP
3363 ></CENTER>
3366 If you would like to print <EM>all</EM> of Alpine's internal help text
3367 (not recommended) for a little light bedtime reading, then press
3368 <!--chtml if pinemode="function_key"-->
3369 &quot;F12&quot;
3370 <!--chtml else-->
3371 &quot;Z&quot;
3372 <!--chtml endif-->
3373 now.  (This assumes that the
3374 copy of Alpine you are using has been properly configured for printing
3375 at your site.)
3377 &lt;End of help on this topic&gt;
3378 </BODY>
3379 </HTML>
3380 ===== h_mainhelp_localsupport ======
3381 <HTML>
3382 <HEAD>
3383 <TITLE>Local Support Contacts</TITLE>
3384 </HEAD>
3385 <BODY>
3386 <H1>Local Support Contacts</H1>
3388 <!--chtml if [ -r PINE_INFO_PATH ]-->
3389 <!--#include file="PINE_INFO_PATH"-->
3390 <!--chtml else-->
3391 No Local Support Contacts configured.
3392 <!--chtml endif-->
3395 &lt;End of help on this topic&gt;
3396 </BODY>
3397 </HTML>
3399 ===== h_mainhelp_cmds ======
3400 <HTML>
3401 <HEAD>
3402 <TITLE>Giving Commands in Alpine</TITLE>
3403 </HEAD>
3404 <BODY>
3405 <H1>Giving Commands in Alpine</H1>
3407 Unless configured otherwise
3408 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
3409 the bottom two lines of the screen are always used to list the
3410 commands you can give.  You press the keys that are highlighted to give
3411 the command.  The commands for getting help and going back to the main
3412 menu are always present (except when viewing help as you are now).
3413 <!--chtml if pinemode="function_key"-->
3414 <!--chtml else-->
3416 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
3417 you see at the bottom of any screen. In some cases there are 3 or
3418 even 4 different
3419 sets of keys that can be seen by using the O key. <EM>All commands are 
3420 active</EM>, even if they are not currently showing at the bottom of your 
3421 screen. In other words, you <EM>never</EM> need to press the O key, except to 
3422 remind yourself of the proper key to press to perform an operation.
3424 <H2>Control Key Commands</H2>
3425 When composing mail, and in a few other places, in Alpine you
3426 have to use Control keys. This means pressing the Control key (usually labeled 
3427 &quot;Ctrl&quot;) and the
3428 letter indicated at the same time.  Usually, this is shown with a
3429 &quot;^&quot; in front of the letter.  On some systems, certain control
3430 characters are intercepted before they get to Alpine.  As a work-around,
3431 you can press the ESCAPE key twice followed by the desired key.  For
3432 example, if Ctrl-O (^O) does not work on your system, try typing
3433 &quot;ESC ESC O&quot;.
3434 <!--chtml endif-->
3435 <H2>Paging Up and Down</H2>
3436 The &quot;+&quot; and &quot;-&quot; keys are used for
3437 moving to the next or previous page.  The space bar is a synonym for
3438 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
3439 up as you do in the message composer.  On screens with a WhereIs (search)
3440 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
3441 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
3442 of the message or list.
3444 <H2>Return Key</H2>
3445 The return key is usually a synonym for a frequently used
3446 command.  When viewing a message, there is currently not a default
3447 command, so RETURN does nothing; when in the index, it is synonymous with
3448 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
3449 enclosed in square brackets [] is the same as the return key.
3451 <H2>Control Keys Not Used By Alpine</H2>
3452 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
3453 value, but in places where Alpine is expecting text input, e.g. in the composer or 
3454 at prompts for file/folder names, control keys must be used for editing and 
3455 navigation functions.
3458 Alpine has used nearly all the control keys available.  There are, however,
3459 certain control keys that are reserved by other programs or for technical
3460 reasons.  Alpine does not use any of these keys:
3461 <DL>
3462  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
3463  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
3464  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
3465 </DL>
3467 Note: Ctrl-S and Ctrl-Q can be subject to 
3468 <A HREF="h_special_xon_xoff">special handling</A>.
3470 In addition, while the ESC key alone is not used for command input,
3471 Alpine will recognize two consecutive ESC key presses followed by a letter 
3472 key as a substitute for control key input.  For example, the control key
3473 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
3474 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
3475 This is useful if the communication program you are using
3476 (e.g. Telnet) has its own, conflicting, idea of what certain control
3477 characters mean.
3480 <H2>Repainting the Screen</H2>
3481 Sometimes what is displayed on the screen will be
3482 incorrect due to noise on the phone line or other causes and you will want
3483 to repaint the whole screen to make it correct.  You can use the Ctrl-L
3484 command to do this.  It never hurts to do it when in doubt.
3487 &lt;End of help on this topic&gt;
3488 </BODY>
3489 </HTML>
3490 ===== h_mainhelp_status ======
3491 <HTML>
3492 <HEAD>
3493 <TITLE>Titlebar Line</TITLE>
3494 </HEAD>
3495 <BODY>
3496 <H1>Titlebar Line</H1>
3498 The top line of the screen is Alpine's titlebar line.  It will always display
3499 the current version of Alpine and will also convey information about the
3500 status of the program.  This is where you look to find out what
3501 collection, folder and message number is active and where you are in Alpine.
3504 If the titlebar line says &quot;READONLY&quot; it means that the open folder
3505 (typically your INBOX) is &quot;locked&quot; by another mail session --
3506 most likely a more recent session of Alpine has taken the INBOX lock.
3509 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
3510 access a
3511 folder on a remote mail server, and for some reason, communication with
3512 the mail server has either been lost, or never successfully established.
3513 This can be a result of trying to open a non-existent folder, or one
3514 stored on an invalid or non-operational server, or it can mean that Alpine
3515 has been suspended for more that 30 minutes while accessing a remote mail
3516 server.
3519 &lt;End of help on this topic&gt;
3520 </BODY>
3521 </HTML>
3522 ===== h_mainhelp_mainmenu ======
3523 <HTML>
3524 <HEAD>
3525 <TITLE>Main Menu</TITLE>
3526 </HEAD>
3527 <BODY>
3528 <H1>Main Menu</H1>
3530 The Main Menu lists Alpine's main options.
3531 The key or keys you must type to enter your
3532 choice are to the left of each option or command name.
3533 You can type either uppercase or lowercase letters,
3534 and you should not press &lt;Return&gt; after typing the
3535 letter (unless you are specifically asking for the default,
3536 highlighted command).
3539 From the Main Menu you can choose to read online help, write (compose) and 
3540 send a message, look at an index of your mail messages, open or maintain
3541 your mail folders, update your address book, configure Alpine, and quit Alpine.
3542 There are additional options listed at
3543 the bottom of the screen as well.
3546 The Help command usually returns context-sensitive help information.
3547 However, in the Main Menu you get the most general help, which includes
3548 a Table of Contents.
3549 The last entry in the Table of Contents is an Index of help topics,
3550 so this is a good place to go if you are having trouble finding how
3551 to do something.
3553 <H2>Main Menu Commands</H2>
3554 The Alpine main menu lists the most common Alpine functions. A <a
3555 href="h_main_menu_commands">full list of these
3556 commands</a> and what they do is available.
3558 &lt;End of help on this topic&gt;
3559 </BODY>
3560 </HTML>
3561 ===== h_mainhelp_abooks ======
3562 <HTML>
3563 <HEAD>
3564 <TITLE>Address Books</TITLE>
3565 </HEAD>
3566 <BODY>
3567 <H1>Address Books</H1>
3570 As you use email, you can build a list of your regular email correspondents 
3571 in your Alpine
3572 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
3573 screen. Your
3574 personal address book will be highlighted. Press &lt;Return&gt; to view it.
3575 You can use the address book to store email addresses for individuals or
3576 groups, to create easily
3577 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
3578 address when you are composing a message.
3580 There are two ways to add addresses to your address book: you can add them 
3581 manually or take them from messages (by pressing T to access the Take command). 
3582 With either method, you specify nicknames for your correspondents. A single 
3583 address book entry (or nickname) can point to just one email address, or, it can
3584 point to more than one. When it points to more than one, it is called a 
3585 distribution list. Each distribution list has a nickname, a full name, and a 
3586 list of addresses. These
3587 addresses may be actual addresses, other nicknames in your address book, or 
3588 other
3589 distribution lists.
3592 Additional information is available in Alpine's online help:
3593 <ul>
3594   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
3595 </ul>
3597 &lt;End of help on this topic&gt;
3598 </BODY>
3599 </HTML>
3600 ===== h_mainhelp_ldap ======
3601 <HTML>
3602 <HEAD>
3603 <TITLE>LDAP</TITLE>
3604 </HEAD>
3605 <BODY>
3606 <H1>LDAP</H1>
3608 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
3609 an organization's shared
3610 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
3611 large address
3612 books, rather like the White Pages provided by the phone company. As an Alpine 
3613 user, it is not
3614 necessary to know much about how this works, only how to use it and how to 
3615 configure
3618 More information on configuring LDAP is available in Alpine's online help:
3619 <ul>
3620   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
3621 </ul>
3623 Additional help on using LDAP in Alpine is also available:
3624 <ul>
3625   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
3626 </ul>
3628 &lt;End of help on this topic&gt;
3629 </BODY>
3630 </HTML>
3631 ===== h_mainhelp_index ======
3632 <HTML>
3633 <HEAD>
3634 <TITLE>Index of Messages</TITLE>
3635 </HEAD>
3636 <BODY>
3637 <H1>Index of Messages</H1>
3639 In Alpine's message index, the selected message is highlighted. The first 
3640 column on the left is blank, shows a &quot;+&quot; if the message was
3641 sent directly to you (i.e., it is not a
3642 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
3644 The second column may be blank, or it may contain:
3645 <ul>
3646   <li>"N" if the message is new (unread), </li>
3647   <li>"A" if you have answered the message (using the Reply command), </li>
3648   <li>"D" if you have marked the message for deletion.</li>
3649 </ul>
3652 Note: If you answer a message as well as mark it deleted (in either order), 
3653 you will only see the &quot;D&quot;.
3656 The rest of the columns in the message line show you the message
3657 number, date sent, sender, size, and subject. For details, press ? (Help).  
3658 The behavior and appearance of the Index screen is highly configurable.
3659 In the Setup/Config screen search (with the WhereIs command) for options
3660 that contain the words &quot;index&quot; or &quot;thread&quot; to see
3661 many of the configuration possibilities.
3662 In particular, the
3663 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
3664 option may be used to configure the look of the standard MESSAGE INDEX lines
3665 in many different ways.
3666 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
3667 read the help text there for more information.
3669 Most of the commands you need to handle your messages are visible at the
3670 bottom of the screen, and you can press O (OTHER CMDS) to see additional
3671 commands that are available.
3672 You do not need to see these &quot;other commands&quot;
3673 on the screen to use them. That is, you never need to press O as a prefix
3674 for any other command.
3677 Additional information is available in Alpine's online help:
3678 <ul>
3679   <li><a href="h_mail_index">Message Index Commands</a></li>
3680 </ul>
3682 &lt;End of help on this topic&gt;
3683 </BODY>
3684 </HTML>
3685 ===== h_mainhelp_reading ======
3686 <HTML>
3687 <HEAD>
3688 <TITLE>Reading Messages</TITLE>
3689 </HEAD>
3690 <BODY>
3691 <H1>Reading Messages</H1>
3693 The message text screen shows you the text of the message along with
3694 its header. If a message has attachments, those will be listed (but not
3695 displayed) also.  The titlebar line displays information about the currently
3696 open message, folder and collection.  You see the name of the collection
3697 (if there is one) in angle brackets, then the name of the folder, then the
3698 message number and finally the position within the current message (in
3699 percent). If the message is marked for deletion
3700 &quot;DEL&quot; will appear in the
3701 upper right as well.
3704 As with every Alpine screen, the bottom two lines show you the commands 
3705 available.
3707 <P>Additional information is available in Alpine's online help:
3708 <ul>
3709   <li><a href="h_mail_view">Message Text Screen</a></li>
3710   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
3711   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
3712 </ul>
3714 &lt;End of help on this topic&gt;
3715 </BODY>
3716 </HTML>
3717 ===== h_mainhelp_composing ======
3718 <HTML>
3719 <HEAD>
3720 <TITLE>Composing Messages</TITLE>
3721 </HEAD>
3722 <BODY>
3723 <H1>Composing Messages</H1>
3725 To write a message, press C (Compose). You see the Compose Message
3726 screen, which is divided into two parts: the header area and the message
3727 text area. The header area is where information on the recipient (the To:
3728 field) and the subject line go, while the message text area contains the
3729 actual text of the email message. Different commands are available to you
3730 when your cursor is in different areas on this screen. To see additional
3731 help on commands in either the message text or header area, type
3732 <Control>G (Get help).
3735 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
3736 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
3738 <P>The following information from Alpine's online help may prove useful:
3739 <ul>
3740   <li><a href="h_composer_to">Message Header Commands</a></li>
3741   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
3742   <li><a href="h_composer">Composer Commands</a></li>
3743   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
3744   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
3745   <li><a href="h_compose_send">Send Command</a></li>
3746   <li><a href="h_compose_spell">Spell Check Command</a></li>
3747 </ul>
3749 &lt;End of help on this topic&gt;
3750 </BODY>
3751 </HTML>
3752 ===== h_mainhelp_collections ======
3753 <HTML>
3754 <HEAD>
3755 <TITLE>Collection Lists</TITLE>
3756 </HEAD>
3757 <BODY>
3758 <H1>Collection Lists</H1>
3760 Collection lists are Alpine's way of organizing groups of folders. Each
3761 "collection" can reside on a different server, for example, and contain a
3762 different group of mail folders.
3765 For more information on this, see:
3766 <ul>
3767   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
3768 </ul>
3770 Additional information relating to collection lists is also available in 
3771 Alpine's online
3772 help:
3773 <ul>
3774   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
3775   <li><a href="h_collection_screen">Collection List Screen</a></li>
3776 </ul>
3778 &lt;End of help on this topic&gt;
3779 </BODY>
3780 </HTML>
3781 ===== h_mainhelp_folders ======
3782 <HTML>
3783 <HEAD>
3784 <TITLE>Folders</TITLE>
3785 </HEAD>
3786 <BODY>
3787 <H1>Folders</H1>
3789 Messages can quickly accumulate in your INBOX folder. If you use email
3790 often, you soon could have hundreds. You need to delete messages you do
3791 not want, and you can use folders to organize messages you wish to save. A
3792 folder is a collection of one or more messages that are stored (just like
3793 the messages in your INBOX) so you can access and manage them.
3796 You can organize your email messages into different folders by topic,
3797 correspondent, date, or any other category that is meaningful to you. You
3798 can create your own folders, and Alpine automatically provides three:
3799 <ul>
3800   <li>The INBOX folder: messages sent to you are listed in this folder.
3801       When you first start Alpine and go to the Message Index screen, you are
3802 looking at the list of messages in your INBOX folder. Every incoming
3803 message remains in your INBOX until you delete it or save it in another
3804 folder. </li>
3805   <li>The sent-mail folder: copies of messages you send are stored in this 
3806 folder. This is
3807 convenient if you cannot remember whether you actually sent a message and want 
3808 to check, or
3809 if you want to send a message again.</li>
3810   <li>The saved-messages folder: copies of messages you save are stored in this 
3811 folder
3812 unless you choose to save them to other folders you create yourself.</li>
3813 </ul>
3816 More information about folders is available in Alpine's online help:
3817 <ul>
3818   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
3819   <li><a href="h_folder_maint">Help for Folder List</a></li>
3820   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
3821   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
3822 Explained</a></li>
3823   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
3824 </ul>
3826 &lt;End of help on this topic&gt;
3827 </BODY>
3828 </HTML>
3829 ===== h_mainhelp_color ======
3830 <HTML>
3831 <HEAD>
3832 <TITLE>Color</TITLE>
3833 </HEAD>
3834 <BODY>
3835 <H1>Color</H1>
3837 If the terminal emulator you are using is capable of displaying color or if
3838 you are using PC-Alpine, then it is possible to set up Alpine so that various
3839 parts of the display will be shown in colors you configure. This is done
3840 using the Setup Color screen, available from the MAIN MENU by selecting
3841 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
3842 stands for Config in this context).
3845 For example, you may color things like the titlebar, the current item,
3846 the keymenu, and the status messages.
3847 You may also color lines in the index, and headers and quoted text in the
3848 MESSAGE TEXT screen.
3849 You use the Color Setup screen for configuring most of this, but you must
3850 use the IndexColor setup for coloring whole index lines.
3851 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
3854 The following entries in Alpine's online help provide additional information 
3855 about how to use color:
3856 <UL>
3857   <LI> <A HREF="h_color_setup">Color Setup screen</A>
3858   <LI> <A HREF="h_rules_incols">Index Line Color</A>
3859   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
3860   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
3861 </UL>
3863 &lt;End of help on this topic&gt;
3864 </BODY>
3865 </HTML>
3866 ===== h_mainhelp_mouse ======
3867 <HTML>
3868 <HEAD>
3869 <TITLE>Using a Mouse</TITLE>
3870 </HEAD>
3871 <BODY>
3872 <H1>Using a Mouse</H1>
3874 If you are using PC-Alpine mouse support is turned on automatically.
3875 If you are using UNIX Alpine within an X terminal window or within
3876 a terminal emulator that supports an xterm-style mouse, then you may
3877 turn on support for the mouse with the feature
3878 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
3879 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
3881 PC-Alpine offers considerable mouse support.  You can view what is
3882 &quot;clickable&quot; by dragging your mouse over any screen; when the
3883 arrow cursor changes into a hand, you found something. Mouse-click
3884 possibilities include navigating between screens and folders and
3885 double-clicking on hyperlinks to open your Web browser.
3886 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
3887 screen.  Examples of right-click options include &quot;copy&quot; after
3888 selecting text to copy and &quot;View in New Window&quot; when you click
3889 on a particular message in the Message Index. The menu choices available
3890 to you will vary based upon what screen is open, where on the screen your
3891 cursor is located, and even what action you have already taken.
3892 Within a folder, you may set the &quot;Important&quot; flag on any
3893 message.
3895 X terminal mouse support is more limited but still quite powerful.
3896 As with PC-Alpine, clicking on any of the commands in the keymenu at
3897 the bottom of the screen will execute that command as if you typed it.
3898 Double-clicking on a link, for example the link to the
3899 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
3900 will take you to that link.
3901 Double-clicking on an index line will view the message, and so on.
3903 &lt;End of help on this topic&gt;
3904 </BODY>
3905 </HTML>
3906 ===== h_mainhelp_keywords ======
3907 <HTML>
3908 <HEAD>
3909 <TITLE>Keywords</TITLE>
3910 </HEAD>
3911 <BODY>
3912 <H1>Keywords</H1>
3914 Within a folder, you may set the &quot;Important&quot; flag on any
3915 message.
3916 This doesn't have any system-defined meaning and is only called
3917 the Important flag because many users use it to signify that a message
3918 is important to them in some way.
3920 You may also define your own set of keywords.
3921 You might know these as user defined flags or as labels.
3922 These are similar to the Important flag but you choose the names for yourself.
3924 Alpine will only display keywords that
3925 have been added by you in the Flag Details screen or
3926 that have been configured by you using the Setup/Config option
3927 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
3928 Keywords set by other means (for example, by another email client) will not
3929 show up in Alpine unless you configure Alpine to know about them.
3930 They will show up in the Flag Details screen, but will not show up, for example,
3931 in the index line.
3934 The following entries in Alpine's online help provide additional information 
3935 about how to use keywords:
3936 <ul>
3937   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
3938   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
3939 </ul>
3941 &lt;End of help on this topic&gt;
3942 </BODY>
3943 </HTML>
3944 ===== h_mainhelp_roles ======
3945 <HTML>
3946 <HEAD>
3947 <TITLE>Roles</TITLE>
3948 </HEAD>
3949 <BODY>
3950 <H1>Roles</H1>
3952 You may play different roles depending on who you are replying to. For
3953 example, if you are replying to a message addressed to help-desk you may
3954 be acting as a Help Desk Worker. That role may require that you use a
3955 different return address and/or a different signature.
3958 To configure roles, go to the MAIN MENU and use the Setup command
3959 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
3960 The following entries in Alpine's online help provide additional information 
3961 about how to
3962 use roles:
3963 <ul>
3964   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
3965   <li><a href="h_role_select">Roles Screen</a></li>
3966 </ul>
3968 &lt;End of help on this topic&gt;
3969 </BODY>
3970 </HTML>
3971 ===== h_mainhelp_filtering ======
3972 <HTML>
3973 <HEAD>
3974 <TITLE>Filtering</TITLE>
3975 </HEAD>
3976 <BODY>
3977 <H1>Filtering</H1>
3979 The software that actually delivers mail (the stuff that happens
3980 before Alpine is involved) for you is in a better position to do mail filtering
3981 than Alpine itself.
3982 If possible, you may want to look into using that sort of mail filtering to
3983 deliver mail to different folders, delete it, or forward it.
3984 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
3987 Filtering is a way to automatically move certain messages from one folder
3988 to another or to automatically delete messages.
3989 You may also automatically set the state (Important, New, Deleted, Answered) of messages
3990 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
3991 Alpine doesn't have the ability to forward mail to another address or
3992 to deliver vacation messages.
3995 To configure filtering, go to the MAIN MENU and use the Setup command
3996 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
3997 The following entries in Alpine's online help provide additional information 
3998 about how to use filtering:
3999 <UL>
4000   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
4001 </UL>
4003 &lt;End of help on this topic&gt;
4004 </BODY>
4005 </HTML>
4006 ===== h_mainhelp_patterns ======
4007 <HTML>
4008 <HEAD>
4009 <TITLE>Patterns</TITLE>
4010 </HEAD>
4011 <BODY>
4012 <H1>Patterns</H1>
4014 Patterns are used with Roles, Filtering, Index Coloring,
4015 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
4016 The following entries in Alpine's online help provide information 
4017 about using Patterns:
4018 <UL>
4019   <LI> <A HREF="h_rule_patterns">Patterns</A>
4020 </UL>
4022 &lt;End of help on this topic&gt;
4023 </BODY>
4024 </HTML>
4025 ===== h_mainhelp_cmdlineopts ======
4026 <HTML>
4027 <HEAD>
4028 <TITLE>Command Line Options</TITLE>
4029 </HEAD>
4030 <BODY>
4031 <H1>Command Line Options</H1>
4033 Alpine accepts a number of command line arguments, allowing you, for
4034 example, to start Alpine and immediately access a particular folder.
4035 Many of these arguments overlap with options in the Alpine configuration file.
4036 If there is a difference, then an option set on the command line takes
4037 precedence.
4038 Alpine expects command line arguments (other than addresses) to be
4039 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
4040 A <a href="h_command_line_options">full list</a> of command line
4041 possibilities is available.
4043 &lt;End of help on this topic&gt;
4044 </BODY>
4045 </HTML>
4046 ===== h_mainhelp_config ======
4047 <HTML>
4048 <HEAD>
4049 <TITLE>Alpine Configuration</TITLE>
4050 </HEAD>
4051 <BODY>
4052 <H1>Alpine Configuration</H1>
4054 Unless it has been administratively disabled, the Setup command on the
4055 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
4056 The possible subcommands are for general Configuration settings,
4057 Printer settings, Changing your Password, Signature setup,
4058 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
4059 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
4060 and Color configuration.
4061 In particular, the &quot;Config&quot; subcommand has many features you may
4062 set or unset and many other configuration variables that may be set to change
4063 the way Alpine works.
4064 Every one of the hundreds of options available in that configuration settings
4065 screen has help text associated with it.
4066 You may read that text by moving the cursor to highlight the option and then
4067 typing the Help command.
4069 These settings are stored in your personal
4070 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
4071 <A HREF="h_config_remote_config">remotely</A>),
4072 but on shared systems these settings
4073 may be over-ridden by a system-wide control file (due to local site
4074 security or support policies).  A global pine configuration file can also
4075 be used to set default values for all Alpine users on a particular system.
4076 Power users may be interested in splitting their personal configuration
4077 data into two pieces, a generic piece and
4078 <A HREF="h_config_exceptions">exceptions</A> which apply to
4079 a particular platform.
4080 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
4081 General Alpine configuration information can be found
4082 <A HREF="h_news_config">here</A>.
4084 &lt;End of help on this topic&gt;
4085 </BODY>
4086 </HTML>
4087 ===== h_mainhelp_aggops ======
4088 <HTML>
4089 <HEAD>
4090 <TITLE>Aggregate Operations</TITLE>
4091 </HEAD>
4092 <BODY>
4093 <H1>Aggregate Operations</H1>
4095 When you are in the MESSAGE INDEX, the available commands
4096 (for example, Delete, Undelete, Save, Reply, and so on)
4097 normally act on a single message.
4098 So, for example, if you press the Delete command, the currently highlighted
4099 message is marked Deleted.
4100 These commands that normally act on a single message may be applied to
4101 several messages at once instead.
4103 By default this feature is turned on, but it could be administratively turned
4104 off to reduce complexity.
4105 The feature
4106 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
4107 in the Setup/Config screen is used to turn it off or on.
4108 When this feature is turned on, the four commands &quot;Select&quot;,
4109 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
4110 are available.
4111 The two selection commands allow you to mark a set of
4112 messages as being &quot;selected&quot;.
4113 The &quot;ZoomMode&quot; command will toggle between
4114 displaying only the selected messages and displaying all the messages.
4115 The &quot;Apply&quot; command allows you to
4116 apply one of the regular MESSAGE INDEX commands to all of the selected
4117 messages instead of to only the highlighted message.
4119 An example aggregate operation would be to catch up when reading
4120 a news group.
4121 That is, get rid of all the messages in the news group so that you can
4122 start fresh.
4123 The easiest way to do this in Alpine is to use aggregate operations.
4124 You want to Delete all of the messages in the group.
4125 You could start at the top and type &quot;D&quot; once for every message.
4126 A much faster method is to first Select all of the messages in the group,
4127 and then Delete all of them.
4128 This would take four keystrokes:
4130 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
4131 <BR>
4132 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
4134 Another use of Select is to use it for searching for a particular message
4135 or set of messages in a large folder.
4136 You may know that the message was From a certain user.
4137 You could select all messages from that user to start, and use Zoom to
4138 look at only those messages.
4139 If there were still too many messages to look at you could Narrow the
4140 set of messages further by selecting from all of those messages only
4141 the ones that were after a certain date, or contained a particular phrase
4142 in the Subject, or were too a particular address, and so on.
4143 That may be the end of what you are doing, or you may want to use Apply to
4144 Save or Forward or Print all of the selected messages.
4146 Some related help topics are
4147 <UL>
4148 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
4149 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
4150 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
4151 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
4152 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
4153 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
4154 </UL>
4156 &lt;End of help on this topic&gt;
4157 </BODY>
4158 </HTML>
4159 ===== h_mainhelp_readingnews ======
4160 <HTML>
4161 <HEAD>
4162 <TITLE>Reading News</TITLE>
4163 </HEAD>
4164 <BODY>
4165 <H1>Reading News</H1>
4167 <H2>Background</H2>
4168 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
4169 commands as for mail. Similar to mailing lists but existing on a larger scale, 
4170 Usenet newsgroups allow groups of people with common interests to discuss 
4171 particular topics. You might find newsgroups related to your career, or you 
4172 might wish to check out the online discussion among the fans of your favorite 
4173 television show. 
4175 <H2>Configuring Alpine for Reading News</H2>
4176 Alpine often arrives
4177 pre-configured by your system administrator to automatically access the
4178 newsgroups offered by your organization, Internet Service Provider, or
4179 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
4180 need additional details on <a href="h_configuring_news">how to
4181 configure Alpine to read news</a>.
4183 <H2>Accessing Newsgroups</H2>
4184 The first step in reading news is to access the newsgroups collections
4185 screen from Alpine. If everything is configured properly, you should be able
4186 to do this by first typing L (folder List), then selecting the folder
4187 collection listed as "News." The actual name of this collection may differ
4188 from system to system.
4190 <H2>Subscribing to Newsgroups</H2>
4192 Once you have accessed the news collection, you need to subscribe to a
4193 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
4194 will keep a record of the newsgroups in which you are interested and which
4195 articles in those newsgroups have been read.
4197 <H2>Using Newsgroups</H2> 
4198 Alpine uses the similar commands to read news as to read mail. For example,
4199 the D command marks messages as Deleted (or "Dismissed," if you prefer),
4200 and the R command Replies to a news posting. Basically, Alpine allows you to
4201 read news as if it were mail, so you don't need to change the way you
4202 interact with Alpine.
4204 There is also additional Alpine help available on 
4205 <A HREF="h_reading_news">how to use Alpine to read news</A>.
4207 &lt;End of help on this topic&gt;
4208 </BODY>
4209 </HTML>
4210 ===== h_mainhelp_securing ======
4211 <HTML>
4212 <HEAD>
4213 <TITLE>Securing your Alpine Session</TITLE>
4214 </HEAD>
4215 <BODY>
4216 <H1>Securing your Alpine Session</H1>
4218 By default, Alpine will attempt to connect to an IMAP server on the normal
4219 IMAP service port (143).
4220 If the Alpine you are using has been built to
4221 support &quot;Transport Layer Security&quot; (TLS)
4222 and &quot;Secure Sockets Layer&quot; (SSL) 
4223 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
4224 and the server offers the STARTTLS capability, then a secure (encrypted)
4225 session will be established.
4227 When you are connected to a remote folder the titlebar will contain a plus sign
4228 in the far right column if the connection is encrypted using TLS or SSL.
4229 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
4230 if the connection is encrypted.
4232 <H2>More Information on Alpine with SSL and TLS</H2>
4233 <UL>
4234 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
4235 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
4236 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
4237 <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>
4238 </UL>
4239 <H2>Here are some other security-related features and options</H2>
4241 <UL>
4242 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
4243 <LI> <A HREF="h_config_disable_password_file_saving"><!--#echo var="FEAT_disable-password-file-saving"--></A> Disable password file saving</LI>
4244 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
4245 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
4246 <LI> <A HREF="h_config_encryption_range"><!--#echo var="VAR_encryption-protocol-range"--></A> option </LI>
4247 </UL>
4249 &lt;End of help on this topic&gt;
4250 </BODY>
4251 </HTML>
4252 ===== h_mainhelp_problems ======
4253 <HTML>
4254 <HEAD>
4255 <TITLE>Reporting Problems</TITLE>
4256 </HEAD>
4257 <BODY>
4258 <H1>Reporting Problems</H1>
4260 We ask that you first read the relevant help screens and then seek
4261 assistance from your own local support staff.  Once you are sure that your
4262 difficulty is not a local configuration problem, you might look at the
4263 help section explaining where to look for
4264 <A HREF="h_finding_help">more information</A> and where to 
4265 get assistance.
4268 <ADDRESS>
4269    Eduardo Chappa &lt;chappa@washington.edu&gt;
4270 </ADDRESS>
4273 &lt;End of help on this topic&gt;
4274 </BODY>
4275 </HTML>
4276 ===== h_main_menu_commands ======
4277 <HTML>
4278 <HEAD>
4279 <TITLE>MAIN MENU COMMANDS</TITLE>
4280 </HEAD>
4281 <BODY>
4282 <H1>MAIN MENU COMMANDS</H1>
4284 <!--chtml if pinemode="function_key"-->
4285 &nbsp;Available&nbsp;Commands&nbsp;--
4286 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
4287 &nbsp;------------------------------
4288 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
4289 ----------<BR>
4290 &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>
4291 &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>
4292 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
4293 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
4294 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
4295 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
4296 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
4297 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
4298 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
4299 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4300 &nbsp;F7&nbsp;&nbsp;<A 
4301 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
4302 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4303 &nbsp;F8&nbsp;&nbsp;<A 
4304 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
4305 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
4306 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 
4307 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
4308 &nbsp;F10&nbsp;<A 
4309 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 
4310 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
4311 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4312 &nbsp;F11&nbsp;<A 
4313 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
4314 <!--chtml else-->
4315 &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>
4316 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
4317 &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>
4318 &nbsp;C&nbsp;&nbsp;<A 
4319 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>
4320 &nbsp;I&nbsp;&nbsp;<A 
4321 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>
4322 &nbsp;L&nbsp;&nbsp;<A 
4323 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>
4324 &nbsp;A&nbsp;&nbsp;<A 
4325 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
4326 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
4327 &nbsp;S&nbsp;&nbsp;<A 
4328 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 
4329 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
4330 &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>
4331 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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 
4332 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
4333 <!--chtml endif-->
4336 NOTE:
4337 <OL>
4338  <LI>For help on a particular command, highlight the bold text associated
4339 with it above and hit Return.
4340  <LI> The availability of certain commands (e.g. some of the options under
4341 SETUP) is determined by Alpine configuration files and system capabilities.
4342 At some sites, certain commands may not be available due to security or
4343 support concerns.
4344 </OL>
4346 &lt;End of help on this topic&gt;
4347 </BODY>
4348 </HTML>
4350 ===== h_command_line_options ======
4351 <HTML>
4352 <HEAD>
4353 <TITLE>COMMAND LINE OPTIONS</TITLE>
4354 </HEAD>
4355 <BODY>
4356 <H1>COMMAND LINE OPTIONS</H1>
4357 Possible starting arguments for Alpine:
4359 <DL COMPACT>
4361 <DT> <EM>[addresses]</EM>
4363 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
4364 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
4365 <EM>Alpine</EM> will startup in
4366 the composer with a message started to the addresses specified.
4367 Once the message is sent, the <EM>Alpine</EM> session closes.
4368 Standard input redirection is allowed.
4369 Separate multiple addresses with a space between them.
4370 Addresses are placed in the &quot;To&quot; field only.
4373 <DT> &lt; <EM>file</EM>
4375 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
4376 into the body of the message.
4377 Once the message is sent, the <EM>Alpine</EM> session closes. 
4380 <DT> -attach <EM>file</EM>
4382 <DD> Go directly into composer with given file attached.
4385 <DT> -attachlist <EM>file-list</EM>
4387 <DD> Go directly into composer with given files attached.
4388 This must be the last option on the command line.
4391 <DT> -attach_and_delete <EM>file</EM>
4393 <DD> Go directly into composer with given file attached, delete when finished.
4396 <DT> -aux <EM>local_directory</EM>
4398 <DD> <EM>PC-Alpine</EM> only.
4399 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
4400 files, like debug files, address books, and signature files.  The pinerc may 
4401 be local or remote.
4404 <DT> -bail
4406 <DD> If the personal configuration file doesn't already exist, exit.
4407 This might be useful if the configuration file is accessed using some
4408 remote filesystem protocol. If the remote mount is missing this will cause
4409 <EM>Alpine</EM> to quit instead of creating a new pinerc.
4412 <DT> -c <EM>n</EM>
4414 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
4415 This is used when there are multiple folder collections (contexts) and you 
4416 want to open a folder not in the primary collection.
4419 <DT> -conf
4421 <DD> Configuration: Prints a sample system configuration file to the
4422 screen or standard output. To generate an initial system configuration 
4423 file, execute
4425 <PRE><CODE>
4426                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
4427 </CODE></PRE>
4430 To generate a system configuration file using settings from an old
4431 system configuration file, execute
4433 <PRE><CODE>
4434                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
4435 </CODE></PRE>
4437 A system configuration file is not required.
4440 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
4442 <DD> Copy an address book file to a remote address book folder.
4443 If the remote folder doesn't exist, it will be created.
4444 If it exists but the first message in the folder isn't a remote address
4445 book header message, the copy will be aborted.
4446 This flag will not usually be used by a user.
4447 Instead, the user will create a remote address book from within <EM>Alpine</EM>
4448 and copy entries from the local address book by using aggregate Save in
4449 the address book screen.
4452 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
4454 <DD> Copy a pinerc configuration file to a remote pinerc folder.
4455 If the remote folder doesn't exist, it will be created.
4456 If it exists but the first message in the folder isn't a remote pinerc
4457 header message, the copy will be aborted.
4458 This flag may be useful to users who already have a local pinerc file and
4459 would like to convert it to a remote pinerc folder and use that instead.
4460 This gives a way to bootstrap that conversion without having to manually
4461 reset all of the variables in the remote pinerc folder.
4464 <DT> -d <EM>debug-level</EM>
4466 <DD> Debug Level:  Sets the level of debugging information written by
4467 <EM>Alpine</EM>.
4468 <EM>debug-level</EM> can be set to any integer 0-9.
4469 A debug level of 0 turns off debugging for the session.
4470 (Actually there are some levels higher than 9, but you probably don't
4471 want to see them.)
4474 <DT> -d <EM>keywords</EM>
4476 <DD> You may use a more detailed version of the debugging flag to set
4477 the debug level in separate parts of <EM>Alpine</EM>.
4478 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
4479 verbose=0..9.
4480 <EM>Flush</EM> causes debugging information to be flushed immediately to
4481 the debug file as it is written.
4482 <EM>Verbose</EM> is the general debugging verbosity level.
4483 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
4484 is useful when you are trying to figure out what is responsible for delays.
4485 <EM>Numfiles</EM> sets the number of debug files saved.
4486 <EM>Imap</EM> sets the debug level for the debugging statements related
4487 to the conversation with the IMAP server, and more generally, for the
4488 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
4489 <EM>Tcp</EM> turns on some TCP/IP debugging.
4492 <DT> -f <EM>folder</EM>
4494 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
4495 of the standard INBOX.
4498 <DT> -F <EM>file</EM>
4500 <DD> Open named text file for viewing and forwarding.
4503 <DT> -h
4505 <DD> Help:  Prints the list of available command-line arguments to the
4506 screen.
4509 <DT> -i
4511 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
4512 screen instead of the MAIN MENU.
4515 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
4518 <DT> -I <EM>a,b,c,...</EM>
4520 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
4521 sequence of commands upon startup.
4522 This allows users to get <EM>Alpine</EM> to start in any
4523 of its menus/screens.
4524 You cannot include any input to the composer in the initial keystrokes.
4525 The key &lt;Return&gt; is represented by a ``CR'' in
4526 the keystroke list; the spacebar is designated by the letters ``SPACE''.
4527 Control keys are two character sequences beginning with ``^'', such as
4528 ``^I''.
4529 A tab character is ``TAB''.
4530 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
4531 ``DOWN'', ``LEFT'', and ``RIGHT''.
4532 A restriction is that you can't mix function keys and character keys in this
4533 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
4534 A user can always use only <EM>character</EM> keys in the startup list even
4535 if he or she is using <EM>function</EM> keys normally, or vice versa.
4536 If an element in this list is a string of characters surrounded by double
4537 quotes (&quot;) then it will be expanded into the individual characters in
4538 the string, excluding the double quotes.
4541 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
4544 <DT> -install
4546 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
4547 some basic information to help with getting properly set up.
4550 <DT> -k
4552 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
4553 the input of commands to be function-keys.
4554 Otherwise, commands are linked to the regular character keys.
4557 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
4558 <EM>Feature-List</EM>.
4561 <DT> -n <EM>n</EM>
4563 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
4564 FOLDER INDEX screen with the current message being the specified
4565 message number.
4568 <DT> -nosplash
4570 <DD> <EM>PC-Alpine</EM> only.
4571 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
4572 This may be helpful for certain troubleshooting or terminal server scenarios.
4575 <DT> -o <EM>folder</EM>
4577 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
4580 <DT> -p <EM>pinerc</EM>
4582 <DD> Uses the named file as the personal configuration file instead of
4583 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
4584 Alpinerc may be either a local file or a remote configuration folder.
4587 <DT> -P <EM>pinerc</EM>
4589 <DD> Uses the named file as the system wide configuration file instead of
4590 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
4591 Alpinerc may be either a local file or a remote configuration folder.
4594 <DT> -passfile <EM>passfile</EM>
4596 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
4597 This should be a fully-qualified filename.
4600 <DT> -pinerc <EM>file</EM>
4602 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
4603 settings of variables that the user has made.
4604 Use <EM>file</EM> set to ``-'' to make output go to standard out.
4607 <DT> -r
4609 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
4610 <EM>Alpine</EM> in restricted mode can only send email to itself.
4611 Save and export are limited.
4614 <DT> -registry <EM>cmd</EM>
4616 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
4617 <EM>Alpine</EM>'s registry entries.
4618 Possible values for <EM>cmd</EM> are set, clear, and dump.
4619 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
4620 entries according to its current settings.
4621 <EM>Clear</EM> will clear the registry values.
4622 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
4623 <EM>Dump</EM> will display the values of current registry settings.
4624 Note that the dump command is currently disabled.
4625 Without the -registry option, <EM>PC-Alpine</EM> will write values into
4626 the registry only if there currently aren't any values set.
4629 <DT> -sort <EM>key</EM>
4631 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
4632 FOLDER INDEX screen.
4633 <EM>Key</EM> can have the following values: 
4634 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
4635 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
4636 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
4637 The default value is &quot;arrival&quot;.
4638 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
4641 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
4644 <DT> -uninstall
4646 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
4647 in Windows settings.  The registry settings are removed and
4648 the password cache is cleared.
4651 <DT> -url <EM>url</EM>
4653 <DD> Open the given URL.
4656 <DT> -v
4658 <DD> Version:  Print version information to the screen.
4661 <DT> -x <EM>exceptions_config</EM>
4663 <DD> Configuration settings in the exceptions configuration override your normal
4664 default settings.
4665 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
4668 <DT> -z
4670 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
4671 will suspend the <EM>Alpine</EM> session.
4674 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
4675 <EM>Feature-List</EM>.
4678 <DT> -<EM>option</EM>=<EM>value</EM>
4680 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
4681 For example, <EM>-signature-file=sig1</EM> or
4682 <EM>-Feature-List=signature-at-bottom</EM>.
4683 Note:  Feature-List values are
4684 additive and features may be preceded with no- to turn them off.
4685 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
4686 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
4687 <EM>-Feature-List=signature-at-bottom</EM>.
4690 </DL>
4692 &lt;End of help on this topic&gt;
4693 </BODY>
4694 </HTML>
4695 ===== h_configuring_news ======
4696 <HTML>
4697 <HEAD>
4698 <TITLE>CONFIGURING NEWS</TITLE>
4699 </HEAD>
4700 <BODY>
4701 <H1>CONFIGURING NEWS</H1>
4702 Alpine can access news folders in any one of three different ways:
4703 <DL>
4704 <DT>REMOTE NNTP</DT>
4705 <DD>Using the Network News Transport Protocol (NNTP) to
4706 access news on a remote news server.  In this case the newsrc file is
4707 stored on the machine where Alpine is running.
4710 To specify a remote news-collection accessed via NNTP use the
4711 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
4712 Server: value to the NNTP server's hostname appended with the
4713 communication method &quot;/service=NNTP&quot;, and set the Path:
4714 value to the &quot;#news.&quot; namespace (without the quotes).  See
4715 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
4716 help text for a more complete explanation of access method, and the
4717 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
4718 text for a more complete explanation of &quot;namespace&quot;.
4720 Instead of specifying a news-collection, you may simply set the
4721 <A HREF="h_config_nntp_server">NNTP Server</A>
4722 option, which will cause Alpine to create a default news-collection for you.
4723 Another NNTP option that may be of interest is
4724 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
4726 <DT>REMOTE IMAP</DT>
4727 <DD>Using the Internet Message Access Protocol (IMAP) to
4728 access news on a remote news server.  In this case, your newsrc file is
4729 stored on the news server, in your home directory, so you must have an
4730 account on the news server, but you would be running Alpine on a different
4731 machine.  The news server must be running an IMAPd server process. 
4734 To specify a remote news-collection accessed via IMAP use the
4735 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
4736 Server: value to the IMAP server's hostname, and set the Path: value
4737 to the &quot;#news.&quot; namespace (without the quotes).  See the
4738 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
4739 text for a more complete explanation of &quot;namespace&quot;.
4741 </DD>
4743 <DT>LOCAL</DT>
4744 <DD>Using local file access to the news database.  In this
4745 case, your newsrc file is stored on the news server, in your home
4746 directory, so you must have an account on the news server, and you would
4747 be running Alpine on the same machine.
4750 To specify a local news-collection use the SETUP/collectionList
4751 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
4752 set the Path: value to the &quot;#news.&quot; namespace (without the
4753 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
4754 field's help text for a more complete explanation of &quot;namespace&quot;.
4756 </DD>
4757 </DL>
4761 NOTE: Should no news-collection be defined as above, Alpine will
4762 automatically create one using the Setup/Config screen's
4763 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
4764 will be created as a &quot;Remote NNTP&quot; as described above.
4768 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
4769 possible.  If you don't have an account on the news server, or if the news
4770 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
4771 sure, ask your service provider, university, or company for help.)  In
4772 this case, your Unix .newsrc file can be transferred to your PC.  A good
4773 place to put it would be in the same directory as your PINERC file, under
4774 the name NEWSRC, but you can 
4775 <A HREF="h_config_newsrc_path">specify a different location</A>
4776 via Alpine's Setup/Config screen.
4779 Other configuration features related to news are
4780 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
4781 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
4782 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
4783 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
4784 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
4785 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
4786 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
4787 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
4790 &lt;End of help on this topic&gt;
4791 </BODY>
4792 </HTML>
4793 ===== h_reading_news ======
4794 <HTML>
4795 <HEAD>
4796 <TITLE>READING NEWS</TITLE>
4797 </HEAD>
4798 <BODY>
4799 <H1>READING NEWS</H1>
4801 Alpine uses almost the same commands for manipulating news folders as for
4802 mail folders.  This means, for example, that when you are done with a
4803 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
4804 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
4805 most newsreaders, wherein a message is implicitly dismissed after you have
4806 looked at it once. We strongly believe that Alpine should offer as much
4807 consistency as possible between mail and news, so the mail paradigm --
4808 wherein a message does not magically disappear without explicit action by
4809 the user -- is used for news as well. <P>
4811 If you answer a message in a news folder, the index view will show the
4812 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
4813 keep track of what news as been read has no way of storing this flag, so
4814 it will not be preserved across sessions.  The Deleted flag is the only
4815 one that is preserved when you leave and then return to a newsgroup.  As an
4816 additional note on replies, when you Reply to a newsgroup message and say
4817 you want to reply to all recipients, Alpine will ask if you want to post the
4818 message to all the newsgroups listed in the original message. <P>
4820 If you would like Alpine to mark more-or-less recent news messages as
4821 &quot;New&quot;, then set the
4822 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
4823 feature (which is set by default).  This will cause messages after the last one you have marked as
4824 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
4825 &quot;N&quot; status often makes it easier to distinguish later news
4826 articles from those you've previously seen, but not yet disposed of via
4827 the &quot;D&quot; key.  Note that this is an approximation, not an exact
4828 record of which messages you have not seen.
4831 A frequent operation in news-reading is &quot;catching up&quot; -- that
4832 is, getting rid of all the messages in the newsgroup so that you can
4833 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
4834 Select command.  You would enter the following four keystrokes:
4835 <tt>;aad</tt> to select all messaged, and then apply the delete (or
4836 dismiss) command to all of them.
4839 There are also additional details on 
4840 <A HREF="h_configuring_news">configuring news</a>.
4843 &lt;End of help on this topic&gt;
4844 </BODY>
4845 </HTML>
4846 ====== h_help_index ======
4847 <HTML>
4848 <HEAD>
4849 <TITLE>Help Index</TITLE>
4850 </HEAD>
4851 <BODY>
4852 <H1>Help Index</H1>
4853 <ul>
4854 <li><a href="h_mainhelp_abooks">Address Books</a></li>
4855 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
4856 <li><a href="h_main_addrbook">Address Book Command</a>
4857 <li><a href="h_abook_view">Address Book View Explained</a>
4858 <li><a href="h_compose_addrcomplete">Address Completion</a>
4859 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
4860 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
4861 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
4862 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
4863 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
4864 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
4865 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
4866 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
4867 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
4868 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
4869 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
4870 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
4871 <li><a href="h_mainhelp_config">Alpine Configuration</a>
4872 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
4873 <li><a href="h_news_legal">Alpine Legal Notices</a>
4874 <li><a href="h_compose_alted">Alt Editor Command</a>
4875 <li><a href="h_index_cmd_apply">Apply Command</a>
4876 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
4877 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
4878 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
4879 <li><a href="h_composer_browse">BROWSER</a>
4880 <li><a href="h_common_bounce">Bounce Command</a>
4881 <li><a href="h_compose_cancel">Cancel Command</a>
4882 <li><a href="h_config_change_your_from">Changing your From Address</a>
4883 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
4884 <li><a href="h_mainhelp_color">Color</a>
4885 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
4886 <li><a href="h_composer">COMPOSER COMMANDS</a>
4887 <li><a href="h_mainhelp_composing">Composing Messages</a>
4888 <li><a href="h_mainhelp_collections">Collection Lists</a>
4889 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
4890 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
4891 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
4892 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
4893 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
4894 <li><a href="h_common_compose">Compose Command</a>
4895 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
4896 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
4897 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
4898 <li><a href="h_mainhelp_config">Configuration</a>
4899 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
4900 <li><a href="h_config_dflt_color">Default Color</a>
4901 <li><a href="h_common_delete">Delete and Undelete Commands</a>
4902 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
4903 <li><a href="h_special_list_commands">Email List Commands Explained</a>
4904 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
4905 <li><a href="h_folder_open">Explanation of Folder Selection</a>
4906 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
4907 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
4908 <li><a href="h_ge_export">Export File Selection</a>
4909 <li><a href="h_ge_allparts">Export Message File Selection</a>
4910 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
4911 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
4912 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
4913 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
4914 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
4915 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
4916 <li><a href="h_config_alt_reply_menu">FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></a>
4917 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
4918 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
4919 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
4920 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
4921 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
4922 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
4923 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
4924 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
4925 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
4926 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
4927 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
4928 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
4929 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
4930 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
4931 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
4932 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
4933 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
4934 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
4935 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
4936 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
4937 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
4938 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
4939 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
4940 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
4941 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
4942 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
4943 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
4944 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
4945 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
4946 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
4947 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
4948 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
4949 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
4950 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
4951 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
4952 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
4953 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
4954 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
4955 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
4956 <li><a href="h_config_delete_before_writing">FEATURE: <!--#echo var="FEAT_enable-delete-before-writing"--></a>
4957 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
4958 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
4959 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
4960 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
4961 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
4962 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
4963 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
4964 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
4965 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
4966 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
4967 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
4968 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
4969 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
4970 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
4971 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
4972 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
4973 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
4974 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
4975 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
4976 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
4977 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
4978 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
4979 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
4980 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
4981 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
4982 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
4983 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
4984 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
4985 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
4986 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
4987 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
4988 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
4989 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
4990 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
4991 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
4992 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
4993 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
4994 <li><a href="h_external_loads_inline_images_only">FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>
4995 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
4996 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
4997 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
4998 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
4999 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
5000 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
5001 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
5002 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
5003 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
5004 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
5005 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
5006 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
5007 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
5008 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
5009 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
5010 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
5011 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
5012 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
5013 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
5014 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
5015 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
5016 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
5017 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
5018 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
5019 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
5020 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
5021 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
5022 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
5023 <li><a href="h_config_ignore_size">FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></a>
5024 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
5025 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
5026 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
5027 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
5028 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
5029 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
5030 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
5031 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
5032 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
5033 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
5034 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
5035 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
5036 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
5037 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
5038 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
5039 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
5040 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
5041 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
5042 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
5043 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
5044 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
5045 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
5046 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
5047 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
5048 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
5049 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
5050 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
5051 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
5052 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
5053 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
5054 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
5055 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
5056 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
5057 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
5058 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
5059 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
5060 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
5061 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
5062 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
5063 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
5064 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
5065 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
5066 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
5067 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
5068 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
5069 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
5070 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
5071 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
5072 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
5073 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
5074 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
5075 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
5076 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
5077 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
5078 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
5079 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
5080 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
5081 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
5082 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
5083 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
5084 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
5085 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
5086 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
5087 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
5088 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
5089 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
5090 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
5091 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
5092 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
5093 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
5094 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
5095 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
5096 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
5097 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
5098 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
5099 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
5100 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
5101 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
5102 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
5103 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
5104 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
5105 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
5106 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
5107 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
5108 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
5109 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
5110 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
5111 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
5112 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
5113 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
5114 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
5115 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
5116 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
5117 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
5118 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
5119 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
5120 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
5121 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
5122 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
5123 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
5124 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
5125 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
5126 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
5127 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
5128 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
5129 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
5130 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
5131 <li><a href="h_mainhelp_filtering">Filtering</a>
5132 <li><a href="h_finding_help">Finding more information and requesting help</a>
5133 <li><a href="h_common_flag">Flag Command</a>
5134 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
5135 <li><a href="h_mainhelp_folders">Folders</a>
5136 <li><a href="h_what_are_collections">Folder Collections Explained</a>
5137 <li><a href="h_common_folders">Folder List Command</a>
5138 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
5139 <li><a href="h_folder_save">Folder Select for Save Explained</a>
5140 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
5141 <li><a href="h_config_change_your_from">From Address, Changing</a>
5142 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
5143 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
5144 <li><a href="h_common_goto">Goto Command</a>
5145 <li><a href="h_common_hdrmode">HdrMode Command</a>
5146 <li><a href="h_mainhelp_pinehelp">Help</a>
5147 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
5148 <li><a href="h_folder_maint">Help for Folder List</a>
5149 <li><a href="h_valid_folder_names">IMAP</a>
5150 <li><a href="h_ge_import">Import File Selection</a>
5151 <li><a href="h_mainhelp_index">Index of Messages</a>
5152 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
5153 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
5154 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
5155 <li><a href="h_info_on_mbox">Information on mbox driver</a>
5156 <li><a href="h_mainhelp_intro">Introduction</a>
5157 <li><a href="h_main_journal">Journal Command</a>
5158 <li><a href="h_common_jump">Jump Command</a>
5159 <li><a href="h_compose_justify">Justify Command</a>
5160 <li><a href="h_main_kblock">Keyboard Lock Command</a>
5161 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
5162 <li><a href="h_mainhelp_ldap">LDAP</a>
5163 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
5164 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
5165 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
5166 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
5167 <li><a href="h_config_ldap_opts_ldaps">LDAP FEATURE: Require-LDAPS-On-Connection</a>
5168 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
5169 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
5170 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
5171 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
5172 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
5173 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
5174 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
5175 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
5176 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
5177 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
5178 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
5179 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
5180 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
5181 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
5182 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
5183 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
5184 <li><a href="h_ldap_view">LDAP Response View Explained</a>
5185 <li><a href="h_maildrop">Mail Drop: What is it?</a>
5186 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
5187 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
5188 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
5189 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
5190 <li><a href="h_common_index">Message Index Command</a>
5191 <li><a href="h_mainhelp_mouse">Mouse</a>
5192 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
5193 <li><a href="new_user_greeting">NEW USER GREETING</a>
5194 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
5195 <li><a href="h_mainhelp_readingnews">News Reading</a>
5196 <li><a href="h_folder_subscribe">Newsgroup Subscribe Screen explained</a>
5197 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
5198 <li><a href="h_common_nextnew">NextNew Command</a>
5199 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
5200 <li><a href="h_mainhelp_readingnews">NNTP</a>
5201 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
5202 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
5203 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
5204 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
5205 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
5206 <li><a href="h_config_color_style">OPTION: Color Style</a>
5207 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
5208 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
5209 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
5210 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
5211 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
5212 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
5213 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
5214 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
5215 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
5216 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
5217 <li><a href="h_config_encryption_range">OPTION: <!--#echo var="VAR_encryption-protocol-range"--></a>
5218 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
5219 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
5220 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
5221 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
5222 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
5223 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
5224 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
5225 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
5226 <li><a href="h_config_file_dir">OPTION: File Directory</a>
5227 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
5228 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
5229 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
5230 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
5231 <li><a href="h_config_font_name">OPTION: Font Name</a>
5232 <li><a href="h_config_font_size">OPTION: Font Size</a>
5233 <li><a href="h_config_font_style">OPTION: Font Style</a>
5234 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
5235 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
5236 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
5237 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
5238 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
5239 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
5240 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
5241 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
5242 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
5243 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
5244 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
5245 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
5246 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
5247 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
5248 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
5249 <li><a href="h_config_index_color">OPTION: Index Colors</a>
5250 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
5251 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
5252 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
5253 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
5254 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
5255 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
5256 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
5257 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
5258 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
5259 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
5260 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
5261 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
5262 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
5263 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
5264 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
5265 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
5266 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
5267 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
5268 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
5269 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
5270 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
5271 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
5272 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
5273 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
5274 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
5275 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
5276 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
5277 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
5278 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
5279 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
5280 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
5281 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
5282 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
5283 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
5284 <li><a href="h_config_pat_old">OPTION: Patterns</a>
5285 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
5286 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
5287 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
5288 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
5289 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
5290 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
5291 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
5292 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
5293 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
5294 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
5295 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
5296 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
5297 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
5298 <li><a href="h_config_printer">OPTION: Printer</a>
5299 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
5300 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
5301 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
5302 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
5303 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
5304 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
5305 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
5306 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
5307 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
5308 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
5309 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
5310 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
5311 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
5312 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
5313 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
5314 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
5315 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
5316 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
5317 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
5318 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
5319 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
5320 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
5321 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
5322 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
5323 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
5324 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
5325 <li><a href="h_config_aspell_dictionary">OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></a>
5326 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
5327 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
5328 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
5329 <li><a href="h_config_status_color">OPTION: Status Color</a>
5330 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
5331 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
5332 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
5333 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
5334 <li><a href="h_config_quit_query_timeo">OPTION: <!--#echo var="VAR_close-connection-timeout"--></a>
5335 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
5336 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
5337 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
5338 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
5339 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
5340 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
5341 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
5342 <li><a href="h_config_title_color">OPTION: Title Color</a>
5343 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
5344 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
5345 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
5346 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
5347 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
5348 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
5349 <li><a href="h_config_history">OPTION: <!--#echo var="VAR_default-directories"--></a>
5350 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
5351 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
5352 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
5353 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
5354 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
5355 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
5356 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
5357 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
5358 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
5359 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
5360 <li><a href="h_config_window_position">OPTION: Window-Position</a>
5361 <li><a href="h_mainhelp_patterns">Patterns</a>
5362 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
5363 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
5364 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
5365 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
5366 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
5367 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
5368 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
5369 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
5370 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
5371 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
5372 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
5373 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
5374 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
5375 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
5376 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
5377 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
5378 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
5379 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
5380 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
5381 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
5382 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
5383 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
5384 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
5385 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
5386 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
5387 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
5388 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
5389 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
5390 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
5391 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
5392 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
5393 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
5394 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
5395 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
5396 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
5397 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
5398 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
5399 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
5400 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
5401 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
5402 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
5403 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
5404 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
5405 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
5406 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
5407 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
5408 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
5409 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
5410 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
5411 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
5412 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
5413 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
5414 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
5415 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
5416 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
5417 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
5418 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
5419 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
5420 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
5421 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
5422 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
5423 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
5424 <li><a href="h_common_pipe">Pipe Command</a>
5425 <li><a href="h_valid_folder_names">POP</a>
5426 <li><a href="h_common_postpone">Postpone Command</a>
5427 <li><a href="h_common_print">Print Command</a>
5428 <li><a href="h_mainhelp_readingnews">Reading News</a>
5429 <li><a href="h_news">RELEASE NOTES for Alpine</a>
5430 <li><a href="h_mainhelp_roles">Roles</a>
5431 <li><a href="h_role_select">ROLES SCREEN</a>
5432 <li><a href="h_compose_readfile">Read File Command</a>
5433 <li><a href="h_mainhelp_reading">Reading Messages</a>
5434 <li><a href="h_main_release_notes">Release Notes Command</a>
5435 <li><a href="h_common_reply">Reply and Forward Commands</a>
5436 <li><a href="h_compose_richhdr">Rich Header Command</a>
5437 <li><a href="h_common_role">Role Command</a>
5438 <li><a href="h_mainhelp_smime">S/MIME</a>
5439 <li><a href="h_index_cmd_select">Searching for Messages</a>
5440 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
5441 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
5442 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
5443 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
5444 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
5445 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
5446 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
5447 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
5448 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
5449 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
5450 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
5451 <li><a href="h_common_save">Save and Export Commands</a>
5452 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
5453 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
5454 <li><a href="h_compose_send">Send Command</a>
5455 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
5456 <li><a href="h_main_setup">Setup Command</a>
5457 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
5458 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
5459 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
5460 <li><a href="h_mainhelp_smime">S/MIME</a>
5461 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
5462 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
5463 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
5464 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
5465 <li><a href="h_config_smime_use_cert_store">S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></a>
5466 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
5467 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
5468 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
5469 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
5470 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
5471 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
5472 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
5473 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
5474 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
5475 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
5476 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
5477 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
5478 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
5479 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
5480 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
5481 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
5482 <li><a href="h_index_cmd_sort">Sort Command</a>
5483 <li><a href="h_compose_spell">Spell Check Command</a>
5484 <li><a href="h_common_suspend">Suspend Command</a>
5485 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
5486 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
5487 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
5488 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
5489 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
5490 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
5491 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
5492 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
5493 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
5494 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
5495 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
5496 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
5497 <li><a href="h_common_take">TakeAddr Command</a>
5498 <li><a href="h_mainhelp_status">Titlebar Line</a>
5499 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
5500 <li><a href="h_config_usenone_color">Use None Color</a>
5501 <li><a href="h_config_usenormal_color">Use Normal Color</a>
5502 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
5503 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
5504 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
5505 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
5506 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
5507 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
5508 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
5509 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
5510 </UL>
5513 &lt;End of Help Index&gt;
5514 </BODY>
5515 </HTML>
5518 ============== h_config_remote_config =============
5519 <HTML>
5520 <HEAD>
5521 <TITLE>Remote Configuration</TITLE>
5522 </HEAD>
5523 <BODY>
5524 <H1>Remote Configuration</H1>
5526 You may use the command line argument &quot;-p pinerc&quot; to tell
5527 Alpine to use a non-default configuration file.
5528 There are two types of storage for configuration information.
5529 <EM>Local</EM> configuration files are used by default.
5530 These are just regular files on the UNIX system or on the PC.
5531 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
5532 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
5533 <EM>Remote</EM> configuration folders are stored on an IMAP server.
5534 The advantage of using a remote configuration is that the same information
5535 may be accessed from multiple platforms.
5536 For example, if you use one computer at work and another at home, the same
5537 configuration could be used from both places.
5538 A configuration change from one place would be seen in both places.
5539 To use a remote configuration you simply give a
5540 <A HREF="h_valid_folder_names">remote folder name</A>
5541 as the argument to the &quot;-p&quot; command line option.
5542 The command line might look something like:
5544 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
5546 If there are special characters in the command shell you use, you may need to
5547 quote the last argument (to protect the curly braces from the shell).
5548 The command might look like:
5550 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
5552 You should choose a folder name for a folder that does not yet exist.
5553 It will be created containing an empty configuration.
5554 Do not use a folder that you wish to store regular mail messages in.
5556 The Setup/RemoteConfigSetup command will help you convert from a local
5557 configuration to a remote configuration.
5558 It will create a remote configuration for you and copy your current local
5559 configuration to it.
5560 It will also help you convert local address books into remote address books
5561 and local signature files into literal signatures contained in the
5562 remote configuration file.
5564 If the Setup/RemoteConfigSetup command doesn't do what you want, you
5565 may copy a local pinerc file to a remote configuration folder by hand
5566 by using the command line option &quot;-copy_pinerc&quot;.
5568 Another command line option, which is somewhat related to remote
5569 configuration, is the option &quot;-x exceptions_config&quot;.
5570 The configuration settings in the exceptions configuration override
5571 your default settings.
5572 It may be useful to store the default configuration (the -p argument) remotely
5573 and to have the exceptions configuration stored in a local file.
5574 You might put generic configuration information in the remote configuration
5575 and platform-specific configuration on each platform in the exceptions
5576 configuration.
5577 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
5578 can be either remote folders or local files.
5580 There is another command line argument that works only with PC-Alpine and
5581 which may prove useful when using a remote configuration.
5582 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
5583 to store your local auxiliary files.
5584 This only has an effect if your configuration file is remote.
5585 Some examples of auxiliary files are debug files, address book files, and
5586 signature files.
5588 &lt;End of help on this topic&gt;
5589 </BODY>
5590 </HTML>
5591 ============== h_config_exceptions =============
5592 <HTML>
5593 <HEAD>
5594 <TITLE>Generic and Exceptional Configuration</TITLE>
5595 </HEAD>
5596 <BODY>
5597 <H1>Generic and Exceptional Configuration</H1>
5599 If you use Alpine from more than one platform it may be convenient
5600 to split your configuration information into two pieces, a generic piece
5601 and exceptions that apply to a particular platform.
5602 For example, suppose you use Alpine from home and from work.
5603 Most of your configuration settings are probably the
5604 same in both locations, so those settings belong in the generic settings
5605 configuration.
5606 However, you may use a different SMTP server and INBOX
5607 from home than you do from work.
5609 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
5611 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
5612 options could be
5613 part of your exceptional configuration so that they could be different in the
5614 two places.
5616 The command line option &quot;-x exceptions_config&quot;
5617 may be used to split your configuration into generic and exceptional pieces.
5618 &quot;Exceptions_config&quot; may be either local or remote.
5619 The regular Alpine configuration file will contain the generic data, and
5620 &quot;exceptions_config&quot; will contain the exceptional data.
5622 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
5623 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
5624 in the same local directory that the regular config file is located in (usually
5625 the Unix home directory).
5626 If the regular config file is remote (because the command line option
5627 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
5628 directory for &quot;<CODE>.pinercex</CODE>&quot;.
5629 If the file does not already exist then no exceptions will be used.
5630 You can force exceptions to be used by using the &quot;-x&quot; option or
5631 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
5633 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
5634 PC-Alpine will use the value of the
5635 environment variable <CODE>$PINERCEX</CODE>.
5636 If that is not set, PC-Alpine will look for
5637 the local file &quot;<CODE>PINERCEX</CODE>&quot;
5638 in the same local directory that the regular config file is located in.
5639 If the regular config file is remote (because the command line option
5640 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
5641 local directory specified by the &quot;-aux local_directory&quot; command
5642 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
5643 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
5645 When you have an exception configuration there is a new command
5646 in the Alpine Setup screen, Setup/eXceptions.
5647 It toggles between exceptions and the regular configuration.
5648 This is the usual way to make changes in your exceptional configuration data.
5649 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
5650 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
5651 for Config or &quot;K&quot; for Kolor.
5653 For most people, splitting the configuration information into two pieces is
5654 going to be most useful if the generic information is accessed
5655 <A HREF="h_config_remote_config">remotely</A>).
5656 That data will be the same no matter where you access it from and if you
5657 change it that change will show up everywhere.
5658 The exceptional data will most commonly be in a local file, so that the
5659 contents may easily be different on each computing platform used.
5661 If you already have a local configuration file with settings you like
5662 you may find that the command Setup/RemoteConfigSetup is useful
5663 in helping you convert to a remote configuration.
5664 The command line flag &quot;-copy_pinerc&quot;
5665 may also be useful.
5667 &lt;End of help on this topic&gt;
5668 </BODY>
5669 </HTML>
5670 ============== h_config_inheritance =============
5671 <HTML>
5672 <HEAD>
5673 <TITLE>Configuration Inheritance</TITLE>
5674 </HEAD>
5675 <BODY>
5676 <H1>Configuration Inheritance</H1>
5678 Configuration inheritance is a power user feature.
5679 It is confusing and not completely supported by the configuration
5680 user interface.
5681 We start with an explanation of how configuration works in hopes of making
5682 it easier to describe how inheritance works.
5684 Alpine uses a hierarchy of configuration values from different locations.
5685 There are five ways in which each configuration option (configuration
5686 variable) can be set.
5687 In increasing order of precedence they are:
5689 <OL>
5690 <LI> the system-wide configuration file.
5692 <LI> the personal configuration file
5694 <LI> the personal exceptions file
5696 <LI> a command line argument
5698 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
5699 </OL>
5701 The fixed configuration file is normally
5702 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
5704 The system-wide configuration file is normally
5705 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
5706 set for PC-Alpine.
5707 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
5708 is used for the system-wide configuration.
5709 This location can be set or changed on the command line with the -P flag.
5710 The system-wide configuration file can be either a local file or a
5711 remote configuration folder.
5713 For Unix Alpine, the personal configuration file is normally the file
5714 <CODE>.pinerc</CODE> in the user's home directory.
5715 This can be changed with the -p command line flag.
5716 For PC-Alpine, the personal configuration file is in
5717 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
5718 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
5719 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
5720 This can be changed with the -p command line flag.
5721 If -p is used, the configuration data may be in a local file or a remote config
5722 folder.
5724 For Unix Alpine, the personal exceptions configuration file is named
5725 <CODE>.pinercex</CODE> and is in the same directory as the personal
5726 configuration file, if that configuration file is not remote, and is in
5727 the home directory if the personal configuration file is remote.
5728 If the file exists, then exceptions are turned on.
5729 If it doesn't, then you are not using exceptions.
5730 Alternatively, you may change the location of the exceptions configuration
5731 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
5732 Like the personal configuration data, exceptions_config may be
5733 either local or remote.
5735 For PC-Alpine, the personal exceptions configuration file is named
5736 <CODE>PINERCEX</CODE> and is in the same directory as the personal
5737 configuration file unless the personal configuration file is remote.
5738 In that case, it is in the local directory specified by the
5739 &quot;-aux local_directory&quot; command line argument.
5740 (In the case that the personal configuration is remote and there is no
5741 &quot;-aux&quot; command line argument, Alpine searches for
5742 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
5743 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
5744 If the file exists, then exceptions are turned on.
5745 If it doesn't, then you are not using exceptions.
5746 You may change the location of the exceptions configuration
5747 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
5748 or with the
5749 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
5750 option).
5752 To reiterate, the value of a configuration option is taken from the
5753 last location in the list above in which it is set.
5754 Or, thinking about it slightly differently, a default value for an option
5755 is established in the system-wide configuration file (or internally by Alpine
5756 if there is no value in the system-wide file).
5757 That default remains in effect until and unless it is overridden by a value in a
5758 location further down the list, in which case a new &quot;default&quot;
5759 value is established.
5760 As we continue down the list of locations we either retain the
5761 value at each step or establish a new value.
5762 The value that is still set after going through the whole list of
5763 configuration locations is the one that is used.
5765 So, for example, if an option is set in the system-wide configuration
5766 file and in the personal configuration file, but is not set in the
5767 exceptions, on the command line, or in the fixed file; then the value
5768 from the personal configuration file is the one that is used.
5769 Or, if it is set in the system-wide config, in the personal config, not
5770 in the exceptions, but is set on the command line; then the value
5771 on the command line is used.
5773 Finally we get to inheritance.
5774 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
5775 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
5776 the inheritance mechanism makes it possible to <EM>combine</EM>
5777 the values from different locations instead of <EM>replacing</EM> the value.
5778 This is true of all configuration lists other than the &quot;Feature-List&quot;,
5779 for which you may already set whatever you want at
5780 any configuration location (by using the &quot;no-&quot; prefix if
5781 necessary).
5783 To use inheritance, set the first item in a configuration list to the
5784 token &quot;INHERIT&quot;, without the quotes.
5785 If the first item is &quot;INHERIT&quot;,
5786 then instead of replacing the default value established so far, the rest of
5787 the list is appended to the default value established so far and that is
5788 the new value.
5790 Here is an example which may make it clearer. Suppose we have:
5792 <PRE>
5793  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5794  Personal config    :   smtp-server = INHERIT, mysmtp.home
5795  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
5796  Command line       :   smtp-server = &lt;No Value Set&gt;
5797  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5798 </PRE>
5801 This would result in an effective smtp-server option of
5803 <PRE>
5804  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
5805 </PRE>
5807 The &quot;INHERIT&quot; token can be used in any of the configuration files
5808 and the effect cascades.
5809 For example, if we change the above example to:
5811 <PRE>
5812  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5813  Personal config    :   smtp-server = INHERIT, mysmtp.home
5814  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
5815  Command line       :   smtp-server = &lt;No Value Set&gt;
5816  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5817 </PRE>
5820 This would result in:
5822 <PRE>
5823  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
5824 </PRE>
5826 Unset variables are skipped over (the default value is carried forward) so
5827 that, for example:
5829 <PRE>
5830  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5831  Personal config    :   smtp-server = &lt;No Value Set&gt;
5832  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
5833  Command line       :   smtp-server = &lt;No Value Set&gt;
5834  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5835 </PRE>
5838 produces:
5840 <PRE>
5841  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
5842 </PRE>
5845 If any later configuration location has a value set (for a particular list
5846 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
5847 then that value replaces whatever value has been defined up to that point.
5848 In other words, that cancels out any previous inheritance.
5850 <PRE>
5851  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
5852  Personal config    :   smtp-server = INHERIT, mysmtp.org
5853  Exceptions config  :   smtp-server = yoursmtp.org
5854  Command line       :   smtp-server = &lt;No Value Set&gt;
5855  Fixed config       :   smtp-server = &lt;No Value Set&gt;
5856 </PRE>
5859 results in:
5861 <PRE>
5862  smtp-server = yoursmtp.org
5863 </PRE>
5866 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
5867 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
5868 difficult to insert the value &quot;INHERIT&quot; into the list of values
5869 for the option using the normal Setup tools.
5870 In other words, the color setting screen (for example) does not
5871 provide a way to input the text &quot;INHERIT&quot; as the first
5872 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
5873 The way to do this is to either edit the pinerc file directly and manually
5874 insert it, or turn
5875 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
5876 feature and insert it using the Setup/Config screen.
5878 &lt;End of help on this topic&gt;
5879 </BODY>
5880 </HTML>
5881 ============== h_special_xon_xoff =============
5882 <HTML>
5883 <HEAD>
5884 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
5885 </HEAD>
5886 <BODY>
5887 <H1>XOFF/XON Handling within Alpine</H1>
5889 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
5890 and XON) as normal characters, even though Alpine does not use them.
5891 However, the printer, modem, or communication software you are using may
5892 be configured for &quot;software flow control,&quot; which means that
5893 XON/XOFF must be treated as special characters by the operating system.
5894 If you see messages such as &quot;^S not defined for this screen&quot;,
5895 then your system is probably using software flow control. In this case
5896 you will need to set the
5897 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
5898 feature.
5900 If you <EM>do</EM> set this
5901 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
5902 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
5903 and see if that puts things right.  Printing via the
5904 &quot;attached-to-ansi&quot; or 
5905 &quot;attached-to-wyse&quot;
5906 option will automatically enable software
5907 flow-control handling for the duration of the printing.
5909 &lt;End of help on this topic&gt;
5910 </BODY>
5911 </HTML>
5912 ============= h_special_help_nav =============
5913 <HTML>
5914 <HEAD>
5915 <TITLE>Help Text Navigation Explained</TITLE>
5916 </HEAD>
5917 <BODY>
5918 <H1>Help Text Navigation Explained</H1>
5920 Alpine contains extensive context-sensitive help text.   At any point, 
5921 pressing the &quot;?&quot; key will bring up a page of help text
5922 explaining the options available to you.  You can leave the help
5923 text screen and return to normal Alpine operation by pressing
5925 <!--chtml if pinemode="function_key"-->
5926 F3 function
5927 <!--chtml else-->
5928 &quot;E&quot;
5929 <!--chtml endif-->
5930 key to Exit Help at any time.
5933 Within the help screen you might find a word or phrase displayed in 
5934 inverse text and others displayed in bold typeface.  Such words and
5935 phrases are used to tell you Alpine has more information available on
5936 the topic they describe.
5937 The inverted text is the &quot;selected&quot; topic.  
5938 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
5939 displayed in bold type
5940 is &quot;selected&quot;.
5941 Hit the Return key to display the information Alpine has available on that
5942 topic.  While viewing such additional information, the 
5943 <!--chtml if pinemode="function_key"-->
5944 F3 function
5945 <!--chtml else-->
5946 &quot;P&quot;
5947 <!--chtml endif-->
5948 key will return you to the previous help screen, and the
5949 <!--chtml if pinemode="function_key"-->
5950 F2 function
5951 <!--chtml else-->
5952 &quot;E&quot;
5953 <!--chtml endif-->
5954 key will Exit the Help system altogether.
5957 The "N" command will tell you the internal name of the help text you are 
5958 reading each time, so that you can send this name in the text of a message 
5959 and create a direct link to that internal help using the x-pine-help URL 
5960 scheme. For example, the direct link to this item is 
5961 x-pine-help:h_special_help_nav. If you add this text to a message, then
5962 a person using Pine to read such message would have a direct link to this
5963 help text.
5966 When you are finished reading this help text, you can press the
5967 <!--chtml if pinemode="function_key"-->
5968 F3 function
5969 <!--chtml else-->
5970 &quot;P&quot;
5971 <!--chtml endif-->
5972 key to return to the previously displayed help text.
5975 &lt;End of help on this topic&gt;
5976 </BODY>
5977 </HTML>
5978 ============= h_special_list_commands =============
5979 <HTML>
5980 <HEAD>
5981 <TITLE>Email List Commands Explained</TITLE>
5982 </HEAD>
5983 <BODY>
5984 <H1>Email List Commands Explained</H1>
5986 Electonic mail lists provide a way for like-minded users to join in
5987 discussions on topics of interest.  The email list itself is 
5988 represented by a
5989 single address that participants send messages to when they have
5990 something of interest to share with other members of the list.  The
5991 receiving computer then, either automatically or after review by the
5992 list's owner (or moderator), sends a copy of that message to each
5993 member of the list.
5996 Usually, subscribing and unsubscribing is done by sending requests in
5997 an email message to a special address setup to handle managing list
5998 membership.  Often this is the name of the list followed by
5999 <I>-request</I>.  This address is almost <EM>never</EM> the same as
6000 the address used to send messages to the list.
6003 Unfortunately, email list participation commands are more a matter
6004 of convention than standard, and thus may vary from list to list.
6005 Increasingly, list management software is adding information to
6006 the copy of the postings as they're copied to the list members that
6007 explains how to do the various list management functions.
6010 Alpine will recognize this information and offer the management commands
6011 they represent in a simple display. One or more of the following
6012 operations will be made available:
6014 <DL>
6015 <DT>Help</DT>
6016 <DD>
6017 A method to get help on subscribing, unsubscribing, 
6018 an explanation of what the list is about, or special instructions
6019 for participation.  This may be in the form of a reply in response
6020 to an email message, or instructions on how to connect to a Web site.
6021 </DD>
6023 <DT>Unsubscribe</DT>
6024 <DD>
6025 A method to get your email addressed removed from the list of
6026 recipients of the email list.
6027 </DD>
6029 <DT>Subscribe</DT>
6030 <DD>
6031 A method to get your email address added to the list of recipients
6032 of the email list.  It may be in the form of a message sent to 
6033 a special address or you may be connected to a web site.
6034 <DD>
6035 </DD>
6037 <DT>Post</DT>
6038 <DD>
6039 A method used to post to the email list.  However, it might also 
6040 indicate that no posting is allowed directly to the list.
6041 </DD>
6043 <DT>Owner</DT>
6044 <DD>
6045 A method to contact the list owner for special questions you might
6046 have regarding the list.
6047 </DD>
6049 <DT>Archive</DT>
6050 <DD>
6051 A method to view an archive of previous messages posted to the list.
6052 This may be in the form of a mail folder on a remote computer, an
6053 IMAP mailbox or even a Web site.
6054 </DD>
6055 </DL>
6058 &lt;End of help on this topic&gt;
6059 </BODY>
6060 </HTML>
6061 ============= h_quota_command =============
6062 <HTML>
6063 <HEAD>
6064 <TITLE>Quota Screen Explained</TITLE>
6065 </HEAD>
6066 <BODY>
6067 <H1>Quota Screen Explained</H1>
6069 <P> This screen summarizes the quota report for this mailbox in the
6070 IMAP server. For each resource that you have a quota, this reports summarizes
6071 its use and limit.
6073 <P> Your IMAP server administrator may have set a quota based either on 
6074 the total size of your mailbox (STORAGE), or the number of messages in 
6075 your mailbox (MESSAGES), or some other criteria. This will be reported
6076 to you indicating the type of quota, its total use and its limit.
6078 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
6079 1024 bytes. Each of the characters that you see in this help text is one 
6080 byte, and this help text is about 1 kibibyte in size. Small messages sent 
6081 by Alpine are normally less than 4 kibibytes in size (which includes 
6082 headers and text). Other email programs may send messages with bigger 
6083 sizes when they send messages, since they send plain text and an 
6084 alternative part in HTML.
6086 <P> A convenient way to save space for the STORAGE type of quota is by 
6087 deleting attachments. This is done on each individual message by pressing 
6088 the &quot;V&quot; command while reading the message text, then moving the cursor 
6089 to the position of the attachment that is to be deleted, then pressing
6090 &quot;D&quot; to delete such attachment, going back to reading the 
6091 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
6092 save the message in the same folder you are reading from. The saved 
6093 message will not have the attachment that was marked deleted. Now you
6094 can delete and expunge the message with the unwanted attachment.
6097 &lt;End of help on this topic&gt;
6098 </BODY>
6099 </HTML>
6100 ============= h_mail_thread_index =============
6101 <HTML>
6102 <HEAD>
6103 <TITLE>THREAD INDEX COMMANDS</TITLE>
6104 </HEAD>
6105 <BODY>                 
6106 <H1>THREAD INDEX COMMANDS</H1>
6107 <!--chtml if pinemode="function_key"-->
6108 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>
6109 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
6110 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>
6111 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>
6112 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>
6113 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>
6114 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>
6115 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>
6116 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>
6117 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>
6118 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>
6119 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>
6120 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>
6121 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>
6122 <BR>
6123 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
6124 -----------------------------<BR>
6125 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>
6126 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>
6127 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>
6128 <BR>
6129 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
6130 -----------------------------<BR>
6131 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
6132 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
6133 <BR>
6134 <!--chtml else-->
6135 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>
6136 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
6137 &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>
6138 &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>
6139 &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>
6140 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>
6141 &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>
6142 &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>
6143 &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>
6144 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>
6145 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
6146 <BR>
6147 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
6148 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
6149 &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>
6150 &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>
6151 &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>
6152 &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>
6153 &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>
6154 &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>
6155 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
6156 <!--chtml endif-->
6159 NOTE:
6160 <OL>
6161  <LI>For help on a particular command, highlight the bold text associated
6162 with it above and hit Return.
6163  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
6164 </OL>
6166 <H2>Description of the THREAD INDEX Screen</H2>
6168 The THREAD INDEX displays summary information from each
6169 thread (conversation) in the current folder.
6170 This is useful if you want to quickly
6171 scan new threads, or find a particular thread without having to go
6172 through the text of each message, or to quickly get rid of junk
6173 threads, etc.
6174 The current thread is always highlighted.
6175 Each line of the THREAD INDEX contains the following columns: <P>
6176 <DL>
6177  <DT>STATUS:</DT>
6178  <DD> The markings on the left side of the thread tell you about its
6179 status.  You may see one or more of the following codes on any given
6180 thread:
6181 <UL>
6182   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
6183   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
6184   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
6185   <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.
6186   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
6187         message in the thread was sent to you as a cc:. This symbol will only show up if
6188         the feature
6189         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
6190   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
6191         &quot;select&quot; command.  (Some systems may optionally allow selected
6192         messages to be denoted by the index line being displayed in bold
6193         type instead.)
6194   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
6195       to mark at least one message in this thread as &quot;important&quot;.
6196 </UL></DD><P>
6198  <DT>THREAD NUMBER:</DT>
6199  <DD>Threads in a folder are numbered, from one through the number
6200 of threads in the folder, to help you know where you are in the folder.
6201 </DD><P>
6203  <DT>DATE STARTED:</DT>
6204  <DD>The date the thread was started. This is actually from the Date header
6205 of the first message in the thread. It doesn't take different time zones
6206 into account.</DD><P>
6208  <DT>WHO STARTED THE THREAD:</DT>
6209  <DD>This is usually the name of the sender of the first message in the thread, taken from
6210 the From header of the message.
6211 If there is no personal name given in that
6212 address, then the email address is used instead.
6213 If the message is from you (or from one of your
6214 <A HREF="h_config_alt_addresses">alternate addresses</A>),
6215 then the recipient's name is shown here instead, with the characters
6216 &quot;To: &quot; inserted before the name.
6217 (The idea of this is that if you started the thread you would rather see who
6218 the mail was sent to instead of that the mail was from you.)
6219 In Newsgroups, if you are
6220 the sender and there are no email recipients, the newsgroup name will be
6221 listed after the &quot;To: &quot;.
6222 </DD><P>
6224  <DT>SIZE:</DT>
6225  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
6227  <DT>SUBJECT:</DT>
6228  <DD>As much of the thread's subject line as will fit on the screen.
6229 This is the subject of the first message in the thread.</DD>
6230 </DL>
6232 <P><UL>
6233 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6234 </UL>
6236 &lt;End of help on this topic&gt;
6237 </BODY>
6238 </HTML>
6239 ============= h_mail_index =============
6240 <HTML>
6241 <HEAD>
6242 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
6243 </HEAD>
6244 <BODY>                 
6245 <H1>MESSAGE INDEX COMMANDS</H1>
6246 <!--chtml if pinemode="function_key"-->
6247 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>
6248 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
6249 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>
6250 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>
6251 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>
6252 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>
6253 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>
6254 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>
6255 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>
6256 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>
6257 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>
6258 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>
6259 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>
6260 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>
6261 <BR>
6262 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
6263 -----------------------------<BR>
6264 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>
6265 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>
6266 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>
6267 <BR>
6268 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
6269 -----------------------------<BR>
6270 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
6271 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>
6272 <BR>
6273 <!--chtml else-->
6274 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>
6275 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
6276 &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>
6277 &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>
6278 &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>
6279 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>
6280 &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>
6281 &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>
6282 &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>
6283 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>
6284 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
6285 Miscellaneous&nbsp;Operations<BR>
6286 ------------------------<BR>
6287 &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>
6288 &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>
6289 &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>
6290 &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>
6291 &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>
6292 &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>
6293 &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>
6294 &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>
6295 <!--chtml endif-->
6298 NOTE:
6299 <OL>
6300  <LI>For help on a particular command, highlight the bold text associated
6301 with it above and hit Return.
6302  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
6303 </OL>
6305 <H2>Description of the MESSAGE INDEX Screen</H2>
6307 The MESSAGE INDEX displays summary information from each
6308 message in the current folder.
6309 This is useful if you want to quickly
6310 scan new messages, or find a particular message without having to go
6311 through the text of each message, or to quickly get rid of junk
6312 messages, etc.
6314 The current message is always highlighted
6315 and many commands operate on the current message.
6316 For example, the Delete command will delete the current message.
6317 If the folder is sorted by either Threads or OrderedSubject, then, depending
6318 on some of your configuration settings, a single line in the index may
6319 refer to an entire thread or to a subthread.
6320 If that is the case, then the commands that normally operate on the current
6321 message will operate on the thread or subthread instead.
6322 For example, the Delete command will delete the whole collapsed thread
6323 instead of just a single message.
6325 Each line of the MESSAGE INDEX contains the following columns (by default -- 
6326 you can change this with the 
6327 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
6328 in the SETUP CONFIGURATION screen): <P>
6329 <DL>
6330  <DT>STATUS:</DT>
6331  <DD> The markings on the left side of the message tell you about its
6332 status.  You may see one or more of the following codes on any given
6333 message:
6334 <UL>
6335   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
6336          yet eXpunged the folder.
6337   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
6338   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
6339          to be answered.
6340   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
6341          forward a message.
6342   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
6343         directly to your account, your copy is not part of a cc: or a
6344         mailing list.
6345   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
6346         message was sent to you as a cc:. This symbol will only show up if
6347         the feature
6348         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
6349   <LI> &quot;X&quot; for selected.  You have selected the message by using the
6350         &quot;select&quot; command.  (Some systems may optionally allow selected
6351         messages to be denoted by the index line being displayed in bold
6352         type.)
6353   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
6354       to mark this message as &quot;important&quot;.
6355 </UL></DD><P>
6357  <DT>MESSAGE NUMBER:</DT>
6358  <DD>Messages in a folder are numbered, from one through the number
6359 of messages in the folder, to help you know where you are in the folder.
6360 These numbers are always in increasing order, even if you sort the folder
6361 in a different way.</DD><P>
6363  <DT>DATE SENT:</DT>
6364  <DD>The date the message was sent.  By default, messages are
6365 ordered by arrival time, not by date sent.  Most of the time, arrival time
6366 and date sent (effectively departure time) are similar.  Sometimes,
6367 however, the index will appear to be out of order because a message took a
6368 long time in delivery or because the sender is in a different time
6369 zone than you are. This date is just the date from the Date header
6370 field in the message.</DD><P>
6372  <DT>WHO SENT THE MESSAGE:</DT>
6373  <DD>This is usually the name of the sender of the message, taken from
6374 the From header of the message.
6375 If there is no personal name given in that
6376 address, then the email address is used instead.
6377 If the message is from you (or from one of your
6378 <A HREF="h_config_alt_addresses">alternate addresses</A>),
6379 then the recipient's name is shown here instead, with the characters
6380 &quot;To: &quot; inserted before the name.
6381 (The idea of this is that if you sent the mail you would rather see who
6382 the mail was sent to instead of that the mail was from you.
6383 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
6384 above.
6385 In particular, use the FROM token or the FROMORTONOTNEWS token
6386 in place of the FROMORTO token.)
6387 In Newsgroups, if you are
6388 the sender and there are no email recipients, the newsgroup name will be
6389 listed after the &quot;To: &quot;. </DD><P>
6391  <DT>SIZE:</DT>
6392  <DD>The number in parentheses is the number of characters in the message.
6393 It may have a suffix of K, M, or G which means the number should be
6394 multiplied by one thousand, one million, or one billion to get the
6395 size of the message.</DD><P>
6397  <DT>SUBJECT:</DT>
6398  <DD>As much of the message's subject line as will fit on the screen.</DD>
6399 </DL>
6401 <P><UL>
6402 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6403 </UL>
6405 &lt;End of help on this topic&gt;
6406 </BODY>
6407 </HTML>
6408 ============= h_mail_view ========================
6409 <HTML>
6410 <HEAD>
6411 <TITLE>MESSAGE TEXT SCREEN</TITLE>
6412 </HEAD>
6413 <BODY>
6414 <H1>MESSAGE TEXT SCREEN</H1>
6415 <!--chtml if pinemode="function_key"-->
6416 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>
6417 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
6418 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>
6419 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>
6420 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>
6421 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>
6422 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>
6423 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>
6424 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>
6425 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>
6426 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>
6427 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>
6428 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>
6429 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>
6430 <BR>
6431 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
6432 ------------------------------<BR>
6433 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
6434 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
6435 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
6436 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
6437 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
6438 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
6439 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
6440 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
6441 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
6442 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
6443 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
6444 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
6445 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
6446 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
6447 <!--chtml else-->
6448 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
6449 ---------------------------------<BR>
6450 <BR>
6451 &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>
6452 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>
6453 &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>
6454 &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>
6455 &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>
6456 &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>
6457 &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>
6458 &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>
6459 &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>
6460 <BR>
6461 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
6462 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
6463 &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>
6464 &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>
6465 &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>
6466 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>
6467 <BR>
6468 General&nbsp;Alpine&nbsp;Commands<BR>
6469 ---------------------<BR>
6470 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
6471 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
6472 &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>
6473 &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>
6474 &nbsp;&nbsp;&nbsp;&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>
6475 <!--chtml endif-->
6478 NOTE:
6479 <OL>
6480  <LI>For help on a particular command, highlight the bold text associated
6481 with it above and hit Return.
6482  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
6483 </OL>
6485 <H2>Description of the MESSAGE TEXT Screen</H2>
6487 The top line of the view message screen displays status
6488 information about the currently open collection and folder and about the
6489 current message.  It shows the name of the collection in angle brackets
6490 and then the name of the folder.  The line also displays the number
6491 of messages in the folder, the number of the current message and the
6492 percentage of the current message that has been displayed on the screen.
6493 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
6494 right corner.
6495 If the message has been answered (but not deleted) &quot;ANS&quot; will show
6496 in the corner.
6499 NOTE: to rapidly move to the end of a message, hit the
6500 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6501 (or Ctrl-W) key followed
6502 by Ctrl-V.  Similarly,
6503 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6504 followed by Ctrl-Y will take you to the beginning of
6505 a message.
6507 <H2>Explanation of Alternate Character Sets</H2>
6509 Alpine attempts to stay out of the way so that it won't prevent you from
6510 viewing mail in any character set.  It will simply send the message to
6511 your display device.  If the device is capable of displaying the
6512 message as it was written it will do so.  If not, the display may be
6513 partially or totally incorrect.
6514 If the message contains characters that are not representable in your 
6515 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
6516 variable in your configuration, then a warning message will be printed
6517 to your screen at the beginning of the message display.
6518 It is probably best to use UNIX Alpine in a terminal emulator
6519 capable of displaying UTF-8 characters.
6520 See <A HREF="h_config_char_set">Display Character Set</A> for a little
6521 more information about character set settings.
6523 <P><UL>
6524 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6525 </UL>
6527 &lt;End of help on this topic&gt;
6528 </BODY>
6529 </HTML>
6530 ======= h_index_cmd_select =======
6531 <HTML>
6532 <HEAD>
6533 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
6534 </HEAD>
6535 <BODY>
6536 <H1>Selecting: Select and WhereIs/Select</H1>
6538 Aggregate operations give you the ability to process a group of messages
6539 at once.  Acting on multiple messages requires two steps: (1) selecting a
6540 set of messages and then; (2) applying a command to that set. The first
6541 part is handled by the select command.  Select allows you to
6542 select messages based on their status (read, answered, etc.), contents,
6543 date, size, or keywords.
6544 You may also select based on one of your Rules or based on threads,
6545 and there are quick options to select a specific message or range of messages,
6546 to select the current message, or to select all messages.
6549 We describe the various selection criteria briefly:
6552 <DL>
6553 <DT>select All</DT>
6554 <DD> Marks all the messages in the folder as selected.
6555 </DD>
6557 <DT>select Cur</DT>
6558 <DD> Selects the currently highlighted message or currently highlighted
6559 set of messages if in a threaded view.
6560 </DD>
6562 <DT>select by Number</DT>
6563 <DD> Select by message number. This may be a comma-separated list instead or
6564 a single entry.
6565 Each element in the list may be either a single message number or a range
6566 of numbers with a dash between the lowest and highest member of the range.
6567 Some examples are 7 to select only message number 7; 2-5 to select messages
6568 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
6569 The word &quot;end&quot; or the character &quot;$&quot; may be used as a 
6570 substitute for the highest numbered message in the folder, while the
6571 character &quot;.&quot; represents the message number holding the position
6572 of the cursor in the folder.
6573 If in a separate thread index where the numbers refer to threads instead of
6574 to messages, then you will be selecting all of the messages in the
6575 referenced threads instead of selecting by message number.
6576 </DD>
6578 <DT>select by Date</DT>
6579 <DD> Select by either the date stored in the Date headers of each message,
6580 or by the date when the messages arrived.
6581 This does not adjust for different time zones, but just checks to see what
6582 day the message was sent on.
6583 You may type in a date. If you do, the date should be in the form
6584 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
6585 For example,
6586 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
6588 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
6589 If the date you want is close to the current date, it is probably
6590 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
6591 is displayed, instead of typing in the date yourself.
6592 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
6593 the date of the currently highlighted message. 
6595 There are six possible settings that are selected using the
6596 &quot;^W&nbsp;Toggle When&quot; command.
6597 Three of them select messages based on the Date headers.
6598 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
6599 and &quot;SENT ON&quot;.
6600 SINCE is all messages with the selected date or later.
6601 BEFORE is all messages earlier than the selected date (not including the day
6602 itself).
6603 ON is all messages sent on the selected date.
6604 The other three select messages in the same way but they use the arrival
6605 times of the messages instead of the Date headers included in the messages.
6606 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
6607 and &quot;ARRIVED ON&quot;.
6608 When you save a message from one folder to another the arrival time is
6609 preserved.
6610 </DD>
6612 <DT>select by Text</DT>
6613 <DD> Selects messages based on the message contents.
6614 This allows you to select a set of messages based on whether or not the
6615 message headers or message body contain specified text.
6616 You may look for text in the Subject, the From header,
6617 the To header, or the Cc header.
6618 You may also choose Recipient, which searches for the text in
6619 either the To or the Cc header;
6620 or Participant, which means To or Cc or From.
6621 Besides those specific header searches, you may also search the entire
6622 header and text of the message with &quot;All Text&quot;, or just the
6623 body of the message.
6625 To search for the absence of text, first type the &quot;! Not&quot; command
6626 before typing the specific type of text search.
6627 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
6628 search for all messages that do not contain a particular word in their
6629 Subjects.
6631 If you choose a Subject search, you may use the subject from the current
6632 message by typing the &quot;^X Cur Subject&quot; command.
6633 You may then edit it further if you wish.
6634 For example, you might select the subject of a reply and edit the
6635 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
6636 the original message being replied to.
6637 All of the other header searches allow you to use addresses from the
6638 headers of the current message if you want to.
6639 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
6640 &quot;^W Cur Cc&quot;.
6641 In each case, if there is more than one address, only the first is offered.
6642 </DD>
6644 <DT>select by Status</DT>
6645 <DD> Selects messages based on their status.
6646 You may select all New, Important, Deleted, Answered, Recent, or Unseen
6647 messages.
6648 Or, if you first type the &quot;! Not&quot; command, you get not New,
6649 or not Important, and so on.
6650 If you select Deleted messages, you will get all messages with their
6651 Deleted flag set.
6652 Likewise for Important messages, all messages that you have flagged as
6653 being Important with the
6654 <A HREF="h_common_flag">Flag</A> command.
6655 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
6656 because they try to match what you see on the screen by default.
6657 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
6658 and Unanswered.
6659 If you have looked at the message, or deleted it, or answered it; then it
6660 is not considered &quot;New &quot;.
6661 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
6663 &quot;Answered&quot; is another one that is a little different.
6664 It means that the message has been Answered <EM>and</EM> is not deleted.
6665 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
6666 the opposite of &quot;Answered&quot;!
6667 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
6668 both Unanswered <EM>and</EM> not deleted.
6670 The other two types were added later because the special nature of the
6671 New flag was not what was wanted by all users.
6672 New does match what you see in the index by default, but if you use
6673 the IMAPSTATUS or SHORTIMAPSTATUS token in the
6674 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
6675 be exactly what you want.
6676 &quot;Unseen&quot; simply selects all unseen messages, whether or not
6677 they are deleted or answered, and
6678 &quot;Recent&quot; selects all of the messages that have been added to
6679 the folder since you started this Alpine session.
6680 (That's not technically quite true. If there are multiple mail clients
6681 reading an IMAP mailbox, each message will be marked as Recent in only
6682 one of the client's sessions.)
6683 </DD>
6685 <DT>select by siZe</DT>
6686 <DD> Selects messages based on their size being smaller than or larger
6687 than the size you specify.
6688 The size is the number of bytes.
6689 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
6690 the number.
6691 For example, 7K is the same as 7000.
6692 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
6693 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
6694 Use the &quot;^W&quot; command to toggle back and forth between Smaller
6695 and Larger.
6696 </DD>
6698 <DT>select by Keyword</DT>
6699 <DD> Selects messages that either have or do not have
6700 (using the &quot;!&nbsp;Not&quot; command)
6701 a particular <A HREF="h_config_keywords">Keyword</A> set.
6702 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
6703 command to select one from your list of keywords.
6705 <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.
6706 </DD>
6708 <DT>select by Rule</DT>
6709 <DD> Selects messages that either match or don't match
6710 (using the &quot;!&nbsp;Not&quot; command)
6711 one of the Rules you have defined.
6712 The most likely method of filling in the Rule is to use the
6713 &quot;^T&nbsp;To&nbsp;List&quot;
6714 command to select one of your Rules.
6715 All of the Rules you have defined will be in the list, including
6716 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
6717 They may not all make sense for this purpose, but they are all there for
6718 flexibility.
6719 You might find it useful to define some rules solely for the purpose
6720 of being used by the Select command.
6721 There is a special category for such Rules. They are called Search Rules.
6723 Unfortunately, Alpine does not allow all possible Rules to be defined.
6724 For example, there is no logical OR operation.
6725 OR is accomplished in the Filter Rules or the other types of Rules by
6726 simply defining two rules, one that matches the first part of the OR
6727 and another that matches the second part.
6728 But you can't do that here, since you only have a single Rule to work with.
6729 Likewise, the order of Rules is usually important.
6730 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
6731 a message, then that stops the search for a further match.
6732 This means that you may be confused if you try to use Select by Rule to
6733 check your Filter rules because the order is important when filtering but
6734 is not considered here.
6735 </DD>
6737 <DT>select by tHread</DT>
6738 <DD> Selects all of the messages in the current thread.
6739 </DD>
6740 </DL>
6742 After you have an initial selection, the next and subsequent selection
6743 commands modify the selection.
6744 The select command changes. It first gives
6745 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
6746 &quot;unselect Current&quot;,
6747 &quot;Broaden selection&quot; (implements a logical OR), and
6748 &quot;Narrow selection&quot; (implements a logical AND).
6749 After you choose either Broaden or Narrow, you then choose one of the
6750 selection criteria listed above (by Text or Number or ...).
6751 You may use select as many times as you wish to get the selected set right.
6754 The WhereIs command has a feature (Ctrl-X) to
6755 select all the messages that match the WhereIs search. WhereIs searches
6756 through just the text that appears on the MESSAGE INDEX screen.
6757 This method is often slower than using the select command itself, unless the
6758 line you are looking for is not too far away in the index.
6761 The availability of the aggregate operations commands is determined by the
6762 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
6763 Feature-List option in your Alpine
6764 configuration, which defaults to set.
6765 The features
6766 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
6768 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
6769 affect the behavior of the Select command.
6772 &lt;End of help on this topic&gt;
6773 </BODY>
6774 </HTML>
6775 ======= h_select_rule =======
6776 <HTML>
6777 <HEAD>
6778 <TITLE>Select: Rule</TITLE>
6779 </HEAD>
6780 <BODY>
6781 <H1>Select: Rule</H1>
6783 You are selecting messages that either match or don't match
6784 one of the Rules you have defined.
6785 You may either type the nickname of the Rule at the prompt, or use the
6786 &quot;^T&nbsp;To&nbsp;List&quot;
6787 command to select one of your Rules.
6788 All of the Rules you have defined will be in the list, including
6789 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
6790 They may not all make sense for this purpose, but they are all there for
6791 flexibility.
6792 Rules may be added by using the Setup/Rules screen off of the main Alpine
6793 menu.
6795 Unfortunately, Alpine does not allow all possible Rules to be defined.
6796 For example, there is no logical OR operation.
6797 OR is accomplished in the Filter Rules or the other types of Rules by
6798 simply defining two rules, one that matches the first part of the OR
6799 and another that matches the second part.
6800 But you can't do that here, since you only have a single Rule to work with.
6801 Likewise, the order of Rules is usually important.
6802 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
6803 a message, then that stops the search for a further match.
6804 This means that you may be confused if you try to use Select by Rule to
6805 check your Filter rules because the order is important when filtering but
6806 is not considered here.
6809 &lt;End of help on this topic&gt;
6810 </BODY>
6811 </HTML>
6812 ======= h_select_text =======
6813 <HTML>
6814 <HEAD>
6815 <TITLE>Select: Text</TITLE>
6816 </HEAD>
6817 <BODY>
6818 <H1>Select: Text</H1>
6820 You are selecting messages based on the contents of the message.
6821 This allows you to select a set of messages based on whether or not the
6822 message headers or message body contain specified text.
6823 You may look for text in the Subject, the From header,
6824 the To header, or the Cc header.
6825 You may also choose Recipient, which searches for the text in
6826 either the To or the Cc header;
6827 or Participant, which means either the To header, or the Cc header,
6828 or the From header.
6829 Besides those specific header searches, you may also search the entire
6830 header and text of the message with &quot;All Text&quot;, or just the
6831 body of the message with &quot;Body&quot;.
6833 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
6834 before typing the specific type of text search.
6835 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
6836 search for all messages that do not contain a particular word in their
6837 Subjects.
6839 If you choose a Subject search, you may use the subject from the current
6840 message by typing the &quot;^X Cur Subject&quot; command.
6841 You may then edit it further if you wish.
6842 For example, you might select the subject of a reply and edit the
6843 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
6844 the original message being replied to.
6845 All of the other header searches allow you to use addresses from the
6846 headers of the current message if you want to.
6847 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
6848 &quot;^W Cur Cc&quot;.
6849 In each case, if there is more than one address, only the first is offered.
6852 &lt;End of help on this topic&gt;
6853 </BODY>
6854 </HTML>
6855 ======= h_select_status =======
6856 <HTML>
6857 <HEAD>
6858 <TITLE>Select: Status</TITLE>
6859 </HEAD>
6860 <BODY>
6861 <H1>Select: Status</H1>
6863 You are selecting messages based on the status of the message.
6864 For example, whether or not the message has been marked Deleted or Important,
6865 or whether or not it has been Answered or is New.
6866 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
6867 opposite: not Deleted, not Important, and so on.
6869 If you select Deleted messages, you will get all messages with their
6870 Deleted flag set.
6871 Likewise for Important messages, all messages that you have flagged as
6872 being Important with the
6873 <A HREF="h_common_flag">Flag</A> command.
6874 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
6875 because they try to match what you see on the screen by default.
6876 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
6877 and Unanswered.
6878 If you have looked at the message, or deleted it, or answered it; then it
6879 is not considered &quot;New &quot;.
6880 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
6882 &quot;Answered&quot; is another one that is a little different.
6883 It means that the message has been Answered <EM>and</EM> is not deleted.
6884 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
6885 the opposite of &quot;Answered&quot;!
6886 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
6887 both Unanswered <EM>and</EM> not deleted.
6889 (The New and Answered options may seem counter-intuitive.
6890 The reason it is done this way is
6891 because, by default, a Deleted message will show up with the &quot;D&quot;
6892 symbol in the MAIL INDEX screen even if it is New or Answered.
6893 The Delete symbol overrides the New and Answered symbols, because you
6894 usually don't care about the message anymore once you've deleted it.
6895 Similarly, you usually only care about whether a message is Answered or
6896 not if it is not Deleted.
6897 Once it is Deleted you've put it out of your mind.)
6899 The other two options were added later because the special nature of the
6900 New flag was not what was wanted by all users.
6901 New does match what you see in the index by default, but if you use
6902 the IMAPSTATUS or SHORTIMAPSTATUS token in the
6903 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
6904 be exactly what you expect.
6905 &quot;Unseen&quot; simply selects all unseen messages, whether or not
6906 they are deleted or answered, and
6907 &quot;Recent&quot; selects all of the messages that have been added to
6908 the folder since you started this Alpine session.
6909 (That's not technically quite true. If there are multiple mail clients
6910 reading an IMAP mailbox, each message will be marked as Recent in only
6911 one of the client's sessions.
6912 That behavior can be convenienent for some purposes, like filtering, but
6913 it isn't usually what you expect when selecting.)
6916 &lt;End of help on this topic&gt;
6917 </BODY>
6918 </HTML>
6919 ======= h_index_cmd_apply =======
6920 <HTML>
6921 <HEAD>
6922 <TITLE>Apply Command</TITLE>
6923 </HEAD>
6924 <BODY>
6925 <H1>Apply Command</H1>
6927 Apply
6928 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
6929 is the second step of most aggregate operations.  Apply
6930 becomes active any time there is a defined set of selected messages.  The
6931 following commands can be applied to a selected message set: delete,
6932 undelete, reply, forward,
6933 <!--chtml if pinemode="os_windows"-->
6934 <!--chtml else--> 
6935 pipe,
6936 <!--chtml endif-->
6937 print, take address, save, export, bounce, and flag.
6940 The behavior of some of these commands in an aggregate sense is not easy to
6941 explain.  Try them out to see what they do.
6942 The feature
6943 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
6944 affects the behavior of the Apply command, as does the feature
6945 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
6948 &lt;End of help on this topic&gt;
6949 </BODY>
6950 </HTML>
6951 ======= h_index_cmd_zoom =======
6952 <HTML>
6953 <HEAD>
6954 <TITLE>ZoomMode Command</TITLE>
6955 </HEAD>
6956 <BODY>
6957 <H1>ZoomMode Command</H1>
6959 Another action you might want to take on a set of selected messages is to
6960 zoom in on them.  Like apply, zoom only becomes active when messages have
6961 been selected.
6962 ZoomMode
6963 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
6964 is a toggle command that allows you to
6965 zoom-in (and only see the selected messages) and zoom-out (to see all
6966 messages in the folder).  Neither apply nor zoom removes the markings that
6967 define the selected set; you need to use a select command in order
6968 to do that.
6971 &lt;End of help on this topic&gt;
6972 </BODY>
6973 </HTML>
6974 ======= h_index_collapse_expand =======
6975 <HTML>
6976 <HEAD>
6977 <TITLE>Collapse/Expand Command</TITLE>
6978 </HEAD>
6979 <BODY>
6980 <H1>Collapse/Expand Command</H1>
6982 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
6983 the folder is sorted by either Threads or OrderedSubject, and the
6984 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
6985 is set to something other than &quot;none&quot;.
6986 By default, this command collapses or expands the subthread that starts at
6987 the currently highlighted message, if any.
6988 If the subthread is already collapsed, then this command expands it.
6989 If the subthread is expanded, then this command collapses it.
6990 If there are no more messages below the current message in the
6991 thread tree (that is, there are no replies to the current message) then
6992 this command does nothing.
6995 The behavior of this command is affected by the option
6996 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
6997 Normally, this command Collapses or Expands the subthread that
6998 starts at the currently highlighted message.
6999 If the above option is set, then this command Collapses or Expands the
7000 entire current thread instead of just the subthread.
7001 The current thread is simply the top-level thread that contains the
7002 current message.
7005 &lt;End of help on this topic&gt;
7006 </BODY>
7007 </HTML>
7008 ======= h_index_cmd_sort =======
7009 <HTML>
7010 <HEAD>
7011 <TITLE>Sort Command</TITLE>
7012 </HEAD>
7013 <BODY>
7014 <H1>Sort Command</H1>
7016 In Alpine's generic configuration, messages are presented in the order in
7017 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
7018 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
7019 You can also re-sort the folder on demand with the sort
7020 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
7021 command.
7022 Your sorting options are:
7024 <UL>
7025  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
7026  <LI> <A HREF="h_index_sort_date">D</A>ate
7027  <LI> <A HREF="h_index_sort_subj">S</A>ubject
7028  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
7029  <LI> t<A HREF="h_index_sort_thread">H</A>read
7030  <LI> <A HREF="h_index_sort_from">F</A>rom
7031  <LI> si<A HREF="h_index_sort_size">Z</A>e
7032  <LI> scor<A HREF="h_index_sort_score">E</A>,
7033  <LI> <A HREF="h_index_sort_to">T</A>o
7034  <LI> <A HREF="h_index_sort_cc">C</A>c
7035 </UL>
7038 The Reverse option will toggle the order the index is currently
7039 sorted by, but will not change the relative sort order.
7042 Sorting a folder does not actually rearrange the way the folder is saved,
7043 it just re-arranges how the messages are presented to you.  This means
7044 that Alpine has to do the work of sorting every time you change sort order.
7045 Sometimes, especially with PC-Alpine or with large folders, this could take
7046 a while.
7049 &lt;End of help on this topic&gt;
7050 </BODY>
7051 </HTML>
7052 ======= h_index_sort_default =======
7053 <HTML>
7054 <HEAD>
7055 <TITLE>SORT OPTION: Default</TITLE>
7056 </HEAD>
7057 <BODY>
7058 <H1>SORT OPTION: Default</H1>
7060 The <EM>Default</EM> sort option just means to use the default sort order
7061 set in the
7062 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
7063 option in Setup/Config.
7066 &lt;End of help on this topic&gt;
7067 </BODY>
7068 </HTML>
7069 ======= h_index_sort_arrival =======
7070 <HTML>
7071 <HEAD>
7072 <TITLE>SORT OPTION: Arrival</TITLE>
7073 </HEAD>
7074 <BODY>
7075 <H1>SORT OPTION: Arrival</H1>
7077 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7078 in the order that they exist in the folder.  This is usually the same as the
7079 order in which they arrived.  This option is comparable to not sorting
7080 the messages at all.
7083 &lt;End of help on this topic&gt;
7084 </BODY>
7085 </HTML>
7086 ======= h_index_sort_date =======
7087 <HTML>
7088 <HEAD>
7089 <TITLE>SORT OPTION: Date</TITLE>
7090 </HEAD>
7091 <BODY>
7092 <H1>SORT OPTION: Date</H1>
7094 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7095 according to the date and time they were
7096 sent.
7099 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
7100 identical to sorting by &quot;Arrival&quot;.
7103 &lt;End of help on this topic&gt;
7104 </BODY>
7105 </HTML>
7106 ======= h_index_sort_subj =======
7107 <HTML>
7108 <HEAD>
7109 <TITLE>SORT OPTION: Subject</TITLE>
7110 </HEAD>
7111 <BODY>
7112 <H1>SORT OPTION: Subject</H1>
7114 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7115 by subject. 
7118 Messages with the same subject are
7119 first grouped together, and then the groups of like-subject messages
7120 are arranged alphabetically.
7123 Alpine ignores leading &quot;Re:&quot; and
7124 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
7125 likeness and alphabetical order of subject lines.
7128 &lt;End of help on this topic&gt;
7129 </BODY>
7130 </HTML>
7131 ======= h_index_sort_ordsubj =======
7132 <HTML>
7133 <HEAD>
7134 <TITLE>SORT OPTION: OrderedSubject</TITLE>
7135 </HEAD>
7136 <BODY>
7137 <H1>SORT OPTION: OrderedSubject</H1>
7139 The <EM>OrderedSubject</EM> sort option arranges messages in the
7140 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
7141 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
7144 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
7145 messages by the date of the oldest message in the group.
7148 This sort method provides for pseudo threading of conversations within
7149 a folder.
7150 You may want to try sorting by Thread instead.
7153 &lt;End of help on this topic&gt;
7154 </BODY>
7155 </HTML>
7156 ======= h_index_sort_thread =======
7157 <HTML>
7158 <HEAD>
7159 <TITLE>SORT OPTION: Thread</TITLE>
7160 </HEAD>
7161 <BODY>
7162 <H1>SORT OPTION: Thread</H1>
7164 The <EM>Thread</EM> sort option arranges messages in the
7165 MESSAGE&nbsp;INDEX by grouping all messages that indicate
7166 they are part of a conversation (discussion thread) taking
7167 place within a mailbox or newsgroup.  This indication is
7168 based on information in the message's header -- specifically
7169 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
7172 &lt;End of help on this topic&gt;
7173 </BODY>
7174 </HTML>
7175 ======= h_index_sort_from =======
7176 <HTML>
7177 <HEAD>
7178 <TITLE>SORT OPTION: From</TITLE>
7179 </HEAD>
7180 <BODY>
7181 <H1>SORT OPTION: From</H1>
7183 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7184 by the name of the author of the message.
7187 Messages with the same author are grouped together. Groups of
7188 messages are then put into alphabetical order according to message
7189 author.
7192 &lt;End of help on this topic&gt;
7193 </BODY>
7194 </HTML>
7195 ======= h_index_sort_size =======
7196 <HTML>
7197 <HEAD>
7198 <TITLE>SORT OPTION: Size</TITLE>
7199 </HEAD>
7200 <BODY>
7201 <H1>SORT OPTION: Size</H1>
7203 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7204 by their relative sizes.
7207 &lt;End of help on this topic&gt;
7208 </BODY>
7209 </HTML>
7210 ======= h_index_sort_score =======
7211 <HTML>
7212 <HEAD>
7213 <TITLE>SORT OPTION: Score</TITLE>
7214 </HEAD>
7215 <BODY>
7216 <H1>SORT OPTION: Score</H1>
7218 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
7219 by their scores.
7222 Messages with the same score are sorted in arrival order.
7223 Scores are something you create using the
7224 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
7227 &lt;End of help on this topic&gt;
7228 </BODY>
7229 </HTML>
7230 ======= h_index_sort_to =======
7231 <HTML>
7232 <HEAD>
7233 <TITLE>SORT OPTION: To</TITLE>
7234 </HEAD>
7235 <BODY>
7236 <H1>SORT OPTION: To</H1>
7238 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
7239 by the names of the recipients of the message.
7242 Messages with the same recipients are grouped together. Groups of
7243 messages are then put into alphabetical order according to message
7244 recipients.
7247 &lt;End of help on this topic&gt;
7248 </BODY>
7249 </HTML>
7250 ======= h_index_sort_cc =======
7251 <HTML>
7252 <HEAD>
7253 <TITLE>SORT OPTION: Cc</TITLE>
7254 </HEAD>
7255 <BODY>
7256 <H1>SORT OPTION: Cc</H1>
7258 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
7259 the names of the carbon copy addresses of the message.
7262 &lt;End of help on this topic&gt;
7263 </BODY>
7264 </HTML>
7265 ======= h_index_cmd_whereis =======
7266 <HTML>
7267 <HEAD>
7268 <TITLE>WhereIs Command</TITLE>
7269 </HEAD>
7270 <BODY>
7271 <H1>WhereIs Command</H1>
7273 The WhereIs
7274 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
7275 command lets you search the MESSAGE INDEX for a word.
7276 It scans through whatever you see, usually the name of the author
7277 and the Subject line.
7278 WhereIs has special subcommands to let you find the beginning of the
7279 index (Ctrl-Y -- first message)
7280 or the end of the index (Ctrl-V -- last message).
7282 Note that WhereIs only searches through the visible text on the screen.
7283 For example, if only part of the Subject of a message is shown because it
7284 is long, then only the visible portion of the Subject is searched.
7285 Also note that WhereIs does not &quot;see&quot; the 
7286 &quot;X&quot; in column one of Index entries for selected messages
7287 so it can't be used to search for
7288 selected messages (use &quot;Zoom&quot; instead).
7290 If the feature
7291 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
7292 is turned on,
7293 WhereIs can also be used as a quick way to select messages that match the
7294 string being searched for.
7295 Instead of typing carriage return to search for the next match, type
7296 Ctrl-X to select all matches.
7297 Once again, this only selects matches that are (or would be if the right
7298 index line was on the screen) visible.
7299 Truncated From lines or Subjects will cause matches to be missed.
7300 Although WhereIs is sometimes convenient for quick matching, the Select
7301 command is usually more powerful and usually faster.
7304 &lt;End of help on this topic&gt;
7305 </BODY>
7306 </HTML>
7307 ======= h_view_cmd_whereis =======
7308 <HTML>
7309 <HEAD>
7310 <TITLE>WhereIs Command</TITLE>
7311 </HEAD>
7312 <BODY>
7313 <H1>WhereIs Command</H1>
7315 The WhereIs
7316 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
7317 command does a &quot;find in current message&quot; operation.  You
7318 type in text and Alpine will try to find it in the message you are
7319 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
7320 or end (Ctrl-V) of the message.
7321 That is, to rapidly move to the end of a message, hit the 
7322 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
7323 (or Ctrl-W) key followed
7324 by Ctrl-V.  Similarly,
7325 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
7326 followed by Ctrl-Y will take you to the beginning of a message.
7329 &lt;End of help on this topic&gt;
7330 </BODY>
7331 </HTML>
7332 ======= h_view_cmd_hilite =======
7333 <HTML>
7334 <HEAD>
7335 <TITLE>View Hilite and Next item/Previous item</TITLE>
7336 </HEAD>
7337 <BODY>
7338 <H1>View Hilite and Next item/Previous item</H1>
7340 Sometimes messages may be in the form of formatted HTML text
7341 or they may contain URLs or Web server hostnames.
7342 When any of the features
7343 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
7344 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
7345 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
7347 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
7348 are enabled, Alpine will represent such selectable items in the text
7349 in bold typeface.  One of the selectable items will be displayed in
7350 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
7351 Press the Return key to view the currently selected item.
7354 The Up and Down Arrows keys can be used to change the selected item
7355 (also see the feature
7356 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
7357 If there are no selectable items in the direction of the arrow you
7358 pressed, Alpine will scroll the display in that direction until one
7359 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
7360 items in the message text, use the Previous and Next item commands,
7361 <!--chtml if pinemode="function_key"-->F5 and F6
7362 <!--chtml else-->^B and ^F<!--chtml endif-->.
7365 &lt;End of help on this topic&gt;
7366 </BODY>
7367 </HTML>
7368 ======= h_view_cmd_viewattch =======
7369 <HTML>
7370 <HEAD>
7371 <TITLE>ViewAttch Command</TITLE>
7372 </HEAD>
7373 <BODY>
7374 <H1>ViewAttch Command</H1>
7377 The View/Save Attachment
7378 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
7379 command allows you to handle MIME attachments to a message you have
7380 received.  Alpine shows you a list of the message attachments -- you just
7381 choose the attachment you want.  You may either view or save the
7382 selected attachment.
7385 Because many attachments require external programs for display, there
7386 is some system configuration that has to happen before you can
7387 actually display attachments.  Hopefully much of that will have been
7388 done already by your system administrator.  MIME configuration is
7389 handled with the &quot;mailcap&quot; configuration file.  (See the section 
7390 on configuration in the
7391 <A HREF="h_news">release notes</A> for more information.)
7394 &lt;End of help on this topic&gt;
7395 </BODY>
7396 </HTML>
7397 ======= h_index_cmd_expunge =======
7398 <HTML>
7399 <HEAD>
7400 <TITLE>Expunge/Exclude Command</TITLE>
7401 </HEAD>
7402 <BODY>
7403 <H1>Expunge/Exclude Command</H1>
7405 Expunge/Exclude
7406 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
7407 is the command Alpine uses to actually remove all messages
7408 marked for deletion.  With regular email files, expunge literally deletes
7409 the text from the current folder.  With newsgroups or shared mailboxes,
7410 you don't have permission to actually remove the message, so it is an
7411 exclude -- Alpine removes the message from your view of the folder even
7412 though it is not technically gone.
7414 <P> A selective expunge command is available in IMAP folders that support 
7415 the UID EXPUNGE extension in <A 
7416 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
7417 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
7418 as a subcommand of the apply command. If some selected messages are marked 
7419 deleted, then the apply command will offer the eXpunge command, which when 
7420 executed will only expunge those messages that are selected and deleted.
7422 <P> 
7423 Observe that the expunge command (when not used from the apply command) 
7424 will expunge/exclude all deleted messages from the folder, and so all 
7425 messages marked deleted will be expunged, regardless of if they are 
7426 selected or not. In other words, there is no protection against 
7427 potentially expunging more messages than only those that have been 
7428 selected and deleted.
7431 The configuration features
7432 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
7434 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
7435 affect the behavior of the Expunge command.
7438 &lt;End of help on this topic&gt;
7439 </BODY>
7440 </HTML>
7441 ======= h_common_compose =======
7442 <HTML>
7443 <HEAD>
7444 <TITLE>Compose Command</TITLE>
7445 </HEAD>
7446 <BODY>
7447 <H1>Compose Command</H1>
7449 The Compose command takes you into the Alpine message composer where you
7450 can start a new message for sending.  This is where you type in the
7451 message's text and specify its recipient list (the &quot;To:&quot;
7452 address), where copies should be directed (e.g., &quot;Fcc&quot;,
7453 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
7454 be attached to the message.
7457 When you type this command, Alpine will also automatically check for any
7458 interrupted (i.e., a message that was being composed when your modem
7459 or network connection was broken) or previously postponed messages and
7460 offer you a chance to continue working on those.
7463 <UL>   
7464 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7465 </UL><P>
7466 &lt;End of help on this topic&gt;
7467 </BODY>
7468 </HTML>
7469 ======= h_common_index =======
7470 <HTML>
7471 <HEAD>
7472 <TITLE>Message Index Command</TITLE>
7473 </HEAD>
7474 <BODY>
7475 <H1>Message Index Command</H1>
7477 The Index command takes you to the MESSAGE INDEX screen that displays a
7478 summary caption for each message in the currently-open folder. One
7479 message will be highlighted; this is the &quot;Current&quot; message.
7480 The message commands available from this screen (e.g. View, Reply,
7481 Forward, Delete, Print, Save, etc) apply to the current message.
7484 &lt;End of help on this topic&gt;
7485 </BODY>
7486 </HTML>
7487 ======= h_common_folders =======
7488 <HTML>
7489 <HEAD>
7490 <TITLE>Folder List Command</TITLE>
7491 </HEAD>
7492 <BODY>
7493 <H1>Folder List Command</H1>
7495 This Folder List command takes you to the FOLDER LIST screen that displays
7496 the names of all your message folders and allows you to view, rename,
7497 delete, and add folders.  You can open (view) a different folder than the
7498 one currently open by highlighting the desired one (using the arrow keys
7499 or their control-key equivalents) and pressing RETURN.
7502 If you have multiple folder collections defined (see the Help text for
7503 the FOLDER LIST screen to learn more about Collections), you may need
7504 to press Return to expand the collection and display all of the
7505 folders in it.
7508 &lt;End of help on this topic&gt;
7509 </BODY>
7510 </HTML>
7511 ======= h_main_addrbook =======
7512 <HTML>
7513 <HEAD>
7514 <TITLE>Address Book Command</TITLE>
7515 </HEAD>
7516 <BODY>
7517 <H1>Address Book Command</H1>
7519 This command, available only from the MAIN MENU, takes you
7520 to the ADDRESS BOOK management screen.  From here, your personal address
7521 book(s) may be updated.
7524 &lt;End of help on this topic&gt;
7525 </BODY>
7526 </HTML>
7527 ======= h_main_setup =======
7528 <HTML>
7529 <HEAD>
7530 <TITLE>Setup Command</TITLE>
7531 </HEAD>
7532 <BODY>
7533 <H1>Setup Command</H1>
7535 The Setup command, available only from the MAIN MENU, prompts you for
7536 one of several configuration screens, including the SETUP CONFIGURATION 
7537 screen, by which you may activate optional Alpine features.
7540 &lt;End of help on this topic&gt;
7541 </BODY>
7542 </HTML>
7543 ======= h_main_release_notes =======
7544 <HTML>
7545 <HEAD>
7546 <TITLE>Release Notes Command</TITLE>
7547 </HEAD>
7548 <BODY>
7549 <H1>Release Notes Command</H1>
7551 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
7552 as well as pointers to further information such as history and legal notes.
7555 &lt;End of help on this topic&gt;
7556 </BODY>
7557 </HTML>
7558 ======= h_main_kblock =======
7559 <HTML>
7560 <HEAD>
7561 <TITLE>Keyboard Lock Command</TITLE>
7562 </HEAD>
7563 <BODY>
7564 <H1>Keyboard Lock Command</H1>
7566 This command allows your Alpine session to be protected
7567 during a temporary absence from your terminal.
7570 &lt;End of help on this topic&gt;
7571 </BODY>
7572 </HTML>
7573 ======= h_main_journal =======
7574 <HTML>
7575 <HEAD>
7576 <TITLE>Journal Command</TITLE>
7577 </HEAD>
7578 <BODY>
7579 <H1>Journal Command</H1>
7581 This command displays a list of all the status messages Alpine has
7582 displayed (on the third line from the bottom of the screen). This may
7583 be useful if a message disappeared before you had a chance to read it.
7586 &lt;End of help on this topic&gt;
7587 </BODY>
7588 </HTML>
7589 ======= h_common_role =======
7590 <HTML>
7591 <HEAD>
7592 <TITLE>Role Command</TITLE>
7593 </HEAD>
7594 <BODY>
7595 <H1>Role Command</H1>
7597 The Role command is similar to the Compose command except that it starts
7598 off by letting you select a <A HREF="h_rules_roles">role</A>
7599 to be used for the composition.
7600 You may set up alternate roles by using Setup/Rules/Roles.
7603 &lt;End of help on this topic&gt;
7604 </BODY>
7605 </HTML>
7606 ======= h_common_conditional_cmds =======
7607 <HTML>
7608 <HEAD>
7609 <TITLE>Conditional Commands</TITLE>
7610 </HEAD>
7611 <BODY>
7612 <H1>Conditional Commands</H1>
7614 The presence or absence of certain commands, particularly in the
7615 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
7616 whether or not specific features are set in your Alpine configuration.  
7617 (You can access the SETUP CONFIGURATION screen, where they are found, from 
7618 Alpine's MAIN MENU.)  To see if a desired command's availability is
7619 conditioned on a feature setting, see the command's help text (highlight
7620 the phrase associated with the command and hit Return).
7623 Also note that some
7624 commands may be administratively disabled by your system manager;
7625 if they don't work, please check with your local help desk.
7628 <UL>   
7629 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7630 </UL><P>
7631 &lt;End of help on this topic&gt;
7632 </BODY>
7633 </HTML>
7634 ======= h_common_pipe =======
7635 <HTML>
7636 <HEAD>
7637 <TITLE>Pipe Command</TITLE>
7638 </HEAD>
7639 <BODY>
7640 <H1>Pipe Command</H1>
7642 Pipe
7643 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
7644 allows you to send a message to a specified Unix command for external
7645 processing.
7646 This command's availability is controlled by the
7647 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
7648 feature.
7649 By default, the processed text of the message is sent to the command
7650 you specify and the output is captured by Alpine and shown to you.
7651 When you run the pipe command, there are some sub-commands which may be
7652 used to alter this behavior.
7653 These sub-commands are described <A HREF="h_pipe_command">here</A>.
7656 &lt;End of help on this topic&gt;
7657 </BODY>
7658 </HTML>
7659 ======= h_common_goto =======
7660 <HTML>
7661 <HEAD>
7662 <TITLE>Goto Command</TITLE>
7663 </HEAD>
7664 <BODY>
7665 <H1>Goto Command</H1>
7667 Goto
7668 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
7669 is the command that lets you bypass Alpine's folder selection screens
7670 and jump directly to a new folder.  You can select any folder in the
7671 world: one in your current collection, one in a different collection or
7672 one in a collection you've never even used before.
7675 Alpine will help you as much as possible to narrow in on the folder you want.
7676 However, if the folder is outside of your defined collections, you are
7677 going to have to enter the exact folder location using the correct
7678 <A HREF="h_valid_folder_names">syntax</A>
7679 for a remote folder and/or fully-qualified path name.
7682 &lt;End of help on this topic&gt;
7683 </BODY>
7684 </HTML>
7685 ======= h_common_nextnew =======
7686 <HTML>
7687 <HEAD>
7688 <TITLE>NextNew Command</TITLE>
7689 </HEAD>
7690 <BODY>
7691 <H1>NextNew Command</H1>
7693 When you press the TAB key, Alpine advances to the next
7694 &quot;interesting&quot; message.
7695 This will be the next message you have not seen before, or the next message
7696 you have flagged Important, whichever comes first.
7697 Unread messages that have been deleted are not considered interesting.
7698 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
7699 articles after you have read them if you want to remove them from future
7700 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
7701 more information.)
7704 The NextNew command is affected by the feature
7705 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
7706 which causes Alpine to only consider Unread messages interesting, not messages
7707 flagged Important.
7710 This command behaves a little differently when it finds there are no more
7711 interesting messages left in the current folder.
7712 If the current folder is one of your Incoming Message Folders
7713 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
7714 or it is a newsgroup, then Alpine will try to find the next folder or
7715 newsgroup that contains <EM>Recent</EM> messages and will ask you
7716 if you want to open that folder.
7717 This behavior may be modified by using the
7718 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
7719 feature that causes Alpine to look for Unseen messages instead of Recent
7720 messages.
7721 The NextNew command's behavior is also affected by the configuration features
7722 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
7724 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
7727 &lt;End of help on this topic&gt;
7728 </BODY>
7729 </HTML>
7730 ======= h_common_jump =======
7731 <HTML>
7732 <HEAD>
7733 <TITLE>Jump Command</TITLE>
7734 </HEAD>
7735 <BODY>
7736 <H1>Jump Command</H1>
7738 This is Alpine's way of allowing you to go straight to a specific message.
7739 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
7740 configured such that typing in any number automatically jumps you to that
7741 message 
7742 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
7743 in the SETUP CONFIGURATION).
7746 &lt;End of help on this topic&gt;
7747 </BODY>
7748 </HTML>
7749 ======= h_common_flag =======
7750 <HTML>
7751 <HEAD>
7752 <TITLE>Flag Command</TITLE>
7753 </HEAD>
7754 <BODY>
7755 <H1>Flag Command</H1>
7757 Flag
7758 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
7759 is the command that allows users to manipulate the status flags that
7760 appear on the left side of the MESSAGE INDEX screen.  The most common
7761 use of this is to mark a message as important. This is something of a
7762 note to yourself to get back to that message.  You may also use the
7763 flag command to set (or unset) the flags that indicate that a message
7764 is new, answered, deleted, or forwarded.<P>
7766 Provided the mail server supports it,
7767 you may also manipulate user-defined keywords
7768 for a message using the flag command.
7769 These keywords will be available if you use the Flag Details screen that you
7770 can get to after typing the
7771 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
7772 command.
7773 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
7774 which are always present.
7775 You may add new keywords by using the Add KW command from the Flag Details screen
7776 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
7778 The availability of the flag command is determined by the
7779 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
7780 feature in your Alpine configuration. Also, it is possible that Flag could be
7781 administratively disabled by your system manager; if it doesn't work,
7782 please check with your local help desk before reporting a bug.
7783 The behavior of the flag command may be modified by the
7784 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
7785 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
7788 &lt;End of help on this topic&gt;
7789 </BODY>
7790 </HTML>
7791 ======= h_common_hdrmode =======
7792 <HTML>
7793 <HEAD>
7794 <TITLE>HdrMode Command</TITLE>
7795 </HEAD>
7796 <BODY>
7797 <H1>HdrMode Command</H1>
7799 Every email message comes with some header lines that you normally
7800 don't see (and don't want to see).
7801 These include anywhere from 3-20 lines (or more) added by the
7802 Internet mail transport system to record the route your message took,
7803 for diagnostic purposes.
7804 These are normally of no import and simply
7805 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
7806 This also includes other non-standard headers the message may contain.
7807 If you want to see these headers, there is a way to reveal them.
7810 The Header Mode
7811 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
7812 command is a toggle that controls Alpine's handling of these header
7813 lines.  Normally, full headers is &quot;off&quot; and you only see a
7814 few lines about who a message is to and who it is from.  When you
7815 press
7816 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
7817 to turn full headers on, Alpine will show you
7818 the normal header lines as well as delivery headers, comment headers,
7819 MIME headers, and any other headers present.
7822 Several different Alpine commands honor the header mode -- it affects how
7823 messages are displayed, how they appear in forward and reply email, how
7824 they are printed, how they are saved, and how they are exported.
7825 <!--chtml if pinemode="os_windows"-->
7826 <!--chtml else--> 
7827 The pipe command is also affected.
7828 <!--chtml endif-->
7831 The presence or absence of the Header Mode command is determined by the
7832 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
7833 Feature-List option in your Alpine configuration.
7836 If you have also turned on the
7837 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
7838 option then the HdrMode command actually rotates through three states
7839 instead of just two.
7840 The first is the normal view with long quotes suppressed.
7841 The second is the normal view but with the long quotes included.
7842 The last enables the display of all headers in the message.
7843 When using Export, Pipe, Print, Forward, or Reply the quotes are
7844 never suppressed, so the first two states are identical.
7847 The behavior of the Header Mode command may be altered slightly by
7848 turning on the
7849 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
7850 Feature-List option in your Alpine configuration.
7851 In particular, it will cause the Header Mode to be persistent when moving
7852 from message to message instead of resetting to the default for each message.
7855 <UL>   
7856 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7857 </UL><P>
7858 &lt;End of help on this topic&gt;
7859 </BODY>
7860 </HTML>
7861 ======= h_common_print =======
7862 <HTML>
7863 <HEAD>
7864 <TITLE>Print Command</TITLE>
7865 </HEAD>
7866 <BODY>
7867 <H1>Print Command</H1>
7869 The Print
7870 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
7871 command allows you to print a copy of a message.
7872 There are many SETUP CONFIGURATION features that affect the
7873 Print command, including
7874 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
7875 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
7876 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
7877 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
7878 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
7879 You set up for printing by using the Printer option of the Setup command
7880 on the MAIN MENU.
7884 &lt;End of help on this topic&gt;
7885 </BODY>
7886 </HTML>
7887 ======= h_common_take =======
7888 <HTML>
7889 <HEAD>
7890 <TITLE>TakeAddr Command</TITLE>
7891 </HEAD>
7892 <BODY>
7893 <H1>TakeAddr Command</H1>
7896 With the Take Address
7897 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
7898 command, you can extract email addresses from an
7899 incoming message and save them in an address book.  This is an easy way
7900 to add to your address book and avoid having to remember the email
7901 addresses of the people who write to you.
7904 If the message is just to you individually, then you will only need to
7905 provide a nickname.  If the message contains more than one email address,
7906 then you will see an address
7907 selection screen that lets you choose the address you want to save into
7908 your address book, or lets you choose several of them add to a
7909 personal distribution list.
7912 Once you've added an entry to your address book, you can use it from the
7913 message composer by typing the nickname of the entry into one of the
7914 header fields (for example, into the To: field), or you can use ^T from
7915 the header field to select the entry from your address book.
7918 If the configuration feature
7919 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
7920 is set, the behavior of the Take command is altered slightly.
7923 &lt;End of help on this topic&gt;
7924 </BODY>
7925 </HTML>
7926 ======= h_ge_import =======
7927 <HTML>
7928 <HEAD>
7929 <TITLE>Import File Selection</TITLE>
7930 </HEAD>
7931 <BODY>
7932 <H1>Import File Selection</H1>
7934 You are importing a file that you previously
7935 exported from Alpine.
7936 You are now being asked for the name of that file.
7937 The easiest way to select a file is probably with the &quot;^T&quot;
7938 &quot;To Files&quot; command.
7939 Alternatively, you may type in a file name.
7940 It may be an absolute pathname.
7941 Otherwise, it is a file located in your home directory
7942 or current working directory
7943 <!--chtml if pinemode="running"-->
7944 (which, at least for your current Alpine &quot;session,&quot; 
7945 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7946 <!--chtml endif-->, depending on the
7947 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7948 In any case, you finish by typing a carriage return to accept the
7949 file name that is displayed.
7950 When the feature
7951 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7952 is turned on you may use TAB to complete partially typed in names.
7954 You may cancel the import operation by typing &quot;^C&quot; after exiting
7955 this help.
7957 &lt;End of help on this topic&gt;
7958 </BODY>
7959 </HTML>
7960 ======= h_ge_allparts =======
7961 <HTML>
7962 <HEAD>
7963 <TITLE>Export Message File Selection</TITLE>
7964 </HEAD>
7965 <BODY>
7966 <H1>Export Message File Selection</H1>
7968 You are Exporting a message from an Alpine mail folder
7969 to a plain text file.
7970 You also have the option of exporting all of the attachments associated
7971 with the message.
7972 You are now being asked for the name of the file to export <EM>to</EM>.
7973 The easiest way to select a file is probably with the &quot;^T&quot;
7974 &quot;To Files&quot; subcommand.
7975 After returning from that subcommand you will still be allowed to
7976 edit the name you have selected.
7977 Alternatively, you may type in a file name.
7978 It may be an absolute pathname.
7979 Otherwise, it is a file located in your home directory
7980 or current working directory
7981 <!--chtml if pinemode="running"-->
7982 (which, at least for your current Alpine &quot;session,&quot; 
7983 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7984 <!--chtml endif-->, depending on the
7985 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7986 In any case, you finish by typing a carriage return to accept the
7987 file name that is displayed.
7988 When the feature
7989 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7990 is turned on you may use TAB to complete partially typed in names.
7992 The message you are exporting appears to have some attachments.
7993 If you wish to save <EM>all</EM> of the attachments at once,
7994 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
7995 saving of the attachments.
7996 You may turn it back off by typing &quot;^P&quot; again, which will now
7997 be labeled &quot;NoAllParts&quot; instead.
7998 If you want to save the parts the command displayed should be
7999 &quot;NoAllParts&quot;!
8000 When you choose to save attachments like this, the attachments will be saved
8001 in a newly created directory.
8002 That directory will have the same name as the file name you choose here,
8003 with the letters &quot;.d&quot; appended.
8004 If that directory already exists, then the letters &quot;.d_1&quot; will
8005 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
8006 is found.
8007 For example, if you select the file name
8009 <CENTER><SAMP>filename</SAMP></CENTER>
8011 to export the message to, then the directory used for the attachments will be
8013 <CENTER><SAMP>filename.d</SAMP></CENTER>
8015 or perhaps
8017 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
8019 The attachments will then be put into files inside that directory.
8020 The names for the attachment files will be derived from the attachments
8021 if possible.
8022 This is done in the same way as the default values are derived if you
8023 save them one at a time.
8024 (The &quot;filename&quot; parameter from the Content-Disposition header
8025 is the first choice. If that doesn't exist, the &quot;name&quot;
8026 parameter from the Content-Type header is used.)
8027 If a name for a particular attachment is not available, then the
8028 part number of the attachment is used, with the characters &quot;part_&quot;
8029 prepended.
8030 An example of that would be
8032 <CENTER><SAMP>part_2.1</SAMP></CENTER>
8034 If you want to save only some of the attachments or if you want more control
8035 over the directory and filename where an attachment is saved you may
8036 cancel out of this command and View the attachment list.
8037 From there you can save each attachment individually.
8039 You may cancel the Export operation by typing &quot;^C&quot; after exiting
8040 this help.
8042 &lt;End of help on this topic&gt;
8043 </BODY>
8044 </HTML>
8045 ======= h_ge_export =======
8046 <HTML>
8047 <HEAD>
8048 <TITLE>Export File Selection</TITLE>
8049 </HEAD>
8050 <BODY>
8051 <H1>Export File Selection</H1>
8053 You are Exporting or Saving something from within the Alpine world
8054 (a message, an attachment, etc.)
8055 to a plain text file.
8056 You are now being asked for the name of the file to export <EM>to</EM>.
8057 The easiest way to select a file is probably with the &quot;^T&quot;
8058 &quot;To Files&quot; subcommand.
8059 After returning from that subcommand you will still be allowed to
8060 edit the name you have selected.
8061 Alternatively, you may type in a file name.
8062 It may be an absolute pathname.
8063 Otherwise, it is a file located in your home directory
8064 or current working directory
8065 <!--chtml if pinemode="running"-->
8066 (which, at least for your current Alpine &quot;session,&quot; 
8067 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8068 <!--chtml endif-->, depending on the
8069 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
8070 In any case, you finish by typing a carriage return to accept the
8071 file name that is displayed.
8072 When the feature
8073 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
8074 is turned on you may use TAB to complete partially typed in names.
8076 If the object you are exporting is a message with some attachments,
8077 you may wish to save all of the attachments by typing the &quot;^P&quot;
8078 &quot;AllParts&quot; command to turn on saving of the attachments.
8079 This subcommand will only be visible if the message actually has attachments.
8080 You may also View the attachment list and save individual attachments from
8081 there.
8083 If you are SAVING a text part (text/plain, text/html, etc.) you can use
8084 the Control-R subcommand to toggle if saving will be done in binary mode,
8085 meaning that the attachment will be decoded, but will not be transformed
8086 to UTF-8 for further processing (either in internal filters, or user
8087 supplied filters.) This is useful in case you either want to preserve
8088 the text as it was encoded originally to you, or the attachment was
8089 incorrectly attached (the attachment is not of text type) and you need
8090 the original text to process the attachment.
8092 You may cancel the Export operation by typing &quot;^C&quot; after exiting
8093 this help.
8095 &lt;End of help on this topic&gt;
8096 </BODY>
8097 </HTML>
8098 ======= h_common_save =======
8099 <HTML>
8100 <HEAD>
8101 <TITLE>Save and Export Commands</TITLE>
8102 </HEAD>
8103 <BODY>
8104 <H1>Save and Export Commands</H1>
8106 Save
8107 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
8108 and Export
8109 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
8110 are the two alternatives Alpine gives you to keep a copy of the message
8111 you are reading. If you want to keep the message within Alpine's email
8112 world, use &quot;Save&quot;; if you want to use the message in another
8113 program, use &quot;Export&quot;.
8116 When you Save a message, it is put into an existing folder or into a new
8117 folder in one of your existing folder collections.  The message stays in
8118 email format and can be read by Alpine again.  Alpine may use a special format
8119 for its mail folders -- never edit an Alpine folder by hand or with any
8120 program other than Alpine.  The exact behavior of the Save command can be
8121 configured with the
8122 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
8123 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
8124 and 
8125 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
8126 feature list settings.
8127 The name of the folder offered as a default is controlled by the option
8128 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
8131 When you use Export, the message is placed in a plain text file in your
8132 home directory 
8133 <!--chtml if pinemode="running"-->
8134 (which, in the present configuration of your system, is
8135  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
8136 <!--chtml endif-->
8137 or current working directory
8138 <!--chtml if pinemode="running"-->
8139 (which, at least for your current Alpine &quot;session,&quot; 
8140 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8141 <!--chtml endif-->, depending on the
8142 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
8143 configuration setting.  In the normal case, only minimal
8144 headers are exported with the message; however, if the full header mode 
8145 (whose availability may be disabled  by setting the feature 
8146 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
8147 in SETUP CONFIGURATION) is
8148 toggled on, then complete headers are exported along with the message
8149 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
8150 defined, they may affect the contents of the exported file.)
8153 &lt;End of help on this topic&gt;
8154 </BODY>
8155 </HTML>
8156 ======= h_common_bounce =======
8157 <HTML>
8158 <HEAD>
8159 <TITLE>Bounce Command</TITLE>
8160 </HEAD>
8161 <BODY>
8162 <H1>Bounce Command</H1>
8164 The Bounce 
8165 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
8166 command allows you to re-send, or &quot;remail&quot;, a
8167 message, as if you were never in the loop.  It is analogous to crossing
8168 out your address on a postal letter, writing a different address on the
8169 envelope, and putting it into the mailbox. Bounce is used primarily to
8170 redirect email that was sent to you in error.
8171 Also, some owners of email
8172 lists need the bounce command to handle list traffic.
8173 Bounce is not anonymous.
8174 A ReSent-From header is added to the message so that the recipient may
8175 tell that you Bounced it to them.
8178 The presence or absence of the Bounce command is determined by the
8179 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
8180 feature in your Alpine configuration.
8181 The feature
8182 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
8183 affects the behavior of the Bounce command.
8184 Also, it is possible that Bounce could be
8185 administratively disabled by your system manager; if it doesn't work,
8186 please check with your local help desk before reporting a bug.
8189 &lt;End of help on this topic&gt;
8190 </BODY>
8191 </HTML>
8192 ======= h_common_reply =======
8193 <HTML>
8194 <HEAD>
8195 <TITLE>Reply and Forward Commands</TITLE>
8196 </HEAD>
8197 <BODY>
8199 <H1>Reply and Forward Commands</H1>
8201 Replying 
8202 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
8203 and Forwarding 
8204 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
8205 are your two alternatives for following up on the
8206 message you are reading.  You would use reply if you want to get email
8207 back to the author of the message and/or the other people who have
8208 already seen it.  You use forward if you want somebody new to see the
8209 message.
8212 In the normal case, the only thing that you must supply when forwarding a
8213 message is the name/email address of the new recipient.
8214 Alpine will include the text of the forwarded message.
8215 Alpine will also include any attachments to the message.
8216 There is space above the forwarded text for you to include additional comments.
8219 When replying, you usually have to answer some questions.
8220 If the message is to multiple people and/or specified with a Reply-To: header,
8221 then you will have to decide who should get the reply.
8222 You also need to decide whether or not to include the previous
8223 message in your reply.
8224 Some of this is configurable.
8225 Specifically, see the
8226 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
8227 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
8228 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
8230 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
8231 configuration features.
8234 Both the Reply and Forward commands react to the full header mode toggle.
8235 If the full header mode is on, then all the header and delivery lines are
8236 included with the text of the message in your reply/forward.
8239 Other configuration features that affect the Reply command are
8240 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
8241 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
8242 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
8245 &lt;End of help on this topic&gt;
8246 </BODY>
8247 </HTML>
8248 ======= h_common_delete =======
8249 <HTML>
8250 <HEAD>
8251 <TITLE>Delete and Undelete Commands</TITLE>
8252 </HEAD>
8253 <BODY>
8254 <H1>Delete and Undelete Commands</H1>
8256 Delete 
8257 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
8258 and Undelete 
8259 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
8260 allow you to change the Deleted flag for the current message.
8261 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
8262 removes the mark.
8263 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
8264 at the left hand edge of the index line.
8265 When viewing a deleted message, the letters &quot;DEL&quot; will be present
8266 in the upper right hand corner of the screen.
8267 Delete simply <EM>marks</EM> a message Deleted, it does not actually
8268 get rid of the message.
8269 The eXpunge command (available from the MESSAGE INDEX screen) actually
8270 removes all of the deleted messages in a folder.
8271 Once a message is eXpunged, it can't be retrieved.
8274 The Delete command is affected by the setting of the configuration feature
8275 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
8278 &lt;End of help on this topic&gt;
8279 </BODY>
8280 </HTML>
8281 ======= h_common_postpone =======
8282 <HTML>
8283 <HEAD>
8284 <TITLE>Postpone Command</TITLE>
8285 </HEAD>
8286 <BODY>
8287 <H1>Postpone Command</H1>
8289 The postpone
8290 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
8291 command allows you to temporarily stop working on the current
8292 message so you may read
8293 other messages or compose another message.  When you want to resume a
8294 message later, start to compose and answer &quot;yes&quot; to the
8295 &quot;Continue postponed composition?&quot; question.  You may
8296 postpone as many messages as you like.
8299 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
8300 in the Setup/Config screen, then the Postpone command will prompt you for
8301 the folder in which to store your outgoing message.
8304 &lt;End of help on this topic&gt;
8305 </BODY>
8306 </HTML>
8307 ======= h_compose_cancel =======
8308 <HTML>
8309 <HEAD>
8310 <TITLE>Cancel Command</TITLE>
8311 </HEAD>
8312 <BODY>
8313 <H1>Cancel Command</H1>
8315 Cancel
8316 <!--chtml if pinemode="function_key"-->
8317 (F2)
8318 <!--chtml else-->
8319 (^C) 
8320 <!--chtml endif-->
8322 The Cancel command returns you to Alpine's normal mail processing and
8323 causes the message currently under composition to be thrown out.
8324 The message text <EM>will be lost</EM>.
8327 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
8328 will be preserved in the file named
8329 <!--chtml if pinemode="os_windows"-->
8330 &quot;DEADLETR&quot;.
8331 <!--chtml else-->
8332 &quot;dead.letter&quot; in your home directory.
8333 <!--chtml endif-->
8334 If you unintentionally cancel a message, look there for its text.
8337 &lt;End of help on this topic&gt;
8338 </BODY>
8339 </HTML>
8340 ======= h_compose_addrcomplete =======
8341 <HTML>
8342 <HEAD>
8343 <TITLE>Address Completion</TITLE>
8344 </HEAD>
8345 <BODY>
8346 <H1>Address Completion</H1>
8348 When entering addresses in the address fields of the composer (To, Cc, etc.)
8349 the TAB key may be used to help complete the address.
8350 Type a partial nickname and tap the TAB key to complete the typing.
8351 The unambiguous part of the name will be filled in automatically.
8352 Typing TAB twice in succession will bring up a selection list of possibilities,
8353 making it easy to find and choose the correct address.
8356 The matching algorithm is rather ad hoc.
8357 The search starts with a search of your address book.
8358 It counts as a match if the nickname, address, or fullname field of an
8359 entry begins with the text typed in so far. It is also a match if
8360 a later word in the fullname (for example, the middle name or last name)
8361 begins with the entered text.
8363 Next comes an LDAP search.
8364 The search will happen for any servers that have the
8365 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
8366 feature set. You can set or unset the feature for each server independently
8367 in the Setup/Directory screen.
8369 Finally, if you are replying to or forwarding a message, that message is
8370 searched for likely candidate addresses that match the typed-in text.
8373 &lt;End of help on this topic&gt;
8374 </BODY>
8375 </HTML>
8376 ======= h_compose_richhdr =======
8377 <HTML>
8378 <HEAD>
8379 <TITLE>Rich Header Command</TITLE>
8380 </HEAD>
8381 <BODY>
8382 <H1>Rich Header Command</H1>
8384 The Rich Header command allows you to toggle between the list of 
8385 all message headers available for editing and those that are most
8386 common.
8389 Use this toggle to expose headers that are not normally visible by
8390 default.
8391 This set usually includes the
8392 &quot;Bcc:&quot;,
8393 &quot;Fcc:&quot;,
8394 &quot;Lcc:&quot;,
8395 and &quot;Newsgroups&quot;
8396 headers.
8397 If you are posting to a newsgroup the set of defaults is a little different.
8398 Obviously, in that case, the Newsgroups header is of interest so is not
8399 hidden.
8400 For news posting the hidden set includes the
8401 &quot;To:&quot;,
8402 &quot;Cc:&quot;,
8403 &quot;Bcc:&quot;,
8404 &quot;Fcc:&quot;,
8405 and &quot;Lcc:&quot;
8406 headers.
8407 You won't normally want to edit these, which is why they are hidden,
8408 but it is sometimes useful to be able to set them manually.
8411 The default sets of headers listed above can be altered.
8412 Any header that you have added to the
8413 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
8414 option, but not to the
8415 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
8416 option will appear when you use the Rich Headers command to
8417 make the Rich Headers visible.
8418 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
8419 even without toggling the Rich Headers command.)
8422 &lt;End of help on this topic&gt;
8423 </BODY>
8424 </HTML>
8425 ======= h_compose_send =======
8426 <HTML>
8427 <HEAD>
8428 <TITLE>Send Command</TITLE>
8429 </HEAD>
8430 <BODY>
8431 <H1>Send Command</H1>
8433 The Send command
8434 <!--chtml if pinemode="function_key"-->
8435 (F3)
8436 <!--chtml else-->
8437 (^X) 
8438 <!--chtml endif-->
8439 tells Alpine you are finished composing.
8440 Before actually sending it, though, Alpine will ask you to confirm 
8441 your intention, and, at the same time, redisplayed the message text
8442 with the recipients at the top of the screen to give you the opportunity
8443 to review and verify that the message is addressed to the people
8444 you intended.
8446 If the feature
8447 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
8448 then this confirmation prompt and any options it allows are skipped.
8451 This confirmation prompt may also offer, depending
8452 on your particular Setup/Config, options allowing you to set
8453 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
8454 include attachments in the &quot;Fcc&quot; (if you had previously
8455 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
8456 observe details of the
8457 <A HREF="h_config_verbose_post">message submission process</A>,
8458 choose the filter through which the
8459 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
8460 or turn of flowed text generation.
8463 &lt;End of help on this topic&gt;
8464 </BODY>
8465 </HTML>
8466 ======= h_compose_markcutpaste =======
8467 <HTML>
8468 <HEAD>
8469 <TITLE>Mark, Cut and Paste Commands</TITLE>
8470 </HEAD>
8471 <BODY>
8472 <H1>Mark, Cut and Paste Commands</H1>
8474 You can define a &quot;block&quot; of text, which can subsequently
8475  be deleted or
8476 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
8477 then moving the cursor to the end of the desired text block.  You can then
8478 &quot;cut&quot; the block out 
8479 <!--chtml if pinemode="function_key"-->
8480 &quot;F9&quot;,
8481 <!--chtml else-->
8482 &quot;Ctrl-K&quot;,
8483 <!--chtml endif-->
8484 move the cursor, and &quot;paste&quot; it
8485 <!--chtml if pinemode="function_key"-->
8486 &quot;F10&quot;,
8487 <!--chtml else-->
8488 &quot;Ctrl-U&quot;,
8489 <!--chtml endif-->
8490 in the new location.  Also, you can paste more than once, allowing you
8491 to use this feature to copy a block of text.<P>
8493 If you press 
8494 <!--chtml if pinemode="function_key"-->
8495 &quot;F9&quot;
8496 <!--chtml else-->
8497 &quot;^K&quot;
8498 <!--chtml endif-->
8499 without having marked anything, Alpine will delete
8500 a single line.  If you delete a group of lines together, Alpine keeps them
8501 in the same buffer, so 
8502 <!--chtml if pinemode="function_key"-->
8504 <!--chtml else-->
8506 <!--chtml endif-->
8507 will restore them as a block.  About
8508 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
8509 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
8510 &quot;type the character ^&quot;.
8513 &lt;End of help on this topic&gt;
8514 </BODY>
8515 </HTML>
8516 ======= h_compose_justify =======
8517 <HTML>
8518 <HEAD>
8519 <TITLE>Justify Command</TITLE>
8520 </HEAD>
8521 <BODY>
8522 <H1>Justify Command</H1>
8524 The Justify
8525 <!--chtml if pinemode="function_key"-->
8526 (F4)
8527 <!--chtml else-->
8528 (^J) 
8529 <!--chtml endif-->
8530 command reformats the text in the paragraph the cursor is in.
8531 Paragraphs are separated by one blank line or a line beginning with a space.
8532 This is useful when you have been editing a paragraph and the lines become
8533 uneven.  The text is left aligned or justified and the right is ragged.  If
8534 the text is already justified as typed with auto-wrap, no justification will
8535 be done.
8538 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
8539 block of text, the Justify command is modified.
8540 Instead of automatically justifying the current paragraph you will be
8541 asked if you want to justify the paragraph, justify the selected region,
8542 or adjust the quote level of the selected region.
8543 Adjusting the quote level only works if you are using standard
8544 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
8545 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
8548 When composing a reply containing included text, the justify command
8549 will reformat text to the right of the 
8550 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
8551 adding or removing indented lines as needed.  Paragraphs are separated
8552 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
8553 line containing the indent string and one or more blank spaces.
8554 Included text that was previously indented (or &quot;quoted&quot;) is
8555 not preserved.
8558 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
8559 in 1999 and its wide-spread adoption since then, you will usually be better off if you
8560 use the standard
8561 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
8564 &lt;End of help on this topic&gt;
8565 </BODY>
8566 </HTML>
8567 ======= h_compose_spell =======
8568 <HTML>
8569 <HEAD>
8570 <TITLE>Spell Check Command</TITLE>
8571 </HEAD>
8572 <BODY>
8573 <H1>Spell Check Command</H1>
8575 The &quot;To Spell&quot;
8576 <!--chtml if pinemode="function_key"-->
8577 (F12)
8578 <!--chtml else-->
8579 (^T) 
8580 <!--chtml endif-->
8581 command calls an external spell checking program to look over the
8582 message you are composing.  By default, Alpine uses
8584 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
8586 if it knows where to find &quot;aspell&quot;.
8587 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
8588 then the command used is
8590 <CENTER><SAMP>ispell -l</SAMP></CENTER>
8592 Otherwise, the ancient &quot;spell&quot; command is used.
8594 For PC-Alpine, you must install the aspell library code that you
8595 may get from
8596 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
8599 &lt;End of help on this topic&gt;
8600 </BODY>
8601 </HTML>
8602 ======= h_compose_alted =======
8603 <HTML>
8604 <HEAD>
8605 <TITLE>Alt Editor Command</TITLE>
8606 </HEAD>
8607 <BODY>
8608 <H1>Alt Editor Command</H1>
8610 The &quot;Alt Editor&quot; command's availability depends on the
8611 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
8614 When the variable specifies a valid editor on your system, this
8615 command will launch it with the current text of your message
8616 already filled in.
8619 &lt;End of help on this topic&gt;
8620 </BODY>
8621 </HTML>
8622 ======= h_compose_readfile =======
8623 <HTML>
8624 <HEAD>
8625 <TITLE>Read File Command</TITLE>
8626 </HEAD>
8627 <BODY>
8628 <H1>Read File Command</H1>
8630 The &quot;Read File&quot;
8631 <!--chtml if pinemode="function_key"-->
8632 (F5)
8633 <!--chtml else-->
8634 (^R) 
8635 <!--chtml endif-->
8636 command allows you to copy in text from an existing file. You will be
8637 prompted for the name of a file to be inserted into the message.  The file
8638 name is relative to your home directory 
8639 <!--chtml if pinemode="running"-->
8640 (which, in the present configuration of your system, is
8641  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
8642 <!--chtml endif-->
8643 or current working directory
8644 <!--chtml if pinemode="running"-->
8645 (which, at least for your current Alpine &quot;session,&quot; 
8646 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
8647 <!--chtml endif-->, depending on the
8648 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
8649 configuration setting; or, the file name must be specified as a full path name 
8650 <!--chtml if pinemode="os_windows"-->
8651 -- for example: &quot;A:&#92;PAPER.TXT&quot;
8652 <!--chtml else-->
8653 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
8654 <!--chtml endif-->
8655 (without the quotation marks).
8658 The file will be inserted where the cursor is located.  <B>The
8659 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
8660 Unix machine but have files on a PC or Mac, the files must be transferred
8661 to the system Alpine is running on before they can be read.  Please ask your
8662 local computer support people about the correct way to transfer a file to 
8663 your Alpine system.
8666 &lt;End of help on this topic&gt;
8667 </BODY>
8668 </HTML>
8669 ======= h_config_tray_icon =======
8670 <HTML>
8671 <HEAD>
8672 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
8673 </HEAD>
8674 <BODY>
8675 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
8677 PC-Alpine only.
8679 This option restores a behavior of previous versions of PC-Alpine.
8680 These
8681 versions, when started, installed a PC-Alpine icon in the notification 
8682 tray of Window's Taskbar.  The primary use of this icon was to indicate
8683 new mail arrival by turning red (while the Taskbar icon remained green).
8684 Additionally, the icon now changes to yellow to signify that a mail folder
8685 has been closed unexpectedly.
8688 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
8689 color its Taskbar entry's icon red (as well as the icon in the Window
8690 Title).  This feature is only provided for backwards compatibility.
8693 &lt;End of help on this topic&gt;
8694 </BODY>
8695 </HTML>
8696 ======= h_common_suspend =======
8697 <HTML>
8698 <HEAD>
8699 <TITLE>Suspend Command</TITLE>
8700 </HEAD>
8701 <BODY>
8702 <H1>Suspend Command</H1>
8704 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
8705 enabled, you can, at almost any time, temporarily halt your Alpine session,
8706 <!--chtml if pinemode="os_windows"-->
8707 minimizing it into an icon.
8708 <!--chtml else-->
8709 and return to your system prompt.
8710 <!--chtml endif-->
8713 &lt;End of help on this topic&gt;
8714 </BODY>
8715 </HTML>
8716 ======= h_pipe_command =======
8717 <HTML>
8718 <HEAD>
8719 <TITLE>Pipe Command SubOptions</TITLE>
8720 </HEAD>
8721 <BODY>
8722 <H1>Pipe Command SubOptions</H1>
8724 By default, when you use the Pipe command, the processed text of the
8725 message is sent to the Unix command
8726 you specify and the output is captured by Alpine and shown to you.
8727 (This command is available in PC-Alpine, as well, but there aren't many
8728 Windows commands that work well with piping.)
8729 There are some sub-commands that may be used to alter this behavior.
8730 These are toggles that switch the behavior between two possibilities.
8731 They can be combined in any way you wish.
8733 By default, the prompt at the bottom of the screen looks like
8735 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
8739 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
8741 if you are piping more than one message.
8743 The sub-command options are:
8744 <DL>
8745    <DT>Shown Text or Raw Text</DT>
8746    <DD>This option toggles between sending the shown (processed) text
8747 of the message to the Unix command, and sending the
8748 raw (unprocessed) text of the message to the Unix command.
8749 The default is to send the shown text.
8750 The raw version of the message will contain all of the headers and any
8751 MIME encoding that the message contains.
8752 If you've selected the Raw Text then the prompt will have the additional word
8753 &quot;RAW&quot; in it, like
8755 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
8757 You can experiment with this option by piping to something simple like the
8758 Unix &quot;cat&quot; command.
8759    </DD>
8760    <DT>Captured Output or Free Output</DT>
8761    <DD>This option toggles between having Alpine capture the output of
8762 the Unix pipe command for display, and not capturing it.
8763 If the command you are piping to is a filter that will produce output
8764 you want to view, then you want to capture that output
8765 for display (the default).
8766 If the Unix command doesn't produce output or handles the display itself,
8767 then you want free output.
8768 When you've selected the Free Output option the prompt will change to
8770 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
8772    </DD>
8773    <DT>No Delimiter or With Delimiter</DT>
8774    <DD>This option controls whether or not a Unix mailbox style delimiter
8775 will come before the text of the message.
8776 This is the delimiter used in the common Unix mailbox format.
8777 It's the single line that begins with the five characters
8778 &quot;From&quot; followed by a &lt;SPACE&gt; character.
8779 You'll usually only want to include this if the Unix command requires
8780 input in the format of a traditional Unix mailbox file.
8781 When you've selected the With Delimiter option the prompt will change to
8783 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
8785    </DD>
8786    <DT>To Same Pipe or To Individual Pipes</DT>
8787    <DD>This option only shows up if you are running an aggregate
8788 pipe command.
8789 That is, the command was Apply Pipe, not just Pipe.
8790 You have the option of piping all of the selected messages through a
8791 single pipe to a single instance of the Unix command,
8792 or piping each individual message through a separate pipe to separate
8793 instances of the Unix command.
8794 The default is that all of the output will go through a single pipe
8795 to a single instance of the command.
8796 You can try this option with a command like &quot;less&quot;, with Free
8797 Output enabled.
8798 When you've selected the Individual Pipes option the prompt will change to
8800 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
8802    </DD>
8803 </DL>
8806 As mentioned earlier, the options can be combined in any way you wish.
8807 You may leave them all off, turn them all on, or turn some of them on
8808 and some of them off.
8809 If you use the pipe command a second time in the same session the default
8810 options will be what you used the last time.
8813 &lt;End of help on this topic&gt;
8814 </BODY>
8815 </HTML>
8816 ========== h_emptydir_subfolder_name =========
8817 <HTML>
8818 <HEAD>
8819 <TITLE>ENTER SUBFOLDER NAME</TITLE>
8820 </HEAD>
8821 <BODY>
8822 <H1>Enter Subfolder Name</H1>
8824 <P> 
8825 This is the name of a new subfolder in the directory you are creating.
8826 Because empty directories are hidden and therefore not useful, you must also
8827 create a subfolder in the directory you are creating in order that the
8828 directory remains visible.
8830 Alternatively, you may turn off the configuration feature
8831 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
8832 so that empty directories remain visible.
8833 If you do that, you will not be required to create the subfolder when you
8834 create a directory.
8837 &lt;End of help on this topic&gt;
8838 </BODY>
8839 </HTML>
8840 ========== h_incoming_add_folder_name =========
8841 <HTML>
8842 <HEAD>
8843 <TITLE>ENTER FOLDER NAME</TITLE>
8844 </HEAD>
8845 <BODY>
8846 <H1>Enter Folder Name</H1>
8848 <P> 
8849 This is the name of the folder on the previously specified server.
8850 By default the folder name is interpreted as defining a section of your personal
8851 folder area.  This area and how you specify it are defined by the
8852 server, if one is specified.
8855 To define a folder outside the default area, prefix
8856 the path with the namespace to use when interpreting the
8857 given path.  If a namespace is specified, the folder name begins with the
8858 sharp (#) character followed by the name of the namespace
8859 and then the namespace's path-element-delimiter.  Aside from the
8860 name's format, namespaces can also imply access rights, content
8861 policy, audience, location, and, occasionally, access methods.
8864 Each server exports its own set (possibly of size one) of 
8865 namespaces.
8866 For a more detailed explanation read about
8867 <A HREF="h_folder_name_namespaces">Namespaces</A>.
8870 To specify the default for INBOX on the server you can usually just enter
8871 &quot;INBOX&quot;, and the server will understand the special meaning of
8872 that word.
8875 &lt;End of help on this topic&gt;
8876 </BODY>
8877 </HTML>
8878 ========== h_incoming_add_folder_host =========
8879 <HTML>
8880 <HEAD>
8881 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
8882 </HEAD>
8883 <BODY>
8884 <H1>Enter Incoming Folder Server</H1>
8886 You are being asked for the name of the server for use with this incoming
8887 folder.
8888 If the folder is on the machine where Alpine is running, then just enter
8889 RETURN without typing a server name.
8892 If the folder is on an IMAP server then type the server's name followed
8893 by RETURN.
8894 You may use the ^X command if the server is the same as the server that
8895 the INBOX is on.
8898 You may have to add optional extra information to the server name.
8899 For example, if the IMAP server is using a non-standard port number you
8900 would specify that by appending a colon (:) followed by the port number
8901 to the server name
8904 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8907 or you may need to specify a different protocol if the server is not an
8908 IMAP server. For example:
8911 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8914 for a POP server or
8917 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8920 for an NNTP news server.
8921 For an explanation of all of the possibilities, see
8922 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8923 for folders.
8926 There is a special command (^W) if you want to set up a folder that gets its
8927 mail from a
8928 <A HREF="h_maildrop">Mail Drop</A>.
8929 If you type that command, you will be prompted for the information for
8930 both the Mail Drop folder and the destination folder.
8933 &lt;End of help on this topic&gt;
8934 </BODY>
8935 </HTML>
8936 ========== h_incoming_add_inbox =========
8937 <HTML>
8938 <HEAD>
8939 <TITLE>ENTER INBOX SERVER</TITLE>
8940 </HEAD>
8941 <BODY>
8942 <H1>Enter INBOX Server</H1>
8944 You are being asked for the name of the server for use with
8945 the INBOX folder.
8946 Type the server's name followed by RETURN.
8949 You may have to add optional extra information to the server name.
8950 For example, if the server is using a non-standard port number you
8951 would specify that by appending a colon (:) followed by the port number
8952 to the server name
8955 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8958 or you may need to specify a different protocol if the server is not an
8959 IMAP server. For example:
8962 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8965 for a POP server.
8968 For an explanation of all of the possibilities, see
8969 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8970 for folders.
8973 If the INBOX folder is on the machine where Alpine is running, then just enter
8974 RETURN without typing a server name.
8977 There is a special command (^W) if you want to set up a folder that gets its
8978 mail from a
8979 <A HREF="h_maildrop">Mail Drop</A>.
8980 If you type that command, you will be prompted for the information for
8981 both the Mail Drop folder and the destination folder, which will be used
8982 as your INBOX folder.
8985 &lt;End of help on this topic&gt;
8986 </BODY>
8987 </HTML>
8988 ========== h_incoming_add_maildrop_destn =========
8989 <HTML>
8990 <HEAD>
8991 <TITLE>ENTER DESTINATION SERVER</TITLE>
8992 </HEAD>
8993 <BODY>
8994 <H1>Enter Destination Server</H1>
8996 You are being asked for the name of the server where the destination
8997 folder is for use with this Mail Drop incoming folder.
8998 That is, you are using a Mail Drop for this incoming folder and
8999 you've already entered
9000 the server and folder name for the Mail Drop.
9001 Now you need to enter the server for the destination folder
9002 where the mail should be copied to.
9003 Mail will come from the Mail Drop and be copied to the destination folder.
9006 Type the server's name followed by RETURN.
9007 If the folder is local to this computer, just type RETURN without entering
9008 a server name.
9011 You may have to add optional extra information to the server name.
9012 For example, if the server is using a non-standard port number you
9013 would specify that by appending a colon (:) followed by the port number
9014 to the server name
9017 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
9020 For an explanation of all of the possibilities, see
9021 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9022 for folders.
9025 &lt;End of help on this topic&gt;
9026 </BODY>
9027 </HTML>
9028 ========== h_inbox_add_maildrop_destn =========
9029 <HTML>
9030 <HEAD>
9031 <TITLE>ENTER DESTINATION SERVER</TITLE>
9032 </HEAD>
9033 <BODY>
9034 <H1>Enter Destination Server</H1>
9036 You are being asked for the name of the server where the destination
9037 folder is for use with your Mail Drop INBOX.
9038 That is, you are using a Mail Drop for your INBOX and you've already entered
9039 the server and folder name for the Mail Drop.
9040 Now you need to enter the server for the destination folder
9041 where the mail should be copied to.
9042 Mail will come from the Mail Drop and be copied to the destination folder.
9045 Type the server's name followed by RETURN.
9046 If the folder is local to this computer, just type RETURN without entering
9047 a server name.
9050 You may have to add optional extra information to the server name.
9051 For example, if the server is using a non-standard port number you
9052 would specify that by appending a colon (:) followed by the port number
9053 to the server name
9056 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
9059 For an explanation of all of the possibilities, see
9060 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9061 for folders.
9064 &lt;End of help on this topic&gt;
9065 </BODY>
9066 </HTML>
9067 ========== h_inbox_add_maildrop =========
9068 <HTML>
9069 <HEAD>
9070 <TITLE>ENTER MAILDROP SERVER</TITLE>
9071 </HEAD>
9072 <BODY>
9073 <H1>Enter Mail Drop Server</H1>
9075 You are being asked for the name of the Mail Drop server for use with
9076 your INBOX.
9079 Type the server's name followed by RETURN.
9082 You may have to add optional extra information to the server name.
9083 For example, if the server is using a non-standard port number you
9084 would specify that by appending a colon (:) followed by the port number
9085 to the server name
9088 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
9091 or you may need to specify a different protocol if the server is not an
9092 IMAP server. For example:
9095 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
9098 for a POP server or
9101 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
9104 for an NNTP news server.
9105 For an explanation of all of the possibilities, see
9106 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9107 for folders.
9110 &lt;End of help on this topic&gt;
9111 </BODY>
9112 </HTML>
9113 ========== h_incoming_add_maildrop =========
9114 <HTML>
9115 <HEAD>
9116 <TITLE>ENTER MAILDROP SERVER</TITLE>
9117 </HEAD>
9118 <BODY>
9119 <H1>Enter Mail Drop Server</H1>
9121 You are being asked for the name of the Mail Drop server for use with
9122 this incoming folder.
9125 Type the server's name followed by RETURN.
9126 You may use the ^X command if the server is the same as the server that
9127 the INBOX is on.
9130 You may have to add optional extra information to the server name.
9131 For example, if the server is using a non-standard port number you
9132 would specify that by appending a colon (:) followed by the port number
9133 to the server name
9136 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
9139 or you may need to specify a different protocol if the server is not an
9140 IMAP server. For example:
9143 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
9146 for a POP server or
9149 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
9152 for an NNTP news server.
9153 For an explanation of all of the possibilities, see
9154 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
9155 for folders.
9158 If the Mail Drop folder is on the machine where Alpine is running, then just enter
9159 RETURN without typing a server name.
9162 &lt;End of help on this topic&gt;
9163 </BODY>
9164 </HTML>
9165 ========== h_maildrop =========
9166 <HTML>
9167 <HEAD>
9168 <TITLE>WHAT IS A MAIL DROP?</TITLE>
9169 </HEAD>
9170 <BODY>
9171 <H1>What is a Mail Drop?</H1>
9173 In some situaions it may make sense to have your mail delivered to one
9174 folder (the Mail Drop) and then when you want to read mail that has been
9175 delivered to the Mail Drop folder Alpine will move it to another
9176 destination folder.
9177 Often the Mail Drop will be a remote folder and messages will be moved from
9178 there to a local destination folder.
9181 One example where this might make sense is if the Mail Drop folder is accessible
9182 only with the POP protocol.
9183 You could designate your POP inbox as the Mail Drop folder and have Alpine move
9184 mail from there to a local (on the same machine Alpine is running on)
9185 destination folder, where you'll read it.
9188 A Mail Drop may only be used as your Inbox or as an
9189 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
9192 There is no attempt to synchronize the contents of the destination folder
9193 with the contents of the Mail Drop folder.
9194 All that happens is that all of the messages in the Mail Drop folder are
9195 copied to the destination folder and then they are deleted and expunged (if possible)
9196 from the Mail Drop folder.
9197 The next time a check for new mail is made, any messages in the Mail 
9198 Drop folder are once again copied to the destination folder and deleted
9199 and expunged from the Mail Drop folder.
9200 (If the Mail Drop folder is a news group, then the messages can't be
9201 expunged from the newsgroup. Instead, only Recent messages are copied from
9202 the newsgroup to the destination folder.)
9205 Configuration of a Mail Drop is a little different from configuration of
9206 a folder that does not use a Mail Drop because you have to specify two
9207 folder names instead of one.
9208 The two folders may be any types of folders that Alpine can normally use.
9209 They don't have to be a remote folder and a local folder, that is
9210 simply the most common usage.
9211 When you use a Mail Drop folder Alpine will periodically re-open the Mail
9212 Drop to check for new mail.
9213 The new-mail checks will happen at the frequency set with the
9214 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
9215 but with a minimum time
9216 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
9217 between checks.
9218 Because of this minimum you may notice that new mail does not
9219 appear promptly when you expect it.
9220 The reason for this is to protect the server from over-zealous opening and
9221 closing of the Mail Drop folder.
9222 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
9223 the end of the folder index, then the check will happen, regardless of how
9224 long it has been since the previous check.
9226 If there is new mail, that mail will be copied to the destination folder
9227 and then will be deleted from the Mail Drop.
9228 Note that using a Mail Drop with a local destination folder does not make
9229 sense if you read mail from more than one machine, because the mail is
9230 downloaded to the destination folder (which is accessible from only one
9231 machine) and deleted from the Mail Drop.
9233 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
9236 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
9239 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
9241 The brackets are not literal.
9243 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
9245 is a single character that does not appear in the MailDropFolder name.
9246 If the name doesn't contain spaces then it can be a space character.
9247 The two folder names are full technical
9248 <A HREF="h_valid_folder_names">folder names</A>
9249 as used by Alpine.
9250 Here are a couple examples to give you an idea what is being talked about:
9253 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
9255 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
9258 A #move folder may only be used as an
9259 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
9260 an Inbox.
9261 When you are in the FOLDER LIST of Incoming Message Folders (after turning
9262 on the
9263 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
9264 option)
9265 the Add command has a subcommand &quot;Use Mail Drop&quot;
9266 which may be helpful for defining the folder in your Alpine configuration.
9267 The same is true when you edit the
9268 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
9269 option in Setup/Config.
9270 Each of these configuration methods will also create the DestinationFolder
9271 if it doesn't already exist.
9272 If you are having problems, make sure the DestinationFolder exists.
9275 &lt;End of help on this topic&gt;
9276 </BODY>
9277 </HTML>
9278 ========== h_save =========
9279 <HTML>
9280 <HEAD>
9281 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
9282 </HEAD>
9283 <BODY>
9284 <H1>Choose a Folder to Save Into</H1>
9286 After Exiting from this help text,
9287 type the name of the folder you want to save into and press RETURN.
9289 Press ^T to get a list of your folders to choose from.
9290 Press ^C to cancel the Save.
9292 If you have Folder Collections defined you may use
9293 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
9294 the collection being saved to.
9296 If Tab Completion is enabled (it is enabled by default)
9297 you may type a Tab character to have Alpine complete the folder name for you.
9299 If Partial Match Lists is enabled (it is enabled by default) you may type
9300 Ctrl-X to get a list of matches to the prefix you've typed in so far.
9302 If the Ctrl-R subcommand is present that means you can decide to Delete or
9303 not Delete the message you are saving after you save it.
9304 The label on that key gives the action to switch to.
9305 If it says Delete and you type Ctrl-R the label displayed will change to
9306 No Delete and the source message will be deleted after the save. If it
9307 says No Delete and you type Ctrl-R the label displayed will change to
9308 Delete and the message will not be deleted.
9309 You can control the default for the Delete parameter with the
9310 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
9312 Similarly, if the Ctrl-W subcommand is present that means you can decide
9313 to Preserve the order of the messages being saved or not.
9314 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
9315 will be in the same order as you see them in the source folder now.
9316 The opposite action (which is usually the default) is that you don't care
9317 about the order.
9318 The Saved messages may or may not be in the same order in the destination folder.
9319 There may be a performance penalty for choosing to save the messages in order.
9320 You can control the default for the Preserve Order parameter with the
9321 configuration feature
9322 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
9325 If you haven't disabled the Save Input History and you've already done a
9326 Save earlier in this session then you may use the Up and Down arrows to retrieve
9327 a folder name used in a previous Save.
9330 &lt;End of help on this topic&gt;
9331 </BODY>
9332 </HTML>
9333 ============= h_simple_index ========================
9334 <HTML>
9335 <HEAD>
9336 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
9337 </HEAD>
9338 <BODY>
9339 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
9340 <!--chtml if pinemode="function_key"-->
9341 <PRE>
9342 Navigating the List of Messages               General Alpine Commands
9343 -------------------------------               -----------------------
9344  F5   Move to previous message                 F1   Show this help text
9345  F6   Move to next message
9346  F7   Show previous screen of messages
9347  F8   Show next screen of messages
9349 Message Selection Commands
9350 --------------------------
9351  F3   Exit the Message Select menu (canceling Send command)
9352  F4   Select the currently highlighted message
9353  F9   Mark the currently highlighted message as deleted
9354  F10  Undelete (remove deletion mark from) the highlighted message
9355 </PRE>
9356 <!--chtml else-->
9357 <PRE>
9358 Navigating the List of Messages               General Alpine Commands
9359 -------------------------------               -----------------------
9360   P  Move to previous message                  ?  Show this help text
9361   N  Move to next message
9362   -  Show previous screen of messages
9363  Spc (space bar) Show next screen of messages
9365 Message Selection Commands
9366 --------------------------
9367   E  Exit the Message Select menu (canceling Send command)
9368   S  Select the currently highlighted message
9369   D  Mark the currently highlighted message as deleted
9370   U  Undelete (remove deletion mark from) the highlighted message
9371 </PRE>
9372 <!--chtml endif-->
9374 <H2>Description of the Select Postponed Message Screen</H2>
9376 This screen allows you to select one of several previously postponed
9377 messages in order to continue composition.  Your options are very limited
9378 -- the screen is not meant to let you manipulate these messages.  However,
9379 you may now delete messages from this list.  Once you choose a message,
9380 Alpine reads it in and puts you into the regular message composer.
9383 Messages do not stay in this postponed state automatically.  If you select
9384 a message and then want to postpone it again, use the normal postpone
9385 (Ctrl-O) command in the composer.
9388 If you exit this screen without selecting a message, the Compose command
9389 that got you here is canceled.  Other than messages explicitly marked
9390 &quot;Deleted&quot;, no messages will be removed.
9393 &lt;End of help on this topic&gt;
9394 </BODY>
9395 </HTML>
9396 ============= h_collection_screen ========================
9397 <HTML>
9398 <HEAD>
9399 <TITLE>COLLECTION LIST screen</TITLE>
9400 </HEAD>
9401 <BODY>
9402 <H1>COLLECTION LIST screen</H1>
9404 The COLLECTION LIST screen is used to select one of your  
9405 collection definitions to display the folders they contain.  See
9406 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
9407 detailed explanation of collections.<P>
9409 To manage your collection definitions (Add, Change, Delete, etc.), use
9410 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
9411 MAIN MENU.
9414 &lt;End of help on this topic&gt;
9415 </BODY>
9416 </HTML>
9417 ============= h_collection_maint ========================
9418 <HTML>
9419 <HEAD>
9420 <TITLE>SETUP COLLECTION LIST screen</TITLE>
9421 </HEAD>
9422 <BODY>
9423 <H1>SETUP COLLECTION LIST screen</H1>
9425 The SETUP COLLECTION LIST screen lets you manage your collection
9426 definitions.  See 
9427 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
9428 for detailed explanation of collections.<P>
9430 Maintenance commands include:
9431 <DL>
9432 <DT>Change
9433 <!--chtml if pinemode="function_key"-->
9434 (F4)
9435 <!--chtml else-->
9437 <!--chtml endif-->
9438 </DT>
9440 <DD>Modify attributes of the selected collection definition.
9442 <DT>Add Cltn
9443 <!--chtml if pinemode="function_key"-->
9444 (F9)
9445 <!--chtml else-->
9447 <!--chtml endif-->
9448 </DT>
9450 <DD>Create a new collection definition.
9451 </DD>
9453 <DT>Del Cltn
9454 <!--chtml if pinemode="function_key"-->
9455 (F10)
9456 <!--chtml else-->
9458 <!--chtml endif-->
9459 </DT>
9461 <DD>Delete the selected collection definition.<BR>
9462 NOTE: The folders and directories referred to by the
9463 collection definition are <EM>NOT</EM> deleted.  Folders must
9464 be deleted, if that's what you wish to do, from the 
9465 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
9466 individual folders in a collection.
9467 </DD>
9469 <DT>Shuffle
9470 <!--chtml if pinemode="function_key"-->
9471 (F11)
9472 <!--chtml else-->
9474 <!--chtml endif-->
9475 </DT>
9477 <DD>Change the order of the displayed collections.  Alpine will offer
9478 to move the currently selected collection one position UP
9479 or DOWN.
9480 </DD>
9481 </DL>
9484 &lt;End of help on this topic&gt;
9485 </BODY>
9486 </HTML>
9487 ============ h_what_are_collections ==========
9488 <HTML>
9489 <HEAD>
9490 <TITLE>Folder Collections Explained</TITLE>
9491 </HEAD>
9492 <BODY>
9493 <H1>Folder Collections Explained</H1>
9496 Those of you with simple mail configurations will just see a list of all the
9497 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
9498 The special folders for INBOX, sent mail and saved messages
9499 will appear at the top of the list.  All others are in alphabetical order.
9501 If you
9502 or your system administrator have defined more than one collection or if
9503 you have a collection (for newsgroups or email folders) defined on your 
9504 system, then you will see the COLLECTION LIST screen first when choosing 
9505 FOLDER LIST from Alpine's MAIN MENU.
9507 <H2>Why have multiple folder collections?</H2>
9509 For Alpine users who only maintain email folders (and not too many) on one host, 
9510 a single folder collection is probably sufficient.<P>
9512 However, people who have more than one email account - for example, one 
9513 at their university, and one with their personal Internet Service Provider - 
9514 will have different sets of folders on different hosts, and they may want to
9515 access them all from the same installation of Alpine, rather than use different 
9516 software and/or log into other hosts to manipulate messages in different 
9517 accounts.  (If in doubt whether one of your email accounts can be accessed 
9518 with Alpine, contact the technical support people for that account.)  Even people
9519 who have only one email account on one host, but have dozens or
9520 hundreds of email folders, may want to arrange these folders together in a 
9521 meaningful way.<BR>
9522 That is where multiple collections come in.
9524 <H2>Types of Collections</H2>
9525 <DL>
9526 <DT>INCOMING FOLDERS</DT>
9527 <DD>&quot;Incoming Message Folders&quot; 
9528 is a special collection typically used to supplement your single INBOX.  
9529 All the folders here are meant to be ones that receive incoming messages, 
9530 which you intend to check more or less frequently.  
9531 You may have multiple folders like this because you or your systems 
9532 administrator have set up an external program or you may have set up
9533 Alpine to filter incoming 
9534 messages into different folders, based on certain criteria such as 
9535 sender, recipient, or subject; or because you have multiple accounts and 
9536 wish to check their INBOXes easily.  This collection is established by 
9537 setting the 
9538 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
9539 feature in the SETUP CONFIGURATION screen, which is accessed from the 
9540 MAIN MENU.
9541 </DD>
9543 <DT>NEWS</DT>
9544 <DD>You can also define a collection specifically for
9545 newsgroups.  Alpine does this for you implicitly when you 
9546 <A HREF="h_config_nntp_server">define an NNTP Server</A>
9547 in your Alpine configuration.  The news collection appears last in the 
9548 COLLECTION LIST (though you can shuffle it up in the order of presentation),
9549 and Alpine knows not to save messages there.
9550 </DD>
9552 <DT>DEFAULT COLLECTION</DT>
9553 <DD>This is the default collection for your saved and sent messages folders.
9554 </DD>
9555 </DL>
9559 <H2>Defining Collections</H2>
9561 In the absence of any folder-collection definitions, Alpine will assume a
9562 single default folder collection.
9563 <!--chtml if pinemode="os_windows"-->
9564 <!--chtml else-->
9565 If necessary, Alpine will create the directory
9566 &quot;mail&quot; in your Unix home directory 
9567 to hold your folders.
9568 <!--chtml endif-->
9570 You can use the 
9571 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
9572 the MAIN MENU, to manage your collection list.  
9574 &lt;End of help on this topic&gt;
9575 </BODY>
9576 </HTML>
9577 ===== h_select_address_screen =====
9578 <HTML>
9579 <HEAD>
9580 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
9581 </HEAD>
9582 <BODY>
9583 <H1>SELECT AN ADDRESS SCREEN</H1>
9584 <H2>COMMANDS</H2>
9585 <!--chtml if pinemode="function_key"-->
9586 <PRE>
9587 Available  Commands                        
9588 -------------------------------            
9589 F1  Show Help Text
9590 F3  Exit without selecting anything
9591 F4  Select the highlighted address
9592 F5  Move highlight to previous address
9593 F6  Move highlight to next address
9594 F7  Previous page of addresses
9595 F8  Next page of addresses
9596 F11 Print
9597 F12 WhereIs
9598 </PRE>
9599 <!--chtml else-->
9600 <PRE>
9601 Navigation                     General Alpine Commands
9602 -------------------------      -----------------------
9603  P  Prev Address                ?  Display this help text
9604  N  Next Address                E  Exit without selecting anything
9605  -  Previous page               %  Print
9606 Spc (space bar) Next page
9607  W  WhereIs
9609 Select Command
9610 ------------------------------------------------
9611  S  Select the highlighted address
9612 </PRE>
9613 <!--chtml endif-->
9615 <H2>Description of the Select Address Screen</H2>
9617 This screen gives you an easy way to select an address from all of
9618 the address book entries that match the prefix typed so far.
9620 <P><UL>
9621 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9622 </UL>
9624 &lt;End of help on this topic&gt;
9625 </BODY>
9626 </HTML>
9627 ===== h_select_rule_screen =====
9628 <HTML>
9629 <HEAD>
9630 <TITLE>SELECT A RULE SCREEN</TITLE>
9631 </HEAD>
9632 <BODY>
9633 <H1>SELECT A RULE SCREEN</H1>
9634 <H2>COMMANDS</H2>
9635 <!--chtml if pinemode="function_key"-->
9636 <PRE>
9637 Available  Commands                        
9638 -------------------------------            
9639 F1  Show Help Text
9640 F3  Exit without selecting anything
9641 F4  Select the highlighted rule
9642 F5  Move highlight to previous rule
9643 F6  Move highlight to next rule
9644 F7  Previous page of rules
9645 F8  Next page of rules
9646 F11 Print
9647 F12 WhereIs
9648 </PRE>
9649 <!--chtml else-->
9650 <PRE>
9651 Navigation                     General Alpine Commands
9652 -------------------------      -----------------------
9653  P  Prev Rule                   ?  Display this help text
9654  N  Next Rule                   E  Exit without selecting anything
9655  -  Previous page               %  Print
9656 Spc (space bar) Next page
9657  W  WhereIs
9659 Select Command
9660 ------------------------------------------------
9661  S  Select the highlighted rule
9662 </PRE>
9663 <!--chtml endif-->
9665 <H2>Description of the Select Rule Screen</H2>
9667 This screen just gives you an easy way to select a rule from all of your
9668 defined rules.
9669 The list of rules presented is the list of nicknames of all of the rules
9670 defined using Setup/Rules.
9671 For selecting messages, it is likely that the Indexcolor rules and possibly
9672 the Roles rules will be most useful.
9673 The others are there also, in case you find a use for them.
9675 In order for this to be useful for selecting messages, the nicknames of
9676 the rules have to be different.
9677 Alpine actually just gets the nickname of the rule that you select and then
9678 looks up that rule using the nickname.
9679 So if there are duplicate nicknames, the first rule that has that
9680 nickname will be used.
9682 <P><UL>
9683 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9684 </UL>
9686 &lt;End of help on this topic&gt;
9687 </BODY>
9688 </HTML>
9689 ===== h_select_priority_screen =====
9690 <HTML>
9691 <HEAD>
9692 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
9693 </HEAD>
9694 <BODY>
9695 <H1>SELECT A PRIORITY SCREEN</H1>
9696 <H2>COMMANDS</H2>
9697 <!--chtml if pinemode="function_key"-->
9698 <PRE>
9699 Available  Commands                        
9700 -------------------------------            
9701 F1  Show Help Text
9702 F3  Exit without selecting anything
9703 F4  Select the highlighted priority
9704 F5  Move highlight to previous priority
9705 F6  Move highlight to next priority
9706 F7  Previous page of priorities
9707 F8  Next page of priorities
9708 F11 Print
9709 F12 WhereIs
9710 </PRE>
9711 <!--chtml else-->
9712 <PRE>
9713 Navigation                     General Alpine Commands
9714 -------------------------      -----------------------
9715  P  Prev Priority               ?  Display this help text
9716  N  Next Priority               E  Exit without selecting anything
9717  -  Previous page               %  Print
9718 Spc (space bar) Next page
9719  W  WhereIs
9721 Select Command
9722 ------------------------------------------------
9723  S  Select the highlighted priority
9724 </PRE>
9725 <!--chtml endif-->
9727 <H2>Description of the Select Priority Screen</H2>
9729 This screen gives you a way to select a priority for the message you are sending.
9730 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
9731 Some mail programs will display an indication of the priority level to
9732 the recipient of the message, some will ignore it.
9733 Even in cases where the mail programs of both the sender and the recipient
9734 agree on the meaning of this header, keep in mind that it is
9735 something that the sender sets so it is only an indication
9736 of the priority that the sender attaches to the mail.
9737 Alpine can be made to display an indication of this priority in incoming
9738 messages by use of one of the tokens
9739 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
9740 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
9741 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
9743 <P><UL>
9744 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9745 </UL>
9747 &lt;End of help on this topic&gt;
9748 </BODY>
9749 </HTML>
9750 ===== h_select_keyword_screen =====
9751 <HTML>
9752 <HEAD>
9753 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
9754 </HEAD>
9755 <BODY>
9756 <H1>SELECT A KEYWORD SCREEN</H1>
9757 <H2>COMMANDS</H2>
9758 <!--chtml if pinemode="function_key"-->
9759 <PRE>
9760 Available  Commands                        
9761 -------------------------------            
9762 F1  Show Help Text
9763 F3  Exit without selecting anything
9764 F4  Select the highlighted keyword
9765 F5  Move highlight to previous keyword
9766 F6  Move highlight to next keyword
9767 F7  Previous page of keywords
9768 F8  Next page of keywords
9769 F11 Print
9770 F12 WhereIs
9771 </PRE>
9772 <!--chtml else-->
9773 <PRE>
9774 Navigation                     General Alpine Commands
9775 -------------------------      -----------------------
9776  P  Prev Keyword                ?  Display this help text
9777  N  Next Keyword                E  Exit without selecting anything
9778  -  Previous page               %  Print
9779 Spc (space bar) Next page
9780  W  WhereIs
9782 Select Command
9783 ------------------------------------------------
9784  S  Select the highlighted keyword
9785 </PRE>
9786 <!--chtml endif-->
9788 <H2>Description of the Select Keyword Screen</H2>
9790 This screen just gives you an easy way to select a keyword.
9791 The list of keywords presented is the list of all keywords defined in your 
9792 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
9793 If you have given a keyword a nickname, that nickname is displayed
9794 instead of the actual keyword.
9796 <P><UL>
9797 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9798 </UL>
9800 &lt;End of help on this topic&gt;
9801 </BODY>
9802 </HTML>
9803 ===== h_select_charset_screen =====
9804 <HTML>
9805 <HEAD>
9806 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
9807 </HEAD>
9808 <BODY>
9809 <H1>SELECT A CHARACTER SET SCREEN</H1>
9810 <H2>COMMANDS</H2>
9811 <!--chtml if pinemode="function_key"-->
9812 <PRE>
9813 Available  Commands                        
9814 -------------------------------            
9815 F1  Show Help Text
9816 F3  Exit without selecting anything
9817 F4  Select the highlighted character set
9818 F5  Move highlight to previous character set
9819 F6  Move highlight to next character set
9820 F7  Previous page of character sets
9821 F8  Next page of character sets
9822 F11 Print
9823 F12 WhereIs
9824 </PRE>
9825 <!--chtml else-->
9826 <PRE>
9827 Navigation                     General Alpine Commands
9828 -------------------------      -----------------------
9829  P  Prev Character Set          ?  Display this help text
9830  N  Next Character Set          E  Exit without selecting anything
9831  -  Previous page               %  Print
9832 Spc (space bar) Next page
9833  W  WhereIs
9835 Select Command
9836 ------------------------------------------------
9837  S  Select the highlighted character set
9838 </PRE>
9839 <!--chtml endif-->
9841 <H2>Description of the Select A Character Set Screen</H2>
9843 This screen just gives you an easy way to select a character set from the
9844 set of character sets Alpine knows about.
9845 The list presented will vary slightly depending on what option you are
9846 selecting the character set for.
9848 <P><UL>
9849 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9850 </UL>
9852 &lt;End of help on this topic&gt;
9853 </BODY>
9854 </HTML>
9855 ===== h_select_multcharsets_screen =====
9856 <HTML>
9857 <HEAD>
9858 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
9859 </HEAD>
9860 <BODY>
9861 <H1>SELECT CHARACTER SETS SCREEN</H1>
9862 <H2>COMMANDS</H2>
9863 <!--chtml if pinemode="function_key"-->
9864 <PRE>
9865 Available  Commands
9866 -------------------------------            
9867 F1  Show Help Text
9868 F3  Exit without selecting anything
9869 F4  Select the highlighted charset (or chosen charsets in ListMode)
9870 F5  Move highlight to previous charset
9871 F6  Move highlight to next charset
9872 F7  Previous page of charsets
9873 F8  Next page of charsets
9874 F9  Toggle choices when using ListMode
9875 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
9876 F11 Print
9877 F12 WhereIs
9878 </PRE>
9879 <!--chtml else-->
9880 <PRE>
9881 Navigation                     General Alpine Commands
9882 -------------------------      -----------------------
9883  P  Prev Charset                ?  Display this help text
9884  N  Next Charset                E  Exit without selecting anything
9885  -  Previous page               %  Print
9886 Spc (space bar) Next page
9887  W  WhereIs
9889 Select Command
9890 ------------------------------------------------
9891  S  Select the highlighted charset (or chosen charsets in ListMode)
9892  L  Turn on ListMode (makes it easy to choose multiple charsets)
9893  1  Turn off ListMode
9894  X  Toggle choices when using ListMode
9895 </PRE>
9896 <!--chtml endif-->
9898 <H2>Description of the Select Character Set Screen</H2>
9900 This screen just gives you an easy way to select a character set or a list of
9901 character sets.
9902 The list of character sets presented is the list of all character sets known to
9903 Alpine.
9904 You may select other character sets by typing them in directly.
9906 <P><UL>
9907 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9908 </UL>
9910 &lt;End of help on this topic&gt;
9911 </BODY>
9912 </HTML>
9913 ===== h_select_multkeyword_screen =====
9914 <HTML>
9915 <HEAD>
9916 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
9917 </HEAD>
9918 <BODY>
9919 <H1>SELECT KEYWORDS SCREEN</H1>
9920 <H2>COMMANDS</H2>
9921 <!--chtml if pinemode="function_key"-->
9922 <PRE>
9923 Available  Commands
9924 -------------------------------            
9925 F1  Show Help Text
9926 F3  Exit without selecting anything
9927 F4  Select the highlighted keyword (or chosen keywords in ListMode)
9928 F5  Move highlight to previous keyword
9929 F6  Move highlight to next keyword
9930 F7  Previous page of keywords
9931 F8  Next page of keywords
9932 F9  Toggle choices when using ListMode
9933 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
9934 F11 Print
9935 F12 WhereIs
9936 </PRE>
9937 <!--chtml else-->
9938 <PRE>
9939 Navigation                     General Alpine Commands
9940 -------------------------      -----------------------
9941  P  Prev Keyword                ?  Display this help text
9942  N  Next Keyword                E  Exit without selecting anything
9943  -  Previous page               %  Print
9944 Spc (space bar) Next page
9945  W  WhereIs
9947 Select Command
9948 ------------------------------------------------
9949  S  Select the highlighted keyword (or chosen keywords in ListMode)
9950  L  Turn on ListMode (makes it easy to choose multiple keywords)
9951  1  Turn off ListMode
9952  X  Toggle choices when using ListMode
9953 </PRE>
9954 <!--chtml endif-->
9956 <H2>Description of the Select Keyword Screen</H2>
9958 This screen just gives you an easy way to select a keyword or a list of
9959 keywords.
9960 The list of keywords presented is the list of all keywords defined in your 
9961 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
9962 If you have given a keyword a nickname, that nickname is displayed
9963 instead of the actual keyword.
9965 <P><UL>
9966 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9967 </UL>
9969 &lt;End of help on this topic&gt;
9970 </BODY>
9971 </HTML>
9972 ===== h_select_incoming_to_monitor =====
9973 <HTML>
9974 <HEAD>
9975 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
9976 </HEAD>
9977 <BODY>
9978 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
9979 <H2>COMMANDS</H2>
9980 <!--chtml if pinemode="function_key"-->
9981 <PRE>
9982 Available  Commands
9983 -------------------------------            
9984 F1  Show Help Text
9985 F3  Exit without selecting anything
9986 F4  Select the marked folders
9987 F5  Move highlight to previous folder
9988 F6  Move highlight to next folder
9989 F7  Previous page of folders
9990 F8  Next page of folders
9991 F9  Toggle choices on or off
9992 F11 Print
9993 F12 WhereIs
9994 </PRE>
9995 <!--chtml else-->
9996 <PRE>
9997 Navigation                     General Alpine Commands
9998 -------------------------      -----------------------
9999  P  Prev Folder                 ?  Display this help text
10000  N  Next Folder                ^C  exit without changing anything
10001  -  Previous page               %  Print
10002 Spc (space bar) Next page
10003  W  WhereIs
10005 Select Command
10006 ------------------------------------------------
10007  S  Select the marked folders
10008  X  Toggle choices on or off
10009 </PRE>
10010 <!--chtml endif-->
10012 <H2>Description of the Select Folders to Check Screen</H2>
10014 This screen is only useful if the feature
10015 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
10016 is set.
10017 By default, when you set that feature all of your incoming folders
10018 will be checked periodically for Unseen messages.
10019 By using this screen, you may restrict the set of monitored folders to
10020 a subset of all of the incoming folders.
10022 Mark the folders you want to monitor for Unseen messages with
10023 an &quot;X&quot;.
10024 When you've finished marking all your selections use the Select
10025 command to register your choices.
10026 To return to the default of checking all incoming folders
10027 delete all folders or unmark all folders.
10029 <P><UL>
10030 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10031 </UL>
10033 &lt;End of help on this topic&gt;
10034 </BODY>
10035 </HTML>
10036 ===== h_role_select =====
10037 <HTML>
10038 <HEAD>
10039 <TITLE>ROLES SCREEN</TITLE>
10040 </HEAD>
10041 <BODY>
10042 <H1>ROLES SCREEN</H1>
10043 <H2>ROLES COMMANDS</H2>
10044 <!--chtml if pinemode="function_key"-->
10045 <PRE>
10046 Available  Commands                        
10047 -------------------------------            
10048 F1  Show Help Text
10049 F3  Exit without a selection
10050 F4  Select a role to use in composition
10051 F5  Move to previous role
10052 F6  Move to next role
10053 F7  Previous page of roles
10054 F8  Next page of roles
10055 F11 Change Default Role
10056 F12 Whereis (search role nicknames)
10057 </PRE>
10058 <!--chtml else-->
10059 <PRE>
10060 Navigation                     General Alpine Commands
10061 -------------------------      -----------------------
10062  P  Prev Role                     ?  Display this help text
10063  N  Next Role                     E  Exit without a selection
10064  -  Previous page
10065 Spc (space bar) Next page
10066  W  WhereIs (search for word in role nicknames)
10068 Select Role Commands
10069 ------------------------------------------------
10070  [Return]  Select highlighted role
10071  D         Change Default Role
10072 </PRE>
10073 <!--chtml endif-->
10075 <H2>Description of the Roles Screen</H2>
10077 With this screen you select a role to be used in the composition of a
10078 message.
10079 Use the Previous and Next commands to highlight the role you wish to
10080 use.
10081 When you type carriage return you will be placed in the composer using the highlighted role.
10083 You don't have any non-default <A HREF="h_rules_roles">roles</A>
10084 available unless you set them up.
10085 You may do so by using the Setup/Rules command on the MAIN MENU.
10087 By using the D command, you may set a default role that will persist until
10088 you change it or until you exit Alpine.
10089 The D command toggles through three states: set the default role, unset the
10090 default role, and leave the default role as it is.
10091 <P><UL>
10092 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10093 </UL>
10095 &lt;End of help on this topic&gt;
10096 </BODY>
10097 </HTML>
10098 ===== h_role_abook_select =====
10099 <HTML>
10100 <HEAD>
10101 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
10102 </HEAD>
10103 <BODY>
10104 <H1>SELECT ADDRESS BOOK SCREEN</H1>
10105 <H2>COMMANDS</H2>
10106 <!--chtml if pinemode="function_key"-->
10107 <PRE>
10108 Available  Commands                        
10109 -------------------------------            
10110 F1  Show Help Text
10111 F3  Exit screen without selecting anything
10112 F4  Select highlighted address book
10113 F5  Move to previous address book
10114 F6  Move to next address book
10115 F7  Previous page of address books
10116 F8  Next page of address books
10117 F12 Whereis
10118 </PRE>
10119 <!--chtml else-->
10120 <PRE>
10121 Navigation                     General Alpine Commands
10122 -------------------------      -----------------------
10123  P  Previous addrbook          ?  Display this help text
10124  N  Next addrbook
10125  -  Previous page
10126 Spc (space bar) Next page
10127  W  WhereIs
10129 Select Role Commands
10130 ------------------------------------------------
10131  S  Select highlighted address book
10132  E  Exit screen without selecting anything
10133 </PRE>
10134 <!--chtml endif-->
10136 <H2>Description of the Select Address Book Screen</H2>
10138 This screen helps you select one of your address books.
10139 Use the Previous and Next commands to highlight the address book you wish to
10140 select.
10141 <P><UL>
10142 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10143 </UL>
10145 &lt;End of help on this topic&gt;
10146 </BODY>
10147 </HTML>
10148 ======== h_rule_patterns =============
10149 <HTML>
10150 <HEAD>
10151 <TITLE>PATTERNS</TITLE>
10152 </HEAD>
10153 <BODY>
10154 <H1>PATTERNS</H1>
10155 Patterns are used with Roles, Filtering, Index Coloring,
10156 Scoring, Other Rules, and Search Rules.
10157 Patterns are compared with a message to see if there is a match.
10158 For Filtering, the messages being checked are all the messages in the
10159 folder, one at a time.
10160 For Index Line Coloring, each message that is visible on the screen is
10161 checked for matches with the Index Coloring Patterns.
10162 Roles are used with the Reply, Forward, and Compose commands.
10163 For Reply, the message used to compare the Pattern with is the message
10164 being replied to;
10165 for Forward, the message used to compare the Pattern with is the message
10166 being forwarded;
10167 and for Compose, there is no message, so the parts of the Pattern that depend
10168 on a message (everything other than Current Folder Type and the
10169 Beginning of Month and Year)
10170 are not used.
10171 Only the Current Folder Type matters for Compose (plus the Beginning of
10172 Month or Year, which you wouldn't usually use for a Role).
10173 For Scoring, the message being scored is compared with all of the Score
10174 Patterns, and the Score Values from the ones that match are added together to 
10175 get the message's score.
10176 For Other Rules, there is no message. Only the Current Folder Type is checked
10177 for Other Rules.
10179 Each Pattern has several possible parts, all of which are optional.
10180 In order for there to be a match, <EM>ALL</EM> of the
10181 <EM>defined</EM> parts of the Pattern must match the message.
10182 If a part is not defined it is considered a match, but note that a filtering
10183 Pattern must have at least one defined part or it will be ignored.
10184 For example, if the To pattern is not defined it will be
10185 displayed as
10187 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
10189 That is considered a match because it is not defined.
10190 This means that the Pattern with nothing defined is a match if the
10191 Current Folder Type matches, but there is an exception that was mentioned
10192 in the previous paragraph.
10193 Because filtering is a potentially destructive action, filtering Patterns
10194 with nothing other than Current Folder Type defined are ignored.
10195 If you really want a filtering Pattern to match all messages (subject to
10196 Current Folder Type) the best way to do it is to define a Score interval
10197 that includes all possible scores.
10198 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
10199 This can be used even if you haven't defined any rules to Set Scores.
10201 There are six predefined header patterns called the To, From, Sender, Cc, News,
10202 and Subject patterns.
10203 Besides those six predefined header patterns, you may add
10204 additional header patterns with header fieldnames of your choosing.
10205 You add an extra header pattern by placing the cursor on one of the
10206 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
10207 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
10208 and the Partic pattern is a header pattern that stands for
10209 Participant (From OR To OR Cc).
10210 (Defining the Recip pattern does not have the same effect as defining both
10211 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
10212 Similar to the header patterns are the AllText pattern and the BodyText pattern.
10213 Instead of comparing this pattern's text against only the contents of
10214 a particular header field, the text for the AllText pattern is compared
10215 with text anywhere in the message's header or body, and the text for the
10216 BodyText pattern is compared with text anywhere in the message's body.
10218 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
10219 &quot;!&quot; &quot;toggle NOT&quot; command.
10220 You can tell that <EM>NOT</EM> has been turned on by looking for the character
10221 &quot;!&quot; at the beginning of the pattern line.
10222 When the &quot;!&quot; is present, it reverses the meaning of the match.
10223 That is, if the pattern matches then it is considered to NOT be a match, and
10224 if it does not match it is considered to be a match.
10226 Don't make the mistake of putting the &quot;!&quot; in the data field for
10227 a pattern.
10228 For example, if you type the characters &quot;!urgent&quot; into the Subject
10229 pattern, the pattern will look like:
10231 <PRE>
10232  Subject pattern = !urgent
10233 </PRE>
10235 This means you want to match the 7 character sequence &quot;!urgent&quot;.
10236 In order to match messages that do not have &quot;urgent&quot; in
10237 their Subject field, first type the characters &quot;urgent&quot; followed
10238 by carriage return for the value of the Subject pattern, then negate it
10239 by typing the &quot;!&quot; command.
10240 It should look like
10242 <PRE>
10243  ! Subject pattern = urgent
10244 </PRE>
10246 The contents of each of these header patterns (or the AllText or BodyText patterns) may
10247 be a complete email address, part of an address, or a random set of
10248 characters to match against.
10249 It may also be a list of such patterns, which means you
10250 are looking for a match against the first pattern in the list <EM>OR</EM>
10251 the second pattern <EM>OR</EM> the third and so on.
10252 For example, a Subject pattern equal to
10254 <PRE>
10255  Subject pattern = urgent
10256                    emergency
10257                    alert
10258 </PRE>
10260 would match all messages with a subject that contained at least one
10261 of those words.
10262 It would also match subjects containing the words &quot;alerts&quot; or
10263 &quot;Urgently&quot;.
10265 The same example with &quot;NOT&quot; turned on would be
10267 <PRE>
10268  ! Subject pattern = urgent
10269                      emergency
10270                      alert
10271 </PRE>
10273 which would match all messages with a subject that did <EM>NOT</EM> contain any of
10274 those words.
10275 You can use the &quot;Add Value&quot; command to add new words to the list,
10276 or you can enter them as a comma-separated list.
10278 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
10279 present for a match.
10280 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
10281 pattern2 must be present,
10282 and that is exactly what using a list does.)
10284 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
10285 also part of the Pattern, although the &quot;Score Interval&quot; is not used
10286 when checking for matches for Scoring.
10287 There are five similar settings that relate to the status of the message.
10288 These settings rely on the message being New or not, Deleted or not,
10289 Answered or not, Important or not, and Recent or not.
10290 There are also some other miscellaneous settings.
10291 The first is the Age of the message in days.
10292 Another is the Size of the message, in bytes.
10293 The third is a setting that detects whether or not the Subject of a
10294 message contains raw 8-bit characters (unencoded characters with the most
10295 significant bit set).
10296 There is a setting that detects whether or not this is the first time
10297 Alpine has been run this month (doesn't depend on individual messages),
10298 and another that detects whether or not this is the first time Alpine has
10299 been run this year.
10300 Other parts of the Pattern detect whether or not the From address of a
10301 message appears in your address book, whether or not certain keywords
10302 are set for a message, and whether or not certain character sets are
10303 used in a message.
10305 <H2>Parts of a Pattern</H2>
10307 <H3>Header patterns</H3>
10309 A header pattern is simply text that is searched for in the corresponding
10310 header field.
10311 For example, if a Pattern has a From header pattern with the value
10312 &quot;@company.com&quot;, then only messages that have a From header
10313 that contains the text &quot;@company.com&quot; will be possible
10314 matches.
10315 Matches don't have to be exact.
10316 For example, if the relevant field of a message contains the text
10317 &quot;mailbox@domain&quot; somewhere
10318 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
10319 &quot;mailbox@domain&quot; are all matches.
10321 All parts of the Pattern must match so, for example,
10322 if a message matches a defined
10323 From pattern, it still must be checked against the other parts of the
10324 Pattern that have been defined.
10325 The To header pattern is a slightly special case.
10326 If the message being checked has a Resent-To header
10327 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
10328 there are used in place of the addresses in the To header.
10329 This is only true for the To header.
10330 Resent-cc and Resent-From headers are never used unless you add them
10331 with the eXtraHdrs command.
10333 The meaning of a header pattern may be negated with the
10334 &quot;!&quot; &quot;toggle NOT&quot; command.
10335 You can tell that <EM>NOT</EM> has been turned on by looking for the character
10336 &quot;!&quot; at the beginning of the pattern line.
10337 It would look something like
10339 <PRE>
10340  ! From pattern = susan@example.com
10341 </PRE>
10343 When the &quot;!&quot; is present, it reverses the meaning of the match.
10345 If you want to check for the presence of a header field but don't care
10346 about its value, then
10347 the empty pattern that you get by entering a pair of
10348 double quotes (&quot;&quot;) should match any message that
10349 has the corresponding header field.
10351 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
10353 AllText patterns are just like header patterns except that the text is
10354 searched for anywhere in the message's headers or body, not just in the
10355 contents of a particular header field.
10358 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
10360 BodyText patterns are just like header patterns except that the text is
10361 searched for anywhere in the message's body, not just in the
10362 contents of a particular header field.
10365 If there is more than one header pattern or AllText pattern or BodyText pattern
10366 for which you want to take the
10367 same action there is a shorthand notation that may be used.
10368 Any of these patterns may be a list of patterns instead of
10369 just a single pattern.
10370 If any one of the patterns in the list matches the message
10371 then it is considered a match.
10372 For example, if &quot;company1&quot; and &quot;company2&quot; both required
10373 you to use the same role when replying to messages, you might have
10374 a To pattern that looks like
10376 <PRE>
10377  To pattern = company1.com
10378               company2.com
10379 </PRE>
10381 This means that if the mail you are replying to was addressed to
10382 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
10383 then this Pattern is a match and the same actions will be taken.
10385 The meaning of an AllText or BodyText pattern may be negated with the
10386 &quot;!&quot; &quot;toggle NOT&quot; command.
10387 You can tell that <EM>NOT</EM> has been turned on by looking for the character
10388 &quot;!&quot; at the beginning of the pattern line.
10389 When the &quot;!&quot; is present, it reverses the meaning of the match.
10391 A technicality: Since comma is the character used to separate multiple values
10392 in any of the fields that may have multiple values (such as header patterns,
10393 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
10394 you must escape comma with a
10395 backslash (&#92;) if you want to include a literal comma in one of those fields.
10396 In other words, if you type a backslash followed by a comma it will
10397 be interpreted as a comma by Alpine, instead of as a separator between
10398 pattern values.
10399 All other backslashes (those not followed by a comma) are literal
10400 backslashes and should not be escaped.
10401 It's unlikely you'll ever need to enter a literal comma or backslash in
10402 any of the patterns.
10404 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
10406 The &quot;Current Folder Type&quot; may be set to one of four different
10407 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
10408 &quot;Specific&quot;.
10409 If the value is set to &quot;News&quot;, then the
10410 Pattern will only match if the currently open folder is a newsgroup.
10411 The value &quot;Email&quot; only matches if the current folder is not news and
10412 the value &quot;Any&quot; causes any folder to match.
10413 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
10414 then you must fill in a value for &quot;Folder&quot;, which is on the line
10415 below the &quot;Specific&quot; line.
10416 In this case you will only get a match if the currently open folder is
10417 the specific folder you list.
10418 You may give a list of folders instead of just a single
10419 folder name, in which case the Pattern will match if the open folder is
10420 any one of the folders in the list.
10421 The name of each folder in the list may be either &quot;INBOX&quot;,
10422 the technical specification
10423 of the folder (like what appears in your configuration file) or, if the
10424 folder is one of your incoming folders, it may be the nickname you've given
10425 the folder.
10426 Here are some samples of specific folder names:
10428 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
10430 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
10432 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
10434 The easiest way to fill in the &quot;Folder&quot; field is to use
10435 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
10436 highlighted, or to use the &quot;Take&quot; command with the configuration
10437 feature
10438 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
10439 turned on.
10441 When reading a newsgroup, there may be a performance penalty
10442 incurred when collecting the information necessary to check whether
10443 or not a Pattern matches a message.
10444 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
10445 If you have Patterns with a Current Folder Type of either
10446 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
10447 Index Line Coloring or Scoring, you may experience
10448 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
10450 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
10452 The &quot;Age Interval&quot; may be set to an interval of message
10453 ages that should be considered a match.
10454 Like the other parts of the Pattern, if it is unset it will be ignored.
10455 The Age Interval looks like
10457 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
10459 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
10460 than or equal to zero.
10461 The special value &quot;INF&quot; may be used for
10462 the max value. It represents infinity.
10464 Actually, this option may be defined as a list of intervals instead
10465 of just a single interval.
10466 The list is separated by commas.
10467 It can look like
10469 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
10471 When there is an Age Interval defined, it is a match if the age, in days, of
10472 the message is contained in any of the intervals.
10473 The intervals include both endpoints.
10475 Even though this option is called Age, it isn't actually
10476 the <EM>age</EM> of the message.
10477 Instead, it is how many days ago the message arrived in one of your folders.
10478 If the current time is a little past midnight, then a message that arrived
10479 just before midnight arrived yesterday, even though the message is only
10480 a few minutes old.
10481 By default, the date being used is not the date in the Date
10482 header of the message.
10483 It is the date that the message arrived in one of your folders.
10484 When you Save a message from one folder to another that arrival date
10485 is preserved.
10486 If you would like to use the date in the Date header that is possible.
10487 Turn on the option
10488 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
10489 near the bottom of the rule definition.
10490 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
10492 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
10494 The &quot;Size Interval&quot; may be set to an interval of message
10495 sizes that should be considered a match.
10496 Like the other parts of the Pattern, if it is unset it will be ignored.
10497 The Size Interval looks like
10499 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
10501 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
10502 than or equal to zero.
10503 The special value &quot;INF&quot; may be used for
10504 the max value. It represents infinity.
10506 Actually, this option may be defined as a list of intervals instead
10507 of just a single interval.
10508 The list is separated by commas.
10509 It can look like
10511 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
10513 When there is a Size Interval defined, it is a match if the size, in bytes, of
10514 the message is contained in any of the intervals.
10515 The intervals include both endpoints.
10517 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
10519 The &quot;Score Interval&quot; may be set to an interval of message
10520 scores that should be considered a match.
10521 Like the other parts of the Pattern, if it is unset it will be ignored.
10522 The Score Interval looks like
10524 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
10526 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
10527 negative integers, with min_score less than or equal to max_score.
10528 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
10529 the min and max values to represent negative and positive infinity.
10531 Actually, a list of intervals may be used if you wish.
10532 A list would look like
10534 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
10536 When there is a Score Interval defined, it is a match if the score for
10537 the message is contained in any of the intervals in the list.
10538 The intervals include the endpoints.
10539 The score for a message is calculated by looking at every Score rule defined and
10540 adding up the Score Values for the ones that match the message.
10541 When deciding whether or not a Pattern matches a message for purposes of
10542 calculating the score, the Score Interval is ignored.
10544 <H3><A NAME="pattern_message_status">Message Status</A></H3>
10546 There are five separate message status settings.
10547 By default, all five are set to the value &quot;Don't care&quot;, which
10548 will match any message.
10549 The value &quot;Yes&quot; means that the particular status must be true
10550 for a match, and the value &quot;No&quot; means that the particular
10551 status must not be true for a match.
10552 For example, one of the five Message Status settings is whether a message
10553 is marked Important or not.
10554 A &quot;Yes&quot; means that the message must be Important to be
10555 considered a match and &quot;No&quot; means that the message must not be
10556 Important to be considered a match.
10557 The same is true of the other four message status settings that depend
10558 on whether or not the message is New; whether the message has 
10559 been Answered or not; whether the message has been Deleted or not, and
10560 whether the message is Recent or not. 
10562 The nomenclature for New and Recent is a bit confusing:
10564 New means that the message is Unseen.
10565 It could have been in your mailbox for a long time but if you haven't looked
10566 at it, it is still considered New.
10567 That matches the default Alpine index display that shows an N for such a
10568 message.
10570 Recent means that the message was added to this folder since the last time
10571 you opened the folder.
10572 Alpine also shows an N by default for these types of messages.
10573 If you were to run two copies of Alpine that opened a folder one right after
10574 the other, a message would only show up as Recent in (at most) the first
10575 Alpine session.
10577 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
10579 Keywords are similar to Message Status, but they are chosen by the user.
10580 Provided the mail server allows for it, you may add a set of possible keywords
10581 to a folder and then you may set those keywords or not for each message
10582 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
10583 The syntax of this part of the Pattern is similar to the header patterns.
10584 It is a list of keywords.
10585 The Keyword part of the Pattern is a match if the message has any of
10586 the keywords in the list set.
10587 Like other parts of the Pattern, if this is unset it will be ignored.
10589 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
10591 A message may use one or more character sets.
10592 This part of the Pattern matches messages that make use of one or more of
10593 the character sets specified in the pattern.
10594 It will be considered a match if a message uses any of the character
10595 sets in the list you give here.
10598 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
10599 GB2312) you may also use some shorthand names that Alpine provides.
10600 These names are more understandable shorthand names for sets of 
10601 character set names.
10602 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
10603 Selecting one of these shorthand names is equivalent to selecting all of
10604 the character sets that make up the set.
10605 You can see all of these shorthand names and the lists of character sets
10606 they stand for by typing the &quot;T&quot; command with the Character
10607 Set pattern highlighted.
10608 The syntax of this part of the Pattern is similar to the header patterns
10609 and the Message Keywords pattern.
10610 It is a list of character sets (or shorthand names).
10611 The Character Set part of the Pattern is a match if the message uses any
10612 of the character sets in the list.
10613 Like other parts of the Pattern, if this is unset it will be ignored.
10615 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
10617 It seems that lots of unwanted email contains unencoded 8-bit characters
10618 in the Subject.
10619 Normally, characters with the 8th bit set are not allowed in the Subject
10620 header unless they are MIME-encoded.
10621 This option gives you a way to match messages that have Subjects that
10622 contain unencoded 8-bit characters.
10623 By default, the value of this option is &quot;Don't care&quot;, which
10624 will match any message.
10625 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
10626 the Subject of the message in order for there to be a match,
10627 and the value &quot;No&quot; is the opposite.
10628 Setting this option will affect performance in large folders because the
10629 subject of each message in the folder has to be checked.
10631 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
10633 This option gives you a way to take some action once per month.
10634 By default, the value of this option is &quot;Don't care&quot;, which
10635 will always match.
10636 The value &quot;Yes&quot; means that this must be the first time Alpine has
10637 been run this month in order to count as a match,
10638 and the value &quot;No&quot; is the opposite.
10640 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
10642 This option gives you a way to take some action once per year.
10643 By default, the value of this option is &quot;Don't care&quot;, which
10644 will always match.
10645 The value &quot;Yes&quot; means that this must be the first time Alpine has
10646 been run this year in order to count as a match,
10647 and the value &quot;No&quot; is the opposite.
10649 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
10651 This option gives you a way to match messages that have an address
10652 that is in one of your address books.
10653 Only the simple entries in your address books are searched.
10654 Address book distribution lists are ignored!
10655 By default, the value of this option is &quot;Don't care&quot;, which
10656 will match any message.
10657 The value &quot;Yes, in any address book&quot; means the address
10658 from the message must be in at least one of your
10659 address books in order to be a match.
10660 The value &quot;No, not in any address book&quot;
10661 means none of the addresses may
10662 be in any of your address books in order to be a match.
10663 The values &quot;Yes, in specific address books&quot; and
10664 &quot;No, not in any of specific address books&quot; are similar but instead
10665 of depending on all address books you are allowed to give a list of address
10666 books to look in.
10667 The addresses from the message that are checked for are determined by the
10668 setting you have for &quot;Types of addresses to check for in address book&quot;.
10669 If you set this to &quot;From&quot; the From address from the message will
10670 be looked up in the address book.
10671 If you set it to only &quot;To&quot; then the To addresses will be used.
10672 If any of the To addresses are in the address book then it is considered
10673 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
10674 You could set it to both From and To, in which case all of the From and To
10675 addresses are used.
10676 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
10677 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
10678 exists or the From address if there is no Reply-To address.
10679 Same for the Sender address.
10680 Setting this option may affect performance in large folders because the
10681 From and Reply-To of each message in the folder have to be checked.
10683 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
10685 This is a command that is run with its standard input set to the message
10686 being checked and its standard output discarded.
10687 The full directory path should be specified.
10688 The command will be run and then its exit status will be checked against
10689 the Exit Status Interval, which defaults to just the value zero.
10690 If the exit status of the command falls in the interval, it is considered
10691 a match, otherwise it is not a match.
10694 This option may actually be a list of commands.
10695 The first one that exists and is executable is used.
10696 That makes it possible to use the same configuration with Unix Alpine and
10697 PC-Alpine.
10700 If none of the commands in the list exists and is executable then the rule
10701 is <EM>not</EM> a match.
10702 If it is possible that the command may not exist, you should be careful
10703 to structure your rules so that nothing destructive
10704 happens when the command does not exist.
10705 For example, you might have a filter that filters away spam when there is
10706 a match but does nothing when there is not a match.
10707 That would continue to work correctly if the command didn't exist.
10708 However, if you have a filter that filters away spam when there is not
10709 a match and keeps it when there is a match, that would filter everything
10710 if the categorizer command didn't exist.
10712 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
10713 setup for the bogofilter filter.
10716 &lt;End of help on this topic&gt;
10717 </BODY>
10718 </HTML>
10719 ===== h_rules_roles =====
10720 <HTML>
10721 <HEAD>
10722 <TITLE>SETUP ROLES SCREEN</TITLE>
10723 </HEAD>
10724 <BODY>
10725 <H1>SETUP ROLES SCREEN</H1>
10726 <H2>SETUP ROLES COMMANDS</H2>
10727 <!--chtml if pinemode="function_key"-->
10728 <PRE>
10729 Available  Commands -- Group 1         Available Commands -- Group 2   
10730 -------------------------------        ------------------------------  
10731 F1  Show Help Text                      F1  Show Help Text             
10732 F2  See commands in next group          F2  See commands in next group
10733 F3  Back to MAIN Alpine menu
10734 F4  Change configuration for role
10735 F5  Move to previous role               F5  Include file in role config
10736 F6  Move to next role                   F6  Exclude file from config
10737 F7  Previous page of roles
10738 F8  Next page of roles
10739 F9  Add new role                        F9  Replicate existing role
10740 F10 Delete existing role
10741 F11 Shuffle the order of roles
10742 F12 Whereis (search role nicknames)
10743 </PRE>
10744 <!--chtml else-->
10745 <PRE>
10746 Navigation                     General Alpine Commands
10747 -------------------------      -----------------------
10748  P  Prev Role                     ?  Display this help text
10749  N  Next Role                     E  Back to MAIN Alpine menu
10750  -  Previous page
10751 Spc (space bar) Next page
10752  W  WhereIs (search for word in role nicknames)
10754 Setup Roles Commands
10755 ------------------------------------------------
10756  A  Add new role                  $  Shuffle the order of roles
10757  D  Delete existing role          C  Change configuration for highlighted role
10758  R  Replicate existing role
10759  I  Include file in role config   X  Exclude file from role config
10760 </PRE>
10761 <!--chtml endif-->
10763 <H2>Description of the Setup Roles Screen</H2>
10765 This screen lets you add, delete, modify, or change the order of the rules
10766 that determine the role you are playing when composing a message.
10768 You may play different roles depending on who you are replying to.
10769 For example, if you are replying to a message addressed to help-desk you
10770 may be acting as a Help Desk Worker.
10771 That role may require that you use a different return address and/or
10772 a different signature.
10774 Roles are optional.
10775 If you set up roles they work like this:  Each role has a set of
10776 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
10777 considered for a particular use; a &quot;Pattern&quot;,
10778 which is used to decide which of the eligible roles is used; and a set
10779 of &quot;Actions&quot;, which are taken when that role is used.
10780 When you reply to a message, the message you are replying to is compared
10781 with the Patterns of the roles marked as eligible for use when replying.
10782 The comparisons start with the first eligible role and keep going until there
10783 is a match.
10784 If a match is found, the matching role's Actions are taken.
10786 It is also possible to set a default role and to change that role during
10787 your Alpine session.
10788 When you start Alpine no default role will be set.
10789 You may set or change the current default role by using the &quot;D&quot;
10790 command in the role selection screen.
10791 You'll see that screen while composing a message and being asked to select
10792 a role.
10793 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
10794 compose a message.
10795 You may find a default role useful if you normally perform the duties of one
10796 of your roles for a while, then you switch to another role and stay in the
10797 new role for another period of time.
10798 It may be easier than using the Role Command to select the role each time you
10799 compose a message.
10801 <H2>Role Uses</H2>
10803 There are three types of use to be configured;
10804 one for Replying, one for Forwarding, and one for Composing.
10805 These indicate whether or not you want a role to be considered when you
10806 type the Reply, Forward, or Compose commands.
10807 (The Role command is an alternate form of the Compose command, and it is
10808 not affected by these settings.)
10809 Each of these Use types has three possible values.
10810 The value &quot;Never&quot;
10811 means that the role will never be considered as a candidate for use with
10812 the corresponding command.
10813 For example, if you set a role's Reply Use to Never, then when you Reply to
10814 a message, that role won't even be considered.
10815 (That isn't quite true. If the message you are replying to matches some other
10816 role that requires confirmation,
10817 then there will be a ^T command available which allows you to select a role
10818 from all of your roles, not just the reply-eligible roles.)
10821 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
10822 both mean that you do want to consider this role when using the corresponding
10823 command.
10824 For either of these settings the role's Pattern will
10825 be checked to see if it matches the message.
10826 For Reply Use, the message used to compare the Pattern with is the message
10827 being replied to.
10828 For Forward Use, the message used to compare the Pattern with is the message
10829 being forwarded.
10830 For Compose Use, there is no message, so the parts of the Pattern that depend
10831 on a message (everything other than Current Folder Type) are ignored.
10832 In all cases, the Current Folder Type is checked if defined.
10833 If there is a match then this role will either be used without confirmation
10834 or will be the default when confirmation is asked for, depending on
10835 which of the two options is selected.
10836 If confirmation is requested, you will have a chance to
10837 choose No Role instead of the offered role, or to
10838 change the role to any one of your other roles (with the ^T command).
10840 <H2>Role Patterns</H2>
10842 In order to determine whether or not a message matches a role the message is
10843 compared with the Role's Pattern.
10844 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10845 Scoring, Other Rules, and Search Rules, so are described in only one place,
10846 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10848 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
10849 a role that has all header patterns unset, the AllText pattern unset,
10850 the BodyText pattern unset,
10851 the Score Interval unset, and the Current Folder Type set to
10852 &quot;Any&quot; may be used as a default role.
10853 It should be put last in the list of roles since the matching
10854 starts at the beginning and proceeds until one of the roles is a match.
10855 If no roles at all match, then Alpine will
10856 use its regular methods of defining the role.
10857 If you wanted to, you could define a different &quot;default&quot; role
10858 for Replying, Forwarding, and Composing by setting the
10859 &quot;Use&quot; fields appropriately.
10861 <H2>Role Actions</H2>
10863 Once a role match is found, the role's Actions are taken.
10864 For each role there are several possible actions that may be defined.
10865 They are actions to set the From address, the Reply-To address,
10866 the Fcc, the Signature, the Template file, and Other Headers.
10868 <H3>Set From</H3>
10870 The From address is the address used on the From line of the message
10871 you are sending.
10873 <H3>Set Reply-To</H3>
10875 The Reply-To address is the address used on the Reply-To line of the message
10876 you are sending.
10877 You don't need a Reply-To address unless it is different from the From address.
10879 <H3>Set Other Headers</H3>
10881 If you want to set the value of the From or Reply-To headers, use
10882 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
10883 If you want to set the values of other headers, use this field.
10884 This field is similar to the
10885 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
10886 Each header you specify here must include the header tag
10887 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
10888 and may optionally include a value for that header.
10889 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
10890 for a header here will replace any value that already exists.
10891 For example, if you are Replying to a message there will be at least one
10892 address in the To header (the address you are Replying to).
10893 However, if you Reply using a role that sets the To header, that role's
10894 To header value will be used instead.
10896 <H3>Set Fcc</H3>
10898 The Fcc is used as the Fcc for the message you are sending.
10900 <H3>Set Signature or Set LiteralSig</H3>
10902 The Signature is the name of a file to be used as the signature file when
10903 this role is being used.
10904 If the name of the file has a vertical bar following it (|)
10905 then it is assumed that the file is a program that should be run to
10906 produce the signature.
10907 If the LiteralSig is set, then it is used instead of the signature file.
10908 LiteralSig is just a different way to store the signature.
10909 It is stored in the pine configuration file instead of in a separate
10910 signature file.
10911 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
10912 either in the role or as the default signature in the Setup/Config screen,
10913 then the signature file is ignored.
10915 <H3>Set Template</H3>
10917 A Template is the name of a file to be included in the message when this
10918 role is being used.
10919 If the name of the file has a vertical bar following it (|)
10920 then it is assumed that the file is a program that should be run to
10921 produce the template.
10924 Both signature files and template files may be stored remotely on an IMAP
10925 server.
10926 In order to do that you just give the file a remote name.
10927 This works just like the regular
10928 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
10929 option that is configured from the Setup/Configuration screen.
10930 A remote signature file name might look like:
10932 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
10934 Once you have named the remote signature or template file you create its
10935 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
10936 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
10937 line of the role editor.
10940 Both signature files and template files (or the output of signature programs
10941 and template file programs) may contain special tokens
10942 that are replaced with contents
10943 that depend on the message being replied to or forwarded.
10944 See the help for the individual fields inside the role editor for more
10945 information on tokens.
10947 <H3>Use SMTP Server</H3>
10949 If this field has a value, then it will be used as the SMTP server
10950 to send mail when this role is being used (unless the SMTP server variable
10951 is set in the system-wide fixed configuration file).
10952 It has the same semantics as the
10953 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
10954 variable in the Setup/Config screen.
10955 When you postpone the composition this SMTP server list will be saved
10956 with the postponed composition and it cannot be changed later.
10957 Because of that, you may want to make this a list of SMTP servers
10958 with the preferred server at the front of the list and alternate servers
10959 later in the list.
10962 If any of the actions are left unset, then the action depends on what
10963 is present in the &quot;Initialize settings using role&quot; field.
10964 If you've listed the nickname of another one of your roles there, then the
10965 corresponding action from that role will be used here.
10966 If that action is also blank, or if there is no nickname specified,
10967 then Alpine will do whatever it normally does to set these actions.
10968 This depends on other configuration options and features you've set.
10970 <H2>Command Descriptions</H2>
10972 <H3>Add</H3>
10974 The Add command is used to add a new role definition to your set of
10975 roles.
10976 The new role will be added after the highlighted role.
10978 <H3>Delete</H3>
10980 The Delete command deletes the currently highlighted role.
10982 <H3>Change</H3>
10984 The Change command lets you edit the nickname, Uses, Pattern,
10985 and Actions of the currently highlighted role.
10987 <H3>Shuffle</H3>
10989 The Shuffle command allows you to change the order of the roles.
10990 You may move the currently highlighted role up or down in the list.
10991 The order of the roles is important since the roles are tested for a
10992 match starting with the first role and continuing until a match is found.
10993 You should place the roles with more specific Patterns near the beginning
10994 of the list, and those with more general Patterns near the end so that
10995 the more specific matches will happen when appropriate.
10997 <H3>Replicate</H3>
10999 The Replicate command is used to copy an existing role and modify it.
11000 The new role will be added after the highlighted role.
11002 <H3>IncludeFile</H3>
11004 The IncludeFile command allows you to add a roles file to your configuration.
11005 Usually, your roles will be contained in your Alpine configuration file.
11006 If you wish, some or all of your roles may be stored in a separate file.
11007 If a roles file already exists (maybe it was made by somebody else using
11008 Alpine), you may insert it before the currently highlighted role.
11009 You may also insert an empty file or a file that does not yet exist.
11010 Once you have an empty roles file in your configuration, you may use
11011 the Shuffle command to move roles into it.
11012 In fact, that's the only way to get the initial role into the file.
11014 <H3>eXcludeFile</H3>
11016 The eXcludeFile command removes a roles file from your roles configuration.
11017 A limitation of the program is that in order to exclude a roles file
11018 that file must have at least one role
11019 in it, otherwise you won't be able to highlight a line in the file.
11020 So you may have to add a dummy role to the file in order to exclude the file.
11021 <P><UL>
11022 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11023 </UL>
11025 &lt;End of help on this topic&gt;
11026 </BODY>
11027 </HTML>
11028 ===== h_rules_other =====
11029 <HTML>
11030 <HEAD>
11031 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
11032 </HEAD>
11033 <BODY>
11034 <H1>SETUP OTHER RULES SCREEN</H1>
11035 <H2>SETUP OTHER RULES COMMANDS</H2>
11036 <!--chtml if pinemode="function_key"-->
11037 <PRE>
11038 Available  Commands -- Group 1         Available Commands -- Group 2   
11039 -------------------------------        ------------------------------  
11040 F1  Show Help Text                      F1  Show Help Text             
11041 F2  See commands in next group          F2  See commands in next group
11042 F3  Back to MAIN Alpine menu
11043 F4  Change configuration for rule
11044 F5  Move to previous rule               F5  Include file in rule config
11045 F6  Move to next rule                   F6  Exclude file from config
11046 F7  Previous page of rules
11047 F8  Next page of rules
11048 F9  Add new rule                        F9  Replicate existing rule
11049 F10 Delete existing rule
11050 F11 Shuffle the order of rules
11051 F12 Whereis (search rule nicknames)
11052 </PRE>
11053 <!--chtml else-->
11054 <PRE>
11055 Navigation                     General Alpine Commands
11056 -------------------------      -----------------------
11057  P  Prev rule                     ?  Display this help text
11058  N  Next rule                     E  Back to MAIN Alpine menu
11059  -  Previous page
11060 Spc (space bar) Next page
11061  W  WhereIs (search for word in rule nicknames)
11063 Setup Other Rules Commands
11064 ------------------------------------------------
11065  A  Add new rule                  $  Shuffle the order of rules
11066  D  Delete existing rule          C  Change configuration for highlighted rule
11067  R  Replicate existing rule
11068  I  Include file in rule config   X  Exclude file from rule config
11069 </PRE>
11070 <!--chtml endif-->
11072 <H2>Description of the Setup Other Rules Screen</H2>
11074 This is where you may set various actions that do not fit well into the
11075 other Rules categories.
11077 <H2>Patterns</H2>
11079 Other Rules are a little different from the rest of the Rules because
11080 they depend only on the current folder, and not on a particular message.
11081 In order to determine whether or not a rule's actions should be applied
11082 the current folder is compared with the rule's Pattern, which consists
11083 of only the Current Folder Type.
11084 Current Folder Type works the same for Other Rules as it does for Roles,
11085 Filtering, Index Coloring, and Scoring.
11086 Keep in mind that the only part of the Pattern that applies to Other
11087 Rules is the Current Folder Type when looking at the description of
11088 Patterns given
11089 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11091 <H2>The Actions</H2>
11093 <H3>Set Sort Order</H3>
11095 When you enter a new folder, these rules will be checked to see if you
11096 have set a sort order that is different from your default sort order.
11097 The default is set in the Setup/Config screen with
11098 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
11099 If the Sort Order action is set, then the folder will be displayed sorted in
11100 that sort order instead of in the default order.
11102 A possible point of confusion arises when you change the configuration
11103 of the Sort Order for the currently open folder.
11104 The folder will normally be re-sorted when you go back to viewing the
11105 index.
11106 However, if you have manually sorted the folder with the
11107 Sort
11108 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
11109 command, then it will not be re-sorted until the next time it is opened.
11111 <H3>Set Index Format</H3>
11113 When you enter a new folder, these rules will be checked to see if you
11114 have set an Index Format that is different from your default Index Format,
11115 which is set with the
11116 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
11117 If so, the index will be displayed with this format instead of the default.
11119 <H3>Set Startup Rule</H3>
11121 When you enter a new folder, these rules will be checked to see if you
11122 have set a startup rule that is different from the default startup rule.
11123 The default for incoming folders is set in the Setup/Config screen with
11124 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
11125 The default for folders other than INBOX that are not part of your
11126 incoming collection
11127 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
11128 is to start with the last message in the folder.
11129 If the Startup Rule is set to something other than &quot;default&quot;,
11130 then the rule will determine which message will be the current message when
11131 the folder is first opened.
11133 The various startup rule possibilities work the same here as they do in
11134 the incoming collection, so check
11135 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
11136 for more help.
11138 <H2>Command Descriptions</H2>
11140 <H3>Add</H3>
11142 The Add command is used to add a new rule definition to your set of
11143 rules.
11144 The new rule will be added after the highlighted rule.
11146 <H3>Delete</H3>
11148 The Delete command deletes the currently highlighted rule.
11150 <H3>Change</H3>
11152 The Change command lets you edit the nickname, Pattern,
11153 and Action of the currently highlighted rule.
11155 <H3>Shuffle</H3>
11157 The Shuffle command allows you to change the order of the rules.
11158 You may move the currently highlighted rule up or down in the list.
11159 The order of the rules is important since the rules are tested for a
11160 match starting with the first rule and continuing until a match is found.
11161 You should place the rules with more specific Patterns near the beginning
11162 of the list, and those with more general Patterns near the end so that
11163 the more specific matches will happen when appropriate.
11165 <H3>Replicate</H3>
11167 The Replicate command is used to copy an existing rule definition and modify it.
11168 The new rule will be added after the highlighted rule.
11170 <H3>IncludeFile</H3>
11172 The IncludeFile command allows you to add a rules file to your configuration.
11173 Usually, your rules will be contained in your Alpine configuration file.
11174 If you wish, some or all of your rules may be stored in a separate file.
11175 If a rules file already exists (maybe it was made by somebody else using
11176 Alpine), you may insert it before the currently highlighted rule.
11177 You may also insert an empty file or a file that does not yet exist.
11178 Once you have an empty rules file in your configuration, you may use
11179 the Shuffle command to move rules into it.
11180 In fact, that's the only way to get the initial rule into the file.
11182 <H3>eXcludeFile</H3>
11184 The eXcludeFile command removes a rules file from your rules configuration.
11185 A limitation of the program is that in order to exclude a rules file
11186 that file must have at least one rule
11187 in it, otherwise you won't be able to highlight a line in the file.
11188 So you may have to add a dummy rule to the file in order to exclude the file.
11189 <P><UL>
11190 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11191 </UL>
11193 &lt;End of help on this topic&gt;
11194 </BODY>
11195 </HTML>
11196 ===== h_rules_srch =====
11197 <HTML>
11198 <HEAD>
11199 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
11200 </HEAD>
11201 <BODY>
11202 <H1>SETUP SEARCH RULES SCREEN</H1>
11203 <H2>SETUP SEARCH RULES COMMANDS</H2>
11204 <!--chtml if pinemode="function_key"-->
11205 <PRE>
11206 Available  Commands -- Group 1         Available Commands -- Group 2   
11207 -------------------------------        ------------------------------  
11208 F1  Show Help Text                      F1  Show Help Text             
11209 F2  See commands in next group          F2  See commands in next group
11210 F3  Back to MAIN Alpine menu
11211 F4  Change configuration for rule
11212 F5  Move to previous rule               F5  Include file in rule config
11213 F6  Move to next rule                   F6  Exclude file from config
11214 F7  Previous page of rules
11215 F8  Next page of rules
11216 F9  Add new rule                        F9  Replicate existing rule
11217 F10 Delete existing rule
11218 F11 Shuffle the order of rules
11219 F12 Whereis (search rule nicknames)
11220 </PRE>
11221 <!--chtml else-->
11222 <PRE>
11223 Navigation                     General Alpine Commands
11224 -------------------------      -----------------------
11225  P  Prev rule                     ?  Display this help text
11226  N  Next rule                     E  Back to MAIN Alpine menu
11227  -  Previous page
11228 Spc (space bar) Next page
11229  W  WhereIs (search for word in rule nicknames)
11231 Setup Search Rules Commands
11232 ------------------------------------------------
11233  A  Add new rule                  $  Shuffle the order of rules
11234  D  Delete existing rule          C  Change configuration for highlighted rule
11235  R  Replicate existing rule
11236  I  Include file in rule config   X  Exclude file from rule config
11237 </PRE>
11238 <!--chtml endif-->
11240 <H2>Description of the Setup Search Rules Screen</H2>
11242 One of the commands that becomes available when that feature is turned on
11243 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
11244 screen to select a set of messages.
11245 One way of selecting messages is to use a Rule.
11246 All of the messages that match (or don't match if you wish)
11247 a Rule's Pattern will be selected.
11249 Any of your Rules may be used for this purpose.
11250 You might already have Rules set up for filtering, index line color, scores, or roles;
11251 and you may use any of those Rules with the Select command.
11252 However, you might find it more convenient to set up a separate set of Rules
11253 just for this purpose without having to worry about what other effects
11254 they may cause.
11255 That is the purpose of these Select Rules.
11258 Each rule has a &quot;Pattern&quot;
11259 that is used to decide which messages are selected when you use it with
11260 the Select command.
11262 <H2>Patterns</H2>
11264 In order to determine whether or not a message should be selected
11265 the message is compared with the rule's Pattern.
11266 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11267 Scoring, Other Rules, and Search Rules, so are described in only one place,
11268 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11270 <H2>Command Descriptions</H2>
11272 <H3>Add</H3>
11274 The Add command is used to add a new rule definition to your set of
11275 rules.
11276 The new rule will be added after the highlighted rule.
11278 <H3>Delete</H3>
11280 The Delete command deletes the currently highlighted rule.
11282 <H3>Change</H3>
11284 The Change command lets you edit the nickname and Pattern
11285 of the currently highlighted rule.
11287 <H3>Shuffle</H3>
11289 The Shuffle command allows you to change the order of the rules.
11290 This affects only the order they are presented in when you use the
11291 ^T subcommand of the Select by Rule command.
11292 You may move the currently highlighted rule up or down in the list.
11294 <H3>Replicate</H3>
11296 The Replicate command is used to copy an existing rule definition and modify it.
11297 The new rule will be added after the highlighted rule.
11299 <H3>IncludeFile</H3>
11301 The IncludeFile command allows you to add a rules file to your configuration.
11302 Usually, your rules will be contained in your Alpine configuration file.
11303 If you wish, some or all of your rules may be stored in a separate file.
11304 If a rules file already exists (maybe it was made by somebody else using
11305 Alpine), you may insert it before the currently highlighted rule.
11306 You may also insert an empty file or a file that does not yet exist.
11307 Once you have an empty rules file in your configuration, you may use
11308 the Shuffle command to move rules into it.
11309 In fact, that's the only way to get the initial rule into the file.
11311 <H3>eXcludeFile</H3>
11313 The eXcludeFile command removes a rules file from your rules configuration.
11314 A limitation of the program is that in order to exclude a rules file
11315 that file must have at least one rule
11316 in it, otherwise you won't be able to highlight a line in the file.
11317 So you may have to add a dummy rule to the file in order to exclude the file.
11318 <P><UL>
11319 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11320 </UL>
11322 &lt;End of help on this topic&gt;
11323 </BODY>
11324 </HTML>
11325 ===== h_rules_incols =====
11326 <HTML>
11327 <HEAD>
11328 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
11329 </HEAD>
11330 <BODY>
11331 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
11332 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
11333 <!--chtml if pinemode="function_key"-->
11334 <PRE>
11335 Available  Commands -- Group 1         Available Commands -- Group 2   
11336 -------------------------------        ------------------------------  
11337 F1  Show Help Text                      F1  Show Help Text             
11338 F2  See commands in next group          F2  See commands in next group
11339 F3  Back to MAIN Alpine menu
11340 F4  Change configuration for rule
11341 F5  Move to previous rule               F5  Include file in rule config
11342 F6  Move to next rule                   F6  Exclude file from config
11343 F7  Previous page of rules
11344 F8  Next page of rules
11345 F9  Add new rule                        F9  Replicate existing rule
11346 F10 Delete existing rule
11347 F11 Shuffle the order of rules
11348 F12 Whereis (search rule nicknames)
11349 </PRE>
11350 <!--chtml else-->
11351 <PRE>
11352 Navigation                     General Alpine Commands
11353 -------------------------      -----------------------
11354  P  Prev rule                     ?  Display this help text
11355  N  Next rule                     E  Back to MAIN Alpine menu
11356  -  Previous page
11357 Spc (space bar) Next page
11358  W  WhereIs (search for word in rule nicknames)
11360 Setup Index Color Commands
11361 ------------------------------------------------
11362  A  Add new rule                  $  Shuffle the order of rules
11363  D  Delete existing rule          C  Change configuration for highlighted rule
11364  R  Replicate existing rule
11365  I  Include file in rule config   X  Exclude file from rule config
11366 </PRE>
11367 <!--chtml endif-->
11369 <H2>Description of the Setup Index Line Colors Screen</H2>
11371 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
11372 This action is only available if your terminal is capable of displaying
11373 color and color display has been enabled with the
11374 <A HREF="h_config_color_style">Color Style</A> option within the
11375 Setup Color screen.
11376 (In PC-Alpine, color is always enabled so there is no option to turn on.)
11377 This screen lets you add, delete, modify, or change the order of the rules
11378 that cause the lines in the MESSAGE INDEX to be displayed in different
11379 colors.
11381 Each rule has a &quot;Pattern&quot;,
11382 which is used to decide which of the rules is used; and the color that
11383 is used if the Pattern matches a particular message.
11385 <H2>Index Color Patterns</H2>
11387 In order to determine whether or not a message matches an Index Color Rule
11388 the message is compared with the rule's Pattern.
11389 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11390 Scoring, Other Rules, and Search Rules, so are described in only one place,
11391 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11394 If none of the Index Color rules is a match for a particular index line,
11395 then the color used is set using
11396 the <A HREF="h_color_setup">Setup Kolor</A> screen.
11398 <H2>Index Line Color</H2>
11400 This is the color that index lines are colored when there is a matching
11401 Pattern.
11402 This colors the whole index line, except possibly the status letters,
11403 which may be colored separately using
11404 the <A HREF="h_color_setup">Setup Kolor</A> screen.
11406 <H2>Command Descriptions</H2>
11408 <H3>Add</H3>
11410 The Add command is used to add a new rule definition to your set of
11411 rules.
11412 The new rule will be added after the highlighted rule.
11414 <H3>Delete</H3>
11416 The Delete command deletes the currently highlighted rule.
11418 <H3>Change</H3>
11420 The Change command lets you edit the nickname, Pattern,
11421 and Index Line Color of the currently highlighted rule.
11423 <H3>Shuffle</H3>
11425 The Shuffle command allows you to change the order of the rules.
11426 You may move the currently highlighted rule up or down in the list.
11427 The order of the rules is important since the rules are tested for a
11428 match starting with the first rule and continuing until a match is found.
11429 You should place the rules with more specific Patterns near the beginning
11430 of the list, and those with more general Patterns near the end so that
11431 the more specific matches will happen when appropriate.
11433 <H3>Replicate</H3>
11435 The Replicate command is used to copy an existing rule definition and modify it.
11436 The new rule will be added after the highlighted rule.
11438 <H3>IncludeFile</H3>
11440 The IncludeFile command allows you to add a rules file to your configuration.
11441 Usually, your rules will be contained in your Alpine configuration file.
11442 If you wish, some or all of your rules may be stored in a separate file.
11443 If a rules file already exists (maybe it was made by somebody else using
11444 Alpine), you may insert it before the currently highlighted rule.
11445 You may also insert an empty file or a file that does not yet exist.
11446 Once you have an empty rules file in your configuration, you may use
11447 the Shuffle command to move rules into it.
11448 In fact, that's the only way to get the initial rule into the file.
11450 <H3>eXcludeFile</H3>
11452 The eXcludeFile command removes a rules file from your rules configuration.
11453 A limitation of the program is that in order to exclude a rules file
11454 that file must have at least one rule
11455 in it, otherwise you won't be able to highlight a line in the file.
11456 So you may have to add a dummy rule to the file in order to exclude the file.
11457 <P><UL>
11458 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11459 </UL>
11461 &lt;End of help on this topic&gt;
11462 </BODY>
11463 </HTML>
11464 ===== h_rules_filter =====
11465 <HTML>
11466 <HEAD>
11467 <TITLE>SETUP FILTERING SCREEN</TITLE>
11468 </HEAD>
11469 <BODY>
11470 <H1>SETUP FILTERING SCREEN</H1>
11471 <H2>SETUP FILTERING COMMANDS</H2>
11472 <!--chtml if pinemode="function_key"-->
11473 <PRE>
11474 Available  Commands -- Group 1         Available Commands -- Group 2   
11475 -------------------------------        ------------------------------  
11476 F1  Show Help Text                      F1  Show Help Text             
11477 F2  See commands in next group          F2  See commands in next group
11478 F3  Back to MAIN Alpine menu
11479 F4  Change configuration for filter
11480 F5  Move to previous filter             F5  Include file in filter config
11481 F6  Move to next filter                 F6  Exclude file from config
11482 F7  Previous page of filters
11483 F8  Next page of filters
11484 F9  Add new filter                      F9  Replicate existing filter
11485 F10 Delete existing filter
11486 F11 Shuffle the order of filters
11487 F12 Whereis (search filter nicknames)
11488 </PRE>
11489 <!--chtml else-->
11490 <PRE>
11491 Navigation                     General Alpine Commands
11492 -------------------------      -----------------------
11493  P  Prev Filter                   ?  Display this help text
11494  N  Next Filter                   E  Back to MAIN Alpine menu
11495  -  Previous page
11496 Spc (space bar) Next page
11497  W  WhereIs (search for word in filter nicknames)
11499 Setup Filters Commands
11500 ------------------------------------------------
11501  A  Add new filter                $  Shuffle the order of filters
11502  D  Delete existing filter        C  Change configuration for highlighted filter
11503  R  Replicate existing filter
11504  I  Include file in filter config X  Exclude file from filter config
11505 </PRE>
11506 <!--chtml endif-->
11508 <H2>Description of the Setup Filtering Screen</H2>
11510 This screen lets you add, delete, modify, or change the order of the rules
11511 that determine the filtering Alpine does on folders you view.
11513 The software that actually delivers mail (the stuff that happens
11514 before Alpine is involved) for you is in a better position to do mail filtering
11515 than Alpine itself.
11516 If possible, you may want to look into using that sort of mail filtering to
11517 deliver mail to different folders, delete it, or forward it.
11518 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
11520 Filtering is a way to automatically move certain messages from one folder
11521 to another or to delete messages.
11522 It can also be used to set message status (Important, Deleted, New,
11523 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
11524 Alpine doesn't have the ability to forward mail to another address or
11525 to deliver vacation messages.
11527 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
11528 When a folder is opened, when new mail arrives in an open folder, or
11529 when mail is Expunged from a folder; each
11530 message is compared with the Patterns of your filtering rules.
11531 The comparisons start with the first rule and keep going until there
11532 is a match.
11533 If a match is found, the message may be deleted or moved, depending on
11534 the setting of the Filter Action.
11535 If the message is not deleted, it may have its status altered.
11538 <EM>NOTE:</EM>
11539 When setting up a Pattern used to delete messages,
11540 it is recommended that you test the Pattern first with a &quot;Move&quot;
11541 folder specified in
11542 case unintended matches occur.  Messages that are deleted will be removed 
11543 from the folder and <EM>unrecoverable</EM> from within Alpine after the
11544 next Expunge command or once the folder being filtered has been closed.
11546 <H2>Filter Patterns</H2>
11548 In order to determine whether or not a message matches a filter the message is
11549 compared with the Filter's Pattern.
11550 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11551 Scoring, Other Rules, and Search Rules, so are described in only one place,
11552 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11554 Since filtering is a potentially destructive action, if you have a filtering
11555 Pattern with nothing other than Current Folder Type set, that filtering
11556 rule is ignored.
11558 <H2>Filter Actions</H2>
11560 Once a filter match is found for a particular message, there are some actions
11561 that may be taken.
11562 First, the message may have its status changed.
11563 This is the same message status that you can manipulate manually using the
11564 <a href="h_common_flag">Flag Command</a>.
11565 There are always four elements of message status that you can control.
11566 You can set or clear the Important status, the New status, the Deleted
11567 status, and the Answered status.
11568 Of course, if the filter is going to delete the message,
11569 then there is no point in setting message status.
11570 You may also be able to set user-defined keywords for a message.
11571 Read a little about keywords in the help text for the
11572 <A HREF="h_common_flag">Flag</A> command.
11574 Second, the filter may delete or move the message.
11575 Deleting the message marks it Deleted and removes it from view.
11576 It is effectively gone forever (though it technically is still there until
11577 the next expunge command, which may happen implicitly).
11578 Moving the message moves it from the open folder into the folder
11579 listed on the &quot;Folder List&quot; line of the filter configuration.
11580 If you list more than one folder name (separated by commas) then the message
11581 will be copied to each of those folders.
11582 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
11583 message is removed from the current folder.
11584 If you just want to set the messages status without deleting it from
11585 the folder, then set the filter action to
11586 &quot;Just Set Message Status&quot;.
11588 (There is no way to do a Copy instead of a Move, due to the difficulties
11589 involved in keeping track of whether or not a message has
11590 already been copied.)
11592 <H2>Command Descriptions</H2>
11594 <H3>Add</H3>
11596 The Add command is used to add a new filter definition to your set of
11597 filters.
11598 The new filter will be added after the highlighted filter.
11600 <H3>Delete</H3>
11602 The Delete command deletes the currently highlighted filter.
11604 <H3>Change</H3>
11606 The Change command lets you edit the nickname, Pattern,
11607 and Folder of the currently highlighted filter.
11609 <H3>Shuffle</H3>
11611 The Shuffle command allows you to change the order of the filters.
11612 You may move the currently highlighted filter up or down in the list.
11613 The order of the filters is important since the filters are tested for a
11614 match starting with the first filter and continuing until a match is found.
11615 You should place the filters with more specific Patterns near the beginning
11616 of the list, and those with more general Patterns near the end so that
11617 the more specific matches will happen when appropriate.
11619 <H3>Replicate</H3>
11621 The Replicate command is used to copy an existing filter and modify it.
11622 The new filter will be added after the highlighted filter.
11624 <H3>IncludeFile</H3>
11626 The IncludeFile command allows you to add a filters file to your configuration.
11627 Usually, your filters will be contained in your Alpine configuration file.
11628 If you wish, some or all of your filters may be stored in a separate file.
11629 If a filters file already exists (maybe it was made by somebody else using
11630 Alpine), you may insert it before the currently highlighted filter.
11631 You may also insert an empty file or a file that does not yet exist.
11632 Once you have an empty filters file in your configuration, you may use
11633 the Shuffle command to move filters into it.
11634 In fact, that's the only way to get the initial filter into the file.
11636 <H3>eXcludeFile</H3>
11638 The eXcludeFile command removes a filters file from your filters configuration.
11639 A limitation of the program is that in order to exclude a filters file
11640 that file must have at least one filter
11641 in it, otherwise you won't be able to highlight a line in the file.
11642 So you may have to add a dummy filter to the file in order to exclude the file.
11643 <P><UL>
11644 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11645 </UL>
11647 <H3>Performance Considerations</H3>
11648 The number and type of patterns being tested can 
11649 adversely effect performance.  Issues to be aware
11650 of include:
11652 <UL>
11653   <LI> The more filters you have defined the longer it will take to run down
11654 the list.  Deleting unused filters is a good idea.
11655   <LI> Filtering in newsgroups served by an NNTP server will be slow
11656 if your patterns include tests other than &quot;From:&quot;
11657 or &quot;Subject:&quot;.
11658 </UL>
11660 &lt;End of help on this topic&gt;
11661 </BODY>
11662 </HTML>
11663 ===== h_rules_score =====
11664 <HTML>
11665 <HEAD>
11666 <TITLE>SETUP SCORING SCREEN</TITLE>
11667 </HEAD>
11668 <BODY>
11669 <H1>SETUP SCORING SCREEN</H1>
11670 <H2>SETUP SCORING COMMANDS</H2>
11671 <!--chtml if pinemode="function_key"-->
11672 <PRE>
11673 Available  Commands -- Group 1         Available Commands -- Group 2   
11674 -------------------------------        ------------------------------  
11675 F1  Show Help Text                      F1  Show Help Text             
11676 F2  See commands in next group          F2  See commands in next group
11677 F3  Back to MAIN Alpine menu
11678 F4  Change configuration for rule
11679 F5  Move to previous rule               F5  Include file in rule config
11680 F6  Move to next rule                   F6  Exclude file from config
11681 F7  Previous page of rules
11682 F8  Next page of rules
11683 F9  Add new rule                        F9  Replicate existing rule
11684 F10 Delete existing rule
11685 F11 Shuffle the order of rules
11686 F12 Whereis (search rule nicknames)
11687 </PRE>
11688 <!--chtml else-->
11689 <PRE>
11690 Navigation                     General Alpine Commands
11691 -------------------------      -----------------------
11692  P  Prev rule                     ?  Display this help text
11693  N  Next rule                     E  Back to MAIN Alpine menu
11694  -  Previous page
11695 Spc (space bar) Next page
11696  W  WhereIs (search for word in rule nicknames)
11698 Setup Scoring Commands
11699 ------------------------------------------------
11700  A  Add new rule                  $  Shuffle the order of rules
11701  D  Delete existing rule          C  Change configuration for highlighted rule
11702  R  Replicate existing rule
11703  I  Include file in rule config   X  Exclude file from rule config
11704 </PRE>
11705 <!--chtml endif-->
11707 <H2>Description of the Setup Scoring Screen</H2>
11709 Most people will not use scores at all, but if you do use them, here's how
11710 they work in Alpine.
11711 Using this screen, you may define Scoring rules.
11712 The score for a message is calculated by looking at every Score rule defined
11713 and adding up the Score Values for the ones that match the message.
11714 If there are no matches for a message, it has a score of zero.
11715 Message scores may be used a couple of ways in Alpine.
11717 <H3>Sorting by Score</H3>
11719 One of the methods you may use to sort message indexes is to sort by
11720 score.
11721 The scores of all the messages in a folder will be calculated and then
11722 the index will be ordered by placing the messages in order of ascending or
11723 descending score.
11725 <H3>Scores for use in Patterns</H3>
11727 The Patterns used for Roles, Index Line Coloring, and Filtering have a
11728 category labeled &quot;Score Interval&quot;.
11729 When a message is being compared with a Pattern to check for a match, if
11730 the Score Interval is set only messages that have a score somewhere in
11731 the interval are a match.
11733 <H2>Scoring Rule Patterns</H2>
11735 In order to determine whether or not a message matches a scoring rule
11736 the message is compared with the rule's Pattern.
11737 These Patterns are the same for use with Roles, Filtering, Index Coloring,
11738 Scoring, Other Rules, and Search Rules, so are described in only one place,
11739 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
11742 Actually, Scoring rule Patterns are slightly different from the other types of
11743 Patterns because Scoring rule Patterns don't contain a Score Interval.
11744 In other words, when calculating the score for a message, which is done
11745 by looking at the Scoring rule Patterns, scores aren't used.
11747 <H2>Score Value</H2>
11749 This is the value that will be added to the score for a message if the
11750 rule's Pattern is a match.
11751 Each individual Score Value is an integer between -100 and 100, and the
11752 values from matching rules are added together to get a message's score.
11753 There is also a way to extract the value from a particular header of each
11754 message. See the help text for Score Value for further information.
11756 <H2>Command Descriptions</H2>
11758 <H3>Add</H3>
11760 The Add command is used to add a new scoring rule definition.
11761 The new rule will be added after the highlighted rule.
11763 <H3>Delete</H3>
11765 The Delete command deletes the currently highlighted scoring rule.
11767 <H3>Change</H3>
11769 The Change command lets you edit the nickname, Pattern,
11770 and Score Value of the currently highlighted scoring rule.
11772 <H3>Shuffle</H3>
11774 The Shuffle command allows you to change the order of the scoring rules.
11775 You may move the currently highlighted rule up or down in the list.
11776 The order of the rules is important since the rules are tested for a
11777 match starting with the first rule and continuing until a match is found.
11778 You should place the rules with more specific Patterns near the beginning
11779 of the list, and those with more general Patterns near the end so that
11780 the more specific matches will happen when appropriate.
11782 <H3>Replicate</H3>
11784 The Replicate command is used to copy an existing rule and modify it.
11785 The new rule will be added after the highlighted rule.
11787 <H3>IncludeFile</H3>
11789 The IncludeFile command allows you to add a rules file to your configuration.
11790 Usually, your rules will be contained in your Alpine configuration file.
11791 If you wish, some or all of your rules may be stored in a separate file.
11792 If a rules file already exists (maybe it was made by somebody else using
11793 Alpine), you may insert it before the currently highlighted rule.
11794 You may also insert an empty file or a file that does not yet exist.
11795 Once you have an empty rules file in your configuration, you may use
11796 the Shuffle command to move rules into it.
11797 In fact, that's the only way to get the initial rule into the file.
11799 <H3>eXcludeFile</H3>
11801 The eXcludeFile command removes a rules file from your rules configuration.
11802 A limitation of the program is that in order to exclude a rules file
11803 that file must have at least one rule
11804 in it, otherwise you won't be able to highlight a line in the file.
11805 So you may have to add a dummy rule to the file in order to exclude the file.
11806 <P><UL>
11807 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11808 </UL>
11810 &lt;End of help on this topic&gt;
11811 </BODY>
11812 </HTML>
11813 ===== h_direct_config =====
11814 <HTML>
11815 <HEAD>
11816 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
11817 </HEAD>
11818 <BODY>
11819 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
11820 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
11821 <!--chtml if pinemode="function_key"-->
11822 <PRE>
11823 Available  Commands                        
11824 -------------------------------            
11825 F1  Show Help Text                         
11826 F3  Back to MAIN Alpine menu                 
11827 F4  Change configuration for directory server  
11828 F5  Move to previous directory server          
11829 F6  Move to next directory server              
11830 F7  Previous page of directory servers         
11831 F8  Next page of directory servers
11832 F9  Add new directory server
11833 F10 Delete existing directory server
11834 F11 Shuffle the order of directory servers
11835 F12 Whereis (search directory server titles)   
11836 </PRE>
11837 <!--chtml else-->
11838 <PRE>
11839 Navigation                     General Alpine Commands
11840 -------------------------      -----------------------
11841  P  Prev Directory Server         ?  Display this help text
11842  N  Next Directory Server         E  Back to MAIN Alpine menu
11843  -  Previous page
11844 Spc (space bar) Next page
11845  W  WhereIs (search for word in directory server titles)
11847 Setup LDAP Directory Server Commands
11848 ------------------------------------------------
11849  A  Add new directory server      $  Shuffle the order of directory servers
11850  D  Delete existing dir server    C  Change configuration for highlighted server
11851 </PRE>
11852 <!--chtml endif-->
11854 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
11856 This screen lets you add, delete, modify, or change the order of your
11857 directory servers. You may also set some optional behavior for each server.
11858 The &quot;Add Dir&quot; command brings up a blank form to 
11859 fill in. You will have to supply at least the name of the LDAP server.
11860 You will often have to supply a search base to be used with that server,
11861 as well. Once the form has been brought up on your screen, there is help
11862 available for each of the options you may set.
11864 The &quot;Del Dir&quot; command allows you to remove a directory server
11865 from your configuration.
11867 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
11868 The difference is that instead of bringing up a form for a new server
11869 configuration, you are changing the configuration of an existing entry.
11870 For example, you might want to correct a typing error, change a
11871 nickname, or change one of the options set for that server.
11873 The &quot;Shuffle&quot; command is used to change the order of directory
11874 servers.
11875 <P><UL>
11876 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11877 </UL>
11879 &lt;End of help on this topic&gt;
11880 </BODY>
11881 </HTML>
11882 ============= h_address_display ========================
11883 <HTML>
11884 <HEAD>
11885 <TITLE>SEARCH RESULTS INDEX</TITLE>
11886 </HEAD>
11887 <BODY>
11888 <H1>SEARCH RESULTS INDEX</H1>
11889 This screen shows the results, if any, of your Directory Server search.  
11890 Commands (besides those for screen navigation) are:
11891 <DL>
11892 <DT>View
11893 <!--chtml if pinemode="function_key"-->
11894 (F4)
11895 <!--chtml else-->
11897 <!--chtml endif-->
11898 </DT>
11899 <DD>See the full information for the selected entry.
11901 <DT>Compose
11902 <!--chtml if pinemode="function_key"-->
11903 (F9)
11904 <!--chtml else-->
11906 <!--chtml endif--></DT>
11907 <DD>Compose a message with the selected entry as the recipient.
11909 <DT>Role
11910 <!--chtml if pinemode="function_key"-->
11911 (F2)
11912 <!--chtml else-->
11914 <!--chtml endif--></DT>
11915 <DD>Compose a message with the selected entry as the recipient. This differs
11916 from Compose in that you may select a role before beginning your composition.
11918 <DT>Forward
11919 <!--chtml if pinemode="function_key"-->
11920 (F10)
11921 <!--chtml else-->
11923 <!--chtml endif--></DT>
11924 <DD>Send the full information for the selected entry as an 
11925 email message to someone else.
11927 <DT>Save
11928 <!--chtml if pinemode="function_key"-->
11929 (F11)
11930 <!--chtml else-->
11932 <!--chtml endif-->
11933 </DT>
11934 <DD>Save to your address book:
11935 <UL>
11936 <LI>the result of the search (as just found through your query) for the 
11937 selected entry; or 
11938 <LI>the selected entry for repeated Directory Server searching when used 
11939 in the future.
11940 </UL>
11941 or<BR>
11942 Export to a file (external to Alpine):
11943 <UL>
11944 <LI>the full information for the selected entry; or
11945 <LI>the email address from the selected entry; or
11946 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
11947 </UL>
11948 <DT>WhereIs
11949 <!--chtml if pinemode="function_key"-->
11950 (F12)
11951 <!--chtml else-->
11953 <!--chtml endif-->
11954 </DT>
11955 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
11956 displayed text, not the full records for each entry.)  
11957 </DL>
11958 &lt;End of help on this topic&gt;
11959 </BODY>
11960 </HTML>
11961 ============= h_address_select ========================
11962 <HTML>
11963 <HEAD>
11964 <TITLE>SEARCH RESULTS INDEX</TITLE>
11965 </HEAD>
11966 <BODY>
11967 <H1>SEARCH RESULTS INDEX</H1>
11968 This screen shows the results, if any, of your Directory Server search.  
11969 Commands (besides those for screen navigation) are:
11970 <DL>
11971 <DT>Select
11972 </DT>
11973 <DD>Select this entry for use.
11975 <DT>ExitSelect
11976 <DD>Exit without selecting any of the entries.
11978 <DT>WhereIs
11979 </DT>
11980 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
11981 displayed text, not the full records for each entry.)  
11982 </DL>
11983 &lt;End of help on this topic&gt;
11984 </BODY>
11985 </HTML>
11986 ===== h_folder_maint =====
11987 <HTML>
11988 <HEAD>
11989 <TITLE>Help for Folder List</TITLE>
11990 </HEAD>
11991 <BODY>
11992 <H1>FOLDER LIST COMMANDS</H1>
11993 <!--chtml if pinemode="function_key"-->
11994 <PRE>
11995 Available Commands -- Group 1        Available Commands -- Group 2
11996 -------------------------------      ------------------------------
11997 F1  Show Help Text                    F1  Show Help Text               
11998 F2  See commands in next group        F2  See commands in next group  
11999 F3  MAIN MENU Screen                  F3  Quit Alpine                    
12000 F4  Select folder and view it         F4  MAIN MENU Screen
12001 F5  Move to previous folder
12002 F6  Move to next folder               F6  Specify a folder to go to
12003 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
12004 F8  Show next screen of listing       F8  Compose a message
12005 F9  Add a new folder                  F9  Print folder listing
12006 F10 Delete selected folder
12007 F11 Rename selected folder
12008 F12 Whereis (search folder names)
12010 Available Commands -- Group 3
12011 F1  Show Help Text
12012 F2  See commands in next group
12013 F5  Go to next new message
12014     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
12015 F8  Compose a message using roles
12016 F9  Export folder to a file
12017 F10 Import the file back to a folder
12018 </PRE>
12019 <!--chtml else-->
12020 <PRE>
12021 Navigating the Folder Screen            Operations on the Selected Folder
12022 ----------------------------            ---------------------------------
12023  P   Move to previous folder              V  View Index of selected folder
12024  N   Move to next folder                  D  Delete
12025  -   Show previous page of listing        R  Rename
12026 Spc  (space bar) Show next page           E  Export to file
12027                                           U  Import from file to folder
12029 FOLDER LIST Screen Commands              General Alpine Command
12030 ---------------------------              -----------------------
12031  A  Add a folder                          O  Show all other available commands
12032  G  Specify a folder to go to             ?  Show Help text
12033  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
12034  W  Whereis (search folder names)         Q  Quit Alpine
12035  %  Print folder listing                  C  Compose a message
12036                                           #  Compose a message using roles
12037 </PRE>
12038 <!--chtml endif-->
12040 These commands are only available in the FOLDER LIST screen when the 
12041 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
12042 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
12043 <DT>Select:</DT>
12044 <DD>Select folders by certain criteria:<UL>
12045 <LI>All: of limited use, since there is no Apply command.
12046 <LI>by Property: <UL>
12047         <LI>folder contains messages not yet seen 
12048         <LI>folder contains new messages
12049         <LI>folder contains exactly as many, more, or fewer messages 
12050 than a given number
12051         </UL>
12052 <LI>by Text: <UL>
12053         <LI>contained in name of folder (Name Select)
12054         <LI>contained in messages in folder (Content Select)
12055         </UL>
12056 </UL></DD>
12058 <DT>Select current:</DT>
12059 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
12060 add one or more folders to a set created with the Select command described 
12061 above.)</DD>
12062 <DT>Zoom mode:</DT>
12063 <DD>Toggles display of only selected folders or all folders on and off.</DD>
12064 </DL>
12066 If the feature
12067 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
12068 is set then the TAB key will display the number of recent messages and
12069 the total number of messages in the highlighted folder.
12071 The &quot;Export&quot; command causes the lowest common denominator style
12072 mailbox to be written to a file.
12073 If the file already exists, you are asked if you want to delete it.
12074 If you say No, then the operation is aborted.
12075 Export might be a reasonable way to store a backup or an archival copy of
12076 a folder.
12077 The exported-to file is a local file on the system where you are running Alpine.
12078 The &quot;Import&quot; command is the opposite of the Export command.
12079 It reads a file created by Export and asks where it should save it in your
12080 folders.
12081 This could be a new folder or an existing folder.
12082 If the folder already exists, the messages from the exported file will be
12083 appended to the folder.
12085 <CENTER>Description of the FOLDER LIST Screen</CENTER>
12087 The purpose of the FOLDER LIST screen is to help you browse and manage
12088 the folders and directories (also known as &quot;hierarchy&quot;)
12089 contained within a collection.
12092 Folders and directories are arranged alphabetically across lines of
12093 the screen.  Directories, if present, are denoted by a special
12094 character at the end of the name known as the hierarchy delimiter
12095 (typically, &quot;/&quot;).  By default, folders and directories are
12096 mixed together.  The
12097 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
12098 configuration option can be used to group directories toward the 
12099 beginning or end of the list.
12102 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
12103 commands change the &quot;selected&quot; (i.e., highlighted) folder or
12104 directory, and the View Fldr/Dir commands will &quot;open&quot; the
12105 selected item.  Folder and directory management is provided via the
12106 Rename, Delete and Add commands.
12108 <P><CENTER>About Folders</CENTER>
12109 What are Folders?<P>
12111 Folders are simply files where messages are kept.  Every message has to be
12112 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
12113 folder for sent mail and a folder for saved messages.<P>
12115 You may create as many other folders as you wish.  They must be given
12116 names that can be filenames on the filesystem.  
12119 You can move messages from one folder to another by opening the original
12120 folder and saving messages into the other folder just as you can save
12121 message from your INBOX to any other folder.<P>
12123 Folders are typically just files in the filesystem.  However, the files
12124 that are
12125 folders have some special formatting in them (so that Alpine knows where one
12126 message ends and another begins) and should <EM>not</EM> be edited outside of
12127 Alpine.  If you want copies of your messages in text files that you can edit
12128 or otherwise manipulate, use the Export command to copy them from Alpine into
12129 your regular file area.
12132 FOR MORE INFORMATION: See the section on
12133 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12135 <CENTER>About Directories</CENTER>
12137 A directory is simply a container used to group folders within a
12138 folder list.  You can create as many directories as you like.  And 
12139 directories can even contain directories themselves.
12142 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
12143 to note that not all IMAP servers support directories.  If you find that
12144 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
12145 then it's likely that directories are not supported by the server serving
12146 in that collection.
12149 Similarly, servers that do provide for directories may not do so in
12150 the same way.  On some servers, for example, each folder name you
12151 create is at the same time capable of being a directory.  When this
12152 happens, Alpine will display both the folder name and the name of the
12153 directory (with trailing hierarchy delimiter) in the folder list.
12156 Another issue with IMAP access, though with a much smaller set of servers,
12157 is that not all servers accept the request to list out the available
12158 folders and directories in the same way.  If you find yourself having
12159 trouble viewing folders on your server, you might investigate the
12160 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
12161 feature.
12163 <UL>
12164 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12165 </UL>
12167 &lt;End of help on this topic&gt;
12168 </BODY>
12169 </HTML>
12170 ========= h_valid_folder_names ========
12171 <HTML>
12172 <HEAD>
12173 <TITLE>Explanation of Valid Folder Names</TITLE>
12174 </HEAD>
12175 <BODY>
12176 <H1>Folder Name Syntax Explained</H1>
12178 Once your folder collections are defined, you can usually refer to
12179 folders by their simple (unqualified) name, or pick from a FOLDER LIST
12180 display.  However, understanding the complete syntax for folder names,
12181 both local and remote, is handy when using the Goto command and when
12182 you are adding new folder collections via the Setups/collectionList screen.
12184 An Alpine folder name looks like
12187 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
12190 The square brackets ([]) mean that the part is optional.
12193 If there is no remote-specification, then the folder name is interpreted
12194 locally on the computer running Alpine.
12195 Local folder names depend on the operating system used by the computer 
12196 running Alpine, as well as the configuration of that system.  For example,
12197 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
12198 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
12199 system running Unix.
12202 Alpine users have the option of using folders that are stored on some other
12203 computer.  Alpine accesses remote folders via IMAP (the Internet Message
12204 Access Protocol), or in the case of news, via NNTP (the Network News
12205 Transport Protocol).  To be able to access remote folders in Alpine, the
12206 remote host must be running the appropriate server software (imapd or
12207 nntpd) and you must correctly specify the name of the folder to Alpine,
12208 including the domain name of the remote machine. For example,
12210 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
12212 could be a remote folder specification, and so could
12214 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
12217 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
12219 Note that in the case of remote folders, the directory/file path in the specification is 
12220 determined by the operating system of the remote computer, <B>not</B> by
12221 the operating system of the computer on which you are running Alpine.
12223 As you can tell, the name of the computer is in &#123;} brackets
12224 followed immediately by the name of the folder.  (In each of these cases the
12225 optional namespace is missing.)  If, as in these
12226 examples, there is no remote access protocol specified, then IMAP is
12227 assumed.  Check
12228 <A HREF="h_folder_server_syntax">here</A>
12229 for a more detailed look at what options can be placed between the brackets.
12230 If there are no brackets at all, then the folder name is interpreted locally
12231 on the computer on which you are running Alpine.
12234 To the right of the brackets when a server name is present, or at the
12235 start of the foldername if no server is present, the sharp sign,
12236 &quot;#&quot;, holds special meaning.  It indicates a folder name
12237 outside the area reserved for your personal folders.  In fact, it's
12238 used to indicate both the name of the folder, and a special phrase
12239 telling Alpine how to interpret the name that follows.
12242 So, for example, Alpine can be used to access a newsgroup that might be 
12243 available on your computer using:
12245 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
12247 The sharp sign indicates the folder name is outside your personal
12248 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
12249 interpret the remainder of the name as a newsgroup.
12252 Similarly, to access a newsgroup on your IMAP server, you might
12253 use something like:
12255 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
12258 There are a number of such special phrases (or &quot;namespaces&quot;)
12259 available.  For a more detailed explanation read about
12260 <A HREF="h_folder_name_namespaces">Namespaces</A>.
12263 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
12264 names.  The name INBOX refers to your &quot;principal incoming
12265 message folder&quot; and will be mapped to the actual file name used for your
12266 INBOX on any given host.  Therefore, a name like
12267 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
12268 store incoming mail for you on that particular host.
12271 &lt;End of help on this topic&gt;
12272 </BODY>
12273 </HTML>
12274 ======= h_folder_name_namespaces =======
12275 <HTML>
12276 <HEAD>
12277 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
12278 </HEAD>
12279 <BODY>
12280 <H1>Folder Name Namespaces Explained</H1>
12282 An Alpine folder name looks like
12285 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
12288 The local part of a folder name has an optional &quot;Namespace&quot; which
12289 tells Alpine how to interpret the rest of the name.
12291 <P> 
12292 By default the folder name is interpreted as defining a section of your personal
12293 folder area.  This area and how you specify it are defined by the
12294 server, if one is specified, or, typically, the home
12295 directory, if no server is defined.
12298 If a namespace is specified, it begins with the
12299 sharp, &quot;#&quot;, character followed by the name of the namespace
12300 and then the namespace's path-element-delimiter.  Aside from the
12301 path's format, namespaces can also imply access rights, content
12302 policy, audience, location, and, occasionally, access methods.
12305 Each server exports its own set (possibly of size one) of 
12306 namespaces.  Hence, it's likely communication with your server's
12307 administrator will be required for specific configurations.  Some of
12308 the more common namespaces, however, include:
12310 <DL>
12311 <DT>#news.</DT>
12312 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
12313 names are hierarchically defined with each level delimited by a period.
12315 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
12317 </DD>
12318 <DT>#public/</DT>
12319 <DD>This specifies a folder area that the server may export to the general
12320 public.
12321 </DD>
12322 <DT>#shared/</DT>
12323 <DD>This specifies a folder area that the server may export to groups
12324 of users.
12325 </DD>
12326 <DT>#ftp/</DT>
12327 <DD>This specifies a folder area that is the same as that it may have 
12328 exported via the &quot;File Transfer Protocol&quot;.
12329 </DD>
12330 <DT>#mh/</DT>
12331 <DD>This specifies the personal folder area associated with folders
12332 and directories that were created using the MH message handling system.
12333 </DD>
12334 <DT>#move/</DT>
12335 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
12337 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
12339 The #move namespace is followed by two folder names separated by a delimiter
12340 character.
12341 The delimiter character may be any character that does not appear in
12342 the MailDropFolder name.
12343 The meaning of #move is that mail will be copied from the MailDropFolder to
12344 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
12345 Periodic checks at frequency
12346 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
12347 time between checks set by
12348 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
12349 are made for new mail arriving in the MailDropFolder.
12350 An example that copies mail from a POP inbox to a local folder follows
12352 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
12354 To you it appears that mail is being delivered to the local folder when it
12355 is copied from the MailDropFolder, and you read mail from the local folder.
12357 Note that if the DestinationFolder does not exist then the messages are not
12358 copied from the MailDropFolder.
12359 A #move folder may only be used as an
12360 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
12361 an Inbox.
12362 When you are in the FOLDER LIST of Incoming Message Folders (after turning
12363 on the
12364 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
12365 option)
12366 the Add command has a subcommand &quot;Use Mail Drop&quot;
12367 which may be helpful for defining the folder in your Alpine configuration.
12368 The same is true when you edit the
12369 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
12370 option in Setup/Config.
12371 Each of these configuration methods will also create the DestinationFolder
12372 if it doesn't already exist.
12373 If you are having problems, make sure the DestinationFolder exists.
12374 You may find some more useful information about Mail Drops at
12375 <A HREF="h_maildrop">What is a Mail Drop?</A>.
12376 </DD>
12377 </DL>
12380 In addition, the server may support access to other user's folders,
12381 provided you have suitable permissions.  Common methods use a prefix
12382 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
12383 indicate the root of the other user's folder area.
12386 No, nothing's simple.
12389 &lt;End of help on this topic&gt;
12390 </BODY>
12391 </HTML>
12392 ============= h_whatis_vcard ========================
12393 <HTML>
12394 <HEAD>
12395 <TITLE>VCARD EXPLAINED</TITLE>
12396 </HEAD>
12397 <BODY>
12398 <H1>What is the vCard format?</H1>
12399 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
12400 information about and among people and organizations electronically.  
12401 More information about vCard can be found (as of May 1998) on the WWW site 
12402 of the Internet Mail Consortium at the URL:
12404 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
12406 &lt;End of help on this topic&gt;
12407 </BODY>
12408 </HTML>
12409 ===== h_folder_open =====
12410 <HTML>
12411 <HEAD>
12412 <TITLE>Explanation of Folder Selection</TITLE>
12413 </HEAD>
12414 <BODY>
12415 <BR>
12416 <BR>
12417 This screen is designed to allow you to quickly and easily survey your
12418 folders and select one to open.
12419 <!--chtml if pinemode="function_key"-->
12420 <PRE>
12421 Navigating the List of Folders             General Alpine Commands
12422 ------------------------------             -----------------------
12423  P   Move to previous folder               ?   Show this help text
12424  N   Move to next folder
12425  -   Show previous screen of folders
12426 Spc  (space bar) Show next screen
12427  W   WhereIs (search folder names)
12429 Folder Selection Commands
12430 -------------------------
12431  E   Exit the Folder Select menu (without selecting a folder)
12432  S   Select the currently highlighted folder
12433 </PRE>
12434 <!--chtml else-->
12435 <PRE>
12436 Navigating the List of Folders             General Alpine Commands
12437 ------------------------------             -----------------------
12438 F5   Move to previous folder               F1  Show this help text
12439 F6   Move to next folder
12440 F7   Show previous screen of folders
12441 F8   Show next screen of folders
12442 F12  WhereIs (search folder names)
12444 Folder Selection Commands
12445 -------------------------
12446 F3   Exit the Folder Select menu (without selecting a folder)
12447 F4   Select the currently highlighted folder
12448 </PRE>
12449 <!--chtml endif-->
12451 FOR MORE INFORMATION: See the section on
12452 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12454 &lt;End of help on this topic&gt;
12455 </BODY>
12456 </HTML>
12457 ===== h_folder_subscribe =====
12458 <HTML>
12459 <HEAD>
12460 <TITLE>Newsgroup Subscribe Screen explained</TITLE>
12461 </HEAD>
12462 <BODY>
12463 <H1>FOLDER SUBSCRIBE HELP</H1>
12465 This screen is designed to help you subscribe to newsgroups you are
12466 not currently subscribed to.  The screen display is a list of all
12467 available newsgroups (or possibly a partial list if you specified a
12468 partial name when entering the screen).  Groups you have already
12469 subscribed to have the letters &quot;SUB&quot; next to them.  You may
12470 select a single new group to subscribe to by moving the cursor to that
12471 group and pressing &quot;S&quot; or carriage return.  Alternatively,
12472 you may change into ListMode with the &quot;ListMode&quot; command.
12473 The display will change slightly so that each group has a checkbox in
12474 front of it.  Use the cursor and the Set/Unset command to place an
12475 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
12478 When you are finished marking groups, the &quot;Subscribe&quot;
12479 command will subscribe you to those groups you have marked.  Note, you
12480 may not unsubscribe to groups with this command.  Instead of the
12481 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
12482 UnSbscrbe command.
12485 <!--chtml if pinemode="function_key"-->
12486 <PRE>
12487 Navigating the List of Newsgroups          General Alpine Commands
12488 ---------------------------------          -----------------------
12489 F5   Move to previous group                F1   Show this help text
12490 F6   Move to next group
12491 F7   Show previous screen of groups
12492 F8   Show next screen of groups
12493 F12  WhereIs (search group names)
12494 F9   Use ListMode
12496 Group Selection Commands
12497 -------------------------
12498 F3  Exit the News Subscribe menu (without selecting any groups)
12499 F4  Subscribe to the currently highlighted newsgroup
12500 </PRE>
12501 <!--chtml else-->
12502 <PRE>
12503 Navigating the List of Newsgroups          General Alpine Commands
12504 ---------------------------------          -----------------------
12505  P   Move to previous group                ?   Show this help text
12506  N   Move to next group
12507  -   Show previous screen of groups
12508 Spc  (space bar) Show next screen
12509  W   WhereIs (search group names)
12510  L   Use ListMode
12512 Group Selection Commands
12513 -------------------------
12514  E   Exit the News Subscribe menu (without selecting any groups)
12515  S   Subscribe to the currently highlighted newsgroup
12516 </PRE>
12517 <!--chtml endif-->
12519 When in ListMode, there is an additional command for marking groups to
12520 subscribe to:
12522 <!--chtml if pinemode="function_key"-->
12523 <PRE>
12524 ListMode Commands
12525 -------------------------
12526 F9  Set or unset the highlighted group
12527 </PRE>
12528 <!--chtml else-->
12529 <PRE>
12530 ListMode Commands
12531 -------------------------
12532 X   Set or unset the highlighted group
12533 </PRE>
12534 <!--chtml endif-->
12536 &lt;End of help on this topic&gt;
12537 </BODY>
12538 </HTML>
12539 ===== h_folder_postnews =====
12540 <HTML>
12541 <HEAD>
12542 <TITLE>Newsgroup selecting for Posting explained</TITLE>
12543 </HEAD>
12544 <BODY>
12545 This screen is designed to allow you to quickly and easily survey
12546 the available newsgroups and select one to post news to.
12548 <!--chtml if pinemode="function_key"-->
12549 <PRE>
12550 Navigating the List of Newsgroups          General Alpine Commands
12551 ---------------------------------          -----------------------
12552 F5   Move to previous group                F1  Show this help text
12553 F6   Move to next group
12554 F7   Show previous screen of groups
12555 F8   Show next screen of groups
12556 F12  WhereIs (search group names)
12558 Group Selection Commands
12559 -------------------------
12560 F3   Exit the Selection menu (without selecting a group)
12561 F4   Select the currently highlighted newsgroup
12562 </PRE>
12563 <!--chtml else-->
12564 <PRE>
12565 Navigating the List of Newsgroups          General Alpine Commands
12566 ---------------------------------          -----------------------
12567  P   Move to previous group                ?  Show this help text
12568  N   Move to next group
12569  -   Show previous screen of groups
12570 Spc  (space bar) Show next screen of groups
12571  W   WhereIs (search group names)
12573 Group Selection Commands
12574 -------------------------
12575  E   Exit the Selection menu (without selecting a group)
12576  S   Select the currently highlighted newsgroup
12577 </PRE>
12578 <!--chtml endif-->
12580 &lt;End of help on this topic&gt;
12581 </BODY>
12582 </HTML>
12583 ===== h_folder_save =====
12584 <HTML>
12585 <HEAD>
12586 <TITLE>Folder Select for Save Explained</TITLE>
12587 </HEAD>
12588 <BODY>
12589 This screen is designed to allow you to quickly and easily survey your
12590 folders and select one to use for saving the current message.
12593 <!--chtml if pinemode="function_key"-->
12594 <PRE>
12595 Navigating the List of Folders             General Alpine Commands
12596 ------------------------------             -----------------------
12597 F5   Move to previous folder               F1  Show this help text
12598 F6   Move to next folder
12599 F7   Show previous screen of folders
12600 F8   Show next screen of folders
12601 F12  WhereIs (search folder names)
12603 Folder Selection Commands
12604 -------------------------
12605 F3   Exit the Folder Select menu (without selecting a folder)
12606 F4   Select the currently highlighted folder
12607 F11  AddNew folder (just like Select, but you type in a new folder name)
12608 </PRE>
12609 <!--chtml else-->
12610 <PRE>
12611 Navigating the List of Folders             General Alpine Commands
12612 ------------------------------             -----------------------
12613  P   Move to previous folder               ?  Show this help text
12614  N   Move to next folder
12615  -   Show previous screen of folders
12616 Spc  (space bar) Show next screen of folders
12617  W   WhereIs (search folder names)
12619 Folder Selection Commands
12620 -------------------------
12621  E   Exit the Folder Select menu (without selecting a folder)
12622  S   Select the currently highlighted folder
12623  A   AddNew folder (just like Select, but you type in a new folder name)
12624 </PRE>
12625 <!--chtml endif-->
12627 FOR MORE INFORMATION: See the section on
12628 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12630 &lt;End of help on this topic&gt;
12631 </BODY>
12632 </HTML>
12633 ===== h_folder_fcc =====
12634 <HTML>
12635 <HEAD>
12636 <TITLE>Folder Select for Fcc Explained</TITLE>
12637 </HEAD>
12638 <BODY>
12639 This screen is designed to allow you to quickly and easily survey your
12640 folders and select one to use as the file carbon copy (fcc) for the
12641 current message.
12644 <!--chtml if pinemode="function_key"-->
12645 <PRE>
12646 Navigating the List of Folders             General Alpine Commands
12647 ------------------------------             -----------------------
12648 F5   Move to previous folder               F1  Show this help text
12649 F6   Move to next folder
12650 F7   Show previous screen of folders
12651 F8   Show next screen of folders
12652 F12  WhereIs (search folder names)
12654 Folder Selection Commands
12655 -------------------------
12656 F3   Exit the Folder Select menu (without selecting a folder)
12657 F4   Select the currently highlighted folder
12658 F11  AddNew folder (just like Select, but you type in a new folder name)
12659 </PRE>
12660 <!--chtml else-->
12661 <PRE>
12662 Navigating the List of Folders             General Alpine Commands
12663 ------------------------------             -----------------------
12664  P   Move to previous folder               ?  Show this help text
12665  N   Move to next folder
12666  -   Show previous screen of folders
12667 Spc  (space bar) Show next screen of folders
12668  W   WhereIs (search folder names)
12670 Folder Selection Commands
12671 -------------------------
12672  E   Exit the Folder Select menu (without selecting a folder)
12673  S   Select the currently highlighted folder
12674  A   AddNew folder (just like Select, but you type in a new folder name)
12675 </PRE>
12676 <!--chtml endif-->
12678 FOR MORE INFORMATION: See the section on
12679 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12681 &lt;End of help on this topic&gt;
12682 </BODY>
12683 </HTML>
12684 ===== h_folder_pattern_roles =====
12685 <HTML>
12686 <HEAD>
12687 <TITLE>Folder Select for Current Folder Explained</TITLE>
12688 </HEAD>
12689 <BODY>
12690 This screen is designed to allow you to quickly and easily survey your
12691 folders and select one to use as the specific Current Folder
12692 in a Pattern.
12695 <!--chtml if pinemode="function_key"-->
12696 <PRE>
12697 Navigating the List of Folders             General Alpine Commands
12698 ------------------------------             -----------------------
12699 F5   Move to previous folder               F1  Show this help text
12700 F6   Move to next folder
12701 F7   Show previous screen of folders
12702 F8   Show next screen of folders
12703 F12  WhereIs (search folder names)
12705 Folder Selection Commands
12706 -------------------------
12707 F3   Exit the Folder Select menu (without selecting a folder)
12708 F4   Select the currently highlighted folder
12709 F11  AddNew folder (just like Select, but you type in a new folder name)
12710 </PRE>
12711 <!--chtml else-->
12712 <PRE>
12713 Navigating the List of Folders             General Alpine Commands
12714 ------------------------------             -----------------------
12715  P   Move to previous folder               ?  Show this help text
12716  N   Move to next folder
12717  -   Show previous screen of folders
12718 Spc  (space bar) Show next screen of folders
12719  W   WhereIs (search folder names)
12721 Folder Selection Commands
12722 -------------------------
12723  E   Exit the Folder Select menu (without selecting a folder)
12724  S   Select the currently highlighted folder
12725  A   AddNew folder (just like Select, but you type in a new folder name)
12726 </PRE>
12727 <!--chtml endif-->
12729 FOR MORE INFORMATION: See the section on
12730 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12732 &lt;End of help on this topic&gt;
12733 </BODY>
12734 </HTML>
12735 ===== h_folder_stayopen_folders =====
12736 <HTML>
12737 <HEAD>
12738 <TITLE>Folder Select Explained</TITLE>
12739 </HEAD>
12740 <BODY>
12741 This screen is designed to allow you to quickly and easily survey your
12742 folders and select one to use as a Stay-Open folder.
12745 <!--chtml if pinemode="function_key"-->
12746 <PRE>
12747 Navigating the List of Folders             General Alpine Commands
12748 ------------------------------             -----------------------
12749 F5   Move to previous folder               F1  Show this help text
12750 F6   Move to next folder
12751 F7   Show previous screen of folders
12752 F8   Show next screen of folders
12753 F12  WhereIs (search folder names)
12755 Folder Selection Commands
12756 -------------------------
12757 F3   Exit the Folder Select menu (without selecting a folder)
12758 F4   Select the currently highlighted folder
12759 F11  AddNew folder (just like Select, but you type in a new folder name)
12760 </PRE>
12761 <!--chtml else-->
12762 <PRE>
12763 Navigating the List of Folders             General Alpine Commands
12764 ------------------------------             -----------------------
12765  P   Move to previous folder               ?  Show this help text
12766  N   Move to next folder
12767  -   Show previous screen of folders
12768 Spc  (space bar) Show next screen of folders
12769  W   WhereIs (search folder names)
12771 Folder Selection Commands
12772 -------------------------
12773  E   Exit the Folder Select menu (without selecting a folder)
12774  S   Select the currently highlighted folder
12775  A   AddNew folder (just like Select, but you type in a new folder name)
12776 </PRE>
12777 <!--chtml endif-->
12779 FOR MORE INFORMATION: See the section on
12780 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12782 &lt;End of help on this topic&gt;
12783 </BODY>
12784 </HTML>
12785 ===== h_folder_action_roles =====
12786 <HTML>
12787 <HEAD>
12788 <TITLE>Folder Select Explained</TITLE>
12789 </HEAD>
12790 <BODY>
12791 This screen is designed to allow you to quickly and easily survey your
12792 folders and select one to use as the folder into which messages
12793 matching this filter will be moved.
12796 <!--chtml if pinemode="function_key"-->
12797 <PRE>
12798 Navigating the List of Folders             General Alpine Commands
12799 ------------------------------             -----------------------
12800 F5   Move to previous folder               F1  Show this help text
12801 F6   Move to next folder
12802 F7   Show previous screen of folders
12803 F8   Show next screen of folders
12804 F12  WhereIs (search folder names)
12806 Folder Selection Commands
12807 -------------------------
12808 F3   Exit the Folder Select menu (without selecting a folder)
12809 F4   Select the currently highlighted folder
12810 F11  AddNew folder (just like Select, but you type in a new folder name)
12811 </PRE>
12812 <!--chtml else-->
12813 <PRE>
12814 Navigating the List of Folders             General Alpine Commands
12815 ------------------------------             -----------------------
12816  P   Move to previous folder               ?  Show this help text
12817  N   Move to next folder
12818  -   Show previous screen of folders
12819 Spc  (space bar) Show next screen of folders
12820  W   WhereIs (search folder names)
12822 Folder Selection Commands
12823 -------------------------
12824  E   Exit the Folder Select menu (without selecting a folder)
12825  S   Select the currently highlighted folder
12826  A   AddNew folder (just like Select, but you type in a new folder name)
12827 </PRE>
12828 <!--chtml endif-->
12830 FOR MORE INFORMATION: See the section on
12831 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
12833 &lt;End of help on this topic&gt;
12834 </BODY>
12835 </HTML>
12836 ===== h_abook_config =====
12837 <HTML>
12838 <HEAD>
12839 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
12840 </HEAD>
12841 <BODY>
12842 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
12843 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
12844 <!--chtml if pinemode="function_key"-->
12845 <PRE>
12846 Available  Commands                        
12847 -------------------------------            
12848 F1  Show Help Text                         
12849 F3  Back to MAIN Alpine menu                 
12850 F4  Change configuration for address book  
12851 F5  Move to previous address book          
12852 F6  Move to next address book              
12853 F7  Previous page of address books         
12854 F8  Next page of address books             
12855 F9  Add new address book                   
12856 F10 Delete existing address book           
12857 F11 Shuffle the order of address books     
12858 F12 Whereis (search address book titles)   
12859 </PRE>
12860 <!--chtml else-->
12861 <PRE>
12862 Navigation                     General Alpine Commands
12863 -----------------------        -----------------------
12864  P  Prev Address Book           ?  Display this help text
12865  N  Next Address Book           E  Back to MAIN Alpine menu
12866  -  Previous page
12867 Spc (space bar) Next page
12868  W  WhereIs (search for word in address book titles)
12870 Setup Address Books Commands
12871 ------------------------------------------------
12872  A  Add new address book          $  Shuffle the order of address books
12873  D  Delete existing address book  C  Change configuration for address book
12874 </PRE>
12875 <!--chtml endif-->
12877 <H2>Description of the Setup Address Books Screen</H2>
12879 This screen lets you add, delete, modify, or change the order of your
12880 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
12881 fill in.  If you are adding a remote address book on an IMAP server
12882 you should fill in the name of the IMAP server.  Otherwise, leave
12883 that field blank.  (Note that remote IMAP address books are an Alpine
12884 concept and are unlikely to interoperate with other mail clients.)
12885 For a remote address book, fill in the name of the remote folder
12886 in the Folder field.  This should be a folder that is used only for
12887 this one purpose, not a general purpose folder you expect to store
12888 messages in.
12889 <P>If you are adding a local address book, fill in the
12890 Folder Name field with a local file name (e.g., .addressbook).
12892 <B>Please note:</B> Remote address books stored on an IMAP server are 
12893 of an entirely different format (namely, a special-purpose 
12894 &quot;mail folder&quot;) than that of the local addressbook familiar 
12895 to Alpine users.  Therefore, 
12896 you cannot use &quot;add a remote address book&quot; to make an existing 
12897 Alpine .addressbook file you may have on a remote IMAP server accessible to 
12898 Alpine running on a different host.  
12901 The &quot;Del Abook&quot; command allows you to remove an address book
12902 from your configuration.  It will also ask you if you wish to remove
12903 the data for that address book, which would erase all traces of the
12904 address book if you answer Yes.
12907 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
12908 The difference is that instead of adding a new address book to your
12909 configuration, you are changing the configuration of an existing entry.
12910 For example, you might want to correct a typing error or change a
12911 nickname.  The &quot;Change&quot; command is not a move command.  If you
12912 change the folder name or server name the data will not be moved for you.
12915 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
12916 an address book toward another address book in the same group then
12917 the order of those two address books will be swapped.  If you shuffle
12918 the last Personal address book down towards the Global address book
12919 section, it will become a Global address book.  If you shuffle
12920 the first Global address book up it will become a Personal address
12921 book.  The main difference between Personal and Global address
12922 books is that Global address books are forced read-only.
12923 <P><UL>
12924 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12925 </UL>
12927 &lt;End of help on this topic&gt;
12928 </BODY>
12929 </HTML>
12930 ===== h_abook_top =====
12931 <HTML>
12932 <HEAD>
12933 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
12934 </HEAD>
12935 <BODY>
12936 <H1>ADDRESS BOOK LIST COMMANDS</H1>
12937 <!--chtml if pinemode="function_key"-->
12938 <PRE>
12939 Available  Commands -- Group 1         Available Commands -- Group 2
12940 -------------------------------        ------------------------------
12941 F1  Show Help Text                      F1  Show Help Text
12942 F2  See commands in next group          F2  See commands in next group
12943 F3  Exit to MAIN MENU                   F3  Quit Alpine
12944 F4  View/Edit selected address book
12945 F5  Move to previous address book       F5  FOLDER LIST screen
12946 F6  Move to next address book           F6  Specify a folder to go to
12947 F7  Previous page                       F7  MESSAGE INDEX screen
12948 F8  Next page                           F9  Print list of address books
12949 F12 Whereis (search for word)
12950 </PRE>
12951 <!--chtml else-->
12952 <PRE>
12953 Navigation                       General Alpine Commands
12954 -----------------------          -----------------------
12955  P  Previous Entry                ?  Display this help text
12956  N  Next Entry                    O  Show all other available commands
12957  -  Previous page                 &lt;  Back to MAIN Alpine menu
12958 Spc (space bar) Next page         Q  Quit Alpine
12959  W  WhereIs (search for word)     L  FOLDER LIST screen
12960                                   G  Specify a folder to go to
12961 Address Book Commands             I  MESSAGE INDEX screen
12962 ------------------------------------------------
12963  &gt;  View/Edit selected address book
12964               or
12965  &gt;  Search on selected directory server
12967  %  Print list of address books and directory servers
12968 </PRE>
12969 <!--chtml endif-->
12971 <H2>Description of the Address Book List Screen</H2>
12973 From this screen you may choose which address book you wish to view
12974 or edit. For more information on address books, view one of your
12975 address books (with
12976 <!--chtml if pinemode="function_key"-->
12978 <!--chtml else-->
12979 &quot;&gt;&quot;
12980 <!--chtml endif-->)
12981 and see the Help Text there.<P>
12983 You may also choose a directory server on which to search for entries.
12984 You do that by highlighting the directory server line and using
12985 <!--chtml if pinemode="function_key"-->
12987 <!--chtml else-->
12988 &quot;&gt;&quot;
12989 <!--chtml endif-->.<P>
12991 If you wish to define new address books or directory servers go to the Main
12992 menu and choose Setup. You may then either choose to setup AddressBooks or
12993 Directory (among other things). It's possible that the Directory option
12994 will not be there if the Alpine you are using does not contain LDAP directory
12995 lookup functionality.
12997 <P><UL>
12998 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12999 </UL><P>
13000 &lt;End of help on this topic&gt;
13001 </BODY>
13002 </HTML>
13003 ===== h_abook_opened =====
13004 <HTML>
13005 <HEAD>
13006 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
13007 </HEAD>
13008 <BODY>
13009 <H1>THE ALPINE ADDRESS BOOK</H1>
13010 <H2>ADDRESS BOOK COMMANDS</H2>
13011 <PRE>
13012 <!--chtml if pinemode="function_key"-->
13013 Available  Commands -- Group 1         Available Commands -- Group 2   
13014 -------------------------------        ------------------------------  
13015 F1  Show Help Text                      F1  Show Help Text             
13016 F2  See commands in next group          F2  See commands in next group
13017 F3  Exit this screen                    F3  Quit Alpine                  
13018 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
13019 F5  Move to previous entry              F5  FOLDER LIST screen         
13020 F6  Move to next entry                  F6  Specify a folder to go to  
13021 F7  Previous page of address book       F7  MESSAGE INDEX screen        
13022 F8  Next page of address book           F8  Compose to entry using roles
13023 F9  Add new entry to address book       F9  Print address book         
13024 F10 Delete selected entry               F10 TakeAddr to another addrbook
13025 F11 Compose to selected entry           F11 Save or Export addrbook selections
13026 F12 Whereis (search address book)       F12 Forward entry by mail       
13028 Available Commands -- Group 3                                           
13029 ------------------------------                                          
13030 F3  Select                              F6  Zoom (or unZoom)            
13031 F5  Select Current                      F7  Apply Command to Selection  
13032 <!--chtml else-->
13033 Address Book Navigation        General Alpine Commands
13034 -----------------------        -----------------------
13035  P  Prev Address                  ?  Display this help text
13036  N  Next Address                  O  Show all other available commands
13037  -  Previous page of address book M  Back to MAIN MENU
13038 Spc (space bar) Next page         Q  Quit Alpine
13039  W  WhereIs (search for word      C  Compose message to selected addr
13040      or name in address book)     #  Compose to addr using roles
13041  &lt;  To List of Address Books if   L  FOLDER LIST screen
13042      more than one, else to MAIN  G  Specify a folder to go to
13043                                   I  MESSAGE INDEX screen
13045 Address Book Commands
13046 ----------------------------------------------------
13047  &gt;  View/Update selected entry    D  Delete selected entries
13048  %  Print address book            S  Save or Export address book selections
13049  F  Forward entries by mail       @  Add new entry to address book
13051  ;  Select command                Z  Toggle Zoom Mode
13052  :  Select highlighted entry      A  Apply command to selected entries
13054 <!--chtml endif-->
13055 </PRE>
13056 Note:  The presence or absence of the final four commands above is
13057 controlled by the option 
13058 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
13061 <H2>Description of the Address Book Screen</H2>
13063 This screen lets you edit and manage entries in your address book.  It
13064 also acts as a short-cut for composing messages to people in the address
13065 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
13066 message starts &quot;pre-addressed&quot; to whatever address book entry is
13067 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
13068 role to use in your composition.
13070 Alpine's address book helps you keep a list of addresses you send email to so
13071 you do not have to remember addresses that are often complex.  Each entry
13072 in the address book has five fields, all of them optional.  The three
13073 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
13075         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
13076         This is what you type in as you are addressing the message in the
13077         composer.  If there is a matching entry in your address book(s),
13078         Alpine will extract the corresponding FullName and Address fields to
13079         generate the actual address for your message.
13081         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
13082 of the
13083         person or organization.  Usually the full names are put in last
13084         name first so they sort nicely in alphabetical order.  Whatever
13085         you put as the name here will appear on the message when it is
13086         finally delivered.  Examples:<PRE>
13087            Garcia Marquez, Gabriel
13088            Henscheid, Eckhard
13089            Alpine-Info mailing list
13090            Library materials renewal requests
13091            Kim An-guk
13092            &quot;George III, King of Great Britain, 1738-1820&quot;
13093 </PRE>
13094 (In the second-to-last example, no comma is used in the name so that 
13095 the family name appears first in the address book and when the entry is 
13096 used in the composer.
13097 In the last example, retaining the commas is intended; 
13098 double-quotation marks surround the name to 
13099 prevent the transposition of its parts when the entry is used in 
13100 the composer.)
13102         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
13103         a valid Internet address that conforms to the Internet message
13104         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
13106 The two fields that aren't usually visible are:<DL>
13108   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
13109         message to this address to be saved in.  If this field is set, and
13110         this address is the first one in the message's To: header, then
13111         Alpine will use this folder name for the FCC in lieu of the normal
13112         FCC folder name.
13114   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
13115         </DL>
13117 Due to screen width limitations, these last two fields do not show up in
13118 the normal ADDRESS BOOK display.  You may select the 
13119 &quot;View/Update&quot; command to
13120 view or modify them.  You may use the configuration variable
13121 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
13122 to add these fields to your ADDRESS BOOK 
13123 display, or to modify the format of the display.
13125 <H2>Sorting the Address book</H2>
13127 By default, address book entries are sorted alphabetically on the full
13128 name with distribution lists sorted to the end.  Sorting can be changed by
13129 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
13130 --assuming you have &quot;write&quot; permission for the address book file.
13132 Unlike the sorting of folders (which only changes presentation), sorting an
13133 address book actually changes the file as it is kept on the computer.  For
13134 this reason you won't be able to sort a shared or system-wide address
13135 book.
13137 <H2>Adding New Entries</H2>
13139 The easiest way to add new entries to your address book is to use the
13140 &quot;TakeAddr&quot; command when viewing a message.
13141 This command allows you to take addresses from the header and body of the
13142 message and put them into your address book, without having to type
13143 them in.
13146 To manually add a new entry from within the address book screen, use the AddNew
13147 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
13148 Use this command both for adding a simple alias and for adding a
13149 distribution list.
13151 <H2>Distribution Lists</H2>
13153 Address book entries can be simple cases of aliases (a single nickname is linked
13154 to a single email address) or distribution lists (a single nickname
13155 pointing at more than one email address).  Each distribution list has a
13156 nickname, a full name and a list of addresses.  The addresses may be
13157 actual addresses or they may be other nicknames in your address book.
13158 They may even refer to other distribution lists.
13159 There's really no difference between a simple alias and a distribution list,
13160 other than the number of addresses.
13161 Therefore, you can turn a simple alias with one address into a distribution
13162 list simply by adding more addresses.
13163 To add entries to an existing list or alias
13164 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
13165 a single address from the list if the cursor is placed on the address;
13166 it will delete the entire distribution list if the cursor is on the
13167 nickname/fullname line.  View/Update may also be used to delete addresses
13168 from a list.
13170 Address field entries in distribution lists may take any one of three
13171 forms: a nickname existing in any of the defined address books, a normal
13172 address of the form &quot;jsmith@art.example.com&quot;, or a complete
13173 fullname/address combination, e.g. &quot;John Smith
13174 &lt;jsmith@art.example.com&gt;&quot;.
13176 Distribution lists in Alpine address books can only be used by the person or
13177 people who have access to that address book.  They are not usually used to
13178 implement discussion groups, but can be used to facilitate small
13179 discussion groups if all the participants have access to the same shared
13180 address book.
13182 <H2>FCC and Comments</H2>
13184 As mentioned above, each entry in the address book also has two other optional
13185 fields, Fcc and Comments.  The command to look at or change either of these
13186 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
13187 Comments field is just for your own use.  The Fcc field overrides the
13188 default Fcc if this address is the first one on the To line.  The WhereIs
13189 command may be used to search for particular strings in the address book,
13190 including fields that are not visible (like Comment and Fcc by default).
13192 <H2>Aggregate Operations</H2>
13194 If the feature
13195 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
13196 is turned on (the default), then the four commands &quot;Select&quot;,
13197 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
13198 are available.  The two selection commands allow you to mark a set of
13199 address book entries as being selected.  If you have more than one address
13200 book, the selections may be in more than one of those address books.
13201 The &quot;Zoom&quot; command will toggle between displaying only the selected
13202 entries and all of the entries.  The &quot;Apply&quot; command allows you to
13203 apply one of the regular address book commands to all of the selected
13204 entries.  Usually the address book commands apply to only the entry
13205 highlighted by the cursor.  The &quot;Apply&quot; command works with the
13206 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
13207 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
13209 <H2>Exporting and Forwarding Address book entries</H2>
13211 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
13212 address book entry is placed in a plain text file in your home directory
13213 <!--chtml if pinemode="running"-->
13214 (which, in the present configuration of your system, is
13215  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13216 <!--chtml endif-->
13217 or current working directory
13218 <!--chtml if pinemode="running"-->
13219 (which, at least for your current Alpine &quot;session,&quot; 
13220 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13221 <!--chtml endif-->, depending on the 
13222 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13223 configuration setting.  If you have some entries selected and use the
13224 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
13225 placed in the text file.
13227 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
13228 address book entry is placed in a special attachment and you are put into
13229 the composer.  You can fill in some comments in the body of the message,
13230 if you'd like, and send it to somebody else who uses Alpine.  The recipient
13231 may use the TakeAddr command on that message to insert the address book
13232 entry you sent in their own address book.  If you have some entries
13233 selected and use the Apply Forward command all of the selected entries
13234 will be forwarded in a single message.  You may
13235 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.
13236 The recipient must be using Alpine in order to receive this correctly.
13237 One way for the recipient to handle this might be to create an empty
13238 address book and then &quot;Take&quot; your forwarded address book entries into
13239 that empty address book.
13241 <H2>Multiple and/or Site-Wide Address books</H2>
13243 You may have more than one personal address book.  In addition, there may
13244 be one or more global address books.  This capability allows you to have
13245 multiple personal address books (some of which may be shared) and it also
13246 allows system administrators to implement site-wide address books that
13247 contain entries for users on multiple machines within the organization.
13248 <P><DL>
13249 <DT>Searching
13250   <DD> If you enter a nickname when composing a message, your
13251   personal address books will be searched through in order, and then the
13252   global address book(s) searched. If more than one address book has an entry
13253   for the nickname, Alpine uses the first one that it finds, so an entry in
13254   your personal address book would override a global address book entry. If
13255   after searching all the address books there is still no match, (Unix) Alpine
13256   then searches the local host password file on the assumption that you have
13257   entered a local user name rather than an address book nickname.
13258   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
13259   command, but global address books are always searched after personal
13260   address books.
13262   <P><DT>Tab completion
13263   <DD> If the
13264   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
13265   feature is turned on (the default) then the Tab key may be used
13266   in the composer to complete partially typed nicknames in the To
13267   or Cc lines. You type the first few letters of a nickname and then
13268   press the Tab key. It there is only one nickname that matches it will
13269   be filled in by Alpine. If there is more than one the unambiguous part
13270   of the nicknames will be filled in. For example, if your address book or
13271   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
13272   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
13273   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
13274   If you then type a second Tab character you will be presented with a list
13275   of matching nicknames to select from. Alternatively, you could type another
13276   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
13277   in the entire &quot;barbecue&quot; entry.
13279   <P><DT>Defining
13280   <DD> You define multiple personal address books in the 
13281   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
13282   from the MAIN MENU.  
13283   You may add as many as you like.  Global address books are usually
13284   site-wide address books defined by the System administrator, but
13285   you may define global address books of your own just like you define
13286   personal address books.
13288   <P><DT>Creating and updating
13289   <DD> Personal address books are normally created empty
13290   and populated by explicit additions from within Alpine, e.g. via the
13291   TakeAddr command.  Unlike personal address books, global address books may
13292   not be modified/updated from within Alpine; that is, they are Read-Only.
13293   Thus, global address books are created, populated and updated outside of
13294   Alpine. They might be hand-edited, generated by a program from another
13295   database, or by copying an existing address book.  They might also be
13296   some other user's personal address book, and so be modified normally by
13297   that user but accessed Read-Only by you.  See the Alpine Technical
13298   Notes document (included in the Alpine distribution) for more information on
13299   this.
13301   <P><DT>Accessing
13302   <DD>There are two different types of address books in Alpine.
13303   A local address book is stored in a regular file and the normal file
13304   access permissions apply.  A remote address book is stored on an IMAP
13305   server in a special folder that contains only messages pertaining to
13306   that address book.  The last message in the remote folder contains a
13307   copy of the address book data, and that data is copied to a local cache
13308   file in your home directory.  From there it is accessed just like a local
13309   address book.  The name of the cache file is kept track of in a special
13310   file called the
13311   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
13312   the name of which is stored in
13313   your Alpine configuration file the first time you use a remote address book.
13314   Just as local Alpine address books use a format that only Alpine understands,
13315   remote Alpine address books do the same and other mail reading programs
13316   are unlikely to be able to understand them.<P>
13317   While global address books are explicitly intended to be shared, there is
13318   nothing to prevent you from sharing a personal address book with other
13319   Alpine users. This might be useful in the case of a small workgroup.
13320   However, it is recommended that updates to shared personal address books
13321   be done when other Alpine users are not accessing the address book. Alpine
13322   does not do any file-locking to manage concurrent updates to the
13323   addressbook, but it does check to see if the file has been modified before
13324   making any changes.  Consequently, inadvertent concurrent updates will
13325   only cause other Alpine users to have to restart their address book
13326   operation, which will cause Alpine to reopen the updated file.
13328   <P><DT>Converting to Remote
13329   <DD>The easiest way to convert an existing local
13330   address book into a remote address book is to create an empty new remote
13331   personal address book by typing &quot;A&quot; to execute the
13332   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
13333   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
13334   address book.
13335   After you have added the empty
13336   remote address book, go into the screen for the address book you wish
13337   to copy and &quot;Select&quot; &quot;All&quot;.
13338   This selects every entry in that
13339   address book.  Then type the command &quot;Apply Save&quot;.
13340   You will be asked for the address book to save to.  You may use ^P and ^N
13341   to get to the new empty address book, then hit RETURN and the addresses
13342   will be copied.
13343   At this point you'll probably want to unselect all the entries in the local
13344   address book before proceeding. You do that with
13345   &quot;Select&quot; &quot;unselect All&quot;.
13347 </DL>
13348 <UL>
13349 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13350 </UL>
13351 <P><UL>
13352 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13353 </UL>
13355 &lt;End of help on this topic&gt;
13356 </BODY>
13357 </HTML>
13358 ===== h_abook_select_addr =====
13359 <HTML>
13360 <HEAD>
13361 <TITLE>Addressbook Selection Explained</TITLE>
13362 </HEAD>
13363 <BODY>
13364 <H1>SELECT ADDRESS</H1>
13365 <!--chtml if pinemode="function_key"-->
13366 <PRE>
13367 Navigating the List of Messages               General Alpine Commands
13368 -------------------------------               -----------------------
13369 F5   Move to previous entry                   F1  Show this help text
13370 F6   Move to next entry
13371 F7   Show previous screen of address book
13372 F8   Show next screen of address book
13373 F12  WhereIs (search through address book)
13375 Address Selection Commands
13376 --------------------------
13377 F3   Exit the Address Select screen (without selecting an address)
13378 F4   Select the currently highlighted entry
13379 </PRE>
13380 <!--chtml else-->
13381 <PRE>
13382 Navigating the List of Messages               General Alpine Commands
13383 -------------------------------               -----------------------
13384  P   Move to previous entry                    ?  Show this help text
13385  N   Move to next entry
13386  -   Show previous screen of address book
13387 Spc  (space bar) Show next screen of address book
13388  W   WhereIs (search through address book)
13390 Address Selection Commands
13391 --------------------------
13392  E   Exit the Address Select screen (without selecting an address)
13393  S   Select the currently highlighted entry
13394 </PRE>
13395 <!--chtml endif-->
13398 This screen is designed to let you easily scan your address book(s) in
13399 order to select an entry for the message you are composing.  You cannot
13400 edit your address book in any way at this time, for address book
13401 maintenance, select the address book command when not composing a message.
13404 If you are composing a message and know the nickname of the person/list you
13405 want, you can bypass this screen by simply typing in the nickname on the
13406 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13407 selecting an entry does not cancel your message.
13410 FOR MORE INFORMATION on addressing see
13411 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13412 <A HREF="h_abook_opened">Address Book Screen's</A>
13413 help text.
13415 &lt;End of help on this topic&gt;
13416 </BODY>
13417 </HTML>
13418 ===== h_abook_select_top =====
13419 <HTML>
13420 <HEAD>
13421 <TITLE>Addressbook Selection Navigation Explained</TITLE>
13422 </HEAD>
13423 <BODY>
13424 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
13425 <!--chtml if pinemode="function_key"-->
13426 <PRE>
13427 Navigating the List of Address Books       General Alpine Commands
13428 ------------------------------------       -----------------------
13429 F4   View the highlighted address book
13430 F5   Move to previous address book         F1  Show this help text
13431 F6   Move to next address book
13432 F7   Show previous screen of address books
13433 F8   Show next screen of address books
13434 F12  WhereIs (search through address books)
13436 Address Selection Commands
13437 --------------------------
13438 F3   Exit the Address Select screen (without selecting an address)
13439 F4   Select the currently selected entries (if using ListMode)
13440 F9   Change to ListMode
13441 </PRE>
13442 <!--chtml else-->
13443 <PRE>
13444 Navigating the List of Address Books       General Alpine Commands
13445 ------------------------------------       -----------------------
13446  &gt;   View the highlighted address book
13447  P   Move to previous address book         ?  Show this help text
13448  N   Move to next address book
13449  -   Show previous screen of address books
13450 Spc  (space bar) Show next screen of address books
13451  W   WhereIs (search through address books)
13453 Address Selection Commands
13454 --------------------------
13455  E   Exit the Address Select screen (without selecting an address)
13456  S   Select the currently selected entries (if using ListMode)
13457  L   Change to ListMode
13458 </PRE>
13459 <!--chtml endif-->
13462 This screen is designed to let you easily scan your address book(s) in
13463 order to select entries for the message you are composing.  You cannot
13464 edit your address book in any way at this time.  For address book
13465 maintenance, select the address book command when not composing a message.
13468 If you are composing a message and know the nickname of the person/list you
13469 want, you can bypass this screen by simply typing in the nickname on the
13470 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13471 selecting an entry does not cancel your message.
13474 The ListMode command will add a column at the left edge of the screen.
13475 You mark the entries that you wish to select with the &quot;X&quot; command.
13476 This allows you to choose more than one entry at a time.
13479 An alternative method of composing a message to entries in your
13480 address book(s) is to first use the &quot;Select&quot; command from
13481 the address book maintenance screen and then the &quot;Apply&quot;
13482 &quot;ComposeTo&quot; command to start the composer composing to the
13483 selected entries.
13486 FOR MORE INFORMATION on addressing see
13487 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13488 <A HREF="h_abook_opened">Address Book Screen's</A>
13489 help text.
13491 &lt;End of help on this topic&gt;
13492 </BODY>
13493 </HTML>
13494 ===== h_abook_select_listmode =====
13495 <HTML>
13496 <HEAD>
13497 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
13498 </HEAD>
13499 <BODY>
13500 <H1>COMPOSER: SELECT ADDRESSES</H1>
13501 <!--chtml if pinemode="function_key"-->
13502 <PRE>
13503 Navigating the List of Messages                 General Alpine Commands
13504 -------------------------------                 -----------------------
13505 F5   Move to previous entry                     F1  Show this help text
13506 F6   Move to next entry
13507 F7   Show previous screen of address book
13508 F8   Show next screen of address book
13509 F12  WhereIs (search through address book)
13511 Address Selection Commands
13512 --------------------------
13513 F3   Exit the Address Select screen (without selecting an address)
13514 F4   Select the currently highlighted entry
13515 F9   Change to ListMode
13516 </PRE>
13517 <!--chtml else-->
13518 <PRE>
13519 Navigating the List of Messages                 General Alpine Commands
13520 -------------------------------                 -----------------------
13521  P   Move to previous entry                     ?  Show this help text
13522  N   Move to next entry
13523  -   Show previous screen of address book
13524 Spc  (space bar) Show next screen of address book
13525  W   WhereIs (search through address book)
13527 Address Selection Commands
13528 --------------------------
13529  E   Exit the Address Select screen (without selecting an address)
13530  S   Select the currently highlighted entry
13531  L   Change to ListMode
13532 </PRE>
13533 <!--chtml endif-->
13536 This screen is designed to let you easily scan your address book(s) in
13537 order to select entries for the message you are composing.  You cannot
13538 edit your address book in any way at this time, for address book
13539 maintenance, select the address book command when not composing a message.
13542 If you are composing a message and know the nickname of the person/list you
13543 want, you can bypass this screen by simply typing in the nickname on the
13544 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
13545 selecting an entry does not cancel your message.
13548 The ListMode command will add a column at the left edge of the screen.
13549 You mark the entries that you wish to select with the &quot;X&quot; command.
13550 This allows you to choose more than one entry at a time.
13553 An alternative method of composing a message to entries in your
13554 address book(s) is to first use the &quot;Select&quot; command from
13555 the address book maintenance screen and then the &quot;Apply&quot;
13556 &quot;ComposeTo&quot; command to start the composer composing to the
13557 selected entries.
13560 FOR MORE INFORMATION on addressing see
13561 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13562 <A HREF="h_abook_opened">Address Book Screen's</A>
13563 help text.
13565 &lt;End of help on this topic&gt;
13566 </BODY>
13567 </HTML>
13568 ===== h_abook_select_checks =====
13569 <HTML>
13570 <HEAD>
13571 <TITLE>Address Selection from Composer Explained</TITLE>
13572 </HEAD>
13573 <BODY>
13574 <H1>COMPOSER: SELECT ADDRESSES</H1>
13575 <!--chtml if pinemode="function_key"-->
13576 <PRE>
13577 Navigating the List of Messages                 General Alpine Commands
13578 -------------------------------                 -----------------------
13579 F5   Move to previous entry                     F1  Show this help text
13580 F6   Move to next entry
13581 F7   Show previous screen of address book
13582 F8   Show next screen of address book
13583 F12  WhereIs (search through address book)
13585 Address Selection Commands
13586 --------------------------
13587 F3   Exit the Address Select screen (without selecting an address)
13588 F4   Select the currently highlighted entry
13589 F8   Either Sets or Unsets all entries in this address book
13590 F9   Set or Unset the highlighted entry
13591 </PRE>
13592 <!--chtml else-->
13593 <PRE>
13594 Navigating the List of Messages                 General Alpine Commands
13595 -------------------------------                 -----------------------
13596  P   Move to previous entry                     ?  Show this help text
13597  N   Move to next entry
13598  -   Show previous screen of address book
13599 Spc  (space bar) Show next screen of address book
13600  W   WhereIs (search through address book)
13602 Address Selection Commands
13603 --------------------------
13604  E   Exit the Address Select screen (without selecting an address)
13605  S   Select the currently highlighted entry
13606  X   Set or Unset the highlighted entry
13607  A   Either Sets or Unsets all entries in this address book
13608 </PRE>
13609 <!--chtml endif-->
13612 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
13613 command.  Type &quot;S Select&quot; to select all of the entries you
13614 have marked, just as if you had typed them in by hand.
13617 An alternative method of composing a message to entries in your
13618 address book(s) is to first use the &quot;Select&quot; command from
13619 the address book maintenance screen and then the &quot;Apply&quot;
13620 &quot;ComposeTo&quot; command to start the composer composing to the
13621 selected entries.
13624 FOR MORE INFORMATION on addressing see
13625 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13626 <A HREF="h_abook_opened">Address Book Screen's</A>
13627 help text.
13629 &lt;End of help on this topic&gt;
13630 </BODY>
13631 </HTML>
13632 ===== h_abook_select_nicks_take =====
13633 <HTML>
13634 <HEAD>
13635 <TITLE>Take Address Nickname Selection Explained</TITLE>
13636 </HEAD>
13637 <BODY>
13638 <H1>TAKEADDR: SELECT NICKNAME</H1>
13639 <!--chtml if pinemode="function_key"-->
13640 <PRE>
13641 Navigating the List of Messages                 General Alpine Commands
13642 -------------------------------                 -----------------------
13643 F5   Move to previous entry                     F1  Show this help text
13644 F6   Move to next entry
13645 F7   Show previous screen of address book
13646 F8   Show next screen of address book
13647 F12  WhereIs (search through address book)
13649 Message Selection Commands
13650 --------------------------
13651 F3   Exit the Nickname Select screen (without selecting an address)
13652 F4   Select the currently highlighted entry
13653 </PRE>
13654 <!--chtml else-->
13655 <PRE>
13656 Navigating the List of Messages                 General Alpine Commands
13657 -------------------------------                 -----------------------
13658  P   Move to previous entry                     ?  Show this help text
13659  N   Move to next entry
13660  -   Show previous screen of address book
13661 Spc  (space bar) Show next screen of address book
13662  W   WhereIs (search through address book)
13664 Message Selection Commands
13665 --------------------------
13666  E   Exit the Nickname Select screen (without selecting an address)
13667  S   Select the currently highlighted entry
13668 </PRE>
13669 <!--chtml endif-->
13672 This screen is designed to let you modify or add to an existing
13673 address book entry.  You have already selected the name(s) and
13674 address(es) through &quot;Take Address&quot;.  This screen simply lets
13675 you scan your address books and select the nickname to be
13676 changed/augmented.  If you want to add a new entry, then you are in
13677 the wrong place-- Select &quot;Exit&quot; command.
13680 FOR MORE INFORMATION on addressing see
13681 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13682 <A HREF="h_abook_opened">Address Book Screen's</A>
13683 help text.
13685 &lt;End of help on this topic&gt;
13686 </BODY>
13687 </HTML>
13688 ===== h_abook_select_nick =====
13689 <HTML>
13690 <HEAD>
13691 <TITLE>Nickname Selection Explained</TITLE>
13692 </HEAD>
13693 <BODY>
13694 <H1>SELECT NICKNAME</H1>
13695 <!--chtml if pinemode="function_key"-->
13696 <PRE>
13697 Navigating the List of Messages                 General Alpine Commands
13698 -------------------------------                 -----------------------
13699 F5   Move to previous entry                     F1  Show this help text
13700 F6   Move to next entry
13701 F7   Show previous screen of address book
13702 F8   Show next screen of address book
13703 F12  WhereIs (search through address book)
13705 Message Selection Commands
13706 --------------------------
13707 F3   Exit the Nickname Select screen (without selecting an address)
13708 F4   Select the currently highlighted entry
13709 </PRE>
13710 <!--chtml else-->
13711 <PRE>
13712 Navigating the List of Messages                 General Alpine Commands
13713 -------------------------------                 -----------------------
13714  P   Move to previous entry                     ?  Show this help text
13715  N   Move to next entry
13716  -   Show previous screen of address book
13717 Spc  (space bar) Show next screen of address book
13718  W   WhereIs (search through address book)
13720 Message Selection Commands
13721 --------------------------
13722  E   Exit the Nickname Select screen (without selecting an address)
13723  S   Select the currently highlighted entry
13724 </PRE>
13725 <!--chtml endif-->
13728 This screen is designed to let you look at the nicknames in your address
13729 books before choosing a new one.
13732 FOR MORE INFORMATION on addressing see
13733 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13734 <A HREF="h_abook_opened">Address Book Screen's</A>
13735 help text.
13737 &lt;End of help on this topic&gt;
13738 </BODY>
13739 </HTML>
13740 ===== h_takeaddr_screen =====
13741 <HTML>
13742 <HEAD>
13743 <TITLE>Take Address Screen Explained</TITLE>
13744 </HEAD>
13745 <BODY>
13746 <H1>TAKE ADDRESS COMMANDS</H1>
13747 <!--chtml if pinemode="function_key"-->
13748 <PRE>
13749 Navigating the List of Addresses       Address Selection Commands        
13750 --------------------------------       --------------------------        
13751  F5  Move to previous entry            F3  Exit without taking address
13752  F6  Move to next entry                F4  Take current address(es)
13753  F7  Show previous page of address list
13754  F8  Show next page of address list
13755  F2  WhereIs (search list)
13756                                --------------
13757 Mode Toggle            F9  Set/Unset current address
13758 -----------            F10 Set all
13759  F12 Toggle between List and single mode       F11 Unset all
13760 </PRE>
13761 <!--chtml else-->
13762 <PRE>
13763 Navigating the List of Addresses       Address Selection Commands
13764 --------------------------------       --------------------------
13765  P  Move to previous entry              &lt;  Exit without taking address
13766  N  Move to next entry                  T  Take address
13767  -  Show previous page of address list
13768 Spc (space bar) Show next page of address list
13769  W  WhereIs (search list)              List Mode
13770                                        ---------
13771 Single Mode                             X  Set/Unset current address
13772 -----------                             A  Set all addresses
13773  L  Switch to list mode                 U  Unset all addresses
13774                                         S  Switch to single mode
13775 </PRE>
13776 <!--chtml endif-->
13778 <H2>Description of the Take Address Screen</H2>
13780 This screen is designed to let you select one or more address/name
13781 combinations from the current message and put them into your address book.
13782 The cursor is initially placed on the line with the message author.
13783 Other lines include the names of people and/or mailing lists who also
13784 received the message.  Other people &quot;involved&quot; in the
13785 message (e.g. the person named as Reply-To:) are also listed here.
13788 The simple case is adding a new, single entry into your address book. To
13789 do this, simply highlight the correct line and press 
13790 <!--chtml if pinemode="function_key"-->
13792 <!--chtml else-->
13793 &quot;T&quot;.
13794 <!--chtml endif-->
13795 To create a new list or add to an existing list, switch the screen display
13796 into List Mode by pressing
13797 <!--chtml if pinemode="function_key"-->
13798 F12.
13799 <!--chtml else-->
13800 &quot;L&quot;.
13801 <!--chtml endif-->
13802 In List Mode, you select the
13803 group of addresses you wish to manipulate by marking them with an
13804 &quot;X&quot;.
13805 The Set/Unset
13806 <!--chtml if pinemode="function_key"-->
13807 (F9)
13808 <!--chtml else-->
13809 (&quot;X&quot;)
13810 <!--chtml endif-->
13811 command will turn the &quot;X&quot; on for the
13812 highlighted address if it was off or turn it off if it was previously on.
13813 The SetAll command will select all of the addresses, and the UnSetAll
13814 command will turn off all the selections.  Once you've gotten the
13815 selection the way you want it, you may create a new list by pressing
13816 <!--chtml if pinemode="function_key"-->
13818 <!--chtml else-->
13819 &quot;T&quot;.
13820 <!--chtml endif-->
13823 In both the simple and list cases, after choosing to take the address,
13824 you will be asked for the nickname of the entry.  Typing in a new name
13825 creates the new entry/list.  Entering an existing nickname will replace
13826 the entry (simple case) or add to the list (list case).  Alternatively,
13827 you can press Ctrl-T at the nickname prompt and select an existing
13828 nickname from your address book.
13831 You will normally start in Single Mode, unless you used the Apply command
13832 to startup the TakeAddr screen, in which case you will start in List Mode.
13833 You may switch between the two modes at any time.  If you've already
13834 selected several addresses in List Mode, those will be remembered when you
13835 switch to Single Mode and then back to List Mode.  The set of addresses
13836 that are pre-selected when you start in List Mode are the From addresses
13837 of all of the messages you are operating on.  You may, of course, easily
13838 erase those selections with the UnSetAll command.
13841 If you have more than one writable address book, you will be prompted for
13842 the name of the address book you wish to add the new entry to before
13843 anything else. You can use ^N and ^P to choose among the defined address
13844 books, or type in the address book name.
13847 FOR MORE INFORMATION on addressing see
13848 <A HREF="h_address_format">Explanation of Address formats</A>, and the
13849 <A HREF="h_abook_opened">Address Book Screen's</A>
13850 help text.
13852 &lt;End of help on this topic&gt;
13853 </BODY>
13854 </HTML>
13855 ===== h_takeexport_screen =====
13856 <HTML>
13857 <HEAD>
13858 <TITLE>Take Export Screen Explained</TITLE>
13859 </HEAD>
13860 <BODY>
13861 <H1>TAKE EXPORT COMMANDS</H1>
13862 <!--chtml if pinemode="function_key"-->
13863 <PRE>
13864 Navigating the List of Addresses       Address Selection Commands        
13865 --------------------------------       --------------------------        
13866  F5  Move to previous entry            F3  Exit without taking address
13867  F6  Move to next entry                F4  Take current address(es)
13868  F7  Show previous page of address list
13869  F8  Show next page of address list
13870  F2  WhereIs (search list)
13871                                --------------
13872 Mode Toggle            F9  Set/Unset current address
13873 -----------            F10 Set all
13874  F12 Toggle between List and single mode       F11 Unset all
13875 </PRE>
13876 <!--chtml else-->
13877 <PRE>
13878 Navigating the List of Addresses       Address Selection Commands
13879 --------------------------------       --------------------------
13880  P  Move to previous entry              &lt;  Exit without taking address
13881  N  Move to next entry                  T  Take address
13882  -  Show previous page of address list
13883 Spc (space bar) Show next page of address list
13884  W  WhereIs (search list)              List Mode
13885                                        ---------
13886 Single Mode                             X  Set/Unset current address
13887 -----------                             A  Set all addresses
13888  L  Switch to list mode                 U  Unset all addresses
13889                                         S  Switch to single mode
13890 </PRE>
13891 <!--chtml endif-->
13893 <H2>Description of the Take Export Screen</H2>
13895 This screen is designed to let you select one or more addresses
13896 from the current message and put them into a file.
13897 Only the user@domain_name part of each address is put into the file.
13900 To put a single entry into a file simply highlight the correct line and press 
13901 <!--chtml if pinemode="function_key"-->
13903 <!--chtml else-->
13904 &quot;T&quot;.
13905 <!--chtml endif-->
13906 To put more than one entry into a file
13907 switch the screen display
13908 into List Mode by pressing
13909 <!--chtml if pinemode="function_key"-->
13910 F12.
13911 <!--chtml else-->
13912 &quot;L&quot;.
13913 <!--chtml endif-->
13914 In List Mode, you select the
13915 group of addresses you wish to manipulate by marking them with an
13916 &quot;X&quot;.
13917 The Set/Unset
13918 <!--chtml if pinemode="function_key"-->
13919 (F9)
13920 <!--chtml else-->
13921 (&quot;X&quot;)
13922 <!--chtml endif-->
13923 command will turn the &quot;X&quot; on for the
13924 highlighted address if it was off or turn it off if it was previously on.
13925 The SetAll command will select all of the addresses, and the UnSetAll
13926 command will turn off all the selections.  Once you've gotten the
13927 selection the way you want it, you may put the addresses in a file by typing
13928 <!--chtml if pinemode="function_key"-->
13930 <!--chtml else-->
13931 &quot;T&quot;.
13932 <!--chtml endif-->
13935 You will be asked for the name of a file to put the addresses in.
13936 If the file already exists, you will be asked whether you want to Overwrite
13937 (replace) the contents of the file or Append to the contents of the file.
13940 &lt;End of help on this topic&gt;
13941 </BODY>
13942 </HTML>
13943 ============= h_abook_view ========================
13944 <HTML>
13945 <HEAD>
13946 <TITLE>Address Book View Explained</TITLE>
13947 </HEAD>
13948 <BODY>
13949 This function allows you to view the contents of an address book entry. You
13950 can only view one entry at a time.
13952 <DL>
13953 <DT>Help
13954 <!--chtml if pinemode="function_key"-->
13955 (F1)
13956 <!--chtml else-->
13958 <!--chtml endif-->
13959 </DT>
13960 <DD>
13961 Display this help text.
13963 <DT>Abook
13964 <!--chtml if pinemode="function_key"-->
13965 (F3)
13966 <!--chtml else-->
13967 (&lt;)
13968 <!--chtml endif-->
13969 </DT>
13970 <DD>
13971 Go back to index of address book entries.
13973 <DT>Update
13974 <!--chtml if pinemode="function_key"-->
13975 (F4)
13976 <!--chtml else-->
13978 <!--chtml endif-->
13979 </DT>
13980 <DD>
13981 Update (modify) this entry.
13983 <DT>ComposeTo
13984 <!--chtml if pinemode="function_key"-->
13985 (F5)
13986 <!--chtml else-->
13988 <!--chtml endif-->
13989 </DT>
13990 <DD>Compose a message to the address(es) in this entry.
13992 <DT>Role
13993 <!--chtml if pinemode="function_key"-->
13994 (F6)
13995 <!--chtml else-->
13997 <!--chtml endif-->
13998 </DT>
13999 <DD>Compose a message to the address(es) in this entry using roles.
14001 <DT>Prev Page
14002 <!--chtml if pinemode="function_key"-->
14003 (F7)
14004 <!--chtml else-->
14006 <!--chtml endif-->
14007 </DT>
14008 <DD>
14009 Show the previous page of the current entry.
14011 <DT>Next Page
14012 <!--chtml if pinemode="function_key"-->
14013 (F8)
14014 <!--chtml else-->
14015 (Space)
14016 <!--chtml endif-->
14017 </DT>
14018 <DD>
14019 Show the next page of the current entry.
14021 <DT>Print
14022 <!--chtml if pinemode="function_key"-->
14023 (F9)
14024 <!--chtml else-->
14026 <!--chtml endif-->
14027 </DT>
14028 <DD>Print the current entry.  You can select the
14029 printer or the print command via the &quot;Setup&quot; command
14030 on the MAIN MENU.
14032 <DT>WhereIs
14033 <!--chtml if pinemode="function_key"-->
14034 (F10)
14035 <!--chtml else-->
14037 <!--chtml endif-->
14038 </DT>
14039 <DD>Search the entry for a string of letters.  If it is
14040 found, move to it.  The string can be one word or a phrase.
14041 If there are multiple occurrences, the cursor moves to the
14042 first occurrence beyond the current cursor position.
14044 <DT>Fwd Email
14045 <!--chtml if pinemode="function_key"-->
14046 (F11)
14047 <!--chtml else-->
14049 <!--chtml endif-->
14050 </DT>
14051 <DD>Begin composition of a new mail message with the displayed
14052 text already inserted in the message body.
14054 </DL>
14056 &lt;End of help on this topic&gt;
14057 </BODY>
14058 </HTML>
14059 ============= h_ldap_view ========================
14060 <HTML>
14061 <HEAD>
14062 <TITLE>LDAP Response View Explained</TITLE>
14063 </HEAD>
14064 <BODY>
14065 This function allows you to view the contents of a directory entry. You
14066 can only view one entry at a time.
14068 <DL>
14069 <DT>Help
14070 <!--chtml if pinemode="function_key"-->
14071 (F1)
14072 <!--chtml else-->
14074 <!--chtml endif-->
14075 </DT>
14076 <DD>
14077 Display this help text.
14079 <DT>Results Index
14080 <!--chtml if pinemode="function_key"-->
14081 (F3)
14082 <!--chtml else-->
14083 (&lt;)
14084 <!--chtml endif-->
14085 </DT>
14086 <DD>Go back to index of search results.
14088 <DT>ComposeTo
14089 <!--chtml if pinemode="function_key"-->
14090 (F5)
14091 <!--chtml else-->
14093 <!--chtml endif-->
14094 </DT>
14095 <DD>Compose a message to the address(es) in this entry.
14097 <DT>Role
14098 <!--chtml if pinemode="function_key"-->
14099 (F6)
14100 <!--chtml else-->
14102 <!--chtml endif-->
14103 </DT>
14104 <DD>Compose a message to the address(es) in this entry using roles.
14106 <DT>Prev Page
14107 <!--chtml if pinemode="function_key"-->
14108 (F7)
14109 <!--chtml else-->
14111 <!--chtml endif-->
14112 </DT>
14113 <DD>
14114 Show the previous page of the current entry.
14116 <DT>Next Page
14117 <!--chtml if pinemode="function_key"-->
14118 (F8)
14119 <!--chtml else-->
14120 (Space)
14121 <!--chtml endif-->
14122 </DT>
14123 <DD>
14124 Show the next page of the current entry.
14126 <DT>Print
14127 <!--chtml if pinemode="function_key"-->
14128 (F9)
14129 <!--chtml else-->
14131 <!--chtml endif-->
14132 </DT>
14133 <DD>Print the current entry on paper.  You can select the
14134 printer or the print command via the &quot;Setup&quot; command
14135 on the MAIN MENU.
14137 <DT>WhereIs
14138 <!--chtml if pinemode="function_key"-->
14139 (F10)
14140 <!--chtml else-->
14142 <!--chtml endif-->
14143 </DT>
14144 <DD>Search the entry for a string of letters.  If it is
14145 found, move to it.  The string can be one word or a phrase.
14146 If there are multiple occurrences, the cursor moves to the
14147 first occurrence beyond the current cursor position.
14149 <DT>Fwd Email
14150 <!--chtml if pinemode="function_key"-->
14151 (F11)
14152 <!--chtml else-->
14154 <!--chtml endif-->
14155 </DT>
14156 <DD>Begin composition of a new mail message with the displayed
14157 text already inserted in the message body.
14159 <DT>Save
14160 <!--chtml if pinemode="function_key"-->
14161 (F12)
14162 <!--chtml else-->
14164 <!--chtml endif-->
14165 </DT>
14166 <DD>Save the displayed entry to one of your address books or export
14167 it to a file.
14168 </DL>
14170 &lt;End of help on this topic&gt;
14171 </BODY>
14172 </HTML>
14173 ===== h_attachment_screen =====
14174 <HTML>
14175 <HEAD>
14176 <TITLE>Attachment Index Screen Explained</TITLE>
14177 </HEAD>
14178 <BODY>
14179 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
14180 message's attachments, and allows various operations on them.  The
14181 first attachment is usually the message text, but does not include the
14182 header portion of the message.
14184 Available commands include:
14186 <DL>
14188 <DT>Help</DT>
14189 <DD>Show this help text.
14191 <DT>Msg #<I>num</I></DT>
14192 <DD>Leave this screen without displaying or saving any attachments.
14194 <DT>View</DT>
14195 <DD>View the currently selected attachment.
14197 <DT>External</DT>
14198 <DD>Passes a TEXT/HTML message to an external browser for its display.
14200 <DT>Prev Attach</DT>
14201 <DD>Move to previous attachment.
14203 <DT>Next Attach</DT>
14204 <DD>Move to next attachment.
14206 <DT>Prev Page</DT>
14207 <DD>Previous page of the listed attachments.
14209 <DT>Next Page</DT>
14210 <DD>Next page of the listed attachments.
14212 <DT>Delete</DT>
14213 <DD>Mark the currently selected attachment for Deletion.
14214 This does not modify the current message by deleting the attachment from
14215 it, but instead the delete flag <EM>only</EM> has an effect when saving
14216 the message to a folder.
14217 Attachments marked for deletion are not copied to the destination folder
14218 along with the rest of the message when it is saved.
14219 It is ok for the destination folder to be the same as the current folder.
14220 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
14222 <DT>Undelete</DT>
14223 <DD>Turn off the Delete flag for the selected attachment.
14225 <DT>Save</DT>
14226 <DD>Save the selected attachment to a file.  If the attachment is of
14227 type &quot;RFC822/Message&quot;, then the attachment will be saved to
14228 the specified mail folder.
14230 <DT>Export</DT>
14231 <DD>If the attachment is of
14232 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
14233 copy the message to a file in the same way this command works on 
14234 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
14236 <DT>Pipe</DT>
14237 <DD>Pipe the attachment contents into a UNIX command (if enabled).
14238 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
14240 <DT>WhereIs</DT>
14241 <DD>Find a matching string in the attachment list.
14243 <DT>AboutAttch</DT>
14244 <DD>Examine various aspects of the selected attachment.
14246 <DT>Print</DT>
14247 <DD>Print the selected attachment.
14249 <DT>Forward</DT>
14250 <DD>Forward the selected attachment as an attachment.
14251 </DL>
14255 All attachments can be saved or piped into a UNIX command, but some may
14256 not be readily displayed by either Alpine or an external tool.  In such
14257 cases, the reason why the message cannot be displayed is displayed on
14258 Alpine's message line.
14260 &lt;End of help on this topic&gt;
14261 </BODY>
14262 </HTML>
14263 ============= h_mail_text_att_view ========================
14264 <HTML>
14265 <HEAD>
14266 <TITLE>Attachment View Screen Explained</TITLE>
14267 </HEAD>
14268 <BODY>
14269 This function allows you to view the contents of a text attachment. You
14270 can only view one attachment at a time.
14272 Available commands include:
14274 <DL>
14276 <DT>Help</DT>
14277 <DD>Display this help text
14279 <DT>AttchIndex</DT>
14280 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
14282 <DT>Prev Page</DT>
14283 <DD>Show the previous page of the current attachment.
14285 <DT>Next Page</DT>
14286 <DD>Show the next page of the current attachment by pressing the space bar.
14288 <DT>Delete</DT>
14289 <DD>Mark the viewed attachment for Deletion.  The delete
14290 flag <EM>only</EM> has affect when saving the message to a folder.
14291 Attachments marked for deletion are excluded from the message when
14292 it is saved.  In addition, the delete mark <EM>only</EM> applies to
14293 this Alpine session.
14295 <DT>Undelete</DT>
14296 <DD>Turn off the Delete flag for the selected attachment.
14298 <DT>Save</DT>
14299 <DD>Copy the current attachment to a file.  If you just enter
14300 a filename, the attachment will be saved with that name in
14301 your home directory 
14302 <!--chtml if pinemode="running"-->
14303 (which, in the present configuration of your system, is
14304  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14305 <!--chtml endif-->
14306 or current working directory
14307 <!--chtml if pinemode="running"-->
14308 (which, at least for your current Alpine &quot;session,&quot; 
14309 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14310 <!--chtml endif-->, depending on the
14311 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14312 configuration setting.  You may enter the full
14313 path and filename to save it in another directory instead.
14315 <DT>Export</DT>
14316 <DD>If the attachment is of
14317 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
14318 copy the message to a file in the same way this command works on 
14319 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
14320 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
14321 defined, they may affect the contents of the exported file.)
14323 <DT>Pipe</DT>
14324 <DD>Pipe the attachment contents into a UNIX command (if enabled)
14326 <DT>WhereIs</DT>
14327 <DD>Search the attachment for a string of letters.  If it is
14328 found, move to it.  The string can be one word or a phrase.
14329 If there are multiple occurrences, the cursor moves to the
14330 first occurrence beyond the current cursor position.
14332 <DT>Print</DT>
14333 <DD>Print the current attachment on paper.  You can select the
14334 printer or the print command via the &quot;Setup&quot; command
14335 on the MAIN MENU.
14337 <DT>Forward</DT>
14338 <DD>Forward the selected attachment as an attachment.
14339 </DL>
14341 &lt;End of help on this topic&gt;
14342 </BODY>
14343 </HTML>
14344 ============= h_journal ==============
14345 <HTML>
14346 <HEAD>
14347 <TITLE>Recent Message Journal Explained</TITLE>
14348 </HEAD>
14349 <BODY>
14351 The following commands are available on this screen:
14353 <DL>
14354 <DT>Help</DT>
14355 <DD>Show this help text
14357 <DT>Exit</DT>
14358 <DD>Exit Viewer, and go back to mail processing
14360 <DT>Prev Page</DT>
14361 <DD>Show the previous page text
14363 <DT>Next Page</DT>
14364 <DD>Show the next page of text by pressing the space bar
14366 <DT>Print</DT>
14367 <DD>Print the displayed text on paper.  You can select the
14368 printer or the print command via the &quot;Setup&quot; command
14369 on the MAIN MENU.
14371 <DT>Fwd Email</DT>
14372 <DD>Begin composition of a new mail message with the displayed
14373 text already inserted in the message body.
14375 <DT>Save</DT>
14376 <DD>Copy the displayed text to a file.  If you just enter
14377 a filename, the text will be saved with that name in
14378 your 
14379 home directory 
14380 <!--chtml if pinemode="running"-->
14381 (which, in the present configuration of your system, is
14382  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14383 <!--chtml endif-->
14384 or current working directory
14385 <!--chtml if pinemode="running"-->
14386 (which, at least for your current Alpine &quot;session,&quot; 
14387 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14388 <!--chtml endif-->, depending on the
14389 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14390 configuration setting.   You may enter the full
14391 path and filename to save it in another directory instead.
14393 <DT>WhereIs</DT>
14394 <DD>Search the text for a string of letters.  If it is
14395 found, move to it.  The string can be one word or a phrase.
14396 If there are multiple occurrences, the cursor moves to the
14397 first occurrence beyond the current cursor position.
14398 </DL>
14400 &lt;End of help on this topic&gt;
14401 </BODY>
14402 </HTML>
14403 ============= h_debugjournal ==============
14404 <HTML>
14405 <HEAD>
14406 <TITLE>Debug Journal Explained</TITLE>
14407 </HEAD>
14408 <BODY>
14410 The following commands are available on this screen:
14412 <DL>
14413 <DT>Help</DT>
14414 <DD>Show this help text
14416 <DT>Exit</DT>
14417 <DD>Exit Viewer, and go back to mail processing
14419 <DT>Timestamps</DT>
14420 <DD>Turn on or off timestamps.
14422 <DT>DebugView</DT>
14423 <DD>Set the level of debugging you want to see. The level may be any number
14424 in the range 0-9. Higher numbers show more debugging detail. Note that the
14425 debugging information has already been captured. This setting just causes the
14426 debugging information that you see to be filtered. If you set this to
14427 the number &quot;5&quot; then you will be shown all of the debugging information
14428 at levels 5 and below.
14429 It's actually a bit more complicated than that. A fixed amount of memory
14430 is used to store the debug information.
14431 Since the amount of memory used is limited the debugging information
14432 has to be trimmed back when it gets too large.
14434 <DT>Prev Page</DT>
14435 <DD>Show the previous page text
14437 <DT>Next Page</DT>
14438 <DD>Show the next page of text by pressing the space bar
14440 <DT>Print</DT>
14441 <DD>Print the displayed text on paper.  You can select the
14442 printer or the print command via the &quot;Setup&quot; command
14443 on the MAIN MENU.
14445 <DT>Fwd Email</DT>
14446 <DD>Begin composition of a new mail message with the displayed
14447 text already inserted in the message body.
14449 <DT>Save</DT>
14450 <DD>Copy the displayed text to a file.  If you just enter
14451 a filename, the text will be saved with that name in
14452 your 
14453 home directory 
14454 <!--chtml if pinemode="running"-->
14455 (which, in the present configuration of your system, is
14456  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14457 <!--chtml endif-->
14458 or current working directory
14459 <!--chtml if pinemode="running"-->
14460 (which, at least for your current Alpine &quot;session,&quot; 
14461 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14462 <!--chtml endif-->, depending on the
14463 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14464 configuration setting.   You may enter the full
14465 path and filename to save it in another directory instead.
14467 <DT>WhereIs</DT>
14468 <DD>Search the text for a string of letters.  If it is
14469 found, move to it.  The string can be one word or a phrase.
14470 If there are multiple occurrences, the cursor moves to the
14471 first occurrence beyond the current cursor position.
14472 </DL>
14474 &lt;End of help on this topic&gt;
14475 </BODY>
14476 </HTML>
14477 ============= h_simple_text_view ==============
14478 <HTML>
14479 <HEAD>
14480 <TITLE>Simple Text View Screen Explained</TITLE>
14481 </HEAD>
14482 <BODY>
14484 The following commands are available on this screen:
14486 <DL>
14487 <DT>Help</DT>
14488 <DD>Show this help text
14490 <DT>Exit</DT>
14491 <DD>Exit Viewer, and go back to mail processing
14493 <DT>Prev Page</DT>
14494 <DD>Show the previous page text
14496 <DT>Next Page</DT>
14497 <DD>Show the next page of text by pressing the space bar
14499 <DT>Print</DT>
14500 <DD>Print the displayed text on paper.  You can select the
14501 printer or the print command via the &quot;Setup&quot; command
14502 on the MAIN MENU.
14504 <DT>Fwd Email</DT>
14505 <DD>Begin composition of a new mail message with the displayed
14506 text already inserted in the message body.
14508 <DT>Save</DT>
14509 <DD>Copy the displayed text to a file.  If you just enter
14510 a filename, the attachment will be saved with that name in
14511 your 
14512 home directory 
14513 <!--chtml if pinemode="running"-->
14514 (which, in the present configuration of your system, is
14515  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14516 <!--chtml endif-->
14517 or current working directory
14518 <!--chtml if pinemode="running"-->
14519 (which, at least for your current Alpine &quot;session,&quot; 
14520 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14521 <!--chtml endif-->, depending on the
14522 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14523 configuration setting.   You may enter the full
14524 path and filename to save it in another directory instead.
14526 <DT>WhereIs</DT>
14527 <DD>Search the attachment for a string of letters.  If it is
14528 found, move to it.  The string can be one word or a phrase.
14529 If there are multiple occurrences, the cursor moves to the
14530 first occurrence beyond the current cursor position.
14531 </DL>
14533 &lt;End of help on this topic&gt;
14534 </BODY>
14535 </HTML>
14536 ======= h_pine_for_windows ========
14537 <HTML>
14538 <HEAD>
14539 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
14540 </HEAD>
14541 <BODY>
14542 <H1>Getting Help In PC-Alpine</H1>
14545 PC-Alpine offers general and specific help text. From the <A
14546 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
14547 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
14548 specific help for that screen is available from the toolbar Help menu or
14549 with the 
14550 <!--chtml if pinemode="function_key"-->
14551 &quot;F1&quot; key.
14552 <!--chtml else-->
14553 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
14554 typing &quot;?&quot; would be mistaken as entering text.
14555 <!--chtml endif-->
14558 Although this version of Alpine is for Microsoft Windows, it is not
14559 considered a full &quot;Graphical User Interface&quot; application. 
14560 Yet, many of the controls that Windows users are accustomed to seeing, 
14561 such as scrollbars and toolbars, are available.
14564 PC-Alpine offers considerable mouse support.  You can view what is
14565 &quot;click-able&quot; by dragging your mouse over any screen; when the
14566 arrow cursor changes into a hand, you found something. Mouse-click
14567 possibilities include navigating between screens and folders and
14568 double-clicking on hyperlinks to open your Web browser.
14569 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
14570 screen.  Examples of right-click options include &quot;copy&quot; after
14571 selecting text to copy and &quot;View in New Window&quot; when you click
14572 on a particular message in the Message Index. The menu choices available
14573 to you will vary based upon what screen is open, where on the screen your
14574 cursor is located, and even what action you have already taken.
14577 &lt;End of help on this topic&gt;
14578 </BODY>
14579 </HTML>
14580 ===== h_composer =====
14581 <HTML>
14582 <HEAD>
14583 <TITLE>COMPOSER COMMANDS</TITLE>
14584 </HEAD>
14585 <BODY>
14586 <H1>COMPOSER COMMANDS</H1>
14588 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>
14589 &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>
14590 &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>
14591 &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>
14592 &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>
14593 &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>
14594 &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>
14595 &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>
14596 &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>
14597 &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>
14598 ---------------------------------------|&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>
14599 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>
14600 &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>
14601 &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>
14602 &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>
14605 NOTE:
14606 <OL>
14607  <LI>For help on a particular command, highlight the bold text associated
14608 with it above and hit Return.
14609  <LI> The availability of certain commands
14610 is determined by Alpine configuration files and system capabilities.
14611 At some sites, certain commands may not be available due to security or
14612 support concerns.
14613  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14614 Ctrl-&#92;, ESC.
14615  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14616 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14617 </OL>
14620 HINT: To move rapidly to the bottom of a message you are composing,
14621 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
14622 with the Mark and Cut commands to eliminate large amounts of unwanted
14623 text in a Reply.
14625 <H2>Description of Composer</H2>
14627 Alpine has a built-in editing program that allows you to compose messages
14628 without having to leave Alpine.  The editor is designed to be very simple to
14629 use so that you can get started writing email right away.
14632 Messages are usually just text, about 80 columns wide.  Using upper and
14633 lower case is encouraged.  On some systems the size limit of the message
14634 is about 100,000 characters, which is about 2,000 lines.  You can include
14635 punctuation and special characters found on most keyboards, but you can't
14636 include characters with diacritical marks and certain special symbols.
14639 Text automatically wraps as you type past the end of a line so you do not
14640 have to hit return.  Using the
14641 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
14642 you can also reformat text explicitly, perhaps after you have
14643 deleted some text.
14646 You can include other text files with the 
14647 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
14648 which will prompt you for the name of the file to insert at the
14649 current cursor position.
14652 <UL>
14653 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14654 </UL>
14656 &lt;End of help on this topic&gt;
14657 </BODY>
14658 </HTML>
14659 ====== h_composer_browse =====
14660 <HTML>
14661 <HEAD>
14662 <TITLE>BROWSER</TITLE>
14663 </HEAD>
14664 <BODY>
14665 <H1>BROWSER</H1>
14666 This screen lets you browse your files and directories.  To go to another 
14667 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
14668 choose &quot;Select&quot; (the default choice on the menu); 
14669 or choose &quot;Goto&quot; and enter the name of the directory.
14670 <!--chtml if pinemode="os_windows"-->
14671 <!--chtml else--> 
14672 In Unix Alpine, you may use 
14673 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
14674 to another's home directory.  
14675 <!--chtml endif--><P>
14676 To select a file, move the cursor to it and 
14677 choose &quot;Select&quot; (the default choice on the menu).  
14679 <UL>
14680 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
14681 inclusion in the 
14682 message body (that is, you chose &quot;Read File&quot; with the cursor under 
14683 the 
14684 &quot;----- Message Text -----&quot; line
14685 while composing, then &quot;To Files&quot;):  Since the file 
14686 selected will become part of the message text, it must be in a format 
14687 suitable for that (Alpine does not check!), such as a plain text file.
14688 Files of other formats (for example, graphics, databases, software 
14689 programs) should be 
14690 <B>attached</B> to the message instead --
14691 by moving the cursor in the COMPOSE MESSAGE screen into the 
14692 message header area and pressing 
14693 <!--chtml if pinemode="function_key"-->
14695 <!--chtml else-->
14696 Ctrl-J.
14697 <!--chtml endif--> 
14699 <P><LI>
14700 Note <B>if</B> you are currently using the BROWSER for saving a message 
14701 attachment, or exporting a message, to a file: You can use the Add command to 
14702 provide the name for a new file to save/export to, and then select that name 
14703 to use it for the save/export operation.  Back at the prompt 
14704 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
14705 either Overwrite or Append (it doesn't make a difference, since the file is 
14706 so far empty).  Note: If you cancel the 
14707 operation at that point, the file created with the Add command will remain 
14708 0 bytes in size.
14710 </UL>
14711 <P><UL>
14712 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14713 </UL>
14715 &lt;End of help on this topic&gt;
14716 </BODY>
14717 </HTML>
14718 ====== h_composer_ins =====
14719 <HTML>
14720 <HEAD>
14721 <TITLE>INSERT TEXT FILE</TITLE>
14722 </HEAD>
14723 <BODY>
14724 <H1>INSERT TEXT FILE</H1>
14726 Use this function to insert a text file. The file name
14727 given can be an absolute file path name for your system
14728 <!--chtml if pinemode="os_windows"-->
14729 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
14730 with a relative pathname, or simply a file name without
14731 drive or directory specification.  
14732 <!--chtml else-->
14733 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
14734 a file in your home directory, or a file path relative to your 
14735 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
14736 your home directory or &quot;~user&quot; to refer to another
14737 account's home directory.
14738 <!--chtml endif-->
14740 No wild card characters may be used.  
14741 The file must reside on the system running Alpine.
14743 If the 
14744 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14745 feature is set, names are relative to your current working directory 
14746 <!--chtml if pinemode="running"-->
14747 (which, at least for your current Alpine &quot;session,&quot; 
14748 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14749 <!--chtml endif-->
14750 rather than your home directory
14751 <!--chtml if pinemode="running"-->
14752 (which, in the present configuration of your system, is
14753  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14754 <!--chtml endif-->
14756 <P><UL>
14757 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14758 </UL>
14760 &lt;End of help on this topic&gt;
14761 </BODY>
14762 </HTML>
14763 ====== h_composer_ins_m =====
14764 <HTML>
14765 <HEAD>
14766 <TITLE>INSERT MESSAGE</TITLE>
14767 </HEAD>
14768 <BODY>
14769 <H1>INSERT MESSAGE</H1>
14771 Type in the number of a message in the currently open folder to insert it
14772 into your message.
14773 <P><UL>
14774 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14775 </UL>
14777 &lt;End of help on this topic&gt;
14778 </BODY>
14779 </HTML>
14780 ====== h_composer_search =====
14781 <HTML>
14782 <HEAD>
14783 <TITLE>Explanation of Composer Whereis Command </TITLE>
14784 </HEAD>
14785 <BODY>
14786 <H1>Help For Whereis Command</H1>
14788 Whereis is used to search the message for a word or part of a word.
14789 When searching in the composer, only the message part of your mail is
14790 searched, and the cursor is put on the first occurrence appearing
14791 after the location of the cursor.  The search will wrap to the
14792 beginning of the message when it no longer finds matches in the
14793 remainder of the message.
14795 To search for the same string a second time, press 
14796 <!--chtml if pinemode="function_key"-->
14797 &quot;F6&quot;
14798 <!--chtml else-->
14799 &quot;^W&quot;
14800 <!--chtml endif-->
14801 to begin search and then just press RETURN to accept the previous
14802 search string shown in square brackets rather than entering a new
14803 search string.<P>
14805 The &quot;Search&quot; prompt has several sub-command available:
14807 <DL>
14808 <DT>Get Help</DT>
14809 <DD> Takes you to this help page.
14811 <DT>Cancel</DT>
14812 <DD> Cancels the prompt.  No search takes place.
14814 <DT>First Line</DT>
14815 <DD> Takes you back to the composer with the cursor on the first character
14816 of the first line of text.
14818 <DT>Last Line</DT>
14819 <DD> Takes you back to the composer with the cursor on the last character
14820 of the last line of text.
14822 <DT>Replace (Optional)</DT>
14823 <DD> This sub-command is enabled by the 
14824 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
14825 feature (which is on by default); see its help screen for details on how replacing works.
14827 </DL>
14829 &lt;End of help on this topic&gt;
14830 </BODY>
14831 </HTML>
14832 ====== h_sigedit_search =====
14833 <HTML>
14834 <HEAD>
14835 <TITLE>Explanation of Whereis Command </TITLE>
14836 </HEAD>
14837 <BODY>
14838 <H1>Help For Whereis Command</H1>
14840 Whereis is used to search for a word or part of a word.
14841 When searching the cursor is put on the first occurrence appearing
14842 after the location of the cursor.  The search will wrap to the
14843 beginning of the signature when it no longer finds matches in the
14844 remainder of the signature.
14846 To search for the same string a second time, press 
14847 <!--chtml if pinemode="function_key"-->
14848 &quot;F6&quot;
14849 <!--chtml else-->
14850 &quot;^W&quot;
14851 <!--chtml endif-->
14852 to begin search and then just press RETURN to accept the previous
14853 search string shown in square brackets rather than entering a new
14854 search string.<P>
14856 The &quot;Search&quot; prompt has several sub-command available:
14858 <DL>
14859 <DT>Get Help</DT>
14860 <DD> Takes you to this help page.
14862 <DT>Cancel</DT>
14863 <DD> Cancels the prompt.  No search takes place.
14865 <DT>First Line</DT>
14866 <DD> Takes you back to the composer with the cursor on the first character
14867 of the first line of text.
14869 <DT>Last Line</DT>
14870 <DD> Takes you back to the composer with the cursor on the last character
14871 of the last line of text.
14873 <DT>Replace (Optional)</DT>
14874 <DD> This sub-command is enabled by the 
14875 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
14876 feature (which is on by default); see its help screen for details on how replacing works.
14878 </DL>
14880 &lt;End of help on this topic&gt;
14881 </BODY>
14882 </HTML>
14883 ======= h_composer_to ====
14884 <HTML>
14885 <HEAD>
14886 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
14887 </HEAD>
14888 <BODY>
14889 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
14891 <H2>The &quot;To:&quot; field</H2>
14892 The address you enter here must be a valid email address that is reachable
14893 from your site. 
14895 <H2>Email Address Format</H2>
14896 You may enter a full name and email address, 
14897 <!--chtml if pinemode="os_windows"-->
14898 <!--chtml else-->
14899 a local (meaning, on the same 
14900 host as the one you are running Alpine on) username that Alpine will
14901 complete for you, 
14902 <!--chtml endif-->
14903 the nickname of someone in a 
14904 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
14905 mail alias defined by your system administrator.  When you move the cursor
14906 out of this field, the nicknames will be expanded to the addresses in your
14907 address book, and the local usernames will be expanded to include the 
14908 persons' actual names.  You may enter as many addresses as you wish, but they 
14909 must be separated by commas.  You can move around this and other header fields
14910 with the arrow keys and use many of the usual composer editing keys.
14912 <UL>
14913 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14914 </UL>
14917 <H2>MESSAGE HEADER COMMANDS</H2>
14918 <!--chtml if pinemode="function_key"-->
14919 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
14920 ^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>
14921 ^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>
14922 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
14923 ^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>
14924 ^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>
14925 ^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>
14926 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>
14927 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>
14928 ^@&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>
14929 ----------------------------------------|<BR>
14930 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
14931 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>
14932 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>
14933 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>
14934 <!--chtml else-->
14935 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
14936 ^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>
14937 ^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>
14938 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
14939 ^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>
14940 ^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>
14941 ^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>
14942 ^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>
14943 ^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>
14944 ^@&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>
14945 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
14946 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>
14947 ^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>
14948 ^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>
14949 ^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>
14950 <!--chtml endif-->
14953 NOTE:
14954 <OL>
14955  <LI>For help on a particular command, highlight the bold text associated
14956 with it above and hit Return.
14957  <LI> The availability of certain commands 
14958 is determined by Alpine configuration files and system capabilities.
14959 At some sites, certain commands may not be available due to security or
14960 support concerns.
14961 </OL>
14964 <UL>   
14965 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14966 </UL><P>
14967 &lt;End of help on this topic&gt;
14968 </BODY>
14969 </HTML>
14970 ======= h_composer_cc ====
14971 <HTML>
14972 <HEAD>
14973 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
14974 </HEAD>
14975 <BODY>
14976 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
14977 The Cc: field is just like the To: field, except it is used for addressees
14978 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
14979 not directly meant directly &quot;for&quot; these recipients, but you wanted 
14980 them to see the message.  The only difference the recipients see is that their 
14981 name is in the Cc: field, rather than the To: field.
14983 For help with Cc: field editing
14984 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14986 <UL>
14987 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14988 </UL>
14990 <UL>   
14991 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14992 </UL><P>
14993 &lt;End of help on this topic&gt;
14994 </BODY>
14995 </HTML>
14996 ======= h_composer_bcc ====
14997 <HTML>
14998 <HEAD>
14999 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
15000 </HEAD>
15001 <BODY>
15002 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
15003 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
15004 a copy of the message to one or more people whose addresses you do not
15005 wish disclosed, either to reduce clutter or for confidentiality.
15007 The format of the Bcc: field is just the same as the To: and Cc: fields in
15008 the way the addresses are entered.  The recipients listed here will
15009 receive a copy of the message, but --assuming your site's mail transport
15010 software is properly configured-- their addresses will not show up in the
15011 headers of the message, as delivered to all of the recipients.  The To:
15012 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
15014 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
15015 will automatically generate and place in the To: field a pseudo-address of 
15016   &quot;undisclosed-recipients: ;&quot;
15017 or whatever string has been specified in the 
15018 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
15019 variable.
15021 The reason for this is to avoid embarrassment caused by some Internet
15022 mail transfer software that interprets a &quot;missing&quot; To: header as 
15023 an error and replaces it with an Apparently-to: header that may contain
15024 the addresses you entered on the Bcc: line.  In addition, it may be
15025 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
15027 You can manipulate what text ends up on the (originally) empty To:
15028 field.  Just remember to put a colon and semicolon at the end of the
15029 field, which is a special notation denoting that it is not a real address.
15031 For information on message header editing
15032 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15034 <UL>
15035 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15036 </UL>
15038 <UL>   
15039 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15040 </UL><P>
15041 &lt;End of help on this topic&gt;
15042 </BODY>
15043 </HTML>
15044 ======= h_composer_lcc ====
15045 <HTML>
15046 <HEAD>
15047 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
15048 </HEAD>
15049 <BODY>
15050 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
15051 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
15052 you wish to send a message to a list of people but avoid having all
15053 of their addresses visible, in order to reduce clutter when the
15054 message is received.
15056 It is similar to the 
15057 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
15058 in that individual
15059 addressees are hidden, but Lcc is designed to work specifically with
15060 distribution lists you have created in your 
15061 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
15062 the nickname of the list on the Lcc line will result in the full name of
15063 your Alpine Address Book list being placed on the To: line of the message,
15064 using a special notation that distinguishes it from a real address. You
15065 must leave the To: line blank for your list name to appear there.
15067 For example, if you have this list entered in your Address Book:<PRE>
15069         largo         Key Largo List       DISTRIBUTION LIST:
15070                                            bogie@mgm.com
15071                                            lauren@mgm.com
15072                                            walter@mgm.com</PRE>
15075 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
15076 the result is:<PRE>
15078         To      : Key Largo List: ;
15079         Cc      :
15080         Bcc     :
15081         Fcc     : sent-mail
15082         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
15083                   lauren@mgm.com,
15084                   walter@mgm.com
15085         Subject :</PRE>
15087 Each recipient listed on the Lcc: line receives a copy of the message
15088 without their address being visible (as though they were listed on the
15089 Bcc: line). The colon-semicolon notation used to put the full-name of the
15090 list on the To: line is a special address format that doesn't specify any
15091 actual addressees, but does give some information to the recipients of the
15092 message.
15094 Note: if after entering an LCC, you delete the list name that is placed
15095 on the To: line, then recipients will see <PRE>
15096        To: undisclosed-recipients: ;</PRE>
15098 (or whatever string is defined in the 
15099 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
15100 variable) just as in the BCC case. 
15102 For help with Lcc: field editing
15103 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15105 <UL>
15106 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15107 </UL>
15109 <UL>   
15110 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15111 </UL><P>
15112 &lt;End of help on this topic&gt;
15113 </BODY>
15114 </HTML>
15115 ======= h_composer_from =======
15116 <HTML>
15117 <HEAD>
15118 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
15119 </HEAD>
15120 <BODY>
15121 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
15123 This header carries your return address.  It is the address toward which
15124 replies (and often, future unrelated correspondence) will be directed,
15125 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
15126 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
15127 sure this address is correct.
15129 For help with message header editing
15130 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15132 <UL>
15133 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15134 </UL>
15136 <UL>   
15137 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15138 </UL><P>
15139 &lt;End of help on this topic&gt;
15140 </BODY>
15141 </HTML>
15142 ======= h_composer_reply_to =======
15143 <HTML>
15144 <HEAD>
15145 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
15146 </HEAD>
15147 <BODY>
15148 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
15150 Most people should not need this header. The Reply-To: header is used in
15151 cases where you would like replies to your messages to be directed to an
15152 address other than your normal &quot;From:&quot; address.  This is atypical, 
15153 but can happen when you use multiple machines and do not have the same account
15154 name on each one, or when you wish to direct certain replies to accounts
15155 or folders designated for specific classes of correspondence.
15157 For help with message header editing
15158 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15160 <UL>
15161 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15162 </UL>
15165 <UL>   
15166 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15167 </UL><P>
15168 &lt;End of help on this topic&gt;
15169 </BODY>
15170 </HTML>
15171 ======= h_composer_custom_addr ====
15172 <HTML>
15173 <HEAD>
15174 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
15175 </HEAD>
15176 <BODY>
15177 <H1>CUSTOMIZED HEADER FIELD</H1>
15178 This is a customized header, i.e. not one that is part of Alpine's normal
15179 set of Compose headers.
15181 For help with message header editing
15182 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15184 <UL>
15185 <LI><A HREF="h_address_format">Explanation of Address formats</A>
15186 </UL>
15188 <UL>   
15189 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15190 </UL><P>
15191 &lt;End of help on this topic&gt;
15192 </BODY>
15193 </HTML>
15194 ======= h_composer_custom_free ====
15195 <HTML>
15196 <HEAD>
15197 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
15198 </HEAD>
15199 <BODY>
15200 <H1>CUSTOMIZED HEADER FIELD</H1>
15201 This is a customized header, i.e. not one that is part of Alpine's normal
15202 set of Compose headers.
15204 This field consists of arbitrary text.
15206 For help with message header editing
15207 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15209 <UL>   
15210 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15211 </UL><P>
15212 &lt;End of help on this topic&gt;
15213 </BODY>
15214 </HTML>
15215 ====== h_composer_news =====
15216 <HTML>
15217 <HEAD>
15218 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
15219 </HEAD>
15220 <BODY>
15221 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
15222 Use the newsgroups line to specify any and all USENET newsgroups to which
15223 your message should be posted.  When composing a message from scratch, this
15224 line may be hidden.  If so, just press the rich headers command
15225 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
15226 to make it visible.
15228 <EM>Be aware</EM> that when you post to a newsgroup thousands of
15229 people will be reading your message.  Also, you or your system manager
15230 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
15231 in order for you to be able to post.
15233 For help with message header editing
15234 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15235 <P><UL>
15236 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15237 </UL>
15239 &lt;End of help on this topic&gt;
15240 </BODY>
15241 </HTML>
15242 ======= h_composer_fcc ====
15243 <HTML>
15244 <HEADER>
15245 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
15246 </HEADER>
15247 <BODY>
15248 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
15249 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
15250 each outgoing message.  The default value can be configured with the
15251 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
15252 the file carbon copy on any message you send by editing the FCC header.<p>
15254 You may type ^T to get a list of all your folders and select one to use as
15255 the FCC for this message.<P>
15257 For help with message header editing
15258 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15260 <UL>   
15261 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15262 </UL><P>
15263 &lt;End of help on this topic&gt;
15264 </BODY>
15265 </HTML>
15266 ======= h_composer_subject ====
15267 <HTML>
15268 <HEADER>
15269 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
15270 </HEADER>
15271 <BODY>
15272 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
15274 The subject header provides a place to enter a few words that summarize
15275 the topic of the message you are sending.  You may leave this line blank,
15276 but it is considered a courtesy to use a meaningful subject.<p>
15278 For help with message header editing
15279 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15281 <UL>   
15282 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15283 </UL><P>
15284 &lt;End of help on this topic&gt;
15285 </BODY>
15286 </HTML>
15287 ======= h_composer_attachment ====
15288 <HTML>
15289 <HEAD>
15290 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
15291 </HEAD>
15292 <BODY>
15293 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
15295 The &quot;Attchmnt:&quot; field is where you specify what file or
15296 files you'd like attached to
15297 the message you are composing.  Those files must reside on the machine
15298 running Alpine. If your file is on a PC or Mac and you run Alpine with an
15299 account on a Unix machine, you'll have to transfer it before attaching it.
15300 Contact local computer support people for assistance with transferring.
15303 The file name
15304 given can be an absolute file path name for your system
15305 <!--chtml if pinemode="os_windows"-->
15306 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
15307 with a relative pathname, or simply a file name without
15308 drive or directory specification.  
15309 <!--chtml else-->
15310 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
15311 a file in your home directory, or a file path relative to your 
15312 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
15313 your home directory or &quot;~user&quot; to refer to another
15314 account's home directory.
15315 <!--chtml endif--><P>
15316 No wild card characters may be used.
15317 <P>If the 
15318 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
15319 feature is set, names are relative to your current working directory 
15320 <!--chtml if pinemode="running"-->
15321 (which, at least for your current Alpine &quot;session,&quot; 
15322 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
15323 <!--chtml endif-->
15324 rather than your home directory
15325 <!--chtml if pinemode="running"-->
15326 (which, in the present configuration of your system, is
15327  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
15328 <!--chtml endif-->
15331 Alpine uses MIME encoding for attachments, so binaries and files of any
15332 length can safely be delivered to any MIME-capable mail reading program.
15333 If you send an attachment to someone who does not have a MIME-capable mail
15334 reading program yet, then the main message text will be readable, but
15335 attachments (even attachments that are just plain text) are not.
15338 Typing the filename on the Attchmnt: line achieves the same
15339 result as using the 
15340 <!--chtml if pinemode="function_key"-->
15342 <!--chtml else-->
15343 Ctrl-J
15344 <!--chtml endif--> command.
15347 If you Forward a message with attachments, you may delete them from your
15348 Forwarded message by editing the Attchmnt header line.
15351 For help with message header editing
15352 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
15354 <UL>   
15355 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15356 </UL><P>
15357 &lt;End of help on this topic&gt;
15358 </BODY>
15359 </HTML>
15360 ======= h_composer_ctrl_j ====
15361 <HTML>
15362 <HEAD>
15363 <TITLE>COMPOSER ATTACH</TITLE>
15364 </HEAD>
15365 <BODY>
15366 After the
15367 <!--chtml if pinemode="function_key"-->
15369 <!--chtml else-->
15370 Ctrl-J
15371 <!--chtml endif--> command:
15372 At the &quot;File to attach:&quot; prompt, enter the name of the 
15373 existing file to attach to your message.  
15374 When the feature
15375 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
15376 is set
15377 you need only enter the beginning of the filename (enough of it to uniquely 
15378 identify the file) and press TAB to complete it.
15380 Or, press ^T to use the BROWSER screen for 
15381 selecting the file.  <P>
15382 For more information on attaching files, see the help screen for the 
15383 composer's 
15384 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
15385 but can be revealed using the 
15386 <!--chtml if pinemode="function_key"-->
15388 <!--chtml else-->
15389 Ctrl-R
15390 <!--chtml endif--> 
15391 command with the cursor positioned above the
15392 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
15394 &lt;End of help on this topic&gt;
15395 </BODY>
15396 </HTML>
15397 ======= h_edit_nav_cmds =========
15398 <HTML>
15399 <HEAD>
15400 <TITLE>Composer Editing Commands Explained</TITLE>
15401 </HEAD>
15402 <BODY>
15403 <H1>EDITING and NAVIGATION COMMANDS</H1>
15404 <!--chtml if pinemode="function_key"-->
15405 <PRE>
15406 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
15407 ^B (Left Arrow)    Back character       | ^D       Delete current character
15408 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
15409 ^P (Up Arrow)      Previous line        |
15410 ^N (Down Arrow)    Next line            | F9       Cut marked text or
15411 ^A                 Beginning of line    |            delete current line
15412 ^E                 End of line          | F10      Undelete line(s)
15413 F7                 Previous page        |
15414 F8                 Next page            |-------------------------------------
15415 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
15416 ----------------------------------------|
15417 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
15418 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
15419 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
15420 </PRE>
15421 <!--chtml else-->
15422 <PRE>
15423 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
15424 ^B (Left Arrow)    Back character       | ^D       Delete current character
15425 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
15426 ^P (Up Arrow)      Previous line        |
15427 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
15428 ^A                 Beginning of line    |            delete current line
15429 ^E                 End of line          | ^U       Undelete line(s)
15430 ^Y                 Previous page        |
15431 ^V                 Next page            |-------------------------------------
15432 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
15433 ----------------------------------------|
15434 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
15435 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
15436 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
15437 </PRE>
15438 <!--chtml endif-->
15439 &lt;End of help on this topic&gt;
15440 </BODY>
15441 </HTML>
15442 ===== h_composer_sigedit =====
15443 <HTML>
15444 <HEAD>
15445 <TITLE>Signature Editor Commands Explained</TITLE>
15446 </HEAD>
15447 <BODY>
15448 <H1>SIGNATURE EDITOR COMMANDS</H1>
15449 <!--chtml if pinemode="function_key"-->
15450 <PRE>
15451 CURSOR MOTION KEYS                     |EDITING KEYS
15452   ^B (Left Arrow)   Back character     | ^D       Delete current character
15453   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15454   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15455   ^N (Down Arrow)   Next line          | F9       Cut marked text or
15456   ^A                Beginning of line  |           delete current line
15457   ^E                End of line        | F10       Paste text, undelete lines
15458   F7                Previous page      |           cut with ^K, or unjustify
15459   F8                Next page          |-------------------------------------
15460   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15461 ---------------------------------------| F6       Whereis (search for string)
15462 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
15463  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
15464                  |  ^Z    Suspend      | ^L       Redraw Screen
15465  F2   Send       |  F6    Alt. editor  | F5       Read in a file
15466 </PRE>
15467 <!--chtml else-->
15468 <PRE>
15469 CURSOR MOTION KEYS                     |EDITING KEYS
15470   ^B (Left Arrow)   Back character     | ^D       Delete current character
15471   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15472   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15473   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
15474   ^A                Beginning of line  |           delete current line
15475   ^E                End of line        | ^U        Paste text, undelete lines
15476   ^Y                Previous page      |           cut with ^K, or unjustify
15477   ^V                Next page          |-------------------------------------
15478   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15479 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
15480 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
15481  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
15482                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
15483  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
15484 </PRE>
15485 <!--chtml endif-->
15487 NOTE: The presence or absence of the following commands is determined
15488 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
15489 some of these commands may be administratively disabled by your system
15490 manager; if they don't work, please check with your local help desk
15491 before reporting a bug.
15493 <UL>
15494  <LI>Suspend (suspends Alpine and gives a system prompt)
15495  <LI>Alternate editor (allows you to compose with your own editor)
15496 </UL>
15499 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
15500 Ctrl-&#92;, ESC
15503 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
15504 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
15506 &lt;End of help on this topic&gt;
15507 </BODY>
15508 </HTML>
15509 ===== h_composer_commentedit =====
15510 <HTML>
15511 <HEAD>
15512 <TITLE>Comment Editor Commands Explained</TITLE>
15513 </HEAD>
15514 <BODY>
15515 <H1>COMMENT EDITOR COMMANDS</H1>
15516 <!--chtml if pinemode="function_key"-->
15517 <PRE>
15518 CURSOR MOTION KEYS                     |EDITING KEYS
15519   ^B (Left Arrow)   Back character     | ^D       Delete current character
15520   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15521   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15522   ^N (Down Arrow)   Next line          | F9       Cut marked text or
15523   ^A                Beginning of line  |           delete current line
15524   ^E                End of line        | F10       Paste text, undelete lines
15525   F7                Previous page      |           cut with ^K, or unjustify
15526   F8                Next page          |-------------------------------------
15527   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15528 ---------------------------------------| F6       Whereis (search for string)
15529 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
15530  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
15531                  |  ^Z    Suspend      | ^L       Redraw Screen
15532  F2   Send       |  F6    Alt. editor  | F5       Read in a file
15533 </PRE>
15534 <!--chtml else-->
15535 <PRE>
15536 CURSOR MOTION KEYS                     |EDITING KEYS
15537   ^B (Left Arrow)   Back character     | ^D       Delete current character
15538   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
15539   ^P (Up Arrow)     Previous line      | ^^       Set a mark
15540   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
15541   ^A                Beginning of line  |           delete current line
15542   ^E                End of line        | ^U        Paste text, undelete lines
15543   ^Y                Previous page      |           cut with ^K, or unjustify
15544   ^V                Next page          |-------------------------------------
15545   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
15546 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
15547 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
15548  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
15549                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
15550  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
15551 </PRE>
15552 <!--chtml endif-->
15554 NOTE: The presence or absence of the following commands is determined
15555 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
15556 some of these commands may be administratively disabled by your system
15557 manager; if they don't work, please check with your local help desk
15558 before reporting a bug.
15560 <UL>
15561  <LI>Suspend (suspends Alpine and gives a system prompt)
15562  <LI>Alternate editor (allows you to compose with your own editor)
15563 </UL>
15566 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
15567 Ctrl-&#92;, ESC
15570 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
15571 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
15573 &lt;End of help on this topic&gt;
15574 </BODY>
15575 </HTML>
15576 ======= h_composer_abook_nick =======
15577 <HTML>
15578 <HEAD>
15579 <TITLE>Addressbook Nickname Explained</TITLE>
15580 </HEAD>
15581 <BODY>
15582 This is a short nickname for this address book entry.  If it is used in
15583 place of an address from the composer, the composer will fill in the
15584 address(es) for the entry that matches the nickname. 
15587 Look <A HREF="h_edit_nav_cmds">here</A>
15588 to see the available Editing and Navigation commands.
15590 &lt;End of help on this topic&gt;
15591 </BODY>
15592 </HTML>
15593 ======= h_composer_abook_full =======
15594 <HTML>
15595 <HEAD>
15596 <TITLE>Addressbook Fullname Explained</TITLE>
15597 </HEAD>
15598 <BODY>
15599 This is the full name field for this entry.  If this is going to be a
15600 distribution list (more than one address), it should be a descriptive
15601 phrase describing the list.  It will be included in the mail header if you
15602 put the list in the To: or CC: field, or in the To: line if you put the
15603 list in the Lcc: field.  It's OK to leave this field blank (and OK to
15604 leave any of the other fields blank, too). If this address book entry is
15605 going to be a simple entry with just one address, then this field is the
15606 person's name. When you send mail to this entry, this is the field to the
15607 left of the brackets. That is, it is the most readable part of the 
15608 address. For example, in the sample address:
15609 <PRE>
15610        John Doe &lt;jdoe@some.domain&gt;
15611 </PRE>
15612 "John Doe" is the full name field. If you are sorting your address book
15613 with one of the options that uses full names, then it might be useful to
15614 enter the full name as "Last, First", for example:
15615 <PRE>
15616        Doe, John
15617 </PRE>
15618 so that it will be sorted using Doe instead of John. This will be changed
15619 back into John Doe when you use it.
15621 Look <A HREF="h_edit_nav_cmds">here</A>
15622 to see the available Editing and Navigation commands.
15624 &lt;End of help on this topic&gt;
15625 </BODY>
15626 </HTML>
15627 ======= h_composer_abook_fcc =======
15628 <HTML>
15629 <HEAD>
15630 <TITLE>Addressbook Fcc Explained</TITLE>
15631 </HEAD>
15632 <BODY>
15633 If this entry is the first one in the To: line of an outgoing message,
15634 this field will be used for the Fcc (File Carbon Copy) instead of whatever
15635 you would normally get (which depends on which
15636 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
15637 you've chosen). 
15639 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
15640 that you don't want any Fcc associated with this entry.
15642 Look <A HREF="h_edit_nav_cmds">here</A>
15643 to see the available Editing and Navigation commands.
15645 &lt;End of help on this topic&gt;
15646 </BODY>
15647 </HTML>
15648 ====== h_config_combined_abook_display =====
15649 <HTML>
15650 <HEAD>
15651 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
15652 </HEAD>
15653 <BODY>
15654 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
15656 This feature affects the address book display screens.
15657 Normally, expanding an address book from the ADDRESS BOOK LIST screen
15658 will cause the remaining address books and directory servers to disappear
15659 from the screen, leaving only the entries of the expanded address book.
15660 If this feature is set, then the other address books will remain on the screen,
15661 so that all of the address books can be present at once.
15664 The way that commands work won't be changed.
15665 For example, the Select All command will select all of the entries in the
15666 current address book, not all of the entries in all of the address books.
15667 The WhereIs command will change a little.
15668 It will search through all of the text on the screen plus all of the entries
15669 from expanded address books.
15672 When this feature is set, the setting of the feature
15673 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
15674 has an effect.
15676 &lt;End of help on this topic&gt;
15677 </BODY>
15678 </HTML>
15679 ====== h_config_titlebar_color_style =====
15680 <HTML>
15681 <HEAD>
15682 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
15683 </HEAD>
15684 <BODY>
15685 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
15687 This option affects the colors used to display the titlebar (the top
15688 line on the screen) when viewing a message.
15691 The available options include:
15694 <DL>
15695 <DT>default</DT>
15696 <DD>The color of the titlebar will be the color you set for the
15697 <A HREF="h_config_title_color">Title Color</A>.
15698 The Title Color may be set by using the
15699 <A HREF="h_color_setup">Setup Kolor</A> screen.
15700 </DD>
15702 <DT>indexline</DT>
15703 <DD>The color of the titlebar will be the same as the color of the
15704 index line corresponding to the message being viewed.
15705 The rules that determine what color the index line will be may be set
15706 up by going to the Setup/Rules/Indexcolor screen.
15707 If the index line for a message is not colored explicitly by the
15708 Indexcolor rules, then the titlebar will be colored the same as for
15709 the &quot;default&quot; option above (which is not the same color that
15710 the index line itself will have).
15711 </DD>
15713 <DT>reverse-indexline</DT>
15714 <DD>This is similar to the &quot;indexline&quot; option except the
15715 foreground and background colors from the corresponding index line will
15716 be reversed.
15717 For example, if the index line color is red letters on a white background,
15718 then the titlebar will be white letters on a red background.
15719 If the index line for a message is not colored explicitly by the
15720 Indexcolor rules, then the titlebar will be colored the same as for
15721 the &quot;default&quot; option above (which is not the same color that
15722 the index line itself will have).
15723 </DD>
15724 </DL>
15728 <UL>   
15729 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15730 </UL><P>
15731 &lt;End of help on this topic&gt;
15732 </BODY>
15733 </HTML>
15734 ====== h_config_index_color_style =====
15735 <HTML>
15736 <HEAD>
15737 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
15738 </HEAD>
15739 <BODY>
15740 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
15742 This option affects the colors used to display the current line in the
15743 MESSAGE INDEX screen.
15744 If you do not have Index Color Rules defined, then this option will
15745 have no effect in the index.
15746 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
15748 If the option
15749 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
15750 is turned on and the
15751 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
15752 is set to something other than the default, then
15753 this option also affects the color used to display the current folder
15754 in the Incoming FOLDER LIST screen.
15757 The available options include:
15760 <DL>
15761 <DT>flip-colors</DT>
15762 <DD>This is the default.
15763 If an index line is colored because it matches one of your
15764 Index Color Rules, then its colors will be reversed when it is the currently
15765 highlighted line.
15766 For example, if the line is normally red text on a blue background, then
15767 when it is the current line it will be drawn as blue text on a red background.
15769 The rest of the option values all revert to this flip-colors behavior if
15770 there is no Reverse Color defined.
15771 </DD>
15773 <DT>reverse</DT>
15774 <DD>With this option the Reverse color is always used to highlight the
15775 current line.
15776 </DD>
15778 <DT>reverse-fg</DT>
15779 <DD>The foreground part of the Reverse Color is used to highlight
15780 the current line.
15781 If this would cause the text to be unreadable (because the foreground and
15782 background colors are the same) or if it would cause no change in the
15783 color of the index line, then the colors are flipped instead.
15785 Some people think this works particularly well if you use different
15786 background colors to emphasize &quot;interesting&quot; lines,
15787 but always with the same Normal foreground color,
15788 and you use a different foreground color for the Reverse Color.
15789 </DD>
15791 <DT>reverse-fg-no-ambiguity</DT>
15792 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
15793 the resulting color will be exactly the same as the regular Reverse
15794 Color.
15795 That can lead to some possible confusion because an
15796 &quot;interesting&quot;
15797 line that is the current line will be displayed exactly the same as a
15798 non-interesting line that is current.
15799 You can't tell whether the line is just a regular current line or if it is
15800 an &quot;interesting&quot; current line by looking at the color.
15801 Setting the option to this value removes that ambiguity.
15802 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
15803 interesting current line would look just like a non-interesting current line.
15804 In that case, the interesting line's colors are simply flipped (like in the
15805 default behavior).
15807 As an alternative way to preserve the line's interestingness in this case,
15808 you may find that using both a different foreground and a different
15809 background color for the interesting line will help.
15810 </DD>
15812 <DT>reverse-bg</DT>
15813 <DD>The background part of the Reverse Color is used to highlight
15814 the current line.
15815 If this would cause the text to be unreadable (because the foreground and
15816 background colors are the same) or if it would cause no change in the
15817 color of the index line, then the colors are flipped instead.
15819 Some people think this works particularly well if you use different
15820 foreground colors to emphasize &quot;interesting&quot; lines,
15821 but always with the same Normal background color,
15822 and you use a different background color for the Reverse Color.
15823 </DD>
15825 <DT>reverse-bg-no-ambiguity</DT>
15826 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
15827 rule may also result in a color that is exactly the same as the regular
15828 Reverse Color.
15829 Setting the option to this value removes that ambiguity.
15830 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
15831 current line has the same color as the Reverse Color.
15832 In that case, the interesting line's colors are simply flipped (like in the
15833 default behavior).
15834 </DD>
15835 </DL>
15839 <UL>   
15840 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15841 </UL><P>
15842 &lt;End of help on this topic&gt;
15843 </BODY>
15844 </HTML>
15845 ====== h_config_expanded_addrbooks =====
15846 <HTML>
15847 <HEAD>
15848 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
15849 </HEAD>
15850 <BODY>
15851 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
15853 If multiple address books (either personal or global) are defined, and you
15854 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
15855 screen, then set this feature. This feature will have no effect unless the
15856 feature
15857 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
15858 is also set.
15860 &lt;End of help on this topic&gt;
15861 </BODY>
15862 </HTML>
15863 ====== h_config_combined_folder_display =====
15864 <HTML>
15865 <HEAD>
15866 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
15867 </HEAD>
15868 <BODY>
15869 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
15871 This feature affects the folder list display screens.
15872 Normally, each folder list is viewed within its collection only.  This
15873 command allows folder lists to be viewed within a single screen that
15874 combines the contents of all collections.
15877 The way that commands work won't be changed.
15878 For example, the Select All command will select all of the folders in the
15879 current collection, not all of the entries in all of the collections.
15880 The WhereIs command will change a little.
15881 It will search through all of the folders in the current collection as well
15882 as all the folder in any other expanded collection.
15885 When this feature is set, the setting of the feature
15886 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
15887 has an effect.
15889 &lt;End of help on this topic&gt;
15890 </BODY>
15891 </HTML>
15892 ====== h_config_combined_subdir_display =====
15893 <HTML>
15894 <HEAD>
15895 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
15896 </HEAD>
15897 <BODY>
15898 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
15900 This feature affects the Folder List screen when
15902 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
15903 feature is enabled.  Normally, selecting a directory from the Folder
15904 List takes you into a new screen displaying only the contents of
15905 that directory.
15908 Enabling this feature will cause the contents of the selected
15909 directory to be
15910 displayed within the boundaries of the &quot;Collection&quot; it
15911 is a part of.  All previously displayed collections will remain
15912 in the screen.
15915 The way that commands work won't be changed.
15916 For example, the Select All command will select all of the folders in the
15917 directory, as opposed to all of the entries in all of the collections.
15918 The WhereIs command will change a little.
15919 It will search through all of the folders in the current collection as well
15920 as all the folder in any other expanded collection.
15923 &lt;End of help on this topic&gt;
15924 </BODY>
15925 </HTML>
15926 ====== h_config_separate_fold_dir_view =====
15927 <HTML>
15928 <HEAD>
15929 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
15930 </HEAD>
15931 <BODY>
15932 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
15934 This feature affects folder collections wherein a folder
15935 and directory can have the same name.  By default, Alpine displays them
15936 only once, denoting that it is both a folder and directory by appending
15937 the folder name with the hierarchy character enclosed
15938 in square brackets.
15942 Enabling this feature will cause Alpine to display such names
15943 separately marking the name representing a directory with a trailing
15944 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
15947 The feature also alters the command set slightly.  By default, the
15948 right-arrow descends into the directory, while hitting the Return key will
15949 cause the folder by that name to be opened.
15952 With this feature set, the Return key will open the highlighted folder, or
15953 enter the highlighted directory.
15956 &lt;End of help on this topic&gt;
15957 </BODY>
15958 </HTML>
15959 ====== h_config_expanded_folders =====
15960 <HTML>
15961 <HEAD>
15962 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
15963 </HEAD>
15964 <BODY>
15965 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
15967 If multiple folder collections are defined, and you
15968 wish to have them all expanded implicitly upon entering the FOLDER LIST
15969 screen, then set this feature. This feature will have no effect unless the
15970 feature
15971 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
15972 is also set.
15974 &lt;End of help on this topic&gt;
15975 </BODY>
15976 </HTML>
15977 ======= h_config_ldap_server =======
15978 <HTML>
15979 <HEAD>
15980 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
15981 </HEAD>
15982 <BODY>
15983 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
15984 This is the name of the host where an LDAP server is running.
15985 For redundancy, this may be a space-delimited set of server names, in which
15986 case the first server that answers is used.
15987 Each of the server names may be optionally followed by
15988 a colon and a port number.
15989 If this form is used then the port number configured below in the
15990 <EM>port</EM> field is not used.
15992 To find out whether your organization has its own LDAP server, 
15993 contact its computing support staff.
15994 <P><UL>
15995 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15996 </UL>
15998 &lt;End of help on this topic&gt;
15999 </BODY>
16000 </HTML>
16001 ======= h_config_ldap_base =======
16002 <HTML>
16003 <HEAD>
16004 <TITLE>LDAP OPTION: Search-Base</TITLE>
16005 </HEAD>
16006 <BODY>
16007 <H1>LDAP OPTION: Search-Base</H1>
16009 This is the search base to be used on this server.  It functions as a filter 
16010 by restricting your searches in the LDAP server database
16011 to the specified contents of the specified fields.  Without it, searches 
16012 submitted to this directory server may fail.  It might be something
16013 like:
16015 <PRE>
16016       O = &lt;Your Organization Name&gt;, C = US
16017 </PRE>
16018 or it might be blank.  
16019 (Some LDAP servers actually ignore anything specified here.)
16021 If in doubt what parameters you should specify here, 
16022 contact the maintainers of the LDAP server.
16023 <P><UL>
16024 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
16025 </UL>
16027 &lt;End of help on this topic&gt;
16028 </BODY>
16029 </HTML>
16030 ======= h_config_ldap_port =======
16031 <HTML>
16032 <HEAD>
16033 <TITLE>LDAP OPTION: Port</TITLE>
16034 </HEAD>
16035 <BODY>
16036 <H1>LDAP OPTION: Port</H1>
16038 This is the TCP port number to be used with this LDAP server. If you leave
16039 this blank port 389 will be used.
16041 &lt;End of help on this topic&gt;
16042 </BODY>
16043 </HTML>
16044 ======= h_config_ldap_nick =======
16045 <HTML>
16046 <HEAD>
16047 <TITLE>LDAP OPTION: Nickname</TITLE>
16048 </HEAD>
16049 <BODY>
16050 <H1>LDAP OPTION: Nickname</H1>
16052 This is a nickname to be used in displays. If you don't supply a
16053 nickname the server name
16054 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
16055 will be used instead.  This option is strictly for your convenience.
16057 &lt;End of help on this topic&gt;
16058 </BODY>
16059 </HTML>
16060 ======= h_config_ldap_binddn =======
16061 <HTML>
16062 <HEAD>
16063 <TITLE>LDAP OPTION: Bind-DN</TITLE>
16064 </HEAD>
16065 <BODY>
16066 <H1>LDAP OPTION: Bind-DN</H1>
16068 You may need to authenticate to the LDAP server before you are able to use it.
16069 This is the Distinguished Name to bind to when authenticating to this server.
16070 Try leaving this blank until you know you need it.
16072 Alpine only knows about LDAP Simple authentication.
16073 It does not attempt LDAP SASL authentication.
16074 The DN and password will be sent in the clear unless TLS encryption is
16075 being used on this connection.
16076 Because of this, you may want to set the LDAP feature
16077 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
16078 or the feature
16079 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
16080 if you are going to be providing a password.
16081 <P><UL>
16082 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
16083 </UL>
16085 &lt;End of help on this topic&gt;
16086 </BODY>
16087 </HTML>
16088 ======= h_config_ldap_opts_impl =======
16089 <HTML>
16090 <HEAD>
16091 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
16092 </HEAD>
16093 <BODY>
16094 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
16096 Set this to have lookups done to this server implicitly from the composer.
16097 If an address doesn't look like a fully-qualified address, it will be looked
16098 up in your address books, and if it doesn't match a nickname there, then it
16099 will be looked up on the LDAP servers that have this feature set.
16100 The lookups will also be done when using the address completion feature
16101 (TAB command) in the composer if any of the servers have this feature set.
16102 Also see the LDAP feature
16103 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
16104 and the Setup/Config feature
16105 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
16107 &lt;End of help on this topic&gt;
16108 </BODY>
16109 </HTML>
16110 ======= h_config_ldap_opts_tls =======
16111 <HTML>
16112 <HEAD>
16113 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
16114 </HEAD>
16115 <BODY>
16116 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
16118 When connecting to this server Alpine will attempt to use TLS encryption
16119 on the connection.
16120 Also see the closely related feature
16121 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
16123 Note that if this option is set, then 
16124 <A HREF="h_config_ldap_opts_ldaps">
16125 &quot;Require-LDAPS-On-Connection&quot;</A>
16126 can not be enabled for this server. You must disable this feature in
16127 order to use 
16128 <A HREF="h_config_ldap_opts_ldaps">
16129 &quot;Require-LDAPS-On-Connection&quot;</A>
16131 &lt;End of help on this topic&gt;
16132 </BODY>
16133 </HTML>
16134 ======= h_config_ldap_opts_tlsmust =======
16135 <HTML>
16136 <HEAD>
16137 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
16138 </HEAD>
16139 <BODY>
16140 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
16142 When connecting to this server Alpine will attempt to use TLS encryption
16143 on the connection.
16144 If the StartTLS operation fails then the connection will not be used.
16146 Note that if this option is set, then 
16147 <A HREF="h_config_ldap_opts_ldaps">
16148 &quot;Require-LDAPS-On-Connection&quot;</A>
16149 can not be enabled for this server. You must disable this feature in
16150 order to use 
16151 <A HREF="h_config_ldap_opts_ldaps">
16152 &quot;Require-LDAPS-On-Connection&quot;</A>
16154 &lt;End of help on this topic&gt;
16155 </BODY>
16156 </HTML>
16157 ======= h_config_ldap_opts_ldaps =======
16158 <HTML>
16159 <HEAD>
16160 <TITLE>LDAP FEATURE: Require-LDAPS-On-Connection</TITLE>
16161 </HEAD>
16162 <BODY>
16163 <H1>LDAP FEATURE: Require-LDAPS-On-Connection</H1>
16165 When connecting to this server Alpine will use LDAPS (LDAP over SSL/TLS) 
16166 on the connection.
16168 This feature can not be used along with 
16169 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
16170  or
16171 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>.
16172 If you want to connect using StartTLS to this server, you must disable
16173 this feature first.
16175 &lt;End of help on this topic&gt;
16176 </BODY>
16177 </HTML>
16178 ====== h_config_ldap_opts_rhs =====
16179 <HTML>
16180 <HEAD>
16181 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
16182 </HEAD>
16183 <BODY>
16184 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
16186 Normally implicit LDAP lookups from the composer are done only for the
16187 strings you type in from the composer screen. In other words, you type in
16188 something in the To or CC field and press return, then the string is looked up.
16189 First that string is looked up in your address books. If a match is found
16190 there, then the results of that match are looked up again. If you place
16191 a string in your address book that you want to have looked up on the LDAP
16192 directory server, you need to turn on this feature. If you set this feature
16193 for a server, you almost always will also want to set the
16194 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
16195 feature. An example might serve to best illustrate this feature.
16197 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
16198 entry with an
16199 address of pres@whitehouse.gov, then you might put an entry in your address
16200 book that looks like:
16202 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
16203 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
16205 Now, when you type &quot;bill&quot; into an
16206 address field in the composer Alpine will
16207 find the &quot;bill&quot; entry in your address book.
16208 It will replace &quot;bill&quot; with
16209 &quot;William Clinton&quot;.
16210 It will then search for an entry with that nickname
16211 in your address book and not find one. If this feature
16212 is set, Alpine will then attempt to lookup
16213 &quot;William Clinton&quot; on the LDAP server and find the entry with address
16214 pres@whitehouse.gov.
16216 A better way to accomplish the same thing is probably to use the feature
16217 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
16219 &lt;End of help on this topic&gt;
16220 </BODY>
16221 </HTML>
16222 ====== h_config_ldap_opts_ref =====
16223 <HTML>
16224 <HEAD>
16225 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
16226 </HEAD>
16227 <BODY>
16228 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
16230 Normally when you save the results of an LDAP directory lookup to your
16231 address book the results of the lookup are saved. If this feature is set
16232 and the entry being saved was found on this directory server, then the
16233 search criteria is saved instead of the results of the search. When this
16234 address book entry is used in the future, instead of copying the results
16235 from the address book the directory lookup will be done again. This could
16236 be useful if the copied result might become stale because the data on
16237 the directory server changes (for example, the entry's email address changes).
16238 You probably don't want to set this feature if the server is at all slow or
16239 unreliable.
16241 The way this actually works is that instead of saving the email address
16242 in your address book, Alpine saves enough information to look up the same
16243 directory entry again. In particular, it saves the server name and the
16244 distinguished name of the entry. It's possible that the server administrators
16245 might change the format of distinguished names on the server, or that the
16246 entry might be removed from the server. If Alpine notices this, you will be warned
16247 and a backup copy of the email address will be used. You may want to create
16248 a new entry in this case, since you will get the annoying warning every
16249 time you use the old entry. You may do that by Saving the entry to a new
16250 nickname in the same address book. You will be asked whether or not you
16251 want to use the backup email address.
16253 A related feature in the Setup/Config screen is
16254 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
16256 &lt;End of help on this topic&gt;
16257 </BODY>
16258 </HTML>
16259 ======= h_config_ldap_opts_nosub =======
16260 <HTML>
16261 <HEAD>
16262 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
16263 </HEAD>
16264 <BODY>
16265 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
16267 Spaces in your input are normally handled specially.
16268 Each space character is replaced
16271 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
16273 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
16274 The reason this is done is so the input string
16276 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
16278 (which is converted to &quot;Greg* Donald&quot;) will match
16279 the names &quot;Greg Donald&quot;,
16280 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
16281 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
16282 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
16283 then it would also match the name &quot;Greg Donaldson&quot;.
16285 Turning on this feature will disable this substitution.
16287 &lt;End of help on this topic&gt;
16288 </BODY>
16289 </HTML>
16290 ====== h_config_ldap_searchtypes =======
16291 <HTML>
16292 <HEAD>
16293 <TITLE>LDAP OPTION: Search-Type</TITLE>
16294 </HEAD>
16295 <BODY>
16296 <H1>LDAP OPTION: Search-Type</H1>
16298 This affects the way that LDAP searches are done.
16299 In particular, this tells the server where to look for the string to be matched.
16300 If set to &quot;name&quot; then the string that is being searched for will
16301 be compared with the string in the
16302 &quot;Name&quot; field on the server
16303 (technically, it is the &quot;commonname&quot; field on the server).
16304 &quot;Surname&quot; means we're looking for a
16305 match in the &quot;Surname&quot; field on the
16306 server (actually the &quot;sn&quot; field).
16307 &quot;Givenname&quot; really is &quot;givenname&quot;
16308 and &quot;email&quot; is the electronic mail address (this is actually the field
16309 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
16310 The other three types are combinations of
16311 the types listed so far. &quot;Name-or-email&quot;
16312 means the string should appear
16313 in either the &quot;name&quot; field OR the &quot;email&quot; field.
16314 Likewise, &quot;surname-or-givenname&quot;
16315 means &quot;surname&quot; OR &quot;givenname&quot;
16316 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
16318 This search TYPE is combined with the
16319 search <A HREF="h_config_ldap_searchrules">RULE</A>
16320 to form the actual search query.
16322 The usual default value for this
16323 option is &quot;sur-or-given-or-name-or-email&quot;.
16324 This type of search may be slow on some servers.
16325 Try &quot;name-or-email&quot;, which is often
16326 faster, or just &quot;name&quot; if the performance seems to be a problem.
16328 Some servers have been configured with different attribute names for
16329 these four fields.
16330 In other words, instead of using the attribute name &quot;mail&quot;
16331 for the email address field, the server might be configured to use something
16332 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
16333 Alpine can be configured to use these different attribute names by using
16334 the four configuration options:
16335 <P><UL>
16336 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
16337 </UL>
16338 <P><UL>
16339 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
16340 </UL>
16341 <P><UL>
16342 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
16343 </UL>
16344 <P><UL>
16345 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
16346 </UL>
16348 &lt;End of help on this topic&gt;
16349 </BODY>
16350 </HTML>
16351 ====== h_config_ldap_searchrules =======
16352 <HTML>
16353 <HEAD>
16354 <TITLE>LDAP OPTION: Search-Rule</TITLE>
16355 </HEAD>
16356 <BODY>
16357 <H1>LDAP OPTION: Search-Rule</H1>
16359 This affects the way that LDAP searches are done.
16360 If set to &quot;equals&quot; then
16361 only exact matches count.
16362 &quot;Contains&quot; means that the string you type in
16363 is a substring of what you are matching against.
16364 &quot;Begins-with&quot; and &quot;ends-with&quot;
16365 mean that the string starts or ends with the string you type in.
16367 Spaces in your input are normally handled specially, but you can turn that
16368 special handling off with the
16369 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
16370 feature.
16372 The usual default value for this option is &quot;begins-with&quot;.
16374 &lt;End of help on this topic&gt;
16375 </BODY>
16376 </HTML>
16377 ======= h_config_ldap_email_attr =======
16378 <HTML>
16379 <HEAD>
16380 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
16381 </HEAD>
16382 <BODY>
16383 <H1>LDAP OPTION: EmailAttribute</H1>
16385 This is the name of the attribute that is searched for when looking for
16386 an email address. The default value for this option is &quot;mail&quot; or
16387 &quot;electronicmail&quot;.
16388 If the server you are using uses a different attribute name for the email
16389 address, put that attribute name here.
16391 This will affect the search filter used if your Search-Type is one that
16392 contains a search for &quot;email&quot;.
16393 It will also cause the attribute value matching this attribute name to be used
16394 as the email address when you look up an entry from the composer.
16396 &lt;End of help on this topic&gt;
16397 </BODY>
16398 </HTML>
16399 ======= h_config_ldap_sn_attr =======
16400 <HTML>
16401 <HEAD>
16402 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
16403 </HEAD>
16404 <BODY>
16405 <H1>LDAP OPTION: SurnameAttribute</H1>
16407 This is the name of the attribute that is searched for when looking for
16408 the surname of the entry. The default value for this option is &quot;sn&quot;.
16409 If the server you are using uses a different attribute name for the surname,
16410 put that attribute name here.
16411 This will affect the search filter used if your Search-Type is one that
16412 contains a search for &quot;surname&quot;.
16414 &lt;End of help on this topic&gt;
16415 </BODY>
16416 </HTML>
16417 ======= h_config_ldap_gn_attr =======
16418 <HTML>
16419 <HEAD>
16420 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
16421 </HEAD>
16422 <BODY>
16423 <H1>LDAP OPTION: GivennameAttribute</H1>
16425 This is the name of the attribute that is searched for when looking for
16426 the given name of the entry. The default value for this option is &quot;givenname&quot;.
16427 If the server you are using uses a different attribute name for the given name,
16428 put that attribute name here.
16429 This will affect the search filter used if your Search-Type is one that
16430 contains a search for &quot;givenname&quot;.
16432 &lt;End of help on this topic&gt;
16433 </BODY>
16434 </HTML>
16435 ======= h_config_ldap_cn_attr =======
16436 <HTML>
16437 <HEAD>
16438 <TITLE>LDAP OPTION: NameAttribute</TITLE>
16439 </HEAD>
16440 <BODY>
16441 <H1>LDAP OPTION: NameAttribute</H1>
16443 This is the name of the attribute that is searched for when looking for
16444 the name of the entry. The default value for this option is &quot;cn&quot;, which
16445 stands for common name.
16446 If the server you are using uses a different attribute name for the name,
16447 put that attribute name here.
16448 This will affect the search filter used if your Search-Type is one that
16449 contains a search for &quot;name&quot;.
16451 &lt;End of help on this topic&gt;
16452 </BODY>
16453 </HTML>
16454 ======= h_config_ldap_time =======
16455 <HTML>
16456 <HEAD>
16457 <TITLE>LDAP OPTION: Timelimit</TITLE>
16458 </HEAD>
16459 <BODY>
16460 <H1>LDAP OPTION: Timelimit</H1>
16462 This places a limit on the number of seconds the LDAP search will continue.
16463 The default is 30 seconds. A value of 0 means no limit. Note that some servers
16464 may place limits of their own on searches.
16466 &lt;End of help on this topic&gt;
16467 </BODY>
16468 </HTML>
16469 ======= h_config_ldap_size =======
16470 <HTML>
16471 <HEAD>
16472 <TITLE>LDAP OPTION: Sizelimit</TITLE>
16473 </HEAD>
16474 <BODY>
16475 <H1>LDAP OPTION: Sizelimit</H1>
16477 This places a limit on the number of entries returned by the LDAP server.
16478 A value of 0 means no limit. The default is 0. Note that some servers
16479 may place limits of their own on searches.
16481 &lt;End of help on this topic&gt;
16482 </BODY>
16483 </HTML>
16484 ======= h_config_ldap_cust =======
16485 <HTML>
16486 <HEAD>
16487 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
16488 </HEAD>
16489 <BODY>
16490 <H1>LDAP OPTION: Custom-Search-Filter</H1>
16492 This one is for advanced users only! If you define this, then the
16493 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
16494 However, the feature
16495 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
16496 is still in effect.
16497 That is, the space substitution will take place even in a custom filter unless
16498 you disable it.
16500 If your LDAP service stops working and you suspect it might be because
16501 of your custom filter, just delete this filter and try using the
16502 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
16503 Another option that sometimes causes trouble is the
16504 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
16506 This variable may be set to the string representation of an LDAP search
16507 filter (see RFC1960). In the places where you want the address string to be
16508 substituted in, put a '%s' in this filter string. Here are some examples:
16510 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
16511 is equivalent to the &quot;Custom-Search-Filter&quot;
16512 <PRE>
16513      (cn=%s*)
16514 </PRE>
16515 When you try to match against the string &quot;string&quot; the program replaces
16516 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
16517 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
16519 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
16520 of &quot;contains&quot; is equivalent to
16521 <PRE>
16522      (|(cn=*%s*)(mail=*%s*))
16523 </PRE>
16525 If your server uses a different attribute <EM>name</EM> than
16526 Alpine uses by default,
16527 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
16528 then you may be able to use one or more of the four attribute configuration
16529 options instead of defining a custom filter:
16530 <P><UL>
16531 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
16532 </UL>
16533 <P><UL>
16534 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
16535 </UL>
16536 <P><UL>
16537 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
16538 </UL>
16539 <P><UL>
16540 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
16541 </UL>
16543 &lt;End of help on this topic&gt;
16544 </BODY>
16545 </HTML>
16546 ======= h_composer_abook_comment =======
16547 <HTML>
16548 <HEAD>
16549 <TITLE>Addressbook Comment Explained</TITLE>
16550 </HEAD>
16551 <BODY>
16552 This is a comment to help you remember what this entry is. The WhereIs
16553 command searches comments so that it is easier to find an entry with a comment
16554 you know about attached to it. This field is not used in the outgoing message.
16556 Look <A HREF="h_edit_nav_cmds">here</A>
16557 to see the available Editing and Navigation commands.
16559 &lt;End of help on this topic&gt;
16560 </BODY>
16561 </HTML>
16562 ======= h_composer_abook_addrs =======
16563 <HTML>
16564 <HEAD>
16565 <TITLE>Addressbook Lists</TITLE>
16566 </HEAD>
16567 <BODY>
16568 <H1>Addressbook Lists</H1>
16570 This is a list of addresses to send to when sending to this address book
16571 entry.  Each member of the list may be an address or another nickname from
16572 any of your address books.  If it is an address, it is OK to include the
16573 full name field as well as the electronic address portion of that address.
16574 For example, the following are all legitimate entries in this field:
16576 <DL><DT>&nbsp;</DT>
16577 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
16578 <DD>jdoe@some.domain
16579 <DD>John Doe &lt;jdoe@some.domain&gt;
16580 </DL>
16582 The addresses should be listed separated by commas, just like you would
16583 enter them from the composer.
16587 The only difference between a distribution list and a simple entry with a
16588 single address, is that a distribution list has more than one address   
16589 listed in the Addresses: field, whereas a simple personal entry has just  
16590 one address.
16594 For individual address book entries, if there is a full name in the
16595 Fullname: field (filling in the Fullname: field is not required), it is
16596 used.  If the full name is specified in the Address: field and not in the
16597 Fullname: field, then the full name from the Address: field is used.
16601 If you type the nickname of a distribution list from one of your address 
16602 books in the Lcc: field, then the full name of that list is used in the  
16603 To: field.  If you put a list in the To: or Cc: fields, that list will be
16604 expanded into all of its addresses.  If the list has a full name, then
16605 that will appear at the beginning of the addresses.
16607 <DL><DT>&nbsp;</DT>
16608 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
16609 &lt;sal@here.there&gt;
16610 </DL>
16612 If the first address in the distribution list also has a full name, then
16613 the list full name and that full name are combined into something like the
16614 following:
16616 <DL><DT>&nbsp;</DT>
16617 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
16618 </DL>
16621 If you specify a list via Lcc, the full name is used in the To: line.  If
16622 you specify a list in the To: or Cc: fields, then it uses the same method
16623 as for individual entries for filling in the full name.
16627 For help with editing and navigation commands, check the Help for the
16628 Nickname: field.
16631 &lt;End of help on this topic&gt;
16632 </BODY>
16633 </HTML>
16634 ======= h_config_xoauth2_client_id =======
16635 <HTML>
16636 <HEAD>
16637 <TITLE>Client-Id Explained</TITLE>
16638 </HEAD>
16639 <BODY>
16640 <H1>Client-Id Explained</H1>
16642 If you have registered Alpine with your service provider to use the XOAUTH2 authenticator, or
16643 someone has shared a client-id and client-secret with you, use this field to input the
16644 client-id.
16646 The Client-Id field is a string that your provider generates for the program
16647 being registered. However, some providers allow different users to register
16648 the same program. Users of the Mutt email program already do this to use
16649 XOAUTH2 authentication in Gmail.
16652 &lt;End of help on this topic&gt;
16653 </BODY>
16654 </HTML>
16655 ======= h_config_xoauth2_client_secret =======
16656 <HTML>
16657 <HEAD>
16658 <TITLE>Client-Secret Explained</TITLE>
16659 </HEAD>
16660 <BODY>
16661 <H1>Client-Secret Explained</H1>
16663 If you have registered Alpine with your service provider to use the XOAUTH2 authenticator, or
16664 someone has shared a client-id and client-secret with you, use this field to input the
16665 client-secret. Some servers require both a client-id and a client-secret, some other servers do
16666 not require a client-secret. If a client-secret is required, use this field to add one.
16668 <P> The client-secret field is supposed to be kept secret, that is, not
16669 shared with any of the users, but due to the open source nature of Alpine,
16670 it is not possible to keep it secret in any meaningful way. The intention
16671 of this field is so that only the coders of an app can use the codes given
16672 to them and authenticate their users to the services they are requesting.
16673 This means that other coders would not be able to impresonate that app,
16674 and use it to steal data from those users. In the case of Alpine this is
16675 not possible, as Alpine does not steal data from its users, so users are safe
16676 sharing client-secrets. Just make sure you obtain your copy of Alpine from
16677 a reputable provider or compile the source code by yourself. The official
16678 source code of this project is located at
16680 <P><CENTER><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A>.</CENTER>
16683 &lt;End of help on this topic&gt;
16684 </BODY>
16685 </HTML>
16686 ======= h_config_xoauth2_tenant =======
16687 <HTML>
16688 <HEAD>
16689 <TITLE>Tenant Explained</TITLE>
16690 </HEAD>
16691 <BODY>
16692 <H1>Tenant Explained</H1>
16694 The tenant is a way in which an app can be restricted. Alpine by default
16695 has no restrictions, which means that it can be used to access any service;
16696 however, a system administrator might register their own app and make it
16697 available only to those in their organization.
16700 This setting allows a system administrator to register Alpine with a different
16701 client-id and client-secret and further restrict access to only authorized
16702 users.
16705 &lt;End of help on this topic&gt;
16706 </BODY>
16707 </HTML>
16708 ======= h_config_xoauth2_flow =======
16709 <HTML>
16710 <HEAD>
16711 <TITLE>Flow Explained</TITLE>
16712 </HEAD>
16713 <BODY>
16714 <H1>Flow Explained</H1>
16716 The first time you connect to a service to authorize Alpine access to your
16717 email, you will have to do a certain number of steps, which typically involve
16718 to login to your account using a browser, and agreeing to give Alpine certain
16719 rights to access your account.
16722 How this process is going to be done depends on the service. Some services
16723 allow you to give access to Alpine and later generate a code that you
16724 input into Alpine, while others give you a code you have to use before you
16725 approve access to Alpine to access your email.
16727 <P> An example of a service that gives you a code after you authorize
16728 Alpine is Gmail, and this process is called internally as &quot;Authorize&quot;.
16729 An example of a service that gives you a code before you authorize Alpine
16730 is Outlook, and this process is called &quot;Device&quot;. However, some services,
16731 like Outlook, offer both services, and you can choose which flow you would like
16732 to use. You
16733 can choose between the &quot;Authorize&qupt; and &quot;Device&quot; in these servers.
16734 If you forget to configure
16735 this, Alpine will ask you in these situations which method to use before it starts
16736 to setup the process to get your authrization.
16739 &lt;End of help on this topic&gt;
16740 </BODY>
16741 </HTML>
16742 ======= h_config_xoauth2_username =======
16743 <HTML>
16744 <HEAD>
16745 <TITLE>Username Explained</TITLE>
16746 </HEAD>
16747 <BODY>
16748 <H1>Username Explained</H1>
16750 This variable is a list of usernames for which the configuration for the
16751 given service is valid. You may have more than one username for which this
16752 configuration is correct.
16755 Alpine will use the usernames in this list to associate your username with
16756 the correct configuration in Alpine. If Alpine cannot determine which configuration
16757 to use, Alpine will offer you a list of client-ids that you have configured
16758 for that service and ask you to pick one. Your answer will be saved  in your
16759 .pinerc file.
16762 &lt;End of help on this topic&gt;
16763 </BODY>
16764 </HTML>
16765 ======= h_config_role_nick =======
16766 <HTML>
16767 <HEAD>
16768 <TITLE>Nickname Explained</TITLE>
16769 </HEAD>
16770 <BODY>
16771 <H1>Nickname Explained</H1>
16773 This is a nickname to help you.
16774 You should have a different nickname for each role you define.
16775 The nickname will be used in the SETUP ROLE RULES screen to allow you to
16776 pick a role to edit.
16777 It will also be used when you send a message to let you know you are
16778 sending with a different role than you use by default, and
16779 it will be useful for choosing a role when composing with the Role command
16780 or when composing with one of the Role Uses set to With Confirmation.
16781 This field is not used in the outgoing message.
16783 Look <A HREF="h_edit_nav_cmds">here</A>
16784 to see the available Editing and Navigation commands.
16786 &lt;End of help on this topic&gt;
16787 </BODY>
16788 </HTML>
16789 ======= h_config_role_comment =======
16790 <HTML>
16791 <HEAD>
16792 <TITLE>Comment Explained</TITLE>
16793 </HEAD>
16794 <BODY>
16795 <H1>Comment Explained</H1>
16797 This is a comment to help you.
16798 This comment does not play any functional role, it is simply an optional
16799 comment to help you remember what the rule is for.
16801 Look <A HREF="h_edit_nav_cmds">here</A>
16802 to see the available Editing and Navigation commands.
16804 &lt;End of help on this topic&gt;
16805 </BODY>
16806 </HTML>
16807 ======= h_config_other_nick =======
16808 <HTML>
16809 <HEAD>
16810 <TITLE>Nickname Explained</TITLE>
16811 </HEAD>
16812 <BODY>
16813 <H1>Nickname Explained</H1>
16815 This is a nickname to help you.
16816 You should have a different nickname for each rule you define.
16817 The nickname will be used in the SETUP OTHER RULES screen to allow you to
16818 pick a rule to edit.
16820 Look <A HREF="h_edit_nav_cmds">here</A>
16821 to see the available Editing and Navigation commands.
16823 &lt;End of help on this topic&gt;
16824 </BODY>
16825 </HTML>
16826 ======= h_config_score_nick =======
16827 <HTML>
16828 <HEAD>
16829 <TITLE>Nickname Explained</TITLE>
16830 </HEAD>
16831 <BODY>
16832 <H1>Nickname Explained</H1>
16834 This is a nickname to help you.
16835 You should have a different nickname for each scoring rule you define.
16836 The nickname will be used in the SETUP SCORING RULES screen to allow you to
16837 pick a rule to edit.
16839 Look <A HREF="h_edit_nav_cmds">here</A>
16840 to see the available Editing and Navigation commands.
16842 &lt;End of help on this topic&gt;
16843 </BODY>
16844 </HTML>
16845 ======= h_config_incol_nick =======
16846 <HTML>
16847 <HEAD>
16848 <TITLE>Nickname Explained</TITLE>
16849 </HEAD>
16850 <BODY>
16851 <H1>Nickname Explained</H1>
16853 This is a nickname to help you.
16854 You should have a different nickname for each color rule you define.
16855 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
16856 pick a rule to edit.
16858 Look <A HREF="h_edit_nav_cmds">here</A>
16859 to see the available Editing and Navigation commands.
16861 &lt;End of help on this topic&gt;
16862 </BODY>
16863 </HTML>
16864 ======= h_config_filt_nick =======
16865 <HTML>
16866 <HEAD>
16867 <TITLE>Nickname Explained</TITLE>
16868 </HEAD>
16869 <BODY>
16870 <H1>Nickname Explained</H1>
16872 This is a nickname to help you.
16873 You should have a different nickname for each filtering rule you define.
16874 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
16875 pick a rule to edit.
16877 Look <A HREF="h_edit_nav_cmds">here</A>
16878 to see the available Editing and Navigation commands.
16880 &lt;End of help on this topic&gt;
16881 </BODY>
16882 </HTML>
16883 ======= h_config_score_topat =======
16884 <HTML>
16885 <HEAD>
16886 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16887 </HEAD>
16888 <BODY>
16889 <H1>&quot;To:&quot; Pattern Explained</H1>
16891 Any text you enter as the &quot;To pattern&quot;
16892 will be compared to the recipients from the To: line of
16893 the message being scored.
16894 When the text you entered matches
16895 all or part of the To: line of a message, then the Score Value
16896 you have specified will be added to the score for the message.
16897 (Any other non-blank parts of the Pattern must match, too.)
16900 You may enter a complete email address, part of an address, or a
16901 list of addresses or partial addresses.
16902 For example:
16905 <PRE>
16906  To pattern = friend@public.com
16908  To pattern = rated.net
16910  To pattern = xxx@adults.com
16911               admin@msn.com
16912               fool@motleyfool.com
16913 </PRE>
16916 Each of those are valid To patterns.
16919 Messages match those patterns if any of the
16920 addresses in the To: line of the message contains the pattern.
16921 If the pattern is a list of patterns
16922 (like the last example above) then it is a match if any of the patterns in
16923 the list match any of the addresses in the To: line.
16924 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16925 present for a match.
16926 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16927 address2 must be present.
16928 That is exactly what using a list does.)
16931 Some messages may be &quot;bounced&quot; to you, and will
16932 have a &quot;Resent-To:&quot; header line.
16933 If the message contains a Resent-To: line
16934 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16935 Alpine will look for
16936 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16937 the original To: line.
16940 When entering a pattern, you may choose an address from your address book
16941 with the &quot;T&quot; command.
16944 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16945 &quot;!&quot; &quot;toggle NOT&quot; command.
16946 This changes the meaning of the To pattern so that it has the opposite meaning.
16947 It will be considered a match if there are no matches between the
16948 addresses in the To: line and the list of To patterns.
16950 Don't make the mistake of putting the &quot;!&quot; in the data field for
16951 the pattern.
16952 For example, if you type the characters &quot;!frizzle&quot; into the To
16953 pattern, the pattern will look like:
16955 <PRE>
16956  To pattern = !frizzle
16957 </PRE>
16959 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16960 In order to match messages that do not have &quot;frizzle&quot; in
16961 their To field, first type the characters &quot;frizzle&quot; followed
16962 by carriage return for the value of the To pattern, then negate it
16963 by typing the &quot;!&quot; command.
16964 It should end up looking like
16966 <PRE>
16967  ! To pattern = frizzle
16968 </PRE>
16970 You are not limited to using the six standard header patterns that are
16971 normally shown (To, From, Sender, Cc, News, and Subject).
16972 You may add any other header to a Pattern by
16973 using the &quot;eXtraHdr&quot; command to specify a different
16974 message header line; and then the Add or Change command to fill in
16975 a pattern for the new header line, just like you would for a standard header.
16977 A technicality: Since comma is the character used to separate multiple
16978 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16979 you want to include a literal comma in the field.
16980 In other words, if you type a backslash followed by a comma it will
16981 be interpreted as a comma by Alpine, instead of as a separator between
16982 pattern values.
16983 All other backslashes are literal backslashes and should not be escaped.
16985 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16986 for more information on Patterns.
16988 Look <A HREF="h_edit_nav_cmds">here</A>
16989 to see the available Editing and Navigation commands.
16991 &lt;End of help on this topic&gt;
16992 </BODY>
16993 </HTML>
16994 ======= h_config_incol_topat =======
16995 <HTML>
16996 <HEAD>
16997 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16998 </HEAD>
16999 <BODY>
17000 <H1>&quot;To:&quot; Pattern Explained</H1>
17002 Any text you enter as the &quot;To pattern&quot;
17003 will be compared to the recipients from the To: lines of
17004 the messages in the index.
17005 When the text you entered matches
17006 all or part of the To: line of a message, then the Index Line Color you have
17007 specified will be used for that line in the index.
17008 (Any other non-blank parts of the Pattern must match, too.)
17011 You may enter a complete email address, part of an address, or a
17012 list of addresses or partial addresses.
17013 For example:
17016 <PRE>
17017  To pattern = friend@public.com
17018  To pattern = rated.net
17019  To pattern = xxx@adults.com
17020               admin@msn.com
17021               fool@motleyfool.com
17022 </PRE>
17025 Each of those are valid To patterns.
17028 Messages match those patterns if any of the
17029 addresses in the To: line of the message contains the pattern.
17030 If the pattern is a list of patterns
17031 (like the last example above) then it is a match if any of the patterns in
17032 the list match any of the addresses in the To: line.
17033 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
17034 present for a match.
17035 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
17036 address2 must be present.
17037 That is exactly what using a list does.)
17040 Some messages may be &quot;bounced&quot; to you, and will
17041 have a &quot;Resent-To:&quot; header line.
17042 If the message contains a Resent-To: line
17043 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
17044 Alpine will look for
17045 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
17046 the original To: line.
17049 When entering a pattern, you may choose an address from your address book
17050 with the &quot;T&quot; command.
17053 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
17054 &quot;!&quot; &quot;toggle NOT&quot; command.
17055 This changes the meaning of the To pattern so that it has the opposite meaning.
17056 It will be considered a match if there are no matches between the
17057 addresses in the To: line and the list of To patterns.
17059 Don't make the mistake of putting the &quot;!&quot; in the data field for
17060 the pattern.
17061 For example, if you type the characters &quot;!frizzle&quot; into the To
17062 pattern, the pattern will look like:
17064 <PRE>
17065  To pattern = !frizzle
17066 </PRE>
17068 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17069 In order to match messages that do not have &quot;frizzle&quot; in
17070 their To field, first type the characters &quot;frizzle&quot; followed
17071 by carriage return for the value of the To pattern, then negate it
17072 by typing the &quot;!&quot; command.
17073 It should end up looking like
17075 <PRE>
17076  ! To pattern = frizzle
17077 </PRE>
17080 You are not limited to using the six standard header patterns that are
17081 normally shown (To, From, Sender, Cc, News, and Subject).
17082 You may add any other header to a Pattern by
17083 using the &quot;eXtraHdr&quot; command to specify a different
17084 message header line; and then the Add or Change command to fill in
17085 a pattern for the new header line, just like you would for a standard header.
17087 A technicality: Since comma is the character used to separate multiple
17088 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17089 you want to include a literal comma in the field.
17090 In other words, if you type a backslash followed by a comma it will
17091 be interpreted as a comma by Alpine, instead of as a separator between
17092 pattern values.
17093 All other backslashes are literal backslashes and should not be escaped.
17095 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17096 for more information on Patterns.
17098 Look <A HREF="h_edit_nav_cmds">here</A>
17099 to see the available Editing and Navigation commands.
17101 &lt;End of help on this topic&gt;
17102 </BODY>
17103 </HTML>
17104 ======= h_config_other_topat =======
17105 <HTML>
17106 <HEAD>
17107 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
17108 </HEAD>
17109 <BODY>
17110 <H1>&quot;To:&quot; Pattern Explained</H1>
17112 For some of the OTHER RULES actions, there is no message that is being
17113 compared against.
17114 If that is the case, then only the Current Folder Type is checked.
17115 In particular, this To pattern is ignored.
17116 Actions that fall into this category include both
17117 Sort Order and Index Format.
17119 A technicality: Since comma is the character used to separate multiple
17120 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17121 you want to include a literal comma in the field.
17122 In other words, if you type a backslash followed by a comma it will
17123 be interpreted as a comma by Alpine, instead of as a separator between
17124 pattern values.
17125 All other backslashes are literal backslashes and should not be escaped.
17127 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17128 for more information on Patterns.
17130 Look <A HREF="h_edit_nav_cmds">here</A>
17131 to see the available Editing and Navigation commands.
17133 &lt;End of help on this topic&gt;
17134 </BODY>
17135 </HTML>
17136 ======= h_config_filt_topat =======
17137 <HTML>
17138 <HEAD>
17139 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
17140 </HEAD>
17141 <BODY>
17142 <H1>&quot;To:&quot; Pattern Explained</H1>
17144 Any text you enter as the &quot;To pattern&quot;
17145 will be compared to the recipients from the To: line of
17146 messages when Alpine opens folders.
17147 When the text you entered matches
17148 all or part of the To: line of a message, then the Filter Action you have
17149 specified will be carried out.
17150 (Any other non-blank parts of the Pattern must match, too.)
17153 You may enter a complete email address, part of an address, or a
17154 list of addresses or partial addresses.
17155 For example:
17158 <PRE>
17159  To pattern = friend@public.com
17160  To pattern = rated.net
17161  To pattern = xxx@adults.com
17162               admin@msn.com
17163               fool@motleyfool.com
17164 </PRE>
17167 Each of those are valid To patterns.
17170 Messages match those patterns if any of the
17171 addresses in the To: line of the message contains the pattern.
17172 If the pattern is a list of patterns
17173 (like the last example above) then it is a match if any of the patterns in
17174 the list match any of the addresses in the To: line.
17175 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
17176 present for a match.
17177 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
17178 address2 must be present.
17179 That is exactly what using a list does.)
17182 Some messages may be &quot;bounced&quot; to you, and will
17183 have a &quot;Resent-To:&quot; header line.
17184 If the message contains a Resent-To: line
17185 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
17186 Alpine will look for
17187 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
17188 the original To: line.
17191 When entering a pattern, you may choose an address from your address book
17192 with the &quot;T&quot; command.
17195 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
17196 &quot;!&quot; &quot;toggle NOT&quot; command.
17197 This changes the meaning of the To pattern so that it has the opposite meaning.
17198 It will be considered a match if there are no matches between the
17199 addresses in the To: line and the list of To patterns.
17201 Don't make the mistake of putting the &quot;!&quot; in the data field for
17202 the pattern.
17203 For example, if you type the characters &quot;!frizzle&quot; into the To
17204 pattern, the pattern will look like:
17206 <PRE>
17207  To pattern = !frizzle
17208 </PRE>
17210 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17211 In order to match messages that do not have &quot;frizzle&quot; in
17212 their To field, first type the characters &quot;frizzle&quot; followed
17213 by carriage return for the value of the To pattern, then negate it
17214 by typing the &quot;!&quot; command.
17215 It should end up looking like
17217 <PRE>
17218  ! To pattern = frizzle
17219 </PRE>
17222 You are not limited to using the six standard header patterns that are
17223 normally shown (To, From, Sender, Cc, News, and Subject).
17224 You may add any other header to a Pattern by
17225 using the &quot;eXtraHdr&quot; command to specify a different
17226 message header line; and then the Add or Change command to fill in
17227 a pattern for the new header line, just like you would for a standard header.
17229 A technicality: Since comma is the character used to separate multiple
17230 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17231 you want to include a literal comma in the field.
17232 In other words, if you type a backslash followed by a comma it will
17233 be interpreted as a comma by Alpine, instead of as a separator between
17234 pattern values.
17235 All other backslashes are literal backslashes and should not be escaped.
17237 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17238 for more information on Patterns.
17240 Look <A HREF="h_edit_nav_cmds">here</A>
17241 to see the available Editing and Navigation commands.
17243 &lt;End of help on this topic&gt;
17244 </BODY>
17245 </HTML>
17246 ======= h_config_role_topat =======
17247 <HTML>
17248 <HEAD>
17249 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
17250 </HEAD>
17251 <BODY>
17252 <H1>&quot;To:&quot; Pattern Explained</H1>
17254 Any text you enter as the &quot;To pattern&quot;
17255 will be compared to the recipients from the To: line of
17256 the message being replied to or forwarded.
17257 (Any other non-blank parts of the Pattern must match, too.)
17258 In the case of the Compose command, this pattern and the other header
17259 patterns are ignored.
17262 You may enter a complete email address, part of an address, or a
17263 list of addresses or partial addresses.
17264 For example:
17267 <PRE>
17268  To pattern = friend@public.com
17269  To pattern = rated.net
17270  To pattern = xxx@adults.com
17271               admin@msn.com
17272               fool@motleyfool.com
17273 </PRE>
17276 Each of those are valid To patterns.
17279 Messages match those patterns if any of the
17280 addresses in the To: line of the message contains the pattern.
17281 If the pattern is a list of patterns
17282 (like the last example above) then it is a match if any of the patterns in
17283 the list match any of the addresses in the To: line.
17284 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
17285 present for a match.
17286 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
17287 address2 must be present.
17288 That is exactly what using a list does.)
17291 Some messages may be &quot;bounced&quot; to you, and will
17292 have a &quot;Resent-To:&quot; header line.
17293 If the message contains a Resent-To: line
17294 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
17295 Alpine will look for
17296 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
17297 the original To: line.
17300 When entering a pattern, you may choose an address from your address book
17301 with the &quot;T&quot; command.
17304 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
17305 &quot;!&quot; &quot;toggle NOT&quot; command.
17306 This changes the meaning of the To pattern so that it has the opposite meaning.
17307 It will be considered a match if there are no matches between the
17308 addresses in the To: line and the list of To patterns.
17310 Don't make the mistake of putting the &quot;!&quot; in the data field for
17311 the pattern.
17312 For example, if you type the characters &quot;!frizzle&quot; into the To
17313 pattern, the pattern will look like:
17315 <PRE>
17316  To pattern = !frizzle
17317 </PRE>
17319 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17320 In order to match messages that do not have &quot;frizzle&quot; in
17321 their To field, first type the characters &quot;frizzle&quot; followed
17322 by carriage return for the value of the To pattern, then negate it
17323 by typing the &quot;!&quot; command.
17324 It should end up looking like
17326 <PRE>
17327  ! To pattern = frizzle
17328 </PRE>
17331 You are not limited to using the six standard header patterns that are
17332 normally shown (To, From, Sender, Cc, News, and Subject).
17333 You may add any other header to a Pattern by
17334 using the &quot;eXtraHdr&quot; command to specify a different
17335 message header line; and then the Add or Change command to fill in
17336 a pattern for the new header line, just like you would for a standard header.
17338 A technicality: Since comma is the character used to separate multiple
17339 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17340 you want to include a literal comma in the field.
17341 In other words, if you type a backslash followed by a comma it will
17342 be interpreted as a comma by Alpine, instead of as a separator between
17343 pattern values.
17344 All other backslashes are literal backslashes and should not be escaped.
17346 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17347 for more information on Patterns.
17349 Look <A HREF="h_edit_nav_cmds">here</A>
17350 to see the available Editing and Navigation commands.
17352 &lt;End of help on this topic&gt;
17353 </BODY>
17354 </HTML>
17355 ======= h_config_role_frompat =======
17356 <HTML>
17357 <HEAD>
17358 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
17359 </HEAD>
17360 <BODY>
17361 <H1>&quot;From:&quot; Pattern Explained</H1>
17363 This is just like the &quot;To pattern&quot; except that it is compared with
17364 the address in the From: line of the message
17365 instead of the addresses from the To: line.
17366 See the help for the To pattern for more information on header patterns.
17368 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17369 for more information on Patterns.
17371 Look <A HREF="h_edit_nav_cmds">here</A>
17372 to see the available Editing and Navigation commands.
17374 &lt;End of help on this topic&gt;
17375 </BODY>
17376 </HTML>
17377 ======= h_config_role_senderpat =======
17378 <HTML>
17379 <HEAD>
17380 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
17381 </HEAD>
17382 <BODY>
17383 <H1>&quot;Sender:&quot; Pattern Explained</H1>
17385 This is just like the &quot;To pattern&quot; except that it is compared with
17386 the address from the Sender: line of the message
17387 instead of the addresses from the To: line.
17388 See the help for the To pattern for more information on header patterns.
17390 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17391 for more information on Patterns.
17393 Look <A HREF="h_edit_nav_cmds">here</A>
17394 to see the available Editing and Navigation commands.
17396 &lt;End of help on this topic&gt;
17397 </BODY>
17398 </HTML>
17399 ======= h_config_role_ccpat =======
17400 <HTML>
17401 <HEAD>
17402 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
17403 </HEAD>
17404 <BODY>
17405 <H1>&quot;Cc:&quot; Pattern Explained</H1>
17407 This is just like the &quot;To pattern&quot; except that it is compared with
17408 the addresses from the Cc: line of the message
17409 instead of the addresses from the To: line.
17410 See the help for the To pattern for more information on header patterns.
17412 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17413 for more information on Patterns.
17415 Look <A HREF="h_edit_nav_cmds">here</A>
17416 to see the available Editing and Navigation commands.
17418 &lt;End of help on this topic&gt;
17419 </BODY>
17420 </HTML>
17421 ======= h_config_role_recippat =======
17422 <HTML>
17423 <HEAD>
17424 <TITLE>Recipient Pattern Explained</TITLE>
17425 </HEAD>
17426 <BODY>
17427 <H1>Recipient Pattern Explained</H1>
17429 This is just like the &quot;To pattern&quot; except that it is compared with
17430 the addresses from both the To: line and the Cc: line of the
17431 message instead of just the addresses from the To: line.
17432 In other words, it is considered a match if the pattern matches
17433 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
17434 in the Cc: line.
17435 (Notice that defining the Recipient pattern does not have the same
17436 effect as defining both the To and Cc patterns.
17437 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
17438 It is equivalent to having two different rules;
17439 one with a To pattern and the other with the same Cc pattern.)
17441 A technicality: Since comma is the character used to separate multiple
17442 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17443 you want to include a literal comma in the field.
17444 In other words, if you type a backslash followed by a comma it will
17445 be interpreted as a comma by Alpine, instead of as a separator between
17446 pattern values.
17447 All other backslashes are literal backslashes and should not be escaped.
17449 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17450 for more information on Patterns.
17452 Look <A HREF="h_edit_nav_cmds">here</A>
17453 to see the available Editing and Navigation commands.
17455 &lt;End of help on this topic&gt;
17456 </BODY>
17457 </HTML>
17458 ======= h_config_role_particpat =======
17459 <HTML>
17460 <HEAD>
17461 <TITLE>Participant Pattern Explained</TITLE>
17462 </HEAD>
17463 <BODY>
17464 <H1>Participant Pattern Explained</H1>
17466 This is just like the &quot;To pattern&quot; except that it is compared with
17467 the addresses from the From: line, the To: line, and the Cc: line of the
17468 message instead of just the addresses from the To: line.
17469 In other words, it is considered a match if the pattern matches
17470 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
17471 in the To: line, <EM>OR</EM> an address in the Cc: line.
17472 (Notice that defining the Participant pattern does not have the same
17473 effect as defining all of the From, To, and Cc patterns.
17474 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
17475 From <EM>AND</EM> To <EM>AND</EM> Cc.
17476 It is equivalent to having three different rules;
17477 one with a From pattern, another with the same To pattern, and a third with
17478 the same Cc pattern.)
17480 A technicality: Since comma is the character used to separate multiple
17481 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17482 you want to include a literal comma in the field.
17483 In other words, if you type a backslash followed by a comma it will
17484 be interpreted as a comma by Alpine, instead of as a separator between
17485 pattern values.
17486 All other backslashes are literal backslashes and should not be escaped.
17488 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17489 for more information on Patterns.
17491 Look <A HREF="h_edit_nav_cmds">here</A>
17492 to see the available Editing and Navigation commands.
17494 &lt;End of help on this topic&gt;
17495 </BODY>
17496 </HTML>
17497 ======= h_config_role_newspat =======
17498 <HTML>
17499 <HEAD>
17500 <TITLE>News Pattern Explained</TITLE>
17501 </HEAD>
17502 <BODY>
17503 <H1>News Pattern Explained</H1>
17505 If this pattern is non-blank, then for this rule to be considered a
17506 match, at least one of the newsgroups from
17507 the Newsgroups line of the message must match this pattern.
17508 If this pattern is a list of patterns, then at least one of the
17509 newsgroups must match at least one of the patterns.
17510 (Any other non-blank parts of the Pattern must match, too.)
17512 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
17513 &quot;!&quot; &quot;toggle NOT&quot; command.
17514 This changes the meaning of the News pattern so that it has the opposite meaning.
17515 It will be considered a match if there are no matches between the
17516 addresses in the Newsgroups: line and the list of News patterns.
17518 Don't make the mistake of putting the &quot;!&quot; in the data field for
17519 the pattern.
17520 For example, if you type the characters &quot;!frizzle&quot; into the News
17521 pattern, the pattern will look like:
17523 <PRE>
17524  News pattern = !frizzle
17525 </PRE>
17527 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17528 In order to match messages that do not have &quot;frizzle&quot; in
17529 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
17530 by carriage return for the value of the News pattern, then negate it
17531 by typing the &quot;!&quot; command.
17532 It should end up looking like
17534 <PRE>
17535  ! News pattern = frizzle
17536 </PRE>
17538 A technicality: Since comma is the character used to separate multiple
17539 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17540 you want to include a literal comma in the field.
17541 In other words, if you type a backslash followed by a comma it will
17542 be interpreted as a comma by Alpine, instead of as a separator between
17543 pattern values.
17544 All other backslashes are literal backslashes and should not be escaped.
17547 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17548 for more information on Patterns.
17550 Look <A HREF="h_edit_nav_cmds">here</A>
17551 to see the available Editing and Navigation commands.
17553 &lt;End of help on this topic&gt;
17554 </BODY>
17555 </HTML>
17556 ======= h_config_role_subjpat =======
17557 <HTML>
17558 <HEAD>
17559 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
17560 </HEAD>
17561 <BODY>
17562 <H1>&quot;Subject:&quot; Pattern Explained</H1>
17564 This is similar to the other parts of the Pattern.
17565 It is compared with
17566 the contents from the Subject of the message.
17568 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17569 for more information on Patterns.
17571 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
17572 &quot;!&quot; &quot;toggle NOT&quot; command.
17573 This changes the meaning of the Subject pattern so that it has the opposite meaning.
17574 It will be considered a match if there are no matches between the
17575 text in the Subject: line and the list of Subject patterns.
17578 If you wish to have a header pattern that is not one of the six standard
17579 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
17581 A technicality: Since comma is the character used to separate multiple
17582 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17583 you want to include a literal comma in the field.
17584 In other words, if you type a backslash followed by a comma it will
17585 be interpreted as a comma by Alpine, instead of as a separator between
17586 pattern values.
17587 All other backslashes are literal backslashes and should not be escaped.
17589 Look <A HREF="h_edit_nav_cmds">here</A>
17590 to see the available Editing and Navigation commands.
17592 &lt;End of help on this topic&gt;
17593 </BODY>
17594 </HTML>
17595 ======= h_config_role_alltextpat =======
17596 <HTML>
17597 <HEAD>
17598 <TITLE>AllText Pattern Explained</TITLE>
17599 </HEAD>
17600 <BODY>
17601 <H1>AllText Pattern Explained</H1>
17603 This is similar to the header patterns.
17604 Instead of comparing with text in a particular header field it 
17605 is compared with all of the text in the message header and body.
17607 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
17608 &quot;!&quot; &quot;toggle NOT&quot; command.
17609 This changes the meaning of the AllText pattern so that it has the opposite meaning.
17610 It will be considered a match if there are no matches between the
17611 text of the message and the list of AllText patterns.
17613 Don't make the mistake of putting the &quot;!&quot; in the data field for
17614 the pattern.
17615 For example, if you type the characters &quot;!frizzle&quot; into the AllText
17616 pattern, the pattern will look like:
17618 <PRE>
17619  AllText pattern = !frizzle
17620 </PRE>
17622 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17623 In order to match messages that do not have &quot;frizzle&quot; in
17624 the text of the message, first type the characters &quot;frizzle&quot; followed
17625 by carriage return for the value of the AllText pattern, then negate it
17626 by typing the &quot;!&quot; command.
17627 It should end up looking like
17629 <PRE>
17630  ! AllText pattern = frizzle
17631 </PRE>
17633 It is possible that you may notice degraded performance when using
17634 AllText Patterns.
17636 A technicality: Since comma is the character used to separate multiple
17637 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17638 you want to include a literal comma in the field.
17639 In other words, if you type a backslash followed by a comma it will
17640 be interpreted as a comma by Alpine, instead of as a separator between
17641 pattern values.
17642 All other backslashes are literal backslashes and should not be escaped.
17644 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17645 for more information on Patterns.
17647 Look <A HREF="h_edit_nav_cmds">here</A>
17648 to see the available Editing and Navigation commands.
17650 &lt;End of help on this topic&gt;
17651 </BODY>
17652 </HTML>
17653 ======= h_config_role_bodytextpat =======
17654 <HTML>
17655 <HEAD>
17656 <TITLE>BodyText Pattern Explained</TITLE>
17657 </HEAD>
17658 <BODY>
17659 <H1>BodyText Pattern Explained</H1>
17661 This is similar to the header patterns.
17662 Instead of comparing with text in a particular header field it 
17663 is compared with all of the text in the message body.
17665 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
17666 &quot;!&quot; &quot;toggle NOT&quot; command.
17667 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
17668 It will be considered a match if there are no matches between the
17669 text of the body of the message and the list of BodyText patterns.
17671 Don't make the mistake of putting the &quot;!&quot; in the data field for
17672 the pattern.
17673 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
17674 pattern, the pattern will look like:
17676 <PRE>
17677  BdyText pattern = !frizzle
17678 </PRE>
17680 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17681 In order to match messages that do not have &quot;frizzle&quot; in
17682 their BodyText, first type the characters &quot;frizzle&quot; followed
17683 by carriage return for the value of the BodyText pattern, then negate it
17684 by typing the &quot;!&quot; command.
17685 It should end up looking like
17687 <PRE>
17688  ! BodyText pattern = frizzle
17689 </PRE>
17691 It is possible that you may notice degraded performance when using
17692 BodyText Patterns.
17694 A technicality: Since comma is the character used to separate multiple
17695 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17696 you want to include a literal comma in the field.
17697 In other words, if you type a backslash followed by a comma it will
17698 be interpreted as a comma by Alpine, instead of as a separator between
17699 pattern values.
17700 All other backslashes are literal backslashes and should not be escaped.
17702 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17703 for more information on Patterns.
17705 Look <A HREF="h_edit_nav_cmds">here</A>
17706 to see the available Editing and Navigation commands.
17708 &lt;End of help on this topic&gt;
17709 </BODY>
17710 </HTML>
17711 ======= h_config_role_charsetpat =======
17712 <HTML>
17713 <HEAD>
17714 <TITLE>Character Set Pattern Explained</TITLE>
17715 </HEAD>
17716 <BODY>
17717 <H1>Character Set Pattern Explained</H1>
17719 A message may use one or more character sets.
17720 This part of the Pattern matches messages that make use of
17721 certain specified character sets.
17722 It will be considered a match if a message uses any of the character
17723 sets in the list you give here.
17726 When filling in a value for this field, you may use
17727 the &quot;T&quot; command, which presents you with a large list of
17728 possible character sets to choose from.
17729 You may also just type in the name of a character set, and it need not
17730 be one that Alpine knows about.
17733 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
17734 GB2312) you may also use some shorthand names that Alpine provides.
17735 These names are more understandable shorthand names for sets of 
17736 character set names.
17737 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
17738 Selecting one of these shorthand names is equivalent to selecting all of
17739 the character sets that make up the set.
17740 You can see all of these shorthand names and the lists of character sets
17741 they stand for by typing the &quot;T&quot; command.
17744 For the purposes of this Pattern,
17745 Alpine will search through a message for all of the text parts and
17746 collect the character sets declared for each part.
17747 It will also look in the Subject line for a character set used there.
17748 Alpine does not actually look at the text of the message or the text
17749 of the Subject to determine if a declared character set is actually
17750 used, it looks only at the declarations themselves in the MIME part headers
17751 and in the Subject.
17754 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
17755 &quot;!&quot; &quot;toggle NOT&quot; command.
17756 This changes the meaning of the Character Set pattern so that
17757 it has the opposite meaning.
17758 It will be considered a match if none of the character sets in the
17759 list are used in a message.
17761 Don't make the mistake of putting the &quot;!&quot; in the data field for
17762 the pattern.
17763 For example, if you type the characters &quot;!GB2312&quot; into the
17764 Character Set pattern, the pattern will look like:
17766 <PRE>
17767  Charset pattern = !GB2312
17768 </PRE>
17770 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
17771 In order to match messages that do not have the
17772 character set &quot;GB2312&quot;
17773 set, first type the characters &quot;GB2312&quot; followed
17774 by carriage return for the value of the Character Set pattern, then negate it
17775 by typing the &quot;!&quot; command.
17776 It should end up looking like
17778 <PRE>
17779  ! Charset pattern = GB2312
17780 </PRE>
17782 A technicality: Since comma is the character used to separate multiple
17783 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17784 you want to include a literal comma in the field.
17785 In other words, if you type a backslash followed by a comma it will
17786 be interpreted as a comma by Alpine, instead of as a separator between
17787 pattern values.
17788 All other backslashes are literal backslashes and should not be escaped.
17790 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17791 for more information on Patterns.
17793 Look <A HREF="h_edit_nav_cmds">here</A>
17794 to see the available Editing and Navigation commands.
17796 &lt;End of help on this topic&gt;
17797 </BODY>
17798 </HTML>
17799 ======= h_config_role_keywordpat =======
17800 <HTML>
17801 <HEAD>
17802 <TITLE>Keyword Pattern Explained</TITLE>
17803 </HEAD>
17804 <BODY>
17805 <H1>Keyword Pattern Explained</H1>
17807 A folder may have user-defined keywords.
17808 These are similar to the Important flag, which the user may set using the
17809 Flag command.
17810 The difference is that the Important flag is always present for each folder.
17811 User-defined keywords are picked by the user.
17812 You may add new keywords by defining them in the
17813 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
17814 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
17815 the Flag command may be used to set or clear the keyword on individual messages.
17816 If you have given a keyword a nickname when configuring it,
17817 that nickname may be used instead of the actual keyword.
17820 When filling in a value for this field, it may be easiest to use
17821 the &quot;T&quot; command, which presents you with a list of the keywords
17822 you have defined to choose from.
17825 This part of the Pattern matches messages with certain keywords set.
17826 It will be considered a match if a message has any of the keywords in the
17827 list set.
17828 A keyword that you have not defined using the
17829 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
17830 will not be a match.
17833 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
17834 &quot;!&quot; &quot;toggle NOT&quot; command.
17835 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
17836 It will be considered a match if none of the keywords in the list are set
17837 for a message.
17838 A keyword that you have not defined using the
17839 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
17840 will not be a match, so a <EM>NOT</EM> of that keyword does match.
17842 Don't make the mistake of putting the &quot;!&quot; in the data field for
17843 the pattern.
17844 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
17845 pattern, the pattern will look like:
17847 <PRE>
17848  Keyword pattern = !frizzle
17849 </PRE>
17851 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17852 In order to match messages that do not have the keyword &quot;frizzle&quot;
17853 set, first type the characters &quot;frizzle&quot; followed
17854 by carriage return for the value of the Keyword pattern, then negate it
17855 by typing the &quot;!&quot; command.
17856 It should end up looking like
17858 <PRE>
17859  ! Keyword pattern = frizzle
17860 </PRE>
17862 A technicality: Since comma is the character used to separate multiple
17863 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17864 you want to include a literal comma in the field.
17865 In other words, if you type a backslash followed by a comma it will
17866 be interpreted as a comma by Alpine, instead of as a separator between
17867 pattern values.
17868 All other backslashes are literal backslashes and should not be escaped.
17870 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17871 for more information on Patterns.
17873 Look <A HREF="h_edit_nav_cmds">here</A>
17874 to see the available Editing and Navigation commands.
17876 &lt;End of help on this topic&gt;
17877 </BODY>
17878 </HTML>
17879 ======= h_config_role_arbpat =======
17880 <HTML>
17881 <HEAD>
17882 <TITLE>Extra Header Patterns Explained</TITLE>
17883 </HEAD>
17884 <BODY>
17885 <H1>Extra Header Patterns Explained</H1>
17887 The header patterns that come after the Participant pattern but before the 
17888 AllText pattern are extra header patterns that you have added to a rule's
17889 Pattern. These are just like the other header patterns except that
17890 the contents of the particular header listed on the left hand side will
17891 be used for comparisons.
17893 The &quot;eXtraHdr&quot; command may be used to add more of these
17894 header patterns to the rule you are editing.
17896 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
17897 extra header pattern from the rule you are editing.
17899 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
17900 &quot;!&quot; &quot;toggle NOT&quot; command.
17901 This changes the meaning of the pattern so that it has the opposite meaning.
17902 It will be considered a match if there are no matches between the
17903 text in the header line and the list of patterns.
17905 Don't make the mistake of putting the &quot;!&quot; in the data field for
17906 the pattern.
17907 For example, if you type the characters &quot;!frizzle&quot; into the
17908 pattern, the pattern will look like:
17910 <PRE>
17911  Xyz pattern = !frizzle
17912 </PRE>
17914 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
17915 In order to match messages that do not have &quot;frizzle&quot; in
17916 their Xyz field, first type the characters &quot;frizzle&quot; followed
17917 by carriage return for the value of the pattern, then negate it
17918 by typing the &quot;!&quot; command.
17919 It should end up looking like
17921 <PRE>
17922  ! Xyz pattern = frizzle
17923 </PRE>
17926 A technicality: Since comma is the character used to separate multiple
17927 values in a pattern field, you have to escape comma with a backslash (&#92;) if
17928 you want to include a literal comma in the field.
17929 In other words, if you type a backslash followed by a comma it will
17930 be interpreted as a comma by Alpine, instead of as a separator between
17931 pattern values.
17932 All other backslashes are literal backslashes and should not be escaped.
17934 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17935 for more information on Patterns.
17937 Look <A HREF="h_edit_nav_cmds">here</A>
17938 to see the available Editing and Navigation commands.
17940 &lt;End of help on this topic&gt;
17941 </BODY>
17942 </HTML>
17943 ======= h_config_role_cat_cmd =======
17944 <HTML>
17945 <HEAD>
17946 <TITLE>Categorizer Command Explained</TITLE>
17947 </HEAD>
17948 <BODY>
17949 <H1>Categorizer Command Explained</H1>
17951 This is a command that is run with its standard input set to the message
17952 being checked and its standard output discarded.
17953 The full directory path should be specified.
17954 The command will be run and then its exit status will be checked against
17955 the Exit Status Interval, which defaults to just the value zero.
17956 If the exit status of the command falls in the interval, it is considered
17957 a match, otherwise it is not a match.
17960 This option may actually be a list of commands.
17961 The first one that exists and is executable is used.
17962 That makes it possible to use the same configuration with Unix Alpine and
17963 PC-Alpine.
17966 If none of the commands in the list exists and is executable then the rule
17967 is <EM>not</EM> a match.
17968 If it is possible that the command may not exist, you should be careful
17969 to structure your rules so that nothing destructive
17970 happens when the command does not exist.
17971 For example, you might have a filter that filters away spam when there is
17972 a match but does nothing when there is not a match.
17973 That would cause no harm if the command didn't exist.
17974 However, if you have a filter that filters away spam when there is not
17975 a match and keeps it when there is a match, that would filter everything
17976 if the categorizer command didn't exist.
17978 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
17979 setup for the bogofilter filter.
17982 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17983 for more information on Patterns.
17985 Look <A HREF="h_edit_nav_cmds">here</A>
17986 to see the available Editing and Navigation commands.
17988 &lt;End of help on this topic&gt;
17989 </BODY>
17990 </HTML>
17991 ======= h_config_role_cat_cmd_example =======
17992 <HTML>
17993 <HEAD>
17994 <TITLE>Categorizer Command Example</TITLE>
17995 </HEAD>
17996 <BODY>
17997 <H1>Categorizer Command Example</H1>
17999 Bogofilter
18000 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
18001 is a mail filter that attempts to classify mail as spam or
18002 non-spam using statistical analysis of the message content.
18003 When run with no arguments and a message as standard input, it exits with
18004 exit status 0 if it thinks a message is spam and 1 if it thinks
18005 it is not spam.
18006 To use bogofilter as your Categorizer Command you would simply set Command to
18007 the pathname of the bogofilter program.
18008 For example,
18010 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
18012 Exit status of zero is what you are interested in, so you'd set the
18013 Exit Status Interval to
18015 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
18018 In order to prevent downloading an entire huge message to check for spam, you
18019 might want to set the Character Limit to a few thousand characters (the
18020 assumption being that the spam will reveal itself in those characters)
18022 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
18025 You would probably use bogofilter in an Alpine Filter Rule, and have the action
18026 be to move the message to a spam folder.
18027 It would usually be wise to also check the &quot;Message is Recent&quot;
18028 part of the rule so that messages are only checked when they first arrive,
18029 and to restrict the Current Folder Type to just your INBOX.
18030 The reason for checking only Recent messages is to save the time it takes
18031 to run bogofilter on each message.
18032 As an experiment, you might start out by using this in an Indexcolor Rule
18033 instead of a Filter Rule.
18034 In that case, you probably wouldn't check the Recent checkbox.
18036 The use described above assumes that you are somehow maintaining bogofilter's
18037 database of words associated with spam and non-spam messages.
18038 One way to start your database would be to select a bunch of spam messages
18039 in Alpine (you might Save spam messages to a special folder or use Alpine's
18040 Select command to select several) and then Apply
18041 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
18042 a pipe command to the spam messages.
18043 For example, you could have a shell script or an alias
18044 called <EM>this_is_spam</EM>, which would simply be the command
18046 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
18049 It is probably best to use the pipe command's Raw Text, With Delimiter,
18050 and Free Output options,
18051 which are at the bottom of the screen when you type the pipe command.
18052 That's because bogofilter expects the raw message as input, and uses
18053 the Delimiters to tell when a new message starts.
18054 You would not need to use a separate pipe for each message, because
18055 bogofilter can handle multiple messages at once.
18057 Similarly, you would select a group of non-spam messages
18058 and run them through a <EM>this_is_nonspam</EM> script
18059 that was something like
18061 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
18064 For the more adventurous, the next step might be to automate the upkeep of
18065 the bogofilter database.
18066 It might make more sense to have bogofilter be part of the delivery process,
18067 but it is also possible to do it entirely from within Alpine.
18068 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
18069 the &quot;-u&quot; argument will cause bogofilter to update the database.
18071 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
18073 You'd want a couple more aliases or shell scripts called something like
18074 <EM>change_to_spam</EM>
18076 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
18079 <EM>change_to_nonspam</EM>
18081 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
18083 When you run across a message in your INBOX that should have been
18084 classified as spam you would pipe it to the change_to_spam script, and
18085 when you run across a message in your spam folder that should have been
18086 left in your INBOX you would pipe it through change_to_nonspam.
18089 There is a technical problem with this approach.
18090 Alpine may check your filters more than once.
18091 In particular, every time you start Alpine the filters will be checked for
18092 each message.
18093 Also, if you have any filters that depend on message state (New, Deleted, etc.)
18094 then Alpine will recheck for matches in messages that have changed state
18095 at the time you close the folder and before expunging.
18096 This is usually ok.
18097 However, in this case it is a problem because the command
18099 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
18101 has the side effect of updating the database.
18102 So you run the risk of updating the database multiple times for a single
18103 message instead of updating it just once per message.
18104 There are some ways to work around this problem.
18105 What you need is a way to mark the message after you have run the filter.
18106 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
18107 Besides having the filter move the message to a spam folder, also have it
18108 set the Bogo keyword.
18109 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
18110 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
18111 This rule can only set the Bogo keyword for the messages that it matches.
18112 You will also need to add a second rule right after this one that
18113 matches all the messages that don't have the Bogo keyword set
18114 (put the keyword in the Keyword pattern and toggle
18115 the Not with the ! command)
18116 and takes the action of setting it.
18117 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
18118 (and so it won't re-run the bogofilter command) if the keyword is already
18119 set.
18121 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
18122 on all messages that don't have the Bogo keyword set.
18123 This will have the side effect of inserting that message in the bogofilter
18124 database, match or not.
18125 If this rule matches (it is spam), the Bogo keyword will be set and
18126 the message will be moved to a spam folder.
18127 If it does not match, the
18128 following rule will mark the message by turning on the keyword.
18129 This second rule should be a non-terminating
18130 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
18131 rule so that it doesn't stop the filtering process before the rest of
18132 your rules are consulted.
18135 In summary, the first rule is something like
18136 <PRE>
18137   Nickname          = bogofilter -u rule
18138   Current Folder Type =
18139                (*) Specific
18140                    Folder = INBOX
18142   ! Keyword pattern = Bogo
18144   External Categorizer Commands =
18145        Command              = /usr/local/bin/bogofilter -u
18146        Exit Status Interval = (0,0)
18147        Character Limit      = <No Value Set: using "-1">  (optionally set this)
18149   Filter Action =
18150        (*) Move
18151            Folder = spam
18152   
18153   Set These Keywords   = Bogo
18154 </PRE>
18156 and the following rule is
18157 <PRE>
18158   Nickname          = Set Bogo Keyword
18159   Current Folder Type =
18160                (*) Specific
18161                    Folder = INBOX
18163   ! Keyword pattern = Bogo
18165   Filter Action =
18166        (*) Just Set Message Status
18168   Set These Keywords   = Bogo
18170   Features =
18171       [X]  dont-stop-even-if-rule-matches
18172 </PRE>
18174 If it is possible for you to insert bogofilter in the delivery process instead
18175 of having it called from Alpine you could prevent having to wait
18176 for the bogofilter processing while you read your mail.
18177 You would have bogofilter add a header to the message at the time of delivery
18178 that identified it as spam or nonspam.
18179 With this method, you could avoid using a Categorizer Command while running Alpine,
18180 and just match on the header instead.
18181 You might still want to use the scripts mentioned above to initialize the
18182 database or to re-classify wrongly classified messages.
18185 Finally, it isn't for the faint-hearted,
18186 but it is also possible to run bogofilter from PC-Alpine.
18187 You can install Cygwin from
18188 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
18189 then compile bogofilter in the cygwin environment, and run it from
18190 within PC-Alpine.
18191 You would end up with a Categorizer command that looked something like
18193 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
18195 Note that the &quot;.exe&quot; extension is explicit,
18196 and that the bogofilter.exe executable should be in the same directory
18197 as cygwin1.dll.
18200 &lt;End of help on this topic&gt;
18201 </BODY>
18202 </HTML>
18203 ======= h_config_role_cat_status =======
18204 <HTML>
18205 <HEAD>
18206 <TITLE>Exit Status Interval Explained</TITLE>
18207 </HEAD>
18208 <BODY>
18209 <H1>Exit Status Interval Explained</H1>
18211 The categorizer command is run and the result is the exit status of
18212 that command.
18213 If that exit status falls in the Exit Status Interval
18214 then it is considered a match, otherwise it is not a match.
18215 Of course for the entire rule to match, it must also be checked against
18216 the other defined parts of the Pattern.
18218 The Exit Status Interval defaults to the single value 0 (zero).
18219 If you define it, it should be set to something like:
18221 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
18223 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
18224 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
18225 positive and negative integers.
18227 Actually, a list of intervals may be used if you wish.
18228 A list would look like
18230 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
18232 When there is an Exit Status Interval defined, it is a match if the exit status
18233 of the categorizer command is contained in any of the intervals.
18234 The intervals include both endpoints.
18236 The default interval is
18238 <CENTER><SAMP>(0,0)</SAMP></CENTER>
18240 and it matches only if the command exits with exit status equal to zero.
18243 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18244 for more information on Patterns.
18246 Look <A HREF="h_edit_nav_cmds">here</A>
18247 to see the available Editing and Navigation commands.
18249 &lt;End of help on this topic&gt;
18250 </BODY>
18251 </HTML>
18252 ======= h_config_role_cat_limit =======
18253 <HTML>
18254 <HEAD>
18255 <TITLE>Character Limit Explained</TITLE>
18256 </HEAD>
18257 <BODY>
18258 <H1>Character Limit Explained</H1>
18260 Setting this option makes it possible to limit how much of the message
18261 is made available to the categorizer command as input.
18262 The default value (-1) means that the entire message is fed to the
18263 command.
18264 A value of 0 (zero) means that only the headers of the message are
18265 made available.
18266 A positive integer means that the headers plus that many characters from
18267 the body of the message are passed to the categorizer.
18270 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18271 for more information on Patterns.
18273 Look <A HREF="h_edit_nav_cmds">here</A>
18274 to see the available Editing and Navigation commands.
18276 &lt;End of help on this topic&gt;
18277 </BODY>
18278 </HTML>
18279 ======= h_config_role_age =======
18280 <HTML>
18281 <HEAD>
18282 <TITLE>Age Interval Explained</TITLE>
18283 </HEAD>
18284 <BODY>
18285 <H1>Age Interval Explained</H1>
18287 The Age Interval, if defined, is part of the Pattern.
18288 If you use this, it should be set to something like:
18290 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
18292 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
18293 The special value &quot;INF&quot; may be used for the max value.
18294 It represents infinity.
18296 In rare cases it may be useful to use the more general form of the value,
18297 which is a comma-separated list of intervals.
18298 It would look something like:
18300 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
18302 When there is an Age Interval defined, it is a match if the age, in days, of
18303 the message is contained in the interval.
18304 The interval includes both endpoints.
18305 If the option is set to a list of intervals then it is a match if the
18306 age of the message is contained in any of the intervals.
18308 Even though this option is called Age, it isn't actually
18309 the <EM>age</EM> of the message.
18310 Instead, it is how many days ago the message arrived in one of your folders.
18311 If the current time is a little past midnight, then a message that arrived
18312 just before midnight arrived yesterday, even though the message is only
18313 a few minutes old.
18314 By default, the date being used is not the date in the Date
18315 header of the message.
18316 It is the date that the message arrived in one of your folders.
18317 When you Save a message from one folder to another that arrival date
18318 is preserved.
18319 If you would like to use the date in the Date header that is possible.
18320 Turn on the option
18321 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
18322 near the bottom of the rule definition.
18324 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
18325 The age interval
18327 <CENTER><SAMP>(2,2)</SAMP></CENTER>
18329 matches all messages that arrived on the day before yesterday.
18330 The interval
18332 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
18334 matches all messages that arrived at least 180 days before today.
18335 The interval
18337 <CENTER><SAMP>(0,1)</SAMP></CENTER>
18339 matches all messages that arrived today or yesterday.
18342 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18343 for more information on Patterns.
18345 Look <A HREF="h_edit_nav_cmds">here</A>
18346 to see the available Editing and Navigation commands.
18348 &lt;End of help on this topic&gt;
18349 </BODY>
18350 </HTML>
18351 ======= h_config_role_size =======
18352 <HTML>
18353 <HEAD>
18354 <TITLE>Size Interval Explained</TITLE>
18355 </HEAD>
18356 <BODY>
18357 <H1>Size Interval Explained</H1>
18359 The Size Interval, if defined, is part of the Pattern.
18360 If you use this, it should be set to something like:
18362 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
18364 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
18365 The special value &quot;INF&quot; may be used for the max value.
18366 It represents infinity.
18368 In rare cases it may be useful to use the more general form of the value,
18369 which is a comma-separated list of intervals.
18370 It would look something like:
18372 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
18374 When there is a Size Interval defined, it is a match if the size of
18375 the message is contained in the interval.
18376 The interval includes both endpoints.
18377 If the option is set to a list of intervals then it is a match if the
18378 size of the message is contained in any of the intervals.
18380 The size interval
18382 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
18384 matches all messages with sizes greater than or equal to 10000, and less
18385 than or equal to 50000.
18386 The interval
18388 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
18390 matches all messages with sizes greater than or equal to 100000.
18393 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18394 for more information on Patterns.
18396 Look <A HREF="h_edit_nav_cmds">here</A>
18397 to see the available Editing and Navigation commands.
18399 &lt;End of help on this topic&gt;
18400 </BODY>
18401 </HTML>
18402 ======= h_config_role_scorei =======
18403 <HTML>
18404 <HEAD>
18405 <TITLE>Score Interval Explained</TITLE>
18406 </HEAD>
18407 <BODY>
18408 <H1>Score Interval Explained</H1>
18410 The Score Interval, if defined, is part of the Pattern.
18411 If you use this, it should be set to something like:
18413 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
18415 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
18416 -32000 and 32000.
18417 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
18418 the min and max values.
18419 These represent negative and positive infinity.
18421 Actually, the value may be a list of intervals rather than just a
18422 single interval if that is useful.
18423 The elements of the list are separated by commas like:
18425 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
18427 When there is a Score Interval defined, it is a match if the score for
18428 the message is contained in any of the intervals.
18429 The intervals include both endpoints.
18430 The score for a message is calculated by looking at every scoring rule
18431 defined and adding up the Score Values for the rules that match the message.
18432 Scoring rules are created using the
18433 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
18436 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18437 for more information on Patterns.
18439 Look <A HREF="h_edit_nav_cmds">here</A>
18440 to see the available Editing and Navigation commands.
18442 &lt;End of help on this topic&gt;
18443 </BODY>
18444 </HTML>
18445 ======= h_config_role_fldr_type =======
18446 <HTML>
18447 <HEAD>
18448 <TITLE>Current Folder Type Explained</TITLE>
18449 </HEAD>
18450 <BODY>
18451 <H1>Current Folder Type Explained</H1>
18453 The Current Folder Type is part of the role's Pattern.
18454 It refers to the type of the currently open folder, which is the folder
18455 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
18456 In order for a role to be considered a match, the current folder must
18457 be of the type you set here.
18458 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18459 all what you might think.
18461 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
18462 example, then
18463 that role will only be a match if the current folder is a newsgroup and
18464 the rest of the Pattern matches.
18465 The value &quot;Specific&quot; may be used when you want to limit the match
18466 to a specific folder (not just a specific type of folder), or to a list of
18467 specific folders.
18469 In order to match a specific folder you Select the &quot;Specific&quot;
18470 button <EM>AND</EM> fill in
18471 the name (or list of names) of
18472 the folder in the &quot;Folder List&quot; field.
18473 If the current folder is any of the folders in the list, that is considered
18474 a match.
18475 The name of each folder in the list may be either &quot;INBOX&quot;,
18476 the technical specification
18477 of the folder (like what appears in your configuration file) or, if the
18478 folder is one of your incoming folders, it may be the nickname you've given
18479 the folder.
18480 Here are a couple samples of specific folder names:
18482 <CENTER><SAMP>{monet.art.example.com/user=vincent}mail/art-class</SAMP></CENTER>
18484 <CENTER><SAMP>{news.example.com/nntp/user=peter}#news.comp.mail.pine</SAMP></CENTER>
18486 Observe that in order for an external folder (IMAP, POP, News) to be a match,
18487 you must also add the /user= option in the definition of the incoming folder.
18489 The easiest way to fill in the &quot;Folder List&quot; field is to use
18490 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
18491 highlighted, or to use the &quot;Take&quot; command with the configuration
18492 feature
18493 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
18494 turned on.
18495 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18496 Current Folder Type is set to &quot;Specific&quot;, and any value that
18497 &quot;Folder List&quot; has is ignored unless the type
18498 is set to &quot;Specific&quot;.
18500 When reading a newsgroup, there may be a performance penalty
18501 incurred when collecting the information necessary to check a Pattern.
18502 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18504 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18505 for more information on Patterns.
18507 Look <A HREF="h_edit_nav_cmds">here</A>
18508 to see the available Editing and Navigation commands.
18510 &lt;End of help on this topic&gt;
18511 </BODY>
18512 </HTML>
18513 ======= h_config_filt_rule_type =======
18514 <HTML>
18515 <HEAD>
18516 <TITLE>Filter Action Explained</TITLE>
18517 </HEAD>
18518 <BODY>
18519 <H1>Filter Action Explained</H1>
18521 The Filter Action specifies the action to be taken when the Pattern is a
18522 match.
18523 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
18524 &quot;Just Set Message Status&quot;.
18526 If it is set to &quot;Delete&quot;, then the message that matches the
18527 Pattern will be deleted from the open folder.
18529 If it is set to &quot;Move&quot;, then the name of the folder to which
18530 the matching message should be moved is given in the &quot;Folder List&quot; field on the
18531 next line of the screen.
18532 A list of folders separated by commas may be given, in which case the
18533 message will be copied to all of the folders in the list before it is
18534 deleted.
18536 If it is set to neither of those two values (it is set to the value
18537 labeled &quot;Just Set Message Status&quot;) then the message status
18538 setting will happen
18539 but the message will not be deleted or moved.
18541 If you are Moving a message you may also set Message Status if you wish.
18543 The easiest way to fill in the &quot;Folder List&quot; field is to use
18544 the T command that is available when the &quot;Folder List&quot; line is
18545 highlighted.
18546 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18547 Filter Action is set to &quot;Move&quot;, and any value that
18548 &quot;Folder List&quot; has is ignored unless the type
18549 is set to &quot;Move&quot;.
18551 There are a few tokens that may be used in the names in the Folder List.
18552 They are all related to the date on which the filtering is taking place.
18553 The tokens are words surrounded by underscores.
18554 For example, if you want your filter to move messages to a folder named
18555 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
18556 you could specify the folder as
18557 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
18558 which would result in a file named something like
18559 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
18561 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
18562 which would result in a file named something like
18563 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
18564 The available tokens are listed
18565 <A HREF="h_index_tokens">here</A>.
18567 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18568 for more information on Patterns.
18570 Look <A HREF="h_edit_nav_cmds">here</A>
18571 to see the available Editing and Navigation commands.
18573 &lt;End of help on this topic&gt;
18574 </BODY>
18575 </HTML>
18576 ======= h_config_score_fldr_type =======
18577 <HTML>
18578 <HEAD>
18579 <TITLE>Current Folder Type Explained</TITLE>
18580 </HEAD>
18581 <BODY>
18582 <H1>Current Folder Type Explained</H1>
18584 The Current Folder Type is part of the scoring rule's Pattern.
18585 It refers to the type of the folder that
18586 the message being scored is in.
18587 In order for a rule to be considered a match, the current folder must
18588 be of the type you set here.
18589 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18590 all what you might think.
18592 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18593 example, then
18594 that Pattern will only match if the current folder is a newsgroup and
18595 the rest of the Pattern matches.
18596 The value &quot;Specific&quot; may be used when you want to limit the match
18597 to a specific folder (not just a specific type of folder), or to a list of
18598 specific folders.
18600 In order to match a specific folder you Select the &quot;Specific&quot;
18601 button <EM>AND</EM> fill in
18602 the name (or list of names) of
18603 the folder in the &quot;Folder List&quot; field.
18604 If the current folder is any of the folders in the list, that is considered
18605 a match.
18606 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18607 of the folder (like what appears in your configuration file) or, if the
18608 folder is one of your incoming folders, it may be the nickname you've given
18609 the folder.
18610 Here are a couple samples of specific folder names:
18612 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18614 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18616 The easiest way to fill in the &quot;Folder List&quot; field is to use
18617 the T command that is available when the &quot;Folder List&quot; line is
18618 highlighted.
18619 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18620 Current Folder Type is set to &quot;Specific&quot;, and any value that
18621 &quot;Folder List&quot; has is ignored unless the type
18622 is set to &quot;Specific&quot;.
18624 When reading a newsgroup, there may be a performance penalty
18625 incurred when collecting the information necessary to check a Pattern.
18626 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18627 For example, if you have Index Line Coloring rules that have Score Intervals
18628 defined then the scores for all the visible messages will need to be calculated.
18629 If some of your Scoring rules have 
18630 a Current Folder Type of
18631 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
18632 screen to draw more slowly when in a newsgroup.
18634 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18635 for more information on Patterns.
18637 Look <A HREF="h_edit_nav_cmds">here</A>
18638 to see the available Editing and Navigation commands.
18640 &lt;End of help on this topic&gt;
18641 </BODY>
18642 </HTML>
18643 ======= h_config_other_fldr_type =======
18644 <HTML>
18645 <HEAD>
18646 <TITLE>Current Folder Type Explained</TITLE>
18647 </HEAD>
18648 <BODY>
18649 <H1>Current Folder Type Explained</H1>
18651 The Current Folder Type is part of the rule's Pattern.
18652 It refers to the type of the folder being viewed.
18653 In order for a rule to be considered a match, the current folder must
18654 be of the type you set here.
18655 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18656 all what you might think.
18658 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18659 example, then
18660 that Pattern will only match if the current folder is a newsgroup.
18661 The value &quot;Specific&quot; may be used when you want to limit the match
18662 to a specific folder (not just a specific type of folder), or to a list of
18663 specific folders.
18665 In order to match a specific folder you Select the &quot;Specific&quot;
18666 button <EM>AND</EM> fill in
18667 the name (or list of names) of
18668 the folder in the &quot;Folder List&quot; field.
18669 If the current folder is any of the folders in the list, that is considered
18670 a match.
18671 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18672 of the folder (like what appears in your configuration file) or, if the
18673 folder is one of your incoming folders, it may be the nickname you've given
18674 the folder.
18675 Here are a couple samples of specific folder names:
18677 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18679 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18681 The easiest way to fill in the &quot;Folder List&quot; field is to use
18682 the T command that is available when the &quot;Folder List&quot; line is
18683 highlighted.
18684 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18685 Current Folder Type is set to &quot;Specific&quot;, and any value that
18686 &quot;Folder List&quot; has is ignored unless the type
18687 is set to &quot;Specific&quot;.
18689 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18690 for more information on Patterns.
18692 Look <A HREF="h_edit_nav_cmds">here</A>
18693 to see the available Editing and Navigation commands.
18695 &lt;End of help on this topic&gt;
18696 </BODY>
18697 </HTML>
18698 ======= h_config_incol_fldr_type =======
18699 <HTML>
18700 <HEAD>
18701 <TITLE>Current Folder Type Explained</TITLE>
18702 </HEAD>
18703 <BODY>
18704 <H1>Current Folder Type Explained</H1>
18706 The Current Folder Type is part of the Line Coloring rule's Pattern.
18707 It refers to the type of the folder for which the MESSAGE INDEX is
18708 being viewed.
18709 In order for a rule to be considered a match, the current folder must
18710 be of the type you set here.
18711 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18712 all what you might think.
18714 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18715 example, then
18716 that Pattern will only match if the current folder is a newsgroup and
18717 the rest of the Pattern matches.
18718 The value &quot;Specific&quot; may be used when you want to limit the match
18719 to a specific folder (not just a specific type of folder), or to a list of
18720 specific folders.
18722 In order to match a specific folder you Select the &quot;Specific&quot;
18723 button <EM>AND</EM> fill in
18724 the name (or list of names) of
18725 the folder in the &quot;Folder List&quot; field.
18726 If the current folder is any of the folders in the list, that is considered
18727 a match.
18728 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18729 of the folder (like what appears in your configuration file) or, if the
18730 folder is one of your incoming folders, it may be the nickname you've given
18731 the folder.
18732 Here are a couple samples of specific folder names:
18734 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18736 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18738 The easiest way to fill in the &quot;Folder List&quot; field is to use
18739 the T command that is available when the &quot;Folder List&quot; line is
18740 highlighted.
18741 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18742 Current Folder Type is set to &quot;Specific&quot;, and any value that
18743 &quot;Folder List&quot; has is ignored unless the type
18744 is set to &quot;Specific&quot;.
18746 When reading a newsgroup, there may be a performance penalty
18747 incurred when collecting the information necessary to check a Pattern.
18748 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18749 For example, a rule with a non-Normal Index Line Color
18750 and a Current Folder Type of
18751 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
18752 screen to draw more slowly when in a newsgroup.
18754 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18755 for more information on Patterns.
18757 Look <A HREF="h_edit_nav_cmds">here</A>
18758 to see the available Editing and Navigation commands.
18760 &lt;End of help on this topic&gt;
18761 </BODY>
18762 </HTML>
18763 ======= h_config_filt_fldr_type =======
18764 <HTML>
18765 <HEAD>
18766 <TITLE>Current Folder Type Explained</TITLE>
18767 </HEAD>
18768 <BODY>
18769 <H1>Current Folder Type Explained</H1>
18771 The Current Folder Type is part of the Filtering rule's Pattern.
18772 It refers to the type of the folder for which the filtering is being done.
18773 In order for a rule to be considered a match, the current folder must
18774 be of the type you set here.
18775 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
18776 all what you might think.
18778 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
18779 example, then
18780 that Pattern will only match if the current folder is a newsgroup and
18781 the rest of the Pattern matches.
18782 The value &quot;Specific&quot; may be used when you want to limit the match
18783 to a specific folder (not just a specific type of folder), or to a list of
18784 specific folders.
18786 In order to match a specific folder you Select the &quot;Specific&quot;
18787 button <EM>AND</EM> fill in
18788 the name (or list of names) of
18789 the folder in the &quot;Folder List&quot; field.
18790 If the current folder is any of the folders in the list, that is considered
18791 a match.
18792 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
18793 of the folder (like what appears in your configuration file) or, if the
18794 folder is one of your incoming folders, it may be the nickname you've given
18795 the folder.
18796 Here are a couple samples of specific folder names:
18798 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
18800 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
18802 The easiest way to fill in the &quot;Folder List&quot; field is to use
18803 the T command that is available when the &quot;Folder List&quot; line is
18804 highlighted.
18805 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
18806 Current Folder Type is set to &quot;Specific&quot;, and any value that
18807 &quot;Folder List&quot; has is ignored unless the type
18808 is set to &quot;Specific&quot;.
18810 When reading a newsgroup, there may be a performance penalty
18811 incurred when collecting the information necessary to check a Pattern.
18812 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
18813 For example, a rule with a Current Folder Type of either
18814 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
18815 more slowly when opening a newsgroup.
18817 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18818 for more information on Patterns.
18820 Look <A HREF="h_edit_nav_cmds">here</A>
18821 to see the available Editing and Navigation commands.
18823 &lt;End of help on this topic&gt;
18824 </BODY>
18825 </HTML>
18826 ======= h_config_role_stat_imp =======
18827 <HTML>
18828 <HEAD>
18829 <TITLE>Message Important Status Explained</TITLE>
18830 </HEAD>
18831 <BODY>
18832 <H1>Message Important Status Explained</H1>
18834 This part of the Pattern may have one of three possible values.
18835 The default value is &quot;Don't care&quot;, which matches any message.
18836 The other two values are &quot;Yes&quot;, which means the message must be
18837 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
18838 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
18839 to be a match.
18841 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18842 for more information on Patterns.
18844 Look <A HREF="h_edit_nav_cmds">here</A>
18845 to see the available Editing and Navigation commands.
18847 &lt;End of help on this topic&gt;
18848 </BODY>
18849 </HTML>
18850 ======= h_config_role_stat_new =======
18851 <HTML>
18852 <HEAD>
18853 <TITLE>Message New Status Explained</TITLE>
18854 </HEAD>
18855 <BODY>
18856 <H1>Message New Status Explained</H1>
18858 This part of the Pattern may have one of three possible values.
18859 The default value is &quot;Don't care&quot;, which matches any message.
18860 The other two values are &quot;Yes&quot;, which means the message must be
18861 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
18862 means the message must <EM>not</EM> be &quot;New&quot; in order
18863 to be a match.
18864 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
18865 same as <EM>Seen</EM>.
18867 The nomenclature for New and Recent is a bit confusing:
18869 New means that the message is Unseen.
18870 It could have been in your mailbox for a long time but if you haven't looked
18871 at it, it is still considered New.
18872 That matches the default Alpine index display that shows an N for such a
18873 message.
18875 Recent means that the message was added to this folder since the last time
18876 you opened the folder.
18877 Alpine also shows an N by default for these types of messages.
18878 If you were to run two copies of Alpine that opened a folder one right after
18879 the other, a message would only show up as Recent in (at most) the first
18880 Alpine session.
18882 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18883 for more information on Patterns.
18885 Look <A HREF="h_edit_nav_cmds">here</A>
18886 to see the available Editing and Navigation commands.
18888 &lt;End of help on this topic&gt;
18889 </BODY>
18890 </HTML>
18891 ======= h_config_role_stat_recent =======
18892 <HTML>
18893 <HEAD>
18894 <TITLE>Message Recent Status Explained</TITLE>
18895 </HEAD>
18896 <BODY>
18897 <H1>Message Recent Status Explained</H1>
18899 This part of the Pattern may have one of three possible values.
18900 The default value is &quot;Don't care&quot;, which matches any message.
18901 The other two values are &quot;Yes&quot;, which means the message must be
18902 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
18903 means the message must <EM>not</EM> be &quot;Recent&quot; in order
18904 to be a match.
18905 &quot;Recent&quot; means that the message was added to the folder since
18906 the last time the folder was opened.
18907 If more than one mail client has the folder opened, the message will
18908 appear to be &quot;Recent&quot; to only one of the clients.
18910 The nomenclature for New and Recent is a bit confusing:
18912 New means that the message is Unseen.
18913 It could have been in your mailbox for a long time but if you haven't looked
18914 at it, it is still considered New.
18915 That matches the default Alpine index display that shows an N for such a
18916 message.
18918 Recent means that the message was added to this folder since the last time
18919 you opened the folder.
18920 Alpine also shows an N by default for these types of messages.
18921 If you were to run two copies of Alpine that opened a folder one right after
18922 the other, a message would only show up as Recent in (at most) the first
18923 Alpine session.
18925 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18926 for more information on Patterns.
18928 Look <A HREF="h_edit_nav_cmds">here</A>
18929 to see the available Editing and Navigation commands.
18931 &lt;End of help on this topic&gt;
18932 </BODY>
18933 </HTML>
18934 ======= h_config_role_stat_del =======
18935 <HTML>
18936 <HEAD>
18937 <TITLE>Message Deleted Status Explained</TITLE>
18938 </HEAD>
18939 <BODY>
18940 <H1>Message Deleted Status Explained</H1>
18942 This part of the Pattern may have one of three possible values.
18943 The default value is &quot;Don't care&quot;, which matches any message.
18944 The other two values are &quot;Yes&quot;, which means the message must be
18945 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
18946 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
18947 to be a match.
18949 If you are thinking of using this part of the Pattern as a way to prevent
18950 messages from being filtered more than once in a Filter Pattern,
18951 take a look at the Filter Option
18952 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
18953 instead.
18954 It should work better than using this field since it will hide the filtered
18955 messages even if they are already Deleted.
18956 That option is at the bottom of the Filter configuration screen.
18958 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18959 for more information on Patterns.
18961 Look <A HREF="h_edit_nav_cmds">here</A>
18962 to see the available Editing and Navigation commands.
18964 &lt;End of help on this topic&gt;
18965 </BODY>
18966 </HTML>
18967 ======= h_config_role_stat_ans =======
18968 <HTML>
18969 <HEAD>
18970 <TITLE>Message Answered Status Explained</TITLE>
18971 </HEAD>
18972 <BODY>
18973 <H1>Message Answered Status Explained</H1>
18975 This part of the Pattern may have one of three possible values.
18976 The default value is &quot;Don't care&quot;, which matches any message.
18977 The other two values are &quot;Yes&quot;, which means the message must be
18978 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
18979 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
18980 to be a match.
18982 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18983 for more information on Patterns.
18985 Look <A HREF="h_edit_nav_cmds">here</A>
18986 to see the available Editing and Navigation commands.
18988 &lt;End of help on this topic&gt;
18989 </BODY>
18990 </HTML>
18991 ======= h_config_role_abookfrom =======
18992 <HTML>
18993 <HEAD>
18994 <TITLE>Address in Address Book Explained</TITLE>
18995 </HEAD>
18996 <BODY>
18997 <H1>Address in Address Book Explained</H1>
18999 This option gives you a way to match messages that contain an address
19000 that is in one of your address books.
19001 Only the simple entries in your address books are searched.
19002 Address book distribution lists are ignored!
19004 This part of the Pattern may have one of five possible values.
19005 The default value is &quot;Don't care&quot;, which matches any message.
19006 The value &quot;Yes, in any address book&quot; means at least one of the addresses
19007 from the message must be in at least one of your
19008 address books in order to be a match.
19009 The value &quot;No, not in any address book&quot;
19010 means none of the addresses may
19011 be in any of your address books in order to be a match.
19013 The values &quot;Yes, in specific address books&quot; and
19014 &quot;No, not in any of specific address books&quot; are similar but instead
19015 of depending on all address books you are allowed to give a list of address
19016 books to look in.
19017 Usually this would be a single address book but it may be a
19018 list of address books as well.
19019 For each of these &quot;specific&quot; address book options you Select which
19020 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
19021 name (or list of names) of the address book in the
19022 &quot;Abook List&quot; field.
19023 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
19024 The easiest way to fill in the Abook List field it to use
19025 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
19026 line is highlighted.
19027 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
19028 option is set to one of the two &quot;Specific&quot;, values.
19030 The addresses from the message that are checked for are determined by the
19031 setting you have for &quot;Types of addresses to check for in address book&quot;.
19032 If you set this to &quot;From&quot; the From address from the message will
19033 be looked up in the address book.
19034 If you set it to &quot;To&quot; instead then the To addresses will be used.
19035 If any of the To addresses are in the address book then it is considered
19036 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
19037 You could set it to both From and To, in which case all of the From and To
19038 addresses are used.
19039 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
19040 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
19041 exists or the From address if there is no Reply-To address.
19042 Same for the Sender address.
19044 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19045 for more information on Patterns.
19047 Look <A HREF="h_edit_nav_cmds">here</A>
19048 to see the available Editing and Navigation commands.
19050 &lt;End of help on this topic&gt;
19051 </BODY>
19052 </HTML>
19053 ======= h_config_inabook_from =======
19054 <HTML>
19055 <HEAD>
19056 <TITLE>From</TITLE>
19057 </HEAD>
19058 <BODY>
19059 <H1>From</H1>
19061 Setting the From line will cause the address from the From header line
19062 of the message to be checked for in the address book.
19064 &lt;End of help on this topic&gt;
19065 </BODY>
19066 </HTML>
19067 ======= h_config_inabook_replyto =======
19068 <HTML>
19069 <HEAD>
19070 <TITLE>Reply-To</TITLE>
19071 </HEAD>
19072 <BODY>
19073 <H1>Reply-To</H1>
19075 Setting the Reply-To line will cause the address from the Reply-To header line
19076 of the message to be checked for in the address book.
19077 However, if there is no Reply-To header line in the message the From header
19078 line will be used instead.
19079 We understand this is dumb but we don't have an easy way around it.
19081 &lt;End of help on this topic&gt;
19082 </BODY>
19083 </HTML>
19084 ======= h_config_inabook_sender =======
19085 <HTML>
19086 <HEAD>
19087 <TITLE>Sender</TITLE>
19088 </HEAD>
19089 <BODY>
19090 <H1>Sender</H1>
19092 Setting the Sender line will cause the address from the Sender header line
19093 of the message to be checked for in the address book.
19094 However, if there is no Sender header line in the message the From header
19095 line will be used instead.
19096 We understand this is dumb but we don't have an easy way around it.
19098 &lt;End of help on this topic&gt;
19099 </BODY>
19100 </HTML>
19101 ======= h_config_inabook_to =======
19102 <HTML>
19103 <HEAD>
19104 <TITLE>To</TITLE>
19105 </HEAD>
19106 <BODY>
19107 <H1>To</H1>
19109 Setting the To line will cause the address from the To header line
19110 of the message to be checked for in the address book.
19112 &lt;End of help on this topic&gt;
19113 </BODY>
19114 </HTML>
19115 ======= h_config_inabook_cc =======
19116 <HTML>
19117 <HEAD>
19118 <TITLE>CC</TITLE>
19119 </HEAD>
19120 <BODY>
19121 <H1>CC</H1>
19123 Setting the CC line will cause the address from the CC header line
19124 of the message to be checked for in the address book.
19126 &lt;End of help on this topic&gt;
19127 </BODY>
19128 </HTML>
19129 ======= h_config_role_stat_8bitsubj =======
19130 <HTML>
19131 <HEAD>
19132 <TITLE>Raw 8-bit in Subject Explained</TITLE>
19133 </HEAD>
19134 <BODY>
19135 <H1>Raw 8-bit in Subject Explained</H1>
19137 It seems that lots of unwanted email contains unencoded 8-bit characters
19138 in the Subject.
19139 Normally, characters with the 8th bit set are not allowed in the Subject
19140 header unless they are MIME-encoded.
19141 This option gives you a way to match messages that have Subjects that
19142 contain unencoded 8-bit characters.
19144 This part of the Pattern may have one of three possible values.
19145 The default value is &quot;Don't care&quot;, which matches any message.
19146 The other two values are &quot;Yes&quot;, which means the Subject of
19147 the message must contain unencoded 8-bit characters (characters with the
19148 most significant bit set)
19149 in order to be a match; or &quot;No&quot;, which
19150 means the Subject must <EM>not</EM>
19151 contain unencoded 8-bit characters in order to be a match.
19153 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19154 for more information on Patterns.
19156 Look <A HREF="h_edit_nav_cmds">here</A>
19157 to see the available Editing and Navigation commands.
19159 &lt;End of help on this topic&gt;
19160 </BODY>
19161 </HTML>
19162 ======= h_config_role_bom =======
19163 <HTML>
19164 <HEAD>
19165 <TITLE>Beginning of Month</TITLE>
19166 </HEAD>
19167 <BODY>
19168 <H1>Beginning of Month</H1>
19170 This option gives you a limited ability to take different actions depending on whether
19171 this is the first time Alpine has been run this month or not.
19172 Though it would be nice to have such an option available, this is not the
19173 same as whether or not this is the first time a particular folder has been
19174 opened this month.
19175 If you want some action (probably Filtering) to take place in a folder each
19176 month, then you will need to be sure that the folder is opened during the
19177 first Alpine session of the month in order for this option to be helpful.
19179 This part of the Pattern may have one of three possible values.
19180 The default value is &quot;Don't care&quot;, which matches any message.
19181 The other two values are &quot;Yes&quot;, which means this is the first
19182 time Alpine has been run this month;
19183 or &quot;No&quot;, which
19184 means this is not the first time Alpine has been run this month.
19186 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19187 for more information on Patterns.
19189 Here are some technical details.
19190 The way that Alpine decides if it is the beginning of the month or not is
19191 to compare today's date with the date stored in the
19192 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
19193 variable in the config file.
19194 If the month of today's date is later than the month stored in the variable,
19195 then this is considered to be the first time you have run Alpine this month, and
19196 that turns the Beginning of the Month option on.
19198 Look <A HREF="h_edit_nav_cmds">here</A>
19199 to see the available Editing and Navigation commands.
19201 &lt;End of help on this topic&gt;
19202 </BODY>
19203 </HTML>
19204 ======= h_config_role_boy =======
19205 <HTML>
19206 <HEAD>
19207 <TITLE>Beginning of Year</TITLE>
19208 </HEAD>
19209 <BODY>
19210 <H1>Beginning of Year</H1>
19212 This option gives you a limited ability to take different actions depending on whether
19213 this is the first time Alpine has been run this year or not.
19214 Though it would be nice to have such an option available, this is not the
19215 same as whether or not this is the first time a particular folder has been
19216 opened this year.
19217 If you want some action (probably Filtering) to take place in a folder each
19218 year, then you will need to be sure that the folder is opened during the
19219 first Alpine session of the year in order for this option to be helpful.
19221 This part of the Pattern may have one of three possible values.
19222 The default value is &quot;Don't care&quot;, which matches any message.
19223 The other two values are &quot;Yes&quot;, which means this is the first
19224 time Alpine has been run this year;
19225 or &quot;No&quot;, which
19226 means this is not the first time Alpine has been run this year.
19228 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19229 for more information on Patterns.
19231 Here are some technical details.
19232 The way that Alpine decides if it is the beginning of the year or not is
19233 to compare today's date with the date stored in the
19234 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
19235 variable in the config file.
19236 If the year of today's date is later than the year stored in the variable,
19237 then this is considered to be the first time you have run Alpine this year, and
19238 that turns the Beginning of the Year option on.
19240 Look <A HREF="h_edit_nav_cmds">here</A>
19241 to see the available Editing and Navigation commands.
19243 &lt;End of help on this topic&gt;
19244 </BODY>
19245 </HTML>
19246 ======= h_config_role_inick =======
19247 <HTML>
19248 <HEAD>
19249 <TITLE>Initialize Values From Role Explained</TITLE>
19250 </HEAD>
19251 <BODY>
19252 <H1>Initialize Values From Role Explained</H1>
19254 This is a power user feature.
19255 You will usually want to leave this field empty.
19256 The value of this field is the nickname of another one of your roles.
19257 The Action values from that other role
19258 are used as the initial values of the Action items for this role.
19259 If you put something in any of the action fields for this role, that will
19260 override whatever was in the corresponding field of the initializer role.
19262 You might use this field if the &quot;Action&quot; part of one of your roles
19263 is something you want to use in more than one role.
19264 Instead of filling in those action values again for each role, you
19265 may give the nickname of the role where the values are filled in.
19266 It's just a shortcut way to define Role Actions.
19268 Here's an example to help explain how this works.
19269 Suppose you have a role with nickname &quot;role1&quot; and role1 has
19270 (among other things)
19272 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
19274 set.
19275 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
19276 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
19277 from role1 by default (and any of the other inheritable action values
19278 that are set).
19279 So if role2 had
19281 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
19283 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
19284 However, if role2 had
19286 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
19288 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
19290 If you wish,
19291 you may choose a nickname from your list of roles by using the
19292 &quot;T&quot; command.
19293 If the role you are using to initialize also has a role it initializes from,
19294 then that initialization happens first.
19295 That is, inheritance works as expected with the grandparent and
19296 great-grandparent (and so on) roles having the expected effect.
19298 Look <A HREF="h_edit_nav_cmds">here</A>
19299 to see the available Editing and Navigation commands.
19301 &lt;End of help on this topic&gt;
19302 </BODY>
19303 </HTML>
19304 ======= h_config_role_setfrom =======
19305 <HTML>
19306 <HEAD>
19307 <TITLE>Set From Explained</TITLE>
19308 </HEAD>
19309 <BODY>
19310 <H1>Set From Explained</H1>
19312 This describes part of the action to be taken if the Pattern for this
19313 role is a match.
19314 This field consists of a single address that will be used as the From
19315 address on the message you are sending.
19316 This should be a fully-qualified address like
19318 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
19320 or just
19322 <CENTER><SAMP>user@domain</SAMP></CENTER>
19324 If you wish,
19325 you may choose an address from your address book with the
19326 &quot;T&quot; command.
19328 If this is left blank, then your normal From address will be used.
19330 You may also find it useful to add the changed From address to the
19331 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
19332 configuration option.
19334 Look <A HREF="h_edit_nav_cmds">here</A>
19335 to see the available Editing and Navigation commands.
19337 &lt;End of help on this topic&gt;
19338 </BODY>
19339 </HTML>
19340 ======= h_config_role_setreplyto =======
19341 <HTML>
19342 <HEAD>
19343 <TITLE>Set Reply-To Explained</TITLE>
19344 </HEAD>
19345 <BODY>
19346 <H1>Set Reply-To Explained</H1>
19348 This describes part of the action to be taken if the Pattern for this
19349 role is a match.
19350 This field consists of a single address that will be used as the Reply-To
19351 address on the message you are sending.
19352 This may be a fully-qualified address like
19354 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
19356 or just
19358 <CENTER><SAMP>user@domain</SAMP></CENTER>
19360 If you wish,
19361 you may choose an address from your address book with the
19362 &quot;T&quot; command.
19364 If this is left blank, then there won't be a Reply-To address unless
19365 you have configured one specially with the
19366 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
19367 configuration option.
19369 Look <A HREF="h_edit_nav_cmds">here</A>
19370 to see the available Editing and Navigation commands.
19372 &lt;End of help on this topic&gt;
19373 </BODY>
19374 </HTML>
19375 ======= h_config_role_setfcc =======
19376 <HTML>
19377 <HEAD>
19378 <TITLE>Set Fcc Explained</TITLE>
19379 </HEAD>
19380 <BODY>
19381 <H1>Set Fcc Explained</H1>
19383 This describes part of the action to be taken if the Pattern for this
19384 role is a match.
19385 This field consists of a single folder name that will be used in
19386 the Fcc field of the message you are sending.
19387 You may put anything here that you would normally type into the Fcc
19388 field from the composer.
19390 In addition, an fcc of &quot;&quot; (two double quotation marks) means
19391 no Fcc.
19393 A blank field here means that Alpine will use its normal rules for deciding
19394 the default value of the Fcc field.
19395 For many roles, perhaps most, it may make more sense for you to use the
19396 other Alpine facilities for setting the Fcc.
19397 In particular, if you want the Fcc to depend on who you are sending the
19398 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
19399 is probably more useful.
19400 In that case, you would want to leave the Fcc field here blank.
19401 However, if you have a role that depends on who the message you are replying
19402 to was From, or what address that message was sent to;
19403 then it might make sense to set the Fcc for that role here.
19405 If you wish,
19406 you may choose a folder from your folder collections by using the
19407 &quot;T&quot; command.
19409 Look <A HREF="h_edit_nav_cmds">here</A>
19410 to see the available Editing and Navigation commands.
19412 &lt;End of help on this topic&gt;
19413 </BODY>
19414 </HTML>
19415 ======= h_config_role_usesmtp =======
19416 <HTML>
19417 <HEAD>
19418 <TITLE>Use SMTP Server Explained</TITLE>
19419 </HEAD>
19420 <BODY>
19421 <H1>Use SMTP Server Explained</H1>
19423 This describes part of the action to be taken if the Pattern for this
19424 role is a match.
19425 If this field has a value, then it will be used as the SMTP server
19426 to send mail when this role is being used (unless the SMTP server variable
19427 is set in the system-wide fixed configuration file).
19428 It has the same semantics as the
19429 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
19430 variable in the Setup/Config screen.
19432 If you are using this to post from home when you are at home and from
19433 work when you are at work you need to be careful about postponing messages.
19434 When you postpone a composition that was using a role with this variable
19435 set, the SMTP server list will be saved
19436 with the postponed composition.
19437 It cannot be changed later.
19438 Because of this, you may want to make this a list of SMTP servers
19439 with the preferred server at the front of the list and alternate servers
19440 later in the list.
19441 In your &quot;Home&quot; role you would put the home SMTP server first and
19442 the work SMTP server last.
19443 In your &quot;Work&quot; role you would put the work SMTP server first and
19444 the home SMTP server last.
19445 Then if you start a composition as &quot;Work&quot;, postpone
19446 it, and then later resume it from home the work SMTP server will fail but
19447 the home SMTP server later in the list will succeed.
19449 You may be able to simplify things by making the regular
19450 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
19451 variable in the Setup/Config screen a list instead of using roles
19452 to set the SMTP server.
19455 Look <A HREF="h_edit_nav_cmds">here</A>
19456 to see the available Editing and Navigation commands.
19458 &lt;End of help on this topic&gt;
19459 </BODY>
19460 </HTML>
19461 ======= h_config_role_usenntp =======
19462 <HTML>
19463 <HEAD>
19464 <TITLE>Use NNTP Server Explained</TITLE>
19465 </HEAD>
19466 <BODY>
19467 <H1>Use NNTP Server Explained</H1>
19469 This describes part of the action to be taken if the Pattern for this
19470 role is a match.
19471 If this field has a value, then it will be used as the NNTP server
19472 to post to newsgroups when this role is being used (unless the NNTP server
19473 variable
19474 is set in the system-wide fixed configuration file).
19475 It has the same semantics as the
19476 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
19477 variable in the Setup/Config screen.
19479 This role setting can facilitate posting to the right nntp server for someone
19480 who reads news from various news sources.  The feature
19481 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
19482 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
19483 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
19484 nntp servers for roles may be more desirable for some people.
19486 If you are using this to post from home when you are at home and from
19487 work when you are at work you need to be careful about postponing messages.
19488 When you postpone a composition that was using a role with this variable
19489 set, the NNTP server list will be saved
19490 with the postponed composition.
19491 It cannot be changed later.
19492 Because of this, you may want to make this a list of NNTP servers
19493 with the preferred server at the front of the list and alternate servers
19494 later in the list.
19495 In your &quot;Home&quot; role you would put the home NNTP server first and
19496 the work NNTP server last.
19497 In your &quot;Work&quot; role you would put the work NNTP server first and
19498 the home NNTP server last.
19499 Then if you start a composition as &quot;Work&quot;, postpone
19500 it, and then later resume it from home the work NNTP server will fail but
19501 the home NNTP server later in the list will succeed.
19503 You may be able to simplify things by making the regular
19504 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
19505 variable in the Setup/Config screen a list instead of using roles
19506 to set the NNTP server.
19509 Look <A HREF="h_edit_nav_cmds">here</A>
19510 to see the available Editing and Navigation commands.
19512 &lt;End of help on this topic&gt;
19513 </BODY>
19514 </HTML>
19515 ======= h_config_role_setotherhdr =======
19516 <HTML>
19517 <HEAD>
19518 <TITLE>Set Other Headers Explained</TITLE>
19519 </HEAD>
19520 <BODY>
19521 <H1>Set Other Headers Explained</H1>
19523 This describes part of the action to be taken if the Pattern for this
19524 role is a match.
19525 This field gives you a way to set values for headers besides
19526 &quot;From&quot; and &quot;Reply-To&quot;.
19527 If you want to set either of those, use the specific
19528 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
19530 This field is similar to the
19531 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
19532 Each header you specify here must include the header tag 
19533 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
19534 and may optionally include a value for that header.
19535 In order to see these headers when you compose using this role you 
19536 must use the rich header
19537 <!--chtml if pinemode="function_key"-->(F5)
19538 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
19539 Here's an example that shows how you might set the To address.
19541 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
19543 Headers set in this way are different from headers set with the
19544 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
19545 will replace any value that already exists.
19546 For example, if you are Replying to a message there will already be at
19547 least one address in the To header (the address you are Replying to).
19548 However, if you Reply using a role that sets the To header, that role's
19549 To header value will be used instead.
19551 Limitation: Because commas are used to separate the list of
19552 Other Headers, it is not possible to have the value of a
19553 header contain a comma;
19554 nor is there currently an &quot;escape&quot; mechanism provided
19555 to make this work.
19557 Look <A HREF="h_edit_nav_cmds">here</A>
19558 to see the available Editing and Navigation commands.
19560 &lt;End of help on this topic&gt;
19561 </BODY>
19562 </HTML>
19563 ======= h_config_role_setlitsig =======
19564 <HTML>
19565 <HEAD>
19566 <TITLE>Set Literal Signature Explained</TITLE>
19567 </HEAD>
19568 <BODY>
19569 <H1>Set Literal Signature Explained</H1>
19571 This describes part of the action to be taken if the Pattern for this
19572 role is a match.
19573 This field contains the actual text for your signature, as opposed to
19574 the name of a file containing your signature.
19575 If this is defined it takes precedence over any value set in the
19576 &quot;Set Signature&quot; field.
19578 This is simply a different way to store the signature.
19579 The signature is stored inside your Alpine configuration file instead of in
19580 a separate file.
19581 Tokens work the same way they do with
19582 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
19583 help text there for more information.
19586 The two character sequence &#92;n (backslash followed by
19587 the character n) will be used to signify a line-break in your signature.
19588 You don't have to enter the &#92;n, but it will be visible in the
19589 CHANGE THIS ROLE RULE window after you are done editing the signature.
19591 Look <A HREF="h_edit_nav_cmds">here</A>
19592 to see the available Editing and Navigation commands.
19594 &lt;End of help on this topic&gt;
19595 </BODY>
19596 </HTML>
19597 ======= h_config_role_setsig =======
19598 <HTML>
19599 <HEAD>
19600 <TITLE>Set Signature Explained</TITLE>
19601 </HEAD>
19602 <BODY>
19603 <H1>Set Signature Explained</H1>
19605 This describes part of the action to be taken if the Pattern for this
19606 role is a match.
19608 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
19609 option from Setup/Config
19610 or the &quot;Set LiteralSig&quot; option for this role are defined,
19611 then this option will be ignored.
19612 You can tell that that is the case because the value of this
19613 option will show up as
19615 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
19617 You may either use all Literal Signatures (signatures stored in your
19618 configuration file) throughout Alpine, or all signature files.
19619 You can't mix the two.
19621 This field consists of a filename that will be used as the signature
19622 file when using this role.
19624 If the filename is followed by a vertical bar (|) then instead
19625 of reading the contents of the file the file is assumed to be a
19626 program that will produce the text to be used on its standard output.
19627 The program can't have any arguments and doesn't receive any input from Alpine,
19628 but the rest of the processing works as if the contents came from a file.
19630 Instead of storing the data in a local file, the
19631 signature data may be stored remotely in an IMAP folder.
19632 In order to do this, 
19633 you must use a remote name for the signature.
19634 A remote signature name might look like:
19636 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
19639 The syntax used here is the same as the syntax used for a remote
19640 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
19641 Note that you may not access an existing signature file remotely,
19642 you have to create a new <EM>folder</EM> that contains the signature data.
19643 If the name you use here for the signature data is a remote name, then when
19644 you edit the file using the &quot;F&quot; command the data will
19645 be saved remotely in the folder.
19646 You aren't required to do anything special to create the folder, it
19647 gets created if you use a remote name.
19650 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
19651 the name of the file) you have specified.
19652 If you type &quot;T&quot; you may use a browser to choose an existing filename.
19654 Besides containing regular text, a signature file may also
19655 contain (or a signature program may produce) tokens that are replaced with text
19656 that depends on the message you are replying to or forwarding.
19657 The tokens all look like _word_ (a word surrounded by underscores).
19658 For example, if the token
19660 <CENTER><SAMP>_DATE_</SAMP></CENTER>
19662 is included in the text of the signature file, then when you reply to
19663 or forward a message, the token will be replaced with the actual date
19664 the message you are replying to or forwarding was sent.
19666 If you use a role that has a signature file for a plain composition
19667 (that is, not a reply or forward) then there is no original message, so
19668 any tokens that depend on the message will be replaced with nothing.
19669 So if you want a signature file to be useful for new compositions it
19670 shouldn't include any of the tokens that depend on the message being
19671 replied to or forwarded.
19673 The list of available tokens is
19674 <A HREF="h_index_tokens">here</A>.
19676 Actually, for the adventurous, there is a way to conditionally include text based
19677 on whether or not a token would result in specific replacement text.
19678 For example, you could include some text based on whether or not
19679 the _NEWS_ token would result in any newsgroups if it was used.
19680 It's explained in detail
19681 <A HREF="h_reply_token_conditionals">here</A>.
19683 In the very unlikely event that you want to include a literal token in
19684 a signature file, you must precede it with a backslash character.
19685 For example, to include the literal text _DATE_ you must actually use
19686 &#92;_DATE_.
19687 It is not possible to have a literal backslash followed by an expanded token.
19689 A blank field here means that Alpine will use its normal rules for deciding
19690 which file (if any) to use for the signature file.
19692 An alternate method for storing the signature is available in
19693 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
19695 Look <A HREF="h_edit_nav_cmds">here</A>
19696 to see the available Editing and Navigation commands.
19698 &lt;End of help on this topic&gt;
19699 </BODY>
19700 </HTML>
19701 ======= h_config_role_settempl =======
19702 <HTML>
19703 <HEAD>
19704 <TITLE>Set Template Explained</TITLE>
19705 </HEAD>
19706 <BODY>
19707 <H1>Set Template Explained</H1>
19709 This describes part of the action to be taken if the Pattern for this
19710 role is a match.
19711 This field consists of a filename that will be used as the template
19712 file when using this role.
19713 The template file is a file that is included at the top of the message you
19714 are composing.
19716 If the filename is followed by a vertical bar (|) then instead
19717 of reading the contents of the file the file is assumed to be a
19718 program that will produce the text to be used on its standard output.
19719 The program can't have any arguments and doesn't receive any input from Alpine,
19720 but the rest of the processing works as if the contents came from a file.
19722 Instead of storing the data in a local file, the
19723 template may be stored remotely in an IMAP folder.
19724 In order to do this, 
19725 you must use a remote name for the template.
19726 A remote template name might look like:
19728 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
19731 The syntax used here is the same as the syntax used for a remote
19732 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
19733 Note that you may not access an existing template file remotely,
19734 you have to create a new <EM>folder</EM> that contains the template data.
19735 If the name you use here for the template is a remote name, then when
19736 you edit the file using the &quot;F&quot; command the data will
19737 be saved remotely in the folder.
19738 You aren't required to do anything special to create the folder, it
19739 gets created if you use a remote name.
19741 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
19742 the name of the file) you have specified.
19743 If you type &quot;T&quot; you may use a browser to choose an existing filename.
19745 Besides containing regular text, the template file may also
19746 contain (or a template file program may produce) tokens that are replaced with text
19747 that depends on the message you are replying to or forwarding.
19748 The tokens all look like _word_ (a word surrounded by underscores).
19749 For example, if the token
19751 <CENTER><SAMP>_DATE_</SAMP></CENTER>
19753 is included in the text of the template file, then when you reply to
19754 or forward a message, the token will be replaced with the actual date
19755 the message you are replying to or forwarding was sent.
19757 If you use a role that has a template file for a plain composition
19758 (that is, not a reply or forward) then there is no original message, so
19759 any tokens that depend on the message will be replaced with nothing.
19760 So if you want a template file to be useful for new compositions it
19761 shouldn't include any of the tokens that depend on the message being
19762 replied to or forwarded.
19764 The list of available tokens is
19765 <A HREF="h_index_tokens">here</A>.
19767 Actually, for the adventurous, there is a way to conditionally include text based
19768 on whether or not a token would result in specific replacement text.
19769 For example, you could include some text based on whether or not
19770 the _NEWS_ token would result in any newsgroups if it was used.
19771 It's explained in detail
19772 <A HREF="h_reply_token_conditionals">here</A>.
19774 In the very unlikely event that you want to include a literal token in
19775 a template file, you must precede it with a backslash character.
19776 For example, to include the literal text _DATE_ you must actually use
19777 &#92;_DATE_.
19778 It is not possible to have a literal backslash followed by an expanded token.
19780 A blank template field means that Alpine will not use a template file when
19781 this role is being used.
19783 Look <A HREF="h_edit_nav_cmds">here</A>
19784 to see the available Editing and Navigation commands.
19786 &lt;End of help on this topic&gt;
19787 </BODY>
19788 </HTML>
19789 ======= h_config_filt_stat_imp =======
19790 <HTML>
19791 <HEAD>
19792 <TITLE>Set Important Status Explained</TITLE>
19793 </HEAD>
19794 <BODY>
19795 <H1>Set Important Status Explained</H1>
19797 This describes part of the action to be taken if the Pattern for this
19798 filter is a match.
19799 If set to &quot;Don't change it&quot; then this does nothing.
19800 If set to &quot;Set this state&quot; then the Important flag is set
19801 for the matching message.
19802 If set to &quot;Clear this state&quot; then the Important flag is cleared
19803 for the matching message.
19804 The important flag usually causes an asterisk to show up in the MESSAGE
19805 INDEX.
19806 It may also be useful when selecting a set of messages
19807 with the Select command.
19809 Look <A HREF="h_edit_nav_cmds">here</A>
19810 to see the available Editing and Navigation commands.
19812 &lt;End of help on this topic&gt;
19813 </BODY>
19814 </HTML>
19815 ======= h_config_filt_stat_new =======
19816 <HTML>
19817 <HEAD>
19818 <TITLE>Set New Status Explained</TITLE>
19819 </HEAD>
19820 <BODY>
19821 <H1>Set New Status Explained</H1>
19823 This describes part of the action to be taken if the Pattern for this
19824 filter is a match.
19825 If set to &quot;Don't change it&quot; then this does nothing.
19826 If set to &quot;Set this state&quot; then the
19827 matching message is marked New.
19828 If set to &quot;Clear this state&quot; then the
19829 matching message is marked Seen.
19831 Look <A HREF="h_edit_nav_cmds">here</A>
19832 to see the available Editing and Navigation commands.
19834 &lt;End of help on this topic&gt;
19835 </BODY>
19836 </HTML>
19837 ======= h_config_filt_stat_ans =======
19838 <HTML>
19839 <HEAD>
19840 <TITLE>Set Answered Status Explained</TITLE>
19841 </HEAD>
19842 <BODY>
19843 <H1>Set Answered Status Explained</H1>
19845 This describes part of the action to be taken if the Pattern for this
19846 filter is a match.
19847 If set to &quot;Don't change it&quot; then this does nothing.
19848 If set to &quot;Set this state&quot; then the Answered flag is set
19849 for the matching message.
19850 If set to &quot;Clear this state&quot; then the Answered flag is cleared
19851 for the matching message.
19853 Look <A HREF="h_edit_nav_cmds">here</A>
19854 to see the available Editing and Navigation commands.
19856 &lt;End of help on this topic&gt;
19857 </BODY>
19858 </HTML>
19859 ======= h_config_filt_stat_del =======
19860 <HTML>
19861 <HEAD>
19862 <TITLE>Set Deleted Status Explained</TITLE>
19863 </HEAD>
19864 <BODY>
19865 <H1>Set Deleted Status Explained</H1>
19867 This describes part of the action to be taken if the Pattern for this
19868 filter is a match.
19869 If set to &quot;Don't change it&quot; then this does nothing.
19870 If set to &quot;Set this state&quot; then the
19871 matching message is marked Deleted.
19872 If set to &quot;Clear this state&quot; then the
19873 matching message is marked UnDeleted.
19875 You should not use this option unless you are prepared to have matching
19876 messages expunged from the folder permanently.
19877 For example, if you type the Expunge command, this filter is applied
19878 before the expunge, so matching messages will be marked Deleted and then
19879 will be permanently expunged from the folder.
19880 However, since the index isn't redrawn in between the time that the message
19881 is marked Deleted and the time that you are asked to expunge, the only
19882 indication that you are expunging the message comes in the number of messages
19883 being expunged.
19884 The same thing may happen when you close a folder.
19885 It is also possible that an expunge not initiated by you will
19886 delete matching messages.
19888 Look <A HREF="h_edit_nav_cmds">here</A>
19889 to see the available Editing and Navigation commands.
19891 &lt;End of help on this topic&gt;
19892 </BODY>
19893 </HTML>
19894 ======= h_config_role_scoreval =======
19895 <HTML>
19896 <HEAD>
19897 <TITLE>Score Value Explained</TITLE>
19898 </HEAD>
19899 <BODY>
19900 <H1>Score Value Explained</H1>
19902 A message's score is the sum of the Score Values from all of the Scoring rules
19903 with Patterns that match the message.
19904 The value you give here is the Score Value associated with this rule.
19905 A Score Value is an integer between -100 and 100, with the default
19906 value of zero.
19908 Alternatively, if the
19909 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
19910 field is defined
19911 (on the line right below the &quot;Score Value&quot; field)
19912 then the &quot;Score Value&quot; is ignored and
19913 the &quot;Score From Header&quot; field is used instead.
19915 Look <A HREF="h_edit_nav_cmds">here</A>
19916 to see the available Editing and Navigation commands.
19918 &lt;End of help on this topic&gt;
19919 </BODY>
19920 </HTML>
19921 ======= h_config_role_scorehdrtok =======
19922 <HTML>
19923 <HEAD>
19924 <TITLE>Score Value From Header Explained</TITLE>
19925 </HEAD>
19926 <BODY>
19927 <H1>Score Value From Header Explained</H1>
19929 This option provides a way to use a number that appears in the headers of your
19930 messages as the message's score, or as a component of that score.
19931 If this field is defined then it is used instead of the &quot;Score Value&quot;.
19932 The idea behind this option is that there may be a score embedded in the
19933 headers of messages that has already been calculated outside of Alpine.
19934 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
19935 somewhere in that header there is a score.
19937 The value for this option is the name of the header followed by parentheses
19938 with two arguments inside:
19940 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
19942 No space is allowed between the comma and the start of the field_separators.
19943 It would be interpreted as the first separator if it was there.
19944 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
19945 starts after that and goes to the second separator, and so on.
19946 It's easier to explain with examples.
19948 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
19950 In the above example the header that is used is the &quot;X-Spam&quot; header.
19951 The value of that header (the part after the colon and the space) is split
19952 into fields separated by spaces.
19954 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
19956 The second field is selected and converted to an integer. It only makes sense
19957 if Field2 really is an integer.
19959 Here's an example of a SpamAssassin header.
19960 The exact look of the header will vary, but if your incoming mail
19961 contains headers that look like the following
19963 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
19965 you might want to use the hits value as a score.
19966 Since the score is an integer value you can't make use of the decimal part of
19967 the number, but
19968 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
19969 and &quot;.&quot; as your separators.
19971 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
19973 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
19974 hits.
19975 The second field is &quot;10&quot; so the score value would be 10.
19977 Another example we've seen has headers that look like
19979 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
19981 Because there are two equals before the 7% the value
19983 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
19985 should capture the probability as the score.
19987 The Score From Header scoring value actually works just like the
19988 regular Score Value in that the rest of the pattern has to match before
19989 it is used and the scores from all the different scoring rules that
19990 match for a particular message are added together.
19991 When using the Score From Header method it may (or may not) make sense to
19992 use only a single scoring rule with a pattern that matches every message.
19994 Look <A HREF="h_edit_nav_cmds">here</A>
19995 to see the available Editing and Navigation commands.
19997 &lt;End of help on this topic&gt;
19998 </BODY>
19999 </HTML>
20000 ======= h_config_role_replyuse =======
20001 <HTML>
20002 <HEAD>
20003 <TITLE>Reply Use Explained</TITLE>
20004 </HEAD>
20005 <BODY>
20006 <H1>Reply Use Explained</H1>
20008 This option determines how this particular role will be used when Replying
20009 to a message.
20010 There are three possible values for this option.
20011 The value &quot;Never&quot;
20012 means that this role will not be a candidate for use when Replying.
20013 The role's Pattern will not be checked for a match, however the role will
20014 be available to be manually switched to if there is a confirmation prompt.
20017 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
20018 mean that you do want to consider this role when Replying.
20019 For either of these settings, the role's Pattern will be compared with
20020 the message being replied to.
20021 If there is a match then this role will either be used without confirmation
20022 or will be the default when confirmation is asked for, depending on
20023 which of the two options is selected.
20024 If confirmation is requested, you will also have a chance to
20025 manually change the role to any one of your other roles.
20028 You won't be prompted for confirmation if none of your role Patterns
20029 match the message being replied to.
20030 This is independent of the value of the current option.
20031 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
20032 feature may be used to change this behavior.
20034 &lt;End of help on this topic&gt;
20035 </BODY>
20036 </HTML>
20037 ======= h_config_role_forwarduse =======
20038 <HTML>
20039 <HEAD>
20040 <TITLE>Forward Use Explained</TITLE>
20041 </HEAD>
20042 <BODY>
20043 <H1>Forward Use Explained</H1>
20045 This option determines how this particular role will be used when Forwarding
20046 a message.
20047 There are three possible values for this option.
20048 The value &quot;Never&quot;
20049 means that this role will not be a candidate for use when Forwarding.
20050 The role's Pattern will not be checked for a match, however the role will
20051 be available to be manually switched to if there is a confirmation prompt.
20054 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
20055 mean that you do want to consider this role when Forwarding.
20056 For either of these settings, the role's Pattern will be compared with
20057 the message being forwarded.
20058 If there is a match then this role will either be used without confirmation
20059 or will be the default when confirmation is asked for, depending on
20060 which of the two options is selected.
20061 If confirmation is requested, you will also have a chance to
20062 manually change the role to any one of your other roles.
20065 You won't be prompted for confirmation if none of your role Patterns
20066 match the message being forwarded.
20067 This is independent of the value of the current option.
20068 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
20069 feature may be used to change this behavior.
20071 &lt;End of help on this topic&gt;
20072 </BODY>
20073 </HTML>
20074 ======= h_config_role_composeuse =======
20075 <HTML>
20076 <HEAD>
20077 <TITLE>Compose Use Explained</TITLE>
20078 </HEAD>
20079 <BODY>
20080 <H1>Compose Use Explained</H1>
20082 This option determines how this particular role will be used when Composing
20083 a new message using the &quot;Compose&quot; command.
20084 This does not affect what happens when using the &quot;Role&quot; command
20085 to compose a new message.
20086 The &quot;Role&quot; command allows you to select a role from all of the
20087 roles you have defined, regardless of what Uses you've assigned to those
20088 roles.
20091 There are three possible values for this option.
20092 The value &quot;Never&quot;
20093 means that this role will not be a candidate for use when Composing.
20094 The role's Current Folder Type will not be checked for a match, however the role
20095 will be available to be manually switched to if there is a confirmation prompt.
20098 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
20099 mean that you do want to consider this role when Composing.
20100 For either of these settings,
20101 the role's Current Folder Type will be checked (since there is no message
20102 to compare with, the rest of the Pattern is considered a match).
20103 If there is a match then this role will either be used without confirmation
20104 or will be the default when confirmation is asked for, depending on
20105 which of the two options is selected.
20106 If confirmation is requested, you will also have a chance to
20107 manually change the role to any one of your other roles.
20110 When using the Compose command the role checking is a little different
20111 because there is no message being replied to or forwarded.
20112 Because of this the Current Folder Type is checked but the header pattern
20113 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
20114 A role is considered to be a match if it is a candidate for Compose Use and
20115 its Current Folder Type matches the currently open folder.
20116 This could be useful if you want to set a role based on the folder you
20117 are reading, or the type of folder you are reading.
20120 You won't be prompted for confirmation if none of your role Patterns
20121 are a match.
20122 This is independent of the value of the current option.
20123 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
20124 feature may be used to change this behavior.
20126 &lt;End of help on this topic&gt;
20127 </BODY>
20128 </HTML>
20129 ======= h_config_filter_folder =======
20130 <HTML>
20131 <HEAD>
20132 <TITLE>Filter Folder Explained</TITLE>
20133 </HEAD>
20134 <BODY>
20135 <H1>Filter Folder Explained</H1>
20137 When the Filter Action is set to &quot;Move&quot;,
20138 the folder or folders specified here will be used to store messages matching
20139 the provided pattern.
20142 If you set the Filter Action to &quot;Move&quot; you must give a folder name
20143 here.
20146 If you wish,
20147 you may choose a folder from your folder collections by using the
20148 &quot;T&quot; command.
20150 Besides regular text, the folder name may also contain
20151 tokens that are replaced with text representing the current date
20152 when you run Alpine.
20153 For example, if the folder name you use is
20155 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
20157 that is replaced with something like
20159 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
20163 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
20165 becomes
20167 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
20169 The token names must be surrounded by underscores in order to be recognized
20170 as tokens.
20171 The tokens that may be used are those that are derived from the current date.
20172 They're listed near the bottom of the list of tokens give
20173 <A HREF="h_index_tokens">here</A>.
20175 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
20176 for more information on Patterns.
20178 Look <A HREF="h_edit_nav_cmds">here</A>
20179 to see the available Editing and Navigation commands.
20181 &lt;End of help on this topic&gt;
20182 </BODY>
20183 </HTML>
20184 ======= h_config_filter_kw_set =======
20185 <HTML>
20186 <HEAD>
20187 <TITLE>Set These Keywords Explained</TITLE>
20188 </HEAD>
20189 <BODY>
20190 <H1>Set These Keywords Explained</H1>
20192 This describes part of the action to be taken if the Pattern for this
20193 filter is a match.
20194 Read a little about keywords in the help text for the
20195 <A HREF="h_common_flag">Flag</A> command.
20196 This option is a list of keywords that will be Set when there is a match.
20197 If you wish, you may choose keywords from the list of keywords you have
20198 defined with the &quot;T&quot; command.
20199 You may add new keywords by defining them in the
20200 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
20201 If you have given a keyword a nickname when configuring it,
20202 that nickname may be used instead of the actual keyword.
20205 Look <A HREF="h_edit_nav_cmds">here</A>
20206 to see the available Editing and Navigation commands.
20208 &lt;End of help on this topic&gt;
20209 </BODY>
20210 </HTML>
20211 ======= h_config_filter_kw_clr =======
20212 <HTML>
20213 <HEAD>
20214 <TITLE>Clear These Keywords Explained</TITLE>
20215 </HEAD>
20216 <BODY>
20217 <H1>Clear These Keywords Explained</H1>
20219 This describes part of the action to be taken if the Pattern for this
20220 filter is a match.
20221 Read a little about keywords in the help text for the
20222 <A HREF="h_common_flag">Flag</A> command.
20223 This option is a list of keywords that will be Cleared when there is a match.
20224 If you wish, you may choose keywords from the list of keywords you have
20225 defined with the &quot;T&quot; command.
20226 You may add new keywords by defining them in the
20227 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
20228 If you have given a keyword a nickname when configuring it,
20229 that nickname may be used instead of the actual keyword.
20232 Look <A HREF="h_edit_nav_cmds">here</A>
20233 to see the available Editing and Navigation commands.
20235 &lt;End of help on this topic&gt;
20236 </BODY>
20237 </HTML>
20238 ======= h_index_tokens =======
20239 <HTML>
20240 <HEAD>
20241 <TITLE>Tokens for Index and Replying</TITLE>
20242 </HEAD>
20243 <BODY>
20245 This set of special tokens may be used in the
20246 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
20247 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
20248 in signature files,
20249 in template files used in
20250 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
20251 that is the target of a Filter Rule.
20252 Some of them aren't available in all situations.
20254 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
20255 option, but they must be surrounded by underscores for the
20256 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
20257 and in the target of Filter Rules.
20261 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
20263 <DL>
20264 <DT>SUBJECT</DT>
20265 <DD>
20266 This token represents the Subject the sender gave the message.
20267 Alternatives for use in the index screen are SHORTSUBJECT,
20268 SUBJKEY, SHORTSUBJKEY, SUBJKEYINIT, SHORTSUBJKEYINIT, SUBJECTTEXT, 
20269 SUBJKEYTEXT, and SUBJKEYINITTEXT.
20270 You may color the subject text in the MESSAGE INDEX screen differently by using the
20271 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
20272 <A HREF="h_config_index_opening_color">Index Opening Color</A>
20273 options available from
20274 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20275 </DD>
20277 <DT>FROM</DT>
20278 <DD>
20279 This token represents the personal name (or email address if the name
20280 is unavailable) of the person specified in the message's &quot;From:&quot;
20281 header field.
20282 You may color the from text in the MESSAGE INDEX screen differently by using the
20283 <A HREF="h_config_index_from_color">Index From Color</A>
20284 option available from
20285 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20286 </DD>
20288 <DT>ADDRESS</DT>
20289 <DD>
20290 This is similar to the &quot;FROM&quot; token, only it is always the
20291 email address, never the personal name.
20292 For example, &quot;mailbox@domain&quot;.
20293 </DD>
20295 <DT>MAILBOX</DT>
20296 <DD>
20297 This is the same as the &quot;ADDRESS&quot; except that the 
20298 domain part of the address is left off.
20299 For example, &quot;mailbox&quot;.
20300 </DD>
20302 <DT>SENDER</DT>
20303 <DD>
20304 This token represents the personal name (or email address) of the person
20305 listed in the message's &quot;Sender:&quot; header field.
20306 </DD>
20308 <DT>TO</DT>
20309 <DD>
20310 This token represents the personal names (or email addresses if the names
20311 are unavailable) of the persons specified in the
20312 message's &quot;To:&quot; header field.
20313 </DD>
20315 <DT>NEWSANDTO</DT>
20316 <DD>
20317 This token represents the newsgroups from the
20318 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
20319 the personal names (or email addresses if the names
20320 are unavailable) of the persons specified in the
20321 message's &quot;To:&quot; header field.
20322 </DD>
20324 <DT>TOANDNEWS</DT>
20325 <DD>
20326 Same as &quot;NEWSANDTO&quot; except in the opposite order.
20327 </DD>
20329 <DT>NEWS</DT>
20330 <DD>
20331 This token represents the newsgroups from the
20332 message's &quot;Newsgroups:&quot; header field.
20333 </DD>
20335 <DT>CC</DT>
20336 <DD>
20337 This token represents the personal names (or email addresses if the names
20338 are unavailable) of the persons specified in the
20339 message's &quot;Cc:&quot; header field.
20340 </DD>
20342 <DT>RECIPS</DT>
20343 <DD>
20344 This token represents the personal names (or email addresses if the names
20345 are unavailable) of the persons specified in both the
20346 message's &quot;To:&quot; header field and
20347 the message's &quot;Cc:&quot; header field.
20348 </DD>
20350 <DT>NEWSANDRECIPS</DT>
20351 <DD>
20352 This token represents the newsgroups from the
20353 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
20354 the personal names (or email addresses if the names
20355 are unavailable) of the persons specified in the
20356 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
20357 </DD>
20359 <DT>RECIPSANDNEWS</DT>
20360 <DD>
20361 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
20362 </DD>
20364 <DT>INIT</DT>
20365 <DD>
20366 This token represents the initials from the personal name
20367 of the person specified in the message's &quot;From:&quot;
20368 header field.
20369 If there is no personal name, it is blank.
20370 </DD>
20372 <DT>DATE</DT>
20373 <DD>
20374 This token represents the date on which the message was sent, according
20375 to the &quot;Date&quot; header field.
20376 It has the format MMM DD. For example, &quot;Oct 23&quot;.
20377 The feature
20378 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
20379 which adjusts for the timezone the message was sent from,
20380 may have an effect on the value of this token as well as the values of
20381 all of the other DATE or TIME tokens.
20382 Some of the DATE and TIME tokens are displayed in a locale-specific
20383 way unless the option
20384 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
20385 </DD>
20387 <DT>SMARTDATE</DT>
20388 <DD>
20389 This token represents the date on which the message was sent, according
20390 to the &quot;Date&quot; header field.
20391 It is &quot;Today&quot; if the message was sent today,
20392 &quot;Yesterday&quot; for yesterday,
20393 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
20394 message is from last year and is more than six months old it includes the year, as well.
20395 See the SMARTDATE alternatives below, as well.
20396 </DD>
20398 <DT>SMARTTIME</DT>
20399 <DD>
20400 This token represents the most relevant elements of the date on which
20401 the message was sent (according to the &quot;Date&quot; header field),
20402 in a compact form. If the message was sent today, only the time is used
20403 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
20404 the past week, the day of the week and the hour are used
20405 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
20406 given as date, month, and year (e.g. &quot;23Aug00&quot;,
20407 &quot;9Apr98&quot;).
20408 </DD>
20410 <DT>SMARTTIME24</DT>
20411 <DD>
20412 This token has the structure &quot;day hour:minute&quot;
20413 (e.g. &quot;Sun 19:03&quot;) for messages dated less than a week
20414 from the current date, or &quot;month day&quot; (e.g.
20415 &quot;Nov 23&quot;) for messages dated less than 6 months
20416 ago, or &quot;day/month/year&quot; (e.g &quot;06/Jan/16&quot;)
20417 for messages dated more than 6 months ago. It uses 9 characters
20418 of the width of the screen, and it left aligned.
20419 </DD>
20421 <DT>SMARTDATETIME</DT>
20422 <DD>
20423 This is a combination of SMARTDATE and SMARTTIME.
20424 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
20425 case it is SMARTTIME.
20426 See the SMARTDATETIME alternatives below, as well.
20427 </DD>
20429 <DT>DATEISO</DT>
20430 <DD>
20431 This token represents the date on which the message was sent, according
20432 to the &quot;Date&quot; header field.
20433 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
20434 </DD>
20436 <DT>SHORTDATEISO</DT>
20437 <DD>
20438 This token represents the date on which the message was sent, according
20439 to the &quot;Date&quot; header field.
20440 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
20441 </DD>
20443 <DT>SHORTDATE1</DT>
20444 <DD>
20445 This token represents the date on which the message was sent, according
20446 to the &quot;Date&quot; header field.
20447 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
20448 </DD>
20450 <DT>SHORTDATE2</DT>
20451 <DD>
20452 This token represents the date on which the message was sent, according
20453 to the &quot;Date&quot; header field.
20454 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
20455 </DD>
20457 <DT>SHORTDATE3</DT>
20458 <DD>
20459 This token represents the date on which the message was sent, according
20460 to the &quot;Date&quot; header field.
20461 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
20462 </DD>
20464 <DT>SHORTDATE4</DT>
20465 <DD>
20466 This token represents the date on which the message was sent, according
20467 to the &quot;Date&quot; header field.
20468 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
20469 </DD>
20471 <DT>LONGDATE</DT>
20472 <DD>
20473 This token represents the date on which the message was sent, according
20474 to the &quot;Date&quot; header field.
20475 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
20476 </DD>
20478 <DT>SMARTDATE alternatives</DT>
20479 <DD>
20480 There are several versions of SMARTDATE that are all the same except
20481 for the way they format dates far in the past.
20482 SMARTDATE formats the date using the information from your locale settings
20483 to format the date string. It may end up formatting dates so that they look
20484 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
20485 The feature
20486 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
20487 may have an effect on the values of these tokens.
20488 If you want more control you may use one of the following.
20489   <DL>
20490   <DT>SMARTDATE</DT> <DD>If the option
20491 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
20492 then this will be locale specific. Control this with the
20493 LC_TIME locale setting on a UNIX system. On Windows
20494 the Regional Options control panel may be used to set the Short date
20495 format. At the programming level, the strftime routine is what Alpine
20496 uses to print the date.
20497 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
20498 to SMARTDATES1.</DD>
20499   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
20500   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
20501   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
20502   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
20503   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
20504   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
20505   </DL>
20506 </DD>
20508 <DT>SMARTDATETIME alternatives</DT>
20509 <DD>
20510 There are several versions of SMARTDATETIME that are all very similar.
20511 The ones that end in 24 use a 24-hour clock for Today's messages instead
20512 of a 12-hour clock.
20513 The other variation is
20514 for the way they format dates far in the past.
20515 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
20516 to format the date string. It may end up formatting dates so that they look
20517 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
20518 The feature
20519 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
20520 may have an effect on the values of these tokens.
20521 The possible choices are:
20522   <DL>
20523   <DT>SMARTDATETIME</DT> <DD>If the option
20524 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
20525 then this will be locale specific. Control this with the
20526 LC_TIME locale setting on a UNIX system. On Windows
20527 the Regional Options control panel may be used to set the Short date
20528 format. At the programming level, the strftime routine is what Alpine
20529 uses to print the date.
20530 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
20531 to SMARTDATETIMES1.</DD>
20532   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
20533   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
20534   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
20535   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
20536   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
20537   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
20538   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
20539   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
20540   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
20541   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
20542   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
20543   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
20544   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
20545   </DL>
20546 </DD>
20548 <DT>DAYDATE</DT>
20549 <DD>
20550 This token represents the date on which the message was sent, according
20551 to the &quot;Date&quot; header field.
20552 It looks like &quot;Sat, 23 Oct 1998&quot;.
20553 This token is never converted in any locale-specific way.
20554 </DD>
20556 <DT>PREFDATE</DT>
20557 <DD>
20558 This token represents the date on which the message was sent, according
20559 to the &quot;Date&quot; header field.
20560 It is your operating system's idea of the preferred date representation for the current locale.
20561 Internally it uses the %x version of the date from the strftime routine.
20562 </DD>
20564 <DT>PREFTIME</DT>
20565 <DD>
20566 This token represents the time at which the message was sent, according
20567 to the &quot;Date&quot; header field.
20568 It is the preferred time representation for the current locale.
20569 Internally it uses the %X version of the time from the strftime routine.
20570 </DD>
20572 <DT>PREFDATETIME</DT>
20573 <DD>
20574 This token represents the date and time at which the message was sent, according
20575 to the &quot;Date&quot; header field.
20576 It is the preferred date and time representation for the current locale.
20577 Internally it uses the %c version of the time from the strftime routine.
20578 </DD>
20580 <DT>DAY</DT>
20581 <DD>
20582 This token represents the day of the month on which the message was sent,
20583 according to the &quot;Date&quot; header field.
20584 For example, &quot;23&quot; or &quot;9&quot;.
20585 </DD>
20587 <DT>DAY2DIGIT</DT>
20588 <DD>
20589 This token represents the day of the month on which the message was sent,
20590 according to the &quot;Date&quot; header field.
20591 For example, &quot;23&quot; or &quot;09&quot;.
20592 It is always 2 digits.
20593 </DD>
20595 <DT>DAYORDINAL</DT>
20596 <DD>
20597 This token represents the ordinal number that is the day of
20598 the month on which the message was sent,
20599 according to the &quot;Date&quot; header field.
20600 For example, &quot;23rd&quot; or &quot;9th&quot;.
20601 </DD>
20603 <DT>DAYOFWEEK</DT>
20604 <DD>
20605 This token represents the day of the week on which the message was sent,
20606 according to the &quot;Date&quot; header field.
20607 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
20608 </DD>
20610 <DT>DAYOFWEEKABBREV</DT>
20611 <DD>
20612 This token represents the day of the week on which the message was sent,
20613 according to the &quot;Date&quot; header field.
20614 For example, &quot;Sun&quot; or &quot;Wed&quot;.
20615 </DD>
20617 <DT>MONTHABBREV</DT>
20618 <DD>
20619 This token represents the month the message was sent, according
20620 to the &quot;Date&quot; header field.
20621 For example, &quot;Oct&quot;.
20622 </DD>
20624 <DT>MONTHLONG</DT>
20625 <DD>
20626 This token represents the month in which the message was sent, according
20627 to the &quot;Date&quot; header field.
20628 For example, &quot;October&quot;.
20629 </DD>
20631 <DT>MONTH</DT>
20632 <DD>
20633 This token represents the month in which the message was sent, according
20634 to the &quot;Date&quot; header field.
20635 For example, &quot;10&quot; or &quot;9&quot;.
20636 </DD>
20638 <DT>MONTH2DIGIT</DT>
20639 <DD>
20640 This token represents the month in which the message was sent, according
20641 to the &quot;Date&quot; header field.
20642 For example, &quot;10&quot; or &quot;09&quot;.
20643 It is always 2 digits.
20644 </DD>
20646 <DT>YEAR</DT>
20647 <DD>
20648 This token represents the year the message was sent, according
20649 to the &quot;Date&quot; header field.
20650 For example, &quot;1998&quot; or &quot;2001&quot;.
20651 </DD>
20653 <DT>YEAR2DIGIT</DT>
20654 <DD>
20655 This token represents the year the message was sent, according
20656 to the &quot;Date&quot; header field.
20657 For example, &quot;98&quot; or &quot;01&quot;.
20658 It is always 2 digits.
20659 </DD>
20661 <DT>TIME24</DT>
20662 <DD>
20663 This token represents the time at which the message was sent, according
20664 to the &quot;Date&quot; header field.
20665 There is no adjustment made for different time zones, so you'll get
20666 the time the message was sent according to the time zone the sender
20667 was in.
20668 It has the format HH:MM. For example, &quot;17:28&quot;.
20669 </DD>
20671 <DT>TIME12</DT>
20672 <DD>
20673 This token represents the time at which the message was sent, according
20674 to the &quot;Date&quot; header field.
20675 This time is for a 12 hour clock.
20676 It has the format HH:MMpm.
20677 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
20678 </DD>
20680 <DT>TIMEZONE</DT>
20681 <DD>
20682 This token represents the numeric timezone from
20683 the &quot;Date&quot; header field.
20684 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
20685 </DD>
20687 </DL>
20690 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
20692 <DL>
20693 <DT>MSGNO</DT>
20694 <DD>
20695 This token represents the message's current position in the folder that,
20696 of course, may change as the folder is sorted or new mail arrives.
20697 </DD>
20699 <DT>STATUS</DT>
20700 <DD>
20701 This token represents a three character wide field displaying various
20702 aspects of the message's state.
20703 The first character is either blank,
20704 a '*' for message marked Important, or a '+' indicating a message
20705 addressed directly to you (as opposed to your having received it via a
20706 mailing list, for example).
20707 When the feature
20708 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
20709 is set, if the first character would have been
20710 blank then it will instead be a '-' if the message is cc'd to you.
20711 The second character is typically blank,
20712 though the arrow cursor may occupy it if either the 
20713 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
20714 or the
20715 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
20716 is set (or you actually are on a slow link).
20717 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
20718 '<A HREF="h_flag_answered">A</A>' (Answered),
20719 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
20720 '<A HREF="h_flag_new">N</A>' (New), or blank.
20722 If you are using a threaded view of the index and this message is at the
20723 top of a collapsed portion of a thread,
20724 then this token refers to all of the messages in the collapsed portion of
20725 the thread instead of just the top message.
20726 The first character will be a '*' if <EM>any</EM> of the messages in the thread
20727 are marked Important, else a '+' if any of the messages are addressed
20728 to you, else a '-' if any of the messages are cc'd to you.
20729 The third character will be a 'D' if <EM>all</EM> of the messages
20730 in the collapsed thread are marked deleted,
20731 an 'A' if <EM>all</EM> of the messages
20732 in the collapsed thread are marked answered,
20733 it will be an 'N' if any of
20734 the messages are undeleted and unseen, and it will be blank otherwise.
20735 </DD>
20737 <DT>FULLSTATUS</DT>
20738 <DD>
20739 This token represents a less abbreviated alternative
20740 to the &quot;STATUS&quot; token.
20741 It is six characters wide.
20742 The first character is '+', '-', or blank, the
20743 second blank, the third either '*' or blank, the fourth
20744 '<A HREF="h_flag_new">N</A>' or blank,
20745 the fifth '<A HREF="h_flag_answered">A</A>'
20746 or blank, and the sixth character is
20747 either '<A HREF="h_flag_deleted">D</A>' or
20748 blank.
20750 If you are using a threaded view of the index and this message is at the
20751 top of a collapsed portion of a thread,
20752 then this token refers to all of the messages in the collapsed portion of
20753 the thread instead of just the top message.
20754 The first character is '+', '-', or blank depending on whether <EM>any</EM>
20755 of the messages in the collapsed thread are addressed to you or cc'd to you.
20756 The third character will be '*' if any of the messages are marked
20757 Important.
20758 The fourth character will be 'N' if all of the messages in the thread
20759 are New, else 'n' if some of the messages in the thread are New, else blank.
20760 The fifth character will be 'A' or 'a' or blank, and the sixth character
20761 will be 'D' or 'd' or blank.
20762 </DD>
20764 <DT>IMAPSTATUS</DT>
20765 <DD>
20766 This token represents an even less abbreviated alternative to the
20767 &quot;STATUS&quot; token.
20768 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
20769 an 'N' if the message is new to this folder since the last time
20770 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
20771 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
20772 new to the folder since it was last opened <EM>but</EM> has not been
20773 viewed, or a blank if the message has been in the folder since it was
20774 last opened and has been viewed.
20776 If you are using a threaded view of the index and this message is at the
20777 top of a collapsed portion of a thread,
20778 then the fourth character will be
20779 'N' if all of the messages in the thread are unseen and recent;
20780 else 'n' if some of the messages in the thread are unseen and recent;
20781 else 'U' if all of the messages in the thread are unseen and not recent;
20782 else 'u' if some of the messages in the thread are unseen and not recent;
20783 else 'R' if all of the messages in the thread are seen and recent;
20784 else 'r' if some of the messages in the thread are seen and recent;
20785 else blank.
20786 </DD>
20788 <DT>SHORTIMAPSTATUS</DT>
20789 <DD>
20790 This is the same as the last four of the six characters of IMAPSTATUS,
20791 so the '+' To Me information will be missing.
20792 </DD>
20794 <DT>SIZE</DT>
20795 <DD>
20796 This token represents the total size, in bytes, of the message.
20797 If a &quot;K&quot; (Kilobyte)
20798 follows the number, the size is approximately 1,000
20799 times that many bytes (rounded to the nearest 1,000).
20800 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20801 1,000,000 times that many bytes.
20802 Commas are not used in this field.
20803 This field is seven characters wide, including the enclosing parentheses.
20804 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
20805 The progression of sizes used looks like:
20808 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
20810 </DD>
20812 <DT>SIZECOMMA</DT>
20813 <DD>
20814 This token represents the total size, in bytes, of the message.
20815 If a &quot;K&quot; (Kilobyte)
20816 follows the number, the size is approximately 1,000
20817 times that many bytes (rounded to the nearest 1,000).
20818 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20819 1,000,000 times that many bytes.
20820 Commas are used if the number shown is 1,000 or greater.
20821 The SIZECOMMA field is one character wider than the SIZE field.
20822 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
20823 The progression of sizes used looks like:
20826 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
20828 </DD>
20830 <DT>KSIZE</DT>
20831 <DD>
20832 This token represents the total size of the message, expressed in
20833 kilobytes or megabytes, as most appropriate.
20834 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
20835 The progression of sizes used looks like:
20838 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
20840 </DD>
20842 <DT>SIZENARROW</DT>
20843 <DD>
20844 This token represents the total size, in bytes, of the message.
20845 If a &quot;K&quot; (Kilobyte)
20846 follows the number, the size is approximately 1,000
20847 times that many bytes.
20848 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
20849 1,000,000 times that many bytes.
20850 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
20851 1,000,000,000 times that many bytes.
20852 This field uses only five characters of screen width, including the enclosing
20853 parentheses.
20854 The progression of sizes used looks like:
20857 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
20859 </DD>
20861 <DT>DESCRIPSIZE</DT>
20862 <DD>
20863 This token is intended to represent a more useful description of the
20864 message than just its size, but it isn't very useful at this point.
20865 The plus sign in this view means there are attachments.
20866 Note that including this token in
20867 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
20868 display a little while Alpine collects the necessary information.
20869 </DD>
20871 <DT>SHORTSUBJECT</DT> 
20872 <DD> This token is the same as SUBJECT, but removes 
20873 text between &quot;[&quot; and &quot;]&quot;. Typically text enclosed 
20874 between these characters corresponds to mailing list names, and may be 
20875 unnecessary or unwanted in some instances. 
20876 </DD>
20878 <DT>SUBJKEY</DT>
20879 <DD>
20880 This token is the same as the SUBJECT token unless keywords are set for
20881 the message.
20882 In that case, a list of keywords enclosed in braces will be prepended to
20883 the subject of the message.
20884 Only those keywords that you have defined in your
20885 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20886 in Setup/Config are considered in the list.
20887 In other words, keywords that have been set by some other means, perhaps
20888 by another email program, won't show up unless included in
20889 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20890 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
20891 prepended to the subject in the MESSAGE TEXT screen.
20892 If you have given a keyword a nickname
20893 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
20894 instead of the actual keyword.
20895 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
20896 option may be used to modify this token slightly.
20897 It is also possible to color keywords in the index using the
20898 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20899 </DD>
20901 <DT>SHORTSUBJKEY</DT>
20902 <DD> This token is the same as SUBJKEY, but it is based on
20903 SHORTSUBJECT, instead of in SUBJECT.
20904 </DD>
20906 <DT>SUBJKEYINIT</DT>
20907 <DD>
20908 This token is the same as the SUBJKEY token except that instead of
20909 prepending a list of keywords to the subject, a list of first initials
20910 of keywords will be prepended instead.
20911 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
20912 set (or Work and Now are the Alpine nicknames of keywords that are set)
20913 then the SUBJKEY token would cause a result like
20915 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
20917 whereas the SUBJKEYINIT token would give
20919 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
20921 Only those keywords that you have defined in your
20922 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20923 in Setup/Config are considered in the list.
20924 In other words, keywords that have been set by some other means, perhaps
20925 by another email program, won't show up unless included in
20926 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20927 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
20928 option may be used to modify this token slightly.
20929 It is also possible to color keywords in the index using the
20930 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20931 </DD>
20933 <DT>SHORTSUBJKEYINIT</DT>
20934 <DD> This token is the same as SUBJKEYINIT, but it is based on
20935 SHORTSUBJECT, instead of in SUBJECT.
20936 </DD>
20938 <DT>SUBJECTTEXT</DT>
20939 <DD>
20940 Same as SUBJECT but if there is room in the Subject field for more text,
20941 the opening part of the text of the message is displayed after the subject.
20942 The time needed to fetch the text may cause a performance problem
20943 which can, of course, be avoided by using the SUBJECT version of
20944 the Subject instead.
20945 You may color this opening text differently by using the
20946 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
20947 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20948 You may adjust the characters that are displayed between the Subject and the
20949 opening text with the option
20950 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
20951 </DD>
20953 <DT>SUBJKEYTEXT</DT>
20954 <DD>
20955 Same as SUBJKEY but with the opening message text.
20956 </DD>
20958 <DT>OPENINGTEXT</DT>
20959 <DD>
20960 This is similar to SUBJECTTEXT.
20961 Instead of combining the Subject and the opening text in a single
20962 field in the index screen this token allows you to allocate a
20963 separate column just for the opening text of the message.
20964 The time needed to fetch this text may cause a performance problem.
20965 You may color this opening text differently by using the
20966 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
20967 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20968 </DD>
20970 <DT>OPENINGTEXTNQ</DT>
20971 <DD>
20972 This is very similar to OPENINGTEXT.
20973 The NQ stands for No Quotes.
20974 The only difference is that quoted text (lines beginning with &gt;) is deleted.
20975 For some messages this may be confusing.
20976 For example, a message might have a line preceding some quoted
20977 text that reads something like &quot;On May 8th person A said.&quot;
20978 That no longer makes sense after the quoted text is deleted and it
20979 will appear that person A said whatever the text after the quote
20980 is, even though that is really person B talking.
20981 </DD>
20983 <DT>SUBJKEYINITTEXT</DT>
20984 <DD>
20985 Same as SUBJKEYINIT but with the opening message text.
20986 </DD>
20988 <DT>KEY</DT>
20989 <DD>
20990 This is a space-delimited list of keywords that are set for the message.
20991 Only those keywords that you have defined in your
20992 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
20993 in Setup/Config are considered in the list.
20994 In other words, keywords that have been set by some other means, perhaps
20995 by another email program, won't show up unless included in
20996 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
20997 If you have given a keyword a nickname
20998 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
20999 instead of the actual keyword.
21000 It is also possible to color keywords in the index using the
21001 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
21002 This token defaults to an arbitrary width of 5.
21003 You should set it to whatever width suits you using something
21004 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
21005 </DD>
21007 <DT>KEYINIT</DT>
21008 <DD>
21009 This is a list of keyword initials that are set for the message.
21010 If you have given a keyword a nickname
21011 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
21012 is displayed instead of the initial of the actual keyword.
21013 It is also possible to color keyword initials in the index using the
21014 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
21015 This token defaults to an arbitrary width of 2.
21016 You should set it to whatever width suits you using something
21017 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
21018 </DD>
21020 <DT>PRIORITY</DT>
21021 <DD>
21022 The X-Priority header is a non-standard header that is used in a
21023 somewhat standard way by many mail programs.
21024 Alpine expects the value of this header to be a digit with a value
21025 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
21026 Since this priority is something that the sender sets it is only an indication
21027 of the priority that the sender attaches to the mail and it is therefore almost
21028 totally unreliable for use as a filtering criterion.
21029 This token will display the numeric value of the priority if it is between
21030 1 and 5.
21031 It will be suppressed (blank) if the value is 3, which is normal priority.
21032 This token may be colored with the
21033 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
21034 </DD>
21036 <DT>PRIORITYALPHA</DT>
21037 <DD>
21038 This is a more verbose interpretation of the X-Priority field.
21039 Once again nothing is displayed unless the value of the field
21040 is 1, 2, 4, or 5.
21041 The values displayed for those values are:
21043 <TABLE>
21044 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
21045 <TR> <TD>2</TD> <TD>High</TD> </TR>
21046 <TR> <TD>4</TD> <TD>Low</TD> </TR>
21047 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
21048 </TABLE>
21050 This token may be colored with the
21051 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
21052 </DD>
21054 <DT>PRIORITY!</DT>
21055 <DD>
21056 This is a one character, non-numeric version of the X-Priority field.
21057 If the value of the X-Priority header is 1 or 2 an exclamation
21058 point is displayed.
21059 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
21060 This token may be colored with the
21061 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
21062 </DD>
21064 <DT>ATT</DT>
21065 <DD>
21066 This is a one column wide field that represents the number of attachments
21067 a message has. It will be blank if there are no attachments, a single
21068 digit for one to nine attachments, or an asterisk for more than nine.
21069 Note that including this token in
21070 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
21071 display a little while Alpine collects the necessary information.
21072 </DD>
21074 <DT>FROMORTO</DT>
21075 <DD>
21076 This token represents <EM>either</EM> the personal name (or email address) of
21077 the person listed in the message's &quot;From:&quot; header
21078 field, <EM>or</EM>, if that address is yours or one of your
21079 <A HREF="h_config_alt_addresses">alternate addresses</A>,
21080 the first person specified in the
21081 message's &quot;To:&quot; header field
21082 with the prefix &quot;To: &quot; prepended.
21083 If the from address is yours and there is also no &quot;To&quot; address,
21084 Alpine will use the address on the &quot;Cc&quot; line.
21085 If there is no address there, either, Alpine will look for a newsgroup name
21086 from the &quot;Newsgroups&quot; header field and put
21087 that after the &quot;To: &quot; prefix.
21088 </DD>
21090 <DT>FROMORTONOTNEWS</DT>
21091 <DD>
21092 This is almost the same as <EM>FROMORTO</EM>.
21093 The difference is that newsgroups aren't considered.
21094 When a message is from you, doesn't have a To or Cc, and does have
21095 a Newsgroups header; this token will be your name instead of the name
21096 of the newsgroup (like it would be with FROMORTO).
21097 </DD>
21099 <DT>TEXT</DT>
21100 <DD>
21101 This is a different sort of token.
21102 It allows you to display a label within each index line.
21103 It will be the same fixed text for each line.
21104 It is different from all the other tokens in that there is no space column
21105 displayed after this token.
21106 Instead, it is butted up against the following field.
21107 It also has a different syntax.
21108 The text to display is given following a colon after the
21109 word &quot;TEXT&quot;.
21110 For example,
21112 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
21114 would insert the literal text &quot;abc=&quot; (without the quotes)
21115 into the index display line.
21116 You must quote the text if it includes space characters, like
21118 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
21120 </DD>
21122 <DT>HEADER</DT>
21123 <DD>
21124 This allows you to display the text from a particular header line in the
21125 message.
21126 The syntax for this token is substantially different from all the others
21127 in order that you might be able to display a portion of the text following
21128 a particular header.
21129 The header name you are interested in is given following a colon
21130 after the word &quot;HEADER&quot;.
21131 For example,
21133 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
21135 would display the text of the X-Spam header, if any.
21136 Like for other index tokens a width field may (and probably should)
21137 follow this.
21139 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
21141 displays the first ten characters of the X-Spam header.
21142 Unlike other index tokens, the syntax for HEADER is more flexible.
21143 An optional second argument comes after a comma inside the parentheses.
21144 It specifies the &quot;field&quot; number.
21145 By default, the field separator is a space character.
21146 No extra space characters are allowed in the argument list.
21148 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
21150 would display the second field, left-justified, in a 10 character
21151 wide field.
21152 The second field would consist of all the text after the first space
21153 up to the next space or the end of the header.
21154 The default field number is zero, which stands for the entire line.
21155 There is also an optional third argument that is a list of field
21156 separators. It defaults to a space character.
21157 The example
21159 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
21161 would cause the field separators to be any of colon, percent,
21162 or space (there is a space character between the percent and the
21163 right parenthesis).
21164 The first field runs from the start of the header value up to the first
21165 colon, percent, or space; the second goes from there to the next; and so on.
21166 In order to use a comma character as a field separator you must escape
21167 it by preceding it with a backslash (&#92;).
21168 The same is true of the backslash character itself.
21169 There is one further optional argument.
21170 It is an R or an L to specify right or left adjustment of the text
21171 within the field.
21172 The default is to left justify, however if you are displaying numbers
21173 you might prefer to right justify.
21175 Here's an example of a SpamAssassin header.
21176 The exact look of the header will vary, but if your incoming mail
21177 contains headers that look like the following
21179 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
21181 you might want to display the hits value.
21182 The first field starts with the Y in Yes.
21183 To get what you're interested in you might use &quot;=&quot; and
21184 space as the field separators and display the third field, like
21186 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
21188 or maybe you would break at the dot instead
21190 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
21192 Another example we've seen has headers that look like
21194 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
21196 Because there are two equals and a comma before the 7% and a comma
21197 after it, the token
21199 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
21201 should display the probability (for example 7% or 83%) right justified
21202 in a 3-wide field.
21203 </DD>
21205 <DT>ARROW</DT>
21206 <DD>
21207 This gives an alternative way to display the current message in the
21208 MESSAGE INDEX screen.
21209 Usually the current message is indicated by the line being shown in
21210 reverse video.
21211 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
21212 the current line will include an &quot;arrow&quot; that
21213 looks like
21215 <CENTER><SAMP>-&gt;</SAMP></CENTER>
21217 in the ARROW token's field.
21218 For all of the non-current messages, the ARROW field will be filled
21219 with blanks.
21220 If you use the fixed-field width feature the length of the &quot;arrow&quot;
21221 may be adjusted.
21222 The arrow will be drawn as width-1 dashes followed by a greater than sign.
21223 For example, if you use ARROW(3) you will get
21225 <CENTER><SAMP>--&gt;</SAMP></CENTER>
21227 and ARROW(1) will give you just
21229 <CENTER><SAMP>&gt;</SAMP></CENTER>
21231 It is also possible to set the color of the ARROW field.
21232 By default (and for non-current messages) the arrow is colored the same
21233 as the index line it is part of.
21234 You may set it to be another color with the 
21235 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
21236 the <A HREF="h_color_setup">Setup Kolor</A> screen.
21237 </DD>
21239 <DT>SCORE</DT>
21240 <DD>
21241 This gives the
21242 <a href="h_rules_score">score</a>
21243 of each message.
21244 This will be six columns wide to accommodate the widest possible score.
21245 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
21246 to limit the width of the field to the widest score that
21247 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
21248 If you have not defined any score rules the scores will all be zero.
21249 If any of your score rules contain AllText or BodyText patterns
21250 then including SCORE in the <!--#echo var="VAR_index-format"-->
21251 may slow down the display of the MESSAGE INDEX screen.
21252 </DD>
21253 </DL>
21256 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
21258 <DL>
21259 <DT>CURNEWS</DT>
21260 <DD>
21261 This token represents the current newsgroup if there is one.
21262 For example, &quot;comp.mail.pine&quot;.
21263 </DD>
21265 <DT>MSGID</DT>
21266 <DD>
21267 This token represents the message ID of the message.
21268 This token does not work with Filter Rule folder names.
21269 </DD>
21271 <DT>CURDATE</DT>
21272 <DD>
21273 This token represents the current date.
21274 It has the format MMM DD. For example, &quot;Oct 23&quot;.
21275 </DD>
21277 <DT>CURDATEISO</DT>
21278 <DD>
21279 This token represents the current date.
21280 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
21281 </DD>
21283 <DT>CURDATEISOS</DT>
21284 <DD>
21285 This token represents the current date.
21286 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
21287 </DD>
21289 <DT>CURPREFDATE</DT>
21290 <DD>
21291 This token represents the current date.
21292 It is your operating system's idea of the preferred date representation for the current locale.
21293 Internally it uses the %x version of the date from the strftime routine.
21294 </DD>
21296 <DT>CURPREFTIME</DT>
21297 <DD>
21298 This token represents the current time.
21299 It is the preferred time representation for the current locale.
21300 Internally it uses the %X version of the time from the strftime routine.
21301 </DD>
21303 <DT>CURPREFDATETIME</DT>
21304 <DD>
21305 This token represents the current date and time.
21306 It is the preferred date and time representation for the current locale.
21307 Internally it uses the %c version of the time from the strftime routine.
21308 </DD>
21310 <DT>CURTIME24</DT>
21311 <DD>
21312 This token represents the current time.
21313 It has the format HH:MM. For example, &quot;17:28&quot;.
21314 </DD>
21316 <DT>CURTIME12</DT>
21317 <DD>
21318 This token represents the current time.
21319 This time is for a 12 hour clock.
21320 It has the format HH:MMpm.
21321 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
21322 </DD>
21324 <DT>CURDAY</DT>
21325 <DD>
21326 This token represents the current day of the month.
21327 For example, &quot;23&quot; or &quot;9&quot;.
21328 </DD>
21330 <DT>CURDAY2DIGIT</DT>
21331 <DD>
21332 This token represents the current day of the month.
21333 For example, &quot;23&quot; or &quot;09&quot;.
21334 It is always 2 digits.
21335 </DD>
21337 <DT>CURDAYOFWEEK</DT>
21338 <DD>
21339 This token represents the current day of the week.
21340 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
21341 </DD>
21343 <DT>CURDAYOFWEEKABBREV</DT>
21344 <DD>
21345 This token represents the current day of the week.
21346 For example, &quot;Sun&quot; or &quot;Wed&quot;.
21347 </DD>
21349 <DT>CURMONTH</DT>
21350 <DD>
21351 This token represents the current month.
21352 For example, &quot;10&quot; or &quot;9&quot;.
21353 </DD>
21355 <DT>CURMONTH2DIGIT</DT>
21356 <DD>
21357 This token represents the current month.
21358 For example, &quot;10&quot; or &quot;09&quot;.
21359 It is always 2 digits.
21360 </DD>
21362 <DT>CURMONTHLONG</DT>
21363 <DD>
21364 This token represents the current month.
21365 For example, &quot;October&quot;.
21366 </DD>
21368 <DT>CURMONTHABBREV</DT>
21369 <DD>
21370 This token represents the current month.
21371 For example, &quot;Oct&quot;.
21372 </DD>
21374 <DT>CURYEAR</DT>
21375 <DD>
21376 This token represents the current year.
21377 For example, &quot;1998&quot; or &quot;2001&quot;.
21378 </DD>
21380 <DT>CURYEAR2DIGIT</DT>
21381 <DD>
21382 This token represents the current year.
21383 For example, &quot;98&quot; or &quot;01&quot;.
21384 It is always 2 digits.
21385 </DD>
21387 <DT>LASTMONTH</DT>
21388 <DD>
21389 This token represents last month.
21390 For example, if this is November (the 11th month),
21391 it is equal to &quot;10&quot; or if this is October (the 10th month),
21392 it is &quot;9&quot;.
21393 It is possible that this and the other tokens beginning with LASTMONTH
21394 below could be useful when used with a Filtering Rule that
21395 has the &quot;Beginning of Month&quot; option set.
21396 </DD>
21398 <DT>LASTMONTH2DIGIT</DT>
21399 <DD>
21400 This token represents last month.
21401 For example, if this is November (the 11th month),
21402 it is equal to &quot;10&quot; or if this is October (the 10th month),
21403 it is &quot;09&quot;.
21404 It is always 2 digits.
21405 </DD>
21407 <DT>LASTMONTHLONG</DT>
21408 <DD>
21409 This token represents last month.
21410 For example, if this is November the value is &quot;October&quot;.
21411 </DD>
21413 <DT>LASTMONTHABBREV</DT>
21414 <DD>
21415 This token represents last month.
21416 For example, if this is November the value is &quot;Oct&quot;.
21417 </DD>
21419 <DT>LASTMONTHYEAR</DT>
21420 <DD>
21421 This token represents what the year was a month ago.
21422 For example, if this is October, 1998, it is &quot;1998&quot;.
21423 If this is January, 1998, it is &quot;1997&quot;.
21424 </DD>
21426 <DT>LASTMONTHYEAR2DIGIT</DT>
21427 <DD>
21428 This token represents what the year was a month ago.
21429 For example, if this is October, 1998, it is &quot;98&quot;.
21430 If this is January, 1998, it is &quot;97&quot;.
21431 </DD>
21433 <DT>LASTYEAR</DT>
21434 <DD>
21435 This token represents last year.
21436 For example, if this is 1998, it equals &quot;1997&quot;.
21437 It is possible that this
21438 could be useful when used with a Filtering Rule that
21439 has the &quot;Beginning of Year&quot; option set.
21440 </DD>
21442 <DT>LASTYEAR2DIGIT</DT>
21443 <DD>
21444 This token represents last year.
21445 For example, if this is 1998, it equals &quot;97&quot;.
21446 It is always 2 digits.
21447 </DD>
21449 <DT>ROLENICK</DT>
21450 <DD>
21451 This token represents the nickname of the
21452 role currently being used.  If no role is being used,
21453 then no text will be printed for this token.
21454 This token does not work with Filter Rule folder names.
21455 </DD>
21456 </DL>
21459 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
21460 See the help for the
21461 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
21462 to see why you might want to use this.
21463 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
21464 must be surrounded by underscores when used.
21466 <DL>
21467 <DT>NEWLINE</DT>
21468 <DD>
21469 This is an end of line marker.
21470 </DD>
21471 </DL>
21474 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
21476 <DL>
21477 <DT>CURSORPOS</DT>
21478 <DD>
21479 This token is different from the others.
21480 When it is replaced it is replaced with nothing, but it sets an Alpine
21481 internal variable that tells the composer to start with the cursor
21482 positioned at the position where this token was.
21483 If both the template file and the signature file contain
21484 a &quot;CURSORPOS&quot; token, then the position in the template file
21485 is used.
21486 If there is a template file and neither it nor the signature file contains
21487 a &quot;CURSORPOS&quot; token, then the cursor is positioned
21488 after the end of the contents of the
21489 template file when the composer starts up.
21490 </DD>
21491 </DL>
21494 &lt;End of help on this topic&gt;
21495 </BODY>
21496 </HTML>
21497 ======= h_reply_token_conditionals =======
21498 <HTML>
21499 <HEAD>
21500 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
21501 </HEAD>
21502 <BODY>
21503 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
21505 Conditional text inclusion may be used with
21506 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
21507 in signature files, and in template files used in
21508 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
21509 It may <EM>not</EM> be used with the
21510 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
21513 There is a limited if-else capability for including text.
21514 The if-else condition is based
21515 on whether or not a given token would result in replacement text you
21516 specify.
21517 The syntax of this conditional inclusion is
21519 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
21521 The left parenthesis must follow the underscore immediately, with no
21522 intervening space.
21523 It means the token is expanded and the results of that expansion are
21524 compared against the &quot;match_this&quot; argument.
21525 If there is an exact match, then the &quot;if_matched&quot; text is used
21526 as the replacement text.
21527 Otherwise, the &quot;if_not_matched&quot; text is used.
21528 One of the most useful values for the &quot;match_this&quot; argument is
21529 the empty string, &quot;&quot;.
21530 In that case the expansion is compared against the empty string.
21532 Here's an example to make it clearer.
21533 This text could be included in one of your template files:
21535 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
21537 If that is included in a template file that you are using while replying
21538 to a message (because you chose to use the role it was part of),
21539 and that message has a newsgroup header and a newsgroup in that header,
21540 then the text
21542 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
21544 will be included in the message you are about to compose.
21545 On the other hand, if the message you are replying to does not have
21546 a newsgroup, then the text
21548 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
21550 would be included instead.
21551 This would also work in signature files and in
21552 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
21553 If the &quot;match_this&quot;, &quot;if_matched&quot;,
21554 or &quot;if_not_matched&quot; arguments contain
21555 spaces, parentheses, or commas;
21556 they have to be quoted with double quotation marks (like in the example
21557 above).
21558 If you want to include a literal quote (&quot;) in the text you must escape the
21559 quote by preceding it with a backslash (&#92;) character.
21560 If you want to include a literal backslash character you must escape it
21561 by preceding it with another backslash.
21563 The comma followed by &quot;if_not_matched&quot; is optional.
21564 If there is no &quot;if_not_matched&quot;
21565 present then no text is included if the not_matched case is true.
21566 Here's another example:
21568 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
21570 Here you can see that tokens may appear in the arguments.
21571 The same is true for tokens with the conditional parentheses.
21572 They may appear in arguments,
21573 though you do have to be careful to get the quoting and escaping of
21574 nested double quotes correct.
21575 If this was in the signature file being used and you were replying to a message
21576 sent to comp.mail.pine the resulting text would be:
21578 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
21580 If you were replying to a message that wasn't sent to any newsgroup the
21581 resulting text would be a single blank line.
21582 The reason you'd get a blank line is because the end of the line is
21583 outside of the conditional, so is always included.
21584 If you wanted to get rid of that blank line you could do so by moving
21585 the end of line inside the conditional.
21586 In other words, it's ok to have multi-line
21587 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
21588 template file.
21589 The text just continues until the next double quotation, even if it's not
21590 on the same line.
21592 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
21594 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
21596 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
21597 while reading the newsgroup comp.mail.pine the resulting text would be:
21599 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
21601 If you were replying to a message while reading an email folder instead
21602 of a newsgroup the resulting leadin text would be
21604 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
21606 Here's one more (contrived) example illustrating a matching argument
21607 that is not the empty string.
21609 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
21611 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
21612 were replying to
21613 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
21614 would be
21616 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
21618 But if you were replying to a message sent on Oct. 27 (and that wasn't
21619 today) you would get
21621 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
21624 &lt;End of help on this topic&gt;
21625 </BODY>
21626 </HTML>
21627 ======= h_composer_cntxt_nick =======
21628 <HTML>
21629 <HEAD>
21630 <TITLE>Collection Nickname Explained</TITLE>
21631 </HEAD>
21632 <BODY>
21633 <H1>Collection Edit Help -- Nickname Field</H1>
21635 This field is provided so you can add a short nickname to use when
21636 referring to this collection within Alpine.  Spaces are allowed, and
21637 you don't need to use double-quotes.  However, the double-quote
21638 character is not allowed.
21640 Look <A HREF="h_edit_nav_cmds">here</A>
21641 to see the available Editing and Navigation commands.
21643 &lt;End of help on this topic&gt;
21644 </BODY>
21645 </HTML>
21646 ======= h_folder_server_syntax =======
21647 <HTML>
21648 <HEAD>
21649 <TITLE>Server Name Syntax</TITLE>
21650 </HEAD>
21651 <BODY>
21652 <H1>Server Name Syntax</H1>
21654 This help describes the syntax that may be used for server names
21655 that may be associated with remote folders or SMTP servers.
21658 A server name is the hostname of the server.
21659 It's a good idea to use the host's fully-qualified network name.
21662 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
21665 However, IP addresses are allowed if surrounded
21666 with square-brackets.
21669 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
21672 An optional network port number may be supplied by appending
21673 a colon (:) followed by the port number
21674 to the server name.
21675 By default, the IMAP port number, 143, is used.
21678 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
21681 Besides server name and optional port number, various other optional
21682 parameters may be supplied that alter Alpine's interaction with the server.
21683 A parameter is supplied by appending a slash (/) character followed by
21684 the parameter's name and,
21685 depending on the particular parameter, the value assigned to that
21686 name, to the server name (and optional port number).
21687 Parameter names are <EM>not</EM> case sensitive.
21688 Currently supported parameters include:
21690 <DL>
21692 <DT>User</DT>
21693 <DD>This parameter requires an associated value, and is intended to
21694 provide the username identifier with which to establish the server
21695 connection.
21696 If your SMTP server offers SMTP AUTH authentication, adding this 
21697 parameter to the
21698 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
21699 option will cause Alpine to attempt to authenticate to the server using the
21700 supplied username.
21701 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
21702 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
21703 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
21704 option (or to the server name for any folder collection using NNTP)
21705 will cause Alpine to attempt
21706 to authenticate to the server using the supplied username.
21707 An example might be:
21710 <CENTER><SAMP>/user=katie</SAMP></CENTER>
21713 </DD>
21715 <DT>STARTTLS</DT>
21716 <DD>
21717 This is a unary parameter indicating communication with the server must 
21718 take place over a TLS connection. If you use this parameter, Alpine will 
21719 establish an insecure connection to the server, and later will attempts to 
21720 use a secure encrypted connection. If the attempt to use TLS fails then 
21721 this parameter will cause the connection to fail instead of falling back 
21722 to an insecure connection.
21724 Use this option when you are told to use STARTTLS. If you are told to use 
21725 SSL or TLS on port 993, use the /ssl unary parameter instead, and not this 
21726 parameter. Use this parameter when establishing a connection to a server 
21727 on an insecure port (normally port 143 for IMAP) and then needing to 
21728 establish a secure connection using STARTTLS.
21730 <P><A href="h_security_considerations">Learn more</A> about security 
21731 considerations when you use this option.
21734 <CENTER><SAMP>/starttls</SAMP></CENTER>
21737 </DD>
21739 <DT>SSL</DT>
21740 <DD>
21741 This is a unary parameter indicating communication with the server should 
21742 take place over a Secure Socket Layer connection.  The server must support
21743 this method, and be prepared to accept connections on the appropriate
21744 port (993 by default).
21745 Alpine must be linked with an SSL library for this option to be operational.
21746 Using this option will make Alpine try to connect to the server using the
21747 most secure encrypted SSL connection that both your version of Alpine and the
21748 server support.
21751 <CENTER><SAMP>/ssl</SAMP></CENTER>
21754 </DD>
21756 <DT>TLS1</DT>
21757 <DD>
21758 This parameter indicates that the connection to the server will be made
21759 over the SSL port, but using the TLSv1 protocol, instead of the usual
21760 SSLv3 or SSLv2 protocols.
21761 Alpine must be linked with an SSL library for this option to be operational.
21764 <CENTER><SAMP>/tls1</SAMP></CENTER>
21766 </DD>
21768 <DT>TLS1_1</DT>
21769 <DD>
21770 This parameter indicates that the connection to the server will be made
21771 over the SSL port, but using the TLSv1.1 protocol.
21772 Alpine must be linked with an SSL library that supports this encryption
21773 protocol for this option to be operational.
21776 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
21778 </DD>
21780 <DT>TLS1_2</DT>
21781 <DD>
21782 This parameter indicates that the connection to the server will be made
21783 over the SSL port, but using the TLSv1.2 protocol.
21784 Alpine must be linked with an SSL library that supports this encryption
21785 protocol for this option to be operational.
21788 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
21790 </DD>
21792 <DT>TLS1_3</DT>
21793 <DD>
21794 This parameter indicates that the connection to the server will be made
21795 over the SSL port, but using the TLSv1.3 protocol.
21796 Alpine must be linked with an SSL library that supports this encryption
21797 protocol for this option to be operational.
21800 <CENTER><SAMP>/tls1_3</SAMP></CENTER>
21802 </DD>
21804 <DT>NoValidate-Cert</DT>
21805 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
21806 This is needed if the server uses self-signed certificates or if Alpine
21807 cannot validate the certificate for some other known reason. You should avoid
21808 using this option, and instead install the certificate of the server, so you
21809 are not a victim of a cracker-in-the-middle attack.
21811 </DD>
21813 <DT>Anonymous</DT>
21814 <DD>This is a unary parameter (that means it does not have a value)
21815 indicating that the connection be logged in as
21816 &quot;anonymous&quot; rather than a specific user.
21817 Not all servers offer anonymous
21818 access; those which do generally only offer read-only access to certain
21819 &quot;public&quot; folders.
21822 <CENTER><SAMP>/anonymous</SAMP></CENTER>
21825 </DD>
21827 <DT>Secure</DT>
21828 <DD>This is a unary parameter indicating that the connection use the
21829 most secure authentication method mutually supported by Alpine and the
21830 server.
21831 Alpine is capable of authenticating connections to 
21832 the server using several methods.
21833 By default, Alpine will attempt each
21834 method until either a connection is established or the
21835 list of methods is exhausted.
21836 This parameter causes Alpine to instead fail 
21837 the connection if the first (generally most &quot;secure&quot;) method fails.
21840 <CENTER><SAMP>/secure</SAMP></CENTER>
21843 </DD>
21845 <DT>Submit</DT>
21846 <DD>This is a unary parameter for use with the
21847 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
21848 It indicates that the connection should be made to the Submit server
21849 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
21850 (port 587) instead of the SMTP port (25).
21851 At the time this help was written the submit option was equivalent to
21852 specifying port 587. <A href="h_security_considerations">Learn more</A>
21853 about security considerations when you use this option.
21856 <CENTER><SAMP>/submit</SAMP></CENTER>
21860 <CENTER><SAMP>host:587</SAMP></CENTER>
21863 </DD>
21865 <DT>Debug</DT>
21866 <DD>This is a unary parameter indicating that the connection be established
21867 in a verbose mode.  Basically, it causes Alpine to log the communication with
21868 the server in Alpine's debug file.
21869 Normally, the pine -d command-line flag would be used instead.
21871 </DD>
21873 <DT>NoRsh</DT>
21874 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
21875 the UNIX remote shell program.
21876 Including &quot;NoRsh&quot; will cause connections to this server to skip
21877 the &quot;rsh&quot; attempt.
21878 This might be useful to avoid long timeouts caused by rsh firewalls, for
21879 example.
21881 </DD>
21883 <DT>Loser</DT>
21884 <DD>This option makes sense only for IMAP servers that do not perform
21885 a SEARCH command correctly. If your filtering rules
21886 fail to filter some messages, that should have been filtered, then this
21887 option will make Alpine download all data necessary data to perform that 
21888 search. There is a performance penalty when using this option. Downloading 
21889 the data to perform the search will take longer than requesting the IMAP
21890 server to perform the filtering, but the filtering will be done correctly.
21892 </DD>
21895 <DT>Service</DT>
21896 <DD>This parameter requires an associated value.  The default value is
21897 &quot;IMAP&quot; which indicates communication with the server based
21898 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
21899 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
21901 Other service values include:
21902  <DL>
21903  <DT>NNTP</DT>
21904  <DD>This value indicates communication with the server takes place via
21905 the Network News Transfer Protocol.  Use this to define a collection
21906 of newsgroups on a remote news server.  So
21909 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
21911 or just
21913 <CENTER><SAMP>/NNTP</SAMP></CENTER>
21916 is the way to specify NNTP access.
21918  </DD>
21920  <DT>POP3</DT>
21921  <DD>This value indicates communication with the server takes place via the
21922 Post Office Protocol 3 protocol.
21925 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
21927 or just
21929 <CENTER><SAMP>/POP3</SAMP></CENTER>
21932 Note that there are several important issues
21933 to consider when selecting this option:
21934 <OL>
21935  <LI> POP3 provides access to only your INBOX.  In other words,
21936 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
21937  <LI> Alpine's implementation of POP3 does not follow the traditional POP
21938 model and will leave your mail on the server. Refer to the
21939 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
21940  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
21941 </OL>
21942 </DD>
21943 </DL>
21944 </DL>
21947 Note that it is possible to include more than one parameter in a server
21948 specification by concatenating the parameters. For example:
21951 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
21955 &lt;End of help on this topic&gt;
21956 </BODY>
21957 </HTML>
21958 ======= h_security_considerations =======
21959 <HTML>
21960 <HEAD>
21961 <TITLE>SSL, TLS, STARTTLS and More Security Considerations</TITLE>
21962 </HEAD>
21963 <BODY>
21964 <H1>SSL, TLS, STARTTLS and More Security Considerations</H1>
21966 The purpose of this text is to educate users on how to best choose
21967 the type of security connection to a remote server using the SSL and TLS
21968 encryption protocols.
21971 In the past, and when Alpine originally started to support encrypted connections
21972 to remote servers, the /ssl modifier was needed, and it meant any of the SSLv2
21973 or SSLv3 protocols. Those encryption protocols are considered not fully secure
21974 anymore, and in fact, you might not be able to use them anymore.
21976 <P> Today the /ssl modifier means to use the most secure encryption 
21977 protocol between your version of Alpine and what the server supports. This 
21978 might mean more modern protocols, such as TLS 1.0, TLS 1.1, etc. As of 
21979 this writing, Alpine supports connection using TLS 1.3. These protocols
21980 are considered more secure today and they should be preferred over the old
21981 SSL protocols.
21983 <P> A source of confusion for Alpine users might be the meaning of the 
21984 modifier /tls with respect to the names of the encryption protocols, such 
21985 as TLS 1.2. The meaning of /tls is to start an encrypted connection to a 
21986 server after an insecure connection has been established, and we will 
21987 discuss this later in this help text. The preferred way flag is to use
21988 /starttls, instead of /tls.
21990 <P>The best way to start an encrypted connection to a server is to use the 
21991 /ssl modifier. If your provider allows encrypted connections on port 993 
21992 for IMAP, or port 995 for POP3, or in port 465 for SMTP, just define your 
21993 server by adding the /ssl modifier and do not add the port to the server. 
21994 Alpine knows that the secure connection will be done in the correct port, 
21995 and will use the most secure encryption available between Alpine and the 
21996 server. You only need to use the port number when it is different from the
21997 default port numbers for this type of connections, and those were given
21998 above.
22000 <P>Most email service providers identify secure connections by saying 
22001 &quot;SSL or TLS&quot;. In this case, use the /ssl modifier, and only use 
22002 the port number in case it is different to the ones above.
22004 <P>If your service provider says to use STARTTLS, then you need to use the 
22005 /starttls modifier. If your service provider gives you the option to use SSL or 
22006 TLS and to use STARTTLS choose the secure port and choose the /ssl 
22007 modifier. This is because connections using the /starttls modifier can be 
22008 attacked and your username and password can be stolen by a hacker. The next
22009 paragraph describes in short how to do this.
22011 <P> When you use the /starttls modifier, Alpine connects insecurely to the 
22012 remote server. Because the connection is insecure, it is possible that you 
22013 connect to a different server, which connects you to the real server. This 
22014 is called &quot;man-in-the-middle&quot; attack, and so your communication 
22015 will pass through the hackers computer before it reaches the real target. 
22016 An example of a possible man-in-the-middle is your internet service provider, 
22017 or your employer in some instances.
22018 This means that the hacker can modify the replies from the correct server 
22019 and give you the illusion of security before you are actually connected to 
22020 the secure server. Therefore, you might disclose your username and 
22021 password to the hacker before you establish a secure connection to the correct
22022 server.
22024 <P> Therefore, if possible avoid using STARTTLS (for IMAP and POP) or SUBMIT
22025 for SMTP (in port 587), as these are subject to attack. If possible
22026 ask your provider for secure connections for SSL or TLS in the secure ports
22027 993 for IMAP, 995 for POP or 465 for SMTP.
22029 <P> In the current state, even as of TLS 1.3, these protocols are considered 
22030 secure but they do not protect your privacy. For example your internet 
22031 service provider might track to which servers you are connecting securely. 
22032 Encryption protocols are evolving to not only protect the security of your 
22033 data, but also your privacy.
22035 <P> Other types of errors can lead to insecure connections. An example is
22036 when the name of the server as provided by the user does not match the
22037 name of the server in the certificate. 
22038 <A href="h_tls_validation_failure">Read more</A> about security errors
22039 of this type and learn how to protect yourself against this type of
22040 errors.
22043 &lt;End of help on this topic&gt;
22044 </BODY>
22045 </HTML>
22046 ======= h_composer_cntxt_server =======
22047 <HTML>
22048 <HEAD>
22049 <TITLE>Collection Server: Explained</TITLE>
22050 </HEAD>
22051 <BODY>
22052 <H1>Collection Edit Help -- Server Field</H1>
22054 This collection's &quot;Server:&quot; definition indicates the
22055 hostname of the server providing access to the folders in this
22056 collection.
22057 The syntax of this server name is the same as for other server names used
22058 in remote folder names in
22059 Alpine and is described
22060 <A HREF="h_folder_server_syntax">here</A>.
22063 &lt;End of help on this topic&gt;
22064 </BODY>
22065 </HTML>
22066 ======= h_composer_cntxt_path =======
22067 <HTML>
22068 <HEAD>
22069 <TITLE>Collection Path: Explained</TITLE>
22070 </HEAD>
22071 <BODY>
22072 <H1>Collection Edit Help -- Path Field</H1>
22074 The collection's &quot;Path:&quot; definition indicates the location
22075 of the folders in this collection.  If the path or any of its components
22076 do not exist, Alpine will prompt you for their creation when exiting the
22077 Add/Change screen.
22079 <P> 
22080 By default the path is interpreted as defining a section of your personal
22081 folder area.  This area and how you specify it are defined by the
22082 server, if one is specified in the collection, or, typically, the home
22083 directory if no server is defined.
22086 To define a collection outside the default &quot;area&quot;, prefix
22087 the path with the &quot;namespace&quot; to use when interpreting the
22088 given path.  If a namespace is specified, the Path begins with the
22089 sharp, &quot;#&quot;, character followed by the name of the namespace
22090 and then the namespace's path-element-delimiter.  Aside from the
22091 path's format, namespaces can also imply access rights, content
22092 policy, audience, location, and, occasionally, access methods.
22095 Each server exports its own set (possibly of size one) of 
22096 namespaces.  Hence, it's likely communication with your server's
22097 administrator will be required for specific configurations.  Some of
22098 the more common namespaces, however, include:
22100 <DL>
22101 <DT>#news.</DT>
22102 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
22103 names are hierarchically defined with each level delimited by a period.
22104 </DD>
22105 <DT>#public/</DT>
22106 <DD>This specifies a folder area that the server may export to the general
22107 public.
22108 </DD>
22109 <DT>#shared/</DT>
22110 <DD>This specifies a folder area that the folder may export to groups
22111 of users.
22112 </DD>
22113 <DT>#ftp/</DT>
22114 <DD>This specifies a folder area that is the same as that it may have 
22115 exported via the &quot;File Transfer Protocol&quot;.
22116 </DD>
22117 <DT>#mh/</DT>
22118 <DD>This specifies the personal folder area associated with folders
22119 and directories that were created using the MH message handling system.
22120 </DD>
22121 </DL>
22124 In addition, the server may support access to other user's folders,
22125 provided you have suitable permissions.  Common methods use a prefix
22126 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
22127 indicate the root of the other user's folder area.
22130 No, nothing's simple.
22133 &lt;End of help on this topic&gt;
22134 </BODY>
22135 </HTML>
22136 ======= h_composer_cntxt_view =======
22137 <HTML>
22138 <HEAD>
22139 <TITLE>Collection View: Explained</TITLE>
22140 </HEAD>
22141 <BODY>
22142 <H1>Collection Edit Help -- View Field</H1>
22144 The collection's &quot;View:&quot; definition provides a way to limit
22145 the displayed list of folders within a collection.  By default, only
22146 folders that contain the specified characters anywhere in their name
22147 are shown in the collection's folder list.
22150 Additionally, you can use a wildcard character to better control
22151 the list of folders selected for display.  The wildcard specifier is
22152 the star, &quot;*&quot;, character.
22155 So, for example, to define a collection of all folders ending with
22156 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
22157 quote characters!).  Or, similarly, to define a collection of folders
22158 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
22159 specify a view of &quot;a*z&quot;.
22162 &lt;End of help on this topic&gt;
22163 </BODY>
22164 </HTML>
22165 ======= h_composer_abook_add_server =======
22166 <HTML>
22167 <HEAD>
22168 <TITLE>Addressbook Server Name Field Explained</TITLE>
22169 </HEAD>
22170 <BODY>
22171 This field should be left blank if the address book is stored in a regular
22172 file on this system.  If it is a remote address book stored on an IMAP
22173 server then this is the name of that IMAP server.
22175 Look <A HREF="h_edit_nav_cmds">here</A>
22176 to see the available Editing and Navigation commands.
22178 &lt;End of help on this topic&gt;
22179 </BODY>
22180 </HTML>
22181 ======= h_composer_abook_add_folder =======
22182 <HTML>
22183 <HEAD>
22184 <TITLE>Addressbook Folder Name Field Explained</TITLE>
22185 </HEAD>
22186 <BODY>
22187 For a remote address book (one for which the Server Name is filled in)
22188 this is the name of a folder on the remote server. The address book data
22189 will be stored in this folder. This folder should be used only for
22190 storing this single address book, not for other address books or for
22191 other messages.
22193 For a local address book (one for which the Server Name is not filled in)
22194 this is the name of a file in which the address book will be stored.
22195 The file is in the same directory as the Alpine configuration file if the
22196 configuration file is local.
22197 If the configuration file is remote, then this will be in the home directory
22198 for Unix Alpine and in the directory specified by the
22199 &quot;-aux local_directory&quot; command line argument.
22201 Look <A HREF="h_edit_nav_cmds">here</A>
22202 to see the available Editing and Navigation commands.
22204 &lt;End of help on this topic&gt;
22205 </BODY>
22206 </HTML>
22207 ======= h_composer_abook_add_nick =======
22208 <HTML>
22209 <HEAD>
22210 <TITLE>Addressbook NickName Field Explained</TITLE>
22211 </HEAD>
22212 <BODY>
22213 This is just an optional nickname for this address book. If present, it
22214 is used in some of the displays and error messages in the address book
22215 maintenance screens. It is for your convenience only and serves no
22216 other purpose.
22218 Look <A HREF="h_edit_nav_cmds">here</A>
22219 to see the available Editing and Navigation commands.
22221 &lt;End of help on this topic&gt;
22222 </BODY>
22223 </HTML>
22224 ======= h_composer_qserv_cn =======
22225 <HTML>
22226 <HEAD>
22227 <TITLE>Directory Query Form Explained</TITLE>
22228 </HEAD>
22229 <BODY>
22231 Fill in as many of these fields as you wish to narrow down your
22232 search. All the fields you fill in must match in order for an entry
22233 to be returned. You may use the wildcard character &quot;*&quot; in
22234 any of the fields, it matches any zero or more characters at that
22235 point in the string. There are no implicit wildcards, so the match is
22236 exact unless you include wildcards.
22239 Note that if an attribute isn't present at all, then the match will fail.
22240 For example, if a server doesn't support the Locality attribute, then no
22241 matter what you put in the Locality field (other than leaving it empty)
22242 the search will fail.
22245 This field, the Common Name field, is typically a person's full name.
22248 <H1>EDITING and NAVIGATION COMMANDS</H1>
22249 <!--chtml if pinemode="function_key"-->
22250 <PRE>
22251 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
22252 ^B (Left Arrow)    Back character       | ^D       Delete current character
22253 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
22254 ^P (Up Arrow)      Previous line        |
22255 ^N (Down Arrow)    Next line            | F9       Cut marked text or
22256 ^A                 Beginning of line    |            delete current line
22257 ^E                 End of line          | F10      Undelete line(s)
22258 F7                 Previous page        |
22259 F8                 Next page            |-------------------------------------
22260 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
22261 ----------------------------------------|
22262 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
22263 F2   Cancel      |   F1    Get help     |
22264 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
22265 </PRE>
22266 <!--chtml else-->
22267 <PRE>
22268 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
22269 ^B (Left Arrow)    Back character       | ^D       Delete current character
22270 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
22271 ^P (Up Arrow)      Previous line        |
22272 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
22273 ^A                 Beginning of line    |            delete current line
22274 ^E                 End of line          | ^U       Undelete line(s)
22275 ^Y                 Previous page        |
22276 ^V                 Next page            |-------------------------------------
22277 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
22278 ----------------------------------------|
22279 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
22280 ^C   Cancel      |   ^G    Get help     |
22281 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
22282 </PRE>
22283 <!--chtml endif-->
22284 <P><UL>
22285 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22286 </UL><P>
22287 &lt;End of help on this topic&gt;
22288 </BODY>
22289 </HTML>
22290 ======= h_composer_qserv_sn =======
22292 The Surname is usually the family name of a person.
22294 <End of help on this topic>
22295 ======= h_composer_qserv_gn =======
22297 This is the part of a person's name that isn't the surname or initials.
22299 <End of help on this topic>
22300 ======= h_composer_qserv_mail =======
22302 This is the email address of a person.
22304 <End of help on this topic>
22305 ======= h_composer_qserv_org =======
22307 This is the organization a person belongs to.
22309 <End of help on this topic>
22310 ======= h_composer_qserv_unit =======
22312 This is the organizational unit a person belongs to.
22314 <End of help on this topic>
22315 ======= h_composer_qserv_country =======
22317 This is the country a person belongs to.
22319 <End of help on this topic>
22320 ======= h_composer_qserv_state =======
22322 This is the state a person belongs to.
22324 <End of help on this topic>
22325 ======= h_composer_qserv_locality =======
22327 This is the locality a person belongs to.
22329 <End of help on this topic>
22330 ======= h_composer_qserv_custom =======
22332 This one is for advanced users only! If you put something in this field,
22333 then the rest of the fields are ignored.
22335 This field may be set to the string representation of an LDAP search
22336 filter (see RFC1960). Here are some examples:
22338 To search for an entry with a surname equal to "clinton" you could set
22339 the custom filter to:
22341      (sn=clinton)
22342     
22343 This is equivalent to putting "clinton" in the SurName field.
22344 To search for an entry that has a surname that begins with "clint" and
22345 has a givenname equal to "william" you could use:
22347      (&(sn=clint*)(givenname=william))
22348     
22349 This is equivalent to setting the SurName field to "clint*" and the
22350 GivenName field to "william".
22351 To search for an entry where either the common name OR the email address
22352 contains "abcde" you could use:
22354      (|(cn=*abcde*)(mail=*abcde*))
22356 That isn't equivalent to anything you can do by setting the other fields
22357 because of the OR.
22359 <End of help on this topic>
22360 ======= h_composer_qserv_qq =======
22362 This one is a little different from the rest of the categories.  It causes
22363 a search to be formed from the configured search filter that you filled
22364 in when you added the directory server to your configuration. It can also
22365 be combined with the other fields if you'd like.
22367 <End of help on this topic>
22368 ======= h_address_format =======
22369 <HTML>
22370 <HEAD>
22371 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
22372 </HEAD>
22373 <BODY>
22374 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
22376 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
22377 and then a domain, with no spaces.  
22378 For example, jsmith@art.example.com might be the email address
22379 of a person  
22380 with the username &quot;jsmith&quot; who has an account in the domain
22381 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
22382 right of the &quot;@&quot; sign can vary - a shorter example would be 
22383 isabelle@elsewhere.edu (the shortest possible form: here, only the 
22384 organization's domain is specified after the &quot;@&quot; sign); a longer 
22385 example would be 
22386  jsingh@shakti.edutech.example.com
22387 (here, the name of the host &quot;shakti&quot; in the domain 
22388 edutech.example.com is also specified).  
22389 <P>  
22390 If you do not know the exact email address of someone you want to write 
22391 to, ask them what it is using other means of communication than email; or 
22392 use the tools for 
22393 finding people's addresses that are available on the Internet.
22395 If you are sending to someone on the same system as you are, you can leave
22396 the &quot;@&quot; sign and all the information to its right off of the 
22397 address, and Alpine will fill it in automatically, 
22398 unless the feature 
22399 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
22402 When an email address you send a message to is not reachable -- either because 
22403 it is simply an incorrect address, or because email can temporarily not be 
22404 delivered to it due to a technical problem on the way to or at the recipient's 
22405 end -- you will almost always get an error notification email message back.
22407 If you encounter problems with, or have questions about, email delivery or
22408 email address syntax, contact your local network computing consultants.
22409 <P><UL>
22410 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22411 </UL>
22413 &lt;End of help on this topic&gt;
22414 </BODY>
22415 </HTML>
22416 ======= h_flag_user_flag =======
22417 <HTML>
22418 <HEAD>
22419 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
22420 </HEAD>
22421 <BODY>
22422 <H1>STATUS FLAG: User Defined Keyword</h1>
22424 This is a keyword that is defined for this folder.
22425 It was most likely defined by the owner of the folder.
22426 Alpine will not set or clear this flag on its own.
22428 <P><UL>
22429 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22430 </UL><P>
22431 &lt;End of help on this topic&gt;
22432 </BODY>
22433 </HTML>
22434 ======= h_flag_important =======
22435 <html>
22436 <title>STATUS FLAG: Important</title>
22437 <body>
22438 <h1>STATUS FLAG: Important</h1>
22441 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
22442 MESSAGE&nbsp;INDEX
22443 screen, can only be set by the user, and is intended to be used in
22444 whatever fashion makes sense to you.  You are the only one that can set or
22445 clear it. 
22448 &lt;End of help on this topic&gt;
22449 </BODY>
22450 </HTML>
22451 ======= h_flag_new =======
22452 <html>
22453 <title>STATUS FLAG: New</title>
22454 <body>
22455 <h1>STATUS FLAG: New</h1>
22458 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
22459 MESSAGE&nbsp;INDEX screen,
22460 is automatically set when messages are delivered to your Inbox (or other
22461 folder specified outside of Alpine).  Likewise, it is cleared automatically
22462 the first time you read the message it is associated with.
22465 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
22466 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
22467 you'd like to be reminded of it next time you read mail.  This can be done
22468 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
22472 &lt;End of help on this topic&gt;
22473 </BODY>
22474 </HTML>
22475 ======= h_flag_answered =======
22476 <html>
22477 <title>STATUS FLAG: Answered</title>
22478 <body>
22479 <h1>STATUS FLAG: Answered</h1>
22481 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
22482 MESSAGE&nbsp;INDEX
22483 screen, is automatically set when you reply to a message.  This flag is not
22484 automatically cleared.
22487 &lt;End of help on this topic&gt;
22488 </BODY>
22489 </HTML>
22490 ======= h_flag_forwarded =======
22491 <html>
22492 <title>STATUS FLAG: Forwarded</title>
22493 <body>
22494 <h1>STATUS FLAG: Forwarded</h1>
22496 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
22497 MESSAGE&nbsp;INDEX
22498 screen, is automatically set when you forward a message.  This flag is not
22499 automatically cleared.
22502 &lt;End of help on this topic&gt;
22503 </BODY>
22504 </HTML>
22505 ======= h_flag_deleted =======
22506 <html>
22507 <title>STATUS FLAG: Deleted</title>
22508 <body>
22509 <h1>STATUS FLAG: Deleted</h1>
22511 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
22512 MESSAGE&nbsp;INDEX
22513 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
22514 It is cleared
22515 when you use the &quot;U&nbsp;Undelete&quot; command.
22518 Messages marked with this flag will be permanently removed from
22519 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
22520 command, or
22521 when you indicate acceptance of their removal upon leaving the folder.
22524 Note, there can be other actions implicit in the
22525 &quot;D&nbsp;Delete&quot; command,
22526 such as advancing to the next message, that may be momentarily undesirable.
22527 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
22528 flag <A HREF="h_common_flag">explicitly</A>.
22531 &lt;End of help on this topic&gt;
22532 </BODY>
22533 </HTML>
22534 ====== h_config_incoming_timeo ======
22535 <HTML>
22536 <HEAD>
22537 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
22538 </HEAD>
22539 <BODY>
22540 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
22542 This option has no effect unless the feature
22543 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22544 is set, which in turn has no effect unless
22545 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22546 is set.
22548 Sets the time in seconds that Alpine will
22549 attempt to open a network connection used for monitoring for Unseen
22550 messages in Incoming Folders. The default is 5.
22551 If a connection has not completed within this many seconds Alpine will
22552 give up and consider it a failed connection.
22554 <UL>   
22555 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22556 </UL><P>
22557 &lt;End of help on this topic&gt;
22558 </BODY>
22559 </HTML>
22560 ====== h_config_incoming_interv ======
22561 <HTML>
22562 <HEAD>
22563 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
22564 </HEAD>
22565 <BODY>
22566 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
22568 This option has no effect unless the feature
22569 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22570 is set, which in turn has no effect unless
22571 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22572 is set.
22574 This option specifies, in seconds, how often Alpine will check
22575 for new mail and state changes in Incoming Folders when Incoming Folders
22576 Checking is turned on.
22577 The default is 3 minutes (180).
22578 This value applies only to folders that are local to the system that
22579 Alpine is running on or that are accessed using the IMAP protocol.
22580 The similar option
22581 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
22582 applies to all other monitored folders.
22584 <UL>   
22585 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22586 </UL><P>
22587 &lt;End of help on this topic&gt;
22588 </BODY>
22589 </HTML>
22590 ====== h_config_incoming_second_interv ======
22591 <HTML>
22592 <HEAD>
22593 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
22594 </HEAD>
22595 <BODY>
22596 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
22598 This option has no effect unless the feature
22599 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22600 is set, which in turn has no effect unless
22601 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22602 is set.
22604 This option together with the option
22605 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
22606 specifies, in seconds, how often Alpine will check
22607 for new mail and state changes in Incoming Folders when Incoming Folders
22608 Checking is turned on.
22609 The default for this option is 3 minutes (180).
22610 For folders that are local to this system or
22611 that are accessed using the IMAP protocol
22612 the value of the option
22613 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
22614 is used.
22615 For all other monitored folders, the value of this option is used.
22617 The reason there are two separate options is because it is usually
22618 less expensive to check local and IMAP folders than it is to check
22619 other types, like POP or NNTP folders.
22620 You may want to set this secondary value to a higher number than
22621 the primary check interval.
22623 <UL>   
22624 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22625 </UL><P>
22626 &lt;End of help on this topic&gt;
22627 </BODY>
22628 </HTML>
22629 ====== h_config_incoming_list ======
22630 <HTML>
22631 <HEAD>
22632 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
22633 </HEAD>
22634 <BODY>
22635 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
22637 This option has no effect unless the feature
22638 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
22639 is set, which in turn has no effect unless
22640 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
22641 is set.
22643 When monitoring the Incoming Message Folders for Unseen messages Alpine will
22644 normally monitor all Incoming Folders.
22645 You may use this option to restrict the list of monitored folders to a
22646 subset of all Incoming Folders.
22648 <UL>   
22649 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22650 </UL><P>
22651 &lt;End of help on this topic&gt;
22652 </BODY>
22653 </HTML>
22654 ====== h_config_pers_name ======
22655 <HTML>
22656 <HEAD>
22657 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
22658 </HEAD>
22659 <BODY>
22660 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
22662 This value is used to determine the full name part of the "From" address
22663 on messages you send.
22664 <!--chtml if pinemode="os_windows"-->
22665  PC-Alpine requires that this be set in order to properly construct the "From" address.
22666 <!--chtml else-->
22667  If unset, Unix Alpine will obtain your full name from
22668  the system password file. PC-Alpine, on the other hand, requires that this be set.
22669 <!--chtml endif-->
22671 If you want to change the value of what gets included in the From header
22672 in messages you send (other than just the Personal Name)
22673 look <A HREF="h_config_change_your_from">here</A> for a description.
22674 <P><UL>
22675 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22676 </UL><P>
22677 &lt;End of help on this topic&gt;
22678 </BODY>
22679 </HTML>
22680 ====== h_config_pruned_folders ======
22681 <html>
22682 <header>
22683 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
22684 </header>
22685 <body>
22686 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
22688 This variable allows you to define a list of one or more folders that
22689 Alpine will offer to prune for you in the same way it automatically offers
22690 to prune your "sent-mail" folder each month.
22691 Each folder in this list must be a folder in your default folder collection
22692 (the first folder collection if you have more than one), and it is just
22693 the relative name of the folder in the collection, not the fully-qualified name.
22694 It is similar to sent-mail.
22695 Instead of something like
22697 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
22699 the correct value to use would be
22701 <CENTER><SAMP>folder</SAMP></CENTER>
22703 There is an assumption here that your first collection is the folders in
22705 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
22708 Once a month, for each folder listed, Alpine will offer to move
22709 the contents of the folder to a new folder of the same name but with
22710 the previous month's date appended.  Alpine will then look for any such
22711 date-appended folder names created for a previous month, and offer each
22712 one it finds for deletion.
22715 If you decline the first offer, no mail is moved and no new folder is
22716 created.
22719 The new folders will be created
22720 in your default folder collection.
22723 <UL>   
22724 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22725 </UL><P>
22726 &lt;End of help on this topic&gt;
22727 </body>
22728 </html>
22729 ====== h_config_upload_cmd ======
22730 <HTML>
22731 <HEAD>
22732 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
22733 </HEAD>
22734 <BODY>
22735 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
22737 This option affects the behavior of the Composer's &quot;Read File&quot; 
22738 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
22739 commands.  It specifies
22740 a Unix program name, and any necessary command line arguments, that Alpine can
22741 use to transfer files from your personal computer into messages that you are
22742 composing.<P>
22744 <B>Note:</B> this facility is intended for use with serial line transfer 
22745 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
22746 to work with TCP/IP file transfer programs such as ftp.<P>
22748 If a program is specified, the commands listed above are modified to offer a
22749 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
22750 specified here must match the transfer program or protocol available on the
22751 personal computer.<P>
22753 Alpine expects to exchange uploaded data via a file on your Unix system.  When
22754 the specified upload program finishes, Alpine expects the uploaded data to be
22755 contained in this file.<P>
22757 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
22758 generates a
22759 temporary file name that it will pass to the specified Unix program.  Alpine
22760 will read the resulting uploaded text from this file and then delete it when
22761 the upload command is finished.<P>
22763 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
22764 prompt
22765 you for the name of the file that is to contain the uploaded information that
22766 it is to attach.  Alpine will attach this file to the composition, but will
22767 <B>not</B> delete this file after the upload command is finished.<P>
22769 The special token &quot;_FILE_&quot; may be included among the Unix program's 
22770 command
22771 line arguments.  Alpine will replace this symbol with the name of the file
22772 being used to exchange the uploaded information.  This token allows you to
22773 position the file name where it is required in the Unix program's command
22774 line arguments.<P>
22776 If the &quot;_FILE_&quot; token is not present in the specified command, the
22777 temporary file's name is automatically appended to the specified Unix
22778 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
22779 <B>last</B> command line argument.
22780 <P><UL>
22781 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22782 </UL><P>
22783 &lt;End of help on this topic&gt;
22784 </BODY>
22785 </HTML>
22786 ====== h_config_upload_prefix ======
22787 <HTML>
22788 <HEAD>
22789 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
22790 </HEAD>
22791 <BODY>
22792 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
22794 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
22795 It defines text to be written to the terminal emulator (via standard output)
22796 immediately prior to starting upload command.  This is useful for
22797 integrated serial line file transfer agents that permit command passing
22798 (e.g., Kermit's APC method).<P>
22800 The special token &quot;_FILE_&quot; may be included in the string specification.
22801 That symbol will be replaced with the (Alpine-created) name of the temporary
22802 file in which Alpine will expect to find the uploaded file.
22803 <P><UL>
22804 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22805 </UL><P>
22806 &lt;End of help on this topic&gt;
22807 </BODY>
22808 </HTML>
22809 ====== h_config_download_cmd ======
22810 <HTML>
22811 <HEAD>
22812 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
22813 </HEAD>
22814 <BODY>
22815 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
22817 This option affects the behavior of the Export command.  It specifies a Unix
22818 program name, and any necessary command line arguments, that Alpine can use to
22819 transfer the exported message to your personal computer's disk.<P>
22820 Note: this facility is intended for use with serial line transfer 
22821 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
22822 to work with TCP/IP file transfer programs such as ftp.<P>
22823 If a program is specified, the Export command is modified to offer a
22824 subcommand (^V) to activate the transfer (in lieu of saving it to
22825  the machine where Alpine is running).  Obviously, the Unix program
22826 specified here must match the transfer program or protocol available on the
22827 personal computer.<P>
22829 When this subcommand is selected and before Alpine invokes the specified Unix
22830 program, Alpine will create a temporary file containing the text of the
22831 exported message.  Alpine uses this file to pass the exported message text to
22832 the specified Unix program.<P>
22834 The special token &quot;_FILE_&quot; may be included among the Unix program's command
22835 line arguments.  Alpine will replace this symbol with the temporary file's name
22836 before executing the Unix program.  This token allows you to position the
22837 file name where it is required in the Unix program's command line arguments.
22839 If the &quot;_FILE_&quot; token is not present in the specified command, the
22840 temporary file's name is automatically appended to the specified Unix
22841 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
22842 <B>last</B> command line argument.
22843 <P><UL>
22844 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22845 </UL><P>
22846 &lt;End of help on this topic&gt;
22847 </BODY>
22848 </HTML>
22849 ====== h_config_download_prefix ======
22850 <HTML>
22851 <HEAD>
22852 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
22853 </HEAD>
22854 <BODY>
22855 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
22857 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
22858 It defines text to be written to the terminal emulator (via standard output)
22859 immediately prior to starting the download command.  This is useful for
22860 integrated serial line file transfer agents that permit command passing
22861 (e.g., Kermit's APC method).
22863 The special token &quot;_FILE_&quot; may be included in the string 
22864 specification.
22865 That symbol will be replaced with the (Alpine-created) name of the temporary
22866 file into which Alpine will place the message to be downloaded.
22867 <P><UL>
22868 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22869 </UL><P>
22870 &lt;End of help on this topic&gt;
22871 </BODY>
22872 </HTML>
22873 ====== h_config_mailcap_path ======
22874 <HTML>
22875 <HEAD>
22876 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
22877 </HEAD>
22878 <BODY>
22879 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
22880 This variable is used to replace Alpine's default mailcap file search path.
22881 It takes one or more file names (full paths must be specified) in which to
22882 look for mail capability data.  The default search path can be found in this
22883 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
22884 If there is more than one file name listed, list members should be delimited
22885 by 
22886 <!--chtml if pinemode="os_windows"-->
22887 a semi-colon (;) under Windows; for example:<PRE>
22888         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
22889 </PRE>
22890 <!--chtml else-->
22891 a colon (:) under UNIX; for example:<PRE>
22892         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
22893 </PRE>
22894 <!--chtml endif-->
22895 <P><UL>
22896 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22897 </UL>
22899 &lt;End of help on this topic&gt;
22900 </BODY>
22901 </HTML>
22902 ====== h_config_mimetype_path ======
22903 <HTML>
22904 <HEAD>
22905 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
22906 </HEAD>
22907 <BODY>
22908 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
22910 This variable is used to replace Alpine's default mime.types file search path.
22911 It takes one or more file names (full paths must be specified) in which to
22912 look for file-name-extension to MIME type mapping data.  The default search
22913 path can be found in this
22914 <A HREF="h_news_config">Alpine Configuration</A> help.
22918 If there is more than one file name listed, list members should be delimited
22919 by a colon (:) under UNIX and a semi-colon (;) under Windows.
22921 &lt;End of help on this topic&gt;
22922 </BODY></HTML>
22923 ====== h_config_system_certs_path ======
22924 <HTML>
22925 <HEAD>
22926 <TITLE>OPTION: <!--#echo var="VAR_system-certs-path"--></TITLE>
22927 </HEAD>
22928 <BODY>
22929 <H1>OPTION: <!--#echo var="VAR_system-certs-path"--></H1>
22931 When Alpine is built to support secure connections to remote servers, a directory
22932 must be reserved in the system to store certificates that will be used to validate
22933 remote servers. This is normally configured at the time that Alpine is built, but
22934 there might be circumstances under which a user might want to use a different
22935 directory. For example, the directory might not be accessible, or has not been 
22936 updated and contains old certificates that have expired.
22939 This variable can be used to list
22940 the directory where such certificates can be found. Alpine will use the first
22941 directory in this list that exists in your system and can be accessed. This
22942 allows for users to be able to use the same pinerc file in different systems.
22945 Example of values for this option might be:
22947 <PRE>
22948 System CACerts Dir = /etc/ssl/certs
22949                      /usr/local/ssl/certs
22950                      C:\\libressl\\ssl\\certs
22951 <PRE>
22954 In unix systems, the default location of the certificates for openssl can
22955 be obtained by first executing the command
22957 <PRE>openssl version -d</PRE>
22959 and adding &quot;/certs&quot; to that value. In Windows the default location
22960 for the certificates is C:\\libressl\\ssl\\certs. This value was set by
22961 LibreSSL developers, and this option can be used to override this default.
22964 &lt;End of help on this topic&gt;
22965 </BODY></HTML>
22966 ====== h_config_system_certs_file ======
22967 <HTML>
22968 <HEAD>
22969 <TITLE>OPTION: <!--#echo var="VAR_system-certs-file"--></TITLE>
22970 </HEAD>
22971 <BODY>
22972 <H1>OPTION: <!--#echo var="VAR_system-certs-file"--></H1>
22974 This option sets the location of the container file that holds 
22975 certificate authority (CA) certificates.
22976 Alpine will use the first
22977 container in this list that exists in your system and can be accessed. This
22978 allows for users to be able to use the same pinerc file in different systems.
22981 Example of values for this option might be:
22983 <PRE>
22984 System CACerts File = /etc/ssl/certs/cert.pem
22985                       /usr/local/ssl/ca-root-nss.crt
22986                       C:\\libressl\\ssl\\certs\\cert.pem
22987 <PRE>
22990 In unix systems, the default location of the certificates for openssl can
22991 be obtained by first executing the command
22993 <PRE>openssl version -d</PRE>
22995 and adding &quot;/certs&quot; to that value. In Windows the default location
22996 for the certificates is C:\\libressl\\ssl\\certs\\cert.pem. This value was set 
22997 by LibreSSL developers, and this option can be used to override this default.
23000 &lt;End of help on this topic&gt;
23001 </BODY></HTML>
23002 ====== h_config_user_certs_path ======
23003 <HTML>
23004 <HEAD>
23005 <TITLE>OPTION: <!--#echo var="VAR_user-certs-path"--></TITLE>
23006 </HEAD>
23007 <BODY>
23008 <H1>OPTION: <!--#echo var="VAR_user-certs-path"--></H1>
23010 (UNIX ALPINE ONLY)
23011 This directory is used by Alpine to store certificates that a user
23012 trusts. Alpine will use the first directory in this list that exists in your
23013 system and can be accessed. This allows for users to be able to
23014 use the same pinerc file in different systems. The default location
23015 is ~/.alpine-certs.
23018 In addition to the certificates stored in this directory, Alpine also
23019 trusts certificates saved in the container file referenced in the
23020 configuration variable
23021 <A HREF="h_config_user_certs_file"><!--#echo var="VAR_user-certs-file"--></A>.
23024 Example of values for this option might be:
23026 <PRE>
23027 User Certs Dir = /home/fred/.alpine-certs
23028                  C:\\Users\\Admin\\alpine-certs
23029 <PRE>
23032 &lt;End of help on this topic&gt;
23033 </BODY></HTML>
23034 ====== h_config_user_certs_file ======
23035 <HTML>
23036 <HEAD>
23037 <TITLE>OPTION: <!--#echo var="VAR_user-certs-file"--></TITLE>
23038 </HEAD>
23039 <BODY>
23040 <H1>OPTION: <!--#echo var="VAR_user-certs-file"--></H1>
23042 (UNIX ALPINE ONLY)
23043 This option sets the location of a container file that holds certificate
23044 authority (CA) certificates that the user trusts. Its value is the
23045 full path referencing the location of this file. Alpine will use the first
23046 container in this list that exists and can be accessed in your system. This
23047 allows for users to be able to use the same pinerc file in different
23048 systems. The default location is ~/.alpine-certs/certs.pem.
23051 In addition to the certificates stored in this directory, Alpine also
23052 trusts certificates saved in the directory referenced in the
23053 configuration variable
23054 <A HREF="h_config_user_certs_path"><!--#echo var="VAR_user-certs-path"--></A>.
23057 Example of values for this option might be:
23059 <PRE>
23060 User Certs File = /home/fred/.alpine-certs/certs.pem
23061                   C:\\libressl\\ssl\\certs\\cert.pem
23062 <PRE>
23065 &lt;End of help on this topic&gt;
23066 </BODY></HTML>
23067 ====== h_config_ssl_ciphers ======
23068 <HTML>
23069 <HEAD>
23070 <TITLE>OPTION: <!--#echo var="VAR_ssl-ciphers"--></TITLE>
23071 </HEAD>
23072 <BODY>
23073 <H1>OPTION: <!--#echo var="VAR_ssl-ciphers"--></H1>
23075 (UNIX ALPINE ONLY)
23076 This is a colon separated list of ciphers that your openssl or libressl
23077 library supports and should use to negotiate a secure connection with a
23078 remote SSL server.
23081 The list of ciphers supported by openssl can be obtained with the command
23082 line command
23085 openssl ciphers
23088 Consult the manual page of the openssl ciphers command to see more
23089 ways to specify groups of ciphers, such as RSA, or other groups of
23090 ciphers.
23093 &lt;End of help on this topic&gt;
23094 </BODY></HTML>
23095 ====== h_config_set_att_ansi ======
23096 <HTML><HEAD>
23097 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
23098 </HEAD>
23099 <BODY>
23100 <H1>OPTION: Set printer to attached ansi printer</H1>
23102 Type "S" to set your printer to "attached-to-ansi".<BR>
23103 It is OK to include "attached-to-ansi" in your personal list below.
23105 &lt;End of help on this topic&gt;
23106 </BODY></HTML>
23107 ====== h_config_set_att_ansi2 ======
23108 <HTML><HEAD>
23109 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
23110 </HEAD>
23111 <BODY>
23112 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
23114 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
23115 It is OK to include "attached-to-ansi-no-formfeed" in your personal
23116 list below.
23120 This is the same as the "attached-to-ansi" option except that a
23121 formfeed character will not be appended to the end of the print job.
23122 If your printer already ejects the paper by itself at the end of the
23123 job, you may prefer the "no-formfeed" form of this printer so that you
23124 don't get an extra blank page between print jobs.
23127 &lt;End of help on this topic&gt;
23128 </BODY></HTML>
23129 ====== h_config_set_att_wyse ======
23130 <HTML><HEAD>
23131 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
23132 </HEAD>
23133 <BODY>
23134 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
23136 Type "S" to set your printer to "attached-to-wyse".<BR>
23137 It is OK to include "attached-to-wyse" in your personal list below.
23139 This is very similar to "attached-to-ansi".
23140 The only difference is in the control characters sent to turn the printer
23141 on and off.
23142 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
23143 to turn on the printer and ESC LEFT_BRACKET 4 i
23144 to turn it off.
23145 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
23146 &lt;End of help on this topic&gt;
23147 </BODY></HTML>
23148 ====== h_config_set_att_wyse2 ======
23149 <HTML><HEAD>
23150 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
23151 </HEAD>
23152 <BODY>
23153 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
23155 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
23156 It is OK to include "attached-to-wyse-no-formfeed" in your personal
23157 list below.
23161 This is the same as the "attached-to-wyse" option except that a
23162 formfeed character will not be appended to the end of the print job.
23163 If your printer already ejects the paper by itself at the end of the
23164 job, you may prefer the "no-formfeed" form of this printer so that you
23165 don't get an extra blank page between print jobs.
23168 &lt;End of help on this topic&gt;
23169 </BODY></HTML>
23170 ====== h_config_set_stand_print ======
23171 <HTML>
23172 <HEAD>
23173 <TITLE>OPTION: Set default printer</TITLE>
23174 </HEAD>
23175 <H1>OPTION: Set default printer</H1>
23176 <BODY>
23177 Move to the printer you want and type "S" to set it to be your
23178 default printer.  This list is not modifiable by you and has been
23179 set up by the system administrators.  If there is more than one printer
23180 listed in the Command List, you will be able to cycle through that
23181 whole list at the time you print, starting with your default.
23182 It is OK to include entries from this Standard list in your personal
23183 list below.
23185 &lt;End of help on this topic&gt;
23186 </BODY>
23187 </HTML>
23188 ====== h_config_set_custom_print ======
23189 <HTML>
23190 <HEAD>
23191 <TITLE>OPTION: Set default printer</TITLE>
23192 </HEAD>
23193 <H1>OPTION: Set default printer</H1>
23194 <BODY>
23195 You may add as many print commands as you want to your personal list.
23196 Specify one of them as your default printer by moving to the printer
23197 you want and typing "S".  If there is more than one printer listed
23198 in the Command List, you will be able to cycle through that list at
23199 the time you print, starting with your default.  It is OK to include
23200 entries from the Standard list above or to include the command
23201 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
23202 "attached-to-wyse-no-formfeed" as one of the entries here.
23204 &lt;End of help on this topic&gt;
23205 </BODY>
23206 </HTML>
23207 ====== h_config_user_id =====
23208 <HTML>
23209 <HEAD>
23210 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
23211 </HEAD>
23212 <BODY>
23213 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
23215 This value is used as part of the "From" address on messages you send.
23216 It is also the default login name for remote IMAP server access.  Set this
23217 to the username part you want to appear on outgoing email.
23219 If you want to change the value of what gets included in the From header
23220 in messages you send (other than just the User ID)
23221 look <A HREF="h_config_change_your_from">here</A> for a description.
23223 <P><UL>   
23224 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23225 </UL><P>
23226 &lt;End of help on this topic&gt;
23227 </BODY>
23228 </HTML>
23229 ====== h_config_user_dom =====
23230 <HTML>
23231 <HEAD>
23232 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
23233 </HEAD>
23234 <BODY>
23235 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
23237 This value specifies the domain part (right-hand side) of your return
23238 address on outgoing email and is also used as the default domain for email
23239 composed to a local user.
23240 <!--chtml if pinemode="os_windows"-->
23241  This value is required for PC-Alpine. If you are unsure as to what this should be,
23242  contact your local help desk, system administrator, or Internet Service Provider.
23243 <!--chtml else-->
23244  If unset, Unix Alpine will obtain the domain from
23245  the system.  Often this value will be set for your whole site by the
23246  system administrator.<P>
23247 <!--chtml endif-->
23248 If you set this, see also the <A HREF="h_config_quell_local_lookup">
23249 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
23251 If you want to change the value of what gets included in the From header
23252 in messages you send (other than just the User Domain)
23253 look <A HREF="h_config_change_your_from">here</A> for a description.
23254 <P><UL>
23255 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23256 </UL><P>
23257 &lt;End of help on this topic&gt;
23258 </BODY>
23259 </HTML>
23260 ====== h_config_smtp_server =====
23261 <HTML>
23262 <HEAD>
23263 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
23264 </HEAD>
23265 <BODY>
23266 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
23267 This value specifies the name of one or more SMTP 
23268 (Simple Mail Transfer Protocol) servers for sending mail. 
23269 <!--chtml if pinemode="os_windows"-->
23270 You must have an SMTP server for use with PC-Alpine.
23271 SMTP servers are
23272 normally set up by a system administrator for use by all members of a given
23273 campus or department.
23274 Contact your local help desk to ask what SMTP
23275 servers you should use.  
23276 <!--chtml else-->
23277 Unix Alpine users may not need to set an SMTP server.
23278 Alpine will attempt to execute the program (usually sendmail) that is used
23279 to insert mail into the mail system.
23280 If this works for you, you may leave this option blank.
23281 If there is an SMTP server running on the Unix host you may be able to
23282 improve sending performance slightly by setting the SMTP server option
23283 to &quot;localhost&quot; or to the actual name of the Unix host.
23285 If the Unix host doesn't work the way Alpine was expecting you will need to
23286 set the value of this option.
23287 SMTP servers are
23288 normally set up by a system administrator for use by all members of a given
23289 campus or department.
23290 Contact your local help desk to ask what SMTP
23291 servers you should use.  
23292 <!--chtml endif-->
23294 Your SMTP server may offer SMTP AUTH authentication.
23295 It may even require it.
23296 If your SMTP server offers SMTP AUTH authentication you may specify a
23297 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
23298 This parameter requires an associated value,
23299 the username identifier with which to establish the server
23300 connection.
23301 An example might be:
23304 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
23307 If AUTH authentication is offered by the server, this will cause Alpine to
23308 attempt to use it.
23309 If AUTH authentication is not offered by the server, this will cause Alpine
23310 to fail sending with an error similar to:
23313 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
23316 Another type of authentication that is used by some ISPs is called
23317 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
23318 which means that you have to authenticate
23319 yourself to the POP or IMAP server by opening a mailbox before you
23320 can send mail.
23321 To do this, you usually only have to open your INBOX.
23324 You may tell Alpine to use the
23325 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
23326 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
23327 parameter
23328 in this option.
23329 At this time &quot;/submit&quot; is simply equivalent to specifying
23330 port 587, though it may imply more than that at some point in the future.
23331 Some ISPs are blocking port 25 in order to reduce the amount of spam
23332 being sent to their users.
23333 You may find that the submit option allows you to get around such a block.
23336 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
23339 To specify any non-standard port number on the SMTP server you may follow
23340 the hostname with a colon followed by the portnumber.
23343 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
23346 Normally, when a connection is made to the Smtp-Server Alpine will attempt
23347 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
23348 If that fails then a non-encrypted connection will be attempted instead.
23349 You may specify that a TLS connection is required if you wish.
23350 If you append &quot;/starttls&quot; to the name then the connection will fail
23351 instead of falling back to a non-secure connection.
23354 <CENTER><SAMP>smtpserver.example.com/starttls</SAMP></CENTER>
23358 For more details about server name possibilities see
23359 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
23362 <UL>
23363 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23364 </UL>
23366 &lt;End of help on this topic&gt;
23367 </BODY>
23368 </HTML>
23369 ====== h_config_nntp_server =====
23370 <HTML>
23371 <HEAD>
23372 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
23373 <BODY>
23374 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
23376 This value specifies the name of one or more NNTP
23377 (Network News Transfer Protocol)
23378 servers for reading and posting USENET news.
23379 NNTP servers are normally
23380 set up by a system administrator for use by all members of a given campus
23381 or department.
23382 Contact your local help desk to ask what NNTP servers you should use.  
23383 <!--chtml if pinemode="os_windows"--><!--chtml else-->
23384 Often Unix Alpine users will find that this variable has been
23385 set for the whole system (and they don't have to worry about it).  
23386 <!--chtml endif-->
23387 When you define an NNTP server here, Alpine implicitly defines a news
23388 collection for you, assuming that server as the news server and assuming
23389 that you will use the NNTP protocol and a local newsrc configuration file
23390 for reading news.
23391 For more about reading news with Alpine, see
23392 <A HREF="h_reading_news">how to use Alpine to read news</A>.
23394 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
23395 or &quot;AUTHINFO USER&quot; authentication.
23396 It may even require it.
23397 If your NNTP server does offer such authentication you may specify a user name
23398 parameter to cause Alpine to attempt to authenticate.
23399 The same is true for the server name in a folder collection that uses NNTP.
23400 This parameter requires an associated value,
23401 the username identifier with which to establish the server connection.
23402 An example might be:
23405 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
23408 If authentication is offered by the server, this will cause Alpine to
23409 attempt to use it.
23410 If authentication is not offered by the server, this will cause Alpine
23411 to fail with an error similar to:
23414 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
23416 For more details about the server name possibilities see
23417 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
23418 <P><UL>
23419 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23420 </UL><P>
23421 &lt;End of help on this topic&gt;
23422 </BODY>
23423 </HTML>
23424 ====== h_config_inbox_path =====
23425 <HTML>
23426 <HEAD>
23427 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
23428 </HEAD>
23429 <BODY>
23430 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
23432 This value overrides the default value of your INBOX name/path/location.
23433 <!--chtml if pinemode="os_windows"-->
23434 PC-Alpine users must specify an inbox path and it must be a folder on an
23435 IMAP server.  
23436 <!--chtml else-->
23437 Unix and VMS Alpine users will often find that this variable
23438 has been pre-configured by your system administrator.  
23439 <!--chtml endif-->
23440 You may be able to specify an alternate INBOX that is either a local folder 
23441 or a folder on an IMAP server.
23443 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
23444 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
23445 mail server.
23447 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23448 details on the syntax of folder definitions.
23450 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
23451 mail is disappearing.
23452 <P><UL>
23453 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23454 </UL><P>
23455 &lt;End of help on this topic&gt;
23456 </BODY>
23457 </HTML>
23458 ====== h_config_change_your_from =====
23459 <HTML>
23460 <HEAD>
23461 <TITLE>How to Change your From Address</TITLE>
23462 </HEAD>
23463 <BODY>
23464 <H1>How to Change your From Address</H1>
23466 If the From address that Alpine includes in mail that you send is not correct,
23467 you may want to configure a different default value for the From address.
23468 You may follow these directions to change the default:
23471 <UL>
23472   <LI> Go to the Main Alpine Menu
23473   <LI> From there type the Setup Command
23474   <LI> From there type the Config Command
23475 </UL>
23478 You've probably already seen this SETUP CONFIGURATION screen.
23479 If not, there are many options you may want to set here.
23480 To set the value of the From header you may use the
23481 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
23482 Find it by scrolling down a few pages or use the WhereIs command to
23483 search for &quot;customized&quot;.
23484 You may want to read the help text associated with the option.
23486 To add a custom From header, type the Add command and enter the
23487 full header line, including the leading &quot;From:&nbsp;&quot;.
23488 For example:
23490 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
23492 Now exit the Setup command and try sending mail to yourself to see
23493 what the From line looks like.
23495 When you are in the composer you may edit the custom From line by typing
23496 Ctrl-R while your cursor is in the headers of the message and then moving
23497 to the From line and editing.
23498 If you want to leave the default value the same but add the possibility
23499 of being able to edit the header when you compose, add just the header
23500 name without a value.
23501 For example:
23503 <CENTER><SAMP>From:</SAMP></CENTER>
23505 If you change your From address you may also find it useful to add the
23506 changed From address to the
23507 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
23508 configuration option.
23510 <UL>   
23511 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23512 </UL><P>
23513 &lt;End of help on this topic&gt;
23514 </BODY>
23515 </HTML>
23516 ====== h_config_default_fcc =====
23517 <HTML>
23518 <HEAD>
23519 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
23520 </HEAD>
23521 <BODY>
23522 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
23524 This value specifies where a copy of outgoing mail should be saved.  If
23525 this is not a path name, it will be in the default collection for saves.
23526 Any valid folder specification, local or IMAP, is allowed.  This default
23527 folder carbon copy only applies when the 
23528 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
23529 is set to use the default folder.  
23530 <!--chtml if pinemode="os_windows"-->
23531 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
23532 <!--chtml else-->
23533 Unix Alpine default
23534 is normally &quot;sent-mail&quot; in the default folder collection. 
23535 <!--chtml endif-->
23537 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
23538 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
23539 IMAP server (remember that in order to later access this remote folder through Alpine, it
23540 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
23541 for more information). An example:<p>
23542 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
23544 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
23546 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23547 details on the syntax of folder definitions.
23549 <UL>   
23550 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23551 </UL><P>
23552 &lt;End of help on this topic&gt;
23553 </BODY>
23554 </HTML>
23555 ====== h_config_def_save_folder =====
23556 <HTML>
23557 <HEAD>
23558 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
23559 </HEAD>
23560 <BODY>
23561 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
23563 This option determines the default folder name for save-message operations 
23564 (&quot;saves&quot;).
23566 If this is not a path name, it will be in the default collection for saves.
23567 Any valid folder specification, local or IMAP, is allowed.  This default
23568 folder only applies when the
23569 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
23570 doesn't override it.  
23571 <!--chtml if pinemode="os_windows"-->
23572 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
23573 <!--chtml else-->
23574 Unix Alpine default
23575 is normally &quot;saved-messages&quot; in the default folder collection.
23576 <!--chtml endif-->
23577 If you access your email through an IMAP server, especially if you often switch between Unix
23578 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
23579 IMAP server (remember that in order to later access this remote folder through Alpine, it
23580 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
23581 for more information). An example:<p>
23582 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
23584 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23585 details on the syntax of folder definitions.
23587 <UL>   
23588 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23589 </UL><P>
23590 &lt;End of help on this topic&gt;
23591 </BODY>
23592 </HTML>
23593 ====== h_config_postponed_folder =====
23594 <HTML>
23595 <HEAD>
23596 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
23597 </HEAD>
23598 <BODY>
23599 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
23601 This value overrides the default name for the folder where postponed
23602 messages are saved.  If this is not a path name, it will be in the default
23603 collection for message Saves.  Any valid folder specification, local or
23604 remote, is allowed. 
23605 PC-Alpine default
23606 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
23607 The Unix Alpine default is normally &quot;postponed-msgs&quot;
23608 in the default collection. 
23610 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
23611 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
23612 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
23613 in all Alpine copies you use. 
23614 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
23615 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
23616 for more information). An
23617 example:<p> 
23618 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
23620 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23621 details on the syntax of folder definitions.
23623 <UL>   
23624 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23625 </UL><P>
23626 &lt;End of help on this topic&gt;
23627 </BODY>
23628 </HTML>
23629 ====== h_config_read_message_folder =====
23630 <HTML>
23631 <HEAD>
23632 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
23633 </HEAD>
23634 <BODY>
23635 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
23637 By virtue of specifying a folder name here, Alpine will be configured to
23638 save all messages that you have read during a session into the designated
23639 &quot;read messages&quot; folder.  This allows you to more easily distinguish
23640 between your really new email (in your INBOX) and those that you have
23641 already read.  Depending on how you define the 
23642 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
23643 setting, you may or may not be asked when you quit
23644 Alpine if you want read messages to be moved to this folder.  In either
23645 case, moving the messages means they will be deleted from your INBOX.
23647 If this is not a path name, it will be in the default collection for
23648 saves.  Any valid folder specification, local or remote (via IMAP), is
23649 allowed.  There is no default for the name of the read message folder.
23651 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23652 details on the syntax of folder definitions.
23654 <UL>   
23655 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23656 </UL><P>
23657 &lt;End of help on this topic&gt;
23658 </BODY>
23659 </HTML>
23660 ====== h_config_form_folder =====
23661 <HTML>
23662 <HEAD>
23663 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
23664 </HEAD>
23665 <BODY>
23666 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
23668 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
23669 contain messages that you have composed and that are intended to be
23670 sent in their original form repeatedly.
23673 Setting this variable will alter Alpine's usual behavior when you
23674 execute the Compose command.  Normally, Alpine offers a chance to
23675 continue a postponed or interrupted message should one or the other
23676 exist.  When this variable is set to a folder name that exists, Alpine
23677 will also offer the chance to select a message from the folder to
23678 insert into the composer (much like when continuing a postponed message).
23679 The difference, however, is that Alpine will not automatically delete
23680 the selected message from the Form Letter Folder.
23682 Setting this variable will also affect Alpine's behavior when you
23683 Postpone a message from the composer.  Normally, Alpine simply stashes
23684 the message away in your
23685 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
23686 Regardless of the specified folder's existence, Alpine will ask which
23687 folder you intend the message to be stored in.  Choose the
23688 &quot;F&quot; option to store the message in your Form Letter Folder.
23689 This is the most common way to add a message to the folder.
23692 Another method of adding messages to the folder is via the Alpine
23693 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
23694 you expect to send in the same form again, you can enter the Form
23695 Letter Folder's name in this field.  Alpine, as usual, will copy the
23696 message as it's sent.  Note, when you later select this message from 
23697 your Form Letter Folder, it will have the same recipients as the original
23698 message.
23701 To delete a message from the Form Letter Folder, you can either select
23702 the folder from a suitable FOLDER LIST screen, or use the Delete
23703 command in the MESSAGE INDEX offered when selecting from the folder as
23704 part of the Compose command.  You can delete a Form Letter Folder just
23705 as any other folder from a suitable FOLDER LIST screen.
23708 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
23709 facility can be used
23710 to replace the Form Letter Folder.
23713 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23714 details on the syntax of folder definitions.
23717 <UL>   
23718 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23719 </UL><P>
23720 &lt;End of help on this topic&gt;
23721 </BODY>
23722 </HTML>
23723 ====== h_config_archived_folders =====
23724 <HTML>
23725 <HEAD>
23726 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
23727 </HEAD>
23728 <BODY>
23729 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
23731 This is like
23732 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
23733 only more general.  You may archive
23734 any of the folders in your incoming collection.  This is a list of folder
23735 pairs, with the first separated from the second in the pair by a space.
23736 The first folder in a pair is the folder you want to archive, and the
23737 second folder is the folder that read messages from the first should be
23738 moved to.  Depending on how you define the
23739 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
23740 setting, you may or may not be asked when you
23741 leave the first folder if you want read messages to be moved to the
23742 second folder.  In either case, moving the messages means they will be
23743 deleted from the first folder.
23745 The name of the first folder in each pair can be either the technical
23746 specification of the folder (like what appears in your configuration file)
23747 or (much easier) the nickname that you gave the folder when you made it
23748 an incoming folder.
23750 For example:<p>
23751 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
23752 <p>or, using nicknames:<p>
23753 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
23755 If these are not path names, they will be in the default collection for
23756 saves. Any valid folder specification, local or remote (via IMAP), is
23757 allowed. There is no default.
23759 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
23760 details on the syntax of folder definitions.
23762 <UL>   
23763 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23764 </UL><P>
23765 &lt;End of help on this topic&gt;
23766 </BODY>
23767 </HTML>
23768 ====== h_config_newsrc_path ======
23769 <HTML>
23770 <HEAD>
23771 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
23772 </HEAD>
23773 <BODY>
23774 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
23776 This option overrides the default name Alpine uses for your "newsrc" news
23777 status and subscription file.  If set, Alpine will take this value as the
23778 full pathname for the desired newsrc file.<P>
23780 If this option is <B>not</B> set, 
23781 <!--chtml if pinemode="os_windows"-->
23782 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
23783 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
23784 directory as your pinerc file for NEWSRC.
23785 <!--chtml else-->
23786 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
23787 your account's home directory).
23788 <!--chtml endif-->
23789 <P><UL>
23790 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23791 </UL>
23793 &lt;End of help on this topic&gt;
23794 </BODY>
23795 </HTML>
23796 ====== h_config_literal_sig =====
23797 <HTML>
23798 <HEAD>
23799 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
23800 </HEAD>
23801 <BODY>
23802 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
23804 With this option your actual signature, as opposed to
23805 the name of a file containing your signature,
23806 is stored in the Alpine configuration file.
23807 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
23810 This is simply a different way to store the signature.
23811 The signature is stored inside your Alpine configuration file instead of in
23812 a separate file.
23813 Tokens work the same way they do with the
23814 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
23815 help.
23818 The Setup/Signature command on Alpine's MAIN MENU will edit
23819 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
23820 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
23821 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
23822 instead.
23825 The two character sequence &#92;n (backslash followed by
23826 the character n) will be used to signify a line-break in your signature.
23827 You don't have to enter the &#92;n, but it will be visible in the
23828 SETUP CONFIGURATION window after you are done editing the signature.
23831 <UL>   
23832 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23833 </UL><P>
23834 &lt;End of help on this topic&gt;
23835 </BODY>
23836 </HTML>
23837 ====== h_config_signature_file =====
23838 <HTML>
23839 <HEAD>
23840 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
23841 </HEAD>
23842 <BODY>
23843 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
23845 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
23846 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
23847 You can tell that that is the case because the value of the
23848 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
23850 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
23852 You may either use all Literal Signatures (signatures stored in your
23853 configuration file) throughout Alpine, or all signature files.
23854 You can't mix the two.
23856 This is the name of a file that will be automatically inserted into
23857 outgoing messages.
23858 It typically contains information such as your
23859 name, email address and organizational affiliation.
23860 Alpine adds the
23861 signature into the message as soon as you enter the composer so you
23862 can choose to remove it or edit it on a message by message basis.
23863 Signature file placement in message replies is controlled by the
23864 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
23865 setting in the feature list.
23868 The default file name is
23869 <!--chtml if pinemode="os_windows"-->
23870 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
23871 PINERC file is a local file.
23872 If your PINERC file is remote, then it will be in the directory specified
23873 by the &quot;-aux local_directory&quot; command line option.
23874 <!--chtml else-->
23875 &quot;.signature&quot;.
23876 <!--chtml endif-->
23879 To create or edit your signature file choose Setup from the MAIN MENU
23880 and then select S for Signature (Main/Setup/Signature).  This puts you
23881 into the Signature Editor where you can enter a <EM>few</EM> lines of
23882 text containing your identity and affiliation.
23885 If the filename is followed by a vertical bar (|) then instead
23886 of reading the contents of the file the file is assumed to be a
23887 program that will produce the text to be used on its standard output.
23888 The program can't have any arguments and doesn't receive any input from Alpine,
23889 but the rest of the processing works as if the contents came from a file.
23892 Instead of storing the data in a local file, the
23893 signature data may be stored remotely in an IMAP folder.
23894 In order to do this, 
23895 you must use a remote name for the file.
23896 A remote <!--#echo var="VAR_signature-file"--> name might look like:
23898 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
23901 The syntax used here is the same as the syntax used for remote configuration
23902 files from the command line.
23903 Note that you may not access an existing signature file remotely,
23904 you have to create a new <EM>folder</EM> that contains the signature data.
23905 If the name you use here for the signature file is a remote name, then when
23906 you edit the file from the Setup/Signature command the data will be stored
23907 remotely in the folder.
23908 You aren't required to do anything special to create the folder, it
23909 gets created automatically if you use a remote name.
23912 Besides regular text, the signature file may also contain
23913 (or a signature program may produce) tokens that
23914 are replaced with text that usually depends on the message you are replying
23915 to or forwarding.
23916 For example, if the signature file contains the token
23918 <CENTER><SAMP>_DATE_</SAMP></CENTER>
23920 anywhere in the text, then that token is replaced by the date
23921 the message you are replying to or forwarding was sent.
23922 If it contains
23924 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
23926 that is replaced with the current date.
23927 The first is an example of a token that depends on the message you
23928 are replying to (or forwarding) and the second is an example which
23929 doesn't depend on anything other than the current date.
23930 You have to be a little careful with this facility since tokens that
23931 depend on the message you are replying to or forwarding will be replaced
23932 by nothing in the case where you are composing a new message from scratch.
23933 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
23934 in this respect.
23935 It allows you to use different signature files in different cases.
23938 The list of tokens available for use in the signature file is
23939 <A HREF="h_index_tokens">here</A>.
23942 Instead of, or along with the use of &quot;roles&quot; to give you
23943 different signature files in different situations, there is also
23944 a way to conditionally include text based
23945 on whether or not a token would result in specific replacement text.
23946 For example, you could include some text based on whether or not
23947 the _NEWS_ token would result in any newsgroups if it was used.
23948 This is explained in detail
23949 <A HREF="h_reply_token_conditionals">here</A>.
23950 This isn't for the faint of heart.
23952 In the very unlikely event that you want to include a literal token
23953 in the signature you must precede it with a backslash character.
23954 For example,
23956 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
23958 would produce something like
23960 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
23962 It is not possible to have a literal backslash followed by an expanded token.
23964 An alternate method for storing the signature data is available by using the
23965 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
23966 This variable will be used by default.
23968 <UL>   
23969 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23970 </UL><P>
23971 &lt;End of help on this topic&gt;
23972 </BODY>
23973 </HTML>
23974 ====== h_config_init_cmd_list =====
23975 <HTML>
23976 <HEAD>
23977 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
23978 </HEAD>
23979 <BODY>
23980 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
23982 The initial keystroke--or command--list option lets you start Alpine at
23983 any place you like.
23984 Whatever keystrokes you specify here will be executed
23985 by Alpine upon startup as a macro.
23986 The words SPACE, TAB, DOWN, UP, LEFT, and
23987 RIGHT indicate the pressing of those keys.
23988 CR indicates the pressing of the RETURN key.
23989 F1 through F12 represent the function keys, and ^ followed
23990 by a character indicates that key pressed along with the control key (in
23991 other words, ^P means Ctrl-P).
23992 As a shortcut notation, an element of the list may be several characters
23993 surrounded by double-quotes (").
23994 That will be expanded into the individual keystrokes
23995 (excluding the double-quote characters).
23996 For example, the quoted-string
23998 <P><CENTER>"ABC"</CENTER>
24001 is interpreted the same as the three separate list members
24003 <P><CENTER>A and B and C</CENTER>
24006 which is also the same as
24008 <P><CENTER>A,B,C</CENTER>
24011 An example: To view message 1 on startup,
24012 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
24014 <P><CENTER>I,J,1,CR,V</CENTER>
24017 An equivalent version of this is
24019 <P><CENTER>"IJ1",CR,V</CENTER>
24022 Restrictions: You cannot pre-type into the composer with the initial
24023 keystroke list, and you cannot mix function key commands with letter
24024 commands.
24026 <P><UL>   
24027 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24028 </UL>
24030 &lt;End of help on this topic&gt;
24031 </BODY>
24032 </HTML>
24033 ====== h_config_comp_hdrs =====
24034 <html>
24035 <header>
24036 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
24037 </header>
24038 <body>
24039 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
24041 You can control which headers you want visible when composing outgoing
24042 email using this option.
24043 You can specify any of the regular set, any
24044 <A HREF="h_compose_richhdr">Rich Header</A>,
24045 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
24046 that you have already defined.
24047 If you use this setting at all, you must specify all the
24048 headers you want to see, you can't just add to the regular header set.
24049 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
24051 Note that the "Newsgroups:" header will be abbreviated in the Composer
24052 display, but should be spelled out in full here.<p>
24053 <UL>   
24054 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24055 </UL><P>
24056 &lt;End of help on this topic&gt;
24057 </body>
24058 </html>
24059 ====== h_config_custom_hdrs =====
24060 <HTML>
24061 <HEAD>
24062 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
24063 </HEAD>
24064 <BODY>
24065 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
24067 You may add your own custom headers to outgoing messages.
24068 Each header you specify here must include the header tag 
24069 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
24070 and may optionally include a value for that header.
24071 If you want to see these custom headers each time you compose a message,
24072 you must add them to your
24073 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
24074 otherwise they become part
24075 of the rich header set that you only see when you press the
24076 <A HREF="h_compose_richhdr">Rich Header</A>
24077 <!--chtml if pinemode="function_key"-->(F5)
24078 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
24079 (If you are looking for a way to change which headers are <EM>displayed</EM>
24080 when you view a message, take a look at the
24081 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
24082 option instead.)
24083 Here's an example that shows how you might set your From address
24085 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
24087 and another showing how you might set a Reply-To address
24089 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
24091 You may also set non-standard header values here.
24092 For example, you could add
24094 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
24096 or even
24098 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
24100 If you include a value after the colon then that header will be included
24101 in your outgoing messages unless you delete it before sending.
24102 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
24103 it will not be included in outgoing messages unless you edit a value
24104 in manually.
24105 For example, if
24107 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
24109 is in the list, then the Reply-To header will be available for editing
24110 but won't be included unless a value is added while in the composer.
24112 It's actually a little more complicated than that.
24113 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
24114 defaults.
24115 If the message you are about to compose already has a value for a header,
24116 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
24117 For example, if you are Replying to a message the Subject field
24118 will already be filled in.
24119 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
24120 custom subject will <EM>NOT</EM> be used.
24121 The subject derived from the subject of the message you are Replying
24122 to will be used instead.
24124 It is also possible to make header setting even more complicated and more
24125 automatic by using
24126 <A HREF="h_rules_roles">Roles</A>,
24127 but if all you want to do is set a default value for a header, you don't
24128 need to think about Roles.
24130 If you change your From address you may also find it useful to add the
24131 changed From address to the
24132 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
24133 configuration option.
24135 Limitation: Because commas are used to separate the list of
24136 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
24137 header contain a comma.
24138 Nor is there currently an &quot;escape&quot; mechanism provided
24139 to make this work.
24140 <P><UL>
24141 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24142 </UL>
24144 &lt;End of help on this topic&gt;
24145 </BODY>
24146 </HTML>
24147 ====== h_config_viewer_headers =====
24148 <HTML>
24149 <HEAD>
24150 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
24151 </HEAD>
24152 <BODY>
24153 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
24155 You may change the default list of headers that are viewed by listing
24156 the headers you want to view here.  If the headers in your
24157 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
24158 will be shown.  The order of the headers you list will be honored.  If
24159 the special value &quot;all-except&quot; is included as the first
24160 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
24161 message except those in the list will be shown.  The values are all
24162 case insensitive.
24165 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
24166 then the original default headers are ignored.  So, if you just wanted
24167 to add the header Organization to the list, you would have to list
24168 Organization plus all of the other headers originally in the default
24169 list.  If you just included Organization and nothing else, then you
24170 would see only the Organization header, nothing else.
24173 The default list of headers includes:
24174 <UL>
24175   <LI>From
24176   <LI>Resent-From
24177   <LI>To
24178   <LI>Resent-To
24179   <LI>Cc
24180   <LI>Resent-cc
24181   <LI>Bcc
24182   <LI>Newsgroups
24183   <LI>Followup-To
24184   <LI>Date
24185   <LI>Resent-Date
24186   <LI>Subject
24187   <LI>Resent-Subject
24188   <LI>Reply-To
24189 </UL>
24192 If you are looking for a way to control which headers are included in
24193 outgoing mail and are visible or not in the composer, take a look at the
24194 options
24195 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
24196 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
24197 this option.
24199 <UL>   
24200 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24201 </UL><P>
24202 &lt;End of help on this topic&gt;
24203 </BODY>
24204 </HTML>
24205 ====== h_config_viewer_margin_left =====
24206 <HTML>
24207 <HEAD>
24208 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
24209 </HEAD>
24210 <BODY>
24211 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
24213 This variable controls the left-hand vertical margin's width in
24214 Alpine's Message Viewing screen.
24215 Its value is the number of space characters preceding each displayed line.
24216 For consistency with
24217 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
24218 you may specify the column number to start in
24219 (column numbering begins with number 1)
24220 instead of the width of the margin by appending a lower case letter
24221 &quot;c&quot; to the number.
24222 For example, a value of &quot;2c&quot; means to start the text in column two,
24223 which is entirely equivalent to a value of &quot;1&quot;, which means to
24224 leave a margin of 1 space.
24226 The default is a left margin of 0 (zero).
24227 Misconfigurations (for example, negative values or values with starting
24228 left columns greater than the ending right column)
24229 are silently ignored.
24230 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
24231 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
24232 instead.
24235 &lt;End of help on this topic&gt;
24236 </BODY>
24237 </HTML>
24238 ====== h_config_viewer_margin_right =====
24239 <HTML>
24240 <HEAD>
24241 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
24242 </HEAD>
24243 <BODY>
24244 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
24246 This variable controls the right-hand vertical margin's width in
24247 Alpine's Message Viewing screen.
24248 Its value is the number of space characters following each displayed line.
24249 You may specify the column number to end the text in
24250 (column numbering begins with number 1)
24251 instead of the width of the margin by appending a lower case letter
24252 &quot;c&quot; to the number.
24253 For example, a value of &quot;76c&quot; means to end the text in column 76.
24254 If the screen is 80 characters wide, this is equivalent to a value
24255 of &quot;4&quot;, which means to leave a margin of 4 spaces.
24256 However, if you use different size screens at different times, then these
24257 two values are not equivalent.
24259 The default right margin is 4.
24260 Misconfigurations (for example, negative values or values with starting
24261 left columns greater than the ending right column)
24262 are silently ignored.
24263 If the number of columns for text between the
24264 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
24265 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
24266 instead.
24269 &lt;End of help on this topic&gt;
24270 </BODY>
24271 </HTML>
24272 ====== h_config_quote_suppression =====
24273 <HTML>
24274 <HEAD>
24275 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
24276 </HEAD>
24277 <BODY>
24278 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
24280 This option should be used with care.
24281 It will cause some of the quoted text to be eliminated from the
24282 display when viewing a message in the MESSAGE TEXT screen.
24283 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
24284 value &quot;5&quot;,
24285 this will cause quoted text that is longer than five lines to be truncated.
24286 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
24287 Quoted text of more than six lines will have the first five lines displayed
24288 followed by a line that looks something like
24290 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
24292 As a special case, if exactly one line of quoted text would be hidden, the
24293 entire quote will be shown instead.
24294 So for the above example, quoted text that is exactly six lines long will
24295 will be shown in its entirety.
24296 (In other words, instead of hiding a single line and adding a line
24297 that announces that one line was hidden, the line is just shown.)
24299 If the sender of a message has carefully chosen the quotes that he or she
24300 includes, hiding those quotes may change the meaning of the message.
24301 For that reason, Alpine requires that when you want to set the value of this
24302 variable to something less than four lines, you actually have to set it
24303 to the negative of that number.
24304 So if you want to set this option to &quot;3&quot;, you actually have to
24305 set it to &quot;-3&quot;.
24306 The only purpose of this is to get you to think about whether or not you
24307 really want to do this!
24308 If you want to delete all quoted text you set the value of this option
24309 to the special value &quot;-10&quot;.
24311 The legal values for this option are
24313 <TABLE>   
24314 <TR>
24315   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
24316   <TD> Default, don't hide anything </TD>
24317 </TR>
24318 <TR>
24319   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
24320   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
24321 </TR>
24322 <TR>
24323   <TD> &nbsp;4,5,6,...&nbsp; </TD>
24324   <TD> Suppress if more than that many lines </TD>
24325 </TR>
24326 <TR>
24327   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
24328   <TD> Suppress all quoted lines </TD>
24329 </TR>
24330 </TABLE>
24332 If you set this option to a non-default value you may sometimes wish to
24333 view the quoted text that is not shown.
24334 When this is the case, the
24335 <A HREF="h_common_hdrmode">HdrMode Command</A>
24336 may be used to show the hidden text.
24337 Typing the &quot;H&quot; command once will show the hidden text.
24338 Typing a second &quot;H&quot; will also turn on Full Header mode.
24339 The presence or absence of the HdrMode command is determined by the
24340 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
24341 Feature-List option in your Alpine configuration, so you will want to
24342 be sure that is turned on if you use quote suppression.
24344 For the purposes of this option, a quote is a line that begins with the
24345 character &quot;&gt;&quot;.
24347 Quotes are only suppressed when displaying a message on the screen.
24348 The entire quote will be left intact when printing or forwarding or something
24349 similar.
24351 &lt;End of help on this topic&gt;
24352 </BODY>
24353 </HTML>
24354 ====== h_config_saved_msg_name_rule =====
24355 <HTML>
24356 <HEAD>
24357 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
24358 </HEAD>
24359 <BODY>
24360 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
24362 This option determines the default folder name when saving
24363 a message.
24366 The default option is &quot;default-folder&quot;, which is the folder
24367 called &quot;saved-messages&quot; in Unix Alpine and
24368 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
24369 the Alpine option called
24370 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
24373 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
24374 get the chosen option's value for the message being saved (or for the
24375 first message being saved if using an aggregrate save).
24376 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
24377 value of who the message came from (i.e. the from address).
24378 Alpine then attempts to save the message to a folder matching that value.
24379 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
24380 &quot;by-sender&quot;.
24381 The opposite is also true.
24382 If &quot;by-recipient&quot; is chosen and the message was posted to a
24383 newsgroup, Alpine will use the newsgroup name.
24384 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
24385 &quot;by-from&quot;.
24388 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
24389 to use the personal name part of the address instead of the mailbox part.
24390 If any of the &quot;by-nick&quot; options are chosen, the
24391 address is looked up in your address book and if found, the
24392 nickname for that entry is used.
24393 Only simple address book entries are checked, not distribution lists.
24394 Similarly, if any of the
24395 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
24396 address book entry is used.
24397 If by-realname, or the by-nick or by-fcc lookups result in no value,
24398 then if the chosen option ends with the &quot;then-from&quot;,
24399 &quot;then-sender&quot;, &quot;then-replyto&quot;,
24400 or &quot;then-recip&quot; suffix, Alpine
24401 reverts to the same behavior as &quot;by-from&quot;,
24402 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
24403 depending on which option was specified.
24404 If the chosen option doesn't end with one of
24405 the &quot;then-&quot; suffixes, then Alpine reverts to the default
24406 folder when no match is found in the address book.
24409 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
24410 to save to the folder that you saved to the last time you saved a
24411 message.  The first time you save a message in an Alpine session, Alpine
24412 attempts to save the message to the default folder.
24415 Here is an example to make some of the options clearer.
24416 If the message is From
24418 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
24420 and this rule is set to &quot;by-from&quot;, then the default folder offered
24421 in the save dialog would be &quot;flint&quot;.
24423 If this rule is set to &quot;by-realname-of-from&quot; then the default would
24424 be &quot;Fred Flintstone&quot;.
24426 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
24427 for the address &quot;flint@bedrock.org&quot; in your address book.
24428 If an entry is found and it has a nickname associated with it, that nickname
24429 will be offered as the default folder.
24430 If not, the default saved message folder will be offered as the default.
24432 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
24433 for the address &quot;flint@bedrock.org&quot; in your address book.
24434 If an entry is found and it has an Fcc associated with it, that Fcc
24435 will be offered as the default folder.
24436 If not, the default saved message folder will be offered as the default.
24438 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
24439 for the address &quot;flint@bedrock.org&quot; in your address book.
24440 If an entry is found and it has a nickname associated with it, that nickname
24441 will be offered as the default folder.
24442 If it is not found (or has no nickname) then the default offered will be
24443 the same as it would be for the &quot;by-from&quot; rule.
24444 That is, it would be &quot;flint&quot;
24446 <UL>   
24447 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24448 </UL><P>
24449 &lt;End of help on this topic&gt;
24450 </BODY>
24451 </HTML>
24452 ====== h_config_fcc_rule =====
24453 <HTML>
24454 <HEAD>
24455 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
24456 </HEAD>
24457 <BODY>
24458 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
24460 This option determines the default name for folder carbon copy. Choose
24461 one:
24463 <DL>
24464 <DT>default-fcc</DT>
24465 <DD>This is the normal default, the value of which is set in the
24466 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
24467 configuration.
24468 </DD>
24470 <DT>last-fcc-used</DT>
24471 <DD> Causes Alpine to use the folder that was last
24472 used in the fcc field
24473 </DD>
24475 <DT>by-nickname</DT>
24476 <DD>Means that Alpine will use the nickname
24477 from your address book that matches the first address in the To line.
24478 If there is no match, it will use the value of the
24479 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
24480 </DD>
24482 <DT>by-recipient</DT>
24483 <DD>Means Alpine will form a folder name
24484 based on the left hand side of the first address in the To line.
24485 </DD>
24487 <DT>by-nick-then-recip</DT>
24488 <DD>Means that it will use the
24489 matching nickname from your address book if there is one, otherwise it
24490 will extract the recipient name from the address and use that (like
24491 by-recipient).
24492 </DD>
24494 <DT>current-folder</DT>
24495 <DD>Causes a copy to be written to
24496 the currently open folder, unless that is the INBOX.  In the case
24497 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
24498 used instead.
24499 </DD>
24500 </DL>
24503 Note: Whatever the fcc specified by the rule here, it will be
24504 over-ridden by any fcc entries you have in your address book.
24507 <UL>   
24508 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24509 </UL><P>
24510 &lt;End of help on this topic&gt;
24511 </BODY>
24512 </HTML>
24513 ====== h_config_sort_key =====
24514 <HTML>
24515 <HEAD>
24516 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
24517 </HEAD>
24518 <BODY>
24519 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
24521 This option determines the order in which messages will be displayed in
24522 the MESSAGE INDEX screen.  Choose from:
24524 <UL>
24525  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
24526  <LI> <A HREF="h_index_sort_date">Date</A>
24527  <LI> <A HREF="h_index_sort_subj">Subject</A>
24528  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
24529  <LI> <A HREF="h_index_sort_thread">Thread</A>
24530  <LI> <A HREF="h_index_sort_from">From</A>
24531  <LI> <A HREF="h_index_sort_size">Size</A>
24532  <LI> <A HREF="h_index_sort_score">Score</A>
24533  <LI> <A HREF="h_index_sort_to">To</A>
24534  <LI> <A HREF="h_index_sort_cc">Cc</A>
24535 </UL>
24538 Each type of sort may also be reversed.
24539 Normal default is by &quot;Arrival&quot;.
24542 A possible point of confusion arises when you change the configuration
24543 of the <!--#echo var="VAR_sort-key"-->.
24544 The folder will normally be re-sorted when you go back to viewing the
24545 index.
24546 However, if you have manually sorted the folder with the
24547 Sort
24548 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
24549 command, then it will not be re-sorted until the next time it is opened.
24552 <UL>   
24553 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24554 </UL><P>
24555 &lt;End of help on this topic&gt;
24556 </BODY>
24557 </HTML>
24558 ====== h_config_other_startup =====
24559 <HTML>
24560 <HEAD>
24561 <TITLE>OPTION: Set Startup Rule</TITLE>
24562 </HEAD>
24563 <BODY>
24564 <H1>OPTION: Set Startup Rule</H1>
24566 This option determines which message will be the <EM>current message</EM> when
24567 the folder is first opened.
24568 It works the same way that the option
24569 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
24570 works, so look there for help.
24571 It may be used for any folder, not just incoming folders.
24574 <UL>   
24575 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24576 </UL><P>
24577 &lt;End of help on this topic&gt;
24578 </BODY>
24579 </HTML>
24580 ====== h_config_perfolder_sort =====
24581 <HTML>
24582 <HEAD>
24583 <TITLE>Set Sort Order</TITLE>
24584 </HEAD>
24585 <BODY>
24586 <H1>Set Sort Order</H1>
24588 This option determines the order in which messages will be displayed in
24589 the MESSAGE INDEX screen when the Current Folder Type set in the
24590 Pattern is a match. Choose from:
24592 <UL>
24593  <LI> <A HREF="h_index_sort_default">Default</A>
24594  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
24595  <LI> <A HREF="h_index_sort_date">Date</A>
24596  <LI> <A HREF="h_index_sort_subj">Subject</A>
24597  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
24598  <LI> <A HREF="h_index_sort_thread">Thread</A>
24599  <LI> <A HREF="h_index_sort_from">From</A>
24600  <LI> <A HREF="h_index_sort_size">Size</A>
24601  <LI> <A HREF="h_index_sort_score">Score</A>
24602  <LI> <A HREF="h_index_sort_to">To</A>
24603  <LI> <A HREF="h_index_sort_cc">Cc</A>
24604 </UL>
24607 Each type of sort may also be reversed.
24608 Normal default is by &quot;Arrival&quot;.
24611 A possible point of confusion arises when you change the configuration
24612 of the Sort Order for the currently open folder.
24613 The folder will normally be re-sorted when you go back to viewing the
24614 index.
24615 However, if you have manually sorted the folder with the
24616 Sort
24617 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
24618 command, then it will not be re-sorted until the next time it is opened.
24621 <UL>   
24622 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24623 </UL><P>
24624 &lt;End of help on this topic&gt;
24625 </BODY>
24626 </HTML>
24627 ====== h_config_fld_sort_rule =====
24628 <HTML>
24629 <HEAD>
24630 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
24631 </HEAD>
24632 <BODY>
24633 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
24635 This option controls the order in which folder list entries will be
24636 presented in the FOLDER LIST screen.  Choose one of the following:
24638 <DL>
24639 <DT>Alphabetical</DT>
24640 <DD>sort by alphabetical name independent of type
24641 </DD>
24643 <DT>Alpha-with-dirs-last</DT>
24644 <DD>sort by alphabetical name grouping directory entries
24645 to the end of the list
24646 </DD>
24648 <DT>Alpha-with-dirs-first</DT>
24649 <DD>sort by alphabetical name grouping directory entries
24650 to the start of the list
24651 </DD>
24652 </DL>
24654 The normal default is &quot;Alphabetical&quot;.
24657 <UL>   
24658 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24659 </UL><P>
24660 &lt;End of help on this topic&gt;
24661 </BODY>
24662 </HTML>
24663 ====== h_config_ab_sort_rule =====
24664 <HTML>
24665 <HEAD>
24666 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
24667 </HEAD>
24668 <BODY>
24669 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
24671 This option controls the order in which address book entries will be
24672 presented.  Choose one of the following:
24674 <DL>
24675 <DT>fullname</DT>
24676 <DD>use fullname field, lists mixed in
24677 </DD>
24679 <DT>fullname-with-lists-last</DT>
24680 <DD>use fullname field, but put lists at end
24681 </DD>
24683 <DT>nickname</DT>
24684 <DD>use nickname field, lists mixed in
24685 </DD>
24687 <DT>nickname-with-lists-last</DT>
24688 <DD>use nickname field, but put lists at end
24689 </DD>
24691 <DT>dont-sort</DT>
24692 <DD>don't change order of file
24693 </DD>
24694 </DL>
24697 The normal default is &quot;fullname-with-lists-last&quot;.
24698 If you use an address book from more than one computer and those
24699 computers sort the address book differently then the sort order
24700 will be the order where the last change to the address book was
24701 made.
24702 There are two reasons the sorting might be different on different
24703 systems.
24704 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
24705 places.
24706 Second, the collation rules on the two computers may be different.
24707 For example, one system might ignore special characters while the other
24708 doesn't or one may sort upper and lower case letters together while
24709 the other doesn't.
24710 In any case, the order you see is the order on the system where the
24711 last change was made, for example by an address book edit or a
24712 Take Address command.
24715 <UL>   
24716 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24717 </UL><P>
24718 &lt;End of help on this topic&gt;
24719 </BODY>
24720 </HTML>
24721 ====== h_config_post_char_set =====
24722 <HTML>
24723 <HEAD>
24724 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
24725 </HEAD>
24726 <BODY>
24727 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
24729 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
24730 when sending messages.
24734 When sending a message the text typed in the composer is
24735 labeled with the character set specified by this option.
24736 If the composed text is not fully representable in the 
24737 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
24738 instead;
24741 Attachments are labeled with your
24742 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
24745 Generally, there should be little need to set this option.
24746 If left unset, the
24747 default behavior is to label composed text as specifically as
24748 possible.  That is, if the composed text has no non-ASCII characters,
24749 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
24750 only ISO-8859-15 characters, it is labeled as such.  Alpine will
24751 attempt to automatically detect a number of character sets including ISO-8859-15,
24752 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
24753 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
24754 If the message contains a mix of character sets,
24755 it is labeled as &quot;UTF-8.&quot;
24759 This setting is provided to allow you to force a particular character set that
24760 Alpine does not automatically detect. For example, if a message is representable
24761 in more than one character set then Alpine may choose a different default
24762 than you want.
24763 Lastly, by setting this option explicitly to
24764 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
24765 &quot;UTF-8&quot; instead of something more specific.
24768 In the Setup/Config screen you may choose from a list of all the
24769 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24772 The options
24773 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
24774 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
24775 are closely related.
24776 Setting the feature
24777 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
24778 should cause this option to be ignored.
24781 <UL>   
24782 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24783 </UL><P>
24784 &lt;End of help on this topic&gt;
24785 </BODY>
24786 </HTML>
24787 ====== h_config_unk_char_set =====
24788 <HTML>
24789 <HEAD>
24790 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
24791 </HEAD>
24792 <BODY>
24793 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
24795 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
24796 when reading or replying to messages.
24800 A text message should either be made up of all US-ASCII characters
24801 or it should contain a charset label which tells the software which
24802 character set encoding to use to interpret the message.
24803 Sometimes a malformed message may be unlabeled but contain non-ascii text.
24804 This message is outside of the standards so any attempt to read it could fail.
24805 When Alpine attempts to read such a message it will try to interpret the
24806 text in the character set you specify here.
24807 For example, if you have correspondents who send you unlabeled messages that
24808 are usually made up of characters from the WINDOWS-1251 character set, setting
24809 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
24810 allow you to read those messages.
24811 Of course, if the unlabeled message is actually in some other character set,
24812 then you may see garbage on your screen.
24814 Instead of just unlabeled text, this option also affects text which is labeled
24815 with the charsets &quot;X-Unknown&quot;, &quot;MISSING_PARAMETER_VALUE&quot;
24816 or &quot;US-ASCII&quot;.
24819 In the Setup/Config screen you may choose from a list of all the
24820 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24823 <UL>   
24824 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24825 </UL><P>
24826 &lt;End of help on this topic&gt;
24827 </BODY>
24828 </HTML>
24829 ====== h_config_char_set =====
24830 <HTML>
24831 <HEAD>
24832 <TITLE>OPTION: Display Character Set</TITLE>
24833 </HEAD>
24834 <BODY>
24835 <H1>OPTION: Display Character Set</H1>
24837 The Display Character Set configuration option is used when viewing messages.
24839 Alpine uses Unicode characters internally and 
24840 it is a goal for Alpine to handle email in many different languages.
24841 Alpine will properly display only left-to-right character sets
24842 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
24843 font is in use, in the sense that
24844 characters are assumed to take up zero, one, or two character cell
24845 widths from left to right on the screen. This is true even in PC-Alpine.
24848 Alpine recognizes some local character sets that are right-to-left
24849 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
24850 (Arabic) and properly converts texts in these character sets to/from
24851 Unicode; however, there are known display bugs with these character
24852 sets.
24855 There are three possible configuration character settings and some
24856 environment variable settings that can affect how Alpine
24857 handles international characters.
24858 The first two of these are only available in UNIX Alpine.
24859 The three configuration options are
24860 Display Character Set,
24861 Keyboard Character Set, and
24862 <!--#echo var="VAR_posting-character-set"-->.
24863 The Keyboard Character Set defaults to being the same value
24864 as the Display Character Set, and that is usually correct, because
24865 the keyboard almost always produces characters in the same character set
24866 as the display displays.
24867 The Display Character Set is the character set that Alpine
24868 will attempt to use when sending characters to the display.
24871 By default, the Display Character Set variable is not set and UNIX Alpine
24872 will attempt to get this information from the environment.
24873 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
24874 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
24875 An explicit configuration setting for Display Character Set will,
24876 of course, override any default setting.
24878 For PC-Alpine the Display Character Set
24879 and the Keyboard Character Set
24880 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
24883 It is probably best to use UNIX Alpine in a terminal emulator
24884 capable of displaying UTF-8 characters, since that will allow you to
24885 view just about any received text that is correctly formatted (note,
24886 however, the above comments about known index display bugs with certain
24887 character sets). You'll need to have an emulator that uses a UTF-8 font
24888 and you'll need to set up your environment to use a UTF-8 charmap. For
24889 example, on a Linux system you might include
24891 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
24894 or something similar in your UNIX startup files.
24895 You'd also have to select a UTF-8 font in your terminal emulator.
24898 The types of values that the character set variables may be set to are
24899 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
24900 The <CODE>ISO-2022</CODE> character sets are not supported for input or
24901 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
24902 for use only as a <!--#echo var="VAR_posting-character-set"-->.
24903 In the Setup/Config screen you may choose from a list of all the
24904 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
24905 Here is a list of many of the possible character sets:
24908 <TABLE>
24909 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
24910 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
24911 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
24912 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
24913 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
24914 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
24915 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
24916 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
24917 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
24918 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
24919 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
24920 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
24921 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
24922 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
24923 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
24924 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
24925 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
24926 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
24927 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
24928 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukrainian</TD> </TR>
24929 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
24930 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
24931 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
24932 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24933 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24934 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
24935 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
24936 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
24937 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
24938 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
24939 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
24940 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
24941 </TABLE>
24944 When reading incoming email, Alpine understands many different
24945 character sets and is able to convert the incoming mail into Unicode.
24946 The Unicode will be converted to the Display Character Set
24947 for display on your terminal.
24948 Characters typed at the keyboard will be converted from the
24949 Keyboard Character Set to Unicode for Alpine's internal
24950 use.
24951 You may find that you can read some malformed messages that do not
24952 contain a character set label by setting the option
24953 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
24956 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
24957 The default behavior obtained by leaving this variable unset is usually
24958 what is wanted. In that default case, Alpine will attempt
24959 to label the message with the most specific character set from the
24960 rather arbitrary set
24962 US-ASCII, ISO-8859-15,
24963 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
24964 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
24967 For example, if the message is made up of only US-ASCII characters, it
24968 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
24969 that will be the label. If that doesn't work the same is tried for the
24970 remaining members of the list.
24973 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
24974 explicit value instead.
24975 For example, if you usually send messages in Greek, setting this
24976 option to ISO-8859-7 will result in messages being labeled as
24977 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
24978 are only Greek characters, or UTF-8 if there are some characters
24979 that aren't representable in ISO-8859-7.
24980 Another possibility is to set this option explicitly to UTF-8.
24981 In that case
24982 Alpine labels only ascii messages as US-ASCII and all other
24983 messages as UTF-8.
24986 The options
24987 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
24988 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
24989 are closely related to this option.
24990 Setting the feature
24991 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
24992 should cause this option to be ignored.
24995 When displaying a message, Alpine compares this setting to the character
24996 set specified in the message.  If not all of the
24997 characters in the message can be displayed using the Display Character Set
24998 then Alpine places an editorial
24999 comment in the displayed text (enclosed in square-brackets) indicating
25000 that some characters may not be displayed correctly.
25001 This comment may be eliminated by turning on the option
25002 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
25005 <UL>   
25006 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25007 </UL><P>
25008 &lt;End of help on this topic&gt;
25009 </BODY>
25010 </HTML>
25011 ====== h_config_key_char_set =====
25012 <HTML>
25013 <HEAD>
25014 <TITLE>OPTION: Keyboard Character Set</TITLE>
25015 </HEAD>
25016 <BODY>
25017 <H1>OPTION: Keyboard Character Set</H1>
25019 UNIX Alpine only.
25021 The Keyboard Character Set identifies the character set of the characters
25022 coming from your keyboard.
25023 It defaults to having the same value as your
25024 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
25025 which in turn defaults to a value obtained from your environment.
25026 It is unlikely that you will need to use this option, because the keyboard
25027 almost always produces the same kind of characters as the display displays.
25030 This character set is also used when accessing files in your local
25031 file system.
25032 The names of the files are assumed to be in the same character set as
25033 what the keyboard produces, as well as the contents of the files.
25036 In the Setup/Config screen you may choose from a list of all the
25037 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
25040 The options
25041 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
25042 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
25043 are closely related.
25044 Setting the feature
25045 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
25046 should cause this option to be ignored.
25049 <UL>   
25050 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25051 </UL><P>
25052 &lt;End of help on this topic&gt;
25053 </BODY>
25054 </HTML>
25055 ====== h_config_editor =====
25056 <HTML>
25057 <HEAD>
25058 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
25059 </HEAD>
25060 <BODY>
25061 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
25063 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
25064 normally an alternative to Alpine's internal composer (Pico).  You could use
25065 this setting to specify an alternate editor to use occasionally or if you
25066 have a favorite editor and want to use it all the time (see the 
25067 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
25068 If you specify multiple editors for this option, ^_ will invoke the first one 
25069 of those specified that exists and is executable.  When specifying a program 
25070 for use here, make sure that the format of the text it saves -- which, when 
25071 you exit it, will become the message body in Alpine -- is appropriate 
25072 for the body of an email message; avoid proprietary formats that may result in 
25073 a message body that the recipient of your message will be unable to decipher.
25075 <!--chtml if pinemode="os_windows"-->
25076 <!--chtml else-->
25077 If you are in doubt about what editors are available on your system, or which 
25078 of them may be appropriate for specification here, ask your local computing 
25079 support staff.  
25080 <!--chtml endif-->
25082 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
25083 unset, outgoing text will be set as flowed.  In most cases this will be fine,
25084 but if the editor has a &quot;flowed text&quot; mode, it would be best to
25085 use that.
25087 <P><UL>
25088 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25089 </UL>
25091 &lt;End of help on this topic&gt;
25092 </BODY>
25093 </HTML>
25094 ====== h_config_speller =====
25095 <HTML>
25096 <HEAD>
25097 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
25098 </HEAD>
25099 <BODY>
25100 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
25102 UNIX Alpine only.
25104 For PC-Alpine, you must install the aspell library code that you
25105 may get from
25106 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
25108 This option affects the behavior of the ^T (spell check) command in the
25109 Composer.  It specifies the program invoked by ^T in the Composer.
25110 By default, Alpine uses
25112 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
25114 if it knows where to find &quot;aspell&quot;.
25115 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
25116 then the command used is
25118 <CENTER><SAMP>ispell -l</SAMP></CENTER>
25120 Otherwise, the ancient &quot;spell&quot; command is used.
25122 If you specify a value for this command (with full pathname) then that is what
25123 will be used instead of any of the defaults.
25124 When invoking this
25125 spell-checking program, Alpine appends a tempfile name (where the message is
25126 passed) to the command line. Alpine expects the speller to correct the
25127 spelling in that file. When you exit from that program Alpine will read the
25128 tempfile back into the composer.
25130 Don't set this speller option to the standard Unix spell command.
25131 That won't work because spell works in a different way.
25134 <UL>   
25135 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25136 </UL><P>
25137 &lt;End of help on this topic&gt;
25138 </BODY>
25139 </HTML>
25140 ====== h_config_aspell_dictionary =====
25141 <HTML>
25142 <HEAD>
25143 <TITLE>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></TITLE>
25144 </HEAD>
25145 <BODY>
25146 <H1>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></H1>
25148 PC Alpine only.
25150 This option specifies a list of dictionaries you will use with
25151 aspell. A sample entry is &quot;en_US&quot; for american english, or
25152 &quot;en_GB&quot; for british english.
25155 <UL>   
25156 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25157 </UL><P>
25158 &lt;End of help on this topic&gt;
25159 </BODY>
25160 </HTML>
25161 ====== h_config_display_filters =====
25162 <HTML>
25163 <HEAD>
25164 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
25165 </HEAD>
25166 <BODY>
25167 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
25169 This option defines a list of text-filtering commands (programs or
25170 scripts) that may be used to filter text portions of received messages
25171 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
25172 display screen, exporting to a text file).  
25173 For security reasons, the full path name of the
25174 filter command must be specified.
25177 The command is executed and the message is piped into its standard input. 
25178 The standard output of the command is read back by Alpine.  The
25179 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
25181 <P> 
25182 The filter's use is based on the configured &quot;trigger&quot; string.  The
25183 format of a filter definition is:
25185 <P>   
25186 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
25189 You can specify as many filters as you wish, separating them with a comma.  
25190 Each filter can have only one trigger and command.  Thus, two trigger 
25191 strings that invoke the same command require separate filter 
25192 specifications. 
25194 <P> 
25195 The &quot;trigger&quot; is simply text that, if found in the message,
25196 will invoke the associated command.  If the trigger contains any space
25197 characters, it must be placed within quotes.  Likewise, should you
25198 wish a filter to be invoked unconditionally, define the trigger as the
25199 null string, &quot;&quot; (two consecutive double-quote characters).  If the
25200 trigger string is found anywhere in the text of the message the filter
25201 is invoked.  Placing the trigger text within the tokens defined below
25202 changes where within the text the trigger must be before considering
25203 it a match.
25205 <P>  
25206 Trigger Modifying Tokens:
25207 <DL>
25208 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
25209 <DD>This token tells Alpine to invoke the supplied command
25210 if the text is in a character set matching <VAR>string</VAR>
25211 (e.g., ISO-8859-2 or ISO-2022-JP).
25212 </DD>
25215 <DT>_LEADING(<VAR>string</VAR>)_</DT>
25216 <DD>This token tells Alpine to invoke the supplied command
25217 if the enclosed <VAR>string</VAR> is found to be the first
25218 non-whitespace text.
25219 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
25220 the space character.
25221 </DD>
25223 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
25224 <DD>This token tells Alpine to invoke the supplied command
25225 if the enclosed <VAR>string</VAR> is found at the beginning
25226 of any line in the text.
25227 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
25228 the space character.
25229 </DD>
25230 </DL>
25233 The &quot;command&quot; and &quot;arguments&quot; portion is simply
25234 the command line to be invoked if the trigger string is found.  Below
25235 are tokens that Alpine will recognize and replace with special values
25236 when the command is actually invoked.
25239 Command Modifying Tokens:
25241 <DL>
25242 <DT>_TMPFILE_</DT>
25243 <DD>When the command is executed, this token is 
25244 replaced with the path and name of the temporary 
25245 file containing the text to be filtered.  Alpine 
25246 expects the filter to replace this data with the 
25247 filter's result.
25250 NOTE: Use of this token implies that the text to 
25251 be filtered is not piped into standard input of the 
25252 executed command and its standard output is ignored. 
25253 Alpine restores the tty modes before invoking the
25254 filter in case the filter interacts with the user
25255 via its own standard input and output.  
25256 </DD>
25257                         
25258 <DT>_RESULTFILE_</DT>
25259 <DD>When the command is executed, this token is 
25260 replaced with the path and name of a temporary 
25261 file intended to contain a status message from the 
25262 filter.  Alpine displays this in the message status 
25263 field. 
25264 </DD>
25266 <DT>_DATAFILE_</DT>
25267 <DD>When the command is executed, this token is 
25268 replaced with the path and name of a temporary 
25269 file that Alpine creates once per session and deletes 
25270 upon exit.  The file is intended to be used by the 
25271 filter to store state information between instances 
25272 of the filter.
25273 </DD>
25274    
25275 <DT>_PREPENDKEY_</DT>
25276 <DD>When the command is executed, this token indicates that a random
25277 number will be passed down the input stream before the message text.
25278 This number could be used as a session key.  It is sent in this way to
25279 improve security.  The number is unique to the current Alpine session
25280 and is only generated once per session.
25281 </DD>
25283 <DT>_SILENT_</DT>
25284 <DD>When the filter is executed, this token tells Alpine not to repaint
25285 the screen while the command is being executed. This can be used with 
25286 filters that do not interact with the user, and therefore repainting 
25287 the screen is not necessary. 
25288 </DD>
25289 </DL>
25292 The feature
25293 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
25295 Performance caveat/considerations:
25296 <BR>
25297 Testing for the trigger and invoking the filter doesn't come for free.
25298 There is overhead associated with searching for the trigger string, testing
25299 for the filter's existence and actually piping the text through the filter.
25300 The impact can be reduced if the Trigger Modifying Tokens above are 
25301 employed.
25303 &lt;End of help on this topic&gt;
25304 </BODY>
25305 </HTML>
25306 ====== h_config_sending_filter =====
25307 <HTML>
25308 <HEAD>
25309 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
25310 </HEAD>
25311 <BODY>
25312 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
25313       
25314 This option defines a list of text-filtering commands (programs and
25315 scripts) that may be selectively invoked to process a message just before
25316 it is sent.  If set, the Composer's ^X (Send) command will allow you to
25317 select which filter (or none) to apply to the message before it is sent. 
25318 For security reasons, the full path of the filter program must be
25319 specified.
25322 Command Modifying Tokens:
25324 <DL>
25325 <DT>_RECIPIENTS_</DT>
25326 <DD>When the command is executed, this token is replaced 
25327 with the space delimited list of recipients of the 
25328 message being sent. 
25329 </DD>
25330         
25331 <DT>_TMPFILE_</DT>
25332 <DD>
25333 When the command is executed, this token is 
25334 replaced with the path and name of the temporary 
25335 file containing the text to be filtered.  Alpine 
25336 expects the filter to replace this data with the 
25337 filter's result.
25340 NOTE: Use of this token implies that the text to 
25341 be filtered is not piped into standard input of the 
25342 executed command and its standard output is ignored. 
25343 Alpine restores the tty modes before invoking the
25344 filter in case the filter interacts with the user
25345 via its own standard input and output.  
25346 </DD>
25347                         
25348 <DT>_RESULTFILE_</DT>
25349 <DD>When the command is executed, this token is 
25350 replaced with the path and name of a temporary 
25351 file intended to contain a status message from the 
25352 filter.  Alpine displays this in the message status 
25353 field. 
25354 </DD>
25356 <DT>_DATAFILE_</DT>
25357 <DD>When the command is executed, this token is replaced 
25358 in the command line with the path and name of a 
25359 temporary file that Alpine creates once per session 
25360 and deletes upon exit.  The file is intended to be 
25361 used by the filter to store state information between 
25362 instances of the filter.
25363 </DD>
25364    
25365 <DT>_PREPENDKEY_</DT>
25366 <DD>When the command is executed, this token indicates 
25367 that a random number will be passed down the input 
25368 stream before the message text.  This number could 
25369 be used as a session key.  It is sent in this way 
25370 to improve security.  The number is unique to the 
25371 current Alpine session and is only generated once per 
25372 session. 
25373 </DD>
25375 <DT>_INCLUDEALLHDRS_</DT>
25376 <DD>When the command is executed, this token indicates 
25377 that the headers of the message will be passed down the input stream
25378 before the message text.
25379 </DD>
25381 <DT>_MIMETYPE_</DT>
25382 <DD>When the command is executed, this token is replaced in the
25383 command name with a temporary file name used to accept any new MIME
25384 Content-Type information necessitated by the output of the filter.
25385 Upon the filter's exit, if the file contains new MIME type
25386 information, Alpine verifies its format and replaces the outgoing
25387 message's MIME type information with that contained in the file. This
25388 is basically a cheap way of sending something other than Text/Plain.
25389 </DD>
25390 </DL>
25392 <P>   
25393 NOTE: Only the body text, which is visible in the Composer, is piped
25394 through this filter.  Attachments are not sent to the filter.
25395 <P>   
25396 Sending filters are not used if the feature
25397 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
25399 <UL>   
25400 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25401 </UL><P>
25402 &lt;End of help on this topic&gt;
25403 </BODY>
25404 </HTML>
25405 ====== h_config_keywords =====
25406 <HTML>
25407 <HEAD>
25408 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
25409 </HEAD>
25410 <BODY>
25411 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
25413 You may define your own set of keywords and optionally set them on a
25414 message by message basis.
25415 These are similar to the &quot;Important&quot; flag which the user
25416 may set using the Flag command.
25417 The difference is that the Important flag is always present for each folder.
25418 User-defined keywords are chosen by the user.
25419 You may set up the list of possible keywords here, or you may add keywords
25420 from the Flag Details screen that you
25421 can get to after typing the
25422 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
25423 command.
25424 After the keywords have been defined,
25425 then you use the <A HREF="h_common_flag">Flag command</A>
25426 to set or clear the keywords in each message.
25427 The behavior of the flag command may be modified by using the
25428 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
25429 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
25432 Keywords may be used when Selecting messages (Select Keyword).
25433 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
25434 Filter Rules may be used to set keywords automatically.
25435 Keywords may be displayed as part of the Subject of a message by using
25436 the SUBJKEY or SUBJKEYINIT tokens in the
25437 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
25438 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
25439 option may be used to modify the display of keywords using
25440 SUBJKEY and SUBJKEYINIT slightly.
25441 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
25442 screen by using the KEY or KEYINIT tokens.
25443 It is also possible to color keywords in the index using the
25444 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
25445 Keywords are not supported by all mail servers.
25448 You may give keywords nicknames if you wish.
25449 If the keyword definition you type in contains a SPACE character, then the
25450 actual value of the keyword is everything after the last SPACE and the
25451 nickname for that keyword is everything before the last SPACE.
25452 For example, suppose you are trying to interoperate with another email program
25453 that uses a particular keyword with an unpleasant name.
25454 Maybe it uses a keyword called
25456 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
25458 but for you that keyword means that the message is work-related.
25459 You could define a keyword to have the value
25461 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
25463 and then you would use the name &quot;Work&quot; when dealing with
25464 that keyword in Alpine.
25465 If you defined it as
25467 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
25469 the nickname would be everything before the last SPACE, that is the nickname
25470 would be &quot;My Work&quot;.
25472 Some commonly used keywords begin with dollar signs.
25473 This presents a slight complication, because the dollar sign is normally used
25474 to signify
25475 <A HREF="h_news_config">environment variable expansion</A>
25476 in the Alpine configuration.
25477 In order to specify a keyword that begins with a dollar sign you must
25478 precede the dollar sign with a second dollar sign to escape its special
25479 meaning.
25480 For example, if you want to include the keyword
25482 <CENTER><SAMP>$Label1</SAMP></CENTER>
25484 as one of your possible keywords, you must enter the text
25486 <CENTER><SAMP>$$Label1</SAMP></CENTER>
25489 instead.
25491 There are a couple limitations.
25492 First, not all servers support keywords.
25493 Second, some servers (including the IMAP server included with Alpine)
25494 have a per folder limit on the number of keywords that may be defined.
25495 This count commonly includes every keyword you have ever used in the
25496 folder, even if it is no longer being used.
25497 In other words, you can add keywords but you cannot remove them easily.
25498 If you have changed keywords over the life of a folder and find that
25499 you have reached such a limit, one possible solution might be to copy
25500 all of the messages to a newly created folder (using Alpine) and then
25501 delete the original and rename the new folder.
25502 The reason this might work is that only the keywords currently set in
25503 any of the messages will be used in the new folder, hopefully putting you
25504 under the limit.
25507 <UL>   
25508 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25509 </UL><P>
25510 &lt;End of help on this topic&gt;
25511 </BODY>
25512 </HTML>
25513 ====== h_config_alt_addresses =====
25514 <HTML>
25515 <HEAD>
25516 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
25517 </HEAD>
25518 <BODY>
25519 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
25521 This option provides a place for you to list alternate email addresses
25522 you may have.
25523 Each address in the list should be the actual email address part of an
25524 address, without the full name field or the angle brackets.
25525 For example:
25528 <CENTER><SAMP>user@example.com</SAMP></CENTER>
25531 The matching is case-insensitive, so this would match any of
25532 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
25533 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
25536 If set, the option affects the behavior of the Reply
25537 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
25538 a message has been addressed specifically to you.
25541 In the default INDEX display
25542 the personal name (or email address) of
25543 the person listed in the message's &quot;From:&quot; header
25544 field is usually displayed except when that address is yours or one of your
25545 alternate addresses.
25546 In that case you will usually see the name of
25547 the first person specified in the
25548 message's &quot;To:&quot; header field
25549 with the prefix &quot;To: &quot; prepended.
25552 With respect to Reply, the reply-to-all option will exclude addresses
25553 listed here.
25556 The feature
25557 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
25558 is somewhat related to this option.
25561 In addition to a list of actual addresses,
25562 you may use regular expressions (as used with grep -E with the ignore case flag)
25563 to describe the addresses you want to match.
25564 Alpine will somewhat arbitrarily interpret your entry as a regular
25565 expression if it contains any of the characters
25566 *, |, +, ?, {, [, ^, $, or &#92;.
25567 Otherwise, it will be treated literally.
25568 The feature
25569 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
25570 may be used to turn off regular expression processing regardless of whether or not
25571 special characters appear in the entry.
25574 A description of how regular expressions work is beyond the
25575 scope of this help text, but some examples follow.
25578 The entry
25581 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
25584 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
25585 address with a domain name of <SAMP>example.com</SAMP> (such as
25586 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
25587 one of your alternate addresses.
25588 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
25589 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
25590 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
25591 Complicating things further, the dollar sign
25592 is special in the Alpine configuration (it signifies environment variable expansion)
25593 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
25594 Quotes around the whole expression will not escape the dollar sign successfully.
25595 So this example should look like
25598 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
25602 The entry
25605 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
25608 would match
25609 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
25610 as <SAMP>fred@example.com</SAMP>.
25613 You could match all addresses that look like
25614 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
25615 entry
25618 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
25621 Notice that you have to escape the plus sign with a backslash because plus
25622 is a special character in regular expressions.
25623 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
25624 the expression
25627 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
25630 would do it, but it would be easier to just add fred@example.com as a
25631 separate entry.
25634 One more example, a match of all first-level subdomains, is given by
25637 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
25641 Because the regular expression matching is based on an old library
25642 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
25643 but they should be close.
25646 <UL>   
25647 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25648 </UL><P>
25649 &lt;End of help on this topic&gt;
25650 </BODY>
25651 </HTML>
25652 ====== h_config_abook_formats =====
25653 <HTML>
25654 <HEAD>
25655 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
25656 </HEAD>
25657 <BODY>
25658 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
25660 This option specifies the format that address books are displayed in.
25661 Normally, address books are displayed with the nicknames in the first
25662 column, the fullnames in the second column, and addresses in the third
25663 column.  The system figures out reasonable defaults for the widths of
25664 the columns.  An address book may be given a different format by
25665 listing special tokens in the order you want them to display.  The
25666 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
25667 So, for example, to get the default behavior you could list
25670 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
25673 (You can also use the token DEFAULT to get the default behavior for
25674 an address book format.)
25677 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
25678 is a list, so if you have more than one address book you may have a
25679 separate format for each by putting its format at the corresponding
25680 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
25684 Listed first are the personal address books, then the global address
25685 books.  So, if you have two personal address books and one global
25686 address book, you may have up to three formats in the
25687 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
25688 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
25689 are address books, the last element is used repeatedly.
25693 Each of the tokens may also be optionally followed by parentheses with
25694 either a number or a percentage inside the parentheses.  For example,
25695 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
25696 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
25697 of the available space (the screen width minus the space for
25698 inter-column spaces) to the fullnames column, while plain
25699 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
25700 reasonable number of columns.
25703 There are always 2 spaces between every column, so if you use
25704 fixed column widths (like 13) you should remember to take that into
25705 account.
25708 <UL>   
25709 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25710 </UL><P>
25711 &lt;End of help on this topic&gt;
25712 </BODY>
25713 </HTML>
25714 ====== h_config_set_index_format =====
25715 <HTML>
25716 <HEAD>
25717 <TITLE>Set Index Format</TITLE>
25718 </HEAD>
25719 <BODY>
25720 <H1>Set Index Format</H1>
25722 This option is used to customize the content of lines in the
25723 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
25724 This action works exactly like the regular
25725 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
25726 except that you can have a folder-specific value for it if you specify it here.
25727 Consult the help for
25728 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
25729 for more information.
25732 <UL>   
25733 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25734 </UL><P>
25735 &lt;End of help on this topic&gt;
25736 </BODY>
25737 </HTML>
25738 ====== h_config_index_format =====
25739 <HTML>
25740 <HEAD>
25741 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
25742 </HEAD>
25743 <BODY>
25744 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
25746 This option is used to customize the content of lines in the
25747 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
25748 to convey some amount of immediately relevant information about each 
25749 message in the current folder.
25752 Alpine provides a pre-defined set of informational fields with
25753 reasonable column widths automatically computed.  You can, however,
25754 replace this default set by listing special tokens in the order you
25755 want them displayed.
25758 The list of available tokens is
25759 <A HREF="h_index_tokens">here</A>.
25762 Spaces are used to separate listed tokens.  Additionally, you can
25763 specify how much of the screen's width the token's associated data
25764 should occupy on the index line by appending to the token a pair of
25765 parentheses enclosing either a number or percentage.  For example,
25766 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
25767 column, and &quot;SUBJECT(20%)&quot; means to
25768 allocate 20% of the available space
25769 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
25770 attempt to figure out a reasonable amount of space.
25773 There is always one space between every pair of columns, so if you use fixed
25774 column widths (like 13) you should remember to take that into account.
25775 Several of the fields are virtually fixed-width, so it doesn't make
25776 much sense to specify the width for them.  The fields STATUS,
25777 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
25778 and DESCRIPSIZE all fall into that category.
25779 You <EM>may</EM> specify widths for those if you wish, but
25780 you're probably better off letting the system pick those widths.  <P>
25783 The default is equivalent to:
25786 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
25789 This means that the four fields without percentages will be allocated
25790 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
25791 the from and subject fields.  If one of those two fields is specified
25792 as a percentage and the other is left for the system to choose, then
25793 the percentage is taken as an absolute percentage of the screen, not
25794 of the space remaining after allocating the first four columns.  It
25795 doesn't usually make sense to do it that way.  If you leave off all
25796 the widths, then the subject and from fields (if both are present) are
25797 allocated space in a 2 to 1 ratio, which is almost exactly the same as
25798 the default.
25801 What you are most likely to do with this configuration option is to
25802 specify which fields appear at all, which order they appear in, and the
25803 percentage of screen that is used for the from and subject fields if you
25804 don't like the 2 to 1 default.
25807 If you want to retain the default format that Pine 4.64 had, use
25810 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
25812 <EM>and</EM> set the feature
25813 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
25814 <UL>   
25815 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25816 </UL><P>
25817 &lt;End of help on this topic&gt;
25818 </BODY>
25819 </HTML>
25820 ====== h_config_reply_intro =====
25821 <HTML>
25822 <HEAD>
25823 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
25824 </HEAD>
25825 <BODY>
25826 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
25828 This option is used to customize the content of the introduction line
25829 that is included when replying to a message and including the original
25830 message in the reply.
25831 The normal default (what you will get if you delete this variable) looks
25832 something like:
25834 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
25836 where the day of the week is only included if it is available in the
25837 original message.
25838 You can replace this default with text of your own.
25839 The text may contain tokens that are replaced with text
25840 that depends on the message you are replying to.
25841 For example, the default is equivalent to:
25843 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
25846 Since this variable includes regular text mixed with special tokens
25847 the tokens have to be surrounded by underscore characters.
25848 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
25849 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
25850 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
25852 The list of available tokens is
25853 <A HREF="h_index_tokens">here</A>.
25856 By default, the text is all on a single line and is followed by a blank line.
25857 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
25858 than 80 characters when replying to a particular message, it is shortened.
25859 However, if you use the token
25861 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
25864 anywhere in the value, no end of line or blank line is appended, and no
25865 shortening is done.
25866 The _NEWLINE_ token may be used to get rid of the blank line following
25867 the text, to add more blank lines, or to form a multi-line
25868 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
25869 To clarify how _NEWLINE_ works recall that the default value is:
25871 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
25874 That is equivalent to
25876 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
25879 In the former case, two newlines are added automatically because
25880 no _NEWLINE_ token appears in the value of the option (for backwards
25881 compatibility). In the latter case, the newlines are explicit.
25882 If you want to remove the blank line that follows the
25883 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
25884 _NEWLINE_ token like
25886 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
25889 Because of the backwards compatibility problem, it is not possible to
25890 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
25891 and that will cause the automatic adding of two newlines!
25892 If you want, you may embed newlines in the middle of the text, as well,
25893 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
25896 By default, no attempt is made to localize the date.
25897 If you prefer a localized form you may find that one of the tokens
25898 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
25899 If you want more control one of the many other date tokens, such as _DATEISO_,
25900 might be better.
25903 For the adventurous, there is a way to conditionally include text based
25904 on whether or not a token would result in specific replacement text.
25905 For example, you could include some text based on whether or not
25906 the _NEWS_ token would result in any newsgroups if it was used.
25907 It's explained in detail
25908 <A HREF="h_reply_token_conditionals">here</A>.
25911 In the very unlikely event that you want to include a literal token
25912 in the introduction line you must precede it with a backslash character.
25913 For example,
25915 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
25917 would produce something like
25919 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
25921 It is not possible to have a literal backslash followed by an expanded token.
25923 <UL>   
25924 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25925 </UL><P>
25926 &lt;End of help on this topic&gt;
25927 </BODY>
25928 </HTML>
25929 ====== h_config_remote_abook_history =====
25930 <HTML>
25931 <HEAD>
25932 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
25933 </HEAD>
25934 <BODY>
25935 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
25937 Sets how many extra copies of
25938 remote address book
25939 data will be kept in each remote address book folder.
25940 The default is three.
25941 These extra copies are simply old versions of the data. Each time a change
25942 is made a new copy of the address book data is appended to the folder. Old
25943 copies are trimmed, if possible, when Alpine exits.
25944 An old copy can be put back into use by
25945 deleting and expunging newer versions of the data from the folder.
25946 Don't delete the first message from the folder. It is a special header
25947 message for the remote address book and it must be there.
25948 This is to prevent regular folders from being used as remote address book
25949 folders and having their data destroyed.
25951 This option is also used to determine how many extra copies of remote
25952 Alpine configuration files are kept.
25954 <UL>   
25955 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25956 </UL><P>
25957 &lt;End of help on this topic&gt;
25958 </BODY>
25959 </HTML>
25960 ====== h_config_remote_abook_validity =====
25961 <HTML>
25962 <HEAD>
25963 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
25964 </HEAD>
25965 <BODY>
25966 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
25968 Sets the minimum number of minutes that a
25969 remote address book will be considered up to date.
25970 Whenever an entry contained in a remote address book is used,
25971 if more than this many minutes have
25972 passed since the last check the remote server will be queried to see if the
25973 address book has changed.
25974 If it has changed, the local copy is updated.
25975 The default value is five minutes.
25976 The special value of -1 means never check.
25977 The special value of zero means only check when the address book is first
25978 opened.
25980 No matter what the value, the validity check is always done when the
25981 address book is about to be changed by the user.
25982 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
25983 while in the address book maintenance screen for the remote address book.
25985 <UL>   
25986 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25987 </UL><P>
25988 &lt;End of help on this topic&gt;
25989 </BODY>
25990 </HTML>
25991 ====== h_config_user_input_timeo =====
25992 <HTML>
25993 <HEAD>
25994 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
25995 </HEAD>
25996 <BODY>
25997 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
25999 If this is set to an integer greater than zero, then this is the number
26000 of <EM>hours</EM> to wait for user input before Alpine times out.
26001 If Alpine is
26002 in the midst of composing a message or is waiting for user response to
26003 a question, then it will not timeout.
26004 However, if Alpine is sitting idle waiting for
26005 the user to tell it what to do next and the user does not give any
26006 input for this many hours, Alpine will exit.
26007 No expunging or moving of read
26008 messages will take place.
26009 It will exit similarly to the way it would exit
26010 if it received a hangup signal.
26011 This may be useful for cleaning up unused Alpine sessions that have been
26012 forgotten by their owners.
26013 The Alpine developers envision system administrators
26014 setting this to a value of several hours (24?) so that it won't surprise
26015 a user who didn't want to be disconnected.
26017 <UL>   
26018 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26019 </UL><P>
26020 &lt;End of help on this topic&gt;
26021 </BODY>
26022 </HTML>
26023 ====== h_config_ssh_open_timeo =====
26024 <HTML>
26025 <HEAD>
26026 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
26027 </HEAD>
26028 <BODY>
26029 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
26031 Sets the time in seconds that Alpine will
26032 attempt to open a UNIX secure shell connection.
26033 The default is 15, the minimum non-zero value is 5,
26034 and the maximum is unlimited. If this is set to zero ssh connections
26035 will be completely disabled.
26037 <UL>   
26038 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26039 </UL><P>
26040 &lt;End of help on this topic&gt;
26041 </BODY>
26042 </HTML>
26043 ====== h_config_rsh_open_timeo =====
26044 <HTML>
26045 <HEAD>
26046 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
26047 </HEAD>
26048 <BODY>
26049 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
26051 Sets the time in seconds that Alpine will
26052 attempt to open a UNIX remote shell connection.
26053 The default is 15, the minimum non-zero value is 5,
26054 and the maximum is unlimited. If this is set to zero rsh connections
26055 will be completely disabled.
26056 This might be useful if rsh connections will never work in your environment
26057 but are causing delays due to firewalls or some other reason.
26059 <UL>   
26060 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26061 </UL><P>
26062 &lt;End of help on this topic&gt;
26063 </BODY>
26064 </HTML>
26065 ====== h_config_tcp_open_timeo =====
26066 <HTML>
26067 <HEAD>
26068 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
26069 </HEAD>
26070 <BODY>
26071 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
26073 Sets the time in seconds that Alpine will
26074 attempt to open a network connection. The default is 30, the minimum is 5,
26075 and the maximum is system defined (typically 75). If a connection has not
26076 completed within this many seconds Alpine will give up and consider it a
26077 failed connection.
26079 <UL>   
26080 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26081 </UL><P>
26082 &lt;End of help on this topic&gt;
26083 </BODY>
26084 </HTML>
26085 ====== h_config_tcp_readwarn_timeo =====
26086 <HTML>
26087 <HEAD>
26088 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
26089 </HEAD>
26090 <BODY>
26091 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
26093 Sets the time in seconds that Alpine will
26094 wait for a network read before warning you that things are moving slowly
26095 and possibly giving you the option to break the connection.
26096 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
26097 1000 seconds.
26099 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
26101 <UL>   
26102 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26103 </UL><P>
26104 &lt;End of help on this topic&gt;
26105 </BODY>
26106 </HTML>
26107 ====== h_config_tcp_writewarn_timeo =====
26108 <HTML>
26109 <HEAD>
26110 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
26111 </HEAD>
26112 <BODY>
26113 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
26115 Sets the time in seconds that Alpine will
26116 wait for a network write before warning you that things are moving slowly
26117 and possibly giving you the option to break the connection.
26118 The default is 0 which means it is unset. If set to a non-zero value, the
26119 minimum is 5 and the maximum is 1000.
26121 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
26123 <UL>   
26124 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26125 </UL><P>
26126 &lt;End of help on this topic&gt;
26127 </BODY>
26128 </HTML>
26129 ====== h_config_tcp_query_timeo =====
26130 <HTML>
26131 <HEAD>
26132 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
26133 </HEAD>
26134 <BODY>
26135 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
26137 When Alpine times out a network read or write it will normally just display
26138 a message saying &quot;Still waiting&quot;.
26139 However, if enough time has elapsed since it started waiting it will offer
26140 to let you break the connection.
26141 That amount of time is set by this option, which defaults to 60 seconds,
26142 has a minimum of 5 seconds, and a maximum of 1000 seconds.
26144 <UL>   
26145 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26146 </UL><P>
26147 &lt;End of help on this topic&gt;
26148 </BODY>
26149 </HTML>
26150 ====== h_config_quit_query_timeo =====
26151 <HTML>
26152 <HEAD>
26153 <TITLE>OPTION: <!--#echo var="VAR_close-connection-timeout"--></TITLE>
26154 </HEAD>
26155 <BODY>
26156 <H1>OPTION: <!--#echo var="VAR_close-connection-timeout"--></H1>
26158 The original purpose of this option was to close a connection after this
26159 much time has elapsed without response from the server. The problem this
26160 generates is that a server might not reply on time due to a slow operation
26161 (for example, sorting a large folder, or filtering messages, etc.) In those
26162 situations it is desirable to wait for the server, even when this takes
26163 a long time.
26166 In order to have a good compromise so that a user can distinguish between
26167 when a connection is closed, therefore
26168 we do not need to wait for it, and the operation that the user is waiting
26169 for takes a long time, this option only applies to the
26170 &quot;NOOP&quot; IMAP command. So, if a NOOP command has been issued,
26171 and the connection does not return after the number of seconds configured
26172 here, which must be at least the amount configured in the option
26173 <a href="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></a>,
26174 then Alpine will close the connection.
26177 Closing connections that have connectivity problems is a good idea. In an ideal
26178 world, one would like all connections to be fast and reliable, so the amount
26179 of time and effort put into parsing a folder to report its state when it is
26180 opened is not wasted, so keeping connections alive is good, but the problem
26181 with this is that waiting for a user to reply to a &quot;keep connection
26182 alive?&quot; question can take a long time, and that might affect other
26183 connections that could be closed because Alpine is not pinging them while it
26184 is waiting for a reply from a user for a different connection. Therefore
26185 setting this value helps to keep other connections alive, in case
26186 you have several incoming folders in other servers.
26189 The default value for this option is 0, which means that no connections will
26190 be closed automatically, so if you want connections to be closed automatically
26191 you must set this option to a positive number bigger or equal than the
26192 value of the option <!--#echo var="VAR_tcp-query-timeout"-->.
26194 <UL>
26195 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26196 </UL><P>
26197 &lt;End of help on this topic&gt;
26198 </BODY>
26199 </HTML>
26200 ====== h_config_incoming_folders =====
26201 <HTML>
26202 <HEAD>
26203 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
26204 </HEAD>
26205 <BODY>
26206 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
26208 This is a list of one or more folders other than <EM>INBOX</EM> that
26209 may receive new messages.
26210 It is related to the
26211 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
26212 feature.
26213 This variable is normally manipulated with the Add, Delete, and Rename
26214 commands in the FOLDER LIST for the Incoming Message Folders collection.
26216 <UL>   
26217 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26218 </UL><P>
26219 &lt;End of help on this topic&gt;
26220 </BODY>
26221 </HTML>
26222 ====== h_config_folder_spec =====
26223 <HTML>
26224 <HEAD>
26225 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
26226 </HEAD>
26227 <BODY>
26228 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
26230 This is a list of one or more collections where saved mail is stored. 
26231 The first collection in this list is the default
26232 collection for <EM>Save</EM>s,
26233 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
26235 This variable is normally manipulated using the Setup/collectionList screen.
26237 <UL>   
26238 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26239 </UL><P>
26240 &lt;End of help on this topic&gt;
26241 </BODY>
26242 </HTML>
26243 ====== h_config_news_spec =====
26244 <HTML>
26245 <HEAD>
26246 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
26247 </HEAD>
26248 <BODY>
26249 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
26251 This is a list of collections where news folders are located.
26253 This variable is normally manipulated using the Setup/collectionList screen.
26255 <UL>   
26256 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26257 </UL><P>
26258 &lt;End of help on this topic&gt;
26259 </BODY>
26260 </HTML>
26261 ====== h_config_address_book =====
26262 <HTML>
26263 <HEAD>
26264 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
26265 </HEAD>
26266 <BODY>
26267 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
26269 A list of personal address books.
26270 Each entry in the list is an
26271 optional nickname followed by a pathname or file name relative to the home
26272 directory.
26273 The nickname is separated from the rest of the line with whitespace.
26274 Instead of a local pathname or file name, a remote folder name can be given.
26275 This causes the address book to
26276 be a Remote address book.
26278 Use the Setup/AddressBook screen to modify this variable.
26280 <UL>   
26281 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26282 </UL><P>
26283 &lt;End of help on this topic&gt;
26284 </BODY>
26285 </HTML>
26286 ====== h_config_glob_addrbook =====
26287 <HTML>
26288 <HEAD>
26289 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
26290 </HEAD>
26291 <BODY>
26292 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
26294 A list of shared address books.  Each entry in the list is an
26295 optional nickname followed by a pathname or file name relative to the home
26296 directory.
26297 A SPACE character separates the nickname from the rest of the line.
26298 Instead of a local pathname or file name, a remote folder name can be given.
26299 This causes the address book to
26300 be a Remote address book.
26301 Global address books are
26302 defined to be ReadOnly.
26304 Use the Setup/AddressBook screen to modify this variable.
26306 <UL>   
26307 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26308 </UL><P>
26309 &lt;End of help on this topic&gt;
26310 </BODY>
26311 </HTML>
26312 ====== h_config_last_vers =====
26313 <HTML>
26314 <HEAD>
26315 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
26316 </HEAD>
26317 <BODY>
26318 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
26320 This is set automatically by Alpine. 
26321 It is used to keep track of the last version of Alpine that
26322 was run by the user.
26323 Whenever the version number increases, a new version message is printed out.
26324 This may not be set in the system-wide configuration files.
26326 <UL>   
26327 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26328 </UL><P>
26329 &lt;End of help on this topic&gt;
26330 </BODY>
26331 </HTML>
26332 ====== h_config_printer =====
26333 <HTML>
26334 <HEAD>
26335 <TITLE>OPTION: Printer</TITLE>
26336 </HEAD>
26337 <BODY>
26338 <H1>OPTION: Printer</H1>
26340 Your default printer selection.
26342 Use the Setup/Printer screen to modify this variable.
26344 <UL>   
26345 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26346 </UL><P>
26347 &lt;End of help on this topic&gt;
26348 </BODY>
26349 </HTML>
26350 ====== h_config_print_cat =====
26351 <HTML>
26352 <HEAD>
26353 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
26354 </HEAD>
26355 <BODY>
26356 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
26358 This is an internal Alpine variable.
26359 It will be equal to 1, 2, or 3 depending on whether the default printer is
26360 attached, standard, or a personal print command.
26362 Use the Setup/Printer screen to modify this variable.
26364 <UL>   
26365 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26366 </UL><P>
26367 &lt;End of help on this topic&gt;
26368 </BODY>
26369 </HTML>
26370 ====== h_config_print_command =====
26371 <HTML>
26372 <HEAD>
26373 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
26374 </HEAD>
26375 <BODY>
26376 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
26378 List of personal print commands.
26380 Use the Setup/Printer screen to modify this variable.
26382 <UL>   
26383 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26384 </UL><P>
26385 &lt;End of help on this topic&gt;
26386 </BODY>
26387 </HTML>
26388 ====== h_config_pat_old =====
26389 <HTML>
26390 <HEAD>
26391 <TITLE>OPTION: Patterns</TITLE>
26392 </HEAD>
26393 <BODY>
26394 <H1>OPTION: Patterns</H1>
26396 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
26397 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
26398 and Patterns-Other.
26399 Patterns-Scores and Patterns-Filters have been replaced since then by
26400 Patterns-Scores2 and Patterns-Filters2.
26402 Use the Setup/Rules screens to modify these variable.
26404 <UL>   
26405 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26406 </UL><P>
26407 &lt;End of help on this topic&gt;
26408 </BODY>
26409 </HTML>
26410 ====== h_config_pat_roles =====
26411 <HTML>
26412 <HEAD>
26413 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
26414 </HEAD>
26415 <BODY>
26416 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
26418 List of rules used for roles.
26419 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
26420 other options.
26422 Use the Setup/Rules/Roles screen to modify this variable.
26424 <UL>   
26425 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26426 </UL><P>
26427 &lt;End of help on this topic&gt;
26428 </BODY>
26429 </HTML>
26430 ====== h_config_pat_filts =====
26431 <HTML>
26432 <HEAD>
26433 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
26434 </HEAD>
26435 <BODY>
26436 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
26438 List of rules used for filters.
26440 Use the Setup/Rules/Filters screen to modify this variable.
26442 <UL>   
26443 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26444 </UL><P>
26445 &lt;End of help on this topic&gt;
26446 </BODY>
26447 </HTML>
26448 ====== h_config_pat_scores =====
26449 <HTML>
26450 <HEAD>
26451 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
26452 </HEAD>
26453 <BODY>
26454 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
26456 List of rules used for scoring.
26458 Use the Setup/Rules/SetScores screen to modify this variable.
26460 <UL>   
26461 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26462 </UL><P>
26463 &lt;End of help on this topic&gt;
26464 </BODY>
26465 </HTML>
26466 ====== h_config_pat_other =====
26467 <HTML>
26468 <HEAD>
26469 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
26470 </HEAD>
26471 <BODY>
26472 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
26474 List of rules used for miscellaneous configuration.
26476 Use the Setup/Rules/Other screen to modify this variable.
26478 <UL>   
26479 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26480 </UL><P>
26481 &lt;End of help on this topic&gt;
26482 </BODY>
26483 </HTML>
26484 ====== h_config_pat_incols =====
26485 <HTML>
26486 <HEAD>
26487 <TITLE>OPTION: patterns-indexcolors</TITLE>
26488 </HEAD>
26489 <BODY>
26490 <H1>OPTION: patterns-indexcolors</H1>
26492 List of rules used for coloring lines in the index.
26494 Use the Setup/Rules/Indexcolor screen to modify this variable.
26496 <UL>   
26497 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26498 </UL><P>
26499 &lt;End of help on this topic&gt;
26500 </BODY>
26501 </HTML>
26502 ====== h_config_pat_srch =====
26503 <HTML>
26504 <HEAD>
26505 <TITLE>OPTION: patterns-search</TITLE>
26506 </HEAD>
26507 <BODY>
26508 <H1>OPTION: patterns-search</H1>
26510 List of rules used only for searching with the Select command in the MESSAGE INDEX.
26512 Use the Setup/Rules/searCh screen to modify this variable.
26514 <UL>   
26515 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26516 </UL><P>
26517 &lt;End of help on this topic&gt;
26518 </BODY>
26519 </HTML>
26520 ====== h_config_font_name =====
26521 <HTML>
26522 <HEAD>
26523 <TITLE>OPTION: Font Name</TITLE>
26524 </HEAD>
26525 <BODY>
26526 <H1>OPTION: Font Name</H1>
26528 PC-Alpine only.
26530 Name of normal font.
26532 Use the pulldown Config menu to modify this variable.
26534 <UL>   
26535 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26536 </UL><P>
26537 &lt;End of help on this topic&gt;
26538 </BODY>
26539 </HTML>
26540 ====== h_config_font_size =====
26541 <HTML>
26542 <HEAD>
26543 <TITLE>OPTION: Font Size</TITLE>
26544 </HEAD>
26545 <BODY>
26546 <H1>OPTION: Font Size</H1>
26548 PC-Alpine only.
26550 Size of normal font.
26552 Use the pulldown Config menu to modify this variable.
26554 <UL>   
26555 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26556 </UL><P>
26557 &lt;End of help on this topic&gt;
26558 </BODY>
26559 </HTML>
26560 ====== h_config_font_style =====
26561 <HTML>
26562 <HEAD>
26563 <TITLE>OPTION: Font Style</TITLE>
26564 </HEAD>
26565 <BODY>
26566 <H1>OPTION: Font Style</H1>
26568 PC-Alpine only.
26570 Style of normal font.
26572 Use the pulldown Config menu to modify this variable.
26574 <UL>   
26575 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26576 </UL><P>
26577 &lt;End of help on this topic&gt;
26578 </BODY>
26579 </HTML>
26580 ====== h_config_font_char_set =====
26581 <HTML>
26582 <HEAD>
26583 <TITLE>OPTION: Font Character Set</TITLE>
26584 </HEAD>
26585 <BODY>
26586 <H1>OPTION: Font Character Set</H1>
26588 PC-Alpine only.
26590 Character set of normal font.
26592 Use the pulldown Config menu to modify this variable.
26594 <UL>   
26595 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26596 </UL><P>
26597 &lt;End of help on this topic&gt;
26598 </BODY>
26599 </HTML>
26600 ====== h_config_print_font_name =====
26601 <HTML>
26602 <HEAD>
26603 <TITLE>OPTION: Print-Font-Name</TITLE>
26604 </HEAD>
26605 <BODY>
26606 <H1>OPTION: Print-Font-Name</H1>
26608 PC-Alpine only.
26610 Name of printer font.
26612 Use the pulldown Config menu to modify this variable.
26614 <UL>   
26615 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26616 </UL><P>
26617 &lt;End of help on this topic&gt;
26618 </BODY>
26619 </HTML>
26620 ====== h_config_print_font_size =====
26621 <HTML>
26622 <HEAD>
26623 <TITLE>OPTION: Print-Font-Size</TITLE>
26624 </HEAD>
26625 <BODY>
26626 <H1>OPTION: Print-Font-Size</H1>
26628 PC-Alpine only.
26630 Size of printer font.
26632 Use the pulldown Config menu to modify this variable.
26634 <UL>   
26635 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26636 </UL><P>
26637 &lt;End of help on this topic&gt;
26638 </BODY>
26639 </HTML>
26640 ====== h_config_print_font_style =====
26641 <HTML>
26642 <HEAD>
26643 <TITLE>OPTION: Print-Font-Style</TITLE>
26644 </HEAD>
26645 <BODY>
26646 <H1>OPTION: Print-Font-Style</H1>
26648 PC-Alpine only.
26650 Style of printer font.
26652 Use the pulldown Config menu to modify this variable.
26654 <UL>   
26655 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26656 </UL><P>
26657 &lt;End of help on this topic&gt;
26658 </BODY>
26659 </HTML>
26660 ====== h_config_print_font_char_set =====
26661 <HTML>
26662 <HEAD>
26663 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
26664 </HEAD>
26665 <BODY>
26666 <H1>OPTION: Print-Font-Char-Set</H1>
26668 PC-Alpine only.
26670 Character set of printer font.
26672 Use the pulldown Config menu to modify this variable.
26674 <UL>   
26675 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26676 </UL><P>
26677 &lt;End of help on this topic&gt;
26678 </BODY>
26679 </HTML>
26680 ====== h_config_window_position =====
26681 <HTML>
26682 <HEAD>
26683 <TITLE>OPTION: Window-Position</TITLE>
26684 </HEAD>
26685 <BODY>
26686 <H1>OPTION: Window-Position</H1>
26688 PC-Alpine only.
26690 Position on the screen of the Alpine window.
26692 Alpine normally maintains this variable itself, and it is set automatically. 
26693 This variable is provided to those who wish to use the same window position 
26694 across different machines from the same configuration.
26695 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
26696 must also be set for this setting to be used.
26698 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
26699 C is the number of columns, R is the number of rows, and X and Y specify the
26700 top left corner of the window.
26702 <UL>   
26703 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26704 </UL><P>
26705 &lt;End of help on this topic&gt;
26706 </BODY>
26707 </HTML>
26708 ====== h_config_cursor_style =====
26709 <HTML>
26710 <HEAD>
26711 <TITLE>OPTION: Cursor Style</TITLE>
26712 </HEAD>
26713 <BODY>
26714 <H1>OPTION: Cursor Style</H1>
26716 PC-Alpine only.
26718 Cursor style.
26720 Use the pulldown Config menu to modify this variable.
26722 <UL>   
26723 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26724 </UL><P>
26725 &lt;End of help on this topic&gt;
26726 </BODY>
26727 </HTML>
26728 ====== h_config_ldap_servers =====
26729 <HTML>
26730 <HEAD>
26731 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
26732 </HEAD>
26733 <BODY>
26734 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
26736 List of LDAP servers and associated data.
26738 Use the Setup/Directory screen to modify this variable.
26740 <UL>   
26741 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26742 </UL><P>
26743 &lt;End of help on this topic&gt;
26744 </BODY>
26745 </HTML>
26746 ====== h_config_sendmail_path =====
26747 <HTML>
26748 <HEAD>
26749 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
26750 </HEAD>
26751 <BODY>
26752 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
26754 This names the path to an
26755 alternative program, and any necessary arguments, to be used in posting
26756 mail messages. See the Technical notes for more information.
26758 <UL>   
26759 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26760 </UL><P>
26761 &lt;End of help on this topic&gt;
26762 </BODY>
26763 </HTML>
26764 ====== h_config_oper_dir =====
26765 <HTML>
26766 <HEAD>
26767 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
26768 </HEAD>
26769 <BODY>
26770 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
26772 This names the root of the
26773 tree to which you are restricted when reading and writing folders and
26774 files. It is usually used in the system-wide,
26775 <EM>fixed</EM> configuration file.
26777 <UL>   
26778 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26779 </UL><P>
26780 &lt;End of help on this topic&gt;
26781 </BODY>
26782 </HTML>
26783 ====== h_config_rshpath =====
26784 <HTML>
26785 <HEAD>
26786 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
26787 </HEAD>
26788 <BODY>
26789 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
26791 Sets the name of the command used to open a UNIX remote shell
26792 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
26794 <UL>   
26795 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26796 </UL><P>
26797 &lt;End of help on this topic&gt;
26798 </BODY>
26799 </HTML>
26800 ====== h_config_rshcmd =====
26801 <HTML>
26802 <HEAD>
26803 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
26804 </HEAD>
26805 <BODY>
26806 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
26808 Sets the format of the command used to
26809 open a UNIX remote shell connection. The default is
26810 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
26811 provided command. The first is for the command's pathname, the second is
26812 for the host to connect to, the third is for the user to connect as, and
26813 the fourth is for the connection method (typically <CODE>imap</CODE>).
26815 <UL>   
26816 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26817 </UL><P>
26818 &lt;End of help on this topic&gt;
26819 </BODY>
26820 </HTML>
26821 ====== h_config_sshpath =====
26822 <HTML>
26823 <HEAD>
26824 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
26825 </HEAD>
26826 <BODY>
26827 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
26829 Sets the name of the command used to open a UNIX secure shell
26830 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
26832 <UL>   
26833 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26834 </UL><P>
26835 &lt;End of help on this topic&gt;
26836 </BODY>
26837 </HTML>
26838 ====== h_config_sshcmd =====
26839 <HTML>
26840 <HEAD>
26841 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
26842 </HEAD>
26843 <BODY>
26844 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
26846 Sets the format of the command used to
26847 open a UNIX secure shell connection. The default is
26848 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
26849 provided command. The first is for the command's pathname, the second is
26850 for the host to connect to, the third is for the user to connect as, and
26851 the fourth is for the connection method (typically <CODE>imap</CODE>).
26853 <UL>   
26854 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26855 </UL><P>
26856 &lt;End of help on this topic&gt;
26857 </BODY>
26858 </HTML>
26859 ====== h_config_new_ver_quell =====
26860 <HTML>
26861 <HEAD>
26862 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
26863 </HEAD>
26864 <BODY>
26865 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
26867 When a new version of Alpine is run for the first time it offers a
26868 special explanatory screen to the user upon startup.  This option
26869 helps control when and if that special screen appears for users that
26870 have previously run Alpine.  It takes as its value an Alpine version
26871 number.  Alpine versions less than the specified value will suppress this
26872 special screen while versions equal to or greater than that specified
26873 will behave normally.
26875 <UL>   
26876 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26877 </UL><P>
26878 &lt;End of help on this topic&gt;
26879 </BODY>
26880 </HTML>
26881 ====== h_config_disable_drivers =====
26882 <HTML>
26883 <HEAD>
26884 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
26885 </HEAD>
26886 <BODY>
26887 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
26889 This variable is a list of mail drivers that will be disabled.
26890 The candidates for disabling are listed below.
26891 There may be more in the future if you compile Alpine with
26892 a newer version of the c-client library.
26895 <UL>
26896 <LI> mbox
26897 <LI> mbx
26898 <LI> mh
26899 <LI> mmdf
26900 <LI> mtx
26901 <LI> mx
26902 <LI> news
26903 <LI> phile
26904 <LI> tenex
26905 <LI> unix
26906 </UL>
26909 The <EM>mbox</EM> driver enables the following behavior: if there is a
26910 file called <CODE>mbox</CODE>
26911 in your home directory, and if that file is either empty or in Unix mailbox
26912 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
26913 will automatically transfer mail from the system mail spool directory into the
26914 <CODE>mbox</CODE> file and
26915 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
26916 this will not happen.
26919 It is not recommended to disable the driver that supports the system default
26920 mailbox format. On most non-SCO systems, that driver is the
26921 <EM>unix</EM> driver.
26922 On most SCO systems, it is the <EM>mmdf</EM> driver.
26923 The system default driver may be
26924 configured to something else on your system; check with your system manager
26925 for additional information.
26928 It is most likely not very useful for you to disable any of the drivers other
26929 than possibly <EM>mbox</EM>.
26930 You could disable some of the others if you know for
26931 certain that you don't need them but the performance gain in doing so
26932 is very modest.
26934 <UL>   
26935 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26936 </UL><P>
26937 &lt;End of help on this topic&gt;
26938 </BODY>
26939 </HTML>
26940 ====== h_config_disable_auths =====
26941 <HTML>
26942 <HEAD>
26943 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
26944 </HEAD>
26945 <BODY>
26946 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
26948 This variable is a list of SASL (Simple Authentication and Security
26949 Layer) authenticators that will be disabled.
26950 SASL is a mechanism for
26951 authenticating to IMAP, POP3, SMTP, and other network servers.
26954 Alpine matches its list of supported authenticators with the server to
26955 determine the most secure authenticator that is supported by both.
26956 If no matching authenticators are found, Alpine will revert to plaintext
26957 login (or, in the case of SMTP, will be unable to authenticate at all).
26959 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
26962 Normally, you will not disable any authenticators.
26963 There are two exceptions:
26965 <OL>
26966 <LI> You use a broken server that advertises an authenticator,
26967 but does not actually implement it.
26968 <LI> You have a Kerberos-capable version of Alpine and the server is
26969 also Kerberos-capable, but you can not obtain Kerberos
26970 credentials on the server machine, thus you desire to disable
26971 GSSAPI (which in turn disables Alpine's Kerberos support).
26972 </OL>
26974 It is never necessary to disable authenticators, since Alpine will try
26975 other authenticators before giving up.
26976 However, disabling the relevant authenticator avoids annoying error messages.
26978 <UL>   
26979 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26980 </UL><P>
26981 &lt;End of help on this topic&gt;
26982 </BODY>
26983 </HTML>
26984 ====== h_config_encryption_range =====
26985 <HTML>
26986 <HEAD>
26987 <TITLE>OPTION: <!--#echo var="VAR_encryption-protocol-range"--></TITLE>
26988 </HEAD>
26989 <BODY>
26990 <H1>OPTION: <!--#echo var="VAR_encryption-protocol-range"--></H1>
26992 This option sets a range of encryption protocols that can be attempted when
26993 Alpine will try to establish a secure connection using the SSL or TLS
26994 protocols.
26997 Before a secure connection to an external server is established, Alpine and the
26998 server will attempt to negotiate a secure connection. This part is known as the
26999 &quot;ClientHello&quot;. At that time Alpine will announce the version of
27000 encryption that it would like to establish. The server can reject that, and announce
27001 a different version of encryption. Once both the server and Alpine have found
27002 a version of encryption that they both agree on, they will both use it to start
27003 a secure connection.
27006 The use of the /ssl parameter in the definition of the server will make Alpine
27007 attempt the highest encryption protocol that it can use, in agreement with the
27008 server. However, using this option, you will set limits to the versions of
27009 the protocols that are used. This would, for example, allow you to disable the use
27010 of ssl3, in favor of more modern protocols. 
27013 For purposes of this option, the protocols are sorted 
27014 as follows
27017 <CENTER>
27018 no_min < ssl3 < tls1 < tls1_1 < tls1_2 < tls1_3 < no_max
27019 </CENTER>
27022 For example, if you want to disable ssl3, all you have to do is to set the minimum 
27023 version to tls1, or any higher protocol. 
27025 <P>The name of the parameters used to configure this option is the same as the 
27026 parameters that are added to the definition of a server to make it a secure 
27027 connection, and they are listed above for your reference.
27030 The special values &quot;no_min&quot; and &quot;no_max&quot; do not set values
27031 for the minimum and maximum protocol versions, and Alpine will use the maximum
27032 and minimum values of encryption protocols built into your SSL library.
27035 <UL>   
27036 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27037 </UL><P>
27038 &lt;End of help on this topic&gt;
27039 </BODY>
27040 </HTML>
27041 ====== h_config_abook_metafile =====
27042 <HTML>
27043 <HEAD>
27044 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
27045 </HEAD>
27046 <BODY>
27047 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
27049 This is usually set by Alpine and is the name of a file
27050 that contains data about
27051 remote address books and remote configuration files.
27053 <UL>   
27054 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27055 </UL><P>
27056 &lt;End of help on this topic&gt;
27057 </BODY>
27058 </HTML>
27059 ====== h_config_composer_wrap_column =====
27060 <HTML>
27061 <HEAD>
27062 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
27063 </HEAD>
27064 <BODY>
27065 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
27068 This option specifies an aspect of Alpine's Composer.  This gives the
27069 maximum width that auto-wrapped lines will have.  It's also the maximum
27070 width of lines justified using the <A HREF="h_compose_justify">^J
27071 Justify</A> command.  The normal default
27072 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
27073 in order to
27074 prevent very long lines from being sent in outgoing mail.  When the mail
27075 is actually sent, trailing spaces will be stripped off of each line.
27078 <UL>   
27079 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27080 </UL><P>
27081 &lt;End of help on this topic&gt;
27082 </BODY>
27083 </HTML>
27084 ====== h_config_deadlets =====
27085 <HTML>
27086 <HEAD>
27087 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
27088 </HEAD>
27089 <BODY>
27090 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
27093 This option affects Alpine's behavior when you cancel a message being
27094 composed.  Alpine's usual behavior is to write the canceled message to
27095 a file named 
27096 <!--chtml if pinemode="os_windows"-->
27097 &quot;DEADLETR&quot;,
27098 <!--chtml else-->
27099 &quot;dead.letter&quot; in your home directory,
27100 <!--chtml endif-->
27101 overwriting any previous message.
27103 If you set this option to a value higher than one, then that many copies
27104 of dead letter files will be saved.
27105 For example, if you set this option to &quot;3&quot; then you may have
27106 files named
27107 <!--chtml if pinemode="os_windows"-->
27108 &quot;DEADLETR&quot;,
27109 &quot;DEADLETR2&quot;, and
27110 &quot;DEADLETR3&quot;.
27111 <!--chtml else-->
27112 &quot;dead.letter&quot;,
27113 &quot;dead.letter2&quot;, and
27114 &quot;dead.letter3&quot; in your home directory.
27115 <!--chtml endif-->
27116 In this example, the most recently cancelled message will be in
27117 <!--chtml if pinemode="os_windows"-->
27118 &quot;DEADLETR&quot;,
27119 <!--chtml else-->
27120 &quot;dead.letter&quot;,
27121 <!--chtml endif-->
27122 and the third most recently cancelled message will be in
27123 <!--chtml if pinemode="os_windows"-->
27124 &quot;DEADLETR3&quot;.
27125 <!--chtml else-->
27126 &quot;dead.letter3&quot;.
27127 <!--chtml endif-->
27128 The fourth most recently cancelled message will no longer be saved.
27131 If you set this option to zero, then NO record of canceled messages is
27132 maintained.
27134 If the feature
27135 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
27136 is set, that overrides whatever you set for this option.
27137 If this option had existed at the time, then the Quell feature would not
27138 have been added, but it is still there for backwards compatibility.
27139 So, in order for this option to have the desired effect, make sure the
27140 Quell feature is turned off.
27143 <UL>   
27144 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27145 </UL><P>
27146 &lt;End of help on this topic&gt;
27147 </BODY>
27148 </HTML>
27149 ====== h_config_maxremstream =====
27150 <HTML>
27151 <HEAD>
27152 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
27153 </HEAD>
27154 <BODY>
27155 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
27157 This option affects low-level behavior of Alpine.
27158 The default value for this option is <EM>3</EM>.
27159 If your INBOX is accessed using the IMAP protocol
27160 from an IMAP server, that connection is kept open throughout the
27161 duration of your Alpine session, independent of the value of this option.
27162 The same is true of any 
27163 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
27164 you have defined.
27165 This option controls Alpine's behavior when connecting to remote IMAP folders
27166 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
27167 It specifies the maximum number of remote IMAP connections (other than
27168 those mentioned above) that Alpine will use for accessing the rest of your
27169 folders.
27170 If you set this option to zero, you will turn off most remote connection
27171 re-use.
27172 It's difficult to understand exactly what this option does, and it is usually
27173 fine to leave it set to its default value.
27174 It is probably more likely that you will be interested in setting the
27175 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
27176 instead of changing the value of this option.
27177 A slightly longer explanation of what is going on with this option
27178 is given in the next paragraphs.
27181 There are some time costs involved in opening and closing remote IMAP 
27182 folders, the main costs being the time you have to wait for the connection
27183 to the server and the time for the folder to open.
27184 Opening a folder may involve not only the time the server takes to do its
27185 processing but time that Alpine uses to do filtering.
27186 These times can vary widely.
27187 They depend on how loaded the server is, how large
27188 the folder being opened is, and how you set up filtering, among other things.
27189 Once Alpine has opened a connection to a particular folder, it will attempt
27190 to keep that connection open in case you use it again.
27191 In order to do this,
27192 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
27193 this option) IMAP connections you have allotted for this purpose.
27195 For example, suppose the value of this option is set to &quot;2&quot;.
27196 If your INBOX is accessed on a remote server using the IMAP protocol, that
27197 doesn't count as one of the remote connections but it is always kept open.
27198 If you then open another IMAP folder, that would be your first
27199 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
27200 If you open a third folder the second will be left open, in case you
27201 return to it.
27202 You won't be able to tell it has been left open.
27203 It will appear to be closed when you leave the folder but the connection
27204 will remain in the background.
27205 Now suppose you go back to the second folder (the first folder after the
27206 INBOX).
27207 A connection to that folder is still open so you won't have to wait
27208 for the startup time to open it.
27209 Meanwhile, the connection to the third folder will be left behind.
27210 Now, if you open a fourth folder, you will bump into the
27211 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
27212 than INBOX and you have the option set to &quot;2&quot;.
27213 The connection that is being used for
27214 the third folder will be re-used for this new fourth folder.
27215 If you go back to the third folder after this, it is no longer already
27216 connected when you get there.
27217 You'll still save some time since Alpine will re-use the connection to the
27218 fourth folder and you have already logged in on that connection,
27219 but the folder will have to be re-opened from scratch.
27221 If a folder is large and the startup cost is dominated by the time it takes
27222 to open that folder or to run filters on it, then it will pay to make the
27223 value of this option large enough to keep it open.
27224 On the other hand, if you only revisit a handful of folders or if
27225 the folders are small, then it might
27226 make more sense to keep this number small so that the reconnect
27227 time (the time to start up a new connection and authenticate)
27228 is eliminated instead.
27230 You may also need to consider the impact on the server.
27231 On the surface, a larger number here may cause a larger impact on the
27232 server, since you will have more connections open to the server.
27233 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
27234 associated with reopening a folder, but the <EM>server</EM> will be
27235 avoiding those costs as well.
27237 When twenty five minutes pass without any active use of an IMAP connection
27238 being saved for possible re-use, that connection will be shut down,
27241 <UL>   
27242 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27243 </UL><P>
27244 &lt;End of help on this topic&gt;
27245 </BODY>
27246 </HTML>
27247 ====== h_config_permlocked =====
27248 <HTML>
27249 <HEAD>
27250 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
27251 </HEAD>
27252 <BODY>
27253 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
27255 This option affects low-level behavior of Alpine.
27256 There is no default value for this option.
27257 It is related to the options
27258 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
27259 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
27260 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
27263 Note: changes made to this list take effect the next time you open a
27264 folder in the list.
27267 This is a list of folders that will be permanently kept open once they
27268 are first opened.
27269 The names in this list may be either the nickname of an Incoming folder
27270 or the full technical specification of a folder.
27271 The folders in this list need not be remote IMAP folders, they could usefully
27272 be local folders, as well.
27273 If a folder in the list is a newsgroup or is not accessed either locally
27274 or via IMAP, then the entry will be ignored.
27275 For example, folders accessed via NNTP or POP3 will not be kept open, since
27276 the way that new mail is found with those protocols involves closing and
27277 reopening the connection.
27279 Once a Stay Open folder has been opened, new-mail checking will continue
27280 to happen on that folder for the rest of the Alpine session.
27281 Your INBOX is always implicitly included in this Stay-Open list and doesn't
27282 need to be added explicitly.
27284 Another difference that you may notice between a Stay Open folder and a
27285 non-Stay Open folder is which message is selected as the current message
27286 when you enter the folder index.
27287 Normally, the starting position for an incoming folder (which most Stay Open
27288 folders will likely be) is controlled by the
27289 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
27290 However, if a folder is a Stay Open folder, when you re-enter the folder
27291 after the first time the current message will be the same as it was when
27292 you left the folder.
27293 An exception is made if you use the TAB command to get to the folder.
27294 In that case, the message number will be incremented by one from what it
27295 was when you left the folder.
27297 The above special behavior is thought to be useful.
27298 However, it is special and different from what you might at first expect.
27299 The feature
27300 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
27301 may be used to turn off this special treatment.
27303 If the message that was current when you left the folder no longer exists,
27304 then the regular startup rule will be used instead.
27307 <UL>   
27308 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27309 </UL><P>
27310 &lt;End of help on this topic&gt;
27311 </BODY>
27312 </HTML>
27313 ====== h_config_viewer_overlap =====
27314 <html>
27315 <header>
27316 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
27317 </header>
27318 <body>
27319 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
27321 This option specifies an aspect of Alpine's Message Viewing screen.  When
27322 the space bar is used to page forward in a message, the number of lines
27323 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
27324 bottom of the screen.  That is, if this was set to two lines, then the
27325 bottom two lines of the screen would be repeated on the top of the next
27326 screen.  The normal default value is "2".<p>
27327 <UL>   
27328 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27329 </UL><P>
27330 &lt;End of help on this topic&gt;
27331 </body>
27332 </html>
27333 ====== h_config_scroll_margin =====
27334 <HTML>
27335 <HEAD>
27336 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
27337 </HEAD>
27338 <BODY>
27339 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
27341 This option controls when Alpine's line-by-line scrolling occurs.
27342 Typically, when a selected item is at the top or bottom screen edge
27343 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
27344 displayed items are scrolled down or up by a single line.
27347 This option allows you to tell Alpine the number of lines from the top and
27348 bottom screen edge that line-by-line paging should occur.  For example,
27349 setting this value to one (1) will cause Alpine to scroll the display
27350 vertically when you move to select an item on the display's top or
27351 bottom edge.
27354 By default, this variable is zero, indicating that scrolling happens
27355 when you move up or down to select an item immediately off the display's
27356 top or bottom edge.
27359 <UL>   
27360 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27361 </UL><P>
27362 &lt;End of help on this topic&gt;
27363 </BODY>
27364 </HTML>
27365 ====== h_config_wordseps =====
27366 <HTML>
27367 <HEAD>
27368 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
27369 </HEAD>
27370 <BODY>
27371 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
27373 This option affects how a &quot;word&quot; is defined in the composer.
27374 The definition of a word is used when using the Forward Word and Backward
27375 Word commands in the composer, as well as when using the spell checker.
27376 Whitespace is always considered a word separator.
27377 Punctuation (like question marks, periods, commas, and so on) is always
27378 a word separator if it comes at the end of a word.
27379 By default, a punctuation character that is in the middle of a word does
27380 not break up that word as long as the character before and the character
27381 after it are both alphanumeric.
27382 If you add a character to this option it will be considered a
27383 word separator even when it occurs in the middle of an alphanumeric word.
27384 For example, if you want to skip through each part of an address instead
27385 of skipping the whole address at once you might want to include &quot;@&quot;
27386 and &quot;.&quot; in this list.
27387 If you want the word-skipper to stop on each part of a UNIX filename you
27388 could add &quot;/&quot; to the list.
27389 The equal sign and dash are other possibilities you might find helpful.
27391 <UL>   
27392 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27393 </UL><P>
27394 &lt;End of help on this topic&gt;
27395 </BODY>
27396 </HTML>
27397 ====== h_config_reply_indent_string =====
27398 <HTML>
27399 <HEAD>
27400 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
27401 </HEAD>
27402 <BODY>
27403 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
27405 This option specifies an aspect of Alpine's Reply command.
27406 When a message is replied to and the text of the message is included, the
27407 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
27408 to each line indicating it is quoted text.
27409 (In case you haven't seen this before, &quot;string&quot; is a technical term
27410 that means chunk of text.)
27413 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
27414 in 1999 and its wide-spread adoption since then, you will usually be better off if you
27415 use one of the standard values,
27416 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
27419 This option specifies a different value for that string.
27420 If you wish to use a string that begins or ends with a space,
27421 enclose the string in double quotes.
27424 Besides simple text, the prepended string can be based
27425 on the message being replied to.
27426 The following tokens are substituted for the message's corresponding value:
27428 <DL>
27429 <DT>_FROM_</DT>
27430 <DD>This token gets replaced with the message sender's &quot;username&quot;.
27431 If the name is longer than six characters, only the first six characters are
27432 used.
27433 </DD>
27435 <DT>_NICK_</DT>
27436 <DD>This token gets replaced with the nickname of the message sender's
27437 address as found in your addressbook.
27438 If no addressbook entry is found,
27439 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
27440 If the nickname is longer than six characters, only the first six characters are
27441 used.
27442 </DD>
27444 <DT>_INIT_</DT>
27445 <DD>This token gets replaced with the initials of the sender of the message.
27446 </DD>
27448 </DL>
27450 NOTE: When the
27451 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
27452 feature is enabled, you are given the opportunity to edit the string, whether 
27453 it is the default or one automatically generated using the above tokens.
27455 If you change your <!--#echo var="VAR_reply-indent-string"-->
27456 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
27457 quoted text will not be flowed
27458 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
27459 when you reply.
27460 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
27461 set to the default value.
27463 <UL>   
27464 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27465 </UL><P>
27466 &lt;End of help on this topic&gt;
27467 </BODY>
27468 </HTML>
27469 ====== h_config_quote_replace_string =====
27470 <HTML>
27471 <HEAD>
27472 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
27473 </HEAD>
27474 <BODY>
27475 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
27477 This option specifies what string to use as a quote when <b>viewing</b> a
27478 message.  The standard way of quoting messages when replying is the string
27479 &quot;&gt;&nbsp;&quot; (quote space).
27480 With this variable set, viewing a message will
27481 replace occurrences of 
27482 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
27483 This setting works best when
27484 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
27485 or the equivalent setting in your correspondents' mail programs
27486 is set to the default
27487 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
27488 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
27490 By default, this setting will only work on messages that are flowed, which is
27491 the default way of sending messages for many mail clients including
27492 Alpine.  Enable the feature
27493 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
27494 to also have quote-replacement performed on non-flowed messages.
27497 Setting this option will replace  &quot;&gt;&quot; and 
27498 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
27499 spaces. To preserve those spaces enclose the full string in double quotes.
27501 No padding to separate the text of the message from the quote string is
27502 added. This means that if you do not add trailing spaces to the value of
27503 this variable, text will be displayed right next to the quote string,
27504 which may be undesirable. This can be avoided by adding a new string
27505 separated by a space from your selection of quote string replacement. This
27506 last string will be used for padding. For example, setting this variable to 
27507 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
27508 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
27509 a space from the last quote string to make it more readable.
27511 One possible setting for this variable could be
27512 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
27513 would have the effect of indenting each level of quoting four spaces and
27514 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
27515 more discernible by setting colors for quoted text.
27517 Replying to or forwarding the viewed message will preserve the original
27518 formatting of the message, so quote-replacement will not be performed on
27519 messages that are being composed.
27521 <UL>   
27522 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27523 </UL><P>
27524 &lt;End of help on this topic&gt;
27525 </BODY>
27526 </HTML>
27527 ====== h_config_empty_hdr_msg =====
27528 <HTML>
27529 <HEAD>
27530 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
27531 </HEAD>
27532 <BODY>
27533 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
27535 When sending, if both the To and Cc fields are empty and you
27536 are sending the message to a Bcc,
27537 Alpine will put a special address in the To line.  The default value is:
27540 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
27543 The reason for this is to avoid embarrassment caused by some Internet
27544 mail transfer software that interprets a &quot;missing&quot;
27545 <SAMP>To:</SAMP> header as an error and replaces it with an
27546 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
27547 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
27548 Bcc.  You may change the part of this message that comes before the
27549 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
27550 variable to something else.
27553 The normal default is &quot;undisclosed-recipients&quot;.
27556 <UL>   
27557 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27558 </UL><P>
27559 &lt;End of help on this topic&gt;
27560 </BODY>
27561 </HTML>
27562 ====== h_config_status_msg_delay =====
27563 <HTML>
27564 <HEAD>
27565 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
27566 </HEAD>
27567 <BODY>
27568 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
27570 This option has evolved over time, causing the possible values to be
27571 counter-intuitive.
27572 Read carefully before you set this option.
27573 First we explain what the option does, then there is a longer discussion
27574 following that.
27576 If this is set to zero, the default value, it has <EM>no</EM> effect.
27577 Positive and negative values serve two similar, but different purposes.
27579 If it is set to a positive number, it causes the cursor to move to the
27580 status line whenever a status message is printed and pause there for this
27581 many seconds.
27582 It will probably only be useful if the 
27583 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
27584 also turned on.
27585 Setting this option to a positive number can only be used to
27586 <EM>increase</EM> the status message delay.
27587 This may be useful for Braille displays, or other non-traditional displays.
27589 If it is set to a negative number the interpretation is a bit complicated.
27590 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
27591 allow you to read important status messages.
27592 Of course, this may cause you to miss some important messages.
27593 If you see a message flash by but miss what it says you can use the
27594 Journal command from the MAIN MENU to read it.
27595 If you set this option to a negative value, the delay will be
27596 no more than one second less than the absolute value
27597 of the value you set.
27598 So if you set it to -1, the delay will be no more than zero seconds, no
27599 delay at all.
27600 If you set it to -2, the delay will be no more than 1 second.
27601 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
27602 If the delay that Alpine would have used by default is less than this delay,
27603 then the smaller delay set by Alpine will be used.
27604 Setting this option to a negative value can only reduce the amount of
27605 delay, never increase it.
27607 Here is a more detailed explanation.
27608 Status messages are the messages that show up spontaneously in the
27609 status message line, usually the third line from the bottom of the screen.
27610 By default, Alpine assigns each status message it produces a minimum
27611 display time.
27612 Some status messages have a minimum display time of zero.
27613 You can see an example of such a message by paging up in this help text
27614 until you reach the top of the screen.
27615 If you try to page past the top you will see the message
27617 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
27619 in the status line.
27620 If there is another more important use of the status message line this message
27621 might be replaced quickly, or it even might not be shown at all.
27622 However, if there is no reason to get rid of the message, it might stay
27623 there for several seconds while you read the help.
27624 An example where it is replaced immediately happens when you page up in
27625 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
27626 command right after paging up.
27627 The message will disappear immediately without causing a delay (unless you
27628 have set this option to a positive value) to allow you to type input for
27629 the &quot;WhereIs&quot; command.
27630 Since it isn't a very important message, Alpine has set its minimum display
27631 time to zero seconds.
27633 Other messages have minimum display times of three or more seconds.
27634 These are usually error messages that Alpine thinks you ought to see.
27635 For example, it might be a message about a failed Save or a failed folder open.
27636 It is often the case that this minimum display time won't delay you in
27637 any way because the status message line is not needed for another reason.
27638 However, there are times when Alpine has to delay what it is doing in
27639 order to display a status message for the minimum display time.
27640 This happens when a message is being displayed and Alpine wants to ask
27641 for input from the keyboard.
27642 For example, when you Save a message you use the status message line.
27643 You get a prompt there asking for the name of the folder to save to.
27644 If there is a status message being displayed that has not
27645 yet displayed for its minimum
27646 time Alpine will display that status message surrounded with the characters
27647 &gt; and &lt; to show you that it is delaying.
27648 That might happen, for example, if you tried to save to a folder that
27649 caused an error, then followed that immediately with another Save command.
27650 You might find yourself waiting for a status message like
27652 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
27654 to finish displaying for three seconds.
27655 If that is something you find happening to you frequently, you may use
27656 negative values of this option to decrease or eliminate that delay, at
27657 the risk of missing the message.
27659 <UL>   
27660 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27661 </UL><P>
27662 &lt;End of help on this topic&gt;
27663 </BODY>
27664 </HTML>
27665 ====== h_config_active_msg_interval =====
27666 <HTML>
27667 <HEAD>
27668 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
27669 </HEAD>
27670 <BODY>
27671 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
27673 When Alpine is delayed for some reason it usually shows that
27674 something is happening with a small animated display in the status
27675 message line near the bottom of the screen.
27676 This option sets how frequently the characters (for example, a spinning bar)
27677 in the active status message lines are updated.
27678 At most, it can be set to be updated 20 times per second. 
27681 Setting this value to zero will prevent display of the animations
27682 altogether.
27685 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
27686 can be used to remove the randomness from this animated display.
27689 <UL>   
27690 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27691 </UL><P>
27692 &lt;End of help on this topic&gt;
27693 </BODY>
27694 </HTML>
27695 ====== h_config_mailchecknoncurr =====
27696 <HTML>
27697 <HEADER>
27698 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
27699 </HEADER>
27700 <BODY>
27701 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
27703 This option is closely related to the
27704 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27705 option, as well as the
27706 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
27707 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
27708 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
27709 new-mail checking is disabled and this option will have no effect.
27711 Normally this option is set to zero, which means that the value used will be
27712 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
27713 If you set this option to a value different from zero
27714 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
27715 then that is the check interval that will be used
27716 for folders that are not the currently open folder or the INBOX.
27717 You may not even have any folders that are noncurrent and not the INBOX.
27718 If you do, it is likely that they are due to
27719 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
27720 you have configured.
27721 This option also affects the rate of mail checking done on cached
27722 connections to folders you previously had open but are no longer actively
27723 using.
27724 You aren't expected to understand that last sentence, but if you are interested
27725 take a look at
27726 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
27727 and the related options.
27729 <UL>   
27730 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27731 </UL><P>
27732 &lt;End of help on this topic&gt;
27733 </BODY>
27734 </HTML>
27735 ====== h_config_fifopath =====
27736 <HTML>
27737 <HEADER>
27738 <TITLE>OPTION: NewMail FIFO Path</TITLE>
27739 </HEADER>
27740 <BODY>
27741 <H1>OPTION: NewMail FIFO Path</H1>
27743 This option is only available in UNIX Alpine.
27744 However, there is a very similar feature built in to PC-Alpine.
27745 In PC-Alpine's Config menu at the top of the screen
27746 is an option called &quot;New Mail Window&quot;.
27748 You may have Alpine create a FIFO special file (also called a named pipe) where
27749 it will send a one-line message each time a new message is received in
27750 the current folder, the INBOX, or any open
27751 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
27752 To protect against two different Alpines both writing to the same FIFO, Alpine
27753 will only create the FIFO and write to it if it doesn't already exist.
27755 A possible way to use this option would be to have a separate window
27756 on your screen running the command
27758 <CENTER><SAMP>cat filename</SAMP></CENTER>
27760 where &quot;filename&quot; is the name of the file given for this option.
27761 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
27762 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
27763 You may be tempted to use &quot;tail -f filename&quot; to view the new
27764 mail log.
27765 However, the common implementations of the tail command will not do what you
27766 are hoping.
27768 The width of the messages produced for the FIFO may be altered with the
27769 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
27771 On some systems, fifos may only be created in a local filesystem.
27772 In other words, they may not be in NFS filesystems.
27773 This requirement is not universal.
27774 If the system you are using supports it, it should work.
27775 (It is often the case that your home directory is in an NFS filesystem.
27776 If that is the case, you might try using a file in the &quot;/tmp&quot;
27777 filesystem, which is usually a local filesystem.)
27778 Even when it is possible to use an NFS-mounted filesystem as a place to name
27779 the fifo (for example, your home directory), it will still be the case that
27780 the reader (probably the &quot;cat&quot; command) and the
27781 writer (Alpine) of the fifo must be running on the same system.
27783 <UL>   
27784 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27785 </UL><P>
27786 &lt;End of help on this topic&gt;
27787 </BODY>
27788 </HTML>
27789 ====== h_config_newmailwidth =====
27790 <HTML>
27791 <HEADER>
27792 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
27793 </HEADER>
27794 <BODY>
27795 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
27797 For UNIX Alpine, this option is only useful if you have turned on the
27798 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
27799 That option causes new mail messages to be sent to a fifo file.
27800 Those messages will be 80 characters wide by default.
27801 You can change the width of those messages by changing this option.
27802 For example, if you are reading those messages in another window you might
27803 want to set this width to the width of that other window.
27805 If you are using PC-Alpine, it has an option in the Config menu to turn
27806 on the &quot;New Mail Window&quot;.
27807 This present option also controls the width of that window.
27809 <UL>   
27810 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27811 </UL><P>
27812 &lt;End of help on this topic&gt;
27813 </BODY>
27814 </HTML>
27815 ====== h_config_mailcheck =====
27816 <HTML>
27817 <HEADER>
27818 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
27819 </HEADER>
27820 <BODY>
27821 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
27823 This option specifies, in seconds,
27824 how often Alpine will check for new mail.
27825 If set to zero, new-mail checking is disabled.
27826 (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
27827 current message is the last message of the folder.)
27828 There is a minimum value for this option, normally 15 seconds.
27829 The default value is normally 150 seconds.
27830 The higher you set this option, the easier it is on the server.
27832 There are some situations where automatic new-mail checking does not work.
27833 See the discussion about new-mail checking in
27834 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
27836 The new-mail checking will not happen exactly at the frequency that you specify.
27837 For example, Alpine may elect to defer a non-INBOX mail check if you
27838 are busy typing.
27839 Or, it may check more frequently than you have specified if that is
27840 thought to be necessary to keep the server from closing the connection
27841 to the folder due to inactivity.
27842 If Alpine checks for new mail as a side effect of another command, it will reset
27843 the timer, so that new-mail checking may seem to happen irregularly instead of
27844 every X seconds like clockwork.
27846 If you are anxious to know about new mail as soon as possible, set the check
27847 interval low, and you'll know about the new mail by approximately
27848 that amount of time after it arrives.
27849 If you aren't so worried about knowing right away, set this option to a
27850 higher value.
27851 That will save the server some processing time and may save you some of
27852 the time you spend waiting for new-mail checks to happen if you are
27853 dealing with a slow server or slow network connection.
27855 If you suspect that new-mail checking is causing slow downs for you,
27856 you may want to look into the options
27857 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
27858 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
27859 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
27860 which refine when mail checking is done.
27862 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
27863 there is a minimum time
27864 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
27865 between new-mail checks.
27866 Because of this minimum you may notice that new mail does not
27867 appear promptly when you expect it.
27868 The reason for this is to protect the server from over-zealous opening and
27869 closing of the Mail Drop folder, since that is a costly operation.
27871 <UL>   
27872 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27873 </UL><P>
27874 &lt;End of help on this topic&gt;
27875 </BODY>
27876 </HTML>
27877 ====== h_config_quell_checks_comp =====
27878 <HTML>
27879 <HEAD>
27880 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
27881 </HEAD>
27882 <BODY>
27883 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
27885 This option is closely related to the
27886 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27887 option, the
27888 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
27889 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
27891 If this option is set, then the normal new-mail checking that happens
27892 while you are composing will not happen for folders other than your
27893 INBOX (which depends on the setting
27894 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
27896 You might want to set this option if you are experiencing delays while
27897 composing that you think might be related to the speed of the new-mail
27898 checks.
27900 Even with this option turned on, an occasional new-mail check may be done
27901 in order to keep the server from killing the connection to the folder.
27902 For example, IMAP servers may remove a connection to a folder if there
27903 has been no activity on the connection for 30 minutes or more.
27904 Instead of letting that happen, Alpine will check for new mail before the
27905 30 minutes is up even though you have turned on this feature to quell
27906 those checks.
27908 Besides new-mail checks, checkpoint operations on the folders
27909 will also be quelled when you set this option.
27910 The purpose of checkpointing is to write the changes to a folder out to
27911 disk periodically in order to avoid losing those changes when system or
27912 software problems occur.
27913 New-mail checking and checkpointing while you are not composing are not
27914 affected by this option.
27917 &lt;End of help on this topic&gt;
27918 </BODY>
27919 </HTML>
27920 ====== h_config_quell_checks_comp_inbox =====
27921 <HTML>
27922 <HEAD>
27923 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
27924 </HEAD>
27925 <BODY>
27926 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
27928 This option is closely related to the
27929 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
27930 option, the
27931 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
27932 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
27934 If this option is set, then the normal new-mail checking that happens
27935 while you are composing will not happen for your INBOX.
27936 Checking of other folders is controlled in a similar way with the
27937 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
27939 You might want to set this option if you are experiencing delays while
27940 composing that you think might be related to the speed of the new-mail
27941 checks.
27943 Even with this option turned on, an occasional new-mail check may be done
27944 in order to keep the server from killing the connection to the folder.
27945 For example, IMAP servers may remove a connection to a folder if there
27946 has been no activity on the connection for 30 minutes or more.
27947 Instead of letting that happen, Alpine will check for new mail before the
27948 30 minutes is up even though you have turned on this feature to quell
27949 those checks.
27951 Besides new-mail checks, checkpoint operations on the INBOX
27952 will also be quelled when you set this option.
27953 The purpose of checkpointing is to write the changes to a folder out to
27954 disk periodically in order to avoid losing those changes when system or
27955 software problems occur.
27956 New-mail checking and checkpointing while you are not composing are not
27957 affected by this option.
27959 &lt;End of help on this topic&gt;
27960 </BODY>
27961 </HTML>
27962 ====== h_config_maildropcheck =====
27963 <HTML>
27964 <HEADER>
27965 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
27966 </HEADER>
27967 <BODY>
27968 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
27970 New-mail checking for a
27971 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
27972 mail checking for a regular folder.
27973 One of the differences is that the connection to the Mail Drop is not
27974 kept open and so the cost of checking
27975 (delay for you and additional load for the server) may be significant.
27976 Because of this additional cost we set a minimum time that
27977 must pass between checks.
27978 This minimum only applies to the automatic checking done by Alpine.
27979 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
27980 at the end of a folder index, then the check is done right away.
27982 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
27983 new-mail checks.
27984 You may want to set this minimum high in order to avoid experiencing some
27985 of the delays associated with the checks.
27986 Note that the time between checks is still controlled by the regular
27987 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
27988 When Alpine is about to do an automatic check for new mail (because
27989 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
27990 new-mail check
27991 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
27992 the Mail Drop is checked for new mail as well.
27993 Therefore, it is only useful to set this option to a value that is higher
27994 than the <!--#echo var="VAR_mail-check-interval"-->.
27996 If this option is set to zero, automatic Mail Drop new-mail
27997 checking is disabled.
27998 There is a minimum value, normally 60 seconds.
27999 The default value is normally 60 seconds as well.
28000 This applies to the INBOX and to the currently open folder if that is
28001 different from the INBOX.
28004 <UL>   
28005 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28006 </UL><P>
28007 &lt;End of help on this topic&gt;
28008 </BODY>
28009 </HTML>
28010 ====== h_config_nntprange =====
28011 <HTML>
28012 <HEADER>
28013 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
28014 </HEADER>
28015 <BODY>
28016 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
28018 This option applies only to newsgroups accessed using the NNTP protocol.
28019 It does not, for example,
28020 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
28023 When you open a connection to a News server using the NNTP protocol, you
28024 normally have access to all of the articles in each newsgroup.
28025 If a server keeps a large backlog of messages it may speed performance
28026 some to restrict attention to only the newer messages in a group.
28027 This option allows you to set how many article numbers should be checked
28028 when opening a newsgroup.
28029 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
28030 of messages you ever want to see.
28031 For example, if you only ever wanted to look at the last 500 messages in each
28032 newsgroup you could set this option to 500.
28033 In actuality, it isn't quite that.
28034 Instead, for performance reasons, it specifies the range of article
28035 numbers to be checked, beginning
28036 with the highest numbered article and going backwards from there.
28037 If there are messages that have been canceled or deleted
28038 their article numbers are still counted as part of the range.
28040 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
28041 numbers
28042 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
28044 to be considered when reading a newsgroup.
28045 The number of messages that show up in your index will be less than or equal
28046 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
28049 The purpose of this option is simply to speed up access when reading news.
28050 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
28051 numbers, and can avoid downloading any information about the ignored articles.
28052 There is a cost you pay for this speedup.
28053 That cost is that there is no way for you to see those ignored articles.
28054 The articles that come before the range you specify are invisible to you and
28055 to Alpine, as if they did not exist at all.
28056 There is no way to see those messages using, for example, an unexclude command
28057 or something similar.
28058 The only way to see those articles is to set this option high enough (or
28059 set it to zero) and then to reopen the newsgroup.
28062 If this option is set to 0 (which is also the default),
28063 then the range is unlimited.
28064 This option applies globally to all NNTP servers and to all newsgroups
28065 on those servers.
28066 There is no way to set different values for different newsgroups or servers.
28069 <UL>   
28070 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28071 </UL><P>
28072 &lt;End of help on this topic&gt;
28073 </BODY>
28074 </HTML>
28075 ====== h_config_news_active =====
28076 <html>
28077 <header>
28078 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
28079 </header>
28080 <body>
28081 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
28083 This option tells Alpine where to look for the "active file" for newsgroups
28084 when accessing news locally, rather than via NNTP.  The default path is
28085 usually "/usr/lib/news/active".<p>
28086 <UL>   
28087 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28088 </UL><P>
28089 &lt;End of help on this topic&gt;
28090 </body>
28091 </html>
28092 ====== h_config_news_spool =====
28093 <html>
28094 <header>
28095 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
28096 </header>
28097 <body>
28098 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
28100 This option tells Alpine where to look for the "news spool" for newsgroups
28101 when accessing news locally, rather than via NNTP.  The default path is
28102 usually "/var/spool/news".<p>
28103 <UL>   
28104 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28105 </UL><P>
28106 &lt;End of help on this topic&gt;
28107 </body>
28108 </html>
28109 ====== h_config_image_viewer =====
28110 <html>
28111 <header>
28112 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
28113 </header>
28114 <body>
28115 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
28116 <body>
28117 This option specifies the program Alpine should call to view MIME
28118 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
28119 no longer needed, but remains for backward compatibility.  The more
28120 general method for associating external printing and viewing programs with
28121 specific MIME data types is to use the system's (or your personal)
28122 "mailcap" configuration file.<p>
28123 <UL>   
28124 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28125 </UL><P>
28126 &lt;End of help on this topic&gt;
28127 </body>
28128 </html>
28129 ====== h_config_domain_name =====
28130 <HTML>
28131 <HEAD>
28132 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
28133 </HEAD>
28134 <BODY>
28135 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
28137 This option is used only if the 
28138 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
28139 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
28140 strips the hostname from your return (&quot;From&quot;) address and when 
28141 completing unqualified addresses that you enter into the composer.
28143 If you set this, see also the <A HREF="h_config_quell_local_lookup">
28144 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
28147 <!--chtml if pinemode="os_windows"-->
28148 <P>This option is not applicable to PC-Alpine.
28149 <!--chtml else-->
28151 <!--chtml endif-->
28152 <UL>
28153 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28154 </UL>
28156 &lt;End of help on this topic&gt;
28157 </BODY>
28158 </HTML>
28159 ====== h_config_prune_date =====
28160 <HTML>
28161 <HEAD>
28162 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
28163 </HEAD>
28164 <BODY>
28165 <H1>OPTION: Last-Time-Prune Question</H1>
28167 This value records the last time you were asked about deleting old
28168 sent-mail.
28169 It is set automatically by Alpine at the beginning of each month.
28170 In the past, if you wished to suppress the monthly sent-mail
28171 pruning feature, you could set this to a date in the future.
28172 This value is relative to the year 1900, so 
28173 to set this, for example, to October 2005, use 105.10.
28175 You can still do that if you wish, or you can use the
28176 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
28177 a little more convenient to use.
28179 <UL>   
28180 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28181 </UL><P>
28182 &lt;End of help on this topic&gt;
28183 </BODY>
28184 </HTML>
28185 ====== h_config_goto_default =====
28186 <HTML>
28187 <HEAD>
28188 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
28189 </HEAD>
28190 <BODY>
28191 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
28193 This value affects Alpine's behavior when you use the Goto command.
28194 Alpine's usual behavior has two parts.  If your current folder is
28195 &quot;Inbox&quot;, Alpine will offer the last open folder as the
28196 default.  If the current folder is other than &quot;Inbox&quot;,
28197 &quot;Inbox&quot; is offered as the default.
28200 The available options include:
28202 <DL>
28204  <DT>folder-in-first-collection</DT>
28206  <DD> Alpine will offer the most recently visited folder in the default
28207 collection found in the &quot;Collection List&quot; screen as the default.
28208 </DD>
28210  <DT> inbox-or-folder-in-first-collection</DT>
28212  <DD> If the current folder is &quot;Inbox&quot;,
28213 Alpine will offer the most recently visited folder in the
28214 default collection found in the &quot;Collection List&quot; screen.
28215 If the current folder is other than &quot;Inbox&quot;,
28216 &quot;Inbox&quot; is offered as the default.
28217 </DD>
28219  <DT> inbox-or-folder-in-recent-collection</DT>
28221  <DD> This is Alpine's default behavior.
28222 If the current folder is &quot;Inbox&quot;,
28223 Alpine will offer the last open
28224 folder as the default.
28225 If the current folder is other than &quot;Inbox&quot;,
28226 &quot;Inbox&quot; is offered as the default.
28227 </DD>
28229  <DT> first-collection-with-inbox-default</DT>
28231  <DD> Instead of offering the most recently visited folder in the default
28232 collection, the default collection is offered but with &quot;Inbox&quot; as
28233 the default folder.
28234 If you type in a folder name it will be in the default collection.
28235 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
28236 </DD>
28238  <DT> most-recent-folder</DT>
28240  <DD> The last accepted value simply causes the most recently opened
28241 folder to be offered as the default regardless of the currently opened
28242 folder.
28243 </DD>
28244 </DL>
28247 NOTE: The default while a newsgroup is open remains the same; the last
28248 open newsgroup.
28251 <UL>   
28252 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28253 </UL><P>
28254 &lt;End of help on this topic&gt;
28255 </BODY>
28256 </HTML>
28257 ====== h_config_thread_lastreply_char =====
28258 <HTML>
28259 <HEAD>
28260 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
28261 </HEAD>
28262 <BODY>
28263 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
28265 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
28266 INDEX display when using a
28267 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
28268 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
28269 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
28270 The value of this option is a single character.
28271 This character is used instead of the vertical line character when there are
28272 no more replies directly to the parent of the current message.
28273 It can be used to &quot;round-off&quot; the bottom of the vertical line
28274 by setting it to a character such as a backslash (&#92;) or
28275 a backquote (&#96;).
28276 The default value of this option is the backslash character (&#92;).
28277 This option may not be set to the Empty Value.
28278 In that case, the default will be used instead.
28281 <UL>   
28282 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28283 </UL><P>
28284 &lt;End of help on this topic&gt;
28285 </BODY>
28286 </HTML>
28287 ====== h_config_thread_indicator_char =====
28288 <HTML>
28289 <HEAD>
28290 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
28291 </HEAD>
28292 <BODY>
28293 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
28295 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
28296 INDEX display when using a
28297 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
28298 than &quot;none&quot; and sorting by Threads or OrderedSubject.
28299 The value of this option is a single character.
28300 This character is used to indicate that part of a thread (a conversation) is
28301 hidden beneath a message.
28302 The message could be expanded
28303 if desired with the &quot;/&quot; Collapse/Expand command.
28304 By default, the value of this option is the greater than sign (&gt;).
28306 If this option is set to the Empty Value, then the column (and the following
28307 blank column) will be deleted from the display.
28310 This option is closely related to the
28311 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
28312 Another similar option that affects the thread display is the
28313 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
28316 <UL>   
28317 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28318 </UL><P>
28319 &lt;End of help on this topic&gt;
28320 </BODY>
28321 </HTML>
28322 ====== h_config_thread_exp_char =====
28323 <HTML>
28324 <HEAD>
28325 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
28326 </HEAD>
28327 <BODY>
28328 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
28330 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
28331 INDEX display when using a
28332 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
28333 than &quot;none&quot;.
28334 The value of this option is a single character.
28335 This character is used to indicate that part of a thread has been expanded
28336 and could be collapsed if desired with
28337 the &quot;/&quot; Collapse/Expand command.
28338 By default, the value of this option is a dot (.).
28340 If this option is set to the Empty Value, then the column (and the following
28341 blank column) will be deleted from the display.
28344 This option is closely related to the
28345 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
28346 Another similar option that affects the thread display is the
28347 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
28350 <UL>   
28351 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28352 </UL><P>
28353 &lt;End of help on this topic&gt;
28354 </BODY>
28355 </HTML>
28356 ====== h_config_thread_index_style =====
28357 <HTML>
28358 <HEAD>
28359 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
28360 </HEAD>
28361 <BODY>
28362 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
28364 When a folder is sorted by Threads or OrderedSubject,
28365 this option will affect the INDEX displays.
28368 The possible values for this option are:
28370 <DL>
28371 <DT>regular-index-with-expanded-threads</DT>
28372 <DD>This is the default display.
28373 If the configuration option
28374 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
28375 is set to something other than &quot;none&quot;, then this setting
28376 will cause Alpine to start off with a MESSAGE INDEX with all of
28377 the threads expanded.
28378 That is, each message will have a line in the MESSAGE INDEX display.
28379 The Collapse/Expand command (/) may be used to manually collapse or
28380 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
28382 This setting affects the display when the folder is first threaded.
28383 The collapsed state may also be re-initialized by re-sorting the folder manually
28384 using the SortIndex command ($).
28385 After re-sorting the threads will once again all be expanded, even if you
28386 have previously collapsed some of them.
28388 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
28389 the display will be the regular default Alpine MESSAGE INDEX, but sorted
28390 in a different order.
28391 </DD>
28393 <DT>regular-index-with-collapsed-threads</DT>
28394 <DD>If the configuration option
28395 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
28396 is set to something other than &quot;none&quot;, then this setting
28397 will cause Alpine to start out with all of the threads collapsed instead of
28398 starting out with all of the threads expanded.
28399 The Collapse/Expand command (/) may be used to manually collapse or
28400 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
28402 This setting affects the display when the folder is first threaded.
28403 The collapsed state may also be re-initialized by re-sorting the folder manually
28404 using the SortIndex command ($).
28405 After re-sorting the threads will once again all be collapsed, even if you
28406 have previously expanded some of them.
28407 </DD>
28409 <DT>separate-index-screen-always</DT>
28410 <DD>With this setting and the next, you will see an index of threads
28411 instead of an
28412 index of messages, provided you have sorted by Threads or OrderedSubject.
28414 The THREAD INDEX contains a '*' in the first column if any message in the thread
28415 is marked Important.
28416 If not, it contains a '+' if any message in the thread is to you.
28417 The second column is blank. The third column contains a 'D' if all of the
28418 messages in the thread are deleted.
28419 Otherwise, it contains an 'N' if any of the messages in the thread are New.
28421 When you view a particular thread from the THREAD INDEX you will be
28422 in the MESSAGE INDEX display
28423 but the index will only contain messages from the thread you are viewing.
28424 </DD>
28426 <DT>separate-index-screen-except-for-single-messages</DT>
28427 <DD>This is very similar to the option above.
28428 When you are in the THREAD INDEX, one of the available commands
28429 is &quot;ViewThd&quot;.
28430 With the setting &quot;separate-index-screen-always&quot; (the option above)
28431 when you view a particular thread you will be in the
28432 MESSAGE INDEX display and the index will only contain messages from
28433 the thread you are viewing.
28434 If the thread you are viewing consists of a single message, the MESSAGE INDEX
28435 will be an index with only one message in it.
28436 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
28437 setting instead, then that index that contains a single message
28438 will be skipped and you will go directly from the THREAD INDEX into the
28439 MESSAGE TEXT screen.
28440 </DD>
28442 </DL>
28445 <UL>   
28446 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28447 </UL><P>
28448 &lt;End of help on this topic&gt;
28449 </BODY>
28450 </HTML>
28451 ====== h_config_thread_disp_style =====
28452 <HTML>
28453 <HEAD>
28454 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
28455 </HEAD>
28456 <BODY>
28457 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
28459 When a folder is sorted by Threads or OrderedSubject,
28460 this option will affect the MESSAGE INDEX display.
28461 By default, Alpine will display the MESSAGE INDEX in the
28462 &quot;show-thread-structure&quot; style if a folder is sorted
28463 by Threads or OrderedSubject.
28466 The possible values for this option are:
28468 <DL>
28469 <DT>none</DT>
28470 <DD>Regular index display.
28471 The same index line as would be displayed without threading is used.
28472 The only difference will be in the order of the messages.
28473 </DD>
28475 <DT>show-thread-structure</DT>
28476 <DD>Threaded Subjects will be indented and vertical bars and horizontal
28477 lines will be added to make it easier to see the relationships among
28478 the messages in a thread (a conversation).
28479 </DD>
28481 <DT>mutt-like</DT>
28482 <DD>This is the same as the option above except that the Subject
28483 is suppressed (is blank) if it matches the previous Subject in the thread.
28484 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
28485 Here is an example of what a mutt-like index might look like.
28486 In this example, the first column represents the message number, the
28487 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
28488 is set to &quot;regular-index-with-expanded-threads&quot;, and the
28489 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
28490 is set to a backslash:
28491 <PRE>
28492 &nbsp;&nbsp;&nbsp;1    Some topic
28493 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
28494 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
28495 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
28496 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
28497 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
28498 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
28499 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
28500 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
28501 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
28502 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
28503 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
28504 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
28505 &nbsp;&nbsp;&nbsp;14    Next topic
28506 </PRE>
28507 </DD>
28509 <DT>indent-subject-1</DT>
28510 <DD>Threaded Subjects will be indented one space per level of the conversation.
28511 The bars and lines that show up in the show-thread-structure display will
28512 not be there with this style.
28513 </DD>
28515 <DT>indent-subject-2</DT>
28516 <DD>Same as above but indent two spaces per level instead of one space.
28517 </DD>
28519 <DT>indent-from-1</DT>
28520 <DD>Similar to indent-subject-1, except that instead of indenting the
28521 Subject field one space the From field of a thread will be indented one
28522 space per level of the conversation.
28523 </DD>
28525 <DT>indent-from-2</DT>
28526 <DD>Same as above but indent two spaces per level instead of one space.
28527 </DD>
28529 <DT>show-structure-in-from</DT>
28530 <DD>The structure of the thread is illustrated with indenting, vertical bars,
28531 and horizontal lines just like with the show-thread-structure option, but
28532 the From field is used to show the relationships instead of the Subject field. 
28533 </DD>
28535 </DL>
28538 <UL>   
28539 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28540 </UL><P>
28541 &lt;End of help on this topic&gt;
28542 </BODY>
28543 </HTML>
28544 ====== h_config_pruning_rule =====
28545 <HTML>
28546 <HEAD>
28547 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
28548 </HEAD>
28549 <BODY>
28550 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
28552 By default, Alpine will ask at the beginning of each month whether or not
28553 you want to rename your sent-mail folder to a name like sent-mail-month-year.
28554 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
28555 change the format of the folder to sent-mail-yyyy-mm.)
28556 It will also ask whether you would like to delete old sent-mail folders.
28557 If you have defined
28558 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
28560 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
28561 Alpine will also ask about pruning those folders.
28564 With this option you may provide an automatic answer to these questions.
28565 The default value is to ask you what you'd like to do.
28568 The six possible values for this option are:
28570 <DL>
28571 <DT>ask about rename, ask about deleting</DT>
28572 <DD>This is the default.
28573 Alpine will ask whether you want to rename the folders and whether you
28574 want to delete each of the old folders.
28575 </DD>
28577 <DT>ask about rename, don't delete</DT>
28578 <DD>Alpine will ask whether you want to rename the folders, but won't
28579 ask about or delete old folders.
28580 </DD>
28582 <DT>always rename, ask about deleting</DT>
28583 <DD>This means you want to always answer yes and have Alpine automatically
28584 rename the folder if possible.
28585 You will also be asked about deleting old folders.
28586 </DD>
28588 <DT>always rename, don't delete</DT>
28589 <DD>This means you want to always answer yes and have Alpine automatically
28590 rename the folder if possible.
28591 There will be no deleting of old folders.
28592 </DD>
28594 <DT>don't rename, ask about deleting</DT>
28595 <DD>This means you want to always answer no.
28596 Alpine will not rename the folder.
28597 You will be asked about deleting old folders.
28598 </DD>
28600 <DT>don't rename, don't delete</DT>
28601 <DD>This means you want to always answer no.
28602 Alpine will not rename the folder.
28603 There will be no deleting of old folders, either.
28604 </DD>
28605 </DL>
28608 <UL>   
28609 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28610 </UL><P>
28611 &lt;End of help on this topic&gt;
28612 </BODY>
28613 </HTML>
28614 ====== h_config_reopen_rule =====
28615 <HTML>
28616 <HEAD>
28617 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
28618 </HEAD>
28619 <BODY>
28620 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
28622 Alpine normally checks for new mail in the currently open folder
28623 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
28626 There are some situations where automatic new-mail checking does not work.
28627 For example, if a mail folder is opened using the POP protocol or a newsgroup
28628 is being read using the NNTP protocol, then new-mail checking is disabled.
28631 It may be possible to check for new mail in these cases by reopening the
28632 folder.
28633 Alpine does not do this for you automatically, but you may do the commands
28634 manually to cause this to happen.
28635 You reopen by going back to the folder list screen from the message
28636 index screen with the &quot;&lt;&quot; command,
28637 and then going back into the message index screen with
28638 the &quot;&gt;&quot; command.
28639 (Actually, any method you would normally use to open a folder will work the
28640 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
28641 For example, the GoTo Folder command will work, or you may use L to go to the
28642 Folder List screen and Carriage Return to reopen the folder.)
28645 There are some cases where Alpine knows that reopening the folder should
28646 be useful as a way to discover new mail.
28647 At the time of this writing, connections made using the POP protocol,
28648 news reading using the NNTP protocol, local news reading, and local
28649 ReadOnly folders that are in the traditional UNIX or the MMDF format all
28650 fall into this category.
28651 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
28652 has no way of knowing, so it might also just be an exercise in futility.
28653 All remote, ReadOnly folders other than those listed just above fall into this
28654 category.
28655 The setting of this option together with the type of folder
28656 controls how Alpine will react to the apparent attempt to reopen a folder.
28659 If you don't reopen, then you will just be back in
28660 the message index with no change.
28661 You left the index and came back, but the folder remained &quot;open&quot;
28662 the whole time.
28663 However, if you do reopen the folder, the folder is closed and then reopened.
28664 In this case, the current state of the open folder is lost.
28665 The New status, Important and Answered flags,
28666 selected state, Zoom state, collapsed or expanded state of threads,
28667 current message number,
28668 and any other temporary state is all lost when the reopen happens.
28669 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
28672 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
28673 several places.
28674 That really implies the case where Alpine knows it is a good way to discover
28675 new mail, which is more than just POP and NNTP, but POP and NNTP are
28676 the cases of most interest.
28677 This option probably has more possible values than it deserves. They are:
28679 <DL>
28680 <DT>Always reopen</DT>
28681 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
28682 whenever you type a command that implies a reopen, regardless of the
28683 access method.
28684 In other words, it is assumed you would always answer Yes if asked
28685 about reopening.
28686 </DD>
28688 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
28689 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
28690 will ask you whether to reopen other remote folders,
28691 with a default answer of Yes.
28692 </DD>
28694 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
28695 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
28696 will ask you whether to reopen other remote folders,
28697 with a default answer of No.
28698 </DD>
28700 <DT>Yes for POP/NNTP, No for other remote</DT>
28701 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
28702 will assume a No answer for all other remote folders.
28703 </DD>
28705 <DT>Always ask [Yes]</DT>
28706 <DD>Alpine will not differentiate based on access method.
28707 It will always ask for all remote folders, with a default answer of Yes.
28708 </DD>
28710 <DT>Always ask [No]</DT>
28711 <DD>Alpine will not differentiate based on access method.
28712 It will always ask for all remote folders, with a default answer of No.
28713 </DD>
28715 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
28716 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
28717 of Yes.
28718 It will never attempt to reopen other remote folders.
28719 </DD>
28721 <DT>Ask about POP/NNTP [No], No for other remote</DT>
28722 <DD>This is the default.
28723 Alpine will ask if the access method is POP or NNTP, with a default answer
28724 of No.
28725 It will never attempt to reopen other remote folders.
28726 </DD>
28728 <DT>Never reopen</DT>
28729 <DD>Alpine will never attempt to reopen already open folders.
28730 </DD>
28731 </DL>
28734 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
28735 any of the other situations where it is likely that reopening is a good way
28736 to discover new mail.
28739 There is an alternative that may be of useful in some situations.
28740 Instead of manually checking for new mail you can set up a
28741 <A HREF="h_maildrop">Mail Drop</A>
28742 and automatically check for new mail.
28745 <UL>   
28746 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28747 </UL><P>
28748 &lt;End of help on this topic&gt;
28749 </BODY>
28750 </HTML>
28751 ====== h_config_inc_startup =====
28752 <HTML>
28753 <HEAD>
28754 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
28755 </HEAD>
28756 <BODY>
28757 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
28759 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
28760 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
28761 It determines which message will be the <EM>current message</EM> when
28762 the folder is first opened.
28763 The default value is &quot;first-unseen&quot;.
28766 The seven possible values for this option are:
28768 <DL>
28769 <DT>first-unseen</DT>
28770 <DD>The current message is set to the first
28771 unseen message that has not been marked deleted, or the last message if
28772 all of the messages have been seen previously.
28773 Messages which have not been seen or which have been seen but re-marked
28774 as New are considered unseen messages.
28775 See the note at the bottom of this help about newsgroups.
28776 </DD>
28778 <DT>first-recent</DT>
28779 <DD>Similar to the default, but rather than starting on the first
28780 unseen message Alpine starts on the first <EM>recent</EM> message.
28781 A message is recent if it arrived since the last time the folder was
28782 open.  This value causes the current message to be set to the first
28783 recent message if there is one, otherwise to the last
28784 message in the folder.
28785 </DD>
28787 <DT>first-important</DT>
28788 <DD>This will result in the current message being set to the first
28789 message marked Important (but not Deleted).
28790 If no messages are marked Important, then it will be the last message.
28791 Messages are marked Important by <EM>you</EM>, not by the sender, using
28793 <A HREF="h_common_flag">Flag command</A>.
28794 Or they may be marked Important by an Alpine
28795 <A HREF="h_mainhelp_filtering">Filter</A>
28796 that you have set up.
28797 </DD>
28799 <DT>first-important-or-unseen</DT>
28800 <DD>This selects the first of the first unseen and the first important
28801 messages.
28802 </DD>
28804 <DT>first-important-or-recent</DT>
28805 <DD>This selects the first of the first recent and the first important
28806 messages.
28807 </DD>
28809 <DT>first</DT>
28810 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
28811 If all messages are deleted you start on the last message.
28812 </DD>
28814 <DT>last</DT>
28815 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
28816 If all messages are deleted you start on the last message.
28817 </DD>
28818 </DL>
28821 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
28822 &quot;first-recent&quot; are the same and are affected by whether or not the
28823 feature 
28824 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
28825 is turned on. 
28826 Also, there is no permanent storage in news for an Important flag.
28827 This means that no messages will be marked Important when a newsgroup is
28828 first opened.
28831 <UL>   
28832 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28833 </UL><P>
28834 &lt;End of help on this topic&gt;
28835 </BODY>
28836 </HTML>
28837 ====== h_config_browser =====
28838 <HTML>
28839 <HEAD>
28840 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
28841 </HEAD>
28842 <BODY>
28843 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
28844 <!--chtml if pinemode="os_windows"-->
28845 PC-Alpine users do not need to enter anything here, unless:<UL>
28846 <LI> they want to override, for use with Alpine, the application defined
28847 in the Windows operating system for handling URLs; or
28848 <LI> they are (planning on) using the same configuration file with 
28849 Unix Alpine.
28850 </UL>
28852 Note that if using a viewer that has a space in its path, you should
28853 use the DOS name for that directory or file. Example:
28854 <PRE>
28855 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
28856 </PRE>
28857 <HR><P>
28858 <!--chtml endif-->
28859 This option affects Alpine's handling of URLs that are found in 
28860 messages you read.  Normally, only URLs Alpine can handle directly
28861 are automatically offered for selection in the &quot;Message
28862 Text&quot; screen.  When one or more applications
28863 capable of deciphering URLs on their command line are added here, Alpine
28864 will choose the first available to display URLs it cannot handle directly.
28865 A viewer's availability is based on its being specified with a <B>full
28866 directory path</B> and the evaluation of any optionally supplied
28867 parameters described below.
28870 Additionally, to support various connection methods and applications, each
28871 entry in this list can optionally begin with one or more of
28872 the following special tokens.  The allowed tokens include:
28875 <DL>
28876 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
28877 <DD>
28878 The <VAR>test-string</VAR> is a shell command that Alpine will run to
28879 evaluate a viewer's availability.  The command specified by the test
28880 string is run and if its resulting exit status is non-zero, Alpine will
28881 not consider the associated viewer for use.
28882 </DD>
28884 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
28885 <DD>
28886 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
28887 URL schemes that are to be used with the associated viewer.  This is
28888 the way to configure Alpine to recognize URLs other than the built-in set.
28890 It can also be used to override Alpine's built-in handlers.
28891 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
28892 and Alpine would use (provided it passed all other criteria) the associated
28893 viewer when it encountered a URL of the form &quot;news:comp.mail.pine&quot;.
28895 </DD>
28896 </DL>
28899 By default, Alpine will simply append a space character followed by the
28900 selected URL prior to launching the command in your specified SHELL.  You can
28901 optionally specify where in the command the selected URL should appear
28902 by using the &quot;_URL_&quot; token.  All occurrences found in the command
28903 will be replaced with the selected URL before the command is handed
28904 to the shell.  If such replacement occurs, the default appending of the
28905 selected URL does not take place.
28908 NOTE: If the viewer you specify has any command-line arguments,
28909 including the &quot;_URL_&quot; token, you will need to add a
28910 double-quote character before the command path and after the last
28911 argument (see the &quot;lynx&quot; example below).
28914 So, here are some example entries:
28915 <PRE>
28916 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/bin/firefox
28917               &quot;/usr/bin/lynx _URL_&quot;
28918               C:&#92;BIN&#92;FIREFOX.BAT
28919 </PRE>
28921 This example shows that for the first viewer in the list to be used
28922 the environment variable &quot;DISPLAY&quot; must be defined.  If it
28923 is, then the path and file &quot;/usr/bin/firefox&quot; must exist.
28924 If neither condition is met,
28925 then the path and file &quot;/usr/bin/lynx&quot; must exist.
28926 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL.
28927 If the path to &quot;lynx&quot; is invalid,
28928 then the final path and file C:&#92;BIN&#92;FIREFOX.BAT must exist.
28929 Note that the last
28930 entry is a DOS/Windows path.  This is one way to support Alpine running
28931 on more than one architecture with the same configuration file.<P>
28933 <!--chtml if pinemode="os_windows"-->
28934 <!--chtml else-->
28935 Note that depending on the type of browser used and the method of 
28936 its invocation (such as whether it will open in a separate window) from
28937 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
28938 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
28939 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
28940 In other words, launching the browser from Alpine may make Alpine 
28941 &quot;disappear&quot; (although it is still &quot;running&quot;)
28942 until you close the browser again.<P>  
28943 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
28944 environment: for advanced users and  systems administrators</A>
28945 </UL>
28946 <!--chtml endif-->
28947 <P>If you are unsure what browsers are available on your system or how to 
28948 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
28949 local computing support staff.
28950 <P><UL>
28951 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28952 </UL>
28954 &lt;End of help on this topic&gt;
28955 </BODY>
28956 </HTML>
28957 ====== h_config_history =====
28958 <HTML>
28959 <HEAD>
28960 <TITLE>OPTION: <!--#echo var="VAR_default-directories"--></TITLE>
28961 </HEAD>
28962 <BODY>
28963 <H1>OPTION: <!--#echo var="VAR_default-directories"--></H1>
28965 This option allows you to input a list of directories that Alpine will offer 
28966 for you to use when you are saving or exporting attachments. This is useful
28967 when navigating to specific directories becomes too tedious, or when you 
28968 need to do this on a daily basis, and want Alpine to remember this on a 
28969 permanent basis.
28971 The list of directories saved here can be accessed using the ^Y and ^V commands
28972 in the save prompt for attachments, or the export command.
28974 <P><UL>
28975 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28976 </UL>
28978 &lt;End of help on this topic&gt;
28979 </BODY>
28980 </HTML>
28981 ====== h_config_browser_xterm =====
28982 <HTML>
28983 <HEAD>
28984 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
28985 </HEAD>
28986 <BODY>
28987 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
28988 environment: for advanced users and  systems administrators</H1>
28989 If you are using Alpine with an X-terminal (emulator) and want to define an 
28990 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
28991 you may want to do so in a manner that causes any <B>already</B> 
28992 invoked viewer application to be used for viewing URLs you select from Alpine 
28993 messages, and a <B>new</B> URL-viewer process to be 
28994 started <B>only</B> if the same application has <B>not already</B> 
28995 been launched -- for one reason, to avoid file-locking contentions among 
28996 multiple invocations of the same URL-viewer application.  
28997 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
28998 option does not do this.)  A method of doing that would be:<OL>
28999 <LI> use 
29000 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
29001 check (using commands appropriate for your Unix shell
29002 in place of <VAR>test-string</VAR>) for the presence of a 
29003 lockfile created by the URL-viewer application -- which implies that the 
29004 application is already running, though this is not foolproof. 
29005 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
29006 application with its appropriate command line option(s) to 
29007 show the URL selected from the Alpine message in an already open window of 
29008 that application, or perhaps in a new window of that application.  
29010 <LI> In the 
29011 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
29012 application without those command line options, but this time using the 
29013 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
29014 is defined.
29015 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
29016 windows environment (for instance, using VT-100 terminal emulation), you 
29017 may wish to specify a non-X windows URL-viewer application such as Lynx
29018 as the last entry.
29019 </OL><BR>
29020 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
29021 the command shell, the URL-viewer application(s), and possibly the specific 
29022 version of the latter, you are using.  
29024 Relevant command line options for firefox can be found at
29027 <CENTER><A HREF="https://wiki.mozilla.org/Firefox/CommandLineOptions">https://wiki.mozilla.org/Firefox/CommandLineOptions</A></CENTER>
29029 <P>(If the URL-viewer application is 
29030 <B>not</B> running on the same host as Alpine, but being launched from an 
29031 applications server, you may not be able to use the command line options for 
29032 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
29033 <UL>   
29034 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29035 </UL><P>
29036 &lt;End of help on this topic&gt;
29037 </BODY>
29038 </HTML>
29039 ====== h_config_enable_full_hdr =====
29040 <HTML>
29041 <HEAD>
29042 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
29043 </HEAD>
29044 <BODY>
29045 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
29047 This feature enables the &quot;H Full Headers&quot; command which toggles between
29048 the display of all headers in the message and the normal edited view of
29049 headers.  The Full Header command also controls which headers are included
29050 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
29051 Full Header mode will respect the
29052 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
29053 feature setting.)
29055 If Full Header mode is turned on and you Forward a message, you will
29056 be asked if you'd like to forward the message as an attachment, as opposed
29057 to including the text of the message in the body of your new message.
29059 If you have also turned on the
29060 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
29061 option then the Full Headers command actually rotates through three states
29062 instead of just two.
29063 The first is the normal view with long quotes suppressed.
29064 The second is the normal view but with the long quotes included.
29065 The last enables the display of all headers in the message.
29066 When using Export, Pipe, Print, Forward, or Reply the quotes are
29067 never suppressed, so the first two states are identical.
29069 Normally, the Header Mode will reset
29070 to the default behavior when moving to a new message.
29071 The mode can be made to persist from message to message by setting the feature
29072 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
29074 <UL>   
29075 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29076 </UL><P>
29077 &lt;End of help on this topic&gt;
29078 </BODY>
29079 </HTML>
29080 ====== h_config_enable_full_hdr_and_text =====
29081 <HTML>
29082 <HEAD>
29083 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
29084 </HEAD>
29085 <BODY>
29086 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
29088 This feature affects how the &quot;H Full Headers&quot; command displays
29089 message text.  If set, the raw message text will be displayed.  This
29090 especially affects MIME formatted email, where the entire MIME format
29091 will be displayed.  This feature similarly affects how messages are
29092 included for the Export, Pipe, Print, Forward, and Reply functions.
29094 When viewing a raw message that has attachments with this feature set,
29095 you will not be able to view attachments without first leaving full 
29096 headers mode.  This is because MIME parsing is not done on the raw message.
29098 <UL>   
29099 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29100 </UL><P>
29101 &lt;End of help on this topic&gt;
29102 </BODY>
29103 </HTML>
29104 ====== h_config_enable_pipe =====
29105 <HTML>
29106 <HEAD>
29107 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
29108 </HEAD>
29109 <BODY>
29110 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
29112 This feature enables the "| Pipe" command that sends the current message
29113 to the specified command for external processing.
29116 A short description of how the pipe command works is given
29117 <A HREF="h_pipe_command">here</A>.
29120 <UL>   
29121 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29122 </UL><P>
29123 &lt;End of help on this topic&gt;
29124 </BODY>
29125 </HTML>
29126 ====== h_config_quell_full_hdr_reset =====
29127 <HTML>
29128 <HEAD>
29129 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
29130 </HEAD>
29131 <BODY>
29132 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
29134 The <A HREF="h_common_hdrmode">HdrMode Command</A>
29135 normally resets to the default state when switching to a new message.
29136 For example, if you've used the &quot;H&quot; command to turn on Full
29137 Headers for a message you are viewing, and then you type the Next command
29138 to look at the next message, the full headers will no longer be shown.
29139 Setting this feature disables that reset.
29140 Instead, the Header Mode remains the same from message to message.
29143 The presence or absence of the HdrMode command is determined by the
29144 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
29145 Feature-List option.
29147 <UL>   
29148 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29149 </UL><P>
29150 &lt;End of help on this topic&gt;
29151 </BODY>
29152 </HTML>
29153 ====== h_config_enable_tab_complete =====
29154 <HTML>
29155 <HEAD>
29156 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
29157 </HEAD>
29158 <BODY>
29159 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
29161 This feature enables the TAB key when at a prompt for a filename. In this
29162 case, TAB will cause the partial name already entered to be automatically
29163 completed, provided the partial name is unambiguous.
29164 This feature is on by default.
29166 Similarly, this feature also enables TAB completion of address book
29167 nicknames when at a prompt for a nickname,
29168 or when typing in an address field in the composer.
29170 &lt;End of help on this topic&gt;
29171 </BODY>
29172 </HTML>
29173 ====== h_config_quit_wo_confirm =====
29174 <HTML>
29175 <HEAD>
29176 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
29177 </HEAD>
29178 <BODY>
29179 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
29181 This feature controls whether or not Alpine will ask for confirmation when a
29182 Quit command is received.
29184 &lt;End of help on this topic&gt;
29185 </BODY>
29186 </HTML>
29187 ====== h_config_quote_replace_noflow =====
29188 <HTML>
29189 <HEAD>
29190 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
29191 </HEAD>
29192 <BODY>
29193 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
29195 This feature, which is only active when
29196 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
29197 also set,
29198 enables quote-replacement on non-flowed messages.  It is off
29199 by default because a non-flowed message is more dependent on its format,
29200 and thus quote-replacement may cause less-than-pleasing results.
29201 Setting this feature will cause quote-replacement similar to that of flowed
29202 messages, but with the added possibility of long lines being wrapped
29203 into new lines if the Quote-Replacement-String is longer than the string
29204 it is replacing, which is &quot;&gt;&nbsp;&quot;.
29206 &lt;End of help on this topic&gt;
29207 </BODY>
29208 </HTML>
29209 ====== h_config_enable_jump =====
29210 <HTML>
29211 <HEAD>
29212 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
29213 </HEAD>
29214 <BODY>
29215 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
29217 When this feature is set you may enter a number (followed by RETURN)
29218 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
29219 screens.  In other words, it obviates the need for typing the "J" for the
29220 Jump command.
29222 &lt;End of help on this topic&gt;
29223 </BODY>
29224 </HTML>
29225 ====== h_config_enable_alt_ed =====
29226 <HTML>
29227 <HEAD>
29228 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
29229 </HEAD>
29230 <BODY>
29231 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
29233 If this feature is set (the default), and the 
29234 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
29235 <B>is not</B> set, entering
29236 the ^_ (Ctrl-underscore) key while composing a message will prompt you
29237 for the name of the editor you would like to use.
29239 If the environment variable $EDITOR is set, its value will be offered as
29240 a default.
29242 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
29243 <B>is</B> set, the ^_ key will activate the specified
29244 editor without prompting, in which case it is not necessary to
29245 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
29247 <UL>   
29248 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29249 </UL><P>
29250 &lt;End of help on this topic&gt;
29251 </BODY>
29252 </HTML>
29253 ====== h_config_alt_ed_now =====
29254 <HTML>
29255 <HEAD>
29256 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
29257 </HEAD>
29258 <BODY>
29259 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
29261 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
29262 variable are both set, Alpine will
29263 automatically activate the specified editor when the cursor is moved from
29264 the header of the message being composed into the message text.  For
29265 replies, the alternate editor will be activated immediately.  If this
29266 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
29267 automatically ask for the name of an alternate editor when the cursor
29268 is moved out of the header being composed, or if a reply is being done.
29270 <P><UL>
29271 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29272 </UL>
29274 &lt;End of help on this topic&gt;
29275 </BODY>
29276 </HTML>
29277 ====== h_config_enable_bounce =====
29278 <HTML>
29279 <HEAD>
29280 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
29281 </HEAD>
29282 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
29283 <BODY>
29285 Setting this feature enables the "B Bounce" command, which will prompt
29286 for an address and *remail* the message to the new recipient.  This command
29287 is used to re-direct messages that you have received in error, or need to
29288 be redirected for some other reason (e.g. list moderation).  The final
29289 recipient will see a header indicating that you have Resent the msg, but
29290 the message's From: header will show the original author of the message,
29291 and replies to it will go back to that author, and not to you.
29293 &lt;End of help on this topic&gt;
29294 </BODY>
29295 </HTML>
29296 ====== h_config_enable_agg_ops =====
29297 <HTML>
29298 <HEAD>
29299 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
29300 </HEAD>
29301 <BODY>
29302 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
29304 When this feature is set you may use the commands and subcommands that relate to
29305 performing operations on more than one message at a time.  We call these
29306 &quot;aggregate operations&quot;.  In particular, the 
29307 <!--chtml if pinemode="function_key"-->&quot;F5
29308 <!--chtml else-->&quot;;
29309 <!--chtml endif--> Select&quot;, 
29311 <!--chtml if pinemode="function_key"-->
29312 &quot;F6
29313 <!--chtml else-->
29314 &quot;A 
29315 <!--chtml endif-->
29316 Apply&quot;, and 
29317 <!--chtml if pinemode="function_key"-->
29318 &quot;F4
29319 <!--chtml else-->
29320 &quot;Z 
29321 <!--chtml endif-->
29322 Zoom&quot; commands are enabled by this feature.  Select is used to
29323 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
29324 then be used to apply any message command to all of the selected/tagged
29325 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
29326 view between just those Selected and all messages in the folder.
29328 This feature also enables the 
29329 <!--chtml if pinemode="function_key"-->
29330 &quot;F7&quot; 
29331 <!--chtml else-->
29332 &quot;^X&quot; 
29333 <!--chtml endif-->
29335 subcommand in the MESSAGE INDEX 
29336 WhereIs command that causes all messages matching the WhereIs argument to 
29337 become selected; and the Select, Select Current, and ZoomMode commands in the
29338 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
29340 Some related help topics are
29341 <UL>
29342 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29343 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29344 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
29345 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
29346 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
29347 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29348 </UL>
29350 <UL>   
29351 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29352 </UL><P>
29353 &lt;End of help on this topic&gt;
29354 </BODY>
29355 </HTML>
29357 ====== h_config_enable_flag =====
29358 <HTML>
29359 <HEAD>
29360 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
29361 </HEAD>
29362 <BODY>
29363 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
29365 Setting this feature enables the
29366 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
29367 command that allows you to
29368 manipulate the status flags associated with a message.  By default, Flag
29369 will set the "Important" flag, which results in an asterisk being
29370 displayed in column one of the MESSAGE INDEX for such messages.
29372 &lt;End of help on this topic&gt;
29373 </BODY>
29374 </HTML>
29375 ====== h_config_flag_screen_default =====
29376 <HTML>
29377 <HEAD>
29378 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
29379 </HEAD>
29380 <BODY>
29381 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
29383 The feature modifies the behavior of the
29384 <a href="h_common_flag">Flag</a>
29385 command (provided it too is
29386 <A HREF="h_config_enable_flag">enabled</A>).
29387 By default, when the "* Flag" command is selected,
29388 Alpine offers a prompt to set one of several flags and also offers the
29389 option of entering the detailed flag manipulation screen via the "^T"
29390 key. Enabling this feature causes Alpine to immediately enter the detailed
29391 flag screen rather than first offer the simple prompt.
29393 <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.
29395 &lt;End of help on this topic&gt;
29396 </BODY>
29397 </HTML>
29398 ====== h_config_flag_screen_kw_shortcut =====
29399 <HTML>
29400 <HEAD>
29401 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
29402 </HEAD>
29403 <BODY>
29404 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
29406 This feature modifies the behavior of the
29407 <a href="h_common_flag">Flag</a> command
29408 and the <A HREF="h_index_cmd_select">Select</A> command.
29409 This feature is set by default.
29410 When this feature is not set, when the "* Flag" command is selected,
29411 Alpine offers a prompt to set one of several flags and also offers the
29412 option of entering the detailed flag manipulation screen via the "^T"
29413 key.
29414 If you have
29415 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
29416 defined, then enabling this feature adds a shortcut way to set or unset
29417 keywords.
29418 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
29419 a keyword if you've given it a nickname) and that will set the keyword.
29421 An example is easier to understand than the explanation.
29422 The flag command can always be used to set the system flags.
29423 For example, to set the Answered flag you would type
29425 <CENTER><SAMP>* A</SAMP></CENTER>
29427 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
29428 option in the Config screen.
29429 By default, to set a keyword like &quot;Work&quot; you would usually
29430 have to go to the Flag Details screen using
29431 the &quot;^T To Flag Details&quot; command.
29432 Instead, if you have enabled this feature, you may type
29434 <CENTER><SAMP>* W</SAMP></CENTER>
29436 to set the Work flag, or
29438 <CENTER><SAMP>* ! W</SAMP></CENTER>
29440 to unset it.
29441 Just like for the other flag setting commands, the case of the letter does
29442 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
29443 keyword.
29445 Notice that you can only use this trick for one keyword that begins
29446 with &quot;W&quot;.
29447 If you happen to have a &quot;Work&quot; keyword and another keyword that is
29448 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
29449 your list of keywords.
29450 Also, there are five letters that are reserved for system
29451 flags and the NOT command.
29452 If you type &quot;* A&quot; it will always set the Answered flag, not
29453 your &quot;Aardvark&quot; keyword.
29454 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
29455 the Flag Details screen.
29457 Because enabling the
29458 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
29459 option causes Alpine to skip directly to the Flag Details screen when the
29460 Flag command is used, 
29461 setting it will cause this feature to have no effect at all.
29463 Similarly, when Selecting by Keyword, setting this option will allow you
29464 to use Keyword initials instead of full keywords.
29466 &lt;End of help on this topic&gt;
29467 </BODY>
29468 </HTML>
29469 ====== h_config_can_suspend =====
29470 <HTML>
29471 <HEAD>
29472 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
29473 </HEAD>
29474 <BODY>
29475 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
29477 Setting this feature will allow you to type ^Z (Control Z) to 
29478 <!--chtml if pinemode="os_windows"-->
29479 minimize Alpine into its icon, bringing into focus whatever
29480 application is running behind the PC-Alpine window.
29481 <!--chtml else-->
29482 temporarily suspend Alpine.
29485 This does not exit Alpine, but puts it in the background to watch
29486 for new mail and such.  Normally, you type a command, such
29487 as &quot;fg&quot; at your system prompt to return to your Alpine session.
29490 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
29491 adjusts whether Alpine is placed into the background of the shell its 
29492 running in or starts a news shell.
29493 <!--chtml endif-->
29496 <UL>   
29497 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29498 </UL><P>
29499 &lt;End of help on this topic&gt;
29500 </BODY>
29501 </HTML>
29502 ====== h_config_take_lastfirst ======
29503 <HTML>
29504 <HEAD>
29505 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
29506 </HEAD>
29507 <BODY>
29508 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
29510 Normally, when TakeAddr is used to copy an address from a message into
29511 an address book entry, Alpine will attempt to rewrite the full name of the
29512 address in the form
29515 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
29517 instead of<P>
29519 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
29522 It does this because many people find it useful to sort by Last name
29523 instead of First name.  If this feature is set, then the TakeAddr command
29524 will not attempt to reverse the name in this manner.
29526 &lt;End of help on this topic&gt;
29527 </BODY></HTML>
29528 ====== h_config_disable_regex ======
29529 <HTML>
29530 <HEAD>
29531 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
29532 </HEAD>
29533 <BODY>
29534 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
29536 Normally, the
29537 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29538 option is interpreted as a regular expression.
29539 One type of address that might cause trouble is an address that
29540 contains a plus sign.
29541 If you want to have an address with a plus as one of your
29542 <!--#echo var="VAR_alt-addresses"-->
29543 and you don't want to use regular expressions, then setting this
29544 feature will cause Alpine to treat the addresses you list literally instead.
29546 &lt;End of help on this topic&gt;
29547 </BODY></HTML>
29548 ====== h_config_take_fullname ======
29549 <HTML>
29550 <HEAD>
29551 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
29552 </HEAD>
29553 <BODY>
29554 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
29556 Normally, when TakeAddr is used to copy an address or addresses
29557 from a message into an address book entry, Alpine will try to preserve
29558 the full name associated with each address in the list of addresses.
29559 The reason for this is so that if the entry is a list or later becomes a
29560 list, then information about the individual addresses in the list
29561 is preserved.
29562 If you would rather just have the simple addresses in the list of addresses,
29563 set this feature. For example, with the default setting you might
29564 see something like this in the ADDRESS BOOK editor after you type TakeAddr
29566 <PRE>
29567  Nickname  : nick
29568  Fullname  : Bedrock Elders
29569  Fcc       :
29570  Comment   :
29571  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
29572              Barney Rubble &lt;rubble@bedrock.org&gt;
29573 </PRE>
29575 but with this feature set it would look like
29577 <PRE>
29578  Nickname  : nick
29579  Fullname  : Bedrock Elders
29580  Fcc       :
29581  Comment   :
29582  Addresses : flint@bedrock.org,
29583              rubble@bedrock.org
29584 </PRE>
29586 instead. Note the difference in the Addresses field.
29588 &lt;End of help on this topic&gt;
29589 </BODY></HTML>
29590 ====== h_config_print_from ======
29591 <HTML>
29592 <HEAD>
29593 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
29594 </HEAD>
29595 <BODY>
29596 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
29598 If this feature is set, then the Berkeley-mail style From line is included
29599 at the start of each message that is printed.  This line looks something
29600 like the following, with the address replaced by the address from the
29601 From line of the message being printed:
29603 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
29604 14:11:06 1998
29606 &lt;End of help on this topic&gt;
29607 </BODY>
29608 </HTML>
29609 ====== h_config_expanded_distlists ======
29610 <HTML>
29611 <HEAD>
29612 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
29613 </HEAD>
29614 <BODY>
29615 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
29616 If this feature is set, then distribution lists in the address book
29617 screen will always be expanded automatically.
29619 &lt;End of help on this topic&gt;
29620 </BODY>
29621 </HTML>
29622 ====== h_config_compose_news_wo_conf ======
29623 <HTML>
29624 <HEAD>
29625 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
29626 </HEAD>
29627 <BODY>
29628 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
29629 This feature controls one aspect of Alpine's Composer.  If you enter the
29630 composer while reading a newsgroup, you will normally be prompted to
29631 determine whether you intend the new message to be posted to the current
29632 newsgroup or not.  If this feature is set, Alpine will not prompt you
29633 in this situation, and will assume that you do indeed wish to post
29634 to the newsgroup you are reading.
29636 &lt;End of help on this topic&gt;
29637 </BODY>
29638 </HTML>
29639 ====== h_config_compose_rejects_unqual ======
29640 <HTML>
29641 <HEAD>
29642 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
29643 </HEAD>
29644 <BODY>
29645 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
29647 This feature controls one aspect of the message composer; in particular,
29648 what happens when an unqualified name is entered into an address header.
29649 If set, unqualified names entered as addresses will be treated as errors
29650 unless they match an addressbook nickname.  Alpine will not attempt to turn
29651 them into complete addresses by adding your local domain.<P>
29653 A complete (fully qualified) address is one containing a username followed
29654 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
29655 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
29656 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
29658 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
29662 When you enter a fully qualified address, Alpine does not interpret or
29663 modify it, but simply passes it on to the mail-transport-agent (MTA) for
29664 your system.  Alpine conforms to the Internet standards governing message
29665 headers and will not send an unqualifed name to the MTA.  Therefore, when
29666 you enter an unqualified name, Alpine will normally attempt to turn it into
29667 a fully qualified address, first by checking to see if you have entered a
29668 matching nickname in your addressbook, or failing that, by simply adding
29669 your own domain to the name entered.  So if your address is
29670 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
29671 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
29672 that into &quot;fred@example.com&quot;.<P>
29674 There are situations where it is not desirable for Alpine to interpret such
29675 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
29676 turned out to be a typo (intended to be an addressbook nickname), but
29677 there actually was a &quot;fred&quot; in your local domain, the message might 
29678 be mis-delivered without your realizing it.  In order to reduce the likelihood
29679 of such accidents, setting this feature will cause Alpine to treat such
29680 addresses as errors, and require that you explicitly enter the full local
29681 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
29682 matches an address book nickname.<P>
29684 Consider this a safety feature against mis-directed mail.
29686 <UL>   
29687 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29688 </UL><P>
29689 &lt;End of help on this topic&gt;
29690 </BODY>
29691 </HTML>
29692 ====== h_config_quell_local_lookup ======
29693 <HTML>
29694 <HEAD>
29695 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
29696 </HEAD>
29697 <BODY>
29698 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
29700 This feature controls an aspect of Alpine's Composer, and if needed, will
29701 usually be set by your system manager in Alpine's system-wide configuration
29702 file. Specifically, if this feature is set, Alpine will not attempt to look
29703 in the system password file to find a Full Name for the entered address.
29705 Normally, names you enter into address fields (e.g. To: or Cc:) are
29706 checked against your address book(s) to see if they match an address book
29707 nickname.  Failing that, (in Unix Alpine) the name is then checked against
29708 the Unix password file.  If the entered name matches a username in the
29709 system password file, Alpine extracts the corresponding Full Name information
29710 for that individual, and adds that to the address being entered.
29712 However, password file matching can have surprising (incorrect) results if
29713 other users of the system do not receive mail at the domain you are using.
29714 That is, if either the 
29715 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
29716 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
29717 option
29718 is set such that the administrative domain of other users on the system
29719 isn't accurately reflected, Alpine should be told that a passwd file match
29720 is coincidental, and Full Name info will be incorrect.  For example, a
29721 personal name from the password file could get falsely paired with the
29722 entered name as it is turned into an address in the configured domain.
29724 If you are seeing this behavior, enabling this feature will prevent Unix
29725 Alpine from looking up names in the password file to find the Full Name
29726 for incomplete addresses you enter.<P>
29727 <UL>
29728 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29729 </UL>
29731 &lt;End of help on this topic&gt;
29732 </BODY>
29733 </HTML>
29734 ====== h_config_tab_checks_recent ======
29735 <HTML>
29736 <HEAD>
29737 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
29738 </HEAD>
29739 <BODY>
29740 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
29742 In a FOLDER LIST screen, the TAB key usually just changes which
29743 folder is highlighted.
29744 If this feature is set, then the TAB key will cause the number of
29745 recent messages and the total number of messages in the highlighted folder
29746 to be displayed instead.
29749 &lt;End of help on this topic&gt;
29750 </BODY>
29751 </HTML>
29752 ====== h_config_maildrops_preserve_state ======
29753 <HTML>
29754 <HEAD>
29755 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
29756 </HEAD>
29757 <BODY>
29758 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
29760 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
29761 Normally, when mail is moved from a Mail Drop folder to a destination
29762 folder, it is delivered as new mail.
29763 Any Seen/New, Answered, Important/Flagged state that has changed will be
29764 ignored.
29765 All of the mail will be considered unSeen, unAnswered, and unImportant after
29766 it is moved.
29768 If this feature is set, then the state changes that have been made
29769 to the messages in the Mail Drop folder will be preserved.
29771 In any case, messages that are already marked Deleted when the
29772 mail is to be moved from the Mail Drop will be ignored.
29774 &lt;End of help on this topic&gt;
29775 </BODY>
29776 </HTML>
29777 ====== h_config_preopen_stayopens ======
29778 <HTML>
29779 <HEAD>
29780 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
29781 </HEAD>
29782 <BODY>
29783 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
29785 This feature is related to the option
29786 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
29787 Normally, Stay Open folders are only opened on demand, when the user
29788 asks to open them.
29789 From then on they are kept open for the duration of the session.
29790 However, if this feature is set, then the Stay Open folders will all be
29791 opened at startup, at the same time that the INBOX is opened.
29794 &lt;End of help on this topic&gt;
29795 </BODY>
29796 </HTML>
29797 ====== h_config_expunge_inbox ======
29798 <HTML>
29799 <HEAD>
29800 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
29801 </HEAD>
29802 <BODY>
29803 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
29805 The INBOX is normally treated differently from regular folders in several
29806 ways.
29807 One of the differences is that the normal &quot;close&quot; sequence of
29808 events is deferred until Alpine is exited, instead of happening when you
29809 leave the INBOX to view another folder.
29810 The &quot;close&quot; sequence normally includes the Expunging
29811 of deleted messages
29812 (either automatically or after a prompt, controlled by the features
29813 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
29814 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
29815 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
29816 handling of the
29817 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
29820 If this feature is set the &quot;close&quot; sequence handling will take
29821 place every time you leave the INBOX.
29822 The INBOX will still be kept open, but the offer to Expunge and the archiving
29823 to the <!--#echo var="VAR_read-message-folder"-->
29824 will take place each time you leave the INBOX instead of only once at the
29825 end of the session.
29828 &lt;End of help on this topic&gt;
29829 </BODY>
29830 </HTML>
29831 ====== h_config_expunge_stayopens ======
29832 <HTML>
29833 <HEAD>
29834 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
29835 </HEAD>
29836 <BODY>
29837 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
29839 This feature is related to the option
29840 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
29841 Stay Open folders are treated differently from regular folders in several
29842 ways.
29843 One of the differences is that the normal &quot;close&quot; sequence of
29844 events is deferred until Alpine is exited, instead of happening when you
29845 leave the folder to view another folder.
29846 The &quot;close&quot; sequence normally includes the Expunging
29847 of deleted messages
29848 (either automatically or after a prompt, controlled by the features
29849 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
29850 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
29851 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
29852 handling of
29853 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
29856 If this feature is set the &quot;close&quot; sequence handling will take
29857 place when you leave the Stay Open folder.
29858 The folder will still be kept open, but the offer to Expunge and the archiving
29859 will take place each time you leave the folder instead of only once at the
29860 end of the session.
29861 This feature does not affect the INBOX, which will still only be processed
29862 when you exit Alpine.
29863 However, there is a similar feature that affects only the INBOX called
29864 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
29867 &lt;End of help on this topic&gt;
29868 </BODY>
29869 </HTML>
29870 ====== h_config_preserve_start_stop ======
29871 <HTML>
29872 <HEAD>
29873 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
29874 </HEAD>
29875 <BODY>
29876 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
29878 This feature controls how special control key characters, typically
29879 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
29880 are known as the "stop" and "start" characters and are sometimes used in
29881 communications paths to control data flow between devices that operate at
29882 different speeds.
29886 By default, Alpine turns the system's handling of these special characters
29887 off except during printing.  However, if you see Alpine reporting input errors
29888 such as:
29890 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
29892 and, at the same time, see your display become garbled, then it is likely
29893 that setting this option will solve the problem.  Be aware, though, that
29894 enabling this feature will also cause Alpine to ostensibly "hang" 
29895 whenever the Ctrl-S key combination is entered as the system is now
29896 interpreting such input as a "stop output" command.  To "start
29897 output"  again, simply type Ctrl-Q. 
29899 &lt;End of help on this topic&gt;
29900 </BODY>
29901 </HTML>
29902 ====== h_config_enable_incoming ======
29903 <HTML>
29904 <HEAD>
29905 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
29906 </HEAD>
29907 <BODY>
29908 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
29910 Alpine's Incoming Message Folders collection
29911 provides a convenient way to access multiple incoming folders.
29912 It is also useful if you have accounts on multiple computers.
29915 If set, this feature defines a pseudo-folder collection called
29916 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
29917 in this collection will be your INBOX, which will no longer show up in
29918 your Default folder collection.
29921 You may add more folders to the Incoming Message Folders collection by
29922 using the
29923 <!--chtml if pinemode="function_key"-->
29924 &quot;F10
29925 <!--chtml else-->
29926 &quot;A
29927 <!--chtml endif-->
29928 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
29929 the host the folder is stored on (which defaults to the same host used
29930 for your INBOX), a nickname, and the actual folder name.  Once a set
29931 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
29932 or MESSAGE TEXT screens) may be used to scan the folders for those
29933 with Recent messages.  If you add more folders to
29934 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
29935 no effect.
29937 NOTE: Normally the software that actually delivers mail (the stuff that happens
29938 before Alpine is involved) is in a better position to do delivery filtering
29939 than is Alpine itself.
29940 If possible, you may want to look at programs such as
29941 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
29942 filtering programs.
29943 If you'd prefer to have Alpine do the filtering for you, you may set that
29945 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
29947 <UL>   
29948 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29949 </UL><P>
29950 &lt;End of help on this topic&gt;
29951 </BODY>
29952 </HTML>
29953 ====== h_config_enable_incoming_checking ======
29954 <HTML>
29955 <HEAD>
29956 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
29957 </HEAD>
29958 <BODY>
29959 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
29961 This feature is only operational if you have enabled the optional
29962 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
29963 If you do have Incoming Message Folders and you also set this feature,
29964 then the number of Unseen messages in each folder will be displayed
29965 in the FOLDER LIST screen for the Incoming Message Folders.
29966 The number of Unseen messages in a folder will be displayed in parentheses
29967 to the right of the name of each folder.
29968 If there are no Unseen messages in a folder then only the name
29969 is displayed, not a set of parentheses with zero inside them.
29970 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
29971 the Incoming Message Folders to cause an immediate update.
29973 If a check for Unseen messages fails for a particular folder then Alpine
29974 will no longer attempt to check that folder for the duration of the
29975 session and this will be indicated by a question mark inside the
29976 parentheses.
29978 The features
29979 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
29980 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
29981 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
29982 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
29983 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
29984 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
29985 all affect how this feature behaves.
29987 <UL>   
29988 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29989 </UL><P>
29990 &lt;End of help on this topic&gt;
29991 </BODY>
29992 </HTML>
29993 ====== h_config_incoming_checking_total ======
29994 <HTML>
29995 <HEAD>
29996 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
29997 </HEAD>
29998 <BODY>
29999 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
30001 This option has no effect unless the feature
30002 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
30003 is set, which in turn has no effect unless
30004 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
30005 is set.
30007 When incoming folder checking is turned on the default is to display
30008 the number of unseen messages in each folder.
30009 More precisely, it is the number of undeleted unseen messages.
30010 Using this option you may also display the total number of messages
30011 in each folder.
30012 Instead of a single number representing the number of unseen messages
30013 you will get two numbers separated by a slash character.
30014 The first is the number of unseen messages and the second is the
30015 total number of messages.
30017 You may also use the recent message count instead of the unseen message
30018 count by turning on the feature
30019 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
30021 <UL>   
30022 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30023 </UL><P>
30024 &lt;End of help on this topic&gt;
30025 </BODY>
30026 </HTML>
30027 ====== h_config_incoming_checking_recent ======
30028 <HTML>
30029 <HEAD>
30030 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
30031 </HEAD>
30032 <BODY>
30033 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
30035 This option has no effect unless the feature
30036 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
30037 is set, which in turn has no effect unless
30038 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
30039 is set.
30041 When incoming folder checking is turned on the default is to display
30042 the number of unseen messages in each folder.
30043 More precisely, it is the number of undeleted unseen messages.
30044 Using this option you may display the number of recent messages instead
30045 of the number of unseen messages.
30046 A message is only counted as recent if this is the first session to
30047 see it, so the recent count might be less than the unseen count.
30048 The difference between the two would be accounted for by the unseen messages
30049 in the folder which were there previously but have not been looked at yet.
30051 If you simultaneously run more than one email client at a time
30052 (for example, you run more than one Alpine in parallel) then turning
30053 this feature on can cause some confusion.
30054 The confusion stems from the fact that each message is only considered to be
30055 recent in one session.
30056 That means that the counts of new messages may be different in the two
30057 Alpines running side by side, because each incoming message will only be
30058 counted as recent in one of the two sessions.
30060 You may also display the total number of messages
30061 in each folder by using the
30062 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
30063 option.
30065 <UL>   
30066 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30067 </UL><P>
30068 &lt;End of help on this topic&gt;
30069 </BODY>
30070 </HTML>
30071 ====== h_config_attach_in_reply ======
30072 <HTML>
30073 <HEAD>
30074 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
30075 </HEAD>
30076 <BODY>
30077 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
30079 This feature controls an aspect of Alpine's Reply command. If set, any MIME
30080 attachments that were part of the original message will automatically be
30081 included in the Reply.
30083 &lt;End of help on this topic&gt;
30084 </BODY>
30085 </HTML>
30086 ====== h_config_include_header =====
30087 <HTML>
30088 <HEAD>
30089 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
30090 </HEAD>
30091 <BODY>
30092 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
30094 This feature controls an aspect of Alpine's Reply command. If set, and the
30095 original message is being included in the reply, then headers from that
30096 message will also be part of the reply.
30098 &lt;End of help on this topic&gt;
30099 </HEAD>
30100 </HTML>
30101 ====== h_config_sig_at_bottom =====
30102 <HTML>
30103 <HEAD>        
30104 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
30105 </HEAD>
30106 <BODY>
30107 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
30109 This feature controls an aspect of Alpine's Reply command.  If this feature
30110 is set, and the original message is being included in the reply, then the
30111 contents of your signature file (if any) will be inserted after the included
30112 message.
30114 This feature does not affect the results of a Forward command.
30116 &lt;End of help on this topic&gt;
30117 </BODY>
30118 </HTML>
30119 ====== h_config_sigdashes =====
30120 <HTML>
30121 <HEAD>
30122 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
30123 </HEAD>
30124 <BODY>
30125 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
30127 This feature enables support for the common USENET news convention 
30128 of preceding a message signature with the special line consisting of 
30129 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
30132 When enabled and a
30133 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
30134 Alpine will insert the special line before including the file's text (unless
30135 the special line already exists somewhere in the file's text).
30138 In addition, when you Reply or Followup to a message containing one of
30139 these special lines and choose to include its text, Alpine will observe
30140 the convention of not including text beyond the special line in your
30141 reply.
30142 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
30143 mode is enabled and turned on, then Alpine <EM>will</EM>
30144 include the text beyond the special line regardless of the setting of
30145 this feature.
30148 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
30149 for a related feature.
30152 <UL>   
30153 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30154 </UL><P>
30155 &lt;End of help on this topic&gt;
30156 </BODY>
30157 </HTML>
30158 ====== h_config_new_thread_blank_subject =====
30159 <HTML>
30160 <HEAD>
30161 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
30162 </HEAD>
30163 <BODY>
30164 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
30166 When this feature is enabled (the default) Alpine will create a new thread
30167 every time that the subject line becomes empty at any time during composition.
30170 This behavior is particularly useful in case you are replying to a message.
30171 Replying to a message causes the message to be in the same thread than the
30172 original message that is being replied to. However, many authors want to create
30173 a new message (in a different thread) while replying to a message, and they do
30174 this by changing the full subject, by first deleting the original subject and
30175 typing the new subject of the current message.
30178 Enabling this feature causes that any time that the subject is deleted, the 
30179 message being composed will be considered the first message of a new thread.
30182 <UL>   
30183 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30184 </UL><P>
30185 &lt;End of help on this topic&gt;
30186 </BODY>
30187 </HTML>
30188 ====== h_config_strip_sigdashes =====
30189 <HTML>
30190 <HEAD>
30191 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
30192 </HEAD>
30193 <BODY>
30194 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
30196 This feature doesn't do anything if the feature
30197 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
30198 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
30199 then turning on this feature enables support for the convention
30200 of not including text beyond the sigdashes line when Replying or Following
30201 up to a message and including the text of that message.
30202 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
30203 mode is enabled and turned on, then Alpine <EM>will</EM>
30204 include the text beyond the special line regardless of the setting of
30205 this feature.
30207 In other words, this is a way to turn on the signature stripping behavior
30208 without also turning on the dashes-adding behavior.
30210 <UL>   
30211 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30212 </UL><P>
30213 &lt;End of help on this topic&gt;
30214 </BODY>
30215 </HTML>
30216 ====== h_config_forward_as_attachment =====
30217 <HTML>
30218 <HEAD>
30219 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
30220 </HEAD>
30221 <BODY>
30222 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
30224 This feature affects the way forwarded message text is handled.  When set, rather than 
30225 include the text of the forwarded message below any additional text you provide in the
30226 composer, the forwarded message is attached in its entirety to the message you send.
30228 This is useful in that it keeps the text you provide in the composer distinct from the
30229 text of the forwarded message.  Similarly, it allows the recipient to 
30230 conveniently operate on the forwarded message.  For example, they might reply directly to
30231 the sender of the forwarded message, or process it as part of a spam report.
30232 <UL>   
30233 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30234 </UL><P>
30235 &lt;End of help on this topic&gt;
30236 </BODY>
30237 </HTML>
30238 ====== h_config_preserve_field =====
30239 <HTML>
30240 <HEAD>
30241 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
30242 </HEAD>
30243 <BODY>
30244 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
30246 This feature affects Alpine's behavior when one replies to a message. 
30247 When you receive a message, some or all of the recipients of the message 
30248 have been added to the To: and Cc: fields. If you reply to such message, 
30249 and this feature is disabled, then the original sender of the message is 
30250 added to the To: field, and all other recipients are added to the Cc: 
30251 field, while your address is added to the From: field.
30254 However, if this feature is enabled, then Alpine will preserve the 
30255 original fields as sent in the original message, so the Cc: and To: 
30256 fields will be preserved. The sender's address will be added to the To: 
30257 field, while your address is added to the From: field.
30260 The behavior of this feature is that replies to all messages will behave 
30261 in the way described above. If you only intend this to happen on a per 
30262 message basis, then keep this feature disabled, and when replying to a 
30263 message you will see a new option in the menu for the &quot;Reply to all 
30264 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
30265 make Alpine toggle its question so you can preserve the To: and Cc: 
30266 fields for that message only.
30268 <UL>   
30269 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30270 </UL><P>
30271 &lt;End of help on this topic&gt;
30272 </BODY>
30273 </HTML>
30274 ====== h_config_sub_lists =====
30275 <HTML>
30276 <HEAD>
30277 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
30278 </HEAD>
30279 <BODY>
30280 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
30282 This feature affects the subcommands available when Saving, 
30283 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
30284 available. This command allows you to type in a substring of the folder
30285 you are looking for and when you type ^X it will display all folders
30286 that contain that substring in their names.
30287 This feature is set by default.
30290 &lt;End of help on this topic&gt;
30291 </BODY>
30292 </HTML>
30293 ====== h_config_scramble_message_id =====
30294 <HTML>
30295 <HEAD>
30296 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
30297 </HEAD>
30298 <BODY>
30299 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
30301 If this feature is set, the message-id header value
30302 will be transformed with a simple Rot13 transformation.
30303 The result will still have the correct syntax for a Message-ID but the
30304 part of the MessageID that is often a domain name will not be an actual
30305 domain name because the letters will be scrambled.
30307 It is possible (but unlikely?) that some spam detection
30308 software will use that as a reason to reject the mail as spam.
30309 It has also been reported that some spam detection software uses the
30310 fact that there are no dots after the &quot;@&quot; as a reason to reject
30311 messages.
30312 If your PC-Alpine Message-ID is using a name without a dot that is because
30313 that is what Windows thinks is your &quot;Full computer name&quot;.
30314 The method used to set this varies from one type of Windows to another but
30315 check under Settings -> Control Panel -> System and
30316 look for Network Identification or Computer Name or something similar.
30317 How to set it is beyond the scope of Alpine.
30320 &lt;End of help on this topic&gt;
30321 </BODY>
30322 </HTML>
30323 ====== h_downgrade_multipart_to_text =====
30324 <HTML>
30325 <HEAD>
30326 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
30327 </HEAD>
30328 <BODY>
30329 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
30332 This feature affects Alpine's behavior when sending mail.  Internet
30333 standards require Alpine to translate all non-ASCII characters in
30334 messages that it sends using MIME encoding.  This encoding can be
30335 ostensibly broken for recipients if any agent between Alpine and the
30336 recipient, such as an email list expander, appends text to the
30337 message, such as list information or advertising.  When sending such
30338 messages Alpine attempts to protect such encoding by placing extra
30339 MIME boundaries around the message text.
30341 These extra boundaries are invisible to recipients that 
30342 use MIME-aware email programs (the vast majority).  However, if
30343 you correspond with users of email programs that are not MIME-aware,
30344 or do not handle the extra boundaries gracefully, you can
30345 use this feature to prevent Alpine from including the extra
30346 MIME information.  Of course, it will increase the likelihood
30347 that non-ASCII text you send may appear corrupt to the recipient.
30349 &lt;End of help on this topic&gt;
30350 </BODY>
30351 </HTML>
30352 ====== h_config_show_sort =====
30353 <HTML>
30354 <HEAD>
30355 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
30356 </HEAD>
30357 <BODY>
30358 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
30360 If this feature is set and there is sufficient space on the screen,
30361 a short indication of the current sort order will be
30362 added in the titlebar (the top line on the screen), before the name
30363 of the folder.
30364 For example, with the default Arrival sort in effect,
30365 the display would have the characters
30367 <P><CENTER>[A]</CENTER><P>
30369 added between the title of the screen and the folder name.
30370 The letters are the same as the letters you may type to manually
30371 sort a folder with the SortIndex command ($).
30372 The letters in the table below are the ones that may show
30373 up in the titlebar line.
30375 <TABLE>   
30376 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
30377 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
30378 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
30379 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
30380 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
30381 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
30382 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
30383 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
30384 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
30385 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
30386 </TABLE>
30388 If the sort order is Reversed, the letter above will be preceded by the letter
30389 &quot;R&quot;, for example
30391 <P><CENTER>[RS]</CENTER><P>
30393 means that a Reverse Subject sort is in effect.
30394 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
30395 left out, and just an &quot;R&quot; is shown.
30397 <P><CENTER>[R]</CENTER>
30400 &lt;End of help on this topic&gt;
30401 </BODY>
30402 </HTML>
30403 ====== h_config_disable_reset_disp =====
30404 <HTML>
30405 <HEAD>
30406 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
30407 </HEAD>
30408 <BODY>
30409 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
30411 UNIX Alpine only.
30413 This feature affects Alpine's behavior when using
30414 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
30415 Normally, before the display filter is run, the terminal mode is reset
30416 to what it was before you started Alpine.
30417 This may be necessary if the filter requires the use of the terminal.
30418 For example, it may need to interact with you.
30419 If you set this feature, then the terminal mode will not be reset.
30420 One thing that turning on this feature should fix is the coloring of
30421 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
30422 breaks because the terminal reset resets the color state of the terminal.
30425 &lt;End of help on this topic&gt;
30426 </BODY>
30427 </HTML>
30428 ====== h_config_disable_sender =====
30429 <HTML>
30430 <HEAD>
30431 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
30432 </HEAD>
30433 <BODY>
30434 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
30436 This feature affects Alpine's generation of the &quot;Sender:&quot; or
30437 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
30438 header fields.
30439 Prior to version 2.24, Alpine generated such a header in situations where the
30440 username or domain were not the same as
30441 the &quot;From:&quot; header on the message.
30442 With this feature set,
30443 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
30444 This may be desirable on a system that is virtually hosting many domains,
30445 and the sysadmin has other methods available for tracking a message to
30446 its originator.
30448 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
30451 &lt;End of help on this topic&gt;
30452 </BODY>
30453 </HTML>
30454 ====== h_config_use_sender_not_x =====
30455 <HTML>
30456 <HEAD>
30457 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
30458 </HEAD>
30459 <BODY>
30460 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
30462 Normally Alpine adds a header line
30463 labeled &quot;X-X-Sender&quot;, if the sender is
30464 different from the From: line.
30465 The standard specifies that this header
30466 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
30467 Setting this feature causes
30468 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
30470 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
30473 &lt;End of help on this topic&gt;
30474 </BODY>
30475 </HTML>
30476 ====== h_config_use_fk =====
30477 <HTML>
30478 <HEAD>
30479 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
30480 </HEAD>
30481 <BODY>
30482 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
30484 This feature specifies that Alpine will respond to function keys instead of
30485 the normal single-letter commands. In this mode, the key menus at the
30486 bottom of each screen will show function key designations instead of the
30487 normal mnemonic key.
30490 &lt;End of help on this topic&gt;
30491 </BODY>
30492 </HTML>
30493 ====== h_config_cancel_confirm =====
30494 <HTML>
30495 <HEAD>
30496 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
30497 </HEAD>
30498 <BODY>
30499 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
30501 This feature affects what happens when you type ^C to cancel a composition.
30502 By default, if you attempt to cancel a composition by typing ^C, you will be
30503 asked to confirm the cancellation by typing a &quot;C&quot;
30504 for <EM>C</EM>onfirm.
30505 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
30506 risky because the &quot;^C Y&quot; needed to cancel a message
30507 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
30509 If this feature is set the confirmation asked for
30510 will be a &quot;<EM>Y</EM>es&quot;
30511 instead of a &quot;<EM>C</EM>onfirm&quot; response.
30514 &lt;End of help on this topic&gt;
30515 </BODY>
30516 </HTML>
30517 ====== h_config_compose_maps_del =====
30518 <HTML>
30519 <HEAD>
30520 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
30521 </HEAD>
30522 <BODY>
30523 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
30525 This feature affects the behavior of the DELETE key.
30526 If set, Delete will be equivalent to ^D, and delete
30527 the current character.  Normally Alpine defines the Delete key
30528 to be equivalent to ^H, which deletes the <EM>previous</EM>
30529 character.
30532 &lt;End of help on this topic&gt;
30533 </BODY>
30534 </HTML>
30535 ====== h_config_compose_bg_post =====
30536 <HTML>
30537 <HEAD>
30538 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
30539 </HEAD>
30540 <BODY>
30541 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
30543 This feature affects the behavior of Alpine's mail sending.  If set, this
30544 feature enables a subcommand in the composer's "Send?" confirmation
30545 prompt.  The subcommand allows you to tell Alpine to handle the actual
30546 posting in the background.  While this feature usually allows posting
30547 to appear to happen very fast, it has no affect on the actual delivery
30548 time it takes a message to arrive at its destination.
30551 Please Note:
30552 <OL>
30553  <LI>This feature will have no effect if the feature
30554        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
30555        is set.
30556  <LI>This feature isn't supported on all systems.  All DOS and Windows,
30557        as well as several Unix ports, do not recognize this feature.
30558  <LI>Error handling is significantly different when this feature is
30559         enabled.  Any message posting failure results in the message
30560         being appended to your &quot;Interrupted&quot; mail folder.  When you
30561         type the <A HREF="h_common_compose">C</A>ompose command,
30562         Alpine will notice this folder and
30563         offer to extract any messages contained.  Upon continuing a 
30564         failed message, Alpine will display the nature of the failure 
30565         in the status message line.
30566  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
30567         for message data to
30568         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
30569         if you typically run close to any sort of disk-space limits or quotas.
30570 </OL>
30572 &lt;End of help on this topic&gt;
30573 </BODY>
30574 </HTML>
30575 ====== h_config_compose_dsn =====
30576 <HTML>
30577 <HEAD>
30578 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
30579 </HEAD>
30580 <BODY>
30581 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
30583 This feature affects the behavior of Alpine's mail sending.  If set, this
30584 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
30585 prompt.  The subcommand allows you to tell Alpine to request the type of
30586 Delivery Status Notification (DSN) that you would like.  Most users will
30587 be happy with the default, and need not enable this feature.
30589 If the feature
30590 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
30591 then this feature has no effect and the type of DSN is not selectable.
30594 Turning on this feature and then turning on the DSNOpts from the send
30595 prompt reveals four on-off toggles at the bottom of the screen.
30596 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
30597 that no notification be returned to you, even if there is a delivery
30598 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
30599 server that you are willing (or not) to receive delay notifications, which
30600 happen when there is an unusual delay at some mail server (in that mail
30601 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
30602 Success requests that you be sent a DSN message when the message is
30603 successfully delivered to the recipients mailbox.  Setting NoErrRets will
30604 automatically turn off Delay and Success notification, and will flip the
30605 toggles to show that.  Similarly, turning on Delay and/or Success will
30606 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
30607 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
30608 the full message be returned in any failed DSN.  RetHdrs requests that
30609 only the headers be returned in any failed DSN.  Notice that this command
30610 applies only to failed delivery status reports.  For delay or success
30611 reports, the full message is never returned, only the headers are returned.
30614 If you don't enable the DSN feature or if you don't turn it on for a
30615 particular message, the default is that you will be notified about failures,
30616 you might be notified about delays, and you won't be notified about
30617 successes.  You will usually receive the full message back when there is
30618 a failure.
30621 If you turn on the DSNOpts the default is to return as much information as
30622 possible to you.  That is, by default, the Success and Delay options are
30623 turned on and the full message will be returned on failure.
30626 The sending prompt will display the current DSN request (if any) in a
30627 shorthand form.  It will be:
30629 <P><CENTER>[Never]</CENTER>
30632 if you have requested NoErrRets.  Otherwise, it will look something like:
30634 <P><CENTER>[FDS-Hdrs]</CENTER>
30637 The &quot;F&quot; will always be there, indicating that you will be notified
30638 of failures.  (Alpine doesn't provide a way to request no failure notification
30639 and at the same time request either success or delay notification.  The only
30640 way to request no failure notifications is to request no notifications at
30641 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
30642 requested Delay and/or Success notification.  If one of those is missing,
30643 that means you are requesting no notification of the corresponding type.
30644 After the dash it will say either Hdrs or Full.  Hdrs means to return only
30645 the headers and Full means to return the full message (applies to
30646 failure notifications only).
30649 NOTE: This feature relies on your system's mail transport agent or
30650 configured
30651 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
30652 having the negotiation mechanism introduced in
30653 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
30654 &quot;Delivery Status Notification&quot; (DSN).  If the mail transport agent you
30655 are using doesn't support DSN, a short warning will be shown to you on
30656 the message line at the bottom of the screen after you send your message,
30657 but your message will have been sent anyway.
30660 Note that DSNs don't provide a mechanism to request read receipts.  That
30661 is, if you request notification on success you are notified when the
30662 message is delivered to the mailbox, not when the message is read.
30665 ESMTP allows for graceful migration to upgraded mail transfer agents, but
30666 it is possible that this feature might cause problems for some servers. 
30669 &lt;End of help on this topic&gt;
30670 </BODY>
30671 </HTML>
30672 ====== h_config_auto_zoom =====
30673 <HTML>
30674 <HEAD>
30675 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
30676 </HEAD>
30677 <BODY>
30678 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
30680 This feature affects the behavior of the Select command.
30681 If set, the select command will automatically perform a zoom
30682 after the select is complete.
30683 This feature is set by default.
30685 Some related help topics are
30686 <UL>
30687 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30688 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30689 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30690 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30691 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30692 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30693 </UL>
30696 &lt;End of help on this topic&gt;
30697 </BODY>
30698 </HTML>
30699 ====== h_config_auto_unzoom =====
30700 <HTML>
30701 <HEAD>
30702 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
30703 </HEAD>
30704 <BODY>
30705 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
30707 This feature affects the behavior of the Apply command.  If set, and if
30708 you are currently looking at a Zoomed Index view of selected messages,
30709 the Apply command will do the operation you specify, but then will
30710 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
30711 the normal Index view after the Apply. 
30712 This feature is set by default.
30715 Some related help topics are
30716 <UL>
30717 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30718 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30719 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30720 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30721 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
30722 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30723 </UL>
30725 &lt;End of help on this topic&gt;
30726 </BODY>
30727 </HTML>
30728 ====== h_config_auto_unselect =====
30729 <HTML>
30730 <HEAD>
30731 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
30732 </HEAD>
30733 <BODY>
30734 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
30736 This feature affects the behavior of the Apply command.  If set,
30737 the Apply command will do the operation you specify, but then will
30738 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
30739 the normal Index view after the Apply. 
30742 Some related help topics are
30743 <UL>
30744 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30745 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30746 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30747 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
30748 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30749 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
30750 </UL>
30752 &lt;End of help on this topic&gt;
30753 </BODY>
30754 </HTML>
30755 ====== h_config_fast_recent =====
30756 <HTML>
30757 <HEAD>
30758 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
30759 </HEAD>
30760 <BODY>
30761 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
30763 This feature controls the behavior of the TAB key when traversing folders
30764 in the optional 
30765 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
30766 collection or in optional <!--#echo var="VAR_news-collections"-->.
30769 When the TAB
30770 (<A HREF="h_common_nextnew">NextNew</A>)
30771 key is pressed, the default behavior is to
30772 explicitly examine the status of the folder for the number of recent
30773 messages (messages delivered since the last time it was viewed).
30774 Depending on the size and number of messages in the folder, this test
30775 can be time consuming.
30778 Enabling this feature will cause Alpine to only test for the existence of
30779 any recent messages rather than to obtain the count.  This is much faster
30780 in many cases.  The downside is that you're not given the number of recent
30781 messages when prompted to view the next folder.
30782 If the feature
30783 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
30784 is turned on, then the present feature will have no effect.
30787 <UL>   
30788 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30789 </UL><P>
30790 &lt;End of help on this topic&gt;
30791 </BODY>
30792 </HTML>
30793 ====== h_config_arrow_nav =====
30794 <HTML>
30795 <HEAD>
30796 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
30797 </HEAD>
30798 <BODY>
30799 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
30801 This feature controls the behavior of the left and right arrow keys.
30802 If set, the left and right arrow keys will operate like the usual
30803 navigation keys &lt; and &gt;.
30804 This feature is set by default.
30807 If you set this feature, and do not like the changed behavior of the up/down 
30808 arrow 
30809 keys when navigating through the FOLDER LIST screen -- 
30810 <B>first</B> from column to column, if more than one folder is 
30811 displayed per row, 
30812 and <B>then</B> from row to row -- you may either also wish to set the feature 
30813 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
30814 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
30815 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
30816 folders in each column.
30818 <UL>   
30819 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30820 </UL><P>
30821 &lt;End of help on this topic&gt;
30822 </BODY>
30823 </HTML>
30824 ====== h_config_relaxed_arrow_nav =====
30825 <HTML>
30826 <HEAD>
30827 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
30828 </HEAD>
30829 <BODY>
30830 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
30832 This feature controls the behavior of the left, right, up and down
30833 arrow keys in the FOLDER LIST screen when the &quot;<A
30834 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
30835 set.
30836 This feature is set by default.
30840 When this feature is set, the left and right
30841 arrow keys in the FOLDER LIST screen
30842 move the highlight bar to the left or right, and the up and
30843 down arrows move it up or down.
30846 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
30847 feature is not set;
30848 the left and right arrow keys in the Folder List screen strictly
30849 track the commands bound to the '&lt;' and '&gt;' keys, and the up
30850 and down arrow keys move the highlight bar to the previous and next
30851 folder or directory name.
30854 <UL>   
30855 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30856 </UL><P>
30857 &lt;End of help on this topic&gt;
30858 </BODY>
30859 </HTML>
30860 ====== h_config_alt_compose_menu =====
30861 <HTML>
30862 <HEAD>
30863 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
30864 </HEAD>
30865 <BODY>
30866 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
30868 This feature controls the menu that is displayed when Compose is selected.
30869 If set, a list of options will be presented, with each option representing
30870 the type of composition that could be used. This feature is most useful for
30871 users who want to avoid being prompted with each option separately, or who
30872 want to avoid the checking of remote postponed or form letter folders.
30873 The possible types of composition are:
30876 New, for starting a new composition. Note that if New is selected and roles
30877 are set, roles are checked for matches and applied according to the setting
30878 of the matching role.
30881 Interrupted, for continuing an interrupted composition. This option is only
30882 offered if an interrupted message folder is detected.
30885 Postponed, for continuing postponed compositions. This option is offered
30886 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
30887 the postponed folder actually exists. This option is especially handy
30888 for avoiding having to check for the existence of a remote postponed folder.
30891 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
30892 is set in the config, and is not checked for existence for reasons similar
30893 to those explained by the postponed option.
30896 setRole, for selecting a role to apply to a composition.
30899 &lt;End of help on this topic&gt;
30900 </BODY>
30901 </HTML>
30902 ====== h_config_alt_role_menu =====
30903 <HTML>
30904 <HEAD>
30905 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
30906 </HEAD>
30907 <BODY>
30908 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
30910 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
30911 a role and compose a new message using that role.
30912 When this feature is set, the role command will first ask whether you want to
30913 Compose a new message, Forward the current message, Reply to the
30914 current message, or Bounce the current message.
30915 If you are not in the MESSAGE INDEX and are not viewing a message,
30916 then there is no current message and the question will be skipped.
30917 After you have chosen to Compose, Forward, Reply, or Bounce you will
30918 then choose the role to be used.
30920 When Bouncing the &quot;Set From&quot; address is used for the
30921 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
30922 provided that the option
30923 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
30924 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
30925 set.
30926 Other actions of the role are ignored when Bouncing.
30929 &lt;End of help on this topic&gt;
30930 </BODY>
30931 </HTML>
30932 ====== h_config_always_spell_check =====
30933 <HTML>
30934 <HEAD>
30935 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
30936 </HEAD>
30937 <BODY>
30938 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
30940 When this feature is set, every composed message will be spell-checked before
30941 being sent.
30943 &lt;End of help on this topic&gt;
30944 </BODY>
30945 </HTML>
30946 ====== h_config_quell_asterisks =====
30947 <HTML>
30948 <HEAD>
30949 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
30950 </HEAD>
30951 <BODY>
30952 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
30954 When you are running Alpine you will sometimes be asked for a password
30955 in a prompt on the third line from the bottom of the screen.
30956 Normally each password character you type will cause an asterisk to echo
30957 on the screen. That gives you some feedback to know that your typing is
30958 being recognized.
30959 There is a very slight security risk in doing it this way because someone
30960 watching over your shoulder might be able to see how many characters there
30961 are in your password.
30962 If you'd like to suppress the echoing of the asterisks set this feature.
30964 &lt;End of help on this topic&gt;
30965 </BODY>
30966 </HTML>
30967 ====== h_config_quell_flowed_text =====
30968 <HTML>
30969 <HEAD>
30970 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
30971 </HEAD>
30972 <BODY>
30973 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
30975 Alpine generates flowed text where possible.
30976 The method for generating flowed text is defined by
30977 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
30978 the benefit of doing so is
30979 to send message text that can properly be viewed both on normal width displays
30980 and on displays with smaller or larger than normal screen widths.
30981 With flowed text, a space at the end of a line tells the receiving mail
30982 client that the following line belongs to the same paragraph.
30983 Quoted text will also be affected, with only the innermost
30984 level of &quot;&gt;&quot; quoting being followed by a space.
30985 However, if you have changed the
30986 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
30987 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
30988 quoted text will not be flowed.
30989 For this reason, we recommend that you leave your
30990 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
30992 This feature turns off the generation of flowed text, as it might be
30993 desired to more tightly control how a message is displayed on the receiving end.
30995 If this feature is <EM>not</EM> set, you can control on a message by message
30996 basis whether or not flowed text is generated.
30997 You do this by typing ^V at the Send confirmation prompt that you get
30998 after typing ^X to send a message.
30999 ^V is a toggle that turns flowing off and back on if typed again.
31000 If for some reason flowing cannot be done on a particular message, then the
31001 ^V command will not be available.
31002 This would be the case, for example, if this feature was set, or if your
31003 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
31004 If the feature
31005 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
31006 then the opportunity to control on a message by message basis
31007 whether or not flowed text is generated is lost.
31009 When this feature is not set and you have typed ^V to turn off flowing,
31010 the Send confirmation prompt will change to look like
31012 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
31014 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
31015 also turn off the sending of flowed text messages, but it differs in that
31016 it also trims all trailing white space from a message before sending it.
31018 If alternate editors are used extensively, be aware that a message will still
31019 be sent flowed if this feature is unset.  In most cases this will be fine,
31020 but if the editor has a &quot;flowed text&quot; mode, it would be best to
31021 use that.
31023 &lt;End of help on this topic&gt;
31024 </BODY>
31025 </HTML>
31026 ====== h_config_strip_ws_before_send =====
31027 <HTML>
31028 <HEAD>
31029 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
31030 </HEAD>
31031 <BODY>
31032 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
31034 By default, trailing whitespace is not stripped from
31035 a message before sending.  Trailing whitespace should have no effect on an
31036 email message, and in flowed text can aid in delimiting paragraphs.
31037 However, the old behavior of stripping trailing whitespace was in place
31038 to better deal with older clients that couldn't handle certain types of
31039 text encodings.  This feature restores the old behavior
31041 Trailing whitespace is of aid to flowed-text-formatted messages, which are
31042 generated by default but can be turned off via the
31043 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
31044 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
31045 of flowed text.
31047 &lt;End of help on this topic&gt;
31048 </BODY>
31049 </HTML>
31050 ====== h_config_alt_reply_menu =====
31051 <HTML>
31052 <HEAD>
31053 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></TITLE>
31054 </HEAD>
31055 <BODY>
31056 <H1>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></H1>
31058 Note that if this option is enabled, then the option
31059 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
31060 is ignored. See below to understand why.
31062 When you reply to a message, a series of questions are asked that 
31063 determines how your reply will be handled by Alpine. This feature only 
31064 affects the result of the first question you are asked, and its purpose is 
31065 to set values that could override defaults set in Alpine's main 
31066 configuration screen. As a result, this menu allows you to configure even 
31067 more features than you would be able to do without this option. For 
31068 example, this menu always allows you to override or select a <A 
31069 HREF="h_rules_roles">Role</A> if you have defined one, or allows you to 
31070 override your indent string, regardless of if you have enabled 
31071 <A HREF="h_config_prefix_editing"><!--#echo var="FEAT_enable-reply-indent-string-editing"--></A>.
31072 The full list of options can be found below.
31074 Here is an example of how this option works. After you press Reply,
31075 if you see &quot;A Inc Attach&quot; in the menu, it means that 
31076 if you press &quot;A&quot;, then Alpine will include the attachments
31077 of the original message, and the default is not to include them. 
31078 Conversely, if you see &quot;A No Attach&quot; 
31079 then by pressing &quot;A&quot; Alpine will not include
31080 attachments in your reply, and the default is that Alpine will 
31081 include them in your reply. The value that you see when you 
31082 start your reply is controlled by the option
31083 <A HREF="h_config_attach_in_reply">
31084 <!--#echo var="FEAT_include-attachments-in-reply"-->
31085 </A>. If the feature is enabled, then Alpine will display 
31086 &quot;A No Attach&quot; to override the default behavior. You can
31087 toggle between the two values of this option by pressing &quot;A&quot;.
31088 Remember that the value that you see in the menu is the action that will 
31089 be done when you press the associated command.
31091 Below are your options:
31092 <OL>
31093 <LI><B>A</B>: This determines if Alpine will include or not the 
31094 attachments sent to you in the message that you are replying to. The default 
31095 is to use the value of the configuration option 
31096 <A HREF="h_config_attach_in_reply"><!--#echo var="FEAT_include-attachments-in-reply"--></A> and can be overridden by using this command.
31098 <LI><B>H</B>: This command determines if the headers of a message are
31099 included in the body of the message that is being replied to. By default 
31100 Alpine will use the value of the configuration option 
31101 <A HREF="h_config_include_header"><!--#echo var="FEAT_include-header-in-reply"--></A>. 
31102 Observe that by toggling this option to include headers, text will be toggled
31103 to be included by default.
31105 <LI><B>R</B>: Can be used to set a role different from the default.
31107 <LI><B>S</B>: Determines if Alpine will strip the signature from a 
31108 message. The default is to strip the signature when the message is not
31109 viewed in headers mode, and you either have enabled
31110 <A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A> 
31112 <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>.
31114 <LI><B>Ctrl-R</B>: Can be used to edit the 
31115 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>.
31116 </OL>
31118 In order to include the text of the original message in the reply
31119 you either need to press 'y' to include the original text, or 'n' to 
31120 exclude it from the reply. Pressing return will execute the default 
31121 action, which is to include text only if the option
31122 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
31123 is enabled. However, notice that the default is to include text if you edit the 
31124 reply indent string or if you explicitly set through this menu that you
31125 want headers included in the reply message.
31128 &lt;End of help on this topic&gt;
31129 </BODY>
31130 </HTML>
31131 ====== h_config_del_from_dot =====
31132 <HTML>
31133 <HEAD>
31134 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
31135 </HEAD>
31136 <BODY>
31137 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
31139 This feature controls the behavior of the Ctrl-K command in the composer.
31140 If set, ^K will cut from the current cursor position to the end of the line,
31141 rather than cutting the entire line.
31144 &lt;End of help on this topic&gt;
31145 </BODY>
31146 </HTML>
31147 ====== h_config_print_index =====
31148 <HTML>
31149 <HEAD>
31150 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
31151 </HEAD>
31152 <BODY>
31153 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
31155 This feature controls the behavior of the Print command when in the
31156 MESSAGE INDEX screen.  If set, the print command will give you a prompt
31157 asking if you wish to print the message index, or the currently highlighted
31158 message. If not set, the message will be printed.
31161 &lt;End of help on this topic&gt;
31162 </BODY>
31163 </HTML>
31164 ====== h_config_allow_talk =====
31165 <HTML>
31166 <HEAD>
31167 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
31168 </HEAD>
31169 <BODY>
31170 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
31172 UNIX Alpine only.
31174 By default, permission for others to &quot;talk&quot; to your terminal is turned
31175 off when you are running Alpine.  When this feature is set, permission is
31176 instead turned on.  If enabled, you may see unexpected messages in the
31177 middle of your Alpine screen from someone attempting to contact you via the
31178 &quot;talk&quot; program.
31181 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
31182 talk daemon on your system will attempt to print a message on your screen 
31183 when someone else is trying to contact you.  If you wish to see these
31184 messages while you are running Alpine, you should enable this feature.
31187 If you do enable this feature and see a &quot;talk&quot; message, you must 
31188 suspend or quit Alpine before you can respond.
31191 &lt;End of help on this topic&gt;
31192 </BODY>
31193 </HTML>
31194 ====== h_config_send_filter_dflt =====
31195 <HTML>
31196 <HEAD>
31197 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
31198 </HEAD>
31199 <BODY>
31200 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
31201 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
31202 configured, setting this feature will cause
31203 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
31204 instead of unfiltered, the usual default.
31206 <UL>   
31207 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31208 </UL><P>
31209 &lt;End of help on this topic&gt;
31210 </BODY>
31211 </HTML>
31212 ====== h_config_custom_print =====
31213 <HTML>
31214 <HEAD>
31215 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
31216 </HEAD>
31217 <BODY>
31218 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
31220 When this feature is set, the print command will have an additional
31221 subcommand called "C CustomPrint".  If selected, you will have
31222 the opportunity to enter any system print command --instead of being 
31223 restricted to using those that have been previously configured in the 
31224 printer setup menu.
31227 &lt;End of help on this topic&gt;
31228 </BODY>
31229 </HTML>
31230 ====== h_config_enable_dot_files =====
31231 <HTML>
31232 <HEAD>
31233 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
31234 </HEAD>
31235 <BODY>
31236 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
31238 When this feature is set, files beginning with dot (".") will be
31239 visible in the file browser.  For example, you'll be able to select them
31240 when using the browser to add an attachment to a message.
31242 &lt;End of help on this topic&gt;
31243 </BODY>
31244 </HTML>
31245 ====== h_config_enable_dot_folders =====
31246 <HTML>
31247 <HEAD>        
31248 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
31249 </HEAD>
31250 <BODY>
31251 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
31253 When this feature is set, folders beginning with dot (".") may be added
31254 and viewed.
31256 &lt;End of help on this topic&gt;
31257 </BODY>
31258 </HTML>
31259 ====== h_config_ff_between_msgs =====
31260 <HTML>
31261 <HEAD>
31262 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
31263 </HEAD>
31264 <BODY>
31265 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
31267 Setting this feature causes a formfeed to be printed between messages when
31268 printing multiple messages (with Apply Print command).
31270 &lt;End of help on this topic&gt;
31271 </BODY>
31272 </HTML>
31273 ====== h_config_blank_keymenu =====
31274 <HTML>
31275 <HEAD>
31276 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
31277 </HEAD>
31278 <BODY>
31279 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
31281 If this feature is set the command key menu that normally appears on the
31282 bottom two lines of the screen will not usually be there.  Asking for
31283 help with ^G or ? will cause the key menu to appear instead of causing
31284 the help message to come up.  If you want to actually see the help text,
31285 another ^G or ? will show it to you.  After the key menu has popped
31286 up with the help key it will remain there for an O for Other command but
31287 disappear if any other command is typed.
31289 &lt;End of help on this topic&gt;
31290 </BODY>
31291 </HTML>
31292 ====== h_config_enable_mouse =====
31293 <HTML>
31294 <HEAD>
31295 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
31296 </HEAD>
31297 <BODY>
31298 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
31300 This feature controls whether or not an X terminal mouse can be used with
31301 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
31302 being used, the left mouse button on the mouse can be used to select text
31303 or commands.
31304 Clicking on a command at the bottom of the screen will behave as if you had
31305 typed that command.
31306 Clicking on an index line will move the current message highlight to
31307 that line.
31308 Double-clicking on an index line will view the message.
31309 Double-clicking on a link will view the link.
31311 This type of mouse support will also work in some terminal emulators which are
31312 not actually X terminals, but which have extra code to support the xterm
31313 style mouse.
31314 For those emulators you not only need to turn this feature on but you also
31315 have to set the $DISPLAY environment variable even though it isn't needed
31316 for your terminal.
31317 That will cause Alpine to think that it is an xterm and to properly interpret the
31318 escape sequences sent by the mouse.
31320 Note: if this feature is set, the behavior of X terminal cut-and-paste is
31321 also modified.  It is sometimes possible to hold the shift key down while clicking
31322 left or middle mouse buttons for the normal xterm cut/paste operations. 
31323 There is also an Alpine command to toggle this mode on or off.
31324 The command is Ctrl-&#92; (Control-backslash).
31326 &lt;End of help on this topic&gt;
31327 </BODY>
31328 </HTML>
31329 ====== h_config_enable_xterm_newmail =====
31330 <HTML>
31331 <HEAD>        
31332 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
31333 </HEAD>
31334 <BODY>
31335 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
31337 This feature controls whether or not Alpine will attempt to announce new
31338 mail arrival when it is running in an X terminal window and that window
31339 is iconified.  If set, and the $DISPLAY variable indicates that an X
31340 terminal is being used, Alpine will send appropriate escape sequences to
31341 the X terminal to modify the label on Alpine's icon to indicate that new
31342 mail has arrived. Alpine will also modify the Alpine window's title to
31343 indicate new mail.
31344 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
31346 &lt;End of help on this topic&gt;
31347 </BODY></HTML>
31348 ====== h_config_enable_newmail_short_text =====
31349 <HTML>
31350 <HEAD>        
31351 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
31352 </HEAD>
31353 <BODY>
31354 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
31356 This feature controls the text to be displayed in an icon in the event
31357 of a new message arrival.  Normally, the message will
31358 be the one that is displayed on the screen.  This feature shortens the
31359 message to a count of the number of new messages in brackets.  This may be
31360 more useful for those who use the window's title bar in the task bar as a
31361 new mail indicator.  This feature is only useful if the
31362 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
31363 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
31364 feature, this feature is only relevant when run in an xterm environment.
31366 &lt;End of help on this topic&gt;
31367 </BODY></HTML>
31368 ====== h_config_copy_to_to_from =====
31369 <HTML>
31370 <HEAD>
31371 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
31372 </HEAD>
31373 <BODY>
31374 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
31376 This feature affects the From address used when Replying to a message.
31377 It is probably only useful if you have some
31378 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
31379 defined.
31380 When enabled, it checks to see if any of the addresses in the To or Cc
31381 fields of the message you are replying to is one of your addresses.
31382 If it is, and there is only one of them, then that address is used as
31383 the From address in the message you are composing.
31384 In other words, you will be using a From address that is the same
31385 as the To address that was used to get the mail to you in the first place.
31388 If a role is being used and it has a From address defined, that From address will
31389 be used rather than the one derived from this feature.
31392 <UL>   
31393 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31394 </UL><P>
31395 &lt;End of help on this topic&gt;
31396 </BODY>
31397 </HTML>
31398 ====== h_config_prefix_editing =====
31399 <HTML>
31400 <HEAD>
31401 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
31402 </HEAD>
31403 <BODY>
31404 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
31406 This feature affects the Reply command's &quot;Include original message
31407 in Reply?&quot; prompt.  When enabled, it causes the
31408 &quot;Edit Indent String&quot; sub-command to appear which allows 
31409 you to edit the string Alpine would otherwise use to denote included 
31410 text from the message being replied to.<P>
31412 Thus, you can change Alpine's default message quote character (usually
31413 an angle bracket) on a per message basis. So you could change your quoted message to
31414 look, for example, like this:<p>
31416 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
31418 John: I just wanted to say hello and to congratulate you
31419 John: on a job well done!</pre><p>
31421 The configuration option
31422 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
31423 may be used to change what appears as the default string to be edited.
31425 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
31426 currently being replied to.
31428 If you change your <!--#echo var="VAR_reply-indent-string"-->
31429 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
31430 quoted text will not be flowed
31431 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
31432 when you reply.
31433 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
31434 set to the default value.
31436 <UL>   
31437 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31438 </UL><P>
31439 &lt;End of help on this topic&gt;
31440 </BODY>
31441 </HTML>
31442 ====== h_config_enable_search_and_repl =====
31443 <HTML>
31444 <HEAD>
31445 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
31446 </HEAD>
31447 <BODY>
31448 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
31450 This feature modifies the behavior of Alpine's composer.  Setting this
31451 feature causes Alpine to offer the "^R Replace" subcommand, which
31452 allows you to search and replace text strings in a message you are composing, 
31453 inside the "^W Where is" command.  
31457 To search and replace text, first enter the text to be replaced at the 
31458 "Search: " prompt.  Then, rather than pressing Enter to just search for that
31459 text, press ^R, which turns the prompt into 
31463 Search (to replace): 
31467 and then press Enter.  The cursor will highlight the first occurrence 
31468 of the text string you entered, and the prompt will show: 
31472 Replace "<your text string>" with : 
31476 where <your text string> is what you entered at the previous prompt;
31477 here, enter the replacement text.  To only replace the highlighted 
31478 occurrence, simply press Enter now; to replace all occurrences in the 
31479 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
31480 each replacement.
31484 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
31485 ^X toggles between "Replace All" and "Replace One."
31489 If you previously searched for text in a message, it will be offered for 
31490 re-use as part of the prompt, shown in [ ] brackets.
31493 &lt;End of help on this topic&gt;
31494 </BODY>
31495 </HTML>
31496 ====== h_config_enable_view_attach =====
31497 <HTML>
31498 <HEAD>
31499 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
31500 </HEAD>
31501 <BODY>
31502 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
31504 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31505 Setting this feature causes Alpine to present attachments in boldface.
31506 The first available attachment is displayed in inverse.  This is the
31507 "selected" attachment.  Pressing RETURN will cause Alpine to display
31508 the selected attachment.  Use the arrow keys to change which of the
31509 attachments displayed in boldface is the current selection.
31513 Speaking of arrow keys, the Up and Down Arrows will select the next
31514 and previous attachments if one is available on the screen for selection.
31515 Otherwise, they will simply adjust the viewed text one line up or down.
31519 Similarly, when selectable items are present in a message, the Ctrl-F key
31520 can be used to select the next item in the message independent of which
31521 portion of the viewed message is currently displayed. The Ctrl-B key can
31522 be used to select the previous item in the same way. 
31523 <P> 
31524 &lt;End of help on this topic&gt;
31525 </BODY>
31526 </HTML>
31527 ====== h_config_enable_y_print =====
31528 <HTML>
31529 <HEAD>
31530 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
31531 </HEAD>
31532 <BODY>
31533 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
31535 This feature modifies the behavior of Alpine's Print command.
31537 By default, Alpine's print command is available by pressing the "%" key.  
31538 (This command is a substantial change from Pine versions before 4.00 -- 
31539 where the print command was "Y" -- based on numerous complaints about 
31540 printing being invoked inadvertently, since Y also means "Yes.")  
31544 This feature is supplied to mitigate any disruption or anxiety users 
31545 might feel as a result of this change.  
31549 Enabling this feature will cause Alpine to recognize both the old
31550 command, "Y" for Prynt, as well the new "%" method for invoking
31551 printing.  Note, key menu labels are not changed as a result of
31552 enabling this feature.
31556 &lt;End of help on this topic&gt;
31557 </BODY>
31558 </HTML>
31559 ====== h_config_enable_lessthan_exit =====
31560 <HTML>
31561 <HEAD>
31562 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
31563 </HEAD>
31564 <BODY>
31565 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
31567 If this feature is set, then on screens where there is an Exit command
31568 but no < command, the < key will perform the same function as the Exit
31569 command.
31570 This feature is set by default.
31572 &lt;End of help on this topic&gt;
31573 </BODY>
31574 </HTML>
31575 ====== h_config_enable_view_url =====
31576 <HTML>
31577 <HEAD>
31578 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
31579 </HEAD>
31580 <BODY>
31581 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
31582 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31583 When this feature is set (the default) Alpine will select possible URLs from the
31584 displayed text and display them in boldface for selection.
31586 The first available URL is displayed in inverse.  This is the
31587 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
31588 the selected URL via either built-in means as with mailto:, imap:,
31589 news:, and nntp:, or via an external application as defined
31590 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
31591 variable.
31593 Use the arrow keys to change which of the URLs displayed in boldface
31594 is the current selection.
31596 Speaking of arrow keys, the Up and Down Arrows will select the next
31597 and previous URL if one is available on the screen for selection (unless 
31598 you have set the feature 
31599 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
31600 Otherwise, they will simply adjust the viewed text one line up or down.
31602 Similarly, when selectable items are present in a message, the Ctrl-F
31603 key can be used to select the next item in the message independent
31604 of which portion of the viewed message is currently displayed. The
31605 Ctrl-B key can be used to select the previous item in the same way.
31607 <UL>   
31608 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31609 </UL><P>
31610 &lt;End of help on this topic&gt;
31611 </BODY>
31612 </HTML>
31613 ====== h_config_enable_view_web_host =====
31614 <HTML>
31615 <HEAD>
31616 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
31617 </HEAD>
31618 <BODY>
31619 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
31621 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31622 When this feature is set (the default) Alpine will select possible web hostnames
31623 from the displayed text and display them in boldface for selection.  
31624 This can be useful when you receive messages referencing World Wide Web 
31625 sites without the use of complete URLs; for example, specifying only 
31626 &quot;www.some.site.com&quot; (which will <B>not</B> become a 
31627 selectable 
31628 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
31629 rather than explicitly
31630 &quot;http://www.some.site.com&quot;.  
31632 The first available hostname is displayed in inverse.  This is the
31633 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
31634 the selected hostname via an external application as defined
31635 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
31636 variable.
31638 Use the arrow keys (unless you have set the feature 
31639 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
31640 to change which of the hostnames displayed in
31641 boldface is the current selection.
31643 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
31644 key can be used to select the next web hostname in the message independent
31645 of which portion of the viewed message is currently displayed. The
31646 Ctrl-B key can be used to select the previous web hostnames in the same way.
31648 <UL>   
31649 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31650 </UL><P>
31651 &lt;End of help on this topic&gt;
31652 </BODY>
31653 </HTML>
31654 ====== h_config_enable_view_addresses =====
31655 <HTML>
31656 <HEAD>
31657 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
31658 </HEAD>
31659 <BODY>
31660 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
31662 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
31663 Setting this feature causes Alpine to select possible email addresses
31664 from the displayed text and display them in boldface for selection.  
31667 The first available email address is displayed in inverse.  This is the
31668 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
31669 the message composition screen with the To: field filled in with the
31670 selected address.
31672 Use the arrow keys (unless you have set the feature 
31673 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
31674 to change which of the hostnames displayed in
31675 boldface is the current selection.
31677 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
31678 key can be used to select the next web hostname in the message independent
31679 of which portion of the viewed message is currently displayed. The
31680 Ctrl-B key can be used to select the previous web hostnames in the same way.
31682 <UL>   
31683 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31684 </UL><P>
31685 &lt;End of help on this topic&gt;
31686 </BODY>
31687 </HTML>
31688 ====== h_external_loads_inline_images_only =====
31689 <HTML>
31690 <HEAD>
31691 <TITLE>FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></TITLE>
31692 </HEAD>
31693 <BODY>
31694 <H1>FEATURE: <!--#echo var="FEAT_external-command-loads-inline-images-only"--></H1>
31696 Alpine allows you to pass a HTML message to the browser that you have configured in your
31697 <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A> variable. This allows
31698 you to read a message outside of Alpine. This is desirable when Alpine does not display
31699 html correctly, or when you wish to read the message and see the inline images in the message.
31702 An inline image is one that comes with the message and is necessary for the correct display of
31703 the message. However, there are instances in which the source of an image will come from
31704 external servers. If this feature is enabled (the default) then Alpine will only pass inline
31705 images to the browser and will remove the link to external images, so only inline images will
31706 be used to display the message, and no external image will be loaded. Alpine does this to protect
31707 your privacy and security.
31710 Please note that messages are usually formatted by the sender so that they display correctly once
31711 all images have been loaded. Enabling this feature might cause the message not to be correctly
31712 displayed by your browser.
31715 Also consider security and privacy implications of opening an HTML message in a browser. You are
31716 always protected when you do not use this feature, but you might not have the same level of
31717 protection if you try to open a spam or scam using the html view. Also commercial email is
31718 normally embedded with links to external images that let them, their partners, and your internet
31719 service provider (which could be your employer or school)  know that you opened their message or
31720 connected to a web site, violating your privacy.
31723 If you are worried about your privacy and security, do not use an external viewer to open
31724 html files, and keep using the internal mechanisms that Alpine provides to read messages.
31727 &lt;End of help on this topic&gt;
31728 </BODY>
31729 <HTML>
31730 ====== h_config_enable_view_arrows =====
31731 <HTML>
31732 <HEAD>
31733 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
31734 </HEAD>
31735 <BODY>
31736 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
31738 This feature modifies Up and Down arrow key behavior in Alpine's
31739 MESSAGE TEXT screen when selectable Attachments, URL's, or
31740 web-hostnames are presented. Alpine's usual behavior is to move to
31741 the next or previous selectable item if currently displayed or
31742 simply to adjust the screen view by one line.
31746 Setting this feature causes the UP and Down arrow key to behave as
31747 if no selectable items were present in the message.
31751 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
31752 item) functionality is unchanged.
31755 &lt;End of help on this topic&gt;
31756 </BODY>
31757 <HTML>
31758 ====== h_config_quell_charset_warning =====
31759 <HTML>
31760 <HEAD>
31761 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
31762 </HEAD>
31763 <BODY>
31764 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
31766 By default, if the message you are viewing contains characters that are
31767 not representable in your
31768 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
31769 then Alpine will
31770 add a warning to the start of the displayed text.
31771 If this option is set, then that editorial message will be suppressed.
31773 Setting this feature also suppresses the comment about the character set
31774 in header lines.
31775 For example, when viewing a message you might see
31777 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
31779 in the From header if your Character-Set is something other than ISO-8859-2.
31780 If you set this feature, the comment about the character set will
31781 no longer be there.
31783 &lt;End of help on this topic&gt;
31784 </BODY>
31785 </HTML>
31786 ====== h_config_quell_host_after_url =====
31787 <HTML>
31788 <HEAD>
31789 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
31790 </HEAD>
31791 <BODY>
31792 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
31794 By default, links in HTML text are displayed with the host the link
31795 references appended, within square brackets, to the link text.  Alpine
31796 does this to help indicate where a link will take you, particularly when
31797 the link text might suggest a different destination.
31800 Setting this feature will prevent the server name from being appended
31801 to the displayed text.
31804 &lt;End of help on this topic&gt;
31805 </BODY>
31806 </HTML>
31807 ====== h_config_prefer_plain_text =====
31808 <HTML>
31809 <HEAD>
31810 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
31811 </HEAD>
31812 <BODY>
31813 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
31815 A message being viewed may contain alternate versions of the same content.
31816 Those alternate versions are supposed to be ordered by the sending software such that the
31817 first alternative is the least preferred and the last alternative is the
31818 most preferred. Alpine will normally display the most-preferred version that
31819 it knows how to display. This is most often encountered where the two
31820 alternate versions are a plain text version and an HTML version, with the
31821 HTML version listed last as the most preferred.
31823 If this option is set, then any plain text version will be preferred to
31824 all other versions.
31826 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
31827 which will temporarily change the sense of this option.
31828 If this option is set you will first see the plain text version of a
31829 message.
31830 If you then type the &quot;A&quot; command, you will see the most preferred version,
31831 most likely HTML, instead.
31832 Typing the &quot;A&quot; command a second time will switch it back.
31833 Alternatively, if the present option is not set you will originally see
31834 the most preferred version of the message and typing &quot;A&quot; will switch to
31835 the plain text version.
31837 &lt;End of help on this topic&gt;
31838 </BODY>
31839 </HTML>
31840 ====== h_config_pass_control =====
31841 <HTML>
31842 <HEAD>
31843 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
31844 </HEAD>
31845 <BODY>
31846 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
31848 It is probably not useful to set this option.
31849 This is a legacy option left behind &quot;just in case&quot;.
31850 Multi-byte characters that have an octet that has the same
31851 value as a control character are permitted through whether or not
31852 this option is turned on.
31854 This feature controls how certain characters contained in messages are
31855 displayed.
31856 If set, all characters in a message will be sent to the
31857 screen. Normally, control characters are displayed as shown below to
31858 avoid a garbled screen and to 
31859 avoid inadvertently changing terminal setup parameters.
31860 Control characters are usually displayed as two character sequences like
31861 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
31862 for Control-C,
31863 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
31864 for ESCAPE,
31865 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
31866 for DELETE, and
31867 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
31868 for the character with value 133 (0x85).
31869 (The DEL character is displayed as ^?, regular control characters are displayed
31870 as the character ^ followed by the character obtained by adding the
31871 five low-order bits of the character to 0x40, and the C1
31872 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
31873 character obtained by adding the
31874 five low-order bits of the character to 0x40.)
31875 Sometimes, in cases where changing a single control character into a
31876 two-character sequence would confuse Alpine's display routines,
31877 a question mark is substituted for the control character.
31879 If you wish to filter out regular control characters but pass the
31880 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
31881 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.
31883 &lt;End of help on this topic&gt;
31884 </BODY>
31885 </HTML>
31886 ====== h_config_pass_c1_control =====
31887 <HTML>
31888 <HEAD>
31889 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
31890 </HEAD>
31891 <BODY>
31892 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
31894 It is probably not useful to set this option.
31895 This is a legacy option left behind &quot;just in case&quot;.
31896 Multi-byte characters that have an octet that has the same
31897 value as a control character are permitted through whether or not
31898 this option is turned on.
31900 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
31901 is set, then this feature has no effect.
31902 However, if you wish to filter out regular control characters but pass the
31903 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
31904 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
31905 unset and set this feature.
31907 &lt;End of help on this topic&gt;
31908 </BODY>
31909 </HTML>
31910 ====== h_config_fcc_on_bounce =====
31911 <HTML>
31912 <HEAD>
31913 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
31914 </HEAD>
31915 <BODY>
31916 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
31918 This feature controls an aspect of Alpine's behavior when bouncing a
31919 message. If set, normal FCC ("File Carbon Copy") processing will be
31920 done, just as if you had composed a message to the address you are
31921 bouncing to.  If not set, no FCC of the message will be saved. 
31923 &lt;End of help on this topic&gt;
31924 </BODY>
31925 </HTML>
31926 ====== h_config_show_cursor =====
31927 <HTML>
31928 <HEAD>
31929 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
31930 </HEAD>
31931 <BODY>
31932 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
31934 This feature controls an aspect of Alpine's displays.  If set, the system
31935 cursor will move to convenient locations in the displays.  For example,
31936 to the beginning of the status field of the highlighted index line, or
31937 to the highlighted word after a successful WhereIs command.  It is intended
31938 to draw your attention to an "interesting" spot on the screen.
31940 &lt;End of help on this topic&gt;
31941 </BODY>
31942 </HTML>
31943 ====== h_config_sort_fcc_alpha =====
31944 <HTML>
31945 <HEAD>
31946 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
31947 </HEAD>
31948 <BODY>
31949 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
31951 This feature controls an aspect of Alpine's FOLDER LIST screen.
31952 If set, the default Fcc folder will be sorted alphabetically with the other
31953 folders instead of appearing right after the INBOX.
31955 &lt;End of help on this topic&gt;
31956 </BODY>
31957 </HTML>
31958 ====== h_config_sort_save_alpha =====
31959 <HTML>
31960 <HEAD>
31961 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
31962 </HEAD>
31963 <BODY>
31964 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
31966 This feature controls an aspect of Alpine's FOLDER LIST screen.
31967 If set, the default save folder will be sorted alphabetically with the other
31968 folders instead of appearing right after the INBOX (and default FCC folder).
31970 &lt;End of help on this topic&gt;
31971 </BODY>
31972 </HTML>
31973 ====== h_config_single_list =====
31974 <HTML>
31975 <HEAD>
31976 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
31977 </HEAD>
31978 <BODY>
31979 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
31981 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
31982 the folders will be listed one per line instead of several per line
31983 in the FOLDER LIST display.
31985 &lt;End of help on this topic&gt;
31986 </BODY>
31987 </HTML>
31988 ====== h_config_vertical_list =====
31989 <HTML>
31990 <HEAD>
31991 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
31992 </HEAD>
31993 <BODY>
31994 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
31996 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
31997 the folders will be listed alphabetically down the columns rather
31998 than across the columns as is the default.
32000 &lt;End of help on this topic&gt;
32001 </BODY>
32002 </HTML>
32003 ====== h_config_verbose_post =====
32004 <HTML>
32005 <HEAD>
32006 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
32007 </HEAD>
32008 <BODY>
32009 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
32010 This feature controls an aspect of Alpine's message sending.  When enabled,
32011 Alpine will send a VERB (i.e., VERBose) command early in the posting process
32012 intended to cause the SMTP server to provide a more detailed account of
32013 the transaction.  This feature is typically only useful to system
32014 administrators and other support personnel as an aid in troubleshooting
32015 problems.
32017 Note, this feature relies on a specific capability of the system's mail
32018 transport agent or configured 
32019 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
32020 It is possible that this
32021 feature will cause problems for some transport agents, and may result in
32022 sending failure.  In addition, as the verbose output comes from the mail
32023 transport agent, it is likely to vary from one system to another. 
32024 <P><UL>
32025 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32026 </UL><P>
32027 &lt;End of help on this topic&gt;
32028 </BODY>
32029 </HTML>
32030 ====== h_config_auto_reply_to =====
32031 <HTML>
32032 <HEAD>
32033 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
32034 </HEAD>
32035 <BODY>
32036 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
32038 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
32039 will not prompt when a message being replied to contains a "Reply-To:"
32040 header value, but will simply use its value (as opposed to using the
32041 "From:" field's value).
32045 Note: Using the "Reply-To:" address is usually the preferred behavior,
32046 however, some mailing list managers choose to place the list's address in
32047 the "Reply-To:" field of any message sent out to the list.  In such
32048 cases, this feature makes it all too easy for personal replies to be
32049 inadvertently sent to the entire mail list, so be careful! 
32051 &lt;End of help on this topic&gt;
32052 </BODY>
32053 </HTML>
32054 ====== h_config_del_skips_del =====
32055 <HTML>
32056 <HEAD>
32057 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
32058 </HEAD>
32059 <BODY>
32060 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
32062 This feature controls an aspect of Alpine's Delete command.  If set, this
32063 feature will cause the Delete command to advance past following messages that
32064 are marked deleted.  In other words, pressing "D" will both mark the
32065 current message deleted and advance to the next message that is not marked
32066 deleted.
32067 This feature is set by default.
32069 &lt;End of help on this topic&gt;
32070 </BODY></HTML>
32071 ====== h_config_expunge_manually =====
32072 <HTML>
32073 <HEAD>
32074 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
32075 </HEAD>
32076 <BODY>
32077 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
32079 Normally, when you close a folder that contains deleted messages you are
32080 asked if you want to expunge those messages from the folder permanently.
32081 If this feature is set, you won't be asked and the deleted messages will
32082 remain in the folder.
32083 If you choose to set this feature you will have to expunge the
32084 messages manually using the eXpunge command, which you can use while
32085 in the MESSAGE INDEX screen.
32086 If you do not expunge deleted messages the size of your
32087 folder will continue to increase until you are out of disk space.
32089 <UL>   
32090 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32091 </UL><P>
32092 &lt;End of help on this topic&gt;
32093 </BODY>
32094 </HTML>
32095 ====== h_config_auto_expunge =====
32096 <HTML>
32097 <HEAD>
32098 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
32099 </HEAD>
32100 <BODY>
32101 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
32103 This features controls an aspect of Alpine's eXpunge command.  If set, you
32104 will <B>not</B> be prompted to confirm your intent before the expunge takes 
32105 place.
32106 Actually, this is only true for the INBOX folder and for folders in the
32107 Incoming Folders collection. See the feature
32108 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
32110 <UL>   
32111 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32112 </UL><P>
32113 &lt;End of help on this topic&gt;
32114 </BODY>
32115 </HTML>
32116 ====== h_config_full_auto_expunge =====
32117 <HTML>
32118 <HEAD>
32119 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
32120 </HEAD>
32121 <BODY>
32122 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
32124 This features controls an aspect of Alpine's eXpunge command.  If set, you
32125 will <B>not</B> be prompted to confirm your intent before the expunge 
32126 takes place.  This feature sets this behavior for all folders, unlike the
32127 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
32128 feature that works only for incoming folders.
32130 <UL>   
32131 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32132 </UL><P>
32133 &lt;End of help on this topic&gt;
32134 </BODY>
32135 </HTML>
32136 ====== h_config_auto_read_msgs =====
32137 <HTML>
32138 <HEAD>
32139 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
32140 </HEAD>
32141 <BODY>
32142 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
32143 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
32144 and the 
32145 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
32146 option is also set, then Alpine will
32147 automatically transfer all read messages to the designated folder and mark
32148 them as deleted in the INBOX.  Messages in the INBOX marked with an 
32149 &quot;N&quot; (meaning New, or unseen) are not affected.
32151 <UL>   
32152 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32153 </UL><P>
32154 &lt;End of help on this topic&gt;
32155 </BODY>
32156 </HTML>
32157 ====== h_config_auto_fcc_only =====
32158 <HTML>
32159 <HEAD>
32160 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
32161 </HEAD>
32162 <BODY>
32163 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
32164 This features controls an aspect of Alpine's composer.
32165 The only time this feature will be used is if you attempt to send mail
32166 that has no recipients but does have an Fcc.
32167 Normally, Alpine will ask if you really mean to copy the message only to
32168 the Fcc.
32169 That is, it asks if you really meant to have no recipients.
32170 If this feature is set, you
32171 will <B>not</B> be prompted to confirm your intent to make only a copy
32172 of a message with no recipients.
32174 This feature is closely related to
32175 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
32176 The difference between this feature and that feature is that this feature
32177 considers a Bcc to be a recipient while that feature will ask for confirmation
32178 even if there is a Bcc when there is no To, Cc, or Newsgroup.
32179 The default values also differ. This feature defaults to asking the question
32180 and you have to turn it off.
32181 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
32182 unless you turn it on.
32185 <UL>   
32186 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32187 </UL><P>
32188 &lt;End of help on this topic&gt;
32189 </BODY>
32190 </HTML>
32191 ====== h_config_mark_fcc_seen =====
32192 <HTML>
32193 <HEAD>
32194 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
32195 </HEAD>
32196 <BODY>
32197 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
32199 This features controls the way Fccs (File carbon copies) are
32200 made of the messages you send.
32203 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
32204 copy will be marked as Unseen.
32205 When you look at the folder it was saved in the message will appear to
32206 be a New message until you read it.
32207 When this feature is enabled, the message will be marked as having
32208 been Seen.
32211 <UL>   
32212 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32213 </UL><P>
32214 &lt;End of help on this topic&gt;
32215 </BODY>
32216 </HTML>
32217 ====== h_config_no_fcc_attach =====
32218 <HTML>
32219 <HEAD>
32220 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
32221 </HEAD>
32222 <BODY>
32223 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
32225 This features controls the way Fcc's (File carbon copies) are
32226 made of the messages you send.
32229 Normally, Alpine saves an exact copy of your message as it was sent.
32230 When this feature is enabled, the &quot;body&quot; of the message
32231 you send (the text you type in the composer) is preserved in the 
32232 copy as before, however all attachments are replaced with text
32233 explaining what had been sent rather than the attachments themselves.
32236 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
32237 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
32238 allows you to interactively set whether or not attachments are saved
32239 to the Fcc'd copy.
32242 <UL>   
32243 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32244 </UL><P>
32245 &lt;End of help on this topic&gt;
32246 </BODY>
32247 </HTML>
32248 ====== h_config_read_in_newsrc_order =====
32249 <HTML>
32250 <HEAD>
32251 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
32252 </HEAD>
32253 <BODY>
32254 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
32256 This feature controls the order in which newsgroups will be presented.  If
32257 set, they will be presented in the same order as they occur in your 
32258 <!--chtml if pinemode="os_windows"-->
32259 &quot;NEWSRC&quot;
32260 <!--chtml else-->
32261 &quot;.newsrc&quot;
32262 <!--chtml endif-->
32263 file (the default location of which can be changed with the 
32264 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
32266 If not set, the newsgroups will be presented in alphabetical order.
32268 <UL>   
32269 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32270 </UL><P>
32271 &lt;End of help on this topic&gt;
32272 </BODY>
32273 </HTML>
32274 ====== h_config_quell_tz_comment =====
32275 <HTML>
32276 <HEAD>
32277 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
32278 </HEAD>
32279 <BODY>
32280 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
32282 Normally, when Alpine generates a Date header for outgoing mail,
32283 it will try to include the symbolic timezone at the end of the
32284 header inside parentheses.
32285 The symbolic timezone is often three characters long, but on
32286 some operating systems, it may be longer.
32287 Apparently there are some SMTP servers in the world that will reject an
32288 incoming message if it has a Date header longer than about 80 characters.
32289 If this feature is set, the symbolic timezone normally generated by
32290 Alpine will not be included.
32291 You probably don't need to worry about this feature unless you run into
32292 the problem described above.
32295 &lt;End of help on this topic&gt;
32296 </BODY>
32297 </HTML>
32298 ====== h_config_post_wo_validation =====
32299 <HTML>
32300 <HEAD>
32301 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
32302 </HEAD>
32303 <BODY>
32304 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
32306 This feature controls whether the NNTP server is queried as newsgroups
32307 are entered for posting.  Validation over slow links (e.g. dialup using
32308 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
32310 &lt;End of help on this topic&gt;
32311 </BODY>
32312 </HTML>
32313 ====== h_config_send_wo_confirm =====
32314 <HTML>
32315 <HEAD>
32316 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
32317 </HEAD>
32318 <BODY>
32319 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
32321 By default, when you send or post a message you will be asked to confirm
32322 with a question that looks something like:
32325 <CENTER><SAMP>Send message?</SAMP></CENTER>
32328 If this feature is set, you
32329 will <B>not</B> be prompted to confirm your intent to send
32330 and your message will be sent.
32332 If this feature is set it disables some possibilities and renders some
32333 other features meaningless.
32334 You will not be able to use
32335 <A HREF="h_config_sending_filter">Sending Filters</A>,
32336 Verbose sending mode,
32337 <A HREF="h_config_compose_bg_post">Background Sending</A>,
32338 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
32339 or ^V to turn off the generation of flowed text for this message.
32340 These options are normally available as suboptions in the Send prompt, but
32341 with no Send prompt the options are gone.
32344 A somewhat related feature is
32345 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
32346 which may be used to eliminate the extra confirmation
32347 question when posting to a newsgroup.
32349 <UL>   
32350 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32351 </UL><P>
32352 &lt;End of help on this topic&gt;
32353 </BODY>
32354 </HTML>
32355 ====== h_config_quell_filtering_done_message =====
32356 <HTML>
32357 <HEAD>
32358 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
32359 </HEAD>
32360 <BODY>
32361 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
32363 If you use Filter Rules that move messages or set status of messages
32364 you sometimes see a message from Alpine that looks like
32367 <CENTER><SAMP>filtering done</SAMP></CENTER>
32370 If this feature is set, this message will be suppressed.
32371 If the feature
32372 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
32373 is set then this message will be suppressed regardless.
32376 <UL>   
32377 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32378 </UL><P>
32379 &lt;End of help on this topic&gt;
32380 </BODY>
32381 </HTML>
32382 ====== h_config_quell_filtering_messages =====
32383 <HTML>
32384 <HEAD>
32385 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
32386 </HEAD>
32387 <BODY>
32388 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
32390 If you use Filter Rules that move messages or set status of messages
32391 you sometimes see messages from Alpine that look like
32394 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
32400 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
32406 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
32409 If this feature is set, these messages will be suppressed.
32410 The feature
32411 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
32412 is related.
32415 <UL>   
32416 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32417 </UL><P>
32418 &lt;End of help on this topic&gt;
32419 </BODY>
32420 </HTML>
32421 ====== h_config_quell_post_prompt =====
32422 <HTML>
32423 <HEAD>
32424 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
32425 </HEAD>
32426 <BODY>
32427 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
32429 By default, when you post a message to a newsgroup you are asked to confirm
32430 that you want to post with the question
32433 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
32436 If this feature is set, you
32437 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
32438 and your message will be posted.
32441 <UL>   
32442 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32443 </UL><P>
32444 &lt;End of help on this topic&gt;
32445 </BODY>
32446 </HTML>
32447 ====== h_config_check_mail_onquit =====
32448 <HTML>
32449 <HEAD>
32450 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
32451 </HEAD>
32452 <BODY>
32453 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
32455 If this feature is set, Alpine will check for new mail after you give the
32456 Quit command.
32457 If new mail has arrived since the previous check, you will be notified
32458 and given the choice of quitting or not quitting.
32460 <UL>   
32461 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32462 </UL><P>
32463 &lt;End of help on this topic&gt;
32464 </BODY>
32465 </HTML>
32466 ====== h_config_inbox_no_confirm =====
32467 <HTML>
32468 <HEAD>
32469 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
32470 </HEAD>
32471 <BODY>
32472 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
32474 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
32475 command and there are no more folders or newsgroups to visit, you are asked
32476 if you want to return to the INBOX.
32477 If this feature is set you will not be asked.
32478 It will be assumed that you do want to return to the INBOX.
32480 <UL>   
32481 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32482 </UL><P>
32483 &lt;End of help on this topic&gt;
32484 </BODY>
32485 </HTML>
32486 ====== h_config_dates_to_local =====
32487 <HTML>
32488 <HEAD>
32489 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
32490 </HEAD>
32491 <BODY>
32492 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
32494 Normally, the message dates that you see in the
32495 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
32496 For example, if a message was sent to you from a few timezones to the east
32497 it might appear that it was sent from the future;
32498 or if it was sent from somewhere to the west it might appear
32499 as if it is from yesterday even though it was sent only a few minutes ago.
32500 If this feature is set an attempt will be made to convert the dates
32501 to your local timezone to be displayed.
32503 Note that this does not affect the results of Select by Date or of
32504 anything else other than these displayed dates.
32505 When viewing the message you may look at the original unconverted value of the Date
32506 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
32508 <UL>   
32509 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32510 </UL><P>
32511 &lt;End of help on this topic&gt;
32512 </BODY>
32513 </HTML>
32514 ====== h_config_tab_no_prompt =====
32515 <HTML>
32516 <HEAD>
32517 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
32518 </HEAD>
32519 <BODY>
32520 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
32522 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
32523 command and there is a problem checking a folder, you are asked
32524 whether you want to continue with the search in the following folder or not.
32525 This question gives you a chance to stop the NextNew processing.
32526 (The checking problem might be caused by the fact that the folder does not
32527 exist, or by an authentication problem, or by a server problem
32528 of some sort.)
32531 If this feature is set you will not be asked.
32532 It will be assumed that you do want to continue.
32534 <UL>   
32535 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32536 </UL><P>
32537 &lt;End of help on this topic&gt;
32538 </BODY>
32539 </HTML>
32540 ====== h_config_input_history =====
32541 <HTML>
32542 <HEAD>
32543 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
32544 </HEAD>
32545 <BODY>
32546 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
32548 Many of the prompts that ask for input in the status line near the
32549 bottom of the screen will respond to Up Arrow and Down Arrow
32550 with the history of previous entries.
32551 For example, in the MESSAGE INDEX screen when you use the WhereIs
32552 command the text you entered will be remembered and can be recalled
32553 by using the Up Arrow key.
32554 Another example, when saving a message the folders saved to will
32555 be remembered and can be recalled using the arrow keys.
32557 In the Save prompt, some users prefer that the Up and Down arrow keys
32558 be used for the Previous Collection and Next Collection commands
32559 instead of for a history of previous saves.
32560 If this option is set the Up and Down arrow keys will become synonyms for the
32561 Previous Collection and Next Collection (^P and ^N) commands in the
32562 prompt for the name of a folder to Save to or in the prompt for the
32563 name of a folder to GoTo.
32564 When this feature is not set (the default), ^P and ^N will change the
32565 collection and the arrow keys will show the history.
32567 <UL>   
32568 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32569 </UL><P>
32570 &lt;End of help on this topic&gt;
32571 </BODY>
32572 </HTML>
32573 ====== h_config_confirm_role =====
32574 <HTML>
32575 <HEAD>
32576 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
32577 </HEAD>
32578 <BODY>
32579 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
32581 If you have roles, when you Reply to or Forward a message, or Compose
32582 a new message, Alpine
32583 will search through your roles for one that matches.
32584 Normally, if no matches are found you will be placed into the composer
32585 with no opportunity to select a role.
32586 If this feature is set, then you will be asked to confirm that you don't
32587 want a role.
32588 This will give you the opportunity to select a role (with the ^T command).
32589 If you confirm no role with a Return, you will be placed in
32590 the composer with no role.
32591 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
32592 These behave the same as if you pressed the Return.
32593 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
32594 match what you might type if there was a role match.)
32596 If you are using the alternate form of the Compose command called
32597 &quot;Role&quot;, then all of your roles will be available to you,
32598 independent of the value of this feature and of the values set for all of
32599 Reply Use, Forward Use, and Compose Use.
32601 <UL>   
32602 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32603 </UL><P>
32604 &lt;End of help on this topic&gt;
32605 </BODY>
32606 </HTML>
32607 ====== h_config_news_cross_deletes =====
32608 <HTML>
32609 <HEAD>
32610 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
32611 </HEAD>
32612 <BODY>
32613 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
32615 This feature controls what Alpine does when you delete a message in a
32616 newsgroup that appears in more than one newsgroup.  Such a message
32617 is sometimes termed a &quot;crossposting&quot; in that it was posted
32618 across several newsgroups.
32621 Alpine's default behavior when you delete such a message is to remove
32622 only the copy in the current newsgroup from view when you use the
32623 &quot;Exclude&quot; command or the next time you visit the newsgroup.
32626 Enabling this feature causes Alpine to remove every occurrence of the
32627 message from all newsgroups it appears in and to which you are
32628 subscribed.
32631 NOTE: As currently implemented, enabling this feature may increase the
32632 time it takes the Expunge command and newsgroup closing to complete.
32635 <UL>   
32636 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32637 </UL><P>
32638 &lt;End of help on this topic&gt;
32639 </BODY>
32640 </HTML>
32641 ====== h_config_news_catchup =====
32642 <HTML>
32643 <HEAD>
32644 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
32645 </HEAD>
32646 <BODY>
32647 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
32649 This feature controls what Alpine does as it closes a newsgroup.
32650 When set, Alpine will offer to delete all messages from the newsgroup
32651 as you are quitting Alpine or opening a new folder.
32654 This feature is useful if you typically read all the interesting messages
32655 in a newsgroup each time you open it.  This feature saves you from
32656 having to delete each message in a newsgroup as you read it or from
32657 selecting all the messages and doing an
32658 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
32659 move on to the next folder or newsgroup.
32662 <UL>   
32663 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32664 </UL><P>
32665 &lt;End of help on this topic&gt;
32666 </BODY>
32667 </HTML>
32668 ====== h_config_next_thrd_wo_confirm =====
32669 <HTML>
32670 <HEAD>
32671 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
32672 </HEAD>
32673 <BODY>
32674 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
32676 This feature controls an aspect of Alpine's Next and Prev commands in
32677 the case where you are using one of the
32678 &quot;separate-index-screen&quot; styles for the configuration option
32679 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
32680 and currently have the folder sorted by a Threaded or OrderedSubject sort.
32681 When you are Viewing a particular thread you have a
32682 MESSAGE INDEX of only the messages in that thread.
32683 If you press the Next command with the last message in the thread highlighted
32684 you will normally be asked if you want to &quot;View next thread?&quot;,
32685 assuming there is a next thread to view.
32686 If this feature is set it will be assumed that you always want to view the
32687 next thread and you won't be asked to confirm that.
32688 Similarly, if the first message of the thread is highlighted and you
32689 press the Prev command, this feature will prevent the question
32690 &quot;View previous thread&quot;.
32692 This feature only has an effect in the MESSAGE INDEX screen.
32693 If you then view a particular message from that screen and press the
32694 Next command, you will be sent to the next thread without being asked,
32695 independent of the setting of this feature.
32697 The feature
32698 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
32700 &lt;End of help on this topic&gt;
32701 </BODY>
32702 </HTML>
32703 ====== h_config_kw_braces =====
32704 <HTML>
32705 <HEAD>
32706 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
32707 </HEAD>
32708 <BODY>
32709 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
32711 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
32712 TEXT screens.
32713 If you have modified the
32714 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
32715 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
32716 are used to display keywords or their initials along with the Subject; then
32717 this option may be used to modify the resulting display slightly.
32718 By default, the keywords or initials displayed for these tokens will be
32719 surrounded with curly braces ({ and }) and a trailing space.
32720 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
32721 a message, the &quot;SUBJKEY&quot; token will normally look like
32723 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
32725 and the SUBJKEYINIT token would look like
32727 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
32729 The default character before the keywords is the left brace ({) and the
32730 default after the keywords is the right brace followed by a space (} ).
32732 This option allows you to change that.
32733 You should set it to two values separated by a space.
32734 The values may be quoted if they include space characters.
32735 So, for example, the default value could be specified explicitly by setting this
32736 option to
32738 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
32740 The first part wouldn't need to be quoted (but it doesn't hurt).
32741 The second part does need the quotes because it includes a space character.
32742 If you wanted to change the braces to brackets you could use
32744 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
32746 Inside the quotes you can use backslash quote to mean quote, so
32748 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
32750 would produce
32752 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
32754 It is also possible to color keywords in the index using the
32755 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
32757 It is not possible to change the fact that a space character is used to
32758 separate the keywords if more than one keyword is set for a message.
32759 It is also not possible to change the fact that there are no separators
32760 between the keyword initials if more than one keyword is set.
32762 &lt;End of help on this topic&gt;
32763 </BODY>
32764 </HTML>
32765 ====== h_config_opening_sep =====
32766 <HTML>
32767 <HEAD>
32768 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
32769 </HEAD>
32770 <BODY>
32771 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
32773 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
32774 With some setups the text of the subject is followed
32775 by the opening text of the message if there is any room available in the index line.
32776 If you have configured your
32777 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
32778 to include one of the Subject tokens that causes this behavior
32779 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
32780 to modify what is displayed slightly.
32781 By default, the Subject is separated from the opening text of the message by
32782 the three characters space dash space;
32784 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
32786 Use this option to set it to something different.
32787 The value must be quoted if it includes any space characters.
32788 For example, the default value could be specified explicitly by setting this
32789 option to
32791 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
32793 &lt;End of help on this topic&gt;
32794 </BODY>
32795 </HTML>
32796 ====== h_config_select_wo_confirm =====
32797 <HTML>
32798 <HEAD>
32799 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
32800 </HEAD>
32801 <BODY>
32802 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
32804 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
32805 These commands all take text input to specify the name of the folder or
32806 file to be used, but allow you to press ^T for a list of possible names.
32807 If set, the selected name will be used immediately, without further
32808 opportunity to confirm or edit the name.
32810 Some related help topics are
32811 <UL>
32812 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
32813 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
32814 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
32815 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
32816 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
32817 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
32818 </UL>
32820 &lt;End of help on this topic&gt;
32821 </BODY>
32822 </HTML>
32823 ====== h_config_save_part_wo_confirm =====
32824 <HTML>
32825 <HEAD>
32826 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
32827 </HEAD>
32828 <BODY>
32829 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
32831 This feature controls an aspect of Alpine's Save command.
32832 By default, when you Save a message that has some deleted parts, you will
32833 be asked to confirm that you want to Save with a prompt that looks like:
32835 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
32837 If this feature is set, you will not be asked.
32839 &lt;End of help on this topic&gt;
32840 </BODY>
32841 </HTML>
32842 ====== h_config_use_resentto =====
32843 <HTML>
32844 <HEAD>
32845 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
32846 </HEAD>
32847 <BODY>
32848 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
32850 This feature is turned off by default because turning it on causes problems
32851 with some deficient IMAP servers.
32852 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
32853 <A HREF="h_rule_patterns">Pattern</A>
32854 contains a To header pattern and this feature is turned on,
32855 then a check is made in the message to see
32856 if a Resent-To header is present, and that is used instead of the To header.
32857 If this feature is not turned on, then the regular To header will always
32858 be used.
32861 &lt;End of help on this topic&gt;
32862 </BODY>
32863 </HTML>
32864 ====== h_config_use_reg_start_for_stayopen =====
32865 <HTML>
32866 <HEAD>
32867 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
32868 </HEAD>
32869 <BODY>
32870 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
32872 This feature affects which message is selected as the current message
32873 when you enter a
32874 <A HREF="h_config_permlocked">Stay Open</A> folder.
32876 Normally, the starting position for an incoming folder (which most Stay Open
32877 folders will likely be) is controlled by the
32878 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
32879 However, if a folder is a Stay Open folder, when you re-enter the folder
32880 after the first time the current message will be the same as it was when
32881 you left the folder.
32882 An exception is made if you use the TAB command to get to the folder.
32883 In that case, the message number will be incremented by one from what it
32884 was when you left the folder.
32886 The above special behavior is thought to be useful.
32887 However, it is special and different from what you might at first expect.
32888 If this feature is set, then Stay Open folders will not be treated specially
32889 as far as the startup rule is concerned.
32892 &lt;End of help on this topic&gt;
32893 </BODY>
32894 </HTML>
32895 ====== h_config_use_current_dir =====
32896 <HTML>
32897 <HEAD>
32898 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
32899 </HEAD>
32900 <BODY>
32901 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
32903 This feature controls an aspect of several commands. 
32904 If set, your &quot;current working directory&quot; 
32905 <!--chtml if pinemode="running"-->
32906 (which, at least for your current Alpine &quot;session,&quot; 
32907 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
32908 <!--chtml endif-->
32909 will be used instead of your home directory 
32910 <!--chtml if pinemode="running"-->
32911 (which, in the present configuration of your system, is
32912  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
32913 <!--chtml endif-->
32914 for all of the following operations:<UL>
32915     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
32916     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
32917     <LI> <!--chtml if pinemode="function_key"-->F4
32918          <!--chtml else-->Ctrl-R
32919          <!--chtml endif--> file inclusion in the COMPOSER
32920     <LI> <!--chtml if pinemode="function_key"-->F5
32921          <!--chtml else-->Ctrl-J
32922          <!--chtml endif--> file attachment in the COMPOSER
32923 </UL>
32924 <!--chtml if pinemode="os_windows"-->
32926 If you are starting PC-Alpine from a desktop icon or the Start menu, 
32927 you can set the &quot;current drive&quot; 
32928 by specifying it in the &quot;Start in:&quot; 
32929 box found in the Shortcut tab of the Properties.  
32930 <!--chtml endif-->
32932 <UL>   
32933 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32934 </UL>
32937 &lt;End of help on this topic&gt;
32938 </BODY>
32939 </HTML>
32940 ====== h_config_save_wont_delete =====
32941 <HTML>
32942 <HEAD>
32943 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
32944 </HEAD>
32945 <BODY>
32946 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
32948 This feature controls one aspect of the Save command.  If set, Save will
32949 not mark the message &quot;deleted&quot; (its default behavior) after
32950 it has been copied to the designated folder.
32953 &lt;End of help on this topic&gt;
32954 </BODY>
32955 </HTML>
32956 ====== h_config_use_boring_spinner =====
32957 <HTML>
32958 <HEAD>
32959 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
32960 </HEAD>
32961 <BODY>
32962 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
32964 When Alpine is delayed for some reason it usually shows that
32965 something is happening with a small animated display in the status
32966 message line near the bottom of the screen.
32967 Setting this feature will cause that animation to be the same
32968 each time instead of having Alpine choose a random animation.
32969 You may turn the animation off altogether by setting the
32970 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
32971 option to zero.
32974 &lt;End of help on this topic&gt;
32975 </BODY>
32976 </HTML>
32977 ====== h_config_unsel_wont_advance =====
32978 <HTML>
32979 <HEAD>
32980 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
32981 </HEAD>
32982 <BODY>
32983 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
32985 This feature controls one aspect of the Unselect Current message command.
32986 Normally, when the Unselect current message command (:) is typed when the
32987 current message is selected, the message will be unselected and the next
32988 message will become the current message.
32989 If this feature is set, the cursor will not advance to the next message.
32990 Instead, the current message will remain the current message after
32991 unselecting.
32994 &lt;End of help on this topic&gt;
32995 </BODY>
32996 </HTML>
32997 ====== h_config_prune_uses_iso =====
32998 <HTML>
32999 <HEAD>
33000 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
33001 </HEAD>
33002 <BODY>
33003 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
33005 By default, Alpine asks monthly whether or not you would like to rename
33006 some folders to a new name containing the date.
33007 It also asks whether or not you would like to delete some old folders.
33008 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
33009 explanation.
33012 By default, the name used when renaming a folder looks like
33014 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
33016 For example, the first time you run Alpine in May of 2004,
33017 the folder &quot;sent-mail&quot; might be renamed to
33019 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
33021 If this feature is set, the name used will be of the form
33023 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
33025 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
33026 month (01, 02, ..., 12).
33027 For the April, 2004 example above, it would instead be
33029 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
33031 because April is the 4th month of the year.
33032 A reason you might want to set this feature is so that the folders
33033 will sort in chronological order.
33036 &lt;End of help on this topic&gt;
33037 </BODY>
33038 </HTML>
33039 ====== h_config_save_advances =====
33040 <HTML>
33041 <HEAD>
33042 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
33043 </HEAD>
33044 <BODY>
33045 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
33047 This feature controls one aspect of the Save command.  If set, Save will
33048 (in addition to copying the current message to the designated folder) also
33049 advance to the next message.
33052 &lt;End of help on this topic&gt;
33053 </BODY>
33054 </HTML>
33055 ====== h_config_force_arrow =====
33056 <HTML>
33057 <HEAD>
33058 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
33059 </HEAD>
33060 <BODY>
33061 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
33063 This feature affects Alpine's MESSAGE INDEX display routine.
33064 If set, the normal inverse-video cursor will be
33065 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
33066 second column of the index display.
33068 This is the same index cursor you get if you turn on
33069 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
33070 line coloring will still be present if this feature is turned on and
33071 <!--#echo var="FEAT_assume-slow-link"--> is off.
33073 An alternative version of the Arrow cursor is available by including the
33074 <A HREF="h_config_index_arrow_color">ARROW</A>
33075 token in the
33076 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
33078 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
33079 but that is not implemented.
33082 &lt;End of help on this topic&gt;
33083 </BODY>
33084 </HTML>
33085 ====== h_config_ignore_size =====
33086 <HTML>
33087 <HEAD>
33088 <TITLE>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></TITLE>
33089 </HEAD>
33090 <BODY>
33091 <H1>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></H1>
33093 When you have an account residing in an IMAP server, Alpine records the 
33094 size of each message as reported by the server. However, when Alpine saves 
33095 a message in such IMAP server, Alpine will compute the size of the message 
33096 independently, from the data it received. If these two numbers do not 
33097 match for a message, Alpine asks you if you still want to take the risk of 
33098 saving such message, since data corruption or loss of data could result 
33099 from this save.
33102 Sometimes the root of this problem is that the IMAP server does not 
33103 compute sizes correctly, and there will not be loss of information when 
33104 saving such message. Enabling this feature will make Alpine ignore such 
33105 error and continue saving the message without producing any warnings or 
33106 ever stopping the process, as if there had not been any error. This option 
33107 applies to all IMAP servers that you use, so if you enable this feature, 
33108 size discrepancy warnings will not be given for any IMAP server you 
33109 connect to.
33112 Example of a server where you could reproduce this problem is the Gmail 
33113 IMAP server. Another example can be found in some versions of the Exchange 
33114 server.
33117 It is recommended that this feature be disabled most of the time and only 
33118 enabled when you find a server which you can determine that has the above 
33119 mentioned defect, but be disabled again after making the save operation 
33120 succeed.
33123 &lt;End of help on this topic&gt;
33124 </BODY>
33125 </HTML>
33126 ====== h_config_force_low_speed =====
33127 <HTML>
33128 <HEAD>
33129 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
33130 </HEAD>
33131 <BODY>
33132 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
33134 UNIX Alpine only.
33136 This feature affects Alpine's display routines.  If set, the normal
33137 inverse-video cursor (used to highlight the current item in a list) will be
33138 replaced by an &quot;arrow&quot; cursor and other
33139 screen update optimizations for
33140 low-speed links (e.g. 2400 bps dialup connections) will be activated.
33141 One of the optimizations is that colored index lines (set up with Indexcolor
33142 Rules) will not be colored.
33143 If you are just turning this feature on because you like using
33144 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
33145 coloring by turning this feature off and the
33146 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
33149 &lt;End of help on this topic&gt;
33150 </BODY>
33151 </HTML>
33152 ====== h_config_show_delay_cue =====
33153 <HTML>
33154 <HEAD>
33155 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
33156 </HEAD>
33157 <BODY>
33158 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
33160 If set, this feature will cause an asterisk to appear in the upper
33161 left-hand corner of the screen whenever Alpine checks for new mail.
33162 Two asterisks whenever Alpine saves (checkpoints) the state of the current
33163 mailbox to disk.
33165 <!--chtml if pinemode="os_windows"-->
33167 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
33168 it is trying to open a network connection (e.g, to open your INBOX
33169 on an IMAP
33170 server) or read from the network connection.  A greater-than symbol,
33171 will be displayed when PC-Alpine is trying to write to the network
33172 connection (e.g, sending a command to your IMAP server).
33173 <!--chtml endif-->
33176 &lt;End of help on this topic&gt;
33177 </BODY>
33178 </HTML>
33179 ====== h_config_color_style =====
33180 <HTML>
33181 <HEAD>
33182 <TITLE>OPTION: Color Style</TITLE>
33183 </HEAD>
33184 <BODY>
33185 <H1>OPTION: Color Style</H1>
33187 UNIX Alpine only.
33189 If the terminal or terminal emulator you are using is capable of displaying
33190 colors, this option controls whether or not color will be used in Alpine.
33191 If you turn color on and things are set up correctly,
33192 you should see color appear on the screen immediately.
33193 Modern terminal emulators are usually capable of displaying colors.
33195 The available options include:
33198 <DL>
33199 <DT>no-color</DT>
33200 <DD>Don't use color.
33201 </DD>
33203 <DT>use-termdef</DT>
33204 <DD>In order to decide if your terminal is capable of color, Alpine looks in
33205 the terminal capabilities database, TERMINFO or TERMCAP, depending on
33206 how Alpine was compiled.
33207 This is a good option to choose if you switch between a color and a non-color
33208 terminal with the same Alpine configuration.
33209 Alpine will know to use color on the color terminal because it is described
33210 in the termcap entry, and Alpine will know to use black and white on the
33211 non-color terminal.
33212 The Alpine Technical Notes, distributed with the source code of Alpine
33213 have more information on configuring a TERMCAP or TERMINFO
33214 entry for color Alpine.
33215 This is usually something a system administrator does.
33216 </DD>
33218 <DT>force-ansi-8color</DT>
33219 <DD>This is probably the setting that most people should use.
33220 Because setting up a termcap entry is confusing and because the
33221 terminal capabilities database is often not correctly configured for color,
33222 this choice and the next may be easier for you to use.
33223 If your terminal emulator responds to ANSI color escape sequences, which
33224 many do, this option will cause Alpine to believe your terminal will respond
33225 to the escape sequences that produce eight different foreground and background
33226 colors.
33227 The escape sequences used to set the foreground colors are
33229   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
33231 where the color_number is an ASCII digit between 0 and 7.
33232 The numbers 0 through 7 should correspond to the colors black, red, green,
33233 yellow, blue, magenta, cyan, and white.
33234 Some terminal emulators use a pre-ANSI scheme that swaps
33235 the colors blue and red and the colors yellow and cyan.
33236 This will cause the default colors to be different, but other than that
33237 things should work fine.
33238 There is also a 9th color available, the last one shown, which is the default
33239 color from the terminal emulator.
33240 When used as a background color some people refer to this color as
33241 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
33242 shown in the color swatch of the SETUP COLOR screen.
33243 The foreground transparent color is shown as
33244 the color of the &quot;TRAN&quot; text.
33245 (The transparent color will not work correctly in a PC-Alpine configuration.)
33246 The escape sequences used to set the background colors are the same
33247 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
33248 The escape sequences for foreground and background default colors (transparent)
33249 are 39m and 49m.
33251 Note: With the Tera Term terminal emulator this setting works well.
33252 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
33253 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
33254 menu, in the &quot;Window&quot; submenu.
33255 </DD>
33257 <DT>force-ansi-16color</DT>
33258 <DD>Many terminal emulators know about the same eight colors above
33259 plus eight more.
33260 This option attempts to use all 16 colors.
33261 The same escape sequences as for the eight-color terminal are used
33262 for the first eight colors.
33263 The escape sequences used to set foreground colors 8-15 are the same as
33264 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
33265 The background color sequences for colors 8-15 are the same as for 0-7
33266 except the &quot;4&quot; is replaced with &quot;10&quot;.
33267 You can tell if the 16 colors are working by turning on this option
33268 and then going into one of the color configuration screens, for example,
33269 the configuration screen for Normal Color.
33270 If you see 16 different colors to select from (plus a 17th for
33271 the transparent color), it's working.
33272 </DD>
33274 <DT>force-xterm-256color</DT>
33275 <DD>Some versions of xterm (and some other terminal emulators)
33276 have support for 256 colors.
33277 The escape sequences used to set the foreground colors are
33279   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
33281 where the color_number is an ASCII digit between 0 and 255.
33282 Background colors are the same with the 38 replaced with a 48.
33283 The numbers 0 through 15 are probably similar to the 16 color version
33284 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
33285 The terminal default (transparent) color is the 257th color at the bottom.
33286 Some terminal emulators will misinterpret these escape sequences causing
33287 the terminal to blink or overstrike characters or to do something else
33288 undesirable.
33290 The PuTTY terminal emulator has an option called &quot;Allow terminal to
33291 use xterm 256-colour mode&quot; which allows PuTTY to work well with
33292 this 256-color setting.
33294 </DD>
33295 </DL>
33298 The normal default is &quot;no-color&quot;.
33301 Once you've turned on color you may set the
33302 colors of many objects on the screen individually.
33303 For example, you may add colors to the status letters on the MESSAGE
33304 INDEX page.
33305 Most categories of color that Alpine supports are configurable here.
33306 For example, &quot;Normal Color&quot;
33307 is the color used to display most of the text in Alpine, and
33308 &quot;Reverse Color&quot; is used to display highlighted text, such as the
33309 current message in the MESSAGE INDEX.
33311 Lines in the MESSAGE INDEX may also be colored.
33312 Use Setup Rules to get to the Indexcolor configuration screen.
33315 <UL>   
33316 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33317 </UL><P>
33318 &lt;End of help on this topic&gt;
33319 </BODY>
33320 </HTML>
33321 ====== h_config_disable_index_locale_dates =====
33322 <HTML>
33323 <HEAD>
33324 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
33325 </HEAD>
33326 <BODY>
33327 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
33329 This feature affects the display of dates in the MESSAGE INDEX.
33330 Normally an attempt is made to localize the dates
33331 used in the MESSAGE INDEX display to your locale.
33332 This is controlled with the
33333 LC_TIME locale setting on a UNIX system.
33334 On Windows the Regional Options control panel may be used to set the date format.
33335 At the programming level, Alpine is using the strftime routine
33336 to print the parts of a date.
33338 If this feature is set, dates are displayed in English and
33339 with the conventions of the United States.
33342 <UL>   
33343 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33344 </UL><P>
33345 &lt;End of help on this topic&gt;
33346 </BODY>
33347 </HTML>
33348 ====== h_config_auto_open_unread =====
33349 <HTML>
33350 <HEAD>
33351 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
33352 </HEAD>
33353 <BODY>
33354 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
33356 This feature controls the behavior of the TAB key when traversing folders
33357 in the optional 
33358 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
33359 collection or in optional <!--#echo var="VAR_news-collections"-->.
33361 When the TAB
33362 (<A HREF="h_common_nextnew">NextNew</A>)
33363 key is pressed, and there
33364 are no more unseen messages in the current (incoming message or news)
33365 folder, Alpine will search the list of folders in the current collection for
33366 one containing New or Recent (new since the last time the folder was
33367 opened) messages.
33368 This behavior may be modified slightly with the
33369 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
33370 feature that causes Alpine to look for Unseen messages instead of Recent
33371 messages.
33372 Normally, when such a folder is found, Alpine will ask
33373 whether you wish to open the folder.  If this feature is set, Alpine will
33374 automatically open the folder without prompting.
33376 This feature also affects some other similar situations.
33377 If you have a
33378 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
33379 that is equal to one of the &quot;separate-&quot; values, and you are
33380 viewing a thread; then when you type the NextNew command and are at the
33381 end of the current thread you will automatically go to the next thread
33382 if this feature is set.
33383 By default, you would be asked if you want to view the next thread.
33384 You will also be asked at times whether or not you want to view the next
33385 thread after you delete the last message in the thread.
33386 Setting this feature will also cause that question to be skipped.
33389 <UL>   
33390 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33391 </UL><P>
33392 &lt;End of help on this topic&gt;
33393 </BODY>
33394 </HTML>
33395 ====== h_config_auto_include_reply =====
33396 <HTML>
33397 <HEAD>
33398 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
33399 </HEAD>
33400 <BODY>
33401 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
33403 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
33404 will ask whether you wish to include the original message in your reply.
33405 If this feature is set and the feature
33406 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
33407 is <EM>not</EM> set, then the original message will be included in the reply
33408 automatically, without prompting.
33410 &lt;End of help on this topic&gt;
33411 </BODY>
33412 </HTML>
33413 ====== h_config_select_in_bold =====
33414 <HTML>
33415 <HEAD>
33416 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
33417 </HEAD>
33418 <BODY>
33419 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
33421 This feature controls an aspect of Alpine's 
33422 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
33423 commands; in
33424 particular, the Select and WhereIs commands. Select and WhereIs (with the
33425 ^X subcommand) will search the current folder for messages meeting a
33426 specified criteria, and &quot;tag&quot; the resulting messages with an 
33427 &quot;X&quot; in the
33428 first column of the applicable lines in the MESSAGE INDEX.  If this feature
33429 is set, instead of using the &quot;X&quot; to denote a selected message, 
33430 Alpine will
33431 attempt to display those index lines in boldface. Whether this is
33432 preferable to the &quot;X&quot; will depend on personal taste and the type of
33433 terminal being used.
33435 <UL>   
33436 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33437 </UL><P>
33438 &lt;End of help on this topic&gt;
33439 </BODY>
33440 </HTML>
33441 ====== h_config_alt_auth =====
33442 <HTML>
33443 <HEAD>
33444 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
33445 </HEAD>
33446 <BODY>
33447 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
33449 This feature affects how Alpine connects to IMAP servers.
33450 Its utility has largely been overtaken by events,
33451 but it may still be useful in some circumstances.
33452 If you only connect to modern IMAP servers that support
33453 &quot;STARTTLS&quot; you can ignore this feature.
33456 Details:
33459 By default, Alpine will attempt to connect to an IMAP server on the
33460 normal IMAP service port (143), and if the server offers &quot;Transport Layer
33461 Security&quot; (STARTTLS) and Alpine has been compiled with encryption capability,
33462 then a secure (encrypted) session will be negotiated.
33465 With this feature enabled, before connecting on the normal IMAP port, Alpine
33466 will first attempt to connect to an alternate IMAP service port (993) used
33467 specifically for encrypted IMAP sessions via the Secure Sockets Layer
33468 (SSL) or Transport Layer Security (TLS) method.
33469 If the SSL attempt fails, Alpine will then try the default
33470 behavior described in the previous paragraph.
33473 STARTTLS negotiation on the normal port is preferred, and supersedes the use of
33474 SSL on port 993, but older servers may not provide STARTTLS support.
33475 This feature may be convenient when accessing IMAP servers that do not support
33476 STARTTLS, but do support SSL or TLS connections on port 993.
33477 However, it is important to understand that with this feature enabled,
33478 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
33479 but it will proceed to make an insecure connection if that is the only
33480 option offered by the server, or if the Alpine in question has been built
33481 without encryption capability.
33484 Note that this feature specifies a per-user (or system-wide) default
33485 behavior, but host/folder specification flags may be used to control the
33486 behavior of any specific connection.
33487 This feature interacts with some of
33488 the possible host/folder path specification flags as follows:
33491 The <SAMP>/starttls</SAMP> host flag, for example,
33494 <CENTER><SAMP>{foo.example.com/starttls}INBOX</SAMP></CENTER>
33496 will over-ride this feature for the specified host by bypassing the
33497 SSL or TLS connection attempt.
33498 Moreover, with <SAMP>/starttls</SAMP> specified,
33499 the connection attempt will fail if the
33500 service on port 143 does not offer TLS support.
33503 The <SAMP>/ssl</SAMP> host flag, for example,
33506 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
33508 will insist on an SSL or TLS connection for the specified host,
33509 and will fail if the SSL or TLS service on port 993 is not available.
33510 Alpine will not subsequently retry a connection
33511 on port 143 if <SAMP>/ssl</SAMP> is specified.
33514 <UL>   
33515 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33516 </UL><P>
33517 &lt;End of help on this topic&gt;
33518 </BODY>
33519 </HTML>
33520 ====== h_config_file_dir ======
33521 <HTML>
33522 <HEAD>
33523 <TITLE>OPTION: File Directory</TITLE>
33524 </HEAD>
33525 <BODY>
33526 <H1>OPTION: File Directory</H1>
33528 PC-Alpine only.
33530 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
33531 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
33532 Message Index's &quot;E&nbsp;Export&quot; command.
33535 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
33536 component, Alpine assumes the file exists in the user's home directory.
33537 Under Windows operating systems, this definition isn't always clear.  This 
33538 feature allows you to explicitly set where Alpine should look for files
33539 without a leading path.
33542 NOTE: this feature's value is ignored if either 
33543 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
33544 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
33547 <UL>   
33548 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33549 </UL><P>
33550 &lt;End of help on this topic&gt;
33551 </BODY>
33552 </HTML>
33553 ====== h_config_quote_all_froms =====
33554 <HTML>
33555 <HEAD>
33556 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
33557 </HEAD>
33558 <BODY>
33559 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
33561 This feature controls an aspect of the Save command (and also the way
33562 outgoing messages are saved to an FCC folder).  If set, Alpine will add
33563 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
33564 when they are saved to another folder, including lines syntactically
33565 distinguishable from the type of message separator line commonly used on
33566 Unix systems.
33569 The default behavior is that a &quot;>&quot; will be prepended only to lines
33570 beginning with &quot;From &quot; that might otherwise be confused with a message
33571 separator line on Unix systems.  If pine is the only mail program you use,
33572 this default is reasonable.  If another program you use has trouble
33573 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
33574 enable this feature.  This feature only applies to the common Unix mailbox
33575 format that uses message separator lines beginning with &quot;From &quot;.  If
33576 Alpine has been configured to use a different mailbox format (possibly
33577 incompatible with other mail programs), then this issue does not arise,
33578 and the feature is irrelevant.
33581 &lt;End of help on this topic&gt;
33582 </BODY>
33583 </HTML>
33584 ====== h_config_normal_color =====
33585 <HTML>
33586 <HEAD>
33587 <TITLE>OPTION: Normal Color</TITLE>
33588 </HEAD>
33589 <BODY>
33590 <H1>OPTION: Normal Color</H1>
33592 Sets the color Alpine normally uses.
33593 The foreground color is the color of the actual character and the
33594 background color is the color of the area behind the character.
33595 By default this color is black characters on a white background.
33597 <A HREF="h_color_setup">Descriptions of the available commands</A>
33599 Look <A HREF="h_edit_nav_cmds">here</A>
33600 to see the available Editing and Navigation commands.
33602 &lt;End of help on this topic&gt;
33603 </BODY>
33604 </HTML>
33605 ====== h_config_reverse_color =====
33606 <HTML>
33607 <HEAD>
33608 <TITLE>OPTION: Reverse Color</TITLE>
33609 </HEAD>
33610 <BODY>
33611 <H1>OPTION: Reverse Color</H1>
33613 Sets the color Alpine uses for reverse video characters.
33614 The foreground color is the color of the actual character and the
33615 background color is the color of the area behind the character.
33617 <A HREF="h_color_setup">Descriptions of the available commands</A>
33619 Look <A HREF="h_edit_nav_cmds">here</A>
33620 to see the available Editing and Navigation commands.
33622 &lt;End of help on this topic&gt;
33623 </BODY>
33624 </HTML>
33625 ====== h_config_title_color =====
33626 <HTML>
33627 <HEAD>
33628 <TITLE>OPTION: Title Color</TITLE>
33629 </HEAD>
33630 <BODY>
33631 <H1>OPTION: Title Color</H1>
33633 Sets the color Alpine uses for the titlebar (the top line on the screen).
33634 The foreground color is the color of the actual character and the
33635 background color is the color of the area behind the character.
33636 By default, the Title Color is black characters on a yellow background.
33638 The actual titlebar color may be different from the Title Color if
33639 the option
33640 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
33641 is set to some value other than the default.
33642 It may also be different if the current folder is closed and the
33643 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
33644 color is set to something different from the Title Color.
33646 <A HREF="h_color_setup">Descriptions of the available commands</A>
33648 Look <A HREF="h_edit_nav_cmds">here</A>
33649 to see the available Editing and Navigation commands.
33651 &lt;End of help on this topic&gt;
33652 </BODY>
33653 </HTML>
33654 ====== h_config_titleclosed_color =====
33655 <HTML>
33656 <HEAD>
33657 <TITLE>OPTION: Title Closed Color</TITLE>
33658 </HEAD>
33659 <BODY>
33660 <H1>OPTION: Title Closed Color</H1>
33662 Sets the color Alpine uses for the titlebar (the top line on the screen)
33663 when the current folder is closed.
33664 The foreground color is the color of the actual character and the
33665 background color is the color of the area behind the character.
33666 By default, the Title Color Closed Color is white characters on a red background.
33668 By setting this color to something noticeable you will be alerted to the
33669 fact that the current folder is closed, perhaps unexpectedly.
33671 &lt;End of help on this topic&gt;
33672 </BODY>
33673 </HTML>
33674 ====== h_config_status_color =====
33675 <HTML>
33676 <HEAD>
33677 <TITLE>OPTION: Status Color</TITLE>
33678 </HEAD>
33679 <BODY>
33680 <H1>OPTION: Status Color</H1>
33682 Sets the color Alpine uses for status messages written to the message
33683 line near the bottom of the screen.
33684 The foreground color is the color of the actual character and the
33685 background color is the color of the area behind the character.
33686 By default, the Status Color is the same as the Reverse Color.
33688 <A HREF="h_color_setup">Descriptions of the available commands</A>
33690 Look <A HREF="h_edit_nav_cmds">here</A>
33691 to see the available Editing and Navigation commands.
33693 &lt;End of help on this topic&gt;
33694 </BODY>
33695 </HTML>
33696 ====== h_config_index_opening_color =====
33697 <HTML>
33698 <HEAD>
33699 <TITLE>OPTION: Index Opening Color</TITLE>
33700 </HEAD>
33701 <BODY>
33702 <H1>OPTION: Index Opening Color</H1>
33704 With some setups the text of the subject is followed
33705 by the opening text of the message if there is any room available in the index line.
33706 If you have configured your
33707 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
33708 to include one of the Subject tokens that causes this behavior
33709 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
33710 this opening text with this option.
33711 This coloring takes place for all but the current index line, and the Opening
33712 Color appears to be in front of any color from an Index Color Rule.
33714 By default the Index Opening Color is gray characters on a white background.
33717 <A HREF="h_color_setup">Descriptions of the available commands</A>
33719 Look <A HREF="h_edit_nav_cmds">here</A>
33720 to see the available Editing and Navigation commands.
33722 &lt;End of help on this topic&gt;
33723 </BODY>
33724 </HTML>
33725 ====== h_config_index_pri_color =====
33726 <HTML>
33727 <HEAD>
33728 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
33729 </HEAD>
33730 <BODY>
33731 <H1>OPTION: Index Priority Symbol Colors</H1>
33733 The X-Priority header is a non-standard header that is used in a
33734 somewhat standard way by many mail programs.
33735 Alpine expects the value of this header to be a digit with a value
33736 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
33737 Alpine can be made to display an indication of this priority in
33738 messages by use of one of the tokens
33739 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
33740 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
33741 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
33744 You may set the color used to draw these tokens by use of the colors
33745 Index High Priority Symbol Color and Index Low Priority Symbol Color.
33746 This coloring takes place for all but the current index line, and the Priority
33747 Color appears to be in front of any color from an Index Color Rule.
33748 If the priority has a value of 1 or 2 the High Priority color will be
33749 used,
33750 and if the value is 4 or 5 the Low Priority color will be used.
33752 If you don't set these colors the index line will be colored in the same color as
33753 the bulk of the index line.
33756 <A HREF="h_color_setup">Descriptions of the available commands</A>
33758 Look <A HREF="h_edit_nav_cmds">here</A>
33759 to see the available Editing and Navigation commands.
33761 &lt;End of help on this topic&gt;
33762 </BODY>
33763 </HTML>
33764 ====== h_config_index_subject_color =====
33765 <HTML>
33766 <HEAD>
33767 <TITLE>OPTION: Index Subject Color</TITLE>
33768 </HEAD>
33769 <BODY>
33770 <H1>OPTION: Index Subject Color</H1>
33772 You may set the color used to draw the Subject part of the index line.
33773 This coloring takes place for all but the current index line, and the Subject
33774 Color appears to be in front of any color from an Index Color Rule.
33776 If you don't set this color it will be colored in the same color as
33777 the bulk of the index line.
33780 <A HREF="h_color_setup">Descriptions of the available commands</A>
33782 Look <A HREF="h_edit_nav_cmds">here</A>
33783 to see the available Editing and Navigation commands.
33785 &lt;End of help on this topic&gt;
33786 </BODY>
33787 </HTML>
33788 ====== h_config_index_from_color =====
33789 <HTML>
33790 <HEAD>
33791 <TITLE>OPTION: Index From Color</TITLE>
33792 </HEAD>
33793 <BODY>
33794 <H1>OPTION: Index From Color</H1>
33796 You may set the color used to draw the From part of the index line.
33797 This coloring takes place for all but the current index line, and the From
33798 Color appears to be in front of any color from an Index Color Rule.
33800 If you don't set this color it will be colored in the same color as
33801 the bulk of the index line.
33804 <A HREF="h_color_setup">Descriptions of the available commands</A>
33806 Look <A HREF="h_edit_nav_cmds">here</A>
33807 to see the available Editing and Navigation commands.
33809 &lt;End of help on this topic&gt;
33810 </BODY>
33811 </HTML>
33812 ====== h_config_index_arrow_color =====
33813 <HTML>
33814 <HEAD>
33815 <TITLE>OPTION: Index Arrow Color</TITLE>
33816 </HEAD>
33817 <BODY>
33818 <H1>OPTION: Index Arrow Color</H1>
33820 If you have configured your
33821 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
33822 to include the &quot;ARROW&quot; token, you may set the color of
33823 the arrow displayed with this option.
33824 If you don't set the color it will be colored in the same color as
33825 the bulk of the index line.
33828 <A HREF="h_color_setup">Descriptions of the available commands</A>
33830 Look <A HREF="h_edit_nav_cmds">here</A>
33831 to see the available Editing and Navigation commands.
33833 &lt;End of help on this topic&gt;
33834 </BODY>
33835 </HTML>
33836 ====== h_config_index_color =====
33837 <HTML>
33838 <HEAD>
33839 <TITLE>OPTION: Index Colors</TITLE>
33840 </HEAD>
33841 <BODY>
33842 <H1>OPTION: Index Colors</H1>
33844 You may add color to the single character symbols that give the status
33845 of each message in the MESSAGE INDEX.
33846 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
33847 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
33848 screen depending on whether the message is addressed to you, and whether
33849 the message is marked Important, is Deleted, is Answered, or is New.
33850 The color for each of those characters may be specified by setting the
33851 &quot;Index-to-me&quot; Symbol Color,
33852 the &quot;Index-important&quot; Symbol Color,
33853 the &quot;Index-deleted&quot; Symbol Color,
33854 the &quot;Index-answered&quot; Symbol Color,
33855 and the &quot;Index-new&quot; Symbol Color.
33856 There are also two other symbol colors called &quot;Index-recent&quot;
33857 and &quot;Index-unseen&quot;.
33858 These two colors will only be used if you have configured your
33859 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
33860 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
33862 The default colors for these symbols are:
33863 <TABLE>
33864 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
33865 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
33866 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33867 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
33868 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
33869 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33870 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
33871 </TABLE>
33873 Besides coloring the message status symbols, you may also color the
33874 entire index line.
33875 This is done by using the
33876 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
33877 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
33878 When the entire line is colored that color will be &quot;behind&quot; the
33879 status symbol colors talked about in the paragraph above.
33881 You may also color
33882 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
33883 in the index using the
33884 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
33885 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
33886 the Subject using
33887 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
33888 the From field using
33889 <A HREF="h_config_index_from_color">Index From Color</A>;
33890 and the
33891 <A HREF="h_config_index_opening_color">Index Opening</A> text.
33893 <A HREF="h_color_setup">Descriptions of the available commands</A>
33895 Look <A HREF="h_edit_nav_cmds">here</A>
33896 to see the available Editing and Navigation commands.
33898 &lt;End of help on this topic&gt;
33899 </BODY>
33900 </HTML>
33901 ====== h_config_metamsg_color =====
33902 <HTML>
33903 <HEAD>
33904 <TITLE>OPTION: Meta-Message Color</TITLE>
33905 </HEAD>
33906 <BODY>
33907 <H1>OPTION: Meta-Message Color</H1>
33909 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
33910 that aren't part of the message itself.
33911 For example, an attachment that isn't shown might produce a meta
33912 message something like:
33914 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
33916 If you set the
33917 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
33918 option you might see
33920 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
33922 Warnings about suspicious looking URLs in HTML will also be colored
33923 with this color.
33925 The foreground color is the color of the actual character and the
33926 background color is the color of the area behind the character.
33927 By default, the Meta-Message Color is black characters on a yellow background.
33929 <A HREF="h_color_setup">Descriptions of the available commands</A>
33931 Look <A HREF="h_edit_nav_cmds">here</A>
33932 to see the available Editing and Navigation commands.
33934 &lt;End of help on this topic&gt;
33935 </BODY>
33936 </HTML>
33937 ====== h_config_keylabel_color =====
33938 <HTML>
33939 <HEAD>
33940 <TITLE>OPTION: KeyLabel Color</TITLE>
33941 </HEAD>
33942 <BODY>
33943 <H1>OPTION: KeyLabel Color</H1>
33945 Sets the color Alpine uses for the labels of the keys in the two-line
33946 menu at the bottom of the screen.
33947 For example, some of the screens have a &quot;P PrevMsg&quot; command.
33948 This option sets the color used when displaying &quot;PrevMsg&quot;.
33949 The foreground color is the color of the actual character and the
33950 background color is the color of the area behind the character.
33951 By default, the KeyLabel Color is the same as the Normal Color.
33953 WARNING: Some terminal emulators have the property that the screen will scroll
33954 down one line whenever a character is written to the character cell in the
33955 lower right corner of the screen.
33956 Alpine can usually avoid writing a character in that corner of the screen.
33957 However, if you have defined a KeyLabel Color then Alpine does have to write
33958 a character in that cell in order to color the cell correctly.
33959 If you find that your display sometimes scrolls up a line this could be
33960 the problem.
33961 The most obvious symptom is probably that the titlebar at the top of the
33962 screen scrolls off the screen.
33963 Try setting KeyLabel Color to Default to see if that fixes the problem.
33965 <A HREF="h_color_setup">Descriptions of the available commands</A>
33967 Look <A HREF="h_edit_nav_cmds">here</A>
33968 to see the available Editing and Navigation commands.
33970 &lt;End of help on this topic&gt;
33971 </BODY>
33972 </HTML>
33973 ====== h_config_keyname_color =====
33974 <HTML>
33975 <HEAD>
33976 <TITLE>OPTION: KeyName Color</TITLE>
33977 </HEAD>
33978 <BODY>
33979 <H1>OPTION: KeyName Color</H1>
33981 Sets the color Alpine uses for the names of the keys in the two-line
33982 menu at the bottom of the screen.
33983 For example, some of the screens have a &quot;P PrevMsg&quot; command.
33984 This option sets the color used when displaying the &quot;P&quot;.
33985 The foreground color is the color of the actual character and the
33986 background color is the color of the area behind the character.
33987 By default, the KeyName Color is the same as the Reverse Color.
33989 <A HREF="h_color_setup">Descriptions of the available commands</A>
33991 Look <A HREF="h_edit_nav_cmds">here</A>
33992 to see the available Editing and Navigation commands.
33994 &lt;End of help on this topic&gt;
33995 </BODY>
33996 </HTML>
33997 ====== h_config_slctbl_color =====
33998 <HTML>
33999 <HEAD>
34000 <TITLE>OPTION: Selectable Item Color</TITLE>
34001 </HEAD>
34002 <BODY>
34003 <H1>OPTION: Selectable Item Color</H1>
34005 Sets the color Alpine uses for selectable items, such as URLs.
34006 The foreground color is the color of the actual character and the
34007 background color is the color of the area behind the character.
34008 By default, the Selectable Item Color is the same as the Normal Color,
34009 except that it is bold.
34011 <A HREF="h_color_setup">Descriptions of the available commands</A>
34013 Look <A HREF="h_edit_nav_cmds">here</A>
34014 to see the available Editing and Navigation commands.
34016 &lt;End of help on this topic&gt;
34017 </BODY>
34018 </HTML>
34019 ====== h_config_quote_color =====
34020 <HTML>
34021 <HEAD>
34022 <TITLE>OPTION: Quote Colors</TITLE>
34023 </HEAD>
34024 <BODY>
34025 <H1>OPTION: Quote Colors</H1>
34027 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
34028 screen.
34029 If a line begins with a &gt; character (or space followed by &gt;)
34030 it is considered a quote.
34031 That line will be given the Quote1 Color (first level quote).
34032 If there is a second level of quoting then the Quote2 Color will be used.
34033 Alpine considers there to be a second level of quoting if that first &gt; is
34034 followed by another &gt; (or space followed by &gt;).
34035 If there are characters other than whitespace and &gt; signs, then it isn't
34036 considered another level of quoting.
34037 Similarly, if there is a third level of quoting the Quote3 Color will be
34038 used.
34039 If there are more levels after that the Quote Colors are re-used.
34040 If you define all three colors then it would repeat like Color1, Color2, Color3,
34041 Color1, Color2, Color3, ...
34042 If you only define the first two it would be
34043 Color1, Color2, Color1, Color2, ...
34044 If you define only the Quote1 Color, then the entire quote would be that
34045 color regardless of the quoting levels.
34046 By default, the Quote1 Color is black characters on a greenish-blue background;
34047 the Quote2 Color is black characters on a dull yellow background; and
34048 the Quote3 Color is black characters on a green background.
34050 <A HREF="h_color_setup">Descriptions of the available commands</A>
34052 Look <A HREF="h_edit_nav_cmds">here</A>
34053 to see the available Editing and Navigation commands.
34055 &lt;End of help on this topic&gt;
34056 </BODY>
34057 </HTML>
34058 ====== h_config_folder_color =====
34059 <HTML>
34060 <HEAD>
34061 <TITLE>OPTION: Folder Color</TITLE>
34062 </HEAD>
34063 <BODY>
34064 <H1>OPTION: Folder Color</H1>
34066 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
34067 screen. By default, the Folder Color is the normal text color.
34070 If you set a color for this feature, other than the normal color
34071 (the default), or a color for
34072 <A HREF="h_config_directory_color">Directory Color</A>, then directories
34073 will be colored according to the color specified in the
34074 <A HREF="h_config_directory_color">Directory Color</A> option. In this
34075 case, the color will be the only indication that the colored name
34076 refers to a directory. The normal behavior is that Alpine
34077 indicates that a name refers to a directory by appending a
34078 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
34079 the folder.
34082 If a folder is a directory, then the folder name will be painted
34083 according to the color defined by this variable, and a separator
34084 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
34085 to the name. That
34086 indicator will be painted according to the color defined in the
34087 <A HREF="h_config_directory_color">Directory Color</A> option.
34090 &lt;End of help on this topic&gt;
34091 </BODY>
34092 </HTML>
34093 ====== h_config_directory_color =====
34094 <HTML>
34095 <HEAD>
34096 <TITLE>OPTION: Directory Color</TITLE>
34097 </HEAD>
34098 <BODY>
34099 <H1>OPTION: Directory Color</H1>
34101 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
34102 screen. By default, the Folder Color is the normal text color.
34104 If you set a color for this feature, other than the normal color
34105 (the default), or a color for
34106 <A HREF="h_config_folder_color">Folder Color</A>, then folders
34107 will be colored according to the color specified in the
34108 <A HREF="h_config_folder_color">Folder Color</A> option. In this
34109 case, the color will be the only indication that the colored name
34110 refers to a directory. The normal behavior is that Alpine
34111 indicates that a name refers to a directory by appending a
34112 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
34113 the folder.
34115 If a folder is a directory, then the folder name will be painted
34116 according to the color defined by the option
34117 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
34118 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
34119 after the name. That
34120 indicator will be painted according to the color defined in this
34121 option.
34123 &lt;End of help on this topic&gt;
34124 </BODY>
34125 </HTML>
34126 ====== h_config_folder_list_color =====
34127 <HTML>
34128 <HEAD>
34129 <TITLE>OPTION: Folder-List Color</TITLE>
34130 </HEAD>
34131 <BODY>
34132 <H1>OPTION: Folder-List Color</H1>
34134 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
34135 screen. By default, the Folder-List Color is the normal text color.
34137 This text refers to the informative text that Alpine displays so you
34138 can recognize each collection. The color of the content of each collection
34139 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
34140 and <A HREF="h_config_directory_color">Directory Color</A>.
34142 Unlike the options
34143 <A HREF="h_config_folder_color">Folder Color</A>
34144 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
34145 this option does not affect the way that Alpine reports folders,
34146 directories and folders that are directories.
34148 &lt;End of help on this topic&gt;
34149 </BODY>
34150 </HTML>
34151 ====== h_config_incunseen_color =====
34152 <HTML>
34153 <HEAD>
34154 <TITLE>OPTION: Incoming Unseen Color</TITLE>
34155 </HEAD>
34156 <BODY>
34157 <H1>OPTION: Incoming Unseen Color</H1>
34159 If the option
34160 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
34161 is turned on it is possible to highlight the folders that contain
34162 unseen messages by coloring them with this color.
34163 By default, this is the same as the Normal Color and no highlighting is done.
34165 Usually the &quot;current&quot; folder (the folder the cursor is on)
34166 is highlighted using reverse video.
34167 If the current folder is colored because it contains unseen messages then
34168 the color used to show that it is also the current folder is controlled
34169 by the
34170 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
34171 feature at the top of the SETUP COLOR screen.
34173 <A HREF="h_color_setup">Descriptions of the available commands</A>
34175 Look <A HREF="h_edit_nav_cmds">here</A>
34176 to see the available Editing and Navigation commands.
34178 &lt;End of help on this topic&gt;
34179 </BODY>
34180 </HTML>
34181 ====== h_config_signature_color =====
34182 <HTML>
34183 <HEAD>
34184 <TITLE>OPTION: Signature Color</TITLE>
34185 </HEAD>
34186 <BODY>
34187 <H1>OPTION: Signature Color</H1>
34189 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
34190 screen. According to USENET conventions, the signature is defined as the
34191 paragraph following the &quot;sigdashes&quot;, that is, the special line
34192 consisting of the three characters
34193 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
34194 empty line right after the sigdashes to be considered as part of the
34195 signature.
34196 By default, the Signature Color is blue characters on a white background.
34198 <A HREF="h_color_setup">Descriptions of the available commands</A>
34200 Look <A HREF="h_edit_nav_cmds">here</A>
34201 to see the available Editing and Navigation commands.
34203 &lt;End of help on this topic&gt;
34204 </BODY>
34205 </HTML>
34206 ====== h_config_prompt_color =====
34207 <HTML>
34208 <HEAD>
34209 <TITLE>OPTION: Prompt Color</TITLE>
34210 </HEAD>
34211 <BODY>
34212 <H1>OPTION: Prompt Color</H1>
34214 Sets the color Alpine uses for confirmation prompts and questions that
34215 appear in the status line near the bottom of the screen.
34216 The foreground color is the color of the actual character and the
34217 background color is the color of the area behind the character.
34218 By default, the Prompt Color is the same as the Reverse Color.
34220 <A HREF="h_color_setup">Descriptions of the available commands</A>
34222 Look <A HREF="h_edit_nav_cmds">here</A>
34223 to see the available Editing and Navigation commands.
34225 &lt;End of help on this topic&gt;
34226 </BODY>
34227 </HTML>
34228 ====== h_config_header_general_color =====
34229 <HTML>
34230 <HEAD>
34231 <TITLE>OPTION: Header General Color</TITLE>
34232 </HEAD>
34233 <BODY>
34234 <H1>OPTION: Header General Color</H1>
34236 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
34237 screen.
34238 The foreground color is the color of the actual character and the
34239 background color is the color of the area behind the character.
34240 By default, this is the same as the Normal Color.
34242 It is also possible to set the colors for specific header fields, for
34243 example the Subject, using
34244 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
34245 If both a Header General Color and a specific Viewer Header Color are set
34246 the specific color will override the general color, as you would expect.
34248 <A HREF="h_color_setup">Descriptions of the available commands</A>
34250 Look <A HREF="h_edit_nav_cmds">here</A>
34251 to see the available Editing and Navigation commands.
34253 &lt;End of help on this topic&gt;
34254 </BODY>
34255 </HTML>
34256 ====== h_config_incol =====
34257 <HTML>
34258 <HEAD>
34259 <TITLE>Index Line Color</TITLE>
34260 </HEAD>
34261 <BODY>
34262 <H1>Index Line Color</H1>
34264 This option is used to set the color of a line in the index when the
34265 message for that line matches the Pattern.
34266 This colors the whole index line, except possibly the status letters,
34267 which may be colored separately using the
34268 <A HREF="h_color_setup">Setup Kolor</A> screen.
34269 The foreground color is the color of the actual characters and the
34270 background color is the color of the area behind the characters.
34272 <A HREF="h_color_setup">Descriptions of the available commands</A>
34274 Look <A HREF="h_edit_nav_cmds">here</A>
34275 to see the available Editing and Navigation commands.
34277 &lt;End of help on this topic&gt;
34278 </BODY>
34279 </HTML>
34280 ====== h_config_usetransparent_color =====
34281 <HTML>
34282 <HEAD>
34283 <TITLE>OPTION: Use Transparent Color</TITLE>
34284 </HEAD>
34285 <BODY>
34286 <H1>OPTION: Use Transparent Color</H1>
34288 This is a special color supported by some terminal emulators.
34289 It is intended to result in the default foreground or background color
34290 from the terminal emulator.
34291 This is the color the terminal was displaying characters in before you started Alpine.
34292 The reason it is called Transparent is because you could set the foreground color
34293 to some specific color, like Red, and then set the background color to the
34294 Transparent Color. If it works as expected, the background color from the terminal
34295 window in which Alpine is running will show through but with the Red characters
34296 in the foreground.
34298 <A HREF="h_color_setup">Descriptions of the available commands</A>
34300 Look <A HREF="h_edit_nav_cmds">here</A>
34301 to see the available Editing and Navigation commands.
34303 &lt;End of help on this topic&gt;
34304 </BODY>
34305 </HTML>
34306 ====== h_config_usenormal_color =====
34307 <HTML>
34308 <HEAD>
34309 <TITLE>OPTION: Use Normal Color</TITLE>
34310 </HEAD>
34311 <BODY>
34312 <H1>OPTION: Use Normal Color</H1>
34314 When you use this color value, the actual color used will be the same
34315 as the corresponding Normal Color.
34316 For example if your Normal Color is black on white and you set both
34317 the foreground and background colors here to use the Normal Color, you'll
34318 get black on white. If you later change the Normal Color to red on blue
34319 this color will also change to red on blue.
34321 <A HREF="h_color_setup">Descriptions of the available commands</A>
34323 Look <A HREF="h_edit_nav_cmds">here</A>
34324 to see the available Editing and Navigation commands.
34326 &lt;End of help on this topic&gt;
34327 </BODY>
34328 </HTML>
34329 ====== h_config_usenone_color =====
34330 <HTML>
34331 <HEAD>
34332 <TITLE>OPTION: Use None Color</TITLE>
34333 </HEAD>
34334 <BODY>
34335 <H1>OPTION: Use None Color</H1>
34337 This is a special color that simply means to leave the color alone.
34338 It is useful for Index symbols and for Keyword Colors used in the Subject
34339 field of an index line.
34340 The most likely use is to set an explicit foreground color and then set
34341 the background color to the None Color.
34342 That will cause the symbol or keyword to be drawn in the foreground color
34343 with a background equal to whatever color the rest of the index line is already
34344 drawn in.
34345 You will see no visible effect unless you have assigned Indexcolor Rules to
34346 color index lines or you have set an actual color for the Reverse Color.
34348 <A HREF="h_color_setup">Descriptions of the available commands</A>
34350 Look <A HREF="h_edit_nav_cmds">here</A>
34351 to see the available Editing and Navigation commands.
34353 &lt;End of help on this topic&gt;
34354 </BODY>
34355 </HTML>
34356 ====== h_config_dflt_color =====
34357 <HTML>
34358 <HEAD>
34359 <TITLE>OPTION: Default Color</TITLE>
34360 </HEAD>
34361 <BODY>
34362 <H1>OPTION: Default Color</H1>
34364 Setting default will cause the color to be the default color.
34365 Unsetting default is normally done by choosing a color, but in some cases
34366 you may want to declare the current default color to be your non-default
34367 choice.
34368 For example, the default Keyname Color is the same as the Reverse Color.
34369 Whenever the Reverse Color changes the Keyname Color will also change, unless
34370 you've changed it or unset the default box.
34372 <A HREF="h_color_setup">Descriptions of the available commands</A>
34374 Look <A HREF="h_edit_nav_cmds">here</A>
34375 to see the available Editing and Navigation commands.
34377 &lt;End of help on this topic&gt;
34378 </BODY>
34379 </HTML>
34380 ====== h_config_bold_slctbl =====
34381 <HTML>
34382 <HEAD>
34383 <TITLE>OPTION: Bold</TITLE>
34384 </HEAD>
34385 <BODY>
34386 <H1>OPTION: Bold</H1>
34388 The color for this particular section may have the Bold attribute turned
34389 on or off.
34390 Setting bold will cause the characters to be bold.
34392 <A HREF="h_color_setup">Descriptions of the available commands</A>
34394 Look <A HREF="h_edit_nav_cmds">here</A>
34395 to see the available Editing and Navigation commands.
34397 &lt;End of help on this topic&gt;
34398 </BODY>
34399 </HTML>
34400 ====== h_config_kw_color =====
34401 <HTML>
34402 <HEAD>
34403 <TITLE>OPTION: Keyword Colors</TITLE>
34404 </HEAD>
34405 <BODY>
34406 <H1>OPTION: Keyword Colors</H1>
34408 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
34409 Keywords are displayed as part of the Subject by default.
34410 They are also displayed as part of the Subject if the tokens
34411 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
34412 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
34413 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
34414 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
34416 For example, you might have set up a Keyword
34417 &quot;Work&quot; using the
34418 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
34419 You could cause that Keyword to show up as a special color
34420 by setting up the Keyword Color using this option, and then including it
34421 in the MESSAGE INDEX screen using one of the tokens listed above in the
34422 <!--#echo var="VAR_index-format"-->.
34424 <A HREF="h_color_setup">Descriptions of the available commands</A>
34426 Look <A HREF="h_edit_nav_cmds">here</A>
34427 to see the available Editing and Navigation commands.
34429 &lt;End of help on this topic&gt;
34430 </BODY>
34431 </HTML>
34432 ====== h_config_customhdr_color =====
34433 <HTML>
34434 <HEAD>
34435 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
34436 </HEAD>
34437 <BODY>
34438 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
34440 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
34441 For example, you may set the color of the Subject header or the From header.
34442 The foreground color is the color of the actual character and the
34443 background color is the color of the area behind the character.
34445 In addition to setting the colors for particular headers (like the Subject)
34446 you may also set a color to be used for all headers unless overridden by a
34447 more specific Viewer Header Color.
34448 To do this use the
34449 <A HREF="h_config_header_general_color">Header General Color</A>.
34451 For Header Colors,
34452 there is an additional line on the
34453 screen labeled &quot;Pattern to match&quot;.
34454 If you leave that blank, then the whole field for that header will
34455 be colored.
34456 However, if you give a pattern to match, the coloring will only take place
34457 if there is a match for that pattern in the value of the field.
34458 For example, if you are working on a color for the Subject header and
34459 you fill in a pattern of &quot;important&quot;, then only Subjects that
34460 contain the word &quot;important&quot; will be colored.
34462 If the pattern you enter is a comma-separated list of patterns, then coloring
34463 happens if any of those patterns matches.
34465 <A HREF="h_color_setup">Descriptions of the available commands</A>
34467 Look <A HREF="h_edit_nav_cmds">here</A>
34468 to see the available Editing and Navigation commands.
34470 &lt;End of help on this topic&gt;
34471 </BODY>
34472 </HTML>
34473 ====== h_config_indextoken_color =====
34474 <HTML>
34475 <HEAD>
34476 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
34477 </HEAD>
34478 <BODY>
34479 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
34481 This option allows you to set up the color in which any token, not specified by the
34482 previous options, will be colored in the MESSAGE INDEX screen. 
34484 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
34485 a token that can be used in the index format. 
34486 The list of available tokens is <A HREF="h_index_tokens">here</A>.
34488 If you fail to enter a valid token your entry will be ignored, and you will be asked to
34489 enter a new one. Once you have entered a valid token, a line will be added to the
34490 configuration screen that you can use to set up the colors in which that token will
34491 be painted. This is done in the same way that you configure colors for other
34492 variables.
34494 <A HREF="h_color_setup">Descriptions of the available commands</A>
34496 Look <A HREF="h_edit_nav_cmds">here</A>
34497 to see the available Editing and Navigation commands.
34499 &lt;End of help on this topic&gt;
34500 </BODY>
34501 </HTML>
34502 ====== h_config_customhdr_pattern =====
34503 <HTML>
34504 <HEAD>
34505 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
34506 </HEAD>
34507 <BODY>
34508 <H1>OPTION: Viewer Header Color Pattern</H1>
34510 If you leave this blank, then the whole field for the header will
34511 be colored.
34512 If you give a pattern to match, the coloring will only take place
34513 if there is a match for that pattern in the value of the field.
34514 For example, if you are working on a color for the Subject header and
34515 you fill in a pattern of &quot;important&quot;, then only Subjects that
34516 contain the word &quot;important&quot; will be colored.
34518 For address headers (like From and To) and for the Newsgroups header,
34519 a pattern match will cause only the matched addresses or newsgroups to be
34520 colored.
34521 If there is no pattern to match, then all of the addresses or newsgroups
34522 in the relevant header will be colored.
34524 The matching pattern may be a comma-separated list of patterns to match
34525 instead of a single pattern.
34526 For example, you could use the pattern &quot;important,urgent&quot; which would
34527 cause a match if either the word &quot;important&quot; or the word
34528 &quot;urgent&quot; appeared in the value of the header.
34529 You could list several comma-separated email addresses in the Header
34530 From Color pattern so that those addresses will be colored when any of
34531 them appear in the From header.
34533 To add a new matching pattern or change the existing pattern use the 
34534 <!--chtml if pinemode="function_key"-->
34535 &quot;F4&quot;
34536 <!--chtml else-->
34537 &quot;C&quot;
34538 <!--chtml endif-->
34539 &quot;Change&quot; command that is available when the &quot;Pattern to
34540 match&quot; line is highlighted.
34542 <!--chtml if pinemode="function_key"-->
34543 &quot;F10&quot;
34544 <!--chtml else-->
34545 &quot;D&quot;
34546 <!--chtml endif-->
34547 &quot;Delete&quot; command may be used to quickly remove all patterns
34548 for a particular header.
34550 &lt;End of help on this topic&gt;
34551 </BODY>
34552 </HTML>
34553 ====== h_color_setup =====
34554 <HTML>
34555 <HEAD>
34556 <TITLE>SETUP COLOR COMMANDS</TITLE>
34557 </HEAD>
34558 <BODY>
34559 <H1>SETUP COLOR COMMANDS</H1>
34560 <!--chtml if pinemode="function_key"-->
34561 <PRE>
34562 Available Commands -- Group 1
34563 -------------------------------
34564 F1  Display this help text
34565 F2  Show other available commands
34566 F3  Exit to MAIN MENU
34567 F4  Select the highlighted foreground or background color
34568 F5  Move to previous line
34569 F6  Move to next line
34570 F7  Previous page
34571 F8  Next page
34572 F9  Add a config section for a header field
34573 F10 Restore all default colors (for all sections)
34574 F11 Print color configuration screen
34575 F12 Whereis (search for word)
34577 Available Commands -- Group 2
34578 -------------------------------
34579 F1  Display this help text
34580 F2  Show other available commands
34581 F5  Delete config section for highlighted header field
34582 F6  Shuffle the order of Header Color sections
34583 </PRE>
34584 <!--chtml else-->
34585 <PRE>
34586 General commands
34587 -------------------------------------------------
34588  ?  Display this help text     E  Exit back to MAIN MENU
34589  P  Previous Line              N  Next Line
34590  -  Previous page             Spc (space bar) Next page
34591  W  WhereIs (search for word)  %  Print color configuration screen
34593 Color Setup Commands
34594 ------------------------------------------------
34595  *  Select the highlighted foreground or background color
34596  A  Add a config section for a header field
34597  D  Delete config section for highlighted header field
34598  R  Restore all default colors (for all sections)
34599  $  Shuffle the order of Header Color sections
34600 </PRE>
34601 <!--chtml endif-->
34603 <H2>Description of the Setup Color Screen</H2>
34605 From this screen you may turn on color and set the colors of
34606 various parts of the Alpine display.
34607 For help on turning on color move your cursor into the Color Style section
34608 at the top of the Setup Color screen and ask for help.
34611 There are several sections in the Setup Color Screen.
34612 At the top are some settings that handle the style of color used
34613 with your terminal emulator (UNIX only), and some settings that
34614 control how the current indexline and the titlebar are colored.
34615 After that comes a long section called GENERAL COLORS that allows
34616 you to set the color of many elements in the Alpine screens.
34617 For example, the color of the titlebar, status messages,
34618 selectable links, quotes and signatures in messages, and so on.
34619 After that is a section called INDEX COLORS that allows you to
34620 set the colors of various pieces of the displayed index lines in
34621 the MESSAGE INDEX screen.
34622 The next section is HEADER COLORS. This is for coloring headers of
34623 messages in the MESSAGE TEXT screen in just about any way you would like.
34624 Finally, the KEYWORD COLORS section allows you to highlight
34625 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
34626 in the MESSAGE INDEX screen.
34629 To change a color, highlight the color you want to change (for example,
34630 the Status Color) by moving
34631 the cursor into it.
34632 You may want to read the help text for the color to see a brief description
34633 of what you are coloring.
34634 Then press &quot;C&quot; for Change to set the color to something new.
34635 That will put you into a screen with two columns of colors, one for
34636 the foreground color and one for the background color.
34637 The foreground color is just the color you want the actual characters
34638 to be and the background color is the color of the rest of the rectangle
34639 behind the characters.
34640 Select the foreground and background colors desired by using the Next and
34641 Prev keys to highlight the color, and the * command to select it.
34643 To set a color to its default value, set the X in the Default line at
34644 the bottom of the list of colors.
34647 The HEADER COLORS section is a little bit different from the others.
34648 Besides coloring the specific fields that Alpine knows about, you may also
34649 color specific header fields when viewing a message in the MESSAGE TEXT
34650 screen.
34651 For example, you may color the Subject header a particular color.
34652 There are a few commands for use with headers.
34653 The &quot;AddHeader&quot; command adds a section to the color
34654 configuration screen that allows you to set the color for that header.
34655 You'll be asked for the name of the header field you want to color.
34656 If you wanted to color the Subject, you would answer
34657 with the word &quot;subject&quot;.
34658 Once you've added a header field, the color setting works just like the
34659 other color fields, except that there is an additional line on the
34660 configuration screen labeled &quot;Pattern to match&quot;.
34661 If you leave that blank, then the whole field for that header will always
34662 be colored.
34663 However, if you give a pattern to match, the coloring will only take place
34664 if there is a match for that pattern in the value of the field.
34665 For example, if you are working on a color for the Subject header and
34666 you fill in a pattern of &quot;important&quot;, then only Subjects that
34667 contain the word &quot;important&quot; will be colored.
34669 The &quot;DeleteHdr&quot; command removes a header section from the
34670 configuration altogether.
34671 The &quot;Shuffle&quot; command changes the order of header sections.
34672 This is only necessary if you use header sections with pattern fields.
34673 For example, if you have two Subject sections, one with one pattern and
34674 another with another pattern, and the subject for a particular message
34675 happens to match both, then the color from the first match is used.
34678 The command &quot;RestoreDefs&quot; will restore all of the default colors.
34679 Each section will change to the default value used for that section when
34680 color is first enabled.
34681 When you restore all default colors the color settings for the Header Colors
34682 will be unset (since that's the default), but the header fields you've
34683 added will remain so that you may easily reset them.
34684 In order to get rid of them completely you'd have to use
34685 the &quot;DeleteHdr&quot; command.
34688 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
34689 may be set with matching rules and that is configured separately from
34690 the rest of the color settings described here.
34691 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
34692 instead of in the Setup/Kolor section.
34694 <P><UL>
34695 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34696 </UL><P>
34697 &lt;End of help on this topic&gt;
34698 </BODY>
34699 </HTML>
34700 ====== h_config_news_uses_recent ======
34701 <HTML>
34702 <HEAD>
34703 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
34704 </HEAD>
34705 <BODY>
34706 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
34708 This feature causes certain messages to be marked as "New" in the
34709 MESSAGE INDEX of newsgroups.
34710 This feature is set by default.
34714 When opening a newsgroup, Alpine will consult your "newsrc" file and
34715 determine the last message you have previously disposed of via the "D"
34716 key.  If this feature is set, any subsequent messages will be shown in the
34717 Index with an "N", and the first of these messages will be highlighted.
34718 Although this is only an approximation of true "New" or "Unseen"
34719 status, it provides a useful cue to distinguish more-or-less recent
34720 messages from those you have seen previously, but are not yet ready to
34721 mark deleted.
34725 Background: your "newsrc" file (used to store message status information
34726 for newsgroups) is only capable of storing a single flag, and Alpine uses
34727 this to record whether or not you are "done with" a message, as
34728 indicated by marking the message as "Deleted".  Unfortunately, this
34729 means that Alpine has no way to record exactly which messages you have
34730 previously seen, so it normally does not show the "N" status flag for
34731 any messages in a newsgroup. This feature enables a starting
34732 *approximation* of seen/unseen status that may be useful.
34734 &lt;End of help on this topic&gt;
34735 </BODY>
34736 </HTML>
34737 ====== h_config_expose_hidden_config =====
34738 <HTML>
34739 <HEAD>
34740 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
34741 </HEAD>
34742 <BODY>
34743 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
34745 If set, this causes configuration options and features that are normally
34746 hidden from view to be editable in the Setup/Config screen.
34749 The purpose of this feature is to allow you to change configuration
34750 features and variables that are normally hidden.
34751 This is particularly useful if you are using a remote configuration,
34752 where it is difficult to edit the contents manually, but it may also be used
34753 on a local pinerc configuration file.
34755 If set, several configuration variables and features that are normally
34756 hidden from view will show up in the Setup/Configuration screen.
34757 They will be at the bottom of the configuration screen.
34758 You can find them by searching for the words &quot;hidden configuration&quot;.
34761 Note that this is an advanced feature that should be used with care.
34762 The reason that this part of the configuration is normally hidden is because
34763 there is a significant potential for causing problems if you change these
34764 variables.
34765 If something breaks after a change try changing it back to see if that is
34766 what is causing the problem.
34767 There are also some variables that are normally hidden because they are
34768 manipulated through Alpine in other ways.
34769 For example, colors are normally set using the Setup/Kolors screen and
34770 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
34771 the Setup/AddressBooks screen, so there is little reason to edit these directly.
34772 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
34773 the Add, Delete, and Rename commands in the FOLDER LIST screen,
34774 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
34775 internally by Alpine and not set directly by the user.
34777 <UL>   
34778 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34779 </UL><P>
34780 &lt;End of help on this topic&gt;
34781 </BODY>
34782 </HTML>
34783 ====== h_config_disable_signature_edit =====
34784 <HTML>
34785 <HEAD>
34786 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
34787 </HEAD>
34788 <BODY>
34789 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
34791 If set, this disables the editing of signature files from within
34792 the Setup/Config screen.
34794 <UL>   
34795 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34796 </UL><P>
34797 &lt;End of help on this topic&gt;
34798 </BODY>
34799 </HTML>
34800 ====== h_config_delete_before_writing =====
34801 <HTML>
34802 <HEAD>
34803 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delete-before-writing"--></TITLE>
34804 </HEAD>
34805 <BODY>
34806 <H1>FEATURE: <!--#echo var="FEAT_enable-delete-before-writing"--></H1>
34808 This feature controls a behavior of Alpine intended to workaround problems in
34809 terminals where the marker for the end of inverse video cannot be overwritten,
34810 but must be deleted, as a way to start inverse video again.
34813 When this feature is enabled, Alpine will delete a line before writing it,
34814 therefore deleting the end of reverse video. Modern terminals do not require
34815 enabling this feature, but some old terminals might require it.
34817 <UL>
34818 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34819 </UL><P>
34820 &lt;End of help on this topic&gt;
34821 </BODY>
34822 </HTML>
34823 ====== h_config_disable_roles_templateedit =====
34824 <HTML>
34825 <HEAD>
34826 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
34827 </HEAD>
34828 <BODY>
34829 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
34831 If set, this disables the editing of template files within the
34832 Role setup screen.
34834 <UL>   
34835 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34836 </UL><P>
34837 &lt;End of help on this topic&gt;
34838 </BODY>
34839 </HTML>
34840 ====== h_config_disable_roles_sigedit =====
34841 <HTML>
34842 <HEAD>
34843 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
34844 </HEAD>
34845 <BODY>
34846 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
34848 If set, this disables the editing of signature files within the
34849 Role setup screen.
34851 <UL>   
34852 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34853 </UL><P>
34854 &lt;End of help on this topic&gt;
34855 </BODY>
34856 </HTML>
34857 ====== h_config_disable_roles_setup =====
34858 <HTML>
34859 <HEAD>
34860 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
34861 </HEAD>
34862 <BODY>
34863 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
34865 If set, this disables the Setup/Rules/Roles command.
34867 <UL>   
34868 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34869 </UL><P>
34870 &lt;End of help on this topic&gt;
34871 </BODY>
34872 </HTML>
34873 ====== h_config_disable_pipes_in_templates =====
34874 <HTML>
34875 <HEAD>
34876 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
34877 </HEAD>
34878 <BODY>
34879 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
34881 By default, if a template file name is followed by a vertical bar (|) then
34882 that causes the file to be executed to produce the text for the template.
34883 If this feature is set, then this is not allowed.
34885 <UL>   
34886 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34887 </UL><P>
34888 &lt;End of help on this topic&gt;
34889 </BODY>
34890 </HTML>
34891 ====== h_config_disable_pipes_in_sigs =====
34892 <HTML>
34893 <HEAD>
34894 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
34895 </HEAD>
34896 <BODY>
34897 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
34899 By default, if a signature file name is followed by a vertical bar (|) then
34900 that causes the file to be executed to produce the text for the signature.
34901 If this feature is set, then this is not allowed.
34903 <UL>   
34904 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34905 </UL><P>
34906 &lt;End of help on this topic&gt;
34907 </BODY>
34908 </HTML>
34909 ====== h_config_disable_password_cmd =====
34910 <HTML>
34911 <HEAD>
34912 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
34913 </HEAD>
34914 <BODY>
34915 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
34917 If set, then the Setup/Newpassword command is disabled.
34919 <UL>   
34920 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34921 </UL><P>
34922 &lt;End of help on this topic&gt;
34923 </BODY>
34924 </HTML>
34925 ====== h_config_disable_password_caching =====
34926 <HTML>
34927 <HEAD>
34928 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
34929 </HEAD>
34930 <BODY>
34931 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
34933 Normally, loginname/password combinations are cached in Alpine so that
34934 you do not have to enter the same password more than once in a session.
34935 A disadvantage to this approach is that the password must be stored in
34936 the memory image of the running Alpine in order that it can be re-used.
34937 In the event that Alpine crashes and produces a core dump, and that core
34938 dump is readable by others, the loginname and password could be read
34939 from the core dump.
34941 If this feature is set, then the passwords will not be cached and you
34942 will have to retype the password whenever Alpine needs it.
34943 Even with this feature set there is still some chance that the core
34944 file will contain a password, so care should be taken to make the
34945 core files unreadable.
34947 NOTE: If PASSFILE caching is enabled, this does not disable it.
34948 That is a separate and independent feature.
34949 <UL>   
34950 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34951 </UL><P>
34952 &lt;End of help on this topic&gt;
34953 </BODY>
34954 </HTML>
34955 ====== h_config_disable_password_file_saving =====
34956 <HTML>
34957 <HEAD>
34958 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></TITLE>
34959 </HEAD>
34960 <BODY>
34961 <H1>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></H1>
34963 <P> This feature disables caching of passwords, even if your version of Alpine allows
34964 saving passwords. For MAC OS users saving passwords is done using the Apple Key Chain, for
34965 Windows users caching passwords is done using the internal Windows Credentials, and for
34966 other users this is done by using the password file. In this feature, the phrase
34967 &quot;password file&quot; is a misnomer and represents the way in which your system
34968 stores passwords.
34971 Specifically, this feature changes the behavior of Alpine when a login name and password combination
34972 for a specific server is not found in the password file. The default behavior is that
34973 Alpine will ask the user if they wish to save this information in the password file for future
34974 use. It is assumed that if a user created a password file it is because they intend
34975 to use it, but in some instances a user might want to save some passwords and not others.
34976 In this case, enabling this feature will make Alpine not add any more passwords to the
34977 password file and will only use the passwords that it already saved. If you wish to allow
34978 Alpine to save more passwords in the password file, disable this feature.
34980 <P> Regardless of which method Alpine uses to store passwords, this is done in a secure
34981 way when compiled with OpenSSL or LibreSSL. This is very likely to be your version, and
34982 you can check this by reading the encryption features
34983 <A HREF="X-Alpine-Config:">supported</A> by Alpine.
34986 <UL>   
34987 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34988 </UL><P>
34989 &lt;End of help on this topic&gt;
34990 </BODY>
34991 </HTML>
34992 ====== h_config_disable_kb_lock =====
34993 <HTML>
34994 <HEAD>
34995 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
34996 </HEAD>
34997 <BODY>
34998 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
35000 If set, then the Keyboard Lock command is removed from the MAIN MENU.
35002 <UL>   
35003 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35004 </UL><P>
35005 &lt;End of help on this topic&gt;
35006 </BODY>
35007 </HTML>
35008 ====== h_config_disable_config_cmd =====
35009 <HTML>
35010 <HEAD>
35011 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
35012 </HEAD>
35013 <BODY>
35014 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
35016 If set, then the Setup/Config screen is disabled.
35018 <UL>   
35019 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35020 </UL><P>
35021 &lt;End of help on this topic&gt;
35022 </BODY>
35023 </HTML>
35024 ====== h_config_allow_chg_from =====
35025 <HTML>
35026 <HEAD>
35027 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
35028 </HEAD>
35029 <BODY>
35030 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
35032 This feature affects Alpine's handling of the &quot;From:&quot; header field
35033 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
35034 option.
35036 If this feature is set then the From line can be changed just like
35037 all the other header fields that can be changed.
35038 This feature defaults to <EM>ON</EM>.
35040 Even with this feature turned ON (the default) you will not be able 
35041 to change the From header unless you add it to your list of
35042 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
35043 You may also want to change the
35044 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
35045 if you want the From header to always show up in the composer without
35046 having to type the Rich Headers command first.
35048 Note that many sites restrict the use of this feature in order to
35049 reduce the chance of falsified addresses and misdirected mail.
35050 If you want to change the value of what gets included in the From header
35051 in messages you send
35052 look <A HREF="h_config_change_your_from">here</A> for a description.
35054 <UL>   
35055 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35056 </UL><P>
35057 &lt;End of help on this topic&gt;
35058 </BODY>
35059 </HTML>
35060 ====== h_config_disable_collate =====
35061 <HTML>
35062 <HEAD>
35063 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
35064 </HEAD>
35065 <BODY>
35066 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
35068 This is a hard to understand feature that should only be used in rare cases.
35069 Normally, the C function call
35071 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
35073 is used by Alpine.
35074 If you want to try turning it off,
35075 setting this feature will turn it off.
35076 This part of the locale has to do with the sort order
35077 of characters in your locale.
35079 <UL>   
35080 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35081 </UL><P>
35082 &lt;End of help on this topic&gt;
35083 </BODY>
35084 </HTML>
35085 ====== h_config_quell_attach_extra_prompt =====
35086 <HTML>
35087 <HEAD>
35088 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
35089 </HEAD>
35090 <BODY>
35091 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
35093 By default, when you attempt to view an attachment externally
35094 from the &quot;Attachment View&quot; screen, you are asked if you
35095 really want to view the selected attachment.
35098 If this feature is set, you will <B>not</B> be prompted to confirm
35099 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
35100 prompt. This feature was added for those wanting to preserve that
35101 behavior (along with 
35102 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
35105 <UL>   
35106 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35107 </UL><P>
35108 &lt;End of help on this topic&gt;
35109 </BODY>
35110 </HTML>
35111 ====== h_config_quell_attach_ext_warn =====
35112 <HTML>
35113 <HEAD>
35114 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
35115 </HEAD>
35116 <BODY>
35117 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
35120 This feature suppresses the extra warning you can get when trying
35121 to view an attachment for which there is no mime-type match.  Turning
35122 on this feature will just run the program according to extension
35123 instead of first warning the user that it will run according to the
35124 file's extension.
35126 This feature can be used along side 
35127 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
35128 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
35130 <UL>   
35131 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35132 </UL><P>
35133 &lt;End of help on this topic&gt;
35134 </BODY>
35135 </HTML>
35136 ====== h_config_mailcap_params =====
35137 <HTML>
35138 <HEAD>
35139 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
35140 </HEAD>
35141 <BODY>
35142 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
35144 If set, this will allow mailcap named parameter substitution to occur
35145 in mailcap entries.
35146 By default, this is turned off to prevent security problems that may occur
35147 with some incorrect mailcap configurations.
35148 For more information, see RFC1524 and look for "named parameters" in the
35149 text of the RFC.
35151 <UL>   
35152 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35153 </UL><P>
35154 &lt;End of help on this topic&gt;
35155 </BODY>
35156 </HTML>
35157 ====== h_config_disable_shared =====
35158 <HTML>
35159 <HEAD>
35160 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
35161 </HEAD>
35162 <BODY>
35163 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
35165 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
35166 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
35167 will be disabled.
35168 The reason this feature exists is because there are some implementations
35169 of system password lookup routines that are very slow when presented with
35170 a long loginname that does not exist.
35171 This feature could be set to prevent the delay at startup time when the
35172 names above are searched for in the password file.
35174 <UL>   
35175 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35176 </UL><P>
35177 &lt;End of help on this topic&gt;
35178 </BODY>
35179 </HTML>
35180 ====== h_config_hide_nntp_path =====
35181 <HTML>
35182 <HEAD>
35183 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
35184 </HEAD>
35185 <BODY>
35186 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
35188 Normally the Path header that Alpine generates when posting to a newsgroup
35189 contains the name of the computer from which the message is being sent and
35190 the user name.
35191 Some believe that this information is used by spammers.
35192 If this feature is set, that information will be replaced with the text
35194 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
35196 instead.
35198 It should be noted that many servers being connected to will still reveal
35199 the information that this feature attempts to protect.
35201 <UL>   
35202 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35203 </UL><P>
35204 &lt;End of help on this topic&gt;
35205 </BODY>
35206 </HTML>
35207 ====== h_config_no_bezerk_zone =====
35208 <HTML>
35209 <HEAD>
35210 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
35211 </HEAD>
35212 <BODY>
35213 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
35215 POSIX mandates a timezone in UNIX mailbox format folder delimiters
35216 (the line that begins with From <SPACE>).
35217 Some versions of Berkeley mail have trouble with this, and don't recognize
35218 the line as a message delimiter.
35219 If this feature is set, the timezone will be left off the delimiter line.
35221 <UL>   
35222 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35223 </UL><P>
35224 &lt;End of help on this topic&gt;
35225 </BODY>
35226 </HTML>
35227 ====== h_config_quell_domain_warn =====
35228 <HTML>
35229 <HEAD>
35230 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
35231 </HEAD>
35232 <BODY>
35233 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
35235 When your configuration is set up so that your domain name contains no dots,
35236 it is usually a configuration error.
35237 By default, Alpine will warn you about this when you start it up.
35238 You will see a warning message that looks like
35241 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
35244 If this feature is set, the warning is turned off.
35246 <UL>   
35247 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35248 </UL><P>
35249 &lt;End of help on this topic&gt;
35250 </BODY>
35251 </HTML>
35252 ====== h_config_quell_imap_env =====
35253 <HTML>
35254 <HEAD>
35255 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
35256 </HEAD>
35257 <BODY>
35258 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
35260 In the MESSAGE INDEX screen, if the open folder is being accessed
35261 using IMAP, Alpine normally tries to paint the index lines on the screen
35262 as soon as the information arrives from the IMAP server.
35263 This means that the index information makes it onto the screen more quickly
35264 than it otherwise would.
35265 This sometimes results in behavior that bothers some users.
35266 For example, when paging to a new page of the index, it may be possible for
35267 the lines to be painted on the screen in a random order, rather than from
35268 top to bottom.
35271 Setting this feature causes Alpine to wait for all of the information
35272 to be gathered before it paints the index screen.
35273 Once it collects all of the information, the screen will be painted quickly
35274 from top to bottom.
35276 <UL>   
35277 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35278 </UL><P>
35279 &lt;End of help on this topic&gt;
35280 </BODY>
35281 </HTML>
35282 ====== h_config_quell_news_env =====
35283 <HTML>
35284 <HEAD>
35285 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
35286 </HEAD>
35287 <BODY>
35288 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
35290 In the MESSAGE INDEX screen, if the open folder is being accessed
35291 using NNTP (News), Alpine normally tries to paint the index lines on the screen
35292 as soon as the information arrives from the NNTP server.
35293 This means that the index information makes it onto the screen more quickly
35294 than it otherwise would.
35295 This sometimes results in behavior that bothers some users.
35296 For example, when paging to a new page of the index, it may be possible for
35297 the lines to be painted on the screen in a random order, rather than from
35298 top to bottom.
35301 Setting this feature causes Alpine to wait for all of the information
35302 to be gathered before it paints the index screen.
35303 Once it collects all of the information, the screen will be painted quickly
35304 from top to bottom.
35306 <UL>   
35307 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35308 </UL><P>
35309 &lt;End of help on this topic&gt;
35310 </BODY>
35311 </HTML>
35312 ====== h_config_quell_content_id =====
35313 <HTML>
35314 <HEAD>
35315 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
35316 </HEAD>
35317 <BODY>
35318 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
35320 This feature changes the behavior of Alpine when sending messages.
35321 It is intended to work around a bug in Microsoft's Outlook XP mail user
35322 agent.
35323 As of this writing, Microsoft has acknowledged the bug but
35324 has not added it to the Knowledge Base.
35325 We have been told that there will be a post-SP1 hotfix for Outlook XP.
35326 This particular bug has bug fix number OfficeQFE:4781.
35327 The nature of the bug is that messages with attachments that
35328 contain a Content-ID header (which standard Alpine attachments do)
35329 do not show the attachment indicator (a paperclip) when viewed with
35330 Outlook XP.
35331 So the user has no indication that the message contains an attachment.
35334 If this feature is set then Alpine will remove most Content-ID headers
35335 before sending a message.
35336 If an attachment is of type MESSAGE, then the existing Content-ID headers
35337 inside the message will be left intact.
35338 This would only happen with Alpine if a message was forwarded as an attachment
35339 or if a message with a message attached was forwarded.
35340 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
35341 the Content-ID headers of the alternative parts will not be removed.
35344 Because the Content-ID header is a standard part of MIME it is possible
35345 that setting this feature will break something.
35346 For example, if an attachment has a Content-ID header that is necessary
35347 for the correct functioning of that attachment, it is possible that Alpine
35348 may remove that header when the attachment is forwarded.
35349 However, it seems fairly safe at this time.
35352 <UL>   
35353 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35354 </UL><P>
35355 &lt;End of help on this topic&gt;
35356 </BODY>
35357 </HTML>
35358 ====== h_config_winpos_in_config =====
35359 <HTML>
35360 <HEAD>
35361 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
35362 </HEAD>
35363 <BODY>
35364 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
35366 PC-Alpine only.
35369 Normally, PC-Alpine will store its window size and position in the
35370 Windows Registry.
35371 This is convenient if you want to use the same remote
35372 configuration from more than one PC.
35373 If you use multiple configuration files to start PC-Alpine, you may want
35374 to store the window size and position in the configuration file instead
35375 of in the Registry.
35376 Setting this feature causes the value to be stored in 
35377 <A HREF="h_config_window_position">Window-Position</A>.
35380 <UL>   
35381 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35382 </UL><P>
35383 &lt;End of help on this topic&gt;
35384 </BODY>
35385 </HTML>
35386 ====== h_config_quell_ssl_largeblocks =====
35387 <HTML>
35388 <HEAD>
35389 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
35390 </HEAD>
35391 <BODY>
35392 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
35394 PC-Alpine only.
35396 This feature changes the behavior of fetching messages
35397 and attachments so that the message data is fetched in chunks no larger
35398 than 12K bytes.
35399 This works around a bug in Microsoft's SSL/TLS support.
35400 Some versions of Microsoft SSL are not able to read full-sized (16K)
35401 SSL/TLS packets.
35402 Some servers will send such packets and this will
35403 cause PC-Alpine to crash with the error
35406 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
35409 Microsoft is aware of the problem and has developed a hotfix for it, it is
35410 discussed in article 300562 in the Microsoft Knowledge Base.
35412 <UL>   
35413 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35414 </UL><P>
35415 &lt;End of help on this topic&gt;
35416 </BODY>
35417 </HTML>
35418 ====== h_config_quell_partial =====
35419 <HTML>
35420 <HEAD>
35421 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
35422 </HEAD>
35423 <BODY>
35424 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
35426 Partial fetching is a feature of the IMAP protocol.
35427 By default, Alpine
35428 will use partial fetching when copying the contents of a message or attachment
35429 from the IMAP server to Alpine.
35430 This means that the fetch will be done in many
35431 small chunks instead of one big chunk. The main benefit of this approach is
35432 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
35433 to stop the fetch early. In some cases partial fetching may cause a performance
35434 problem so that the fetching of data takes significantly longer when partial
35435 fetching is used. Turning on this feature will turn off partial fetching.
35437 <UL>   
35438 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35439 </UL><P>
35440 &lt;End of help on this topic&gt;
35441 </BODY>
35442 </HTML>
35443 ====== h_config_quell_personal_name_prompt =====
35444 <HTML>
35445 <HEAD>
35446 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
35447 </HEAD>
35448 <BODY>
35449 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
35451 PC-Alpine only.  This feature quells the prompting for a 
35452 <A HREF="h_config_pers_name">personal name</A>.  This
35453 prompt normally happens before composing a message, and only happens when
35454 there is no personal name already set.
35456 <UL>   
35457 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35458 </UL><P>
35459 &lt;End of help on this topic&gt;
35460 </BODY>
35461 </HTML>
35462 ====== h_config_quell_user_id_prompt =====
35463 <HTML>
35464 <HEAD>
35465 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
35466 </HEAD>
35467 <BODY>
35468 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
35470 PC-Alpine only.  This feature quells the prompting for a 
35471 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
35472 if the information can be obtained from the login name used
35473 to open the INBOX.  Normally, this prompt happens before composing
35474 a message, and only happens when there is no user-id already set
35475 in the configuration.
35477 With this feature set, composing a message is only possible after
35478 establishing a connection to the INBOX.
35480 <UL>   
35481 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35482 </UL><P>
35483 &lt;End of help on this topic&gt;
35484 </BODY>
35485 </HTML>
35486 ====== h_config_save_aggregates =====
35487 <HTML>
35488 <HEAD>
35489 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
35490 </HEAD>
35491 <BODY>
35492 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
35494 This feature will optimize an aggregate copy operation, if
35495 possible, by issuing a single IMAP <EM>COPY</EM> command with a
35496 list of the messages to be copied.
35497 This feature is set by default.
35498 This may reduce network traffic and elapsed time for the Save.
35499 <EM>However, many IMAP servers (including the UW IMAP server) do
35500 not preserve the order of messages when this optimization is applied.</EM>
35501 If this feature is not set, 
35502 Alpine will copy each message individually and the order of the messages
35503 will be preserved.
35505 <UL>   
35506 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35507 </UL><P>
35508 &lt;End of help on this topic&gt;
35509 </BODY>
35510 </HTML>
35511 ====== h_config_use_system_translation =====
35512 <HTML>
35513 <HEAD>
35514 <TITLE>FEATURE: Use System Translation</TITLE>
35515 </HEAD>
35516 <BODY>
35517 <H1>FEATURE: Use System Translation</H1>
35519 UNIX Alpine only.
35521 Alpine normally uses its own internal software to convert between the multi-byte
35522 representation of characters and the Unicode representation of those
35523 same characters.
35524 It converts from the multi-byte characters your keyboard produces to Unicode,
35525 and from Unicode to the multi-byte characters your display expects.
35526 Alpine also uses its own internal software to decide how much space on
35527 the screen a particular Unicode character will occupy.
35530 Setting this feature tells Alpine to use the system-supplied routines to
35531 perform these tasks instead.
35532 In particular there are three tasks and three system routines that will
35533 be used for these tasks.
35536 To convert from multi-byte to Unicode the routine
35539 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
35542 is used.
35543 To convert from Unicode to multi-byte the routine
35546 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
35549 is used, if available, otherwise
35552 <CENTER><SAMP>wctomb</SAMP></CENTER>
35555 is used.
35557 And to find the screen width a particular Unicode character will
35558 occupy the routine used is
35561 <CENTER><SAMP>wcwidth</SAMP></CENTER>
35564 This feature has been only lightly tested.
35565 The internal routines should normally be used unless you run into
35566 a problem that you think may be solved by using the system routines.
35567 Note that your environment needs to be set up for these
35568 routines to work correctly.
35569 In particular, the LANG or LC_CTYPE variable in your environment will
35570 need to be set.
35573 <UL>   
35574 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35575 </UL><P>
35576 &lt;End of help on this topic&gt;
35577 </BODY>
35578 </HTML>
35579 ====== h_config_suspend_spawns =====
35580 <HTML>
35581 <HEAD>
35582 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
35583 </HEAD>
35584 <BODY>
35585 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
35587 This feature affects Alpine's behavior when process suspension is enabled
35588 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
35589 temporarily interact with the operating system command &quot;shell&quot; 
35590 without
35591 quitting Alpine, and then subsequently resume the still-active Alpine session.
35594 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
35595 is set and subsequently the Ctrl-Z key
35596 is pressed, Alpine will normally suspend itself and return temporary control
35597 to Alpine's parent shell process.  However, if this feature is set, Alpine
35598 will instead create an inferior subshell process.  This is useful when the
35599 parent process is not intended to be used interactively.  Examples include
35600 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
35601 or via a menu system.<P>
35603 Note that one typically resumes a suspended Alpine by entering the Unix
35604 &quot;fg&quot; command, but if this feature is set, it will be necessary to
35605 enter the &quot;exit&quot; command instead.
35607 <UL>   
35608 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35609 </UL><P>
35610 &lt;End of help on this topic&gt;
35611 </BODY>
35612 </HTML>
35613 ====== h_config_8bit_smtp =====
35614 <HTML>
35615 <HEAD>
35616 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
35617 </HEAD>
35618 <BODY>
35619 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
35621 This feature affects Alpine's behavior when sending mail.
35622 By default, this feature is set.
35623 Internet standards
35624 require that all electronic mail messages traversing the global Internet
35625 consist of 7bit ASCII characters unless a pair of cooperating mail 
35626 transfer agents explicitly agree to allow 8bit messages.  In general, 
35627 then, exchanging messages in non-ASCII characters requires MIME encoding.
35629 However, there are now Internet standards that allow for unencoded 8bit
35630 exchange of messages between cooperating systems.  When this feature is set
35631 Alpine will try to negotiate unencoded 8bit transmission during the
35632 sending process.  Should the negotiation fail, Alpine will fall back to its
35633 ordinary encoding rules. 
35635 Note, this feature relies on your system's mail transport agent or
35636 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
35637 having the negotiation mechanism introduced in
35638 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
35639 &quot;8BITMIME&quot;. 
35641 ESMTP allows for graceful migration to upgraded mail transfer agents, but
35642 it is possible that this feature might cause problems for some servers. 
35643 <P><UL>
35644 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35645 </UL>
35646 <P>&lt;End of help on this topic&gt;
35647 </BODY>
35648 </HTML>
35649 ====== h_config_8bit_nntp =====
35650 <HTML>
35651 <HEAD>
35652 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
35653 </HEAD>
35654 <BODY>
35655 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
35657 This feature affects Alpine's behavior when posting news.  
35661 The Internet standard for exchanging USENET news messages (RFC-1036)
35662 specifies that USENET messages should conform to Internet mail standards
35663 and contain only 7bit characters, but much of the news transport software
35664 in use today is capable of successfully sending messages containing 8bit
35665 characters.  Hence, many people believe that it is appropriate to send 8bit
35666 news messages without any MIME encoding.
35670 Moreover, there is no Internet standard for explicitly negotiating 8bit
35671 transfer, as there is for Internet email.  Therefore, Alpine provides the
35672 option of posting unencoded 8bit news messages, though not as the default.
35673 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
35674 postings that contain 8bit characters. 
35678 Note, articles may cross a path or pass through news transport software
35679 that is unsafe or even hostile to 8bit characters.  At best this will only
35680 cause the posting to become garbled.  The safest way to transmit 8bit
35681 characters is to leave Alpine's MIME encoding turned on, but recipients
35682 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
35683 messages.
35685 &lt;End of help on this topic&gt;
35686 </BODY>
35687 </HTML>
35688 ====== h_config_mark_for_cc =====
35689 <HTML>
35690 <HEAD>
35691 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
35692 </HEAD>
35693 <BODY>
35694 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
35696 This feature affects Alpine's MESSAGE INDEX display.
35697 By default, a '+' is displayed in the first column if the
35698 message is addressed directly to you.
35699 When this feature is set and the message is not addressed to you, then a
35700 '-' character is displayed if the message is instead Cc'd directly
35701 to you.
35704 <UL>   
35705 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35706 </UL><P>
35707 &lt;End of help on this topic&gt;
35708 </BODY>
35709 </HTML>
35710 ====== h_config_tab_uses_unseen =====
35711 <HTML>
35712 <HEAD>
35713 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
35714 </HEAD>
35715 <BODY>
35716 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
35718 This feature affects Alpine's behavior when using the TAB
35719 <A HREF="h_common_nextnew">NextNew Command</A>
35720 to move from one folder to the next.
35721 Alpine's usual behavior is to search for folders
35722 with <EM>Recent</EM> messages in them.
35723 Recent messages are messages that have arrived since the last time the
35724 folder was opened.
35727 Setting this feature causes Alpine to search for <EM>Unseen</EM>
35728 messages instead of Recent messages.
35729 Unseen messages remain Unseen until you view them (or flag then as Seen with
35730 the <A HREF="h_common_flag">Flag Command</A>).
35731 Setting this feature allows you to locate messages you have not read
35732 instead of only recently received messages.
35733 When this feature is set, the feature
35734 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
35735 will have no effect, so the checking may be slower.
35738 Another reason why you might want to use this feature is that Alpine sometimes
35739 opens folders implicitly behind the scenes, and this clears the
35740 Recent status of all messages in the folder.
35741 One example where this happens is when Saving or filtering a
35742 message to another folder.
35743 If that message has some <A HREF="h_config_keywords">keywords</A>
35744 set, then because of some shortcomings
35745 in the IMAP specification, the best way to ensure that those keywords are
35746 still set in the saved copy of the message is to open the folder and
35747 set the keywords explicitly.
35748 Because this clears the Recent status of all messages in that folder the
35749 folder will not be found by the NextNew command unless this feature is set.
35752 &lt;End of help on this topic&gt;
35753 </BODY>
35754 </HTML>
35755 ====== h_config_tab_new_only =====
35756 <HTML>
35757 <HEAD>
35758 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
35759 </HEAD>
35760 <BODY>
35761 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
35763 This feature affects Alpine's behavior when using the TAB key to move from
35764 one message to the next.  Alpine's usual behavior is to select the next
35765 unread message or message flagged as "Important".
35769 Setting this feature causes Alpine to skip the messages flagged as important,
35770 and select unread messages exclusively.  Tab behavior when there are no
35771 new messages left to select remains unchanged.
35773 &lt;End of help on this topic&gt;
35774 </BODY>
35775 </HTML>
35776 ====== h_config_warn_if_subj_blank =====
35777 <HTML>
35778 <HEAD>
35779 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
35780 </HEAD>
35781 <BODY>
35782 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
35784 This feature affects Alpine's behavior when you send a message being
35785 composed.
35786 If this option is set, Alpine will check to see if the message about to be sent
35787 has a subject or not.
35788 If not, you will be asked if you want to send the message anyway.
35791 <UL>   
35792 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35793 </UL><P>
35794 &lt;End of help on this topic&gt;
35795 </BODY>
35796 </HTML>
35797 ====== h_config_warn_if_fcc_blank =====
35798 <HTML>
35799 <HEAD>
35800 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
35801 </HEAD>
35802 <BODY>
35803 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
35805 This feature affects Alpine's behavior when you send a message being
35806 composed.
35807 If this option is set, Alpine will check to see if the message about to be sent
35808 has an Fcc or not.
35809 If not, you will be asked if you want to send the message anyway.
35812 <UL>   
35813 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35814 </UL><P>
35815 &lt;End of help on this topic&gt;
35816 </BODY>
35817 </HTML>
35818 ====== h_config_warn_if_no_to_or_cc =====
35819 <HTML>
35820 <HEAD>
35821 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
35822 </HEAD>
35823 <BODY>
35824 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
35826 This feature affects Alpine's behavior when you send a message being
35827 composed.
35828 If this option is set, Alpine will check to see if the message about to be sent
35829 has either a To address, a Cc address, or a Newsgroup.
35830 If none of these is set,
35831 you will be asked if you want to send the message anyway.
35834 This feature is closely related to
35835 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
35836 Alpine will normally ask if you want to copy a message only to the Fcc.
35837 This feature also applies to cases where there is a Bcc but still no To, Cc,
35838 or Newsgroup.
35839 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
35840 message with only an Fcc, then you won't be asked about sending with
35841 a blank To and Cc and Newsgroups header even if this feature is set.
35842 Similarly, if you have already been asked if you want to send to the Fcc
35843 only and you have answered Yes, then you won't be asked again about sending with
35844 blank To, Cc, and Newsgroups headers even if this feature is set.
35847 <UL>   
35848 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35849 </UL><P>
35850 &lt;End of help on this topic&gt;
35851 </BODY>
35852 </HTML>
35853 ====== h_config_quell_dead_letter =====
35854 <HTML>
35855 <HEAD>
35856 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
35857 </HEAD>
35858 <BODY>
35859 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
35861 This feature affects Alpine's behavior when you cancel a message being
35862 composed.  Alpine's usual behavior is to write the canceled message to
35863 a file named 
35864 <!--chtml if pinemode="os_windows"-->
35865 &quot;DEADLETR&quot;,
35866 <!--chtml else-->
35867 &quot;dead.letter&quot; in your home directory,
35868 <!--chtml endif-->
35869 overwriting any previous message. Under
35870 some conditions (some routine), this can introduce a noticeable delay.
35871 Setting this feature will cause Alpine NOT to write canceled compositions
35872 into the file.
35874 NOTE: Enabling this feature means NO record of canceled messages is
35875 maintained.
35877 This feature affects the newer option
35878 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
35879 number of dead letter files to keep around.
35880 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
35882 <UL>   
35883 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35884 </UL><P>
35885 &lt;End of help on this topic&gt;
35886 </BODY>
35887 </HTML>
35888 ====== h_config_quell_beeps =====
35889 <HTML>
35890 <HEAD>
35891 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
35892 </HEAD>
35893 <BODY>
35894 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
35896 This feature affects Alpine's behavior when it displays status message
35897 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
35898 will not affect the display of such messages, but will cause those that
35899 emit a beep to become silent.
35902 <UL>   
35903 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35904 </UL><P>
35905 &lt;End of help on this topic&gt;
35906 </BODY>
35907 </HTML>
35908 ====== h_config_suppress_user_agent =====
35909 <HTML>
35910 <HEAD>
35911 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
35912 </HEAD>
35913 <BODY>
35914 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
35916 If this feature is set then Alpine will not generate a
35917 <CODE>User-Agent</CODE> header in outgoing messages.
35919 <UL>   
35920 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35921 </UL><P>
35922 &lt;End of help on this topic&gt;
35923 </BODY>
35924 </HTML>
35925 ====== h_config_quell_lock_failure_warnings =====
35926 <HTML>
35927 <HEAD>
35928 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
35929 </HEAD>
35930 <BODY>
35931 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
35933 This feature affects Alpine's behavior when it encounters a problem
35934 acquiring a mail folder lock.  Typically, a secondary file associated
35935 with the mail folder being opened is created as part of the locking
35936 process.  On some systems, such file creation has been administratively
35937 precluded by the system configuration.
35939 Alpine issues a warning when such failures occur, which can become bothersome
35940 if the system is configured to disallow such actions.  Setting this
35941 feature causes Alpine to remain silent when this part of lock creation fails.
35943 WARNING: systems that have been configured in a way that precludes locking
35944 introduce some risk of mail folder corruption when more than one program
35945 attempts to modify the mail folder.  This is most likely to occur to one's
35946 INBOX or other incoming message folder. 
35948 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
35950 <UL>   
35951 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35952 </UL><P>
35953 &lt;End of help on this topic&gt;
35954 </BODY>
35955 </HTML>
35956 ====== h_config_enable_role_take ======
35957 <HTML>
35958 <HEAD>
35959 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
35960 </HEAD>
35961 <BODY>
35962 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
35964 Normally, the Take command takes addresses from a message and helps you
35965 put them into your Address Book.
35966 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
35967 you may find it useful
35968 to be able to Take information from a message's headers and put it into
35969 a new Rule.
35970 When this feature is set, you will be given an extra prompt that gives
35971 you the choice to Take into the Address Book or Take into a rule.
35972 <P><UL>
35973 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35974 </UL>
35976 &lt;End of help on this topic&gt;
35977 </BODY>
35978 </HTML>
35979 ====== h_config_enable_take_export ======
35980 <HTML>
35981 <HEAD>
35982 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
35983 </HEAD>
35984 <BODY>
35985 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
35987 Normally, the Take command takes addresses from a message and helps you
35988 put them into your Address Book.
35989 When this feature is set, you will be given an extra prompt that gives you
35990 the choice to Take addresses into a file instead of your Address
35991 Book.
35992 Only the user@domain_name part of the address is put in the file.
35993 <P><UL>
35994 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35995 </UL>
35997 &lt;End of help on this topic&gt;
35998 </BODY>
35999 </HTML>
36000 ====== h_config_quell_folder_internal_msg ======
36001 <HTML>
36002 <HEAD>
36003 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
36004 </HEAD>
36005 <BODY>
36006 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
36008 This feature determines whether or not Alpine will create 
36009 &quot;pseudo messages&quot; in folders that are in standard Unix or 
36010 MMDF format. <P> 
36012 Alpine will normally create these pseudo messages when they are not already
36013 present in a standard Unix or MMDF folder.  Their purpose is to record
36014 certain mailbox state data needed for correct IMAP and POP server
36015 operation, and also for Alpine to be able to mark messages as Answered when
36016 the Reply has been postponed.<P>
36018 Sites that do not use IMAP/POP for remote mail access, and that need to
36019 support mail tools that are adversely affected by the presence of the
36020 pseudo-messages (e.g. some mail notification tools) may enable this
36021 feature to tell Alpine not to create them.  Note that Alpine's 
36022 &quot;Answered&quot; flag
36023 capability will be adversely affected if this is done.<P>
36025 Note too that, even if this feature is enabled, Alpine will not remove
36026 pseudo-messages when it encounters them (e.g. those created by UW's imapd
36027 or ipopd servers.) This feature has no effect on folders that are not in
36028 standard Unix or MMDF format, as pseudo-messages are not needed in the
36029 other formats to record mailbox state information.
36030 <P><UL>
36031 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36032 </UL>
36034 &lt;End of help on this topic&gt;
36035 </BODY>
36036 </HTML>
36037 ====== h_config_mulnews_as_typed ======
36038 <HTML>
36039 <HEAD>
36040 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
36041 </HEAD>
36042 <BODY>
36043 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
36045 This feature will be of little use to most users.
36046 It has no effect unless the feature
36047 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
36048 is set.
36050 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
36051 then the setting of this feature may have an effect on the names of the
36052 newsrc files used.
36053 Normally, the name of the news server will be canonicalized before it is
36054 used in the newsrc file name.
36055 For example, if you type the news server name
36058 <CENTER><SAMP>servername</SAMP></CENTER>
36061 it is likely that the canonical name will be something like
36064 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
36067 Or it may be the case that
36070 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
36073 is really an alias (a DNS CNAME) for
36076 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
36079 If this feature is not set, then the canonicalized names will be used.
36080 If this feature is set, then the name you typed in (or put in your
36081 configuration) will be used.
36083 <P><UL>
36084 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36085 </UL>
36087 &lt;End of help on this topic&gt;
36088 </BODY>
36089 </HTML>
36090 ====== h_config_quell_empty_dirs ======
36091 <HTML>
36092 <HEAD>
36093 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
36094 </HEAD>
36095 <BODY>
36096 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
36098 This feature causes Alpine to remove from the display any directories
36099 that do not contain at least one file or directory.  This can be useful
36100 to prevent overly cluttered folder lists when a collection is stored on
36101 a server that treats all names as both a folder and a directory.
36104 Note, enabling this feature can cause surprising behavior!  For example,
36105 you can still use Add to create a directory, but unless you immediately
36106 enter that directory and create a folder, that newly created directory
36107 may not be displayed next time you enter the folder list.
36110 The description above is not quite correct.
36111 Only directories which potentially may hold messages are hidden if empty.
36112 That is, a directory which is really just a directory and is not selectable
36113 as a folder will not be hidden.
36114 Such directories can occur on servers that treat most names as both a folder
36115 and a directory.
36116 These directories are typically created implicitly when a folder is created
36117 inside a directory that does not yet exist.
36120 <UL>   
36121 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36122 </UL><P>
36123 &lt;End of help on this topic&gt;
36124 </BODY>
36125 </HTML>
36126 ====== h_config_termcap_wins =====
36127 <HTML>
36128 <HEAD>
36129 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
36130 </HEAD>
36131 <BODY>
36132 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
36134 This feature may affect Alpine's low-level input routines.  Termcap (or
36135 terminfo, depending on how your copy of Alpine was compiled and linked)
36136 is the name of the database that describes terminal capabilities.  In
36137 particular, it describes the sequences of characters that various keys
36138 will emit.
36141 An example would be the Up Arrow key on the keyboard.  Up
36142 Arrow is not a distinct character on most Unix systems.  When you press
36143 the Up Arrow key a short sequence of characters are produced.  This
36144 sequence is supposed to be described in the termcap database by the
36145 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
36146 are using terminfo instead of termcap).
36149 By default, Alpine defines some terminal
36150 escape sequences that are commonly used.  For example, the sequence
36151 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
36152 &quot;ESC&nbsp;[&nbsp;A&quot;
36153 is also recognized as an Up Arrow key.  These are chosen because common
36154 terminals like VT100's or ANSI standard terminals produce these
36155 sequences when you press the Up Arrow key.
36158 If your system's termcap
36159 (terminfo) database assigns some other function to the sequence
36160 &quot;ESC&nbsp;O&nbsp;A&quot;
36161 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
36162 database assigns a sequence that doesn't begin with an escape
36163 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
36164 This usually works fine
36165 because most terminals emit the escape sequences that Alpine has defined
36166 by default.  We have also found that it is usually better to have these
36167 defaults take precedence over the definitions contained in the database
36168 because the defaults are more likely to be correct than the database.
36171 There are some terminals where this breaks down.  If you want Alpine to
36172 believe the definitions given in your termcap (terminfo) database in
36173 preference to the defaults the Alpine itself sets up, then you may turn
36174 this feature on.  Then, sequences of characters that are defined in
36175 both termcap (terminfo) and in Alpine's set of defaults will be
36176 interpreted the way that termcap (terminfo) says they should be
36177 interpreted.  Also, if your terminal capabilities database assigns a
36178 sequence that doesn't begin with escape, it will not be ignored.
36181 <UL>   
36182 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36183 </UL><P>
36184 &lt;End of help on this topic&gt;
36185 </BODY>
36186 </HTML>
36187 ====== h_config_cruise_mode =====
36188 <HTML>
36189 <HEAD>
36190 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
36191 </HEAD>
36192 <BODY>
36193 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
36195 This feature affects Alpine's behavior when you hit the
36196 &quot;Space&nbsp;Bar&quot; at
36197 the end of a displayed message.  Typically, Alpine complains that the end
36198 of the text has already been reached.  Setting this feature causes such
36199 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
36200 taking you to the next &quot;interesting&quot; message,
36201 or scanning ahead to the 
36202 next incoming folder with &quot;interesting&quot; messages.
36205 <UL>   
36206 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36207 </UL><P>
36208 &lt;End of help on this topic&gt;
36209 </BODY>
36210 </HTML>
36211 ====== h_config_cruise_mode_delete =====
36212 <HTML>
36213 <HEAD>
36214 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
36215 </HEAD>
36216 <BODY>
36217 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
36219 This feature modifies the behavior of Alpine's 
36220 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
36221 Setting this feature causes Alpine to implicitly delete read
36222 messages when it moves on to display the next &quot;interesting&quot; message.
36224 NOTE: Beware when enabling this feature AND the 
36225 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
36226 feature.
36228 <UL>   
36229 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36230 </UL><P>
36231 &lt;End of help on this topic&gt;
36232 </BODY>
36233 </HTML>
36234 ====== h_config_slash_coll_entire =====
36235 <HTML>
36236 <HEAD>
36237 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
36238 </HEAD>
36239 <BODY>
36240 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
36242 The slash (/) command is available from the MESSAGE INDEX screen when
36243 the folder is sorted by either Threads or OrderedSubject, and the
36244 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
36245 is set to something other than &quot;none&quot;.
36246 Normally, the slash command Collapses or Expands the subthread that
36247 starts at the currently highlighted message, if any.
36248 If this option is set, then the slash command Collapses or Expands the
36249 <EM>entire</EM> current thread instead of just the subthread.
36250 The current thread is simply the top-level thread that contains the
36251 current message.
36254 <UL>   
36255 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36256 </UL><P>
36257 &lt;End of help on this topic&gt;
36258 </BODY>
36259 </HTML>
36260 ====== h_config_color_thrd_import =====
36261 <HTML>
36262 <HEAD>
36263 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
36264 </HEAD>
36265 <BODY>
36266 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
36268 This option affects only the THREAD INDEX screen.
36269 Whether or not you ever see a THREAD INDEX screen depends on the setting
36270 of the configuration option
36271 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
36272 and on the sort order of the index.
36275 If a message within a thread is flagged as Important
36276 and this option is set, then
36277 the entire line in the THREAD INDEX will be colored the color of the
36278 Index-important Symbol, which can be set using the
36279 <A HREF="h_color_setup">Setup Kolor</A> screen.
36282 <UL>   
36283 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36284 </UL><P>
36285 &lt;End of help on this topic&gt;
36286 </BODY>
36287 </HTML>
36288 ====== h_config_allow_goto =====
36289 <HTML>
36290 <HEAD>        
36291 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
36292 </HEAD>
36293 <BODY>
36294 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
36296 This feature modifies the behavior of Alpine's file browser.  Setting this
36297 feature causes Alpine to offer the "G Goto" command in the file browser.
36298 That is the default.
36302 The Goto command allows you to explicitly type in the desired directory.
36304 &lt;End of help on this topic&gt;
36305 </BODY></HTML>
36306 ====== h_config_add_ldap =====
36307 <HTML>
36308 <HEAD>
36309 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
36310 </HEAD>
36311 <BODY>
36312 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
36314 If both the Directory option
36315 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
36316 and this feature are set,
36317 then when an implicit directory lookup is done from the
36318 composer you will automatically be prompted to add the result of the
36319 directory lookup to your address book.
36321 <UL>   
36322 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36323 </UL><P>
36324 &lt;End of help on this topic&gt;
36325 </BODY>
36326 </HTML>
36327 ===== h_patterns_compat_behavior =====
36328 <HTML>
36329 <HEAD>
36330 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
36331 </HEAD>
36332 <BODY>
36333 <H1>Rules Behavior Changes in Pine 4.50</H1>
36335 In Alpine, Rules that contain unrecognized elements
36336 are ignored.
36337 In most cases, the unrecognized elements will be something that was
36338 added as a new Rules feature in a later version of Alpine.
36339 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
36340 ignore rules that contained unrecognized elements.
36341 For example, a new element of Rules that was added in Pine 4.50 is
36342 Age interval.
36343 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
36344 all messages older than a week red.
36345 Now, if you run Pine 4.44 using that same configuration file, it will not
36346 recognize the Age interval and so will just ignore it.
36347 That means that all messages will match that rule so all messages will
36348 be colored red when using Pine version 4.44.
36351 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
36352 However, since the behavior still exists in versions prior to Pine 4.50 and
36353 since Filtering is a potentially destructive operation, another measure
36354 was taken to attempt to avoid unintentional Filtering of messages.
36355 The first time that you run Alpine or a Pine that is version 4.50 or greater,
36356 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
36357 will be copied to a new Filters configuration variable
36358 with a different name (&quot;Patterns-Filters2&quot;).
36359 From then on, Alpine will continue to use the new
36360 variable.
36361 Of course, Pine version 4.44 or lower will continue to use the old
36362 variable.
36363 That means that if you are using Alpine
36364 and also using a version of Pine that is older than 4.50, they will not
36365 share the configuration information about Filters.
36366 If you make a change in one version you won't see it in the other version.
36369 Since Scoring can be used to trigger Filtering, the same thing has been
36370 done for Score rules.
36371 The old configuration variable name is (&quot;Patterns-Scores&quot;)
36372 and the new name is (&quot;Patterns-Scores2&quot;).
36373 The same is not true of Role, Indexcolor, and Other rules that are
36374 thought to be less harmful when a mistake is made.
36377 &lt;End of help on this topic&gt;
36378 </BODY>
36379 </HTML>
36380 ======= h_config_filt_opts_sentdate =======
36381 <HTML>
36382 <HEAD>
36383 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
36384 </HEAD>
36385 <BODY>
36386 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
36388 By default, the Age interval of a Pattern uses a message's time of
36389 arrival to compute the age of the message.
36390 If this feature is set, the date in the message's Date header will
36391 be used instead.
36393 &lt;End of help on this topic&gt;
36394 </BODY>
36395 </HTML>
36396 ======= h_config_filt_opts_notdel =======
36397 <HTML>
36398 <HEAD>
36399 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
36400 </HEAD>
36401 <BODY>
36402 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
36404 If this option is set then a message will be moved into the
36405 specified folder only if it is not marked for deletion.
36406 This is useful if you have multiple Alpine sessions running
36407 simultaneously and you don't want messages to be filtered into a
36408 folder more than once.
36409 It is also useful if you want to filter
36410 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
36411 This method is not foolproof.
36412 There may be cases where a message
36413 gets marked deleted and so it is never filtered into the folder.
36414 For example, if you deleted it in another Alpine session or another mail
36415 program that didn't use the filtering rule.
36417 This option has no effect if the Filter Action is not set to Move.
36419 &lt;End of help on this topic&gt;
36420 </BODY>
36421 </HTML>
36422 ======= h_config_filt_opts_nonterm =======
36423 <HTML>
36424 <HEAD>
36425 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
36426 </HEAD>
36427 <BODY>
36428 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
36430 If this option is set then this is a non-terminating rule.
36431 Usually, for each message, Alpine searches through the Filter Rules until
36432 a match is found and then it performs the action associated with that rule.
36433 Rules following the match are not considered.
36434 If this option is set then the search for matches will continue at the next
36435 rule.
36437 If a non-terminating rule matches then the actions associated with
36438 that rule, except for any implied deletion of the message, are performed
36439 before the match for the next rule is checked.
36440 For example, if the non-terminating rule sets the Important status, then that
36441 status will be set when the next rule is considered.
36442 However, if the non-terminating rule Moves the message, the message will
36443 actually be copied instead of copied and deleted so that it is still there
36444 for the next rule.
36445 A moved message is deleted after all the relevant rules have been checked.
36446 The name of the &quot;Move&quot; action is confusing in this case because
36447 a single message can be moved to more than one folder.
36448 It turns the Move into a Copy instead, but it is still followed by a deletion
36449 at the end.
36451 This option may be useful if you want to have a single message filtered to
36452 two different folders because it matches two different Patterns.
36453 For example, suppose you normally filter messages to a particular mailing
36454 list into one folder, and messages addressed directly to you into a second
36455 folder.
36456 If a message is sent to both you and the list (and you can tell that by
36457 looking at the headers of the message) this option may give you a convenient
36458 way to capture a copy to each folder.
36459 (It may also cause you to capture two copies to each folder,
36460 depending on whether your mail system delivers one or two copies of the
36461 message to you and on how the list works.)
36463 &lt;End of help on this topic&gt;
36464 </BODY>
36465 </HTML>
36466 ====== h_command_external_browser =====
36467 <HTML>
36468 <HEAD>
36469 <TITLE>The External Browser Command</TITLE>
36470 </HEAD>
36471 <BODY>
36472 <H1>The External Browser Command</H1>
36475 A new command was added to Alpine that allows users to send HTML messages to be displayed
36476 by a web browser. This is helpful when a user wants to see images in the context of the
36477 message, or get a better display of the message than Alpine provides.
36480 The simplest way to use this command is to do as follows. While reading a message,
36481 press the &quot;V&quot; to go to the <A href="h_attachment_screen">ATTACHMENT SCREEN</A>.
36482 In that screen move the cursor until it is on top of a TEXT/HTML attachment and press the
36483 &quot;X&quot; key. This will make Alpine launch the browser you have configured for
36484 in the <a href="h_config_browser"><!--#echo var="VAR_url-viewers"--></a> variable, and
36485 you should be able to read the message in your browser, as well as in Alpine.
36487 <P> If the message you sent to your browser has inline images, then the images attached to
36488 the message that are necessary for the display of the message are also sent to the browser
36489 for its display.
36491 <P> The text that follows will explain more details about this command, and is only
36492 recommended for more advanced users.
36494 <h1><CENTER>Displaying Images</CENTER></h1>
36496 <P> First, we will talk about displaying images in an HTML file. Typically, HTML images
36497 are displayed as the result of some specific code of the form
36498 <center>
36499 <PRE>
36500 &lt;img src=&quot;...&quot;&gt;,
36501 </PRE>
36502 </center>
36503 where the text between the quotes tells Alpine how to find the image.
36504 If the source of the image is internal to the message, Alpine passes that image to the
36505 browser. Otherwise Alpine erases the link to the image. This is done so that
36506 you can be protected from a bad use of external images. Images can be used to track
36507 that you read the message, or your location, devices you own, etc.. Since Alpine does
36508 not open images in any messages, your
36509 privacy is always protected this way. Therefore, when you do not pass the links to
36510 external images to a browser, your privacy is being protected. However, doing this
36511 might make the message not be displayed correctly, since when the message was
36512 created the images were part of the formatted message, and not having images might make
36513 this formatting look awkward.
36515 <P> If you would like that Alpine display all images, regardless of their source, and
36516 regardless of the sender, then you need to disable the feature <a
36517 href="h_external_loads_inline_images_only"><!--#echo var="FEAT_external-command-loads-inline-images-only"--></a>.
36518 The message will display as intended, but you will leak information to the sender of the
36519 message, as well as to your internet service provider, which could be your employer, or
36520 school, etc.
36522 <P> Alpine provides an alternative mechanism to either send all links to the images to the
36523 external browser or to send only those that are attached to the message you are trying to
36524 display. In order to use this mechanism you must first enable
36525 <a href="h_config_enable_view_attach"><!--#echo var="FEAT_enable-msg-view-attachments"--></a>.
36526 This allows Alpine to add direct links to each attachments. If you want to send an HTML
36527 attachment to an external browser, you would place the cursor over the attachment and press
36528 the &quot;Return&quot; or &quot;Enter&quot; key to open the attachment. When you do that
36529 you will see a prompt and menu which says
36531 <pre>
36532 View selected Attachment  ?
36533 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Y [Yes]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;X External
36534 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No
36535 </pre>
36537 <P>In order to send this message to an external browser, you would press the &quot;X&quot;
36538 key. This will change the prompt and menu to
36540 <pre>
36541 View selected Attachment using external viewer including inline images only ?
36542 &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
36543 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I All images
36544 </pre>
36546 <P>This is telling you that if you answer &quot;Yes&quot; to this question, and external
36547 browser will be used to send this messages, and only inline images, that is, those attached
36548 in the message will be sent to the browser. If you would like to send all images in
36549 this case, the menu tells you that you must press the &quot;I&quot; key. Pressing
36550 that key changes the prompt and menu to
36552 <pre>
36553 View selected Attachment using external viewer including all images ?
36554 &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
36555 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I Inline imgs
36556 </pre>
36558 <P>and as you can see the prompt says that if you press &quot;Yes&quot; then the message
36559 will be sent to the browser including the source of all images, including those in
36560 external servers. Notice that the &quot;X&quot; command now is a toggle. If you
36561 were to press it now, you would return to the original prompt,
36563 <pre>
36564 View selected Attachment  ?
36565 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Y [Yes]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;X External
36566 ^C Cancel&nbsp;&nbsp;&nbsp;&nbsp;N No
36567 </pre>
36569 <P>which means that if you answer &quot;Yes&quot; at this time your message would not
36570 be sent to your external browser for display, unless you have configured a mailcap
36571 entry to display HTML files.
36573 <P> One of the lessons of this discussion is that if you never press the &quot;X&quot;
36574 command in the ATTACHMENT SCREEN, and you never press the &quot;X&quot; command when
36575 launching a viewer for an attachment in the MESSAGE TEXT screen, you will never use this
36576 mechanism, and Alpine will resort to your already configured mechanisms to open HTML
36577 text.This means you can live your life without worrying that Alpine will do anything
36578 different because of this new feature. You do not have to use it, but if you do, you should
36579 know the risks and advantages and decide when and how to use it.
36581 <h1><CENTER>Saving HTML Messages to Disk</CENTER></h1>
36584 No matter what your reason to send a message to an external web browser is, Alpine must
36585 write your message to a file (and also all related inline images), and point your browser
36586 to open that file. Alpine saves all your messages and auxiliary images in a subdirectory
36587 of the ~/.alpine-html directory in unix-like Alpine, or the alpine-html folder in your home
36588 directory in PC-Alpine. If Alpine cannot access these directories, or create folders
36589 in them, then the full mechanism described above will fail, and you will not be able
36590 to send messages to an external browser for display.
36593 Unfortunately browsers do not remove the file that Alpine created, nor the images
36594 that Alpine saved in order to display this message, so if you use this mechanism often
36595 you will create many directories and files which the browser will not remove. Alpine
36596 will remove these files when you exit Alpine. Any temporary directory that Alpine
36597 created that has existed for longer than 10 minutes will be automatically erased.
36598 Alpine also erases these directories upon exiting.
36601 When Alpine creates a directory to house the files associated to a message that will
36602 pass to an external browser, it tries to delete that directory later on, according to
36603 the discussion above. What this means is that you should consider the contents of the
36604 ~/.alpine-html directory in unix-like Alpine and the alpine-html folder in PC-Alpine
36605 as temporary, and not rely on their existence. If you attempt to save files in one of
36606 these directories, chances are your data will be deleted by Alpine. Since deleting is
36607 a destructive action,
36608 every session of Alpine that you have open will only attempt to remove the directories
36609 it created, with their content in them. If this operation fails, Alpine will not try
36610 to investigate, nor will report to you, why the operation failed. Therefore, users
36611 should periodically check their html directory to see if there is content there that
36612 they wish to delete.
36615 <UL>
36616 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36617 </UL><P>
36618 &lt;End of help on this topic&gt;
36619 </BODY>
36620 </HTML>
36621 ===== h_mainhelp_smime ======
36622 <HTML>
36623 <HEAD>
36624 <TITLE>S/MIME Overview</TITLE>
36625 </HEAD>
36626 <BODY>
36627 <H1>S/MIME Overview</H1>
36629 S/MIME is a standard for the public key encryption and signing of email.
36630 UNIX Alpine contains a basic implementation of S/MIME based on
36631 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries. The
36632 same support can be provided using the 
36633 <A HREF="http://www.libressl.org/">LibreSSL</A> libraries. The
36634 support for S/MIME in PC-Alpine is fully based on the LibreSSL libraries.
36635 To check if this version of Alpine supports S/MIME look at
36636 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
36637 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
36639 Some limitations:
36640 <UL>
36641    <LI> There is no provision for checking for CRLs
36642         (Certificate Revocation Lists) in Alpine.
36643    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
36644    <LI> There is no mechanism available for feeding either an entire incoming
36645         or an entire outgoing message to an external
36646         filter and using that external filter to do S/MIME or PGP processing.
36647    <LI> Because the implementation currently uses OpenSSL, there is only a very
36648         limited integration with the Mac OS Keychain (the storing and access of
36649         public certificates).
36650 </UL>
36652 The S/MIME configuration screen is reached by going to the Main Menu and typing
36653 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
36656 <H2>S/MIME BASICS</H2>
36658 In order to digitally sign messages you send you must have a public/private key-pair.
36659 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
36660 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
36661 users or a company which provides certificates for its workers.
36662 These certificates are bound to an email address, so the identity being verified is the
36663 email address not a person's name.
36665 Mail is signed by using the sender's private key, which only the owner of the private key
36666 has access to.
36667 The signature is verified using the signer's public key, which anyone can
36668 have access to.
36669 With Alpine, the first time you receive a signed message the public key of the
36670 sender will be stored for future use.
36673 Mail is encrypted using the recipient's public key and decrypted by
36674 the recipient with their private key.
36677 You need a key of your own in order to sign outgoing messages and to have others
36678 encrypt messages sent to you.
36679 You do not need a key of your own to verify signed messages sent by others or to
36680 encrypt messages sent to others.
36682 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
36684 By default UNIX Alpine stores the certificates it uses in a directory in your
36685 home directory.
36686 The directory name is
36688 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
36690 For PC-Alpine, the equivalent directory is called 
36691 <CENTER><SAMP>alpine-smime</SAMP></CENTER>
36692 and is also located under your home directory.
36694 Within that directory are three subdirectories.
36695 Each of the three subdirectories contains files with PEM-encoded contents,
36696 the default format for OpenSSL.
36697 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
36698 The files within that directory have names that are email addresses with the
36699 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
36700 An example filename is
36702 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
36704 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
36705 your private key.
36706 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
36707 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
36708 Authorities that you want to trust but that aren't contained in the set of system CAs.
36709 Those files may have arbitrary names as long as they end with the
36710 suffix &quot;<SAMP>.crt</SAMP>&quot;.
36712 <H2>HOW TO SIGN AND ENCRYPT</H2>
36714 If you have a certificate you may sign outgoing messages.
36715 After typing the Ctrl-X command to send a message you will see the prompt
36717 <CENTER><SAMP>Send message?</SAMP></CENTER>
36719 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
36720 Typing the &quot;G&quot; command will change the prompt to
36722 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
36724 Typing the &quot;E&quot; command will change the prompt to
36726 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
36728 You may even type both to get
36730 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
36733 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
36735 The reading of a signed message should not require any special action on
36736 your part.
36737 There should be an editorial addition at the start of the message which
36738 says either
36740 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
36744 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
36746 If an encrypted message is sent to you the encrypted text will not
36747 be shown.
36748 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
36749 you are viewing the message) and supply your passphrase when asked.
36751 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
36752 which gives you some information about the certificate used to sign or encrypt the message.
36754 <H2>MISCELLANEOUS</H2>
36756 If you have access to a private certificate in the PKCS12 format, which 
36757 would sometimes be in a file with a &quot;.p12&quot; extension, then you can 
36758 use the following commands to generate private keys, public and certificate
36759 authorities certificates. In the examples below, we assume that the 
36760 certificate in the p12 format is called &quot;certificate.p12&quot;, and 
36761 that your email address is &quot;your@address.com&quot;.
36764 In order to create a private key use the command
36766 <CENTER><SAMP>openssl pkcs12 -in certificate.p12 -out your@address.com.key</SAMP></CENTER>
36768 In order to create a public certificate use the command
36770 <CENTER><SAMP>
36771 openssl pkcs12 -in certificate.p12 -clcerts -nokeys -out your@address.com.crt
36772 </SAMP></CENTER>
36774 In order to create a certificate authority certificate use the command
36776 <CENTER><SAMP>
36777 openssl pkcs12 -in certificate.p12 -cacerts -nokeys -out certificate-ca.crt 
36778 </SAMP></CENTER>
36780 <P> If the previous command produces an empty file, it means that the 
36781 certificate authority was not included in the .p12 file, so you will have 
36782 to get it from some other sources. You will need these certificates, so 
36783 that you can validate correctly signatures.
36786 After you have exported these certificates and keys, you can  use the import 
36787 command in Alpine, from the S/MIME configuration screen,
36788 to import these certificates into Alpine. They will be available for use
36789 as soon as you import them.
36791 &lt;End of help on this topic&gt;
36792 </BODY>
36793 </HTML>
36794 ====== h_config_smime_pubcertdir =====
36795 <HTML>
36796 <HEAD>
36797 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
36798 </HEAD>
36799 <BODY>
36800 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
36803 If the option
36804 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
36805 is set then this option will have no effect.
36807 Normally, Public Certificates for use with S/MIME will be stored in the directory
36808 which is the value of this option.
36809 Those certificates will be stored in PEM format, one certificate per file.
36810 The name of the file for the certificate corresponding to
36812 <CENTER><SAMP>emailaddress</SAMP></CENTER>
36814 should be
36816 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
36818 For example, a file for user@example.com would be in the file
36820 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
36822 in this directory.
36824 Use the Setup/SMIME screen to modify this variable.
36826 Typically, the public certificates that you have will come from S/MIME signed
36827 messages that are sent to you.
36828 Alpine will extract the public certificate from the signed message and store
36829 it in the certificates directory.
36830 These PEM format public certificates look something like:
36831 <PRE>
36832 -----BEGIN CERTIFICATE-----
36833 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
36834 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
36835 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
36837 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
36838 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
36839 -----END CERTIFICATE-----
36840 </PRE>
36842 <UL>   
36843 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36844 </UL><P>
36846 <UL>   
36847 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36848 </UL><P>
36849 &lt;End of help on this topic&gt;
36850 </BODY>
36851 </HTML>
36852 ====== h_config_smime_pubcertcon =====
36853 <HTML>
36854 <HEAD>
36855 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
36856 </HEAD>
36857 <BODY>
36858 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
36861 If this option is set it will be used instead of
36862 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
36864 This option gives you a way to store certificates remotely on an IMAP server
36865 instead of storing the certificates one per file locally.
36866 In order to do that you just give this option a remote folder name for a folder
36867 which does not yet exist.
36868 The name is similar to the name you might use for a remote configuration file.
36869 A remote folder name might look something like:
36871 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
36874 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
36875 about the syntax of folder names.
36877 Use the Setup/SMIME screen to modify this variable.
36879 <UL>   
36880 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36881 </UL><P>
36883 <UL>   
36884 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36885 </UL><P>
36886 &lt;End of help on this topic&gt;
36887 </BODY>
36888 </HTML>
36889 ====== h_config_smime_privkeydir =====
36890 <HTML>
36891 <HEAD>
36892 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
36893 </HEAD>
36894 <BODY>
36895 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
36898 In order to sign outgoing S/MIME messages you will need a
36899 personal digital ID certificate.
36900 You will usually get such a certificate from a certificate authority such as
36901 Thawte or CAcert.
36902 (In order to encrypt outgoing messages you don't need a personal digital ID, you
36903 need the public certificate of the recipient instead.)
36904 If the option
36905 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
36906 is set then this option will have no effect.
36908 Normally, Private Keys for use with S/MIME will be stored in the directory
36909 which is the value of this option.
36910 Those certificates will be stored in PEM format, one certificate per file.
36911 The name of the file for the certificate corresponding to your
36913 <CENTER><SAMP>emailaddress</SAMP></CENTER>
36915 should be
36917 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
36919 For example, if your address is user@example.com the name of the file would be
36921 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
36923 in this directory.
36925 Use the Setup/SMIME screen to modify this variable.
36927 Typically, the private key that you have will come from a Certificate
36928 Authority.
36929 The private key should be stored in a PEM format file that
36930 looks something like:
36931 <PRE>
36932 -----BEGIN RSA PRIVATE KEY-----
36933 Proc-Type: 4,ENCRYPTED
36934 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
36936 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
36937 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
36938 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
36940 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
36941 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
36942 -----END RSA PRIVATE KEY-----
36943 </PRE>
36945 <UL>   
36946 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36947 </UL><P>
36949 <UL>   
36950 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36951 </UL><P>
36952 &lt;End of help on this topic&gt;
36953 </BODY>
36954 </HTML>
36955 ====== h_config_smime_privkeycon =====
36956 <HTML>
36957 <HEAD>
36958 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
36959 </HEAD>
36960 <BODY>
36961 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
36964 If this option is set it will be used instead of
36965 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
36967 This option gives you a way to store keys remotely on an IMAP server
36968 instead of storing the keys one per file locally.
36969 In order to do that you just give this option a remote folder name for a folder
36970 which does not yet exist.
36971 The name is similar to the name you might use for a remote configuration file.
36972 A remote folder name might look something like:
36974 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
36977 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
36978 about the syntax of folder names.
36980 Use the Setup/SMIME screen to modify this variable.
36982 <UL>   
36983 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36984 </UL><P>
36986 <UL>   
36987 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36988 </UL><P>
36989 &lt;End of help on this topic&gt;
36990 </BODY>
36991 </HTML>
36992 ====== h_config_smime_cacertdir =====
36993 <HTML>
36994 <HEAD>
36995 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
36996 </HEAD>
36997 <BODY>
36998 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
37001 If the option
37002 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
37003 is set then this option will have no effect.
37005 CACert is a shorthand name for certification authority certificate.
37006 Normally Alpine will use the CACerts that are located in the standard system
37007 location for CACerts.
37008 It may be the case that one of your correspondents has a Digital ID which has
37009 been signed by a certificate authority that is not in the regular set of system certificate
37010 authorities.
37011 You may supplement the system list by adding further certificates of your own.
37012 These should  be stored in the directory
37013 which is the value of this option.
37014 The certificates will be stored in PEM format, one certificate per file.
37015 The names of the files can be anything ending in &quot;.crt&quot;.
37017 Use the Setup/SMIME screen to modify this variable.
37019 These PEM format CA certificates look very similar to your public
37020 certificates for particular email addresses
37021 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
37023 <UL>   
37024 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37025 </UL><P>
37027 <UL>   
37028 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37029 </UL><P>
37030 &lt;End of help on this topic&gt;
37031 </BODY>
37032 </HTML>
37033 ====== h_config_smime_cacertcon =====
37034 <HTML>
37035 <HEAD>
37036 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
37037 </HEAD>
37038 <BODY>
37039 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
37042 If this option is set it will be used instead of
37043 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
37045 This option gives you a way to store certificates remotely on an IMAP server
37046 instead of storing the certificates one per file locally.
37047 In order to do that you just give this option a remote folder name for a folder
37048 which does not yet exist.
37049 The name is similar to the name you might use for a remote configuration file.
37050 A remote folder name might look something like:
37052 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
37055 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
37056 about the syntax of folder names.
37058 Use the Setup/SMIME screen to modify this variable.
37060 <UL>   
37061 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37062 </UL><P>
37064 <UL>   
37065 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37066 </UL><P>
37067 &lt;End of help on this topic&gt;
37068 </BODY>
37069 </HTML>
37070 ========== h_config_smime_sign_by_default ==========
37071 <HTML>
37072 <HEAD>
37073 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
37074 </HEAD>
37075 <BODY>
37076 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
37079 This feature only has an effect if your version of Alpine includes
37080 support for S/MIME.
37081 It affects Alpine's behavior when you send a message.
37082 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
37084 Only the default value is affected.
37085 In any case, you may still toggle the Signing option on or off before sending
37086 with the &quot;G Sign&quot; command (provided you have a personal digital ID
37087 certificate).
37089 <UL>   
37090 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37091 </UL><P>
37094 <UL>   
37095 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37096 </UL><P>
37097 &lt;End of help on this topic&gt;
37098 </BODY>
37099 </HTML>
37100 ========== h_config_smime_use_cert_store ==========
37101 <HTML>
37102 <HEAD>
37103 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></TITLE>
37104 </HEAD>
37105 <BODY>
37106 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></H1>
37109 This feature only has an effect if your version of Alpine includes
37110 support for S/MIME.
37111 It affects Alpine's behavior when you validate a message, and should
37112 not be disabled, unless you are performing a test.
37114 There are two important aspects of validation: validation of the message
37115 (that is, the message was not modified after it was sent) 
37116 as well as validation of the identity of the sender. This option has to 
37117 do with the latter. 
37119 In order to validate that the message came from the sender in the message
37120 and not an impersonator, Alpine can 
37121 either use the certificates that come in the message, or the ones that 
37122 you have personally stored. If this feature is enabled (the default) then 
37123 Alpine will use certificates that you have already saved in your store 
37124 and not those that come in the message to validate the sender of the 
37125 message. In particular, the first time that you receive a signed message
37126 from a sender, and their certificate does not validate against your
37127 store, then you will be asked if you wish to save such certificate. If
37128 you do not wish to save the certificate, then Alpine will fail to validate
37129 the signature of the message. Otherwise, Alpine will proceed to validate
37130 the signature of the message. This behavior helps you prevent against impersonation, because 
37131 it is assumed that you trust the certificates that you have saved, and 
37132 might not trust those that came with the message that you are validating.
37134 <UL>   
37135 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37136 </UL><P>
37139 <UL>   
37140 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37141 </UL><P>
37142 &lt;End of help on this topic&gt;
37143 </BODY>
37144 </HTML>
37145 ========== h_config_smime_pubcerts_in_keychain ==========
37146 <HTML>
37147 <HEAD>
37148 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
37149 </HEAD>
37150 <BODY>
37151 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
37154 If this feature is set the Mac OS X default keychain will be used as the place
37155 to store public certificates instead of a
37156 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
37157 or a
37158 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
37160 <UL>   
37161 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37162 </UL><P>
37164 <UL>   
37165 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37166 </UL><P>
37167 &lt;End of help on this topic&gt;
37168 </BODY>
37169 </HTML>
37170 ========== h_config_smime_dont_do_smime ==========
37171 <HTML>
37172 <HEAD>
37173 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
37174 </HEAD>
37175 <BODY>
37176 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
37179 Setting this feature turns off all of Alpine's S/MIME support.
37180 You might want to set this if you are having trouble due to the S/MIME support.
37182 <UL>   
37183 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37184 </UL><P>
37187 <UL>   
37188 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37189 </UL><P>
37190 &lt;End of help on this topic&gt;
37191 </BODY>
37192 </HTML>
37193 ========== h_config_smime_encrypt_by_default ==========
37194 <HTML>
37195 <HEAD>
37196 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
37197 </HEAD>
37198 <BODY>
37199 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
37202 This feature only has an effect if your version of Alpine includes
37203 support for S/MIME.
37204 It affects Alpine's behavior when you send a message.
37205 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
37207 Only the default value is affected.
37208 In any case, you may still toggle the Encrypt option on or off before sending
37209 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
37210 for the recipient).
37212 <UL>   
37213 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37214 </UL><P>
37217 <UL>   
37218 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37219 </UL><P>
37220 &lt;End of help on this topic&gt;
37221 </BODY>
37222 </HTML>
37223 ========== h_config_smime_remember_passphrase ==========
37224 <HTML>
37225 <HEAD>
37226 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
37227 </HEAD>
37228 <BODY>
37229 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
37232 This feature only has an effect if your version of Alpine includes
37233 support for S/MIME.
37234 If this option is set, you will only have to enter your passphrase for your private key
37235 once during an Alpine session.
37237 <UL>   
37238 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37239 </UL><P>
37242 <UL>   
37243 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37244 </UL><P>
37245 &lt;End of help on this topic&gt;
37246 </BODY>
37247 </HTML>
37248 ====== h_config_smime_transfer_pub_to_con =====
37249 <HTML>
37250 <HEAD>
37251 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
37252 </HEAD>
37253 <BODY>
37254 <H1>S/MIME: Transfer Public Certs to Container</H1>
37257 The Transfer command will copy the public certificates in your configured
37258 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
37259 to the container in your configured
37260 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
37261 This might be useful if you decide to switch from using a cert directory to a cert
37262 container.
37264 Warning: Any previous contents in the container will be lost.
37266 <UL>   
37267 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37268 </UL><P>
37270 <UL>   
37271 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37272 </UL><P>
37273 &lt;End of help on this topic&gt;
37274 </BODY>
37275 </HTML>
37276 ====== h_config_smime_transfer_pub_to_dir =====
37277 <HTML>
37278 <HEAD>
37279 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
37280 </HEAD>
37281 <BODY>
37282 <H1>S/MIME: Transfer Public Certs to Directory</H1>
37285 The Transfer command will copy the public certificates in your configured
37286 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
37287 to the directory in your configured
37288 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
37289 This might be useful if you decide to switch from using a cert container to a cert
37290 directory.
37292 <UL>   
37293 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37294 </UL><P>
37296 <UL>   
37297 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37298 </UL><P>
37299 &lt;End of help on this topic&gt;
37300 </BODY>
37301 </HTML>
37302 ====== h_config_smime_transfer_priv_to_con =====
37303 <HTML>
37304 <HEAD>
37305 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
37306 </HEAD>
37307 <BODY>
37308 <H1>S/MIME: Transfer Private Keys to Container</H1>
37311 The Transfer command will copy the private keys in your configured
37312 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
37313 to the container in your configured
37314 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
37315 This might be useful if you decide to switch from using a key directory to a key
37316 container.
37318 Warning: Any previous contents in the container will be lost.
37320 <UL>   
37321 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37322 </UL><P>
37324 <UL>   
37325 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37326 </UL><P>
37327 &lt;End of help on this topic&gt;
37328 </BODY>
37329 </HTML>
37330 ====== h_config_smime_transfer_priv_to_dir =====
37331 <HTML>
37332 <HEAD>
37333 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
37334 </HEAD>
37335 <BODY>
37336 <H1>S/MIME: Transfer Private Keys to Directory</H1>
37339 The Transfer command will copy the private keys in your configured
37340 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
37341 to the directory in your configured
37342 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
37343 This might be useful if you decide to switch from using a key container to a key
37344 directory.
37346 <UL>   
37347 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37348 </UL><P>
37350 <UL>   
37351 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37352 </UL><P>
37353 &lt;End of help on this topic&gt;
37354 </BODY>
37355 </HTML>
37356 ====== h_config_smime_transfer_cacert_to_con =====
37357 <HTML>
37358 <HEAD>
37359 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
37360 </HEAD>
37361 <BODY>
37362 <H1>S/MIME: Transfer CA Certs to Container</H1>
37365 The Transfer command will copy the CA certificates in your configured
37366 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
37367 to the container in your configured
37368 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
37369 This might be useful if you decide to switch from using a CA cert directory to a CA cert
37370 container.
37372 Warning: Any previous contents in the container will be lost.
37374 <UL>   
37375 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37376 </UL><P>
37378 <UL>   
37379 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37380 </UL><P>
37381 &lt;End of help on this topic&gt;
37382 </BODY>
37383 </HTML>
37384 ====== h_config_smime_transfer_cacert_to_dir =====
37385 <HTML>
37386 <HEAD>
37387 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
37388 </HEAD>
37389 <BODY>
37390 <H1>S/MIME: Transfer CA Certs to Directory</H1>
37393 The Transfer command will copy the CA certificates in your configured
37394 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
37395 to the directory in your configured
37396 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
37397 This might be useful if you decide to switch from using a CA cert container to a CA cert
37398 directory.
37400 <UL>   
37401 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37402 </UL><P>
37404 <UL>   
37405 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37406 </UL><P>
37407 &lt;End of help on this topic&gt;
37408 </BODY>
37409 </HTML>
37410 ====== h_config_smime_transfer_pubcon_to_key =====
37411 <HTML>
37412 <HEAD>
37413 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
37414 </HEAD>
37415 <BODY>
37416 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
37418 Mac OS X Alpine only.
37420 The Transfer command will copy the public certificates in your configured
37421 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
37422 to your default Mac OS X Keychain.
37423 This might be useful if you decide to switch from using a cert container to using
37424 the Keychain to store your public certs, which you may do by using the
37425 feature
37426 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
37428 <UL>   
37429 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37430 </UL><P>
37432 <UL>   
37433 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37434 </UL><P>
37435 &lt;End of help on this topic&gt;
37436 </BODY>
37437 </HTML>
37438 ====== h_config_smime_transfer_pubkey_to_con =====
37439 <HTML>
37440 <HEAD>
37441 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
37442 </HEAD>
37443 <BODY>
37444 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
37447 The Transfer command will copy the public certificates in your configured
37448 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
37449 to your default Mac OS X Keychain.
37450 This might be useful if you decide to switch from using a cert container to using
37451 the Keychain to store your public certs.
37453 <UL>   
37454 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37455 </UL><P>
37457 <UL>   
37458 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37459 </UL><P>
37460 &lt;End of help on this topic&gt;
37461 </BODY>
37462 </HTML>
37463 ====== h_config_smime_public_certificates =====
37464 <HTML>
37465 <HEAD>
37466 <TITLE>S/MIME: Manage Public Certificates</TITLE>
37467 </HEAD>
37468 <BODY>
37469 <H1>S/MIME: Manage Public Certificates</H1>
37472 This menu item allows you to manage your public certificates, this
37473 may include your own public certificate, but it normally includes
37474 certificates of people you correspond with. These certificates are
37475 saved by Alpine automatically when they are found in signed messages
37476 that you receive. This interface allows you to manage them, by
37477 giving you the option to delete them, or trust them (in the case
37478 of self-signed certificates).
37481 Please note that Alpine will not validate a message that was sent to you
37482 using a self-signed certificate, unless you decide to trust that certificate.
37483 Internally, a certificate is trusted by copying it to the
37484 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
37485 collection. If you decide that you want to stop trusting a self-signed
37486 certificate, you must delete such certificate from such collection.
37488 The <B>I</B> Import command available in this screen allows you to 
37489 import a command to this collection.
37491 <UL>   
37492 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37493 </UL><P>
37495 <UL>   
37496 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37497 </UL><P>
37498 &lt;End of help on this topic&gt;
37499 </BODY>
37500 </HTML>
37501 ====== h_config_smime_private_keys =====
37502 <HTML>
37503 <HEAD>
37504 <TITLE>S/MIME: Manage Private Keys</TITLE>
37505 </HEAD>
37506 <BODY>
37507 <H1>S/MIME: Manage Private Keys</H1>
37510 This option allows you to manage your private key. Normally a person has only
37511 one key, in the same way that a person only has one valid passport, or ID card,
37512 at any given time. This option allows you to manage private keys. You can
37513 delete them or import them. Additionally, you can view information
37514 about your public certificate, such as the issuer and the dates of validity
37515 of such certificate, among others.
37518 If you have more than one e-mail address for which you want to use the 
37519 same private key, you must add all those addresses to the private key at 
37520 the moment that the key is generated. When you receive a signed message using 
37521 a key generated for several e-mail addresses, Alpine will save a 
37522 certificate for each e-mail address included in such certificate.
37524 The <B>I</B> Import command available in this screen allows you to 
37525 import a command to this collection.
37527 <UL>   
37528 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37529 </UL><P>
37531 <UL>   
37532 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37533 </UL><P>
37534 &lt;End of help on this topic&gt;
37535 </BODY>
37536 </HTML>
37537 ====== h_config_smime_certificate_authorities =====
37538 <HTML>
37539 <HEAD>
37540 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
37541 </HEAD>
37542 <BODY>
37543 <H1>S/MIME: Manage Certificate Authorities</H1>
37546 This collection contains certificates that are needed to validate the 
37547 certificate of another person, and therefore contains certificates that 
37548 you trust. Typically a certificate is signed by another entity, called a 
37549 certificate authority. This option allows you to manage which certificates 
37550 you trust, allowing you to import them and to delete them or view information
37551 about each certificate, such as the issuer and the dates of validity
37552 of such certificate.
37554 The <B>I</B> Import command available in this screen allows you to 
37555 import a command to this collection.
37557 <UL>   
37558 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37559 </UL><P>
37561 <UL>   
37562 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37563 </UL><P>
37564 &lt;End of help on this topic&gt;
37565 </BODY>
37566 </HTML>
37567 ====== h_config_smime_password_file_certificates =====
37568 <HTML>
37569 <HEAD>
37570 <TITLE>S/MIME: Manage Password File Certificates</TITLE>
37571 </HEAD>
37572 <BODY>
37573 <H1>S/MIME: Manage Password File Certificates</H1>
37576 This option allows you to manage the certificates that are used to
37577 encrypt and decrypt your password file. This is useful in case you
37578 want to change the certificates used to encrypt your password file.
37580 Depending on the version of Alpine that you used for the first time
37581 to set this up, you might have had to enter a password to enter this
37582 screen. In the case that you did not enter a password to enter this
37583 screen, you should know two things that are important:
37584 <UL>
37585 <LI> If anyone takes control of your computer (for example, if you 
37586 left it unattended) then that person can add a password to your
37587 password file and make it unreadable to you in the future.
37588 <LI> If anyone can access your computer (this includes remote access)
37589 then that person can steal your password file and decrypt it without
37590 your help. This gives access to that person to the same services you
37591 have access and such person can use your name to access that service.
37592 In particular, that person can try to hack into your service provider
37593 with your name on it, or that person could try to send spam with
37594 your name.
37595 </UL>
37596 <P> Needless to say, this is not advisable. You should keep your
37597 password file protected. In order to do so, all you need to do is use
37598 the &quot;Create Key&quot; command to create a key. Once you do this,
37599 Alpine will use that key, encrypted with the password used to create that
37600 key, to protect your password file.
37602 In this screen you can import a new key to encrypt your password file, 
37603 and read cryptographic information on your current key.
37605 To import a new key press &quot;RETURN&quot; and enter the location of
37606 the new key. You will be asked to enter the password of the new key. If
37607 this part of the process is successful, Alpine will search for the 
37608 certificate that matches that key. If your key is named 
37609 &quot;your_email@address.com.key&quot;, then Alpine will look for your
37610 certificate in the same directory in the file named
37611 &quot;your_email@address.com.crt&quot;, otherwise it will look for it
37612 as part of your key (that is, it will look to see if your certificate
37613 is in the file &quot;your_email@address.com.key&quot;), if all of this
37614 fails, Alpine will ask you to enter the location of the certificate
37615 that matches the key you unlocked. If a certificate is found, it will be 
37616 used, and in this case, the password file will be read, decrypted with the 
37617 old key and encrypted with the new key. Once this is done, the new key and 
37618 certificates are saved, and the old keys are permanently deleted.
37620 Alpine does not create a backup of your password file, or your old keys
37621 that will be replaced. If you need to keep old copies, you will have to do
37622 this operation outside Alpine.
37624 Observe that you can use this screen to remove the password for the key.
37625 As explained earlier, this is not advisable, but you can always restore the
37626 password to encrypt your password file by creating a new key.
37628 Be safe and keep your password file encrypted with a password.
37629 <UL>   
37630 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37631 </UL><P>
37633 <UL>   
37634 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37635 </UL><P>
37636 &lt;End of help on this topic&gt;
37637 </BODY>
37638 </HTML>
37639 ====== h_certificate_information =====
37640 <HTML>
37641 <HEAD>
37642 <TITLE>S/MIME: Certificate Information Screen</TITLE>
37643 </HEAD>
37644 <BODY>
37645 <H1>S/MIME: Certificate Information Screen</H1>
37648 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
37649 such as its owner, e-mail address, issuer, and interval of validity, 
37650 among others.
37652 In the case of public certificates, this screen shows you if there was a
37653 failure when attempting to validate such message. If the certificate is
37654 self-signed, then the <B>T</B> Trust command will be available, which
37655 you can use to trust such certificate and make Alpine not fail validating 
37656 signatures signed with such certificate.
37658 You can also mark a certificate deleted, with the <B>D</B> command, or 
37659 remove the deleted mark with the <B>U</B> undelete command.
37661 In the case of your private key, Alpine shows you the information
37662 from your public key. Additionally, Alpine allows you to see public
37663 and private information about your key, with the <B>B</B> and
37664 <B>R</B> commands respectively.
37665 <UL>   
37666 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37667 </UL><P>
37669 <UL>   
37670 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37671 </UL><P>
37672 &lt;End of help on this topic&gt;
37673 </BODY>
37674 </HTML>
37675 ====== h_config_smime_manage_public_menu =====
37676 <HTML>
37677 <HEAD>
37678 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
37679 </HEAD>
37680 <BODY>
37681 <H1>S/MIME: Commands that Manage Public Certificates</H1>
37684 This screen allows you to manage your public certificates. 
37686 The format of this screen is as follows. There are five fields: The 
37687 leftmost field is normally empty, but it could contain the letter 
37688 &quot;D&quot; to indicate that that certificate has been marked for 
37689 deletion. The next field is the e-mail address of the owner of the 
37690 certificate, shown in its entirety. The third and fourth field are the 
37691 first and last day validity for that certificate, respectively. The date
37692 is displayed in the user's locale unless the option 
37693 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>
37694 is set. In this case, the month, day and year are represented by two
37695 digits, and the format used is mm/dd/yy. Finally, the fifth 
37696 field is what can be displayed of the MD5 hash of the certificate. You can 
37697 use any of the last three fields to distinguish between two certificates 
37698 for the same owner.
37700 Available commands in this screen and a short description of what they 
37701 do follows.
37702 <UL>
37703 <LI> <B>I</B> Imports a public certificate to this collection.
37704 <LI> <B>V</B> View information about a certificate such as the name of the person the
37705 certificate was issued to, its dates of validity, and validity status.
37706 <LI> <B>D</B> Marks a certificate deleted.
37707 <LI> <B>U</B> Removes the deletion mark on a certificate.
37708 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
37709 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
37710 trust a certificate by copying it to the collection of trusted certificates.
37711 </UL>
37713 All commands provide feedback to let you know about their success or failure.
37715 <UL>   
37716 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37717 </UL><P>
37719 <UL>   
37720 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37721 </UL><P>
37722 &lt;End of help on this topic&gt;
37723 </BODY>
37724 </HTML>
37725 ====== h_config_smime_manage_private_menu =====
37726 <HTML>
37727 <HEAD>
37728 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
37729 </HEAD>
37730 <BODY>
37731 <H1>S/MIME: Commands that Manage Private Keys</H1>
37734 This screen allows you to manage your private key.
37736 The format of this screen is as follows. There are five fields: The 
37737 leftmost field is normally empty, but it could contain the letter 
37738 &quot;D&quot; to indicate that that certificate has been marked for 
37739 deletion. The next field is the e-mail address of the owner of the 
37740 certificate, shown in its entirety. The third field is the first day of 
37741 validity for that certificate; the fourth field in the last day that that 
37742 certificate is valid, and the fifth field is what can be displayed of the 
37743 MD5 hash of the public certificate corresponding to this private key. You 
37744 can use any of the last three fields to distinguish between two 
37745 certificates for the same owner.
37747 Available commands and a short description of what they do follows.
37748 <UL>
37749 <LI> <B>I</B> Imports a new public key to this collection.
37750 <LI> <B>V</B> View information about the public certificate corresponding to this
37751 key.
37752 <LI> <B>D</B> Marks a key to be deleted.
37753 <LI> <B>U</B> Removes the deletion mark on a key.
37754 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
37755 Note that expunging a private key does not remove the public key, which must
37756 be removed separately.
37757 </UL>
37759 All commands provide feedback to let you know about their success or failure.
37761 <UL>   
37762 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37763 </UL><P>
37765 <UL>   
37766 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37767 </UL><P>
37768 &lt;End of help on this topic&gt;
37769 </BODY>
37770 </HTML>
37771 ====== h_config_smime_manage_cacerts_menu =====
37772 <HTML>
37773 <HEAD>
37774 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
37775 </HEAD>
37776 <BODY>
37777 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
37780 This screen allows you to manage your collection of certificates that you
37781 trust. 
37783 The format of this screen is as follows. There are five fields: The 
37784 leftmost field is normally empty, but it could contain the letter 
37785 &quot;D&quot; to indicate that that certificate has been marked for 
37786 deletion. The next field is the e-mail address of the owner of the 
37787 certificate, shown in its entirety. The third field is the first day of 
37788 validity for that certificate; the fourth field in the last day that that 
37789 certificate is valid, and the fifth field is what can be displayed of the 
37790 MD5 hash of the certificate. You can use any of the last three fields to 
37791 distinguish between two certificates for the same owner.
37793 Available commands and a short description of what they do follows.
37794 <UL>
37795 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
37796 done by reading the certificate and validating it. Once a certificate
37797 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
37798 to the certificate, if necessary.
37799 <LI> <B>V</B> View information about this certificate, such as its issuer 
37800 and validity dates.
37801 <LI> <B>D</B> Marks a certificate to be deleted.
37802 <LI> <B>U</B> Removes the deletion mark on a certificate.
37803 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
37804 </UL>
37806 All commands provide feedback to let you know about their success or failure.
37808 <UL>
37809 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
37810 </UL><P>
37812 <UL>   
37813 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37814 </UL><P>
37815 &lt;End of help on this topic&gt;
37816 </BODY>
37817 </HTML>
37818 ====== h_config_lame_list_mode =====
37819 <HTML>
37820 <HEAD>
37821 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
37822 </HEAD>
37823 <BODY>
37824 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
37826 This feature modifies the method Alpine uses to ask your IMAP
37827 server for folder names to display in the FOLDER LIST screen.
37828 It is intended to compensate for a small set of IMAP servers that
37829 are programmed to ignore a part of the request, and thus respond
37830 to Alpine's query with nonsensical results.
37833 If you find that Alpine is erroneously displaying blank folder lists,
37834 try enabling this feature.
37837 NOTE: Enabling this feature has consequences for the Goto and Save
37838 commands.  Many servers allow access to folders outside the area
37839 reserved for your personal folders via some reserved character,
37840 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
37841 allows, at the Goto and Save prompts, quick access to folders
37842 outside your personal folder collection without requiring a specific
37843 collection definition.  This behavior will generally not be available
37844 when this feature is enabled.
37847 <UL>   
37848 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37849 </UL><P>
37850 &lt;End of help on this topic&gt;
37851 </BODY>
37852 </HTML>
37853 ====== h_config_enable_mulnewsrcs =====
37854 <HTML>
37855 <HEAD>
37856 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
37857 </HEAD>
37858 <BODY>
37859 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
37861 This feature makes it so Alpine can use multiple newsrcs based on
37862 the news server being connected to, which allows for separate lists
37863 of subscribed-to newsgroups. When this feature is not set, there is only
37864 one list of newsgroups.
37866 Under this feature, the name of a newsrc is based on the news server.
37867 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
37868 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
37869 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
37870 Setting this feature for the first time will allow for the option of using
37871 your old newsrc the next time you read news.
37873 If this feature is set, then the feature
37874 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
37875 also may affect the name of the newsrc file that is used.
37877 <UL>   
37878 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37879 </UL><P>
37880 &lt;End of help on this topic&gt;
37881 </BODY>
37882 </HTML>
37883 ======= h_ab_export_vcard =======
37884 <HTML>
37885 <HEAD>
37886 <TITLE>Address Book Export Format</TITLE>
37887 </HEAD>
37888 <BODY>
37889 <H1>Address Book Export Format</H1>
37891 You are exporting address book data from Alpine to a file outside of Alpine.
37892 You are being asked to choose the format of the export.
37893 Here are the choices:
37895 <DL>
37896 <DT><EM>A</EM>ddress List</DT>
37897 <DD>
37898 The addresses from the address book entries you are saving
37899 from will be saved one address per line.
37900 Address book lists (those with more than one address) will have
37901 all of their addresses saved separately.
37902 </DD>
37904 <DT><EM>V</EM>Card</DT>
37905 <DD>
37906 The entries will be saved in
37907 <A HREF="h_whatis_vcard">vCard</A> format.
37908 </DD>
37910 <DT><EM>T</EM>ab Separated</DT>
37911 <DD>
37912 The entries will be saved in tab-separated columns.
37913 There will be just 4 columns of data that correspond to Alpine's
37914 Nickname field, Full Name field, Address field, and Comment field.
37915 It might prove useful to Select only the Simple, non-List address book
37916 entries before Saving.
37917 </DD>
37919 <DT><EM>^C</EM> Cancel</DT>
37920 <DD>
37921 Cancel out of the Save.
37922 </DD>
37924 </DL>
37928 &lt;End of help on this topic&gt;
37929 </BODY>
37930 </HTML>
37931 ====== h_config_predict_nntp_server =====
37932 <HTML>
37933 <HEAD>
37934 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
37935 </HEAD>
37936 <BODY>
37937 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
37939 This feature allows Alpine to assume that the open NNTP server at the
37940 time of composition is the NNTP server to which the message should be
37941 posted.  This is especially recommended when there are multiple News
37942 collections.  If this feature is not set, Alpine will try to post to the first server in
37943 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
37944 this feature also negates the need to add News collection servers to
37945 the <!--#echo var="VAR_nntp-server"--> variable.
37947 This feature can be especially handy when used in conjunction with
37948 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
37950 <UL>   
37951 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37952 </UL><P>
37953 &lt;End of help on this topic&gt;
37954 </BODY>
37955 </HTML>
37956 ====== h_config_nntp_search_uses_overview =====
37957 <HTML>
37958 <HEAD>
37959 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
37960 </HEAD>
37961 <BODY>
37962 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
37964 This feature should probably be turned on unless it causes trouble.
37965 The results of the NNTP overview command (XOVER) may be used to help
37966 with some searches in news groups.
37967 It should result in quicker response time.
37968 Turning this feature on apparently causes search results which are
37969 different from what you would get with the feature turned off on some
37970 servers.
37972 <UL>   
37973 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37974 </UL><P>
37975 &lt;End of help on this topic&gt;
37976 </BODY>
37977 </HTML>
37978 ====== h_config_thread_sorts_by_arrival =====
37979 <HTML>
37980 <HEAD>
37981 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
37982 </HEAD>
37983 <BODY>
37984 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
37986 This feature affects how a threading sort arranges threads.  The default way
37987 to arrange threads is by the date of the earliest message in the thread.
37988 This feature arranges threads by the last message to arrive in a thread.
37990 This feature causes old threads that get recent messages to sort to the bottom,
37991 where previously a message arrival to a thread would not rearrange the order of
37992 that thread.
37994 <UL>   
37995 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
37996 </UL><P>
37997 &lt;End of help on this topic&gt;
37998 </BODY>
37999 </HTML>
38000 ====== h_config_textplain_int =====
38001 <HTML>
38002 <HEAD>
38003 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
38004 </HEAD>
38005 <BODY>
38006 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
38008 This feature modifies the method Alpine uses to display Text/Plain
38009 MIME attachments from the Attachment Index screen.  Normally, the
38010 &quot;View&quot; command searches for any externally defined (usually
38011 via the
38012 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
38013 and displays the selected text within that viewer.
38016 Enabling this feature causes Alpine to ignore any external viewer
38017 settings and always display text with Alpine's internal viewer.
38020 <UL>   
38021 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38022 </UL><P>
38023 &lt;End of help on this topic&gt;
38024 </BODY>
38025 </HTML>
38026 ====== h_config_wp_columns =====
38027 <HTML>
38028 <HEAD>
38029 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
38030 </HEAD>
38031 <BODY>
38032 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
38034 Web Alpine only.
38036 This configuration setting specifies the number of horizontal characters
38037 used to format various WebAlpine pages.  Smaller values will tend to reduce
38038 the amount of horizontal scrolling required to view pages within narrow
38039 browsers, such as those found on PDAs, and larger values will tend to 
38040 spread more information across the page.
38043 The Message List page uses the width to determine how many characters
38044 to assign each field.  Note, a smaller value may result in a disproportionate
38045 amount of blank space between fields on each line.  Similarly, a large
38046 value may result in cramped fields or horizontal scrolling.
38049 The Message View page uses this value to determine when to wrap lines
38050 in displayed message text.  Note, a smaller value may result in jagged
38051 right margins or confusing quoting.  A larger value may cause lines of text to
38052 run beyond the browser's right edge, requiring horizontal scrolling.
38055 <UL>   
38056 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38057 </UL><P>
38058 &lt;End of help on this topic&gt;
38059 </BODY>
38060 </HTML>
38061 ====== h_config_wp_state =====
38062 <HTML>
38063 <HEAD>
38064 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
38065 </HEAD>
38066 <BODY>
38067 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
38069 Web Alpine only.
38071 Various aspects of cross-session state.
38074 <UL>   
38075 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38076 </UL><P>
38077 &lt;End of help on this topic&gt;
38078 </BODY>
38079 </HTML>
38080 ====== h_config_wp_aggstate =====
38081 <HTML>
38082 <HEAD>
38083 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
38084 </HEAD>
38085 <BODY>
38086 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
38088 Web Alpine only.
38090 Aggregate operations tab state.
38093 <UL>   
38094 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38095 </UL><P>
38096 &lt;End of help on this topic&gt;
38097 </BODY>
38098 </HTML>
38099 ====== h_config_wp_indexlines =====
38100 <HTML>
38101 <HEAD>
38102 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
38103 </HEAD>
38104 <BODY>
38105 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
38107 Web Alpine only.
38109 Number of index lines in table.
38112 <UL>   
38113 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38114 </UL><P>
38115 &lt;End of help on this topic&gt;
38116 </BODY>
38117 </HTML>
38118 ====== h_config_wp_indexheight =====
38119 <HTML>
38120 <HEAD>
38121 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
38122 </HEAD>
38123 <BODY>
38124 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
38126 Web Alpine only.
38128 Index table row height.
38131 <UL>   
38132 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38133 </UL><P>
38134 &lt;End of help on this topic&gt;
38135 </BODY>
38136 </HTML>
38137 ====== h_config_rss_news =====
38138 <HTML>
38139 <HEAD>
38140 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
38141 </HEAD>
38142 <BODY>
38143 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
38145 Web Alpine only.
38147 RSS News feed.
38150 <UL>   
38151 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38152 </UL><P>
38153 &lt;End of help on this topic&gt;
38154 </BODY>
38155 </HTML>
38156 ====== h_config_rss_weather =====
38157 <HTML>
38158 <HEAD>
38159 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
38160 </HEAD>
38161 <BODY>
38162 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
38164 Web Alpine only.
38166 RSS Weather feed.
38169 <UL>   
38170 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38171 </UL><P>
38172 &lt;End of help on this topic&gt;
38173 </BODY>
38174 </HTML>
38175 ====== h_config_send_confirms_only_expanded =====
38176 <HTML>
38177 <HEAD>
38178 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
38179 </HEAD>
38180 <BODY>
38181 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
38183 This Web Alpine option specifies whether or not a Send confirmations
38184 happens when a composed message is readied for sending or not.  The
38185 default behavior is to not confirm that the nicknames were expanded to
38186 the intended addresses.
38189 <UL>   
38190 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38191 </UL><P>
38192 &lt;End of help on this topic&gt;
38193 </BODY>
38194 </HTML>
38195 ====== h_config_enable_jump_command =====
38196 <HTML>
38197 <HEAD>
38198 <TITLE>FEATURE: enable-jump-command</TITLE>
38199 </HEAD>
38200 <BODY>
38201 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
38203 This Web Alpine option specifies whether or not a Jump command is
38204 offered in the Message List and Message View pages.  The command is
38205 implemented as an input field in the left column of the List and View
38206 screens. 
38209 When enabled and a number is entered in the input field while the
38210 Message List is displayed, the Message List is reframed with the
38211 specified message.  While viewing a message, the message associated
38212 with the specified message number is displayed.
38215 <UL>   
38216 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38217 </UL><P>
38218 &lt;End of help on this topic&gt;
38219 </BODY>
38220 </HTML>
38221 ====== h_config_enable_newmail_sound =====
38222 <HTML>
38223 <HEAD>
38224 <TITLE>FEATURE: enable-newmail-sound</TITLE>
38225 </HEAD>
38226 <BODY>
38227 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
38229 This Web Alpine option specifies whether or not a sound file is sent
38230 to the web browser along with the newmail notification message.
38234 <UL>   
38235 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38236 </UL><P>
38237 &lt;End of help on this topic&gt;
38238 </BODY>
38239 </HTML>
38240 ====== h_config_render_html_internally =====
38241 <HTML>
38242 <HEAD>
38243 <TITLE>FEATURE: render-html-internally</TITLE>
38244 </HEAD>
38245 <BODY>
38246 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
38248 By default, Web Alpine will pass cleansed HTML text you receive in messages 
38249 to the browser for display (rendering).  This feature causes Web Alpine to convert 
38250 the HTML text into plain text in the same way Unix and PC-Alpine do.
38254 <UL>   
38255 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
38256 </UL><P>
38257 &lt;End of help on this topic&gt;
38258 </BODY>
38259 </HTML>
38260 ====== h_config_role_undo =====
38261 Yes, remember changes and exit back to list of roles; No, discard changes
38262 made in this screen; ^C, cancel exit and stay in this config screen.
38263 ====== h_exit_editor =====
38264 S, save changes and exit from the editor; D, do not save changes but
38265 do exit from the editor; or ^C, cancel exit and stay in the editor.
38266 ====== h_config_undo =====
38267 Yes, save changes and exit; No, exit without saving any changes made since
38268 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
38269 ====== h_os_index_whereis =====
38270 Enter ^V or ^Y to go immediately to the last or first message in the index.
38271 Or, enter the match string followed by RETURN.
38272 ====== h_os_index_whereis_agg =====
38273 Enter ^V or ^Y to go immediately to the last or first message in the index,
38274 Or, enter the match string followed by RETURN (or ^X to select all matches).
38275 =========== h_oe_add_full ==================
38276 Type the full name of the person being added and press the RETURN key.
38277 Press ^C to cancel addition.
38278 =========== h_oe_add_nick ==================
38279 Type a short nickname and press RETURN.  A nickname is a short easy-to-
38280 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
38281 ========== h_oe_add_addr ================
38282 Type the e-mail address and press RETURN.
38283 Press ^C to cancel addition.
38284 ========== h_oe_crlst_full ==============
38285 Type a long name or description for the list that you are creating and
38286 press RETURN.  Press ^C to cancel creation of list.
38287 =========== h_oe_crlst_nick =============
38288 Type a nickname (short, easy-to-remember name or single word) for the list
38289 you are creating and press RETURN.  Press ^C to cancel.
38290 ========== h_oe_crlst_addr ==============
38291 Type an e-mail address, or a nickname already in the address book that you
38292 want to be part of this list and press RETURN.
38293 ========== h_oe_adlst_addr =============
38294 Type an e-mail address or a nickname already in the address book that you
38295 want to add to this list and press RETURN.
38296 ========== h_oe_editab_nick ============
38297 Change the nickname using the arrow keys and delete key.  Press RETURN
38298 when done.  Press ^C to cancel editing and leave the nickname as it was.
38299 ========== h_oe_editab_full ============
38300 Change the full name using the arrow keys and delete key.  Press RETURN
38301 when done.  Press ^C to cancel editing and leave the full name as it was.
38302 ========== h_oe_editab_addr ============
38303 Change the address using the arrow keys and delete key.  Press RETURN
38304 when done.  Press ^C to cancel editing and leave the address as it was.
38305 ========== h_oe_editab_fcc ============
38306 Change the fcc using the arrow keys and delete key.  Press RETURN when
38307 done.  Press ^C to cancel editing and leave the fcc as it was.
38308 ========== h_oe_editab_comment ============
38309 Change the comment field using the arrow keys and delete key.  Press RETURN
38310 when done.  Press ^C to cancel editing and leave the comment as it was.
38311 ====== h_ab_forward =====
38312 Yes, expand nicknames and qualify local names with your current domain name;
38313 No, leave nicknames and local names as is;  ^C, cancel.
38314 ========== h_ab_export ==========
38315 Type the name of a file to write the addresses into and
38316 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
38317 ========== h_ab_edit_a_field ==========
38318 Edit any of the fields of the currently selected entry by typing one of the
38319 letters at the bottom of the screen.  Press ^C to cancel edit.
38320 ====== h_ab_del_data_revert =====
38321 Press B to completely delete addrbook and revert to default, C to delete config
38322 and revert while leaving data, or D to only delete data (make it empty).
38323 ====== h_ab_del_data_modify =====
38324 Press B to completely delete addrbook, C to delete configuration while leaving
38325 data, or D to delete data (make it empty) but leave config. ^C to cancel.
38326 ====== h_ab_del_config_modify =====
38327 Yes, remove this address book from my configuration.
38328 No, make no changes now.
38329 ====== h_ab_del_config_revert =====
38330 Yes, remove this address book from my config and revert to default.
38331 No, make no changes now.
38332 ====== h_ab_del_default =====
38333 Yes, remove this default address book from my configuration.
38334 No, make no changes now.
38335 ====== h_ab_really_delete =====
38336 Yes, delete the actual contents of the address book, not just the 
38337 configuration.  No, don't delete the data after all, cancel and start over.
38338 ====== h_ab_del_ignore =====
38339 Press I to ignore all the default address books for this category.  Press R to
38340 remove this one address book and add the others to your personal list.
38341 ====== h_ab_del_dir_ignore =====
38342 Press I to ignore all the default directory servers for this category.
38343 Press R to remove this one server and add the others to your personal list.
38344 ====== h_ab_copy_dups =====
38345 Yes, overwrite the existing entry.
38346 No, skip duplicates but save the rest. Press ^C to cancel.
38347 ====== h_confirm_cancel =====
38348 Type C to Confirm that you want to abandon the message you are composing.
38349 Type N or ^C to cancel out of the cancel and keep composing.
38350 ====== h_ab_text_or_vcard =====
38351 Text, start composer with displayed text already included.
38352 VCard, start composer with address book entry attached as a vCard. ^C cancels.
38353 ====== h_ab_backup_or_ldap =====
38354 Backup, copy email address from entry and allow editing of it.
38355 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
38356 ====== h_ldap_text_or_vcard =====
38357 Text: export displayed text for selected entry. Address: export only the
38358 email address. VCard: export entry in vCard format. ^C cancels.
38359 ====== h_ab_save_exp =====
38360 Save, save entry or entries to an address book.
38361 Export, save to file outside of pine. ^C cancels save.
38362 ====== h_ab_add =====
38363 A, add a brand new entry to this address book.
38364 E, edit the entry that is currently highlighted. ^C to cancel.
38365 ====== h_ab_shuf =====
38366 U, swap order of highlighted address book and the one above it.
38367 D, swap order of highlighted address book and the one below it. ^C to cancel.
38368 ====== h_ab_shuf_up =====
38369 U, swap order of highlighted address book and the one above it.
38370 Press ^C to cancel.
38371 ====== h_ab_shuf_down =====
38372 D, swap order of highlighted address book and the one below it.
38373 Press ^C to cancel.
38374 ====== h_folder_prop =====
38375 Count is # of messages in the folder, Unseen means messages that have not
38376 been read, New means messages that were Recently added to the folder.
38377 ====== h_role_shuf =====
38378 U, swap order of highlighted rule and the one above it.
38379 D, swap order of highlighted rule and the one below it. ^C to cancel.
38380 ====== h_role_shuf_up =====
38381 U, swap order of highlighted rule and the one above it.
38382 Press ^C to cancel.
38383 ====== h_role_shuf_down =====
38384 D, swap order of highlighted rule and the one below it.
38385 Press ^C to cancel.
38386 ====== h_incoming_shuf =====
38387 B, swap order of highlighted directory and the one before it.
38388 F, swap order of highlighted directory and the one after it. ^C to cancel.
38389 ====== h_incoming_shuf_up =====
38390 B, swap order of highlighted directory and the one before it.
38391 Press ^C to cancel.
38392 ====== h_incoming_shuf_down =====
38393 F, swap order of highlighted directory and the one after it.
38394 Press ^C to cancel.
38395 ====== h_dir_shuf =====
38396 U, swap order of highlighted directory and the one above it.
38397 D, swap order of highlighted directory and the one below it. ^C to cancel.
38398 ====== h_dir_shuf_up =====
38399 U, swap order of highlighted directory and the one above it.
38400 Press ^C to cancel.
38401 ====== h_dir_shuf_down =====
38402 D, swap order of highlighted directory and the one below it.
38403 Press ^C to cancel.
38404 ====== h_hdrcolor_shuf =====
38405 U, swap order of highlighted Header Color and the one above it.
38406 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
38407 ====== h_hdrcolor_shuf_up =====
38408 U, swap order of highlighted Header Color and the one above it.
38409 Press ^C to cancel.
38410 ====== h_hdrcolor_shuf_down =====
38411 D, swap order of highlighted Header Color and the one below it.
38412 Press ^C to cancel.
38413 ========== h_oe_editab_al ============
38414 Change the address using the arrow keys and delete key.  Press RETURN
38415 when done.  Press ^C to cancel editing and leave the address as it was.
38416 ========== h_dir_comp_search ===============
38417 Type a string to look for just like you would in the composer. Your configured
38418 rules for the servers with the implicit flag set will be used.
38419 ========== h_oe_searchab ===============
38420 Type the word or name you want to search for and press RETURN.  If you press
38421 RETURN without entering anything the word in [] will be searched for.
38422 ========== h_oe_chooseabook ==========
38423 Choose the address book you want to save the new entry in.
38424 Use ^N or ^P to change address books.  ^C to cancel.
38425 ========== h_oe_takeaddr ==========
38426 Edit the e-mail address using the arrow and delete keys.  Press RETURN
38427 when done.  Press ^C to cancel adding this entry to the address book.
38428 ========== h_oe_take_replace ==========
38429 Press R to replace the old entry with this new data.  You will still have
38430 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
38431 ========== h_oe_take_replace_or_add ==========
38432 Press R to replace the old entry.  Press A to add the selected addresses to
38433 the old existing list.  N to enter another nickname. ^C to cancel now.
38434 ========== h_oe_takename ==========
38435 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
38436 when done.  Press ^C to cancel adding this entry to the address book.
38437 ========== h_oe_takenick ==========
38438 Type a nickname (short easy-to-remember name, initials or single word) for this
38439 entry in the address book and press RETURN.  Press ^C to cancel addition.
38440 ========== h_oe_jump ==========
38441 Type the message number you want to jump to and press RETURN.  The word "end"
38442 represents the last message. Press ^C to cancel jumping to another message.
38443 ========== h_oe_jump_thd ==========
38444 Type the thread number you want to jump to and press RETURN.  The word "end"
38445 represents the last thread. Press ^C to cancel jumping to another thread.
38446 ========== h_oe_debuglevel ==========
38447 Higher number shows more debugging details.
38448 Press ^C if you want to cancel the change.
38449 ========== h_oe_broach ==========
38450 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
38451 to go to the previous/next collections in the list.  Press ^C to cancel goto.
38452 ========== h_oe_foldsearch ==========
38453 Type the text you want to search for in foldernames and press RETURN.  If you
38454 press RETURN without entering anything, any text in [] will be searched for.
38455 ========== h_oe_foldrename ==========
38456 Change the old name of the folder to the new name using the arrow and
38457 delete keys and press RETURN.  Press ^C to cancel rename.
38458 ========== h_oe_login ==========
38459 Enter your login name for the host you are opening the mailbox on.  Just press
38460 RETURN to use your login from this host as is, or edit it with delete key.
38461 ========== h_oe_passwd ==========
38462 Type your password for the host and login shown as part of the prompt.
38463 Press ^C to cancel opening folder.
38464 ========== h_oe_choosep ==========
38465 Enter the number associated with the printer you want to select.  Press ^C to
38466 cancel the printer selection.  The current selection is highlighted.
38467 ========== h_oe_customp ==========
38468 Type the name of the Unix print command and press RETURN.  Press ^C to
38469 cancel the printer selection.
38470 ========== h_oe_searchview ==========
38471 Type the word or name you want to search for and press RETURN.  If you press
38472 RETURN without entering anything the word in [] will be searched for.
38473 ========== h_oe_keylock ==========
38474 The keyboard is in use and locked by another user.  Only that user can
38475 unlock this keyboard by typing the password.
38476 ========== h_wt_expire ==========
38477 At the beginning of each month Alpine offers to rename your current sent-mail
38478 folder to one named for the month so you have a sent-mail folder for each month
38479 ========== h_wt_delete_old ==========
38480 It is the beginning of the month, and we need to conserve disk
38481 space.  Please delete any sent-mail that you do not need.
38482 ========== h_select_sort ==========
38483 Select the order for sorting the index by typing the capitalized letter.
38484 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
38485 ========== h_no_F_arg ============
38486 Enter name of file to be opened.
38488 ========== h_sticky_personal_name ==========
38489 Type in your name as you want it to appear on outgoing email.  This entry
38490 will be saved into your Alpine configuration file.
38491 ========== h_sticky_inbox ============
38492 INBOX syntax is usually {complete.machine.name}INBOX
38493 This entry will be saved in your Alpine configuration file.
38494 ========== h_sticky_smtp ============
38495 The name of the computer on your campus that relays your outgoing email
38496 to the Internet.  This entry will be saved in your Alpine configuration file.
38497 ========== h_sticky_user_id ==========
38498 The username or login-id part of your email address.  This entry will be
38499 saved in your Alpine configuration file.
38500 ========== h_sticky_domain ==========
38501 The domain part of your email address, NOT the name of your PC.  This
38502 entry will be saved in your Alpine configuration file.
38503 ========== h_bounce =========
38504 Enter the address or nickname of the intended recipient.  Alpine will resend
38505 the message, which will retain the original author's From: address.
38506 ========== h_incoming_add_folder_nickname =========
38507 Enter an (optional) nickname that will be used in lieu of the actual
38508 host and folder names in the FOLDER LIST display.
38509 ========== h_anon_forward ==========
38510 Enter the address of your intended recipient, or ^C to cancel.
38511 Example: jsmith@somewhere.edu
38512 ========== h_news_subscribe ==========
38513 Enter the name of the newsgroup to which you wish to subscribe,
38514 or ^C to cancel.  Example: comp.mail.pine
38515 ========== h_pipe_msg ==========
38516 Enter the name of the Unix command to which you wish to send this
38517 message, or ^C to cancel.
38518 ========== h_pipe_attach ==========
38519 Enter the name of the Unix command to which you wish to send this
38520 attachment, or ^C to cancel.
38521 ========== h_select_by_num ==========
38522 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
38523 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
38524 ========== h_select_by_gm_content ==========
38525 Enter your search key in the same way that you would enter a search
38526 key in the web interface for Gmail.
38527 ========== h_select_by_thrdnum ==========
38528 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
38529 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
38530 ========== h_select_txt_from ==========
38531 Messages with From: headers containing the entered string will be selected.
38532 ^C to cancel. ^G again to see original options.
38533 ========== h_select_txt_not_from ==========
38534 Messages without From: headers containing the entered string will be selected.
38535 ^C to cancel. ^G again to see original options.
38536 ========== h_select_txt_to ==========
38537 Messages with To: headers containing the entered string will be selected.
38538 ^C to cancel. ^G again to see original options.
38539 ========== h_select_txt_not_to ==========
38540 Messages without To: headers containing the entered string will be selected.
38541 ^C to cancel. ^G again to see original options.
38542 ========== h_select_txt_cc ==========
38543 Messages with Cc: headers containing the entered string will be selected.
38544 ^C to cancel. ^G again to see original options.
38545 ========== h_select_txt_not_cc ==========
38546 Messages without Cc: headers containing the entered string will be selected.
38547 ^C to cancel. ^G again to see original options.
38548 ========== h_select_txt_subj ==========
38549 Messages with Subject: headers containing the entered string will be selected.
38550 ^C to cancel.  ^X enters Subject: line of current message.
38551 ========== h_select_txt_not_subj ==========
38552 Messages without Subject headers containing the entered string will be selected.
38553 ^C to cancel.  ^X enters Subject: line of current message.
38554 ========== h_select_txt_all ==========
38555 All messages containing the entered string will be selected.  Headers and body,
38556 but not encoded attachments, will be compared.  Enter ^C to cancel.
38557 ========== h_select_txt_not_all ==========
38558 All messages that don't contain the entered string will be selected.  Headers
38559 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
38560 ========== h_select_txt_body ==========
38561 All messages containing the entered string will be selected. Body text, but
38562 not headers or encoded attachments, will be compared. ^C to cancel.
38563 ========== h_select_txt_not_body ==========
38564 All messages that don't contain the entered string will be selected. Body
38565 text, but not headers or encoded attachments, will be compared. ^C to cancel.
38566 ========== h_select_txt_recip ==========
38567 Messages with Cc: or To: headers containing the entered string will be selected.
38568 ^C to cancel. ^G again to see original options.
38569 ========== h_select_txt_not_recip ==========
38570 Messages without Cc: or To: headers containing the string will be selected.
38571 ^C to cancel. ^G again to see original options.
38572 ========== h_select_txt_partic ==========
38573 Messages with Cc, To, or From headers containing the string will be selected.
38574 ^C to cancel. ^G again to see original options.
38575 ========== h_select_txt_not_partic ==========
38576 Messages without Cc, To, or From headers containing the string will be selected.
38577 ^C to cancel. ^G again to see original options.
38578 ========== h_select_date ==========
38579 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
38580 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
38581 ========== h_attach_index_whereis ==========
38582 Enter some text that appears in the Attachment Index entry for the desired
38583 attachment.  The first attachment containing that text will be highlighted.
38584 ========== h_kb_lock ==========
38585 Keystrokes entered here (up to a RETURN) comprise a password that must
38586 be entered again later in order to unlock the keyboard.
38587 ========== h_compose_default ==========
38588 N, compose a new message. R, set a role.
38589 ^C to cancel.
38590 ========== h_untranslatable ==========
38591 Send using UTF-8 character set; Send but replace untranslatable characters
38592 with question marks; return to the composer; or cancel message altogether.
38593 ========== h_compose_intrptd ==========
38594 N, compose a new msg. I, continue interrupted msg. R, set a role.
38595 ^C to cancel.
38596 ========== h_compose_postponed ==========
38597 N, compose a new message. P, continue postponed msg. R, set a role.
38598 ^C to cancel.
38599 ========== h_compose_intrptd_postponed ==========
38600 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
38601 R, set a role. ^C to cancel.
38602 ========== h_compose_form ==========
38603 N, compose a new message. F, use form letter. R, set a role.
38604 ^C to cancel.
38605 ========== h_compose_intrptd_form ==========
38606 N, compose a new msg. I, continue interrupted msg. F, use form letter.
38607 R, set a role. ^C to cancel.
38608 ========== h_compose_postponed_form ==========
38609 N, compose a new message. P, continue postponed msg. F, use form letter.
38610 R, set a role. ^C to cancel.
38611 ========== h_compose_intrptd_postponed_form ==========
38612 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
38613 F, use form letter. R, set a role. ^C to cancel.
38614 ========== h_config_context_del_except ==========
38615 If you delete the last exceptional collection you can only add it back by
38616 manually editing the exceptions config file.
38617 ========== h_config_whereis ==========
38618 To move quickly to a particular line, enter a search string or
38619 ^C to cancel.
38620 ========== h_config_edit_scorei ==========
38621 Enter interval in the form (min,max). -INF and INF may be used to represent
38622 -infinity and infinity. ^C to cancel change. RETURN to accept change.
38623 ========== h_config_add ==========
38624 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
38625 pressing RETURN sets the Empty Value (this turns off any global default).
38626 ========== h_config_add_custom_color ==========
38627 Enter a header fieldname. For example, "subject" or "from".
38629 ========== h_config_add_pat_hdr ==========
38630 Enter a header fieldname. For example, "reply-to" or "organization" or
38631 any fieldname you want that isn't included already.
38632 ========== h_config_print_opt_choice ==========
38633 You may edit either the initialization string (characters printed before
38634 printing starts) or the trailer string.  Choose one or ^C to cancel.
38635 ========== h_config_print_init ==========
38636 Enter a C-style string for this.  You may use common backslash escapes like
38637 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
38638 ========== h_config_change ==========
38639 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
38640 delete current (highlighted) character, etc.  Enter ^C to cancel change.
38641 ========== h_config_replace_add ==========
38642 Replace ignores the current default, Add places the current default in your
38643 editing buffer as if you had typed it in.
38644 ========== h_config_insert_after ==========
38645 Enter a nickname for this print command.  (InsertBefore puts the new item
38646 before the current line, InsertAfter puts it after the current line.)
38647 ========== h_config_print_cmd ==========
38648 Enter command to be executed for the printer.  Use normal editing keys
38649 to modify, ^C to cancel, carriage return to accept current value.
38650 ========== h_config_role_del ==========
38651 Answering Yes will remove this rule completely from your rules list.
38652 ========== h_config_role_addfile ==========
38653 Type the name of a file to add to your configuration. You don't need to
38654 use a file, you may add rules directly (with Add) without using a file.
38655 ========== h_config_role_delfile ==========
38656 Answering Yes will remove this rule file completely from your rules list.
38657 The rules data file itself will not be removed.
38658 ========== h_config_print_del ==========
38659 Answering Yes will remove this printer completely from your printer list.
38660 ========== h_config_print_name_cmd ==========
38661 You may edit the Nickname of this printer, the Command to be executed when
38662 printing, or change the Options associated with this printer.
38663 ========== h_send_check_fcc ==========
38664 Yes, send message without an Fcc.
38665 No, return to composer.
38666 ========== h_send_check_subj ==========
38667 Yes, send message without a Subject.
38668 No, return to composer.
38669 ========== h_send_check_to_cc ==========
38670 Yes, send message without a To address, or a Cc address, or a Newsgroup.
38671 No, return to composer.
38672 ========== h_send_fcc_only ==========
38673 Yes, copy message to Fcc only and send to NO recipients.
38674 No, return to composer.
38675 ========== h_send_prompt ==========
38676 Yes, send the message.
38677 No or ^C, return to composer.
38678 ========== h_send_prompt_flowed ==========
38679 Yes, send the message.  No or ^C, return to composer.
38680 What's Flowed? See Do Not Send Flowed Text in config screen.
38681 ========== h_send_prompt_dsn ==========
38682 Yes, send the message.  No or ^C, return to composer.
38683 What's DSNOpts? See Enable Delivery Status Notification in config screen.
38684 ========== h_send_prompt_dsn_flowed ==========
38685 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
38686 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
38687 ========== h_role_confirm ==========
38688 Yes, use displayed role. No, compose without a role.
38689 ^C, cancel the message. ^T, select a role from your other eligible roles.
38690 ========== h_norole_confirm ==========
38691 Return, compose without a role.
38692 ^C, cancel the message. ^T, select a role from your eligible roles.
38693 ========== h_custom_print ==========
38694 Enter a Unix command that accepts its data on standard input.
38695 Alpine will display any information the command sends to standard output.
38696 ========== h_convert_abooks_and_sigs ==========
38697 You will be given the opportunity to convert address books and signature files
38698 to remote configurations.
38699 ========== h_convert_abooks ==========
38700 You will be given the opportunity to convert address books to remote
38701 configurations.
38702 ========== h_flag_keyword ==========
38703 Enter the name of the keyword you want to add for this folder.
38704 No spaces, parentheses, braces, percents or asterisks are allowed.
38705 ========== h_select_keyword ==========
38706 Enter the keyword you want to match, or use ^T to select a keyword from a list
38707 of possible keywords for this folder. Use ! to look for non-matches instead.
38708 ========== h_type_keyword ==========
38709 Enter the keyword you want to add. You may add a nickname in the next step.
38710 No spaces, parentheses, braces, percents or asterisks are allowed.
38711 ========== h_type_keyword_nickname ==========
38712 Enter an optional nickname for the keyword you want to add.
38713 Type Carriage return to use the keyword name instead of a nickname.
38714 ========== h_convert_sigs ==========
38715 You will be given the opportunity to convert signature files to remote
38716 configurations.
38717 ========== h_convert_abook ==========
38718 Yes is fairly safe. You will be ADDing a remote address book that is a copy
38719 of the current address book. The current abook won't be removed automatically.
38720 ========== h_convert_sig ==========
38721 Answering Yes copies the contents of the signature file into your Alpine
38722 configuration file. After that, the contents of the file will not be used.
38723 ========== h_save_addman ==========
38724 Enter the simple name of the folder you want to add. Carriage return to
38725 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
38726 ========== h_reopen_folder ==========
38727 Yes reopens the folder, as if you were starting over. This uncovers new mail.
38728 No leaves the folder index as it was without discovering new mail.
38729 ========== h_convert_pinerc_server ==========
38730 This is the name of the host (computer) where the remote Alpine configuration
38731 will be stored. This should be an IMAP server that you have permission to use.
38732 ========== h_convert_pinerc_folder ==========
38733 Enter the correct remote folder name. This folder is special and should
38734 contain only configuration data. It shouldn't contain other mail messages.
38735 ========== h_role_compose ==========
38736 Compose a New message, Reply to current message, Forward current message, or
38737 Bounce message. Then you will be asked to choose one of your Roles to be used.
38738 ========== h_role_aggregate ==========
38739 Compose a reply, or forward, or bounce the selected messages. Then you 
38740 will be asked to choose one of your Roles to be used for this operation.
38741 ========== h_save_size_changed ==========
38742 The reported size of a message is not the same as the actual size. Answer Yes
38743 to continue and hope for the best or No to Cancel the entire Save.
38744 ========== h_select_by_larger_size ==========
38745 Enter a number or ^C to cancel. All messages greater than this many characters
38746 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
38747 ========== h_select_by_smaller_size ==========
38748 Enter a number or ^C to cancel. All messages less than this many characters
38749 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
38750 ========== h_preserve_field ==========
38751 Use 'p' to toggle between preserving or not preserving the original To:
38752 and Cc: fields of the message. Enter ^C to cancel message.
38753 ========== h_privacy_policy ==========
38754 x-alpine-http:https://alpine.x10host.com/legal/privacy.html
38755 ========== h_apache_license ==========
38756 x-alpine-http:https://alpine.x10host.com/legal/apache_license.html